comdlg32: Remove some explicit LPARAM/WPARAM casts.
[wine/hacks.git] / configure
blob8b3e9286c8f3da4fc7fda7716b81215744bb72fb
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 MINGWAR
668 DLLWRAP
669 DLLTOOL
671 LDRPATH_LOCAL
672 LDRPATH_INSTALL
673 IMPLIBEXT
674 LIBEXT
675 LDDLLFLAGS
676 LDSHARED
677 DLLFLAGS
678 DLLEXT
680 OPENGL_LIBS
681 XLIB
682 PRELINK
683 ICOTOOL
684 RSVG
685 PKG_CONFIG
686 FONTFORGE
687 LINTFLAGS
688 LINT
689 INSTALL_DATA
690 INSTALL_SCRIPT
691 INSTALL_PROGRAM
692 LDCONFIG
693 EGREP
694 GREP
696 LN_S
697 STRIP
698 RANLIB
699 ARFLAGS
700 ac_ct_AR
702 BISON
703 FLEX
704 TOOLSDIR
705 WOW64_DISABLE
706 WIN16_INSTALL
707 WIN16_FILES
708 TARGETFLAGS
709 CPPBIN
710 ac_ct_CXX
711 CXXFLAGS
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 SET_MAKE
721 host_os
722 host_vendor
723 host_cpu
724 host
725 build_os
726 build_vendor
727 build_cpu
728 build
729 MAINTAINER_MODE
730 target_alias
731 host_alias
732 build_alias
733 LIBS
734 ECHO_T
735 ECHO_N
736 ECHO_C
737 DEFS
738 mandir
739 localedir
740 libdir
741 psdir
742 pdfdir
743 dvidir
744 htmldir
745 infodir
746 docdir
747 oldincludedir
748 includedir
749 localstatedir
750 sharedstatedir
751 sysconfdir
752 datadir
753 datarootdir
754 libexecdir
755 sbindir
756 bindir
757 program_transform_name
758 prefix
759 exec_prefix
760 PACKAGE_URL
761 PACKAGE_BUGREPORT
762 PACKAGE_STRING
763 PACKAGE_VERSION
764 PACKAGE_TARNAME
765 PACKAGE_NAME
766 PATH_SEPARATOR
767 SHELL'
768 ac_subst_files='MAKE_RULES
769 MAKE_DLL_RULES
770 MAKE_IMPLIB_RULES
771 MAKE_TEST_RULES
772 MAKE_PROG_RULES'
773 ac_user_opts='
774 enable_option_checking
775 enable_win16
776 enable_win64
777 enable_tests
778 enable_maintainer_mode
779 with_alsa
780 with_audioio
781 with_capi
782 with_cms
783 with_coreaudio
784 with_cups
785 with_curses
786 with_esd
787 with_fontconfig
788 with_freetype
789 with_gphoto
790 with_glu
791 with_gnutls
792 with_gsm
793 with_hal
794 with_jack
795 with_jpeg
796 with_ldap
797 with_mpg123
798 with_nas
799 with_openal
800 with_opengl
801 with_openssl
802 with_oss
803 with_png
804 with_pthread
805 with_sane
806 with_xcomposite
807 with_xcursor
808 with_xinerama
809 with_xinput
810 with_xml
811 with_xrandr
812 with_xrender
813 with_xshape
814 with_xshm
815 with_xslt
816 with_xxf86vm
817 with_wine_tools
818 with_wine64
819 enable_largefile
820 with_x
822 ac_precious_vars='build_alias
823 host_alias
824 target_alias
826 CFLAGS
827 LDFLAGS
828 LIBS
829 CPPFLAGS
831 CXXFLAGS
834 XMKMF'
837 # Initialize some variables set by options.
838 ac_init_help=
839 ac_init_version=false
840 ac_unrecognized_opts=
841 ac_unrecognized_sep=
842 # The variables have the same names as the options, with
843 # dashes changed to underlines.
844 cache_file=/dev/null
845 exec_prefix=NONE
846 no_create=
847 no_recursion=
848 prefix=NONE
849 program_prefix=NONE
850 program_suffix=NONE
851 program_transform_name=s,x,x,
852 silent=
853 site=
854 srcdir=
855 verbose=
856 x_includes=NONE
857 x_libraries=NONE
859 # Installation directory options.
860 # These are left unexpanded so users can "make install exec_prefix=/foo"
861 # and all the variables that are supposed to be based on exec_prefix
862 # by default will actually change.
863 # Use braces instead of parens because sh, perl, etc. also accept them.
864 # (The list follows the same order as the GNU Coding Standards.)
865 bindir='${exec_prefix}/bin'
866 sbindir='${exec_prefix}/sbin'
867 libexecdir='${exec_prefix}/libexec'
868 datarootdir='${prefix}/share'
869 datadir='${datarootdir}'
870 sysconfdir='${prefix}/etc'
871 sharedstatedir='${prefix}/com'
872 localstatedir='${prefix}/var'
873 includedir='${prefix}/include'
874 oldincludedir='/usr/include'
875 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
876 infodir='${datarootdir}/info'
877 htmldir='${docdir}'
878 dvidir='${docdir}'
879 pdfdir='${docdir}'
880 psdir='${docdir}'
881 libdir='${exec_prefix}/lib'
882 localedir='${datarootdir}/locale'
883 mandir='${datarootdir}/man'
885 ac_prev=
886 ac_dashdash=
887 for ac_option
889 # If the previous option needs an argument, assign it.
890 if test -n "$ac_prev"; then
891 eval $ac_prev=\$ac_option
892 ac_prev=
893 continue
896 case $ac_option in
897 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
898 *) ac_optarg=yes ;;
899 esac
901 # Accept the important Cygnus configure options, so we can diagnose typos.
903 case $ac_dashdash$ac_option in
905 ac_dashdash=yes ;;
907 -bindir | --bindir | --bindi | --bind | --bin | --bi)
908 ac_prev=bindir ;;
909 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
910 bindir=$ac_optarg ;;
912 -build | --build | --buil | --bui | --bu)
913 ac_prev=build_alias ;;
914 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
915 build_alias=$ac_optarg ;;
917 -cache-file | --cache-file | --cache-fil | --cache-fi \
918 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
919 ac_prev=cache_file ;;
920 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
921 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
922 cache_file=$ac_optarg ;;
924 --config-cache | -C)
925 cache_file=config.cache ;;
927 -datadir | --datadir | --datadi | --datad)
928 ac_prev=datadir ;;
929 -datadir=* | --datadir=* | --datadi=* | --datad=*)
930 datadir=$ac_optarg ;;
932 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
933 | --dataroo | --dataro | --datar)
934 ac_prev=datarootdir ;;
935 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
936 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
937 datarootdir=$ac_optarg ;;
939 -disable-* | --disable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
948 "enable_$ac_useropt"
949 "*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=no ;;
955 -docdir | --docdir | --docdi | --doc | --do)
956 ac_prev=docdir ;;
957 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
958 docdir=$ac_optarg ;;
960 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 ac_prev=dvidir ;;
962 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
963 dvidir=$ac_optarg ;;
965 -enable-* | --enable-*)
966 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
969 as_fn_error "invalid feature name: $ac_useropt"
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
974 "enable_$ac_useropt"
975 "*) ;;
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
978 esac
979 eval enable_$ac_useropt=\$ac_optarg ;;
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
988 exec_prefix=$ac_optarg ;;
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
992 with_gas=yes ;;
994 -help | --help | --hel | --he | -h)
995 ac_init_help=long ;;
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
1001 -host | --host | --hos | --ho)
1002 ac_prev=host_alias ;;
1003 -host=* | --host=* | --hos=* | --ho=*)
1004 host_alias=$ac_optarg ;;
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1007 ac_prev=htmldir ;;
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1009 | --ht=*)
1010 htmldir=$ac_optarg ;;
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
1017 includedir=$ac_optarg ;;
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1020 ac_prev=infodir ;;
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1022 infodir=$ac_optarg ;;
1024 -libdir | --libdir | --libdi | --libd)
1025 ac_prev=libdir ;;
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1027 libdir=$ac_optarg ;;
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
1034 libexecdir=$ac_optarg ;;
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
1042 | --localstate | --localstat | --localsta | --localst | --locals)
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1046 localstatedir=$ac_optarg ;;
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1049 ac_prev=mandir ;;
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1051 mandir=$ac_optarg ;;
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1055 with_fp=no ;;
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1058 | --no-cr | --no-c | -n)
1059 no_create=yes ;;
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1063 no_recursion=yes ;;
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1072 oldincludedir=$ac_optarg ;;
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1075 ac_prev=prefix ;;
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1077 prefix=$ac_optarg ;;
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1084 program_prefix=$ac_optarg ;;
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1091 program_suffix=$ac_optarg ;;
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
1108 program_transform_name=$ac_optarg ;;
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1111 ac_prev=pdfdir ;;
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1115 -psdir | --psdir | --psdi | --psd | --ps)
1116 ac_prev=psdir ;;
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1118 psdir=$ac_optarg ;;
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1122 silent=yes ;;
1124 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1125 ac_prev=sbindir ;;
1126 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1127 | --sbi=* | --sb=*)
1128 sbindir=$ac_optarg ;;
1130 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1131 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1132 | --sharedst | --shareds | --shared | --share | --shar \
1133 | --sha | --sh)
1134 ac_prev=sharedstatedir ;;
1135 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1136 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1137 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1138 | --sha=* | --sh=*)
1139 sharedstatedir=$ac_optarg ;;
1141 -site | --site | --sit)
1142 ac_prev=site ;;
1143 -site=* | --site=* | --sit=*)
1144 site=$ac_optarg ;;
1146 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1147 ac_prev=srcdir ;;
1148 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1149 srcdir=$ac_optarg ;;
1151 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1152 | --syscon | --sysco | --sysc | --sys | --sy)
1153 ac_prev=sysconfdir ;;
1154 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1155 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1156 sysconfdir=$ac_optarg ;;
1158 -target | --target | --targe | --targ | --tar | --ta | --t)
1159 ac_prev=target_alias ;;
1160 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1161 target_alias=$ac_optarg ;;
1163 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1164 verbose=yes ;;
1166 -version | --version | --versio | --versi | --vers | -V)
1167 ac_init_version=: ;;
1169 -with-* | --with-*)
1170 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1171 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1173 as_fn_error "invalid package name: $ac_useropt"
1174 ac_useropt_orig=$ac_useropt
1175 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1176 case $ac_user_opts in
1178 "with_$ac_useropt"
1179 "*) ;;
1180 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1181 ac_unrecognized_sep=', ';;
1182 esac
1183 eval with_$ac_useropt=\$ac_optarg ;;
1185 -without-* | --without-*)
1186 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error "invalid package name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1194 "with_$ac_useropt"
1195 "*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
1198 esac
1199 eval with_$ac_useropt=no ;;
1201 --x)
1202 # Obsolete; use --with-x.
1203 with_x=yes ;;
1205 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1206 | --x-incl | --x-inc | --x-in | --x-i)
1207 ac_prev=x_includes ;;
1208 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1209 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1210 x_includes=$ac_optarg ;;
1212 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1213 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1214 ac_prev=x_libraries ;;
1215 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1216 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1217 x_libraries=$ac_optarg ;;
1219 -*) as_fn_error "unrecognized option: \`$ac_option'
1220 Try \`$0 --help' for more information."
1223 *=*)
1224 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1225 # Reject names that are not valid shell variable names.
1226 case $ac_envvar in #(
1227 '' | [0-9]* | *[!_$as_cr_alnum]* )
1228 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1229 esac
1230 eval $ac_envvar=\$ac_optarg
1231 export $ac_envvar ;;
1234 # FIXME: should be removed in autoconf 3.0.
1235 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1236 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1237 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1238 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1241 esac
1242 done
1244 if test -n "$ac_prev"; then
1245 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1246 as_fn_error "missing argument to $ac_option"
1249 if test -n "$ac_unrecognized_opts"; then
1250 case $enable_option_checking in
1251 no) ;;
1252 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1253 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1254 esac
1257 # Check all directory arguments for consistency.
1258 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1259 datadir sysconfdir sharedstatedir localstatedir includedir \
1260 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1261 libdir localedir mandir
1263 eval ac_val=\$$ac_var
1264 # Remove trailing slashes.
1265 case $ac_val in
1266 */ )
1267 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1268 eval $ac_var=\$ac_val;;
1269 esac
1270 # Be sure to have absolute directory names.
1271 case $ac_val in
1272 [\\/$]* | ?:[\\/]* ) continue;;
1273 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1274 esac
1275 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1276 done
1278 # There might be people who depend on the old broken behavior: `$host'
1279 # used to hold the argument of --host etc.
1280 # FIXME: To remove some day.
1281 build=$build_alias
1282 host=$host_alias
1283 target=$target_alias
1285 # FIXME: To remove some day.
1286 if test "x$host_alias" != x; then
1287 if test "x$build_alias" = x; then
1288 cross_compiling=maybe
1289 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1290 If a cross compiler is detected then cross compile mode will be used." >&2
1291 elif test "x$build_alias" != "x$host_alias"; then
1292 cross_compiling=yes
1296 ac_tool_prefix=
1297 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299 test "$silent" = yes && exec 6>/dev/null
1302 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1303 ac_ls_di=`ls -di .` &&
1304 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1305 as_fn_error "working directory cannot be determined"
1306 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1307 as_fn_error "pwd does not report name of working directory"
1310 # Find the source files, if location was not specified.
1311 if test -z "$srcdir"; then
1312 ac_srcdir_defaulted=yes
1313 # Try the directory containing this script, then the parent directory.
1314 ac_confdir=`$as_dirname -- "$as_myself" ||
1315 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1316 X"$as_myself" : 'X\(//\)[^/]' \| \
1317 X"$as_myself" : 'X\(//\)$' \| \
1318 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1319 $as_echo X"$as_myself" |
1320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1321 s//\1/
1324 /^X\(\/\/\)[^/].*/{
1325 s//\1/
1328 /^X\(\/\/\)$/{
1329 s//\1/
1332 /^X\(\/\).*/{
1333 s//\1/
1336 s/.*/./; q'`
1337 srcdir=$ac_confdir
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 srcdir=..
1341 else
1342 ac_srcdir_defaulted=no
1344 if test ! -r "$srcdir/$ac_unique_file"; then
1345 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1346 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1348 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1349 ac_abs_confdir=`(
1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1351 pwd)`
1352 # When building in place, set srcdir=.
1353 if test "$ac_abs_confdir" = "$ac_pwd"; then
1354 srcdir=.
1356 # Remove unnecessary trailing slashes from srcdir.
1357 # Double slashes in file names in object file debugging info
1358 # mess up M-x gdb in Emacs.
1359 case $srcdir in
1360 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1361 esac
1362 for ac_var in $ac_precious_vars; do
1363 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1364 eval ac_env_${ac_var}_value=\$${ac_var}
1365 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1367 done
1370 # Report the --help message.
1372 if test "$ac_init_help" = "long"; then
1373 # Omit some internal or obsolete options to make the list less imposing.
1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 cat <<_ACEOF
1376 \`configure' configures Wine 1.1.35 to adapt to many kinds of systems.
1378 Usage: $0 [OPTION]... [VAR=VALUE]...
1380 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1381 VAR=VALUE. See below for descriptions of some of the useful variables.
1383 Defaults for the options are specified in brackets.
1385 Configuration:
1386 -h, --help display this help and exit
1387 --help=short display options specific to this package
1388 --help=recursive display the short help of all the included packages
1389 -V, --version display version information and exit
1390 -q, --quiet, --silent do not print \`checking...' messages
1391 --cache-file=FILE cache test results in FILE [disabled]
1392 -C, --config-cache alias for \`--cache-file=config.cache'
1393 -n, --no-create do not create output files
1394 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1396 Installation directories:
1397 --prefix=PREFIX install architecture-independent files in PREFIX
1398 [$ac_default_prefix]
1399 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1400 [PREFIX]
1402 By default, \`make install' will install all the files in
1403 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1404 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1405 for instance \`--prefix=\$HOME'.
1407 For better control, use the options below.
1409 Fine tuning of the installation directories:
1410 --bindir=DIR user executables [EPREFIX/bin]
1411 --sbindir=DIR system admin executables [EPREFIX/sbin]
1412 --libexecdir=DIR program executables [EPREFIX/libexec]
1413 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1414 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1415 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1416 --libdir=DIR object code libraries [EPREFIX/lib]
1417 --includedir=DIR C header files [PREFIX/include]
1418 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1419 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1420 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1421 --infodir=DIR info documentation [DATAROOTDIR/info]
1422 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1423 --mandir=DIR man documentation [DATAROOTDIR/man]
1424 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1425 --htmldir=DIR html documentation [DOCDIR]
1426 --dvidir=DIR dvi documentation [DOCDIR]
1427 --pdfdir=DIR pdf documentation [DOCDIR]
1428 --psdir=DIR ps documentation [DOCDIR]
1429 _ACEOF
1431 cat <<\_ACEOF
1433 X features:
1434 --x-includes=DIR X include files are in DIR
1435 --x-libraries=DIR X library files are in DIR
1437 System types:
1438 --build=BUILD configure for building on BUILD [guessed]
1439 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1440 _ACEOF
1443 if test -n "$ac_init_help"; then
1444 case $ac_init_help in
1445 short | recursive ) echo "Configuration of Wine 1.1.35:";;
1446 esac
1447 cat <<\_ACEOF
1449 Optional Features:
1450 --disable-option-checking ignore unrecognized --enable/--with options
1451 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1452 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1453 --disable-win16 do not include Win16 support
1454 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1455 binaries)
1456 --disable-tests do not build the regression tests
1457 --enable-maintainer-mode
1458 enable maintainer-specific build rules
1459 --disable-largefile omit support for large files
1461 Optional Packages:
1462 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1463 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1464 --without-alsa do not use the Alsa sound support
1465 --without-audioio do not use the AudioIO sound support
1466 --without-capi do not use CAPI (ISDN support)
1467 --without-cms do not use CMS (color management support)
1468 --without-coreaudio do not use the CoreAudio sound support
1469 --without-cups do not use CUPS
1470 --without-curses do not use (n)curses
1471 --without-esd do not use the EsounD sound support
1472 --without-fontconfig do not use fontconfig
1473 --without-freetype do not use the FreeType library
1474 --without-gphoto do not use gphoto (Digital Camera support)
1475 --without-glu do not use the GLU library
1476 --without-gnutls do not use GnuTLS (schannel support)
1477 --without-gsm do not use libgsm (GSM 06.10 codec support)
1478 --without-hal do not use HAL (dynamic device support)
1479 --without-jack do not use the Jack sound support
1480 --without-jpeg do not use JPEG
1481 --without-ldap do not use LDAP
1482 --without-mpg123 do not use the mpg123 library
1483 --without-nas do not use the NAS sound support
1484 --without-openal do not use OpenAL
1485 --without-opengl do not use OpenGL
1486 --without-openssl do not use OpenSSL
1487 --without-oss do not use the OSS sound support
1488 --without-png do not use PNG
1489 --without-pthread do not use the pthread library
1490 --without-sane do not use SANE (scanner support)
1491 --without-xcomposite do not use the Xcomposite extension
1492 --without-xcursor do not use the Xcursor extension
1493 --without-xinerama do not use Xinerama (multi-monitor support)
1494 --without-xinput do not use the Xinput extension
1495 --without-xml do not use XML
1496 --without-xrandr do not use Xrandr (resolution changes)
1497 --without-xrender do not use the Xrender extension
1498 --without-xshape do not use the Xshape extension
1499 --without-xshm do not use XShm (shared memory extension)
1500 --without-xslt do not use XSLT
1501 --without-xxf86vm do not use XFree video mode extension
1502 --with-wine-tools=DIR use Wine tools from directory DIR
1503 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1504 --with-x use the X Window System
1506 Some influential environment variables:
1507 CC C compiler command
1508 CFLAGS C compiler flags
1509 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1510 nonstandard directory <lib dir>
1511 LIBS libraries to pass to the linker, e.g. -l<library>
1512 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1513 you have headers in a nonstandard directory <include dir>
1514 CXX C++ compiler command
1515 CXXFLAGS C++ compiler flags
1516 CPP C preprocessor
1517 XMKMF Path to xmkmf, Makefile generator for X Window System
1519 Use these variables to override the choices made by `configure' or to help
1520 it to find libraries and programs with nonstandard names/locations.
1522 Report bugs to <wine-devel@winehq.org>.
1523 Wine home page: <http://www.winehq.org>.
1524 _ACEOF
1525 ac_status=$?
1528 if test "$ac_init_help" = "recursive"; then
1529 # If there are subdirs, report their specific --help.
1530 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1531 test -d "$ac_dir" ||
1532 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1533 continue
1534 ac_builddir=.
1536 case "$ac_dir" in
1537 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1540 # A ".." for each directory in $ac_dir_suffix.
1541 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1542 case $ac_top_builddir_sub in
1543 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1544 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1545 esac ;;
1546 esac
1547 ac_abs_top_builddir=$ac_pwd
1548 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1549 # for backward compatibility:
1550 ac_top_builddir=$ac_top_build_prefix
1552 case $srcdir in
1553 .) # We are building in place.
1554 ac_srcdir=.
1555 ac_top_srcdir=$ac_top_builddir_sub
1556 ac_abs_top_srcdir=$ac_pwd ;;
1557 [\\/]* | ?:[\\/]* ) # Absolute name.
1558 ac_srcdir=$srcdir$ac_dir_suffix;
1559 ac_top_srcdir=$srcdir
1560 ac_abs_top_srcdir=$srcdir ;;
1561 *) # Relative name.
1562 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1563 ac_top_srcdir=$ac_top_build_prefix$srcdir
1564 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1565 esac
1566 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1568 cd "$ac_dir" || { ac_status=$?; continue; }
1569 # Check for guested configure.
1570 if test -f "$ac_srcdir/configure.gnu"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1573 elif test -f "$ac_srcdir/configure"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure" --help=recursive
1576 else
1577 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1578 fi || ac_status=$?
1579 cd "$ac_pwd" || { ac_status=$?; break; }
1580 done
1583 test -n "$ac_init_help" && exit $ac_status
1584 if $ac_init_version; then
1585 cat <<\_ACEOF
1586 Wine configure 1.1.35
1587 generated by GNU Autoconf 2.65
1589 Copyright (C) 2009 Free Software Foundation, Inc.
1590 This configure script is free software; the Free Software Foundation
1591 gives unlimited permission to copy, distribute and modify it.
1592 _ACEOF
1593 exit
1596 ## ------------------------ ##
1597 ## Autoconf initialization. ##
1598 ## ------------------------ ##
1600 # ac_fn_c_try_compile LINENO
1601 # --------------------------
1602 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1603 ac_fn_c_try_compile ()
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 rm -f conftest.$ac_objext
1607 if { { ac_try="$ac_compile"
1608 case "(($ac_try" in
1609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1610 *) ac_try_echo=$ac_try;;
1611 esac
1612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613 $as_echo "$ac_try_echo"; } >&5
1614 (eval "$ac_compile") 2>conftest.err
1615 ac_status=$?
1616 if test -s conftest.err; then
1617 grep -v '^ *+' conftest.err >conftest.er1
1618 cat conftest.er1 >&5
1619 mv -f conftest.er1 conftest.err
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1622 test $ac_status = 0; } && {
1623 test -z "$ac_c_werror_flag" ||
1624 test ! -s conftest.err
1625 } && test -s conftest.$ac_objext; then :
1626 ac_retval=0
1627 else
1628 $as_echo "$as_me: failed program was:" >&5
1629 sed 's/^/| /' conftest.$ac_ext >&5
1631 ac_retval=1
1633 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1634 as_fn_set_status $ac_retval
1636 } # ac_fn_c_try_compile
1638 # ac_fn_cxx_try_compile LINENO
1639 # ----------------------------
1640 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1641 ac_fn_cxx_try_compile ()
1643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1644 rm -f conftest.$ac_objext
1645 if { { ac_try="$ac_compile"
1646 case "(($ac_try" in
1647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1648 *) ac_try_echo=$ac_try;;
1649 esac
1650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1651 $as_echo "$ac_try_echo"; } >&5
1652 (eval "$ac_compile") 2>conftest.err
1653 ac_status=$?
1654 if test -s conftest.err; then
1655 grep -v '^ *+' conftest.err >conftest.er1
1656 cat conftest.er1 >&5
1657 mv -f conftest.er1 conftest.err
1659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1660 test $ac_status = 0; } && {
1661 test -z "$ac_cxx_werror_flag" ||
1662 test ! -s conftest.err
1663 } && test -s conftest.$ac_objext; then :
1664 ac_retval=0
1665 else
1666 $as_echo "$as_me: failed program was:" >&5
1667 sed 's/^/| /' conftest.$ac_ext >&5
1669 ac_retval=1
1671 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1672 as_fn_set_status $ac_retval
1674 } # ac_fn_cxx_try_compile
1676 # ac_fn_c_try_link LINENO
1677 # -----------------------
1678 # Try to link conftest.$ac_ext, and return whether this succeeded.
1679 ac_fn_c_try_link ()
1681 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1682 rm -f conftest.$ac_objext conftest$ac_exeext
1683 if { { ac_try="$ac_link"
1684 case "(($ac_try" in
1685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1686 *) ac_try_echo=$ac_try;;
1687 esac
1688 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689 $as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_link") 2>conftest.err
1691 ac_status=$?
1692 if test -s conftest.err; then
1693 grep -v '^ *+' conftest.err >conftest.er1
1694 cat conftest.er1 >&5
1695 mv -f conftest.er1 conftest.err
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } && {
1699 test -z "$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1701 } && test -s conftest$ac_exeext && {
1702 test "$cross_compiling" = yes ||
1703 $as_test_x conftest$ac_exeext
1704 }; then :
1705 ac_retval=0
1706 else
1707 $as_echo "$as_me: failed program was:" >&5
1708 sed 's/^/| /' conftest.$ac_ext >&5
1710 ac_retval=1
1712 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1713 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1714 # interfere with the next link command; also delete a directory that is
1715 # left behind by Apple's compiler. We do this before executing the actions.
1716 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1718 as_fn_set_status $ac_retval
1720 } # ac_fn_c_try_link
1722 # ac_fn_c_try_cpp LINENO
1723 # ----------------------
1724 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1725 ac_fn_c_try_cpp ()
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 if { { ac_try="$ac_cpp conftest.$ac_ext"
1729 case "(($ac_try" in
1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1732 esac
1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734 $as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1736 ac_status=$?
1737 if test -s conftest.err; then
1738 grep -v '^ *+' conftest.err >conftest.er1
1739 cat conftest.er1 >&5
1740 mv -f conftest.er1 conftest.err
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } >/dev/null && {
1744 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1745 test ! -s conftest.err
1746 }; then :
1747 ac_retval=0
1748 else
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1752 ac_retval=1
1754 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755 as_fn_set_status $ac_retval
1757 } # ac_fn_c_try_cpp
1759 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1760 # -------------------------------------------------------
1761 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1762 # the include files in INCLUDES and setting the cache variable VAR
1763 # accordingly.
1764 ac_fn_c_check_header_mongrel ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769 $as_echo_n "checking for $2... " >&6; }
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 $as_echo_n "(cached) " >&6
1773 eval ac_res=\$$3
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1775 $as_echo "$ac_res" >&6; }
1776 else
1777 # Is the header compilable?
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1779 $as_echo_n "checking $2 usability... " >&6; }
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1783 #include <$2>
1784 _ACEOF
1785 if ac_fn_c_try_compile "$LINENO"; then :
1786 ac_header_compiler=yes
1787 else
1788 ac_header_compiler=no
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1792 $as_echo "$ac_header_compiler" >&6; }
1794 # Is the header present?
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1796 $as_echo_n "checking $2 presence... " >&6; }
1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1798 /* end confdefs.h. */
1799 #include <$2>
1800 _ACEOF
1801 if ac_fn_c_try_cpp "$LINENO"; then :
1802 ac_header_preproc=yes
1803 else
1804 ac_header_preproc=no
1806 rm -f conftest.err conftest.$ac_ext
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1808 $as_echo "$ac_header_preproc" >&6; }
1810 # So? What about this header?
1811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1812 yes:no: )
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1814 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1816 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1818 no:yes:* )
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1820 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1822 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1824 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1826 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1828 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1829 ( cat <<\_ASBOX
1830 ## ------------------------------------ ##
1831 ## Report this to wine-devel@winehq.org ##
1832 ## ------------------------------------ ##
1833 _ASBOX
1834 ) | sed "s/^/$as_me: WARNING: /" >&2
1836 esac
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1838 $as_echo_n "checking for $2... " >&6; }
1839 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1840 $as_echo_n "(cached) " >&6
1841 else
1842 eval "$3=\$ac_header_compiler"
1844 eval ac_res=\$$3
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1846 $as_echo "$ac_res" >&6; }
1848 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1850 } # ac_fn_c_check_header_mongrel
1852 # ac_fn_c_try_run LINENO
1853 # ----------------------
1854 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1855 # that executables *can* be run.
1856 ac_fn_c_try_run ()
1858 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1859 if { { ac_try="$ac_link"
1860 case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863 esac
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>&5
1867 ac_status=$?
1868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1869 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1870 { { case "(($ac_try" in
1871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1872 *) ac_try_echo=$ac_try;;
1873 esac
1874 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1875 $as_echo "$ac_try_echo"; } >&5
1876 (eval "$ac_try") 2>&5
1877 ac_status=$?
1878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1879 test $ac_status = 0; }; }; then :
1880 ac_retval=0
1881 else
1882 $as_echo "$as_me: program exited with status $ac_status" >&5
1883 $as_echo "$as_me: failed program was:" >&5
1884 sed 's/^/| /' conftest.$ac_ext >&5
1886 ac_retval=$ac_status
1888 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1889 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890 as_fn_set_status $ac_retval
1892 } # ac_fn_c_try_run
1894 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1895 # -------------------------------------------------------
1896 # Tests whether HEADER exists and can be compiled using the include files in
1897 # INCLUDES, setting the cache variable VAR accordingly.
1898 ac_fn_c_check_header_compile ()
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1902 $as_echo_n "checking for $2... " >&6; }
1903 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1904 $as_echo_n "(cached) " >&6
1905 else
1906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1907 /* end confdefs.h. */
1909 #include <$2>
1910 _ACEOF
1911 if ac_fn_c_try_compile "$LINENO"; then :
1912 eval "$3=yes"
1913 else
1914 eval "$3=no"
1916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1918 eval ac_res=\$$3
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1920 $as_echo "$ac_res" >&6; }
1921 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1923 } # ac_fn_c_check_header_compile
1925 # ac_fn_c_check_func LINENO FUNC VAR
1926 # ----------------------------------
1927 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1928 ac_fn_c_check_func ()
1930 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1932 $as_echo_n "checking for $2... " >&6; }
1933 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1934 $as_echo_n "(cached) " >&6
1935 else
1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937 /* end confdefs.h. */
1938 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1940 #define $2 innocuous_$2
1942 /* System header to define __stub macros and hopefully few prototypes,
1943 which can conflict with char $2 (); below.
1944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1945 <limits.h> exists even on freestanding compilers. */
1947 #ifdef __STDC__
1948 # include <limits.h>
1949 #else
1950 # include <assert.h>
1951 #endif
1953 #undef $2
1955 /* Override any GCC internal prototype to avoid an error.
1956 Use char because int might match the return type of a GCC
1957 builtin and then its argument prototype would still apply. */
1958 #ifdef __cplusplus
1959 extern "C"
1960 #endif
1961 char $2 ();
1962 /* The GNU C library defines this for functions which it implements
1963 to always fail with ENOSYS. Some functions are actually named
1964 something starting with __ and the normal name is an alias. */
1965 #if defined __stub_$2 || defined __stub___$2
1966 choke me
1967 #endif
1970 main ()
1972 return $2 ();
1974 return 0;
1976 _ACEOF
1977 if ac_fn_c_try_link "$LINENO"; then :
1978 eval "$3=yes"
1979 else
1980 eval "$3=no"
1982 rm -f core conftest.err conftest.$ac_objext \
1983 conftest$ac_exeext conftest.$ac_ext
1985 eval ac_res=\$$3
1986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1987 $as_echo "$ac_res" >&6; }
1988 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1990 } # ac_fn_c_check_func
1992 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1993 # ----------------------------------------------------
1994 # Tries to find if the field MEMBER exists in type AGGR, after including
1995 # INCLUDES, setting cache variable VAR accordingly.
1996 ac_fn_c_check_member ()
1998 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2000 $as_echo_n "checking for $2.$3... " >&6; }
2001 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2002 $as_echo_n "(cached) " >&6
2003 else
2004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2005 /* end confdefs.h. */
2008 main ()
2010 static $2 ac_aggr;
2011 if (ac_aggr.$3)
2012 return 0;
2014 return 0;
2016 _ACEOF
2017 if ac_fn_c_try_compile "$LINENO"; then :
2018 eval "$4=yes"
2019 else
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021 /* end confdefs.h. */
2024 main ()
2026 static $2 ac_aggr;
2027 if (sizeof ac_aggr.$3)
2028 return 0;
2030 return 0;
2032 _ACEOF
2033 if ac_fn_c_try_compile "$LINENO"; then :
2034 eval "$4=yes"
2035 else
2036 eval "$4=no"
2038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 eval ac_res=\$$4
2043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2044 $as_echo "$ac_res" >&6; }
2045 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2047 } # ac_fn_c_check_member
2049 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2050 # -------------------------------------------
2051 # Tests whether TYPE exists after having included INCLUDES, setting cache
2052 # variable VAR accordingly.
2053 ac_fn_c_check_type ()
2055 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2057 $as_echo_n "checking for $2... " >&6; }
2058 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2059 $as_echo_n "(cached) " >&6
2060 else
2061 eval "$3=no"
2062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h. */
2066 main ()
2068 if (sizeof ($2))
2069 return 0;
2071 return 0;
2073 _ACEOF
2074 if ac_fn_c_try_compile "$LINENO"; then :
2075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2076 /* end confdefs.h. */
2079 main ()
2081 if (sizeof (($2)))
2082 return 0;
2084 return 0;
2086 _ACEOF
2087 if ac_fn_c_try_compile "$LINENO"; then :
2089 else
2090 eval "$3=yes"
2092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 eval ac_res=\$$3
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2098 $as_echo "$ac_res" >&6; }
2099 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2101 } # ac_fn_c_check_type
2102 cat >config.log <<_ACEOF
2103 This file contains any messages produced by compilers while
2104 running configure, to aid debugging if configure makes a mistake.
2106 It was created by Wine $as_me 1.1.35, which was
2107 generated by GNU Autoconf 2.65. Invocation command line was
2109 $ $0 $@
2111 _ACEOF
2112 exec 5>>config.log
2114 cat <<_ASUNAME
2115 ## --------- ##
2116 ## Platform. ##
2117 ## --------- ##
2119 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2120 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2121 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2122 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2123 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2125 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2126 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2128 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2129 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2130 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2131 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2132 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2133 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2134 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2136 _ASUNAME
2138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2139 for as_dir in $PATH
2141 IFS=$as_save_IFS
2142 test -z "$as_dir" && as_dir=.
2143 $as_echo "PATH: $as_dir"
2144 done
2145 IFS=$as_save_IFS
2147 } >&5
2149 cat >&5 <<_ACEOF
2152 ## ----------- ##
2153 ## Core tests. ##
2154 ## ----------- ##
2156 _ACEOF
2159 # Keep a trace of the command line.
2160 # Strip out --no-create and --no-recursion so they do not pile up.
2161 # Strip out --silent because we don't want to record it for future runs.
2162 # Also quote any args containing shell meta-characters.
2163 # Make two passes to allow for proper duplicate-argument suppression.
2164 ac_configure_args=
2165 ac_configure_args0=
2166 ac_configure_args1=
2167 ac_must_keep_next=false
2168 for ac_pass in 1 2
2170 for ac_arg
2172 case $ac_arg in
2173 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2174 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2175 | -silent | --silent | --silen | --sile | --sil)
2176 continue ;;
2177 *\'*)
2178 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2179 esac
2180 case $ac_pass in
2181 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2183 as_fn_append ac_configure_args1 " '$ac_arg'"
2184 if test $ac_must_keep_next = true; then
2185 ac_must_keep_next=false # Got value, back to normal.
2186 else
2187 case $ac_arg in
2188 *=* | --config-cache | -C | -disable-* | --disable-* \
2189 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2190 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2191 | -with-* | --with-* | -without-* | --without-* | --x)
2192 case "$ac_configure_args0 " in
2193 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2194 esac
2196 -* ) ac_must_keep_next=true ;;
2197 esac
2199 as_fn_append ac_configure_args " '$ac_arg'"
2201 esac
2202 done
2203 done
2204 { ac_configure_args0=; unset ac_configure_args0;}
2205 { ac_configure_args1=; unset ac_configure_args1;}
2207 # When interrupted or exit'd, cleanup temporary files, and complete
2208 # config.log. We remove comments because anyway the quotes in there
2209 # would cause problems or look ugly.
2210 # WARNING: Use '\'' to represent an apostrophe within the trap.
2211 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2212 trap 'exit_status=$?
2213 # Save into config.log some information that might help in debugging.
2215 echo
2217 cat <<\_ASBOX
2218 ## ---------------- ##
2219 ## Cache variables. ##
2220 ## ---------------- ##
2221 _ASBOX
2222 echo
2223 # The following way of writing the cache mishandles newlines in values,
2225 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2226 eval ac_val=\$$ac_var
2227 case $ac_val in #(
2228 *${as_nl}*)
2229 case $ac_var in #(
2230 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2231 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2232 esac
2233 case $ac_var in #(
2234 _ | IFS | as_nl) ;; #(
2235 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2236 *) { eval $ac_var=; unset $ac_var;} ;;
2237 esac ;;
2238 esac
2239 done
2240 (set) 2>&1 |
2241 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2242 *${as_nl}ac_space=\ *)
2243 sed -n \
2244 "s/'\''/'\''\\\\'\'''\''/g;
2245 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2246 ;; #(
2248 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2250 esac |
2251 sort
2253 echo
2255 cat <<\_ASBOX
2256 ## ----------------- ##
2257 ## Output variables. ##
2258 ## ----------------- ##
2259 _ASBOX
2260 echo
2261 for ac_var in $ac_subst_vars
2263 eval ac_val=\$$ac_var
2264 case $ac_val in
2265 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2266 esac
2267 $as_echo "$ac_var='\''$ac_val'\''"
2268 done | sort
2269 echo
2271 if test -n "$ac_subst_files"; then
2272 cat <<\_ASBOX
2273 ## ------------------- ##
2274 ## File substitutions. ##
2275 ## ------------------- ##
2276 _ASBOX
2277 echo
2278 for ac_var in $ac_subst_files
2280 eval ac_val=\$$ac_var
2281 case $ac_val in
2282 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2283 esac
2284 $as_echo "$ac_var='\''$ac_val'\''"
2285 done | sort
2286 echo
2289 if test -s confdefs.h; then
2290 cat <<\_ASBOX
2291 ## ----------- ##
2292 ## confdefs.h. ##
2293 ## ----------- ##
2294 _ASBOX
2295 echo
2296 cat confdefs.h
2297 echo
2299 test "$ac_signal" != 0 &&
2300 $as_echo "$as_me: caught signal $ac_signal"
2301 $as_echo "$as_me: exit $exit_status"
2302 } >&5
2303 rm -f core *.core core.conftest.* &&
2304 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2305 exit $exit_status
2307 for ac_signal in 1 2 13 15; do
2308 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2309 done
2310 ac_signal=0
2312 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2313 rm -f -r conftest* confdefs.h
2315 $as_echo "/* confdefs.h */" > confdefs.h
2317 # Predefined preprocessor variables.
2319 cat >>confdefs.h <<_ACEOF
2320 #define PACKAGE_NAME "$PACKAGE_NAME"
2321 _ACEOF
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2325 _ACEOF
2327 cat >>confdefs.h <<_ACEOF
2328 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2329 _ACEOF
2331 cat >>confdefs.h <<_ACEOF
2332 #define PACKAGE_STRING "$PACKAGE_STRING"
2333 _ACEOF
2335 cat >>confdefs.h <<_ACEOF
2336 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2337 _ACEOF
2339 cat >>confdefs.h <<_ACEOF
2340 #define PACKAGE_URL "$PACKAGE_URL"
2341 _ACEOF
2344 # Let the site file select an alternate cache file if it wants to.
2345 # Prefer an explicitly selected file to automatically selected ones.
2346 ac_site_file1=NONE
2347 ac_site_file2=NONE
2348 if test -n "$CONFIG_SITE"; then
2349 ac_site_file1=$CONFIG_SITE
2350 elif test "x$prefix" != xNONE; then
2351 ac_site_file1=$prefix/share/config.site
2352 ac_site_file2=$prefix/etc/config.site
2353 else
2354 ac_site_file1=$ac_default_prefix/share/config.site
2355 ac_site_file2=$ac_default_prefix/etc/config.site
2357 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2359 test "x$ac_site_file" = xNONE && continue
2360 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2362 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2363 sed 's/^/| /' "$ac_site_file" >&5
2364 . "$ac_site_file"
2366 done
2368 if test -r "$cache_file"; then
2369 # Some versions of bash will fail to source /dev/null (special files
2370 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2371 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2373 $as_echo "$as_me: loading cache $cache_file" >&6;}
2374 case $cache_file in
2375 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2376 *) . "./$cache_file";;
2377 esac
2379 else
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2381 $as_echo "$as_me: creating cache $cache_file" >&6;}
2382 >$cache_file
2385 # Check that the precious variables saved in the cache have kept the same
2386 # value.
2387 ac_cache_corrupted=false
2388 for ac_var in $ac_precious_vars; do
2389 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2390 eval ac_new_set=\$ac_env_${ac_var}_set
2391 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2392 eval ac_new_val=\$ac_env_${ac_var}_value
2393 case $ac_old_set,$ac_new_set in
2394 set,)
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2396 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2397 ac_cache_corrupted=: ;;
2398 ,set)
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2400 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2401 ac_cache_corrupted=: ;;
2402 ,);;
2404 if test "x$ac_old_val" != "x$ac_new_val"; then
2405 # differences in whitespace do not lead to failure.
2406 ac_old_val_w=`echo x $ac_old_val`
2407 ac_new_val_w=`echo x $ac_new_val`
2408 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2410 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2411 ac_cache_corrupted=:
2412 else
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2414 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2415 eval $ac_var=\$ac_old_val
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2418 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2420 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2421 fi;;
2422 esac
2423 # Pass precious variables to config.status.
2424 if test "$ac_new_set" = set; then
2425 case $ac_new_val in
2426 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2427 *) ac_arg=$ac_var=$ac_new_val ;;
2428 esac
2429 case " $ac_configure_args " in
2430 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2431 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2432 esac
2434 done
2435 if $ac_cache_corrupted; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2439 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2440 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2442 ## -------------------- ##
2443 ## Main body of script. ##
2444 ## -------------------- ##
2446 ac_ext=c
2447 ac_cpp='$CPP $CPPFLAGS'
2448 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2449 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2450 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454 ac_config_headers="$ac_config_headers include/config.h"
2456 ac_aux_dir=
2457 for ac_dir in tools "$srcdir"/tools; do
2458 for ac_t in install-sh install.sh shtool; do
2459 if test -f "$ac_dir/$ac_t"; then
2460 ac_aux_dir=$ac_dir
2461 ac_install_sh="$ac_aux_dir/$ac_t -c"
2462 break 2
2464 done
2465 done
2466 if test -z "$ac_aux_dir"; then
2467 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2470 # These three variables are undocumented and unsupported,
2471 # and are intended to be withdrawn in a future Autoconf release.
2472 # They can cause serious problems if a builder's source tree is in a directory
2473 # whose full name contains unusual characters.
2474 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2475 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2476 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2481 # Check whether --enable-win16 was given.
2482 if test "${enable_win16+set}" = set; then :
2483 enableval=$enable_win16;
2486 # Check whether --enable-win64 was given.
2487 if test "${enable_win64+set}" = set; then :
2488 enableval=$enable_win64;
2491 # Check whether --enable-tests was given.
2492 if test "${enable_tests+set}" = set; then :
2493 enableval=$enable_tests;
2496 # Check whether --enable-maintainer-mode was given.
2497 if test "${enable_maintainer_mode+set}" = set; then :
2498 enableval=$enable_maintainer_mode;
2499 else
2500 MAINTAINER_MODE=\#
2506 # Check whether --with-alsa was given.
2507 if test "${with_alsa+set}" = set; then :
2508 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2512 # Check whether --with-audioio was given.
2513 if test "${with_audioio+set}" = set; then :
2514 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2518 # Check whether --with-capi was given.
2519 if test "${with_capi+set}" = set; then :
2520 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2524 # Check whether --with-cms was given.
2525 if test "${with_cms+set}" = set; then :
2526 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2530 # Check whether --with-coreaudio was given.
2531 if test "${with_coreaudio+set}" = set; then :
2532 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2536 # Check whether --with-cups was given.
2537 if test "${with_cups+set}" = set; then :
2538 withval=$with_cups;
2542 # Check whether --with-curses was given.
2543 if test "${with_curses+set}" = set; then :
2544 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2548 # Check whether --with-esd was given.
2549 if test "${with_esd+set}" = set; then :
2550 withval=$with_esd;
2554 # Check whether --with-fontconfig was given.
2555 if test "${with_fontconfig+set}" = set; then :
2556 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2560 # Check whether --with-freetype was given.
2561 if test "${with_freetype+set}" = set; then :
2562 withval=$with_freetype;
2566 # Check whether --with-gphoto was given.
2567 if test "${with_gphoto+set}" = set; then :
2568 withval=$with_gphoto;
2572 # Check whether --with-glu was given.
2573 if test "${with_glu+set}" = set; then :
2574 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2578 # Check whether --with-gnutls was given.
2579 if test "${with_gnutls+set}" = set; then :
2580 withval=$with_gnutls;
2584 # Check whether --with-gsm was given.
2585 if test "${with_gsm+set}" = set; then :
2586 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2590 # Check whether --with-hal was given.
2591 if test "${with_hal+set}" = set; then :
2592 withval=$with_hal;
2596 # Check whether --with-jack was given.
2597 if test "${with_jack+set}" = set; then :
2598 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2602 # Check whether --with-jpeg was given.
2603 if test "${with_jpeg+set}" = set; then :
2604 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2608 # Check whether --with-ldap was given.
2609 if test "${with_ldap+set}" = set; then :
2610 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2614 # Check whether --with-mpg123 was given.
2615 if test "${with_mpg123+set}" = set; then :
2616 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2620 # Check whether --with-nas was given.
2621 if test "${with_nas+set}" = set; then :
2622 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2626 # Check whether --with-openal was given.
2627 if test "${with_openal+set}" = set; then :
2628 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2632 # Check whether --with-opengl was given.
2633 if test "${with_opengl+set}" = set; then :
2634 withval=$with_opengl;
2638 # Check whether --with-openssl was given.
2639 if test "${with_openssl+set}" = set; then :
2640 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2644 # Check whether --with-oss was given.
2645 if test "${with_oss+set}" = set; then :
2646 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
2650 # Check whether --with-png was given.
2651 if test "${with_png+set}" = set; then :
2652 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2656 # Check whether --with-pthread was given.
2657 if test "${with_pthread+set}" = set; then :
2658 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2662 # Check whether --with-sane was given.
2663 if test "${with_sane+set}" = set; then :
2664 withval=$with_sane;
2668 # Check whether --with-xcomposite was given.
2669 if test "${with_xcomposite+set}" = set; then :
2670 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2674 # Check whether --with-xcursor was given.
2675 if test "${with_xcursor+set}" = set; then :
2676 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2680 # Check whether --with-xinerama was given.
2681 if test "${with_xinerama+set}" = set; then :
2682 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2686 # Check whether --with-xinput was given.
2687 if test "${with_xinput+set}" = set; then :
2688 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2692 # Check whether --with-xml was given.
2693 if test "${with_xml+set}" = set; then :
2694 withval=$with_xml;
2698 # Check whether --with-xrandr was given.
2699 if test "${with_xrandr+set}" = set; then :
2700 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2704 # Check whether --with-xrender was given.
2705 if test "${with_xrender+set}" = set; then :
2706 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2710 # Check whether --with-xshape was given.
2711 if test "${with_xshape+set}" = set; then :
2712 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2716 # Check whether --with-xshm was given.
2717 if test "${with_xshm+set}" = set; then :
2718 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2722 # Check whether --with-xslt was given.
2723 if test "${with_xslt+set}" = set; then :
2724 withval=$with_xslt;
2728 # Check whether --with-xxf86vm was given.
2729 if test "${with_xxf86vm+set}" = set; then :
2730 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
2735 # Check whether --with-wine-tools was given.
2736 if test "${with_wine_tools+set}" = set; then :
2737 withval=$with_wine_tools;
2741 # Check whether --with-wine64 was given.
2742 if test "${with_wine64+set}" = set; then :
2743 withval=$with_wine64;
2747 # Make sure we can run config.sub.
2748 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2749 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2752 $as_echo_n "checking build system type... " >&6; }
2753 if test "${ac_cv_build+set}" = set; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 ac_build_alias=$build_alias
2757 test "x$ac_build_alias" = x &&
2758 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2759 test "x$ac_build_alias" = x &&
2760 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2761 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2762 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2766 $as_echo "$ac_cv_build" >&6; }
2767 case $ac_cv_build in
2768 *-*-*) ;;
2769 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2770 esac
2771 build=$ac_cv_build
2772 ac_save_IFS=$IFS; IFS='-'
2773 set x $ac_cv_build
2774 shift
2775 build_cpu=$1
2776 build_vendor=$2
2777 shift; shift
2778 # Remember, the first character of IFS is used to create $*,
2779 # except with old shells:
2780 build_os=$*
2781 IFS=$ac_save_IFS
2782 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2786 $as_echo_n "checking host system type... " >&6; }
2787 if test "${ac_cv_host+set}" = set; then :
2788 $as_echo_n "(cached) " >&6
2789 else
2790 if test "x$host_alias" = x; then
2791 ac_cv_host=$ac_cv_build
2792 else
2793 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2794 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2799 $as_echo "$ac_cv_host" >&6; }
2800 case $ac_cv_host in
2801 *-*-*) ;;
2802 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2803 esac
2804 host=$ac_cv_host
2805 ac_save_IFS=$IFS; IFS='-'
2806 set x $ac_cv_host
2807 shift
2808 host_cpu=$1
2809 host_vendor=$2
2810 shift; shift
2811 # Remember, the first character of IFS is used to create $*,
2812 # except with old shells:
2813 host_os=$*
2814 IFS=$ac_save_IFS
2815 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2819 case "$srcdir" in
2820 .) ;;
2821 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2822 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2823 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2824 fi ;;
2825 esac
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2829 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2830 set x ${MAKE-make}
2831 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2832 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2833 $as_echo_n "(cached) " >&6
2834 else
2835 cat >conftest.make <<\_ACEOF
2836 SHELL = /bin/sh
2837 all:
2838 @echo '@@@%%%=$(MAKE)=@@@%%%'
2839 _ACEOF
2840 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2841 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2842 *@@@%%%=?*=@@@%%%*)
2843 eval ac_cv_prog_make_${ac_make}_set=yes;;
2845 eval ac_cv_prog_make_${ac_make}_set=no;;
2846 esac
2847 rm -f conftest.make
2849 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2851 $as_echo "yes" >&6; }
2852 SET_MAKE=
2853 else
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2855 $as_echo "no" >&6; }
2856 SET_MAKE="MAKE=${MAKE-make}"
2859 ac_ext=c
2860 ac_cpp='$CPP $CPPFLAGS'
2861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2864 if test -n "$ac_tool_prefix"; then
2865 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2866 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2868 $as_echo_n "checking for $ac_word... " >&6; }
2869 if test "${ac_cv_prog_CC+set}" = set; then :
2870 $as_echo_n "(cached) " >&6
2871 else
2872 if test -n "$CC"; then
2873 ac_cv_prog_CC="$CC" # Let the user override the test.
2874 else
2875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2876 for as_dir in $PATH
2878 IFS=$as_save_IFS
2879 test -z "$as_dir" && as_dir=.
2880 for ac_exec_ext in '' $ac_executable_extensions; do
2881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2882 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2884 break 2
2886 done
2887 done
2888 IFS=$as_save_IFS
2892 CC=$ac_cv_prog_CC
2893 if test -n "$CC"; then
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2895 $as_echo "$CC" >&6; }
2896 else
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2898 $as_echo "no" >&6; }
2903 if test -z "$ac_cv_prog_CC"; then
2904 ac_ct_CC=$CC
2905 # Extract the first word of "gcc", so it can be a program name with args.
2906 set dummy gcc; ac_word=$2
2907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2908 $as_echo_n "checking for $ac_word... " >&6; }
2909 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2910 $as_echo_n "(cached) " >&6
2911 else
2912 if test -n "$ac_ct_CC"; then
2913 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2914 else
2915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2916 for as_dir in $PATH
2918 IFS=$as_save_IFS
2919 test -z "$as_dir" && as_dir=.
2920 for ac_exec_ext in '' $ac_executable_extensions; do
2921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2922 ac_cv_prog_ac_ct_CC="gcc"
2923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2924 break 2
2926 done
2927 done
2928 IFS=$as_save_IFS
2932 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2933 if test -n "$ac_ct_CC"; then
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2935 $as_echo "$ac_ct_CC" >&6; }
2936 else
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2938 $as_echo "no" >&6; }
2941 if test "x$ac_ct_CC" = x; then
2942 CC=""
2943 else
2944 case $cross_compiling:$ac_tool_warned in
2945 yes:)
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2947 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2948 ac_tool_warned=yes ;;
2949 esac
2950 CC=$ac_ct_CC
2952 else
2953 CC="$ac_cv_prog_CC"
2956 if test -z "$CC"; then
2957 if test -n "$ac_tool_prefix"; then
2958 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2959 set dummy ${ac_tool_prefix}cc; ac_word=$2
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2961 $as_echo_n "checking for $ac_word... " >&6; }
2962 if test "${ac_cv_prog_CC+set}" = set; then :
2963 $as_echo_n "(cached) " >&6
2964 else
2965 if test -n "$CC"; then
2966 ac_cv_prog_CC="$CC" # Let the user override the test.
2967 else
2968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2969 for as_dir in $PATH
2971 IFS=$as_save_IFS
2972 test -z "$as_dir" && as_dir=.
2973 for ac_exec_ext in '' $ac_executable_extensions; do
2974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2975 ac_cv_prog_CC="${ac_tool_prefix}cc"
2976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2977 break 2
2979 done
2980 done
2981 IFS=$as_save_IFS
2985 CC=$ac_cv_prog_CC
2986 if test -n "$CC"; then
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2988 $as_echo "$CC" >&6; }
2989 else
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2991 $as_echo "no" >&6; }
2997 if test -z "$CC"; then
2998 # Extract the first word of "cc", so it can be a program name with args.
2999 set dummy cc; ac_word=$2
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3001 $as_echo_n "checking for $ac_word... " >&6; }
3002 if test "${ac_cv_prog_CC+set}" = set; then :
3003 $as_echo_n "(cached) " >&6
3004 else
3005 if test -n "$CC"; then
3006 ac_cv_prog_CC="$CC" # Let the user override the test.
3007 else
3008 ac_prog_rejected=no
3009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3010 for as_dir in $PATH
3012 IFS=$as_save_IFS
3013 test -z "$as_dir" && as_dir=.
3014 for ac_exec_ext in '' $ac_executable_extensions; do
3015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3016 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3017 ac_prog_rejected=yes
3018 continue
3020 ac_cv_prog_CC="cc"
3021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3022 break 2
3024 done
3025 done
3026 IFS=$as_save_IFS
3028 if test $ac_prog_rejected = yes; then
3029 # We found a bogon in the path, so make sure we never use it.
3030 set dummy $ac_cv_prog_CC
3031 shift
3032 if test $# != 0; then
3033 # We chose a different compiler from the bogus one.
3034 # However, it has the same basename, so the bogon will be chosen
3035 # first if we set CC to just the basename; use the full file name.
3036 shift
3037 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3042 CC=$ac_cv_prog_CC
3043 if test -n "$CC"; then
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3045 $as_echo "$CC" >&6; }
3046 else
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3048 $as_echo "no" >&6; }
3053 if test -z "$CC"; then
3054 if test -n "$ac_tool_prefix"; then
3055 for ac_prog in cl.exe
3057 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3058 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3060 $as_echo_n "checking for $ac_word... " >&6; }
3061 if test "${ac_cv_prog_CC+set}" = set; then :
3062 $as_echo_n "(cached) " >&6
3063 else
3064 if test -n "$CC"; then
3065 ac_cv_prog_CC="$CC" # Let the user override the test.
3066 else
3067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3068 for as_dir in $PATH
3070 IFS=$as_save_IFS
3071 test -z "$as_dir" && as_dir=.
3072 for ac_exec_ext in '' $ac_executable_extensions; do
3073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3074 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3076 break 2
3078 done
3079 done
3080 IFS=$as_save_IFS
3084 CC=$ac_cv_prog_CC
3085 if test -n "$CC"; then
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3087 $as_echo "$CC" >&6; }
3088 else
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3090 $as_echo "no" >&6; }
3094 test -n "$CC" && break
3095 done
3097 if test -z "$CC"; then
3098 ac_ct_CC=$CC
3099 for ac_prog in cl.exe
3101 # Extract the first word of "$ac_prog", so it can be a program name with args.
3102 set dummy $ac_prog; ac_word=$2
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3104 $as_echo_n "checking for $ac_word... " >&6; }
3105 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3106 $as_echo_n "(cached) " >&6
3107 else
3108 if test -n "$ac_ct_CC"; then
3109 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3110 else
3111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112 for as_dir in $PATH
3114 IFS=$as_save_IFS
3115 test -z "$as_dir" && as_dir=.
3116 for ac_exec_ext in '' $ac_executable_extensions; do
3117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3118 ac_cv_prog_ac_ct_CC="$ac_prog"
3119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3120 break 2
3122 done
3123 done
3124 IFS=$as_save_IFS
3128 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3129 if test -n "$ac_ct_CC"; then
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3131 $as_echo "$ac_ct_CC" >&6; }
3132 else
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3134 $as_echo "no" >&6; }
3138 test -n "$ac_ct_CC" && break
3139 done
3141 if test "x$ac_ct_CC" = x; then
3142 CC=""
3143 else
3144 case $cross_compiling:$ac_tool_warned in
3145 yes:)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3147 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3148 ac_tool_warned=yes ;;
3149 esac
3150 CC=$ac_ct_CC
3157 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3159 as_fn_error "no acceptable C compiler found in \$PATH
3160 See \`config.log' for more details." "$LINENO" 5; }
3162 # Provide some information about the compiler.
3163 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3164 set X $ac_compile
3165 ac_compiler=$2
3166 for ac_option in --version -v -V -qversion; do
3167 { { ac_try="$ac_compiler $ac_option >&5"
3168 case "(($ac_try" in
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3173 $as_echo "$ac_try_echo"; } >&5
3174 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3175 ac_status=$?
3176 if test -s conftest.err; then
3177 sed '10a\
3178 ... rest of stderr output deleted ...
3179 10q' conftest.err >conftest.er1
3180 cat conftest.er1 >&5
3182 rm -f conftest.er1 conftest.err
3183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3184 test $ac_status = 0; }
3185 done
3187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3188 /* end confdefs.h. */
3191 main ()
3195 return 0;
3197 _ACEOF
3198 ac_clean_files_save=$ac_clean_files
3199 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3200 # Try to create an executable without -o first, disregard a.out.
3201 # It will help us diagnose broken compilers, and finding out an intuition
3202 # of exeext.
3203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3204 $as_echo_n "checking whether the C compiler works... " >&6; }
3205 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3207 # The possible output files:
3208 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3210 ac_rmfiles=
3211 for ac_file in $ac_files
3213 case $ac_file in
3214 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3215 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3216 esac
3217 done
3218 rm -f $ac_rmfiles
3220 if { { ac_try="$ac_link_default"
3221 case "(($ac_try" in
3222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3223 *) ac_try_echo=$ac_try;;
3224 esac
3225 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3226 $as_echo "$ac_try_echo"; } >&5
3227 (eval "$ac_link_default") 2>&5
3228 ac_status=$?
3229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3230 test $ac_status = 0; }; then :
3231 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3232 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3233 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3234 # so that the user can short-circuit this test for compilers unknown to
3235 # Autoconf.
3236 for ac_file in $ac_files ''
3238 test -f "$ac_file" || continue
3239 case $ac_file in
3240 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3242 [ab].out )
3243 # We found the default executable, but exeext='' is most
3244 # certainly right.
3245 break;;
3246 *.* )
3247 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3248 then :; else
3249 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3251 # We set ac_cv_exeext here because the later test for it is not
3252 # safe: cross compilers may not add the suffix if given an `-o'
3253 # argument, so we may need to know it at that point already.
3254 # Even if this section looks crufty: it has the advantage of
3255 # actually working.
3256 break;;
3258 break;;
3259 esac
3260 done
3261 test "$ac_cv_exeext" = no && ac_cv_exeext=
3263 else
3264 ac_file=''
3266 if test -z "$ac_file"; then :
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3268 $as_echo "no" >&6; }
3269 $as_echo "$as_me: failed program was:" >&5
3270 sed 's/^/| /' conftest.$ac_ext >&5
3272 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3273 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3274 { as_fn_set_status 77
3275 as_fn_error "C compiler cannot create executables
3276 See \`config.log' for more details." "$LINENO" 5; }; }
3277 else
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3279 $as_echo "yes" >&6; }
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3282 $as_echo_n "checking for C compiler default output file name... " >&6; }
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3284 $as_echo "$ac_file" >&6; }
3285 ac_exeext=$ac_cv_exeext
3287 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3288 ac_clean_files=$ac_clean_files_save
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3290 $as_echo_n "checking for suffix of executables... " >&6; }
3291 if { { ac_try="$ac_link"
3292 case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295 esac
3296 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3297 $as_echo "$ac_try_echo"; } >&5
3298 (eval "$ac_link") 2>&5
3299 ac_status=$?
3300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3301 test $ac_status = 0; }; then :
3302 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3303 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3304 # work properly (i.e., refer to `conftest.exe'), while it won't with
3305 # `rm'.
3306 for ac_file in conftest.exe conftest conftest.*; do
3307 test -f "$ac_file" || continue
3308 case $ac_file in
3309 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3310 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3311 break;;
3312 * ) break;;
3313 esac
3314 done
3315 else
3316 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3317 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3318 as_fn_error "cannot compute suffix of executables: cannot compile and link
3319 See \`config.log' for more details." "$LINENO" 5; }
3321 rm -f conftest conftest$ac_cv_exeext
3322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3323 $as_echo "$ac_cv_exeext" >&6; }
3325 rm -f conftest.$ac_ext
3326 EXEEXT=$ac_cv_exeext
3327 ac_exeext=$EXEEXT
3328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3329 /* end confdefs.h. */
3330 #include <stdio.h>
3332 main ()
3334 FILE *f = fopen ("conftest.out", "w");
3335 return ferror (f) || fclose (f) != 0;
3338 return 0;
3340 _ACEOF
3341 ac_clean_files="$ac_clean_files conftest.out"
3342 # Check that the compiler produces executables we can run. If not, either
3343 # the compiler is broken, or we cross compile.
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3345 $as_echo_n "checking whether we are cross compiling... " >&6; }
3346 if test "$cross_compiling" != yes; then
3347 { { ac_try="$ac_link"
3348 case "(($ac_try" in
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3351 esac
3352 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3353 $as_echo "$ac_try_echo"; } >&5
3354 (eval "$ac_link") 2>&5
3355 ac_status=$?
3356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3357 test $ac_status = 0; }
3358 if { ac_try='./conftest$ac_cv_exeext'
3359 { { case "(($ac_try" in
3360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3361 *) ac_try_echo=$ac_try;;
3362 esac
3363 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3364 $as_echo "$ac_try_echo"; } >&5
3365 (eval "$ac_try") 2>&5
3366 ac_status=$?
3367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3368 test $ac_status = 0; }; }; then
3369 cross_compiling=no
3370 else
3371 if test "$cross_compiling" = maybe; then
3372 cross_compiling=yes
3373 else
3374 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3375 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3376 as_fn_error "cannot run C compiled programs.
3377 If you meant to cross compile, use \`--host'.
3378 See \`config.log' for more details." "$LINENO" 5; }
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3383 $as_echo "$cross_compiling" >&6; }
3385 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3386 ac_clean_files=$ac_clean_files_save
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3388 $as_echo_n "checking for suffix of object files... " >&6; }
3389 if test "${ac_cv_objext+set}" = set; then :
3390 $as_echo_n "(cached) " >&6
3391 else
3392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3393 /* end confdefs.h. */
3396 main ()
3400 return 0;
3402 _ACEOF
3403 rm -f conftest.o conftest.obj
3404 if { { ac_try="$ac_compile"
3405 case "(($ac_try" in
3406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3407 *) ac_try_echo=$ac_try;;
3408 esac
3409 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3410 $as_echo "$ac_try_echo"; } >&5
3411 (eval "$ac_compile") 2>&5
3412 ac_status=$?
3413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3414 test $ac_status = 0; }; then :
3415 for ac_file in conftest.o conftest.obj conftest.*; do
3416 test -f "$ac_file" || continue;
3417 case $ac_file in
3418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3419 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3420 break;;
3421 esac
3422 done
3423 else
3424 $as_echo "$as_me: failed program was:" >&5
3425 sed 's/^/| /' conftest.$ac_ext >&5
3427 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3428 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3429 as_fn_error "cannot compute suffix of object files: cannot compile
3430 See \`config.log' for more details." "$LINENO" 5; }
3432 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3435 $as_echo "$ac_cv_objext" >&6; }
3436 OBJEXT=$ac_cv_objext
3437 ac_objext=$OBJEXT
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3439 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3440 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3441 $as_echo_n "(cached) " >&6
3442 else
3443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3444 /* end confdefs.h. */
3447 main ()
3449 #ifndef __GNUC__
3450 choke me
3451 #endif
3454 return 0;
3456 _ACEOF
3457 if ac_fn_c_try_compile "$LINENO"; then :
3458 ac_compiler_gnu=yes
3459 else
3460 ac_compiler_gnu=no
3462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3463 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3467 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3468 if test $ac_compiler_gnu = yes; then
3469 GCC=yes
3470 else
3471 GCC=
3473 ac_test_CFLAGS=${CFLAGS+set}
3474 ac_save_CFLAGS=$CFLAGS
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3476 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3477 if test "${ac_cv_prog_cc_g+set}" = set; then :
3478 $as_echo_n "(cached) " >&6
3479 else
3480 ac_save_c_werror_flag=$ac_c_werror_flag
3481 ac_c_werror_flag=yes
3482 ac_cv_prog_cc_g=no
3483 CFLAGS="-g"
3484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3485 /* end confdefs.h. */
3488 main ()
3492 return 0;
3494 _ACEOF
3495 if ac_fn_c_try_compile "$LINENO"; then :
3496 ac_cv_prog_cc_g=yes
3497 else
3498 CFLAGS=""
3499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3500 /* end confdefs.h. */
3503 main ()
3507 return 0;
3509 _ACEOF
3510 if ac_fn_c_try_compile "$LINENO"; then :
3512 else
3513 ac_c_werror_flag=$ac_save_c_werror_flag
3514 CFLAGS="-g"
3515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3516 /* end confdefs.h. */
3519 main ()
3523 return 0;
3525 _ACEOF
3526 if ac_fn_c_try_compile "$LINENO"; then :
3527 ac_cv_prog_cc_g=yes
3529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3534 ac_c_werror_flag=$ac_save_c_werror_flag
3536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3537 $as_echo "$ac_cv_prog_cc_g" >&6; }
3538 if test "$ac_test_CFLAGS" = set; then
3539 CFLAGS=$ac_save_CFLAGS
3540 elif test $ac_cv_prog_cc_g = yes; then
3541 if test "$GCC" = yes; then
3542 CFLAGS="-g -O2"
3543 else
3544 CFLAGS="-g"
3546 else
3547 if test "$GCC" = yes; then
3548 CFLAGS="-O2"
3549 else
3550 CFLAGS=
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3554 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3555 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3556 $as_echo_n "(cached) " >&6
3557 else
3558 ac_cv_prog_cc_c89=no
3559 ac_save_CC=$CC
3560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3561 /* end confdefs.h. */
3562 #include <stdarg.h>
3563 #include <stdio.h>
3564 #include <sys/types.h>
3565 #include <sys/stat.h>
3566 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3567 struct buf { int x; };
3568 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3569 static char *e (p, i)
3570 char **p;
3571 int i;
3573 return p[i];
3575 static char *f (char * (*g) (char **, int), char **p, ...)
3577 char *s;
3578 va_list v;
3579 va_start (v,p);
3580 s = g (p, va_arg (v,int));
3581 va_end (v);
3582 return s;
3585 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3586 function prototypes and stuff, but not '\xHH' hex character constants.
3587 These don't provoke an error unfortunately, instead are silently treated
3588 as 'x'. The following induces an error, until -std is added to get
3589 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3590 array size at least. It's necessary to write '\x00'==0 to get something
3591 that's true only with -std. */
3592 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3594 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3595 inside strings and character constants. */
3596 #define FOO(x) 'x'
3597 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3599 int test (int i, double x);
3600 struct s1 {int (*f) (int a);};
3601 struct s2 {int (*f) (double a);};
3602 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3603 int argc;
3604 char **argv;
3606 main ()
3608 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3610 return 0;
3612 _ACEOF
3613 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3614 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3616 CC="$ac_save_CC $ac_arg"
3617 if ac_fn_c_try_compile "$LINENO"; then :
3618 ac_cv_prog_cc_c89=$ac_arg
3620 rm -f core conftest.err conftest.$ac_objext
3621 test "x$ac_cv_prog_cc_c89" != "xno" && break
3622 done
3623 rm -f conftest.$ac_ext
3624 CC=$ac_save_CC
3627 # AC_CACHE_VAL
3628 case "x$ac_cv_prog_cc_c89" in
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3631 $as_echo "none needed" >&6; } ;;
3632 xno)
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3634 $as_echo "unsupported" >&6; } ;;
3636 CC="$CC $ac_cv_prog_cc_c89"
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3638 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3639 esac
3640 if test "x$ac_cv_prog_cc_c89" != xno; then :
3644 ac_ext=c
3645 ac_cpp='$CPP $CPPFLAGS'
3646 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3647 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3648 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3650 ac_ext=cpp
3651 ac_cpp='$CXXCPP $CPPFLAGS'
3652 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3655 if test -z "$CXX"; then
3656 if test -n "$CCC"; then
3657 CXX=$CCC
3658 else
3659 if test -n "$ac_tool_prefix"; then
3660 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3662 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3663 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3665 $as_echo_n "checking for $ac_word... " >&6; }
3666 if test "${ac_cv_prog_CXX+set}" = set; then :
3667 $as_echo_n "(cached) " >&6
3668 else
3669 if test -n "$CXX"; then
3670 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3671 else
3672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3673 for as_dir in $PATH
3675 IFS=$as_save_IFS
3676 test -z "$as_dir" && as_dir=.
3677 for ac_exec_ext in '' $ac_executable_extensions; do
3678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3679 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3680 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3681 break 2
3683 done
3684 done
3685 IFS=$as_save_IFS
3689 CXX=$ac_cv_prog_CXX
3690 if test -n "$CXX"; then
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3692 $as_echo "$CXX" >&6; }
3693 else
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3695 $as_echo "no" >&6; }
3699 test -n "$CXX" && break
3700 done
3702 if test -z "$CXX"; then
3703 ac_ct_CXX=$CXX
3704 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3706 # Extract the first word of "$ac_prog", so it can be a program name with args.
3707 set dummy $ac_prog; ac_word=$2
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3709 $as_echo_n "checking for $ac_word... " >&6; }
3710 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3711 $as_echo_n "(cached) " >&6
3712 else
3713 if test -n "$ac_ct_CXX"; then
3714 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3715 else
3716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3717 for as_dir in $PATH
3719 IFS=$as_save_IFS
3720 test -z "$as_dir" && as_dir=.
3721 for ac_exec_ext in '' $ac_executable_extensions; do
3722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3723 ac_cv_prog_ac_ct_CXX="$ac_prog"
3724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3725 break 2
3727 done
3728 done
3729 IFS=$as_save_IFS
3733 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3734 if test -n "$ac_ct_CXX"; then
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3736 $as_echo "$ac_ct_CXX" >&6; }
3737 else
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3739 $as_echo "no" >&6; }
3743 test -n "$ac_ct_CXX" && break
3744 done
3746 if test "x$ac_ct_CXX" = x; then
3747 CXX="g++"
3748 else
3749 case $cross_compiling:$ac_tool_warned in
3750 yes:)
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3752 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3753 ac_tool_warned=yes ;;
3754 esac
3755 CXX=$ac_ct_CXX
3761 # Provide some information about the compiler.
3762 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3763 set X $ac_compile
3764 ac_compiler=$2
3765 for ac_option in --version -v -V -qversion; do
3766 { { ac_try="$ac_compiler $ac_option >&5"
3767 case "(($ac_try" in
3768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3769 *) ac_try_echo=$ac_try;;
3770 esac
3771 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3772 $as_echo "$ac_try_echo"; } >&5
3773 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3774 ac_status=$?
3775 if test -s conftest.err; then
3776 sed '10a\
3777 ... rest of stderr output deleted ...
3778 10q' conftest.err >conftest.er1
3779 cat conftest.er1 >&5
3781 rm -f conftest.er1 conftest.err
3782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3783 test $ac_status = 0; }
3784 done
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3787 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3788 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3789 $as_echo_n "(cached) " >&6
3790 else
3791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3792 /* end confdefs.h. */
3795 main ()
3797 #ifndef __GNUC__
3798 choke me
3799 #endif
3802 return 0;
3804 _ACEOF
3805 if ac_fn_cxx_try_compile "$LINENO"; then :
3806 ac_compiler_gnu=yes
3807 else
3808 ac_compiler_gnu=no
3810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3811 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3815 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3816 if test $ac_compiler_gnu = yes; then
3817 GXX=yes
3818 else
3819 GXX=
3821 ac_test_CXXFLAGS=${CXXFLAGS+set}
3822 ac_save_CXXFLAGS=$CXXFLAGS
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3824 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3825 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3826 $as_echo_n "(cached) " >&6
3827 else
3828 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3829 ac_cxx_werror_flag=yes
3830 ac_cv_prog_cxx_g=no
3831 CXXFLAGS="-g"
3832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3833 /* end confdefs.h. */
3836 main ()
3840 return 0;
3842 _ACEOF
3843 if ac_fn_cxx_try_compile "$LINENO"; then :
3844 ac_cv_prog_cxx_g=yes
3845 else
3846 CXXFLAGS=""
3847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3848 /* end confdefs.h. */
3851 main ()
3855 return 0;
3857 _ACEOF
3858 if ac_fn_cxx_try_compile "$LINENO"; then :
3860 else
3861 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3862 CXXFLAGS="-g"
3863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864 /* end confdefs.h. */
3867 main ()
3871 return 0;
3873 _ACEOF
3874 if ac_fn_cxx_try_compile "$LINENO"; then :
3875 ac_cv_prog_cxx_g=yes
3877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3882 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3885 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3886 if test "$ac_test_CXXFLAGS" = set; then
3887 CXXFLAGS=$ac_save_CXXFLAGS
3888 elif test $ac_cv_prog_cxx_g = yes; then
3889 if test "$GXX" = yes; then
3890 CXXFLAGS="-g -O2"
3891 else
3892 CXXFLAGS="-g"
3894 else
3895 if test "$GXX" = yes; then
3896 CXXFLAGS="-O2"
3897 else
3898 CXXFLAGS=
3901 ac_ext=c
3902 ac_cpp='$CPP $CPPFLAGS'
3903 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3904 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3905 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3907 if test -n "$ac_tool_prefix"; then
3908 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3909 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3911 $as_echo_n "checking for $ac_word... " >&6; }
3912 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3913 $as_echo_n "(cached) " >&6
3914 else
3915 if test -n "$CPPBIN"; then
3916 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3917 else
3918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3919 for as_dir in $PATH
3921 IFS=$as_save_IFS
3922 test -z "$as_dir" && as_dir=.
3923 for ac_exec_ext in '' $ac_executable_extensions; do
3924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3925 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 break 2
3929 done
3930 done
3931 IFS=$as_save_IFS
3935 CPPBIN=$ac_cv_prog_CPPBIN
3936 if test -n "$CPPBIN"; then
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3938 $as_echo "$CPPBIN" >&6; }
3939 else
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3941 $as_echo "no" >&6; }
3946 if test -z "$ac_cv_prog_CPPBIN"; then
3947 ac_ct_CPPBIN=$CPPBIN
3948 # Extract the first word of "cpp", so it can be a program name with args.
3949 set dummy cpp; ac_word=$2
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3951 $as_echo_n "checking for $ac_word... " >&6; }
3952 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3953 $as_echo_n "(cached) " >&6
3954 else
3955 if test -n "$ac_ct_CPPBIN"; then
3956 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3957 else
3958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3959 for as_dir in $PATH
3961 IFS=$as_save_IFS
3962 test -z "$as_dir" && as_dir=.
3963 for ac_exec_ext in '' $ac_executable_extensions; do
3964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3965 ac_cv_prog_ac_ct_CPPBIN="cpp"
3966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3967 break 2
3969 done
3970 done
3971 IFS=$as_save_IFS
3975 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3976 if test -n "$ac_ct_CPPBIN"; then
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3978 $as_echo "$ac_ct_CPPBIN" >&6; }
3979 else
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3981 $as_echo "no" >&6; }
3984 if test "x$ac_ct_CPPBIN" = x; then
3985 CPPBIN="cpp"
3986 else
3987 case $cross_compiling:$ac_tool_warned in
3988 yes:)
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3990 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3991 ac_tool_warned=yes ;;
3992 esac
3993 CPPBIN=$ac_ct_CPPBIN
3995 else
3996 CPPBIN="$ac_cv_prog_CPPBIN"
4000 cat >>confdefs.h <<_ACEOF
4001 #define EXEEXT "$ac_exeext"
4002 _ACEOF
4005 case $host in
4006 *-darwin*)
4007 if test "x$enable_win64" = "xyes"
4008 then
4009 CC="$CC -m64"
4010 CXX="$CXX -m64"
4011 LD="${LD:-ld} -arch x86_64"
4012 AS="${AS:-as} -arch x86_64"
4013 host_cpu="x86_64"
4014 notice_platform="64-bit "
4015 TARGETFLAGS="-m64"
4017 else
4018 CC="$CC -m32"
4019 CXX="$CXX -m32"
4020 LD="${LD:-ld} -arch i386"
4021 AS="${AS:-as} -arch i386"
4022 host_cpu="i386"
4023 notice_platform="32-bit "
4024 TARGETFLAGS="-m32"
4026 enable_win16=${enable_win16:-yes}
4029 x86_64*)
4030 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4031 then
4032 CC="$CC -m32"
4033 CXX="$CXX -m32"
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4035 $as_echo_n "checking whether $CC works... " >&6; }
4037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4038 /* end confdefs.h. */
4041 main ()
4045 return 0;
4047 _ACEOF
4048 if ac_fn_c_try_link "$LINENO"; then :
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4050 $as_echo "yes" >&6; }
4051 else
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4053 $as_echo "no" >&6; }
4054 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4056 rm -f core conftest.err conftest.$ac_objext \
4057 conftest$ac_exeext conftest.$ac_ext
4058 LD="${LD:-ld} -m elf_i386"
4059 AS="${AS:-as} --32"
4060 host_cpu="i386"
4061 notice_platform="32-bit "
4062 TARGETFLAGS="-m32"
4064 enable_win16=${enable_win16:-yes}
4065 else
4066 if test "x${GCC}" = "xyes"
4067 then
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4069 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4071 /* end confdefs.h. */
4072 #include <stdarg.h>
4074 main ()
4076 void func(__builtin_ms_va_list *args);
4078 return 0;
4080 _ACEOF
4081 if ac_fn_c_try_compile "$LINENO"; then :
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4083 $as_echo "yes" >&6; }
4084 else
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4086 $as_echo "no" >&6; }
4087 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4091 TARGETFLAGS="-m64"
4095 *-mingw32*|*-cygwin*)
4096 enable_win16=${enable_win16:-no}
4098 i[3456789]86*)
4099 enable_win16=${enable_win16:-yes}
4101 esac
4103 enable_win16=${enable_win16:-no}
4105 WIN16_FILES="\$(WIN16_FILES)"
4107 WIN16_INSTALL="\$(WIN16_INSTALL)"
4109 if test "x$enable_win16" != "xyes"
4110 then
4111 WIN16_FILES=""
4112 WIN16_INSTALL=""
4113 enable_w32skrnl=${enable_w32skrnl:-no}
4114 enable_winedos=${enable_winedos:-no}
4115 enable_winevdm=${enable_winevdm:-no}
4116 enable_wow32=${enable_wow32:-no}
4119 if test -n "$with_wine64"
4120 then
4121 if test "x$enable_win64" = "xyes"
4122 then
4123 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4124 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4126 WOW64_DISABLE=\#
4128 enable_fonts=${enable_fonts:-no}
4129 enable_include=${enable_include:-no}
4130 enable_server=${enable_server:-no}
4131 enable_tools=${enable_tools:-no}
4132 enable_wineboot=${enable_wineboot:-no}
4133 enable_winedbg=${enable_winedbg:-no}
4134 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4138 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4139 if test "${wine_cv_toolsdir+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141 else
4142 wine_cv_toolsdir="$with_wine_tools"
4143 if test -z "$with_wine_tools"; then
4144 if test "$cross_compiling" = "yes"; then
4145 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4146 elif test -n "$with_wine64"; then
4147 wine_cv_toolsdir="$with_wine64"
4150 if test -z "$wine_cv_toolsdir"; then
4151 wine_cv_toolsdir="\$(TOPOBJDIR)"
4152 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4153 case "$wine_cv_toolsdir" in
4154 /*) ;;
4155 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4156 esac
4157 else
4158 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4162 $as_echo "$wine_cv_toolsdir" >&6; }
4163 TOOLSDIR=$wine_cv_toolsdir
4165 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4166 then
4167 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4171 for ac_prog in flex
4173 # Extract the first word of "$ac_prog", so it can be a program name with args.
4174 set dummy $ac_prog; ac_word=$2
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4176 $as_echo_n "checking for $ac_word... " >&6; }
4177 if test "${ac_cv_prog_FLEX+set}" = set; then :
4178 $as_echo_n "(cached) " >&6
4179 else
4180 if test -n "$FLEX"; then
4181 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4182 else
4183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4184 for as_dir in $PATH
4186 IFS=$as_save_IFS
4187 test -z "$as_dir" && as_dir=.
4188 for ac_exec_ext in '' $ac_executable_extensions; do
4189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190 ac_cv_prog_FLEX="$ac_prog"
4191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4192 break 2
4194 done
4195 done
4196 IFS=$as_save_IFS
4200 FLEX=$ac_cv_prog_FLEX
4201 if test -n "$FLEX"; then
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4203 $as_echo "$FLEX" >&6; }
4204 else
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4206 $as_echo "no" >&6; }
4210 test -n "$FLEX" && break
4211 done
4212 test -n "$FLEX" || FLEX="none"
4214 if test "$FLEX" = "none"
4215 then
4216 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4219 for ac_prog in bison
4221 # Extract the first word of "$ac_prog", so it can be a program name with args.
4222 set dummy $ac_prog; ac_word=$2
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224 $as_echo_n "checking for $ac_word... " >&6; }
4225 if test "${ac_cv_prog_BISON+set}" = set; then :
4226 $as_echo_n "(cached) " >&6
4227 else
4228 if test -n "$BISON"; then
4229 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4230 else
4231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232 for as_dir in $PATH
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
4236 for ac_exec_ext in '' $ac_executable_extensions; do
4237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4238 ac_cv_prog_BISON="$ac_prog"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240 break 2
4242 done
4243 done
4244 IFS=$as_save_IFS
4248 BISON=$ac_cv_prog_BISON
4249 if test -n "$BISON"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4251 $as_echo "$BISON" >&6; }
4252 else
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254 $as_echo "no" >&6; }
4258 test -n "$BISON" && break
4259 done
4260 test -n "$BISON" || BISON="none"
4262 if test "$BISON" = "none"
4263 then
4264 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4267 if test -n "$ac_tool_prefix"; then
4268 for ac_prog in ar gar
4270 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4271 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4273 $as_echo_n "checking for $ac_word... " >&6; }
4274 if test "${ac_cv_prog_AR+set}" = set; then :
4275 $as_echo_n "(cached) " >&6
4276 else
4277 if test -n "$AR"; then
4278 ac_cv_prog_AR="$AR" # Let the user override the test.
4279 else
4280 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4281 for as_dir in $PATH
4283 IFS=$as_save_IFS
4284 test -z "$as_dir" && as_dir=.
4285 for ac_exec_ext in '' $ac_executable_extensions; do
4286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4287 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4289 break 2
4291 done
4292 done
4293 IFS=$as_save_IFS
4297 AR=$ac_cv_prog_AR
4298 if test -n "$AR"; then
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4300 $as_echo "$AR" >&6; }
4301 else
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4303 $as_echo "no" >&6; }
4307 test -n "$AR" && break
4308 done
4310 if test -z "$AR"; then
4311 ac_ct_AR=$AR
4312 for ac_prog in ar gar
4314 # Extract the first word of "$ac_prog", so it can be a program name with args.
4315 set dummy $ac_prog; ac_word=$2
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4317 $as_echo_n "checking for $ac_word... " >&6; }
4318 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4319 $as_echo_n "(cached) " >&6
4320 else
4321 if test -n "$ac_ct_AR"; then
4322 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4323 else
4324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4325 for as_dir in $PATH
4327 IFS=$as_save_IFS
4328 test -z "$as_dir" && as_dir=.
4329 for ac_exec_ext in '' $ac_executable_extensions; do
4330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4331 ac_cv_prog_ac_ct_AR="$ac_prog"
4332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 break 2
4335 done
4336 done
4337 IFS=$as_save_IFS
4341 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4342 if test -n "$ac_ct_AR"; then
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4344 $as_echo "$ac_ct_AR" >&6; }
4345 else
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4347 $as_echo "no" >&6; }
4351 test -n "$ac_ct_AR" && break
4352 done
4354 if test "x$ac_ct_AR" = x; then
4355 AR="ar"
4356 else
4357 case $cross_compiling:$ac_tool_warned in
4358 yes:)
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4360 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4361 ac_tool_warned=yes ;;
4362 esac
4363 AR=$ac_ct_AR
4367 ARFLAGS=rc
4369 if test -n "$ac_tool_prefix"; then
4370 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4371 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4373 $as_echo_n "checking for $ac_word... " >&6; }
4374 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4375 $as_echo_n "(cached) " >&6
4376 else
4377 if test -n "$RANLIB"; then
4378 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4379 else
4380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4381 for as_dir in $PATH
4383 IFS=$as_save_IFS
4384 test -z "$as_dir" && as_dir=.
4385 for ac_exec_ext in '' $ac_executable_extensions; do
4386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4387 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4388 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4389 break 2
4391 done
4392 done
4393 IFS=$as_save_IFS
4397 RANLIB=$ac_cv_prog_RANLIB
4398 if test -n "$RANLIB"; then
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4400 $as_echo "$RANLIB" >&6; }
4401 else
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4403 $as_echo "no" >&6; }
4408 if test -z "$ac_cv_prog_RANLIB"; then
4409 ac_ct_RANLIB=$RANLIB
4410 # Extract the first word of "ranlib", so it can be a program name with args.
4411 set dummy ranlib; ac_word=$2
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4413 $as_echo_n "checking for $ac_word... " >&6; }
4414 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4415 $as_echo_n "(cached) " >&6
4416 else
4417 if test -n "$ac_ct_RANLIB"; then
4418 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4419 else
4420 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4421 for as_dir in $PATH
4423 IFS=$as_save_IFS
4424 test -z "$as_dir" && as_dir=.
4425 for ac_exec_ext in '' $ac_executable_extensions; do
4426 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4427 ac_cv_prog_ac_ct_RANLIB="ranlib"
4428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4429 break 2
4431 done
4432 done
4433 IFS=$as_save_IFS
4437 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4438 if test -n "$ac_ct_RANLIB"; then
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4440 $as_echo "$ac_ct_RANLIB" >&6; }
4441 else
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4443 $as_echo "no" >&6; }
4446 if test "x$ac_ct_RANLIB" = x; then
4447 RANLIB=":"
4448 else
4449 case $cross_compiling:$ac_tool_warned in
4450 yes:)
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4452 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4453 ac_tool_warned=yes ;;
4454 esac
4455 RANLIB=$ac_ct_RANLIB
4457 else
4458 RANLIB="$ac_cv_prog_RANLIB"
4461 if test -n "$ac_tool_prefix"; then
4462 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4463 set dummy ${ac_tool_prefix}strip; ac_word=$2
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4465 $as_echo_n "checking for $ac_word... " >&6; }
4466 if test "${ac_cv_prog_STRIP+set}" = set; then :
4467 $as_echo_n "(cached) " >&6
4468 else
4469 if test -n "$STRIP"; then
4470 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4471 else
4472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4473 for as_dir in $PATH
4475 IFS=$as_save_IFS
4476 test -z "$as_dir" && as_dir=.
4477 for ac_exec_ext in '' $ac_executable_extensions; do
4478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4479 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4481 break 2
4483 done
4484 done
4485 IFS=$as_save_IFS
4489 STRIP=$ac_cv_prog_STRIP
4490 if test -n "$STRIP"; then
4491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4492 $as_echo "$STRIP" >&6; }
4493 else
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4495 $as_echo "no" >&6; }
4500 if test -z "$ac_cv_prog_STRIP"; then
4501 ac_ct_STRIP=$STRIP
4502 # Extract the first word of "strip", so it can be a program name with args.
4503 set dummy strip; ac_word=$2
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4505 $as_echo_n "checking for $ac_word... " >&6; }
4506 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4507 $as_echo_n "(cached) " >&6
4508 else
4509 if test -n "$ac_ct_STRIP"; then
4510 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4511 else
4512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4513 for as_dir in $PATH
4515 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=.
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4519 ac_cv_prog_ac_ct_STRIP="strip"
4520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 break 2
4523 done
4524 done
4525 IFS=$as_save_IFS
4529 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4530 if test -n "$ac_ct_STRIP"; then
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4532 $as_echo "$ac_ct_STRIP" >&6; }
4533 else
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535 $as_echo "no" >&6; }
4538 if test "x$ac_ct_STRIP" = x; then
4539 STRIP="strip"
4540 else
4541 case $cross_compiling:$ac_tool_warned in
4542 yes:)
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4544 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4545 ac_tool_warned=yes ;;
4546 esac
4547 STRIP=$ac_ct_STRIP
4549 else
4550 STRIP="$ac_cv_prog_STRIP"
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4554 $as_echo_n "checking whether ln -s works... " >&6; }
4555 LN_S=$as_ln_s
4556 if test "$LN_S" = "ln -s"; then
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4558 $as_echo "yes" >&6; }
4559 else
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4561 $as_echo "no, using $LN_S" >&6; }
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4565 $as_echo_n "checking whether ln works... " >&6; }
4566 rm -f conf$$ conf$$.file
4567 echo >conf$$.file
4568 if ln conf$$.file conf$$ 2>/dev/null; then
4569 LN=ln
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4572 $as_echo "yes" >&6; }
4573 else
4574 LN="cp -p"
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4577 $as_echo "no, using $LN" >&6; }
4579 rm -f conf$$ conf$$.file
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4581 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4582 if test "${ac_cv_path_GREP+set}" = set; then :
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -z "$GREP"; then
4586 ac_path_GREP_found=false
4587 # Loop through the user's path and test for each of PROGNAME-LIST
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_prog in grep ggrep; do
4594 for ac_exec_ext in '' $ac_executable_extensions; do
4595 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4596 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4597 # Check for GNU ac_path_GREP and select it if it is found.
4598 # Check for GNU $ac_path_GREP
4599 case `"$ac_path_GREP" --version 2>&1` in
4600 *GNU*)
4601 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4603 ac_count=0
4604 $as_echo_n 0123456789 >"conftest.in"
4605 while :
4607 cat "conftest.in" "conftest.in" >"conftest.tmp"
4608 mv "conftest.tmp" "conftest.in"
4609 cp "conftest.in" "conftest.nl"
4610 $as_echo 'GREP' >> "conftest.nl"
4611 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613 as_fn_arith $ac_count + 1 && ac_count=$as_val
4614 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4615 # Best one so far, save it but keep looking for a better one
4616 ac_cv_path_GREP="$ac_path_GREP"
4617 ac_path_GREP_max=$ac_count
4619 # 10*(2^10) chars as input seems more than enough
4620 test $ac_count -gt 10 && break
4621 done
4622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4623 esac
4625 $ac_path_GREP_found && break 3
4626 done
4627 done
4628 done
4629 IFS=$as_save_IFS
4630 if test -z "$ac_cv_path_GREP"; then
4631 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4633 else
4634 ac_cv_path_GREP=$GREP
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4639 $as_echo "$ac_cv_path_GREP" >&6; }
4640 GREP="$ac_cv_path_GREP"
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4644 $as_echo_n "checking for egrep... " >&6; }
4645 if test "${ac_cv_path_EGREP+set}" = set; then :
4646 $as_echo_n "(cached) " >&6
4647 else
4648 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4649 then ac_cv_path_EGREP="$GREP -E"
4650 else
4651 if test -z "$EGREP"; then
4652 ac_path_EGREP_found=false
4653 # Loop through the user's path and test for each of PROGNAME-LIST
4654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
4659 for ac_prog in egrep; do
4660 for ac_exec_ext in '' $ac_executable_extensions; do
4661 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4662 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4663 # Check for GNU ac_path_EGREP and select it if it is found.
4664 # Check for GNU $ac_path_EGREP
4665 case `"$ac_path_EGREP" --version 2>&1` in
4666 *GNU*)
4667 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4669 ac_count=0
4670 $as_echo_n 0123456789 >"conftest.in"
4671 while :
4673 cat "conftest.in" "conftest.in" >"conftest.tmp"
4674 mv "conftest.tmp" "conftest.in"
4675 cp "conftest.in" "conftest.nl"
4676 $as_echo 'EGREP' >> "conftest.nl"
4677 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679 as_fn_arith $ac_count + 1 && ac_count=$as_val
4680 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4681 # Best one so far, save it but keep looking for a better one
4682 ac_cv_path_EGREP="$ac_path_EGREP"
4683 ac_path_EGREP_max=$ac_count
4685 # 10*(2^10) chars as input seems more than enough
4686 test $ac_count -gt 10 && break
4687 done
4688 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4691 $ac_path_EGREP_found && break 3
4692 done
4693 done
4694 done
4695 IFS=$as_save_IFS
4696 if test -z "$ac_cv_path_EGREP"; then
4697 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4699 else
4700 ac_cv_path_EGREP=$EGREP
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4706 $as_echo "$ac_cv_path_EGREP" >&6; }
4707 EGREP="$ac_cv_path_EGREP"
4710 # Extract the first word of "ldconfig", so it can be a program name with args.
4711 set dummy ldconfig; ac_word=$2
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713 $as_echo_n "checking for $ac_word... " >&6; }
4714 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716 else
4717 case $LDCONFIG in
4718 [\\/]* | ?:[\\/]*)
4719 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in /sbin /usr/sbin $PATH
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_exec_ext in '' $ac_executable_extensions; do
4728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731 break 2
4733 done
4734 done
4735 IFS=$as_save_IFS
4737 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4739 esac
4741 LDCONFIG=$ac_cv_path_LDCONFIG
4742 if test -n "$LDCONFIG"; then
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4744 $as_echo "$LDCONFIG" >&6; }
4745 else
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4751 # Find a good install program. We prefer a C program (faster),
4752 # so one script is as good as another. But avoid the broken or
4753 # incompatible versions:
4754 # SysV /etc/install, /usr/sbin/install
4755 # SunOS /usr/etc/install
4756 # IRIX /sbin/install
4757 # AIX /bin/install
4758 # AmigaOS /C/install, which installs bootblocks on floppy discs
4759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4762 # OS/2's system install, which has a completely different semantic
4763 # ./install, which can be erroneously created by make from ./install.sh.
4764 # Reject install programs that cannot install multiple files.
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4766 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4767 if test -z "$INSTALL"; then
4768 if test "${ac_cv_path_install+set}" = set; then :
4769 $as_echo_n "(cached) " >&6
4770 else
4771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4774 IFS=$as_save_IFS
4775 test -z "$as_dir" && as_dir=.
4776 # Account for people who put trailing slashes in PATH elements.
4777 case $as_dir/ in #((
4778 ./ | .// | /[cC]/* | \
4779 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4780 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4781 /usr/ucb/* ) ;;
4783 # OSF1 and SCO ODT 3.0 have their own names for install.
4784 # Don't use installbsd from OSF since it installs stuff as root
4785 # by default.
4786 for ac_prog in ginstall scoinst install; do
4787 for ac_exec_ext in '' $ac_executable_extensions; do
4788 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4789 if test $ac_prog = install &&
4790 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # AIX install. It has an incompatible calling convention.
4793 elif test $ac_prog = install &&
4794 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4795 # program-specific install script used by HP pwplus--don't use.
4797 else
4798 rm -rf conftest.one conftest.two conftest.dir
4799 echo one > conftest.one
4800 echo two > conftest.two
4801 mkdir conftest.dir
4802 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4803 test -s conftest.one && test -s conftest.two &&
4804 test -s conftest.dir/conftest.one &&
4805 test -s conftest.dir/conftest.two
4806 then
4807 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4808 break 3
4812 done
4813 done
4815 esac
4817 done
4818 IFS=$as_save_IFS
4820 rm -rf conftest.one conftest.two conftest.dir
4823 if test "${ac_cv_path_install+set}" = set; then
4824 INSTALL=$ac_cv_path_install
4825 else
4826 # As a last resort, use the slow shell script. Don't cache a
4827 # value for INSTALL within a source directory, because that will
4828 # break other packages using the cache if that directory is
4829 # removed, or if the value is a relative name.
4830 INSTALL=$ac_install_sh
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4834 $as_echo "$INSTALL" >&6; }
4836 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4837 # It thinks the first close brace ends the variable substitution.
4838 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4840 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4842 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4844 case "$INSTALL" in
4845 [\\/$]* | ?:[\\/]* ) ;;
4846 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4847 esac
4849 for ac_prog in lclint lint
4851 # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_LINT+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
4857 else
4858 if test -n "$LINT"; then
4859 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4864 IFS=$as_save_IFS
4865 test -z "$as_dir" && as_dir=.
4866 for ac_exec_ext in '' $ac_executable_extensions; do
4867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868 ac_cv_prog_LINT="$ac_prog"
4869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870 break 2
4872 done
4873 done
4874 IFS=$as_save_IFS
4878 LINT=$ac_cv_prog_LINT
4879 if test -n "$LINT"; then
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4881 $as_echo "$LINT" >&6; }
4882 else
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4888 test -n "$LINT" && break
4889 done
4891 if test "$LINT" = "lint"
4892 then
4893 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4898 for ac_prog in fontforge
4900 # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4905 $as_echo_n "(cached) " >&6
4906 else
4907 if test -n "$FONTFORGE"; then
4908 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_prog_FONTFORGE="$ac_prog"
4918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4927 FONTFORGE=$ac_cv_prog_FONTFORGE
4928 if test -n "$FONTFORGE"; then
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4930 $as_echo "$FONTFORGE" >&6; }
4931 else
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4937 test -n "$FONTFORGE" && break
4938 done
4939 test -n "$FONTFORGE" || FONTFORGE="false"
4941 for ac_prog in pkg-config
4943 # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4948 $as_echo_n "(cached) " >&6
4949 else
4950 if test -n "$PKG_CONFIG"; then
4951 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960 ac_cv_prog_PKG_CONFIG="$ac_prog"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4964 done
4965 done
4966 IFS=$as_save_IFS
4970 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4971 if test -n "$PKG_CONFIG"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4973 $as_echo "$PKG_CONFIG" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4980 test -n "$PKG_CONFIG" && break
4981 done
4982 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4984 for ac_prog in rsvg
4986 # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_RSVG+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 if test -n "$RSVG"; then
4994 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003 ac_cv_prog_RSVG="$ac_prog"
5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005 break 2
5007 done
5008 done
5009 IFS=$as_save_IFS
5013 RSVG=$ac_cv_prog_RSVG
5014 if test -n "$RSVG"; then
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5016 $as_echo "$RSVG" >&6; }
5017 else
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5023 test -n "$RSVG" && break
5024 done
5025 test -n "$RSVG" || RSVG="false"
5027 for ac_prog in icotool
5029 # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5034 $as_echo_n "(cached) " >&6
5035 else
5036 if test -n "$ICOTOOL"; then
5037 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5042 IFS=$as_save_IFS
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046 ac_cv_prog_ICOTOOL="$ac_prog"
5047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048 break 2
5050 done
5051 done
5052 IFS=$as_save_IFS
5056 ICOTOOL=$ac_cv_prog_ICOTOOL
5057 if test -n "$ICOTOOL"; then
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5059 $as_echo "$ICOTOOL" >&6; }
5060 else
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5066 test -n "$ICOTOOL" && break
5067 done
5068 test -n "$ICOTOOL" || ICOTOOL="false"
5071 if test "${enable_maintainer_mode+set}" = set
5072 then
5073 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5074 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5075 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5078 case $host_cpu in
5079 *i[3456789]86*)
5080 # Extract the first word of "prelink", so it can be a program name with args.
5081 set dummy prelink; ac_word=$2
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5083 $as_echo_n "checking for $ac_word... " >&6; }
5084 if test "${ac_cv_path_PRELINK+set}" = set; then :
5085 $as_echo_n "(cached) " >&6
5086 else
5087 case $PRELINK in
5088 [\\/]* | ?:[\\/]*)
5089 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5093 for as_dir in /sbin /usr/sbin $PATH
5095 IFS=$as_save_IFS
5096 test -z "$as_dir" && as_dir=.
5097 for ac_exec_ext in '' $ac_executable_extensions; do
5098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5099 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5100 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5101 break 2
5103 done
5104 done
5105 IFS=$as_save_IFS
5107 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5109 esac
5111 PRELINK=$ac_cv_path_PRELINK
5112 if test -n "$PRELINK"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5114 $as_echo "$PRELINK" >&6; }
5115 else
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117 $as_echo "no" >&6; }
5122 esac
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5126 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5127 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5128 $as_echo_n "(cached) " >&6
5129 else
5130 ac_check_lib_save_LIBS=$LIBS
5131 LIBS="-li386 $LIBS"
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133 /* end confdefs.h. */
5135 /* Override any GCC internal prototype to avoid an error.
5136 Use char because int might match the return type of a GCC
5137 builtin and then its argument prototype would still apply. */
5138 #ifdef __cplusplus
5139 extern "C"
5140 #endif
5141 char i386_set_ldt ();
5143 main ()
5145 return i386_set_ldt ();
5147 return 0;
5149 _ACEOF
5150 if ac_fn_c_try_link "$LINENO"; then :
5151 ac_cv_lib_i386_i386_set_ldt=yes
5152 else
5153 ac_cv_lib_i386_i386_set_ldt=no
5155 rm -f core conftest.err conftest.$ac_objext \
5156 conftest$ac_exeext conftest.$ac_ext
5157 LIBS=$ac_check_lib_save_LIBS
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5160 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5161 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5162 cat >>confdefs.h <<_ACEOF
5163 #define HAVE_LIBI386 1
5164 _ACEOF
5166 LIBS="-li386 $LIBS"
5170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5171 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5172 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5173 $as_echo_n "(cached) " >&6
5174 else
5175 ac_check_lib_save_LIBS=$LIBS
5176 LIBS="-lossaudio $LIBS"
5177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178 /* end confdefs.h. */
5180 /* Override any GCC internal prototype to avoid an error.
5181 Use char because int might match the return type of a GCC
5182 builtin and then its argument prototype would still apply. */
5183 #ifdef __cplusplus
5184 extern "C"
5185 #endif
5186 char _oss_ioctl ();
5188 main ()
5190 return _oss_ioctl ();
5192 return 0;
5194 _ACEOF
5195 if ac_fn_c_try_link "$LINENO"; then :
5196 ac_cv_lib_ossaudio__oss_ioctl=yes
5197 else
5198 ac_cv_lib_ossaudio__oss_ioctl=no
5200 rm -f core conftest.err conftest.$ac_objext \
5201 conftest$ac_exeext conftest.$ac_ext
5202 LIBS=$ac_check_lib_save_LIBS
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5205 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5206 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5207 cat >>confdefs.h <<_ACEOF
5208 #define HAVE_LIBOSSAUDIO 1
5209 _ACEOF
5211 LIBS="-lossaudio $LIBS"
5216 XLIB=""
5218 OPENGL_LIBS=""
5222 # Check whether --enable-largefile was given.
5223 if test "${enable_largefile+set}" = set; then :
5224 enableval=$enable_largefile;
5227 if test "$enable_largefile" != no; then
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5230 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5231 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5232 $as_echo_n "(cached) " >&6
5233 else
5234 ac_cv_sys_largefile_CC=no
5235 if test "$GCC" != yes; then
5236 ac_save_CC=$CC
5237 while :; do
5238 # IRIX 6.2 and later do not support large files by default,
5239 # so use the C compiler's -n32 option if that helps.
5240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5241 /* end confdefs.h. */
5242 #include <sys/types.h>
5243 /* Check that off_t can represent 2**63 - 1 correctly.
5244 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5245 since some C++ compilers masquerading as C compilers
5246 incorrectly reject 9223372036854775807. */
5247 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5248 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5249 && LARGE_OFF_T % 2147483647 == 1)
5250 ? 1 : -1];
5252 main ()
5256 return 0;
5258 _ACEOF
5259 if ac_fn_c_try_compile "$LINENO"; then :
5260 break
5262 rm -f core conftest.err conftest.$ac_objext
5263 CC="$CC -n32"
5264 if ac_fn_c_try_compile "$LINENO"; then :
5265 ac_cv_sys_largefile_CC=' -n32'; break
5267 rm -f core conftest.err conftest.$ac_objext
5268 break
5269 done
5270 CC=$ac_save_CC
5271 rm -f conftest.$ac_ext
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5275 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5276 if test "$ac_cv_sys_largefile_CC" != no; then
5277 CC=$CC$ac_cv_sys_largefile_CC
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5281 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5282 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5283 $as_echo_n "(cached) " >&6
5284 else
5285 while :; do
5286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5287 /* end confdefs.h. */
5288 #include <sys/types.h>
5289 /* Check that off_t can represent 2**63 - 1 correctly.
5290 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5291 since some C++ compilers masquerading as C compilers
5292 incorrectly reject 9223372036854775807. */
5293 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5294 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5295 && LARGE_OFF_T % 2147483647 == 1)
5296 ? 1 : -1];
5298 main ()
5302 return 0;
5304 _ACEOF
5305 if ac_fn_c_try_compile "$LINENO"; then :
5306 ac_cv_sys_file_offset_bits=no; break
5308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5310 /* end confdefs.h. */
5311 #define _FILE_OFFSET_BITS 64
5312 #include <sys/types.h>
5313 /* Check that off_t can represent 2**63 - 1 correctly.
5314 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5315 since some C++ compilers masquerading as C compilers
5316 incorrectly reject 9223372036854775807. */
5317 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5318 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5319 && LARGE_OFF_T % 2147483647 == 1)
5320 ? 1 : -1];
5322 main ()
5326 return 0;
5328 _ACEOF
5329 if ac_fn_c_try_compile "$LINENO"; then :
5330 ac_cv_sys_file_offset_bits=64; break
5332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5333 ac_cv_sys_file_offset_bits=unknown
5334 break
5335 done
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5338 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5339 case $ac_cv_sys_file_offset_bits in #(
5340 no | unknown) ;;
5342 cat >>confdefs.h <<_ACEOF
5343 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5344 _ACEOF
5346 esac
5347 rm -rf conftest*
5348 if test $ac_cv_sys_file_offset_bits = unknown; then
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5350 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5351 if test "${ac_cv_sys_large_files+set}" = set; then :
5352 $as_echo_n "(cached) " >&6
5353 else
5354 while :; do
5355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5356 /* end confdefs.h. */
5357 #include <sys/types.h>
5358 /* Check that off_t can represent 2**63 - 1 correctly.
5359 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5360 since some C++ compilers masquerading as C compilers
5361 incorrectly reject 9223372036854775807. */
5362 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5363 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5364 && LARGE_OFF_T % 2147483647 == 1)
5365 ? 1 : -1];
5367 main ()
5371 return 0;
5373 _ACEOF
5374 if ac_fn_c_try_compile "$LINENO"; then :
5375 ac_cv_sys_large_files=no; break
5377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5379 /* end confdefs.h. */
5380 #define _LARGE_FILES 1
5381 #include <sys/types.h>
5382 /* Check that off_t can represent 2**63 - 1 correctly.
5383 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5384 since some C++ compilers masquerading as C compilers
5385 incorrectly reject 9223372036854775807. */
5386 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5387 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5388 && LARGE_OFF_T % 2147483647 == 1)
5389 ? 1 : -1];
5391 main ()
5395 return 0;
5397 _ACEOF
5398 if ac_fn_c_try_compile "$LINENO"; then :
5399 ac_cv_sys_large_files=1; break
5401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5402 ac_cv_sys_large_files=unknown
5403 break
5404 done
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5407 $as_echo "$ac_cv_sys_large_files" >&6; }
5408 case $ac_cv_sys_large_files in #(
5409 no | unknown) ;;
5411 cat >>confdefs.h <<_ACEOF
5412 #define _LARGE_FILES $ac_cv_sys_large_files
5413 _ACEOF
5415 esac
5416 rm -rf conftest*
5421 ac_ext=c
5422 ac_cpp='$CPP $CPPFLAGS'
5423 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5424 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5425 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5427 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5428 # On Suns, sometimes $CPP names a directory.
5429 if test -n "$CPP" && test -d "$CPP"; then
5430 CPP=
5432 if test -z "$CPP"; then
5433 if test "${ac_cv_prog_CPP+set}" = set; then :
5434 $as_echo_n "(cached) " >&6
5435 else
5436 # Double quotes because CPP needs to be expanded
5437 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5439 ac_preproc_ok=false
5440 for ac_c_preproc_warn_flag in '' yes
5442 # Use a header file that comes with gcc, so configuring glibc
5443 # with a fresh cross-compiler works.
5444 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5445 # <limits.h> exists even on freestanding compilers.
5446 # On the NeXT, cc -E runs the code through the compiler's parser,
5447 # not just through cpp. "Syntax error" is here to catch this case.
5448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5449 /* end confdefs.h. */
5450 #ifdef __STDC__
5451 # include <limits.h>
5452 #else
5453 # include <assert.h>
5454 #endif
5455 Syntax error
5456 _ACEOF
5457 if ac_fn_c_try_cpp "$LINENO"; then :
5459 else
5460 # Broken: fails on valid input.
5461 continue
5463 rm -f conftest.err conftest.$ac_ext
5465 # OK, works on sane cases. Now check whether nonexistent headers
5466 # can be detected and how.
5467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468 /* end confdefs.h. */
5469 #include <ac_nonexistent.h>
5470 _ACEOF
5471 if ac_fn_c_try_cpp "$LINENO"; then :
5472 # Broken: success on invalid input.
5473 continue
5474 else
5475 # Passes both tests.
5476 ac_preproc_ok=:
5477 break
5479 rm -f conftest.err conftest.$ac_ext
5481 done
5482 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5483 rm -f conftest.err conftest.$ac_ext
5484 if $ac_preproc_ok; then :
5485 break
5488 done
5489 ac_cv_prog_CPP=$CPP
5492 CPP=$ac_cv_prog_CPP
5493 else
5494 ac_cv_prog_CPP=$CPP
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5497 $as_echo "$CPP" >&6; }
5498 ac_preproc_ok=false
5499 for ac_c_preproc_warn_flag in '' yes
5501 # Use a header file that comes with gcc, so configuring glibc
5502 # with a fresh cross-compiler works.
5503 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5504 # <limits.h> exists even on freestanding compilers.
5505 # On the NeXT, cc -E runs the code through the compiler's parser,
5506 # not just through cpp. "Syntax error" is here to catch this case.
5507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5508 /* end confdefs.h. */
5509 #ifdef __STDC__
5510 # include <limits.h>
5511 #else
5512 # include <assert.h>
5513 #endif
5514 Syntax error
5515 _ACEOF
5516 if ac_fn_c_try_cpp "$LINENO"; then :
5518 else
5519 # Broken: fails on valid input.
5520 continue
5522 rm -f conftest.err conftest.$ac_ext
5524 # OK, works on sane cases. Now check whether nonexistent headers
5525 # can be detected and how.
5526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5527 /* end confdefs.h. */
5528 #include <ac_nonexistent.h>
5529 _ACEOF
5530 if ac_fn_c_try_cpp "$LINENO"; then :
5531 # Broken: success on invalid input.
5532 continue
5533 else
5534 # Passes both tests.
5535 ac_preproc_ok=:
5536 break
5538 rm -f conftest.err conftest.$ac_ext
5540 done
5541 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5542 rm -f conftest.err conftest.$ac_ext
5543 if $ac_preproc_ok; then :
5545 else
5546 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5547 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5548 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5549 See \`config.log' for more details." "$LINENO" 5; }
5552 ac_ext=c
5553 ac_cpp='$CPP $CPPFLAGS'
5554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5560 $as_echo_n "checking for ANSI C header files... " >&6; }
5561 if test "${ac_cv_header_stdc+set}" = set; then :
5562 $as_echo_n "(cached) " >&6
5563 else
5564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5565 /* end confdefs.h. */
5566 #include <stdlib.h>
5567 #include <stdarg.h>
5568 #include <string.h>
5569 #include <float.h>
5572 main ()
5576 return 0;
5578 _ACEOF
5579 if ac_fn_c_try_compile "$LINENO"; then :
5580 ac_cv_header_stdc=yes
5581 else
5582 ac_cv_header_stdc=no
5584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5586 if test $ac_cv_header_stdc = yes; then
5587 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5589 /* end confdefs.h. */
5590 #include <string.h>
5592 _ACEOF
5593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5594 $EGREP "memchr" >/dev/null 2>&1; then :
5596 else
5597 ac_cv_header_stdc=no
5599 rm -f conftest*
5603 if test $ac_cv_header_stdc = yes; then
5604 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5606 /* end confdefs.h. */
5607 #include <stdlib.h>
5609 _ACEOF
5610 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5611 $EGREP "free" >/dev/null 2>&1; then :
5613 else
5614 ac_cv_header_stdc=no
5616 rm -f conftest*
5620 if test $ac_cv_header_stdc = yes; then
5621 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5622 if test "$cross_compiling" = yes; then :
5624 else
5625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5626 /* end confdefs.h. */
5627 #include <ctype.h>
5628 #include <stdlib.h>
5629 #if ((' ' & 0x0FF) == 0x020)
5630 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5631 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5632 #else
5633 # define ISLOWER(c) \
5634 (('a' <= (c) && (c) <= 'i') \
5635 || ('j' <= (c) && (c) <= 'r') \
5636 || ('s' <= (c) && (c) <= 'z'))
5637 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5638 #endif
5640 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5642 main ()
5644 int i;
5645 for (i = 0; i < 256; i++)
5646 if (XOR (islower (i), ISLOWER (i))
5647 || toupper (i) != TOUPPER (i))
5648 return 2;
5649 return 0;
5651 _ACEOF
5652 if ac_fn_c_try_run "$LINENO"; then :
5654 else
5655 ac_cv_header_stdc=no
5657 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5658 conftest.$ac_objext conftest.beam conftest.$ac_ext
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5664 $as_echo "$ac_cv_header_stdc" >&6; }
5665 if test $ac_cv_header_stdc = yes; then
5667 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5671 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5672 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5673 inttypes.h stdint.h unistd.h
5674 do :
5675 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5676 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5678 eval as_val=\$$as_ac_Header
5679 if test "x$as_val" = x""yes; then :
5680 cat >>confdefs.h <<_ACEOF
5681 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5682 _ACEOF
5686 done
5689 for ac_header in \
5690 AL/al.h \
5691 AudioUnit/AudioUnit.h \
5692 Carbon/Carbon.h \
5693 CoreAudio/CoreAudio.h \
5694 DiskArbitration/DiskArbitration.h \
5695 IOKit/IOKitLib.h \
5696 IOKit/hid/IOHIDLib.h \
5697 OpenAL/al.h \
5698 alias.h \
5699 alsa/asoundlib.h \
5700 arpa/inet.h \
5701 arpa/nameser.h \
5702 asm/types.h \
5703 capi20.h \
5704 curses.h \
5705 direct.h \
5706 dirent.h \
5707 dlfcn.h \
5708 elf.h \
5709 float.h \
5710 fnmatch.h \
5711 fontconfig/fontconfig.h \
5712 getopt.h \
5713 grp.h \
5714 gsm.h \
5715 gsm/gsm.h \
5716 ieeefp.h \
5717 inet/mib2.h \
5718 io.h \
5719 jack/jack.h \
5720 jpeglib.h \
5721 kstat.h \
5722 lber.h \
5723 lcms.h \
5724 lcms/lcms.h \
5725 ldap.h \
5726 libaudioio.h \
5727 link.h \
5728 linux/cdrom.h \
5729 linux/compiler.h \
5730 linux/hdreg.h \
5731 linux/input.h \
5732 linux/ioctl.h \
5733 linux/joystick.h \
5734 linux/major.h \
5735 linux/param.h \
5736 linux/serial.h \
5737 linux/types.h \
5738 linux/ucdrom.h \
5739 mach-o/nlist.h \
5740 mach/mach.h \
5741 mach/machine.h \
5742 machine/cpu.h \
5743 machine/limits.h \
5744 machine/soundcard.h \
5745 mntent.h \
5746 mpg123.h \
5747 ncurses.h \
5748 netdb.h \
5749 netinet/in.h \
5750 netinet/in_systm.h \
5751 netinet/tcp.h \
5752 netinet/tcp_fsm.h \
5753 openssl/err.h \
5754 openssl/ssl.h \
5755 png.h \
5756 poll.h \
5757 port.h \
5758 process.h \
5759 pthread.h \
5760 pwd.h \
5761 regex.h \
5762 sched.h \
5763 scsi/scsi.h \
5764 scsi/scsi_ioctl.h \
5765 scsi/sg.h \
5766 soundcard.h \
5767 stdbool.h \
5768 stdint.h \
5769 strings.h \
5770 stropts.h \
5771 sys/asoundlib.h \
5772 sys/cdio.h \
5773 sys/elf32.h \
5774 sys/epoll.h \
5775 sys/errno.h \
5776 sys/event.h \
5777 sys/exec_elf.h \
5778 sys/filio.h \
5779 sys/inotify.h \
5780 sys/ioctl.h \
5781 sys/ipc.h \
5782 sys/limits.h \
5783 sys/link.h \
5784 sys/mman.h \
5785 sys/modem.h \
5786 sys/msg.h \
5787 sys/mtio.h \
5788 sys/param.h \
5789 sys/poll.h \
5790 sys/prctl.h \
5791 sys/protosw.h \
5792 sys/ptrace.h \
5793 sys/resource.h \
5794 sys/scsiio.h \
5795 sys/shm.h \
5796 sys/signal.h \
5797 sys/socket.h \
5798 sys/socketvar.h \
5799 sys/sockio.h \
5800 sys/soundcard.h \
5801 sys/statvfs.h \
5802 sys/strtio.h \
5803 sys/syscall.h \
5804 sys/tihdr.h \
5805 sys/time.h \
5806 sys/timeout.h \
5807 sys/times.h \
5808 sys/uio.h \
5809 sys/un.h \
5810 sys/utsname.h \
5811 sys/vm86.h \
5812 sys/wait.h \
5813 syscall.h \
5814 termios.h \
5815 unistd.h \
5816 utime.h \
5817 valgrind/memcheck.h \
5818 valgrind/valgrind.h \
5819 zlib.h
5821 do :
5822 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5823 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5824 eval as_val=\$$as_ac_Header
5825 if test "x$as_val" = x""yes; then :
5826 cat >>confdefs.h <<_ACEOF
5827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5828 _ACEOF
5832 done
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5835 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5836 if test "${ac_cv_header_stat_broken+set}" = set; then :
5837 $as_echo_n "(cached) " >&6
5838 else
5839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5840 /* end confdefs.h. */
5841 #include <sys/types.h>
5842 #include <sys/stat.h>
5844 #if defined S_ISBLK && defined S_IFDIR
5845 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5846 #endif
5848 #if defined S_ISBLK && defined S_IFCHR
5849 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5850 #endif
5852 #if defined S_ISLNK && defined S_IFREG
5853 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5854 #endif
5856 #if defined S_ISSOCK && defined S_IFREG
5857 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5858 #endif
5860 _ACEOF
5861 if ac_fn_c_try_compile "$LINENO"; then :
5862 ac_cv_header_stat_broken=no
5863 else
5864 ac_cv_header_stat_broken=yes
5866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5869 $as_echo "$ac_cv_header_stat_broken" >&6; }
5870 if test $ac_cv_header_stat_broken = yes; then
5872 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5878 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5879 do :
5880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5881 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5882 #ifdef HAVE_SYS_PARAM_H
5883 # include <sys/param.h>
5884 #endif
5886 eval as_val=\$$as_ac_Header
5887 if test "x$as_val" = x""yes; then :
5888 cat >>confdefs.h <<_ACEOF
5889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5890 _ACEOF
5894 done
5897 for ac_header in \
5898 netinet/ip.h \
5899 net/if.h \
5900 net/if_arp.h \
5901 net/if_dl.h \
5902 net/if_types.h \
5903 net/route.h \
5904 netinet/if_ether.h \
5905 netinet/if_inarp.h \
5906 netinet/in_pcb.h \
5907 netinet/ip_icmp.h \
5908 netinet/ip_var.h \
5909 netinet/udp.h \
5910 netipx/ipx.h \
5912 do :
5913 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5914 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5915 #ifdef HAVE_SYS_SOCKET_H
5916 # include <sys/socket.h>
5917 #endif
5918 #ifdef HAVE_SYS_SOCKETVAR_H
5919 # include <sys/socketvar.h>
5920 #endif
5921 #ifdef HAVE_NET_ROUTE_H
5922 # include <net/route.h>
5923 #endif
5924 #ifdef HAVE_NETINET_IN_H
5925 # include <netinet/in.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IN_SYSTM_H
5928 # include <netinet/in_systm.h>
5929 #endif
5930 #ifdef HAVE_NET_IF_H
5931 # include <net/if.h>
5932 #endif
5933 #ifdef HAVE_NETINET_IP_H
5934 # include <netinet/ip.h>
5935 #endif
5937 eval as_val=\$$as_ac_Header
5938 if test "x$as_val" = x""yes; then :
5939 cat >>confdefs.h <<_ACEOF
5940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5941 _ACEOF
5945 done
5948 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5949 do :
5950 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5951 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5952 #ifdef HAVE_ALIAS_H
5953 # include <alias.h>
5954 #endif
5955 #ifdef HAVE_SYS_SOCKET_H
5956 # include <sys/socket.h>
5957 #endif
5958 #ifdef HAVE_SYS_SOCKETVAR_H
5959 # include <sys/socketvar.h>
5960 #endif
5961 #ifdef HAVE_SYS_TIMEOUT_H
5962 # include <sys/timeout.h>
5963 #endif
5964 #ifdef HAVE_NETINET_IN_H
5965 # include <netinet/in.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IN_SYSTM_H
5968 # include <netinet/in_systm.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IP_H
5971 # include <netinet/ip.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IP_VAR_H
5974 # include <netinet/ip_var.h>
5975 #endif
5976 #ifdef HAVE_NETINET_IP_ICMP_H
5977 # include <netinet/ip_icmp.h>
5978 #endif
5979 #ifdef HAVE_NETINET_UDP_H
5980 # include <netinet/udp.h>
5981 #endif
5982 #ifdef HAVE_NETINET_TCP_H
5983 # include <netinet/tcp.h>
5984 #endif
5985 #ifdef HAVE_NETINET_TCP_TIMER_H
5986 #include <netinet/tcp_timer.h>
5987 #endif
5989 eval as_val=\$$as_ac_Header
5990 if test "x$as_val" = x""yes; then :
5991 cat >>confdefs.h <<_ACEOF
5992 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5993 _ACEOF
5997 done
6000 for ac_header in linux/ipx.h linux/irda.h
6001 do :
6002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6003 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6004 #ifdef HAVE_ASM_TYPES_H
6005 # include <asm/types.h>
6006 #endif
6007 #ifdef HAVE_SYS_SOCKET_H
6008 # include <sys/socket.h>
6009 #endif
6010 #ifdef HAVE_LINUX_TYPES_H
6011 # include <linux/types.h>
6012 #endif
6014 eval as_val=\$$as_ac_Header
6015 if test "x$as_val" = x""yes; then :
6016 cat >>confdefs.h <<_ACEOF
6017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6018 _ACEOF
6022 done
6025 for ac_header in mach-o/dyld_images.h
6026 do :
6027 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6028 # include <stdbool.h>
6029 #endif
6030 #ifdef HAVE_STDINT_H
6031 # include <stdint.h>
6032 #endif
6034 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6035 cat >>confdefs.h <<_ACEOF
6036 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6037 _ACEOF
6041 done
6044 for ac_header in resolv.h
6045 do :
6046 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6047 #ifdef HAVE_SYS_SOCKET_H
6048 # include <sys/socket.h>
6049 #endif
6050 #ifdef HAVE_NETINET_IN_H
6051 # include <netinet/in.h>
6052 #endif
6053 #ifdef HAVE_ARPA_NAMESER_H
6054 # include <arpa/nameser.h>
6055 #endif
6057 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6058 cat >>confdefs.h <<_ACEOF
6059 #define HAVE_RESOLV_H 1
6060 _ACEOF
6064 done
6067 for ac_header in ucontext.h
6068 do :
6069 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6071 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6072 cat >>confdefs.h <<_ACEOF
6073 #define HAVE_UCONTEXT_H 1
6074 _ACEOF
6078 done
6081 for ac_header in sys/thr.h
6082 do :
6083 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6084 #ifdef HAVE_UCONTEXT_H
6085 #include <ucontext.h>
6086 #endif
6088 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6089 cat >>confdefs.h <<_ACEOF
6090 #define HAVE_SYS_THR_H 1
6091 _ACEOF
6095 done
6098 for ac_header in pthread_np.h
6099 do :
6100 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6101 #include <pthread.h>
6102 #endif
6104 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6105 cat >>confdefs.h <<_ACEOF
6106 #define HAVE_PTHREAD_NP_H 1
6107 _ACEOF
6111 done
6114 for ac_header in linux/videodev.h
6115 do :
6116 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6117 #include <sys/time.h>
6118 #endif
6119 #include <sys/types.h>
6120 #ifdef HAVE_ASM_TYPES_H
6121 #include <asm/types.h>
6122 #endif
6124 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6125 cat >>confdefs.h <<_ACEOF
6126 #define HAVE_LINUX_VIDEODEV_H 1
6127 _ACEOF
6131 done
6134 for ac_header in linux/capi.h
6135 do :
6136 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6138 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6139 cat >>confdefs.h <<_ACEOF
6140 #define HAVE_LINUX_CAPI_H 1
6141 _ACEOF
6145 done
6149 DLLEXT=""
6151 DLLFLAGS="-D_REENTRANT"
6153 LDSHARED=""
6155 LDDLLFLAGS=""
6157 LIBEXT="so"
6159 IMPLIBEXT="def"
6161 LDRPATH_INSTALL=""
6163 LDRPATH_LOCAL=""
6165 # Extract the first word of "ldd", so it can be a program name with args.
6166 set dummy ldd; ac_word=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; }
6169 if test "${ac_cv_path_LDD+set}" = set; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172 case $LDD in
6173 [\\/]* | ?:[\\/]*)
6174 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6178 as_dummy="/sbin:/usr/sbin:$PATH"
6179 for as_dir in $as_dummy
6181 IFS=$as_save_IFS
6182 test -z "$as_dir" && as_dir=.
6183 for ac_exec_ext in '' $ac_executable_extensions; do
6184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6185 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6187 break 2
6189 done
6190 done
6191 IFS=$as_save_IFS
6193 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6195 esac
6197 LDD=$ac_cv_path_LDD
6198 if test -n "$LDD"; then
6199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6200 $as_echo "$LDD" >&6; }
6201 else
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6203 $as_echo "no" >&6; }
6208 case $host_os in
6209 cygwin*|mingw32*)
6210 if test -n "$ac_tool_prefix"; then
6211 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6212 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6214 $as_echo_n "checking for $ac_word... " >&6; }
6215 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6216 $as_echo_n "(cached) " >&6
6217 else
6218 if test -n "$DLLTOOL"; then
6219 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6220 else
6221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6222 for as_dir in $PATH
6224 IFS=$as_save_IFS
6225 test -z "$as_dir" && as_dir=.
6226 for ac_exec_ext in '' $ac_executable_extensions; do
6227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6228 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6230 break 2
6232 done
6233 done
6234 IFS=$as_save_IFS
6238 DLLTOOL=$ac_cv_prog_DLLTOOL
6239 if test -n "$DLLTOOL"; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6241 $as_echo "$DLLTOOL" >&6; }
6242 else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6244 $as_echo "no" >&6; }
6249 if test -z "$ac_cv_prog_DLLTOOL"; then
6250 ac_ct_DLLTOOL=$DLLTOOL
6251 # Extract the first word of "dlltool", so it can be a program name with args.
6252 set dummy dlltool; ac_word=$2
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254 $as_echo_n "checking for $ac_word... " >&6; }
6255 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 if test -n "$ac_ct_DLLTOOL"; then
6259 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6260 else
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in $PATH
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6270 break 2
6272 done
6273 done
6274 IFS=$as_save_IFS
6278 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6279 if test -n "$ac_ct_DLLTOOL"; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6281 $as_echo "$ac_ct_DLLTOOL" >&6; }
6282 else
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284 $as_echo "no" >&6; }
6287 if test "x$ac_ct_DLLTOOL" = x; then
6288 DLLTOOL="false"
6289 else
6290 case $cross_compiling:$ac_tool_warned in
6291 yes:)
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6293 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6294 ac_tool_warned=yes ;;
6295 esac
6296 DLLTOOL=$ac_ct_DLLTOOL
6298 else
6299 DLLTOOL="$ac_cv_prog_DLLTOOL"
6302 if test -n "$ac_tool_prefix"; then
6303 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6304 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306 $as_echo_n "checking for $ac_word... " >&6; }
6307 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
6309 else
6310 if test -n "$DLLWRAP"; then
6311 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6312 else
6313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6314 for as_dir in $PATH
6316 IFS=$as_save_IFS
6317 test -z "$as_dir" && as_dir=.
6318 for ac_exec_ext in '' $ac_executable_extensions; do
6319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6320 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6322 break 2
6324 done
6325 done
6326 IFS=$as_save_IFS
6330 DLLWRAP=$ac_cv_prog_DLLWRAP
6331 if test -n "$DLLWRAP"; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6333 $as_echo "$DLLWRAP" >&6; }
6334 else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6336 $as_echo "no" >&6; }
6341 if test -z "$ac_cv_prog_DLLWRAP"; then
6342 ac_ct_DLLWRAP=$DLLWRAP
6343 # Extract the first word of "dllwrap", so it can be a program name with args.
6344 set dummy dllwrap; ac_word=$2
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6346 $as_echo_n "checking for $ac_word... " >&6; }
6347 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6348 $as_echo_n "(cached) " >&6
6349 else
6350 if test -n "$ac_ct_DLLWRAP"; then
6351 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6352 else
6353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6354 for as_dir in $PATH
6356 IFS=$as_save_IFS
6357 test -z "$as_dir" && as_dir=.
6358 for ac_exec_ext in '' $ac_executable_extensions; do
6359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6360 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6362 break 2
6364 done
6365 done
6366 IFS=$as_save_IFS
6370 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6371 if test -n "$ac_ct_DLLWRAP"; then
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6373 $as_echo "$ac_ct_DLLWRAP" >&6; }
6374 else
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6376 $as_echo "no" >&6; }
6379 if test "x$ac_ct_DLLWRAP" = x; then
6380 DLLWRAP="false"
6381 else
6382 case $cross_compiling:$ac_tool_warned in
6383 yes:)
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6385 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6386 ac_tool_warned=yes ;;
6387 esac
6388 DLLWRAP=$ac_ct_DLLWRAP
6390 else
6391 DLLWRAP="$ac_cv_prog_DLLWRAP"
6394 if test -n "$ac_tool_prefix"; then
6395 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6396 set dummy ${ac_tool_prefix}ar; ac_word=$2
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6398 $as_echo_n "checking for $ac_word... " >&6; }
6399 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6400 $as_echo_n "(cached) " >&6
6401 else
6402 if test -n "$MINGWAR"; then
6403 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6404 else
6405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6406 for as_dir in $PATH
6408 IFS=$as_save_IFS
6409 test -z "$as_dir" && as_dir=.
6410 for ac_exec_ext in '' $ac_executable_extensions; do
6411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6412 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6414 break 2
6416 done
6417 done
6418 IFS=$as_save_IFS
6422 MINGWAR=$ac_cv_prog_MINGWAR
6423 if test -n "$MINGWAR"; then
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6425 $as_echo "$MINGWAR" >&6; }
6426 else
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6428 $as_echo "no" >&6; }
6433 if test -z "$ac_cv_prog_MINGWAR"; then
6434 ac_ct_MINGWAR=$MINGWAR
6435 # Extract the first word of "ar", so it can be a program name with args.
6436 set dummy ar; ac_word=$2
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6438 $as_echo_n "checking for $ac_word... " >&6; }
6439 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
6441 else
6442 if test -n "$ac_ct_MINGWAR"; then
6443 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6444 else
6445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6446 for as_dir in $PATH
6448 IFS=$as_save_IFS
6449 test -z "$as_dir" && as_dir=.
6450 for ac_exec_ext in '' $ac_executable_extensions; do
6451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6452 ac_cv_prog_ac_ct_MINGWAR="ar"
6453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6454 break 2
6456 done
6457 done
6458 IFS=$as_save_IFS
6462 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6463 if test -n "$ac_ct_MINGWAR"; then
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6465 $as_echo "$ac_ct_MINGWAR" >&6; }
6466 else
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468 $as_echo "no" >&6; }
6471 if test "x$ac_ct_MINGWAR" = x; then
6472 MINGWAR="false"
6473 else
6474 case $cross_compiling:$ac_tool_warned in
6475 yes:)
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6477 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6478 ac_tool_warned=yes ;;
6479 esac
6480 MINGWAR=$ac_ct_MINGWAR
6482 else
6483 MINGWAR="$ac_cv_prog_MINGWAR"
6486 if test "$DLLWRAP" = "false"; then
6487 LIBEXT="a"
6488 else
6489 LIBEXT="dll"
6491 IMPLIBEXT="a"
6492 enable_iphlpapi=${enable_iphlpapi:-no}
6493 enable_kernel32=${enable_kernel32:-no}
6494 enable_msvcrt=${enable_msvcrt:-no}
6495 enable_ntdll=${enable_ntdll:-no}
6496 enable_ws2_32=${enable_ws2_32:-no}
6497 enable_loader=${enable_loader:-no}
6498 enable_server=${enable_server:-no}
6499 with_x=${with_x:-no}
6500 with_pthread=${with_pthread:-no}
6502 darwin*|macosx*)
6503 DLLEXT=".so"
6504 LIBEXT="dylib"
6505 DLLFLAGS="$DLLFLAGS -fPIC"
6506 LDDLLFLAGS="-bundle -multiply_defined suppress"
6507 LIBWINE_LDFLAGS="-multiply_defined suppress"
6508 LDSHARED="\$(CC) -dynamiclib"
6509 STRIP="$STRIP -x"
6510 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6511 SECURITYLIB="-framework Security -framework CoreFoundation"
6513 COREFOUNDATIONLIB="-framework CoreFoundation"
6515 IOKITLIB="-framework IOKit -framework CoreFoundation"
6517 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6519 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6520 then
6521 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6524 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6525 then
6526 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6529 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6530 then
6531 LIBOPENAL="-framework OpenAL"
6533 ac_cv_lib_openal_alGetSource3i=yes
6535 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6536 then
6537 ac_save_LIBS="$LIBS"
6538 LIBS="$LIBS $IOKITLIB"
6539 for ac_func in IOHIDManagerCreate
6540 do :
6541 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6542 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6543 cat >>confdefs.h <<_ACEOF
6544 #define HAVE_IOHIDMANAGERCREATE 1
6545 _ACEOF
6548 done
6550 LIBS="$ac_save_LIBS"
6552 case $host_cpu in
6553 *powerpc*)
6554 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6555 esac
6556 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6557 then
6558 CARBONLIB="-framework Carbon"
6560 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6562 if test "x$enable_win16" = "xyes"
6563 then
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6565 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6566 if test "$cross_compiling" = yes; then :
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6568 $as_echo "cross-compiling, assuming yes" >&6; }
6569 else
6570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6571 /* end confdefs.h. */
6572 asm(".text\n"
6573 "bad:\tnop;nop\n"
6574 "good:\tnop;nop\n\t"
6575 ".globl _testfunc\n"
6576 "_testfunc:\tcallw good");
6577 extern void testfunc();
6579 main ()
6581 unsigned short *p = (unsigned short *)testfunc;
6582 return p[0] != 0xe866 || p[1] != 0xfffa
6584 return 0;
6586 _ACEOF
6587 if ac_fn_c_try_run "$LINENO"; then :
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6589 $as_echo "yes" >&6; }
6590 else
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592 $as_echo "no" >&6; }
6593 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
6595 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6596 conftest.$ac_objext conftest.beam conftest.$ac_ext
6602 DLLFLAGS="$DLLFLAGS -fPIC"
6603 DLLEXT=".so"
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6605 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6606 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6607 $as_echo_n "(cached) " >&6
6608 else
6609 ac_wine_try_cflags_saved=$CFLAGS
6610 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6612 /* end confdefs.h. */
6613 void myfunc() {}
6614 _ACEOF
6615 if ac_fn_c_try_link "$LINENO"; then :
6616 ac_cv_c_dll_gnuelf="yes"
6617 else
6618 ac_cv_c_dll_gnuelf="no"
6620 rm -f core conftest.err conftest.$ac_objext \
6621 conftest$ac_exeext conftest.$ac_ext
6622 CFLAGS=$ac_wine_try_cflags_saved
6624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6625 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6626 if test "$ac_cv_c_dll_gnuelf" = "yes"
6627 then
6628 LDSHARED="\$(CC) -shared"
6629 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6631 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6632 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6633 $as_echo_n "(cached) " >&6
6634 else
6635 ac_wine_try_cflags_saved=$CFLAGS
6636 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6638 /* end confdefs.h. */
6639 int main(int argc, char *argv) { return 0; }
6640 _ACEOF
6641 if ac_fn_c_try_link "$LINENO"; then :
6642 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6643 else
6644 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6646 rm -f core conftest.err conftest.$ac_objext \
6647 conftest$ac_exeext conftest.$ac_ext
6648 CFLAGS=$ac_wine_try_cflags_saved
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6651 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6652 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6653 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6654 else
6655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6656 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6657 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6658 $as_echo_n "(cached) " >&6
6659 else
6660 ac_wine_try_cflags_saved=$CFLAGS
6661 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6663 /* end confdefs.h. */
6664 int main(int argc, char *argv) { return 0; }
6665 _ACEOF
6666 if ac_fn_c_try_link "$LINENO"; then :
6667 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6668 else
6669 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6671 rm -f core conftest.err conftest.$ac_objext \
6672 conftest$ac_exeext conftest.$ac_ext
6673 CFLAGS=$ac_wine_try_cflags_saved
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6676 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6677 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6678 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6683 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6684 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6685 $as_echo_n "(cached) " >&6
6686 else
6687 ac_wine_try_cflags_saved=$CFLAGS
6688 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6690 /* end confdefs.h. */
6691 int main(int argc, char *argv) { return 0; }
6692 _ACEOF
6693 if ac_fn_c_try_link "$LINENO"; then :
6694 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6695 else
6696 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6698 rm -f core conftest.err conftest.$ac_objext \
6699 conftest$ac_exeext conftest.$ac_ext
6700 CFLAGS=$ac_wine_try_cflags_saved
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6703 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6704 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6705 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6708 { $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
6709 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6710 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6711 $as_echo_n "(cached) " >&6
6712 else
6713 ac_wine_try_cflags_saved=$CFLAGS
6714 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6716 /* end confdefs.h. */
6717 int main(int argc, char *argv) { return 0; }
6718 _ACEOF
6719 if ac_fn_c_try_link "$LINENO"; then :
6720 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6721 else
6722 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6724 rm -f core conftest.err conftest.$ac_objext \
6725 conftest$ac_exeext conftest.$ac_ext
6726 CFLAGS=$ac_wine_try_cflags_saved
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6729 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6730 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6731 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6734 echo '{ global: *; };' >conftest.map
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6736 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6737 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6738 $as_echo_n "(cached) " >&6
6739 else
6740 ac_wine_try_cflags_saved=$CFLAGS
6741 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h. */
6744 int main(int argc, char *argv) { return 0; }
6745 _ACEOF
6746 if ac_fn_c_try_link "$LINENO"; then :
6747 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6748 else
6749 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6751 rm -f core conftest.err conftest.$ac_objext \
6752 conftest$ac_exeext conftest.$ac_ext
6753 CFLAGS=$ac_wine_try_cflags_saved
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6756 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6757 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6758 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6760 rm -f conftest.map
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6764 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h. */
6771 int main(int argc, char *argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6775 else
6776 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6778 rm -f core conftest.err conftest.$ac_objext \
6779 conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6783 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6784 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6785 LDEXECFLAGS="-Wl,--export-dynamic"
6789 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6791 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6792 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6793 $as_echo_n "(cached) " >&6
6794 else
6795 ac_wine_try_cflags_saved=$CFLAGS
6796 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6798 /* end confdefs.h. */
6799 int main(int argc, char *argv) { return 0; }
6800 _ACEOF
6801 if ac_fn_c_try_link "$LINENO"; then :
6802 eval "$as_ac_var=yes"
6803 else
6804 eval "$as_ac_var=no"
6806 rm -f core conftest.err conftest.$ac_objext \
6807 conftest$ac_exeext conftest.$ac_ext
6808 CFLAGS=$ac_wine_try_cflags_saved
6810 eval ac_res=\$$as_ac_var
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6812 $as_echo "$ac_res" >&6; }
6813 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6814 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6815 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6816 else
6817 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6819 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6820 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6821 $as_echo_n "(cached) " >&6
6822 else
6823 ac_wine_try_cflags_saved=$CFLAGS
6824 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6826 /* end confdefs.h. */
6827 int main(int argc, char *argv) { return 0; }
6828 _ACEOF
6829 if ac_fn_c_try_link "$LINENO"; then :
6830 eval "$as_ac_var=yes"
6831 else
6832 eval "$as_ac_var=no"
6834 rm -f core conftest.err conftest.$ac_objext \
6835 conftest$ac_exeext conftest.$ac_ext
6836 CFLAGS=$ac_wine_try_cflags_saved
6838 eval ac_res=\$$as_ac_var
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6840 $as_echo "$ac_res" >&6; }
6841 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6842 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6843 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6848 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6849 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6850 $as_echo_n "(cached) " >&6
6851 else
6852 ac_wine_try_cflags_saved=$CFLAGS
6853 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6855 /* end confdefs.h. */
6856 int main(int argc, char *argv) { return 0; }
6857 _ACEOF
6858 if ac_fn_c_try_link "$LINENO"; then :
6859 ac_cv_cflags__Wl___enable_new_dtags=yes
6860 else
6861 ac_cv_cflags__Wl___enable_new_dtags=no
6863 rm -f core conftest.err conftest.$ac_objext \
6864 conftest$ac_exeext conftest.$ac_ext
6865 CFLAGS=$ac_wine_try_cflags_saved
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6868 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6869 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6870 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6873 case $host_cpu in
6874 *i[3456789]86* | x86_64)
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6876 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6877 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6878 $as_echo_n "(cached) " >&6
6879 else
6880 ac_wine_try_cflags_saved=$CFLAGS
6881 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6883 /* end confdefs.h. */
6884 int main(int argc, char *argv) { return 0; }
6885 _ACEOF
6886 if ac_fn_c_try_link "$LINENO"; then :
6887 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6888 else
6889 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6891 rm -f core conftest.err conftest.$ac_objext \
6892 conftest$ac_exeext conftest.$ac_ext
6893 CFLAGS=$ac_wine_try_cflags_saved
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6896 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6897 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6898 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6901 esac
6903 else
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6905 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6906 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6907 $as_echo_n "(cached) " >&6
6908 else
6909 ac_wine_try_cflags_saved=$CFLAGS
6910 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6912 /* end confdefs.h. */
6913 void myfunc() {}
6914 _ACEOF
6915 if ac_fn_c_try_link "$LINENO"; then :
6916 ac_cv_c_dll_unixware="yes"
6917 else
6918 ac_cv_c_dll_unixware="no"
6920 rm -f core conftest.err conftest.$ac_objext \
6921 conftest$ac_exeext conftest.$ac_ext
6922 CFLAGS=$ac_wine_try_cflags_saved
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6925 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6926 if test "$ac_cv_c_dll_unixware" = "yes"
6927 then
6928 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6929 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6931 else
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6933 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6934 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6935 $as_echo_n "(cached) " >&6
6936 else
6937 ac_wine_try_cflags_saved=$CFLAGS
6938 CFLAGS="$CFLAGS -shared"
6939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6940 /* end confdefs.h. */
6941 void myfunc() {}
6942 _ACEOF
6943 if ac_fn_c_try_link "$LINENO"; then :
6944 ac_cv_c_dll_hpux="yes"
6945 else
6946 ac_cv_c_dll_hpux="no"
6948 rm -f core conftest.err conftest.$ac_objext \
6949 conftest$ac_exeext conftest.$ac_ext
6950 CFLAGS=$ac_wine_try_cflags_saved
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6953 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6954 if test "$ac_cv_c_dll_hpux" = "yes"
6955 then
6956 LIBEXT="sl"
6957 DLLEXT=".sl"
6958 LDDLLFLAGS="-shared -fPIC"
6959 LDSHARED="\$(CC) -shared"
6964 esac
6966 enable_winequartz_drv=${enable_winequartz_drv:-no}
6968 if test "$LIBEXT" = "a"; then
6969 as_fn_error "could not find a way to build shared libraries.
6970 It is currently not possible to build Wine without shared library
6971 (.so) support to allow transparent switch between .so and .dll files.
6972 If you are using Linux, you will need a newer binutils.
6973 " "$LINENO" 5
6976 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6977 then
6978 case "$host_cpu" in
6979 i[3456789]86*)
6980 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 " ;;
6981 x86_64)
6982 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6984 ac_prefix_list="" ;;
6985 esac
6986 for ac_prog in $ac_prefix_list
6988 # Extract the first word of "$ac_prog", so it can be a program name with args.
6989 set dummy $ac_prog; ac_word=$2
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6991 $as_echo_n "checking for $ac_word... " >&6; }
6992 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6993 $as_echo_n "(cached) " >&6
6994 else
6995 if test -n "$CROSSCC"; then
6996 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6997 else
6998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6999 for as_dir in $PATH
7001 IFS=$as_save_IFS
7002 test -z "$as_dir" && as_dir=.
7003 for ac_exec_ext in '' $ac_executable_extensions; do
7004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7005 ac_cv_prog_CROSSCC="$ac_prog"
7006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7007 break 2
7009 done
7010 done
7011 IFS=$as_save_IFS
7015 CROSSCC=$ac_cv_prog_CROSSCC
7016 if test -n "$CROSSCC"; then
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7018 $as_echo "$CROSSCC" >&6; }
7019 else
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021 $as_echo "no" >&6; }
7025 test -n "$CROSSCC" && break
7026 done
7027 test -n "$CROSSCC" || CROSSCC="false"
7029 case "$host_cpu" in
7030 i[3456789]86*)
7031 ac_prefix_list="i686-pc-mingw32-dlltool i586-pc-mingw32-dlltool i486-pc-mingw32-dlltool i386-pc-mingw32-dlltool i686-mingw32msvc-dlltool i586-mingw32msvc-dlltool i486-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool " ;;
7032 x86_64)
7033 ac_prefix_list="x86_64-pc-mingw32-dlltool x86_64-w64-mingw32-dlltool " ;;
7035 ac_prefix_list="" ;;
7036 esac
7037 for ac_prog in $ac_prefix_list
7039 # Extract the first word of "$ac_prog", so it can be a program name with args.
7040 set dummy $ac_prog; ac_word=$2
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7042 $as_echo_n "checking for $ac_word... " >&6; }
7043 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7044 $as_echo_n "(cached) " >&6
7045 else
7046 if test -n "$DLLTOOL"; then
7047 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7048 else
7049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7050 for as_dir in $PATH
7052 IFS=$as_save_IFS
7053 test -z "$as_dir" && as_dir=.
7054 for ac_exec_ext in '' $ac_executable_extensions; do
7055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7056 ac_cv_prog_DLLTOOL="$ac_prog"
7057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7058 break 2
7060 done
7061 done
7062 IFS=$as_save_IFS
7066 DLLTOOL=$ac_cv_prog_DLLTOOL
7067 if test -n "$DLLTOOL"; then
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7069 $as_echo "$DLLTOOL" >&6; }
7070 else
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7072 $as_echo "no" >&6; }
7076 test -n "$DLLTOOL" && break
7077 done
7078 test -n "$DLLTOOL" || DLLTOOL="false"
7080 case "$host_cpu" in
7081 i[3456789]86*)
7082 ac_prefix_list="i686-pc-mingw32-ar i586-pc-mingw32-ar i486-pc-mingw32-ar i386-pc-mingw32-ar i686-mingw32msvc-ar i586-mingw32msvc-ar i486-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar " ;;
7083 x86_64)
7084 ac_prefix_list="x86_64-pc-mingw32-ar x86_64-w64-mingw32-ar " ;;
7086 ac_prefix_list="" ;;
7087 esac
7088 for ac_prog in $ac_prefix_list
7090 # Extract the first word of "$ac_prog", so it can be a program name with args.
7091 set dummy $ac_prog; ac_word=$2
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7093 $as_echo_n "checking for $ac_word... " >&6; }
7094 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7095 $as_echo_n "(cached) " >&6
7096 else
7097 if test -n "$MINGWAR"; then
7098 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7099 else
7100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7101 for as_dir in $PATH
7103 IFS=$as_save_IFS
7104 test -z "$as_dir" && as_dir=.
7105 for ac_exec_ext in '' $ac_executable_extensions; do
7106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 ac_cv_prog_MINGWAR="$ac_prog"
7108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7109 break 2
7111 done
7112 done
7113 IFS=$as_save_IFS
7117 MINGWAR=$ac_cv_prog_MINGWAR
7118 if test -n "$MINGWAR"; then
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7120 $as_echo "$MINGWAR" >&6; }
7121 else
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7123 $as_echo "no" >&6; }
7127 test -n "$MINGWAR" && break
7128 done
7129 test -n "$MINGWAR" || MINGWAR="false"
7131 if test "$CROSSCC" != "false"
7132 then
7133 CROSSTEST="\$(CROSSTEST)"
7135 set x $CROSSCC
7136 shift
7137 target=""
7138 while test $# -ge 1
7140 case "$1" in
7141 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7142 esac
7143 shift
7144 done
7145 if test -n "$target"
7146 then
7147 CROSSTARGETFLAGS="-b $target"
7154 if test "$ac_cv_header_pthread_h" = "yes"
7155 then
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7157 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7158 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7159 $as_echo_n "(cached) " >&6
7160 else
7161 ac_check_lib_save_LIBS=$LIBS
7162 LIBS="-lpthread $LIBS"
7163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7164 /* end confdefs.h. */
7166 /* Override any GCC internal prototype to avoid an error.
7167 Use char because int might match the return type of a GCC
7168 builtin and then its argument prototype would still apply. */
7169 #ifdef __cplusplus
7170 extern "C"
7171 #endif
7172 char pthread_create ();
7174 main ()
7176 return pthread_create ();
7178 return 0;
7180 _ACEOF
7181 if ac_fn_c_try_link "$LINENO"; then :
7182 ac_cv_lib_pthread_pthread_create=yes
7183 else
7184 ac_cv_lib_pthread_pthread_create=no
7186 rm -f core conftest.err conftest.$ac_objext \
7187 conftest$ac_exeext conftest.$ac_ext
7188 LIBS=$ac_check_lib_save_LIBS
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7191 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7192 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7193 LIBPTHREAD="-lpthread"
7198 if test "x$LIBPTHREAD" = "x"; then :
7199 case "x$with_pthread" in
7200 xno) ;;
7201 *) as_fn_error "pthread ${notice_platform}development files not found.
7202 Wine cannot support threads without libpthread.
7203 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7204 esac
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7209 $as_echo_n "checking for X... " >&6; }
7212 # Check whether --with-x was given.
7213 if test "${with_x+set}" = set; then :
7214 withval=$with_x;
7217 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7218 if test "x$with_x" = xno; then
7219 # The user explicitly disabled X.
7220 have_x=disabled
7221 else
7222 case $x_includes,$x_libraries in #(
7223 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7224 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7225 $as_echo_n "(cached) " >&6
7226 else
7227 # One or both of the vars are not set, and there is no cached value.
7228 ac_x_includes=no ac_x_libraries=no
7229 rm -f -r conftest.dir
7230 if mkdir conftest.dir; then
7231 cd conftest.dir
7232 cat >Imakefile <<'_ACEOF'
7233 incroot:
7234 @echo incroot='${INCROOT}'
7235 usrlibdir:
7236 @echo usrlibdir='${USRLIBDIR}'
7237 libdir:
7238 @echo libdir='${LIBDIR}'
7239 _ACEOF
7240 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7241 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7242 for ac_var in incroot usrlibdir libdir; do
7243 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7244 done
7245 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7246 for ac_extension in a so sl dylib la dll; do
7247 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7248 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7249 ac_im_usrlibdir=$ac_im_libdir; break
7251 done
7252 # Screen out bogus values from the imake configuration. They are
7253 # bogus both because they are the default anyway, and because
7254 # using them would break gcc on systems where it needs fixed includes.
7255 case $ac_im_incroot in
7256 /usr/include) ac_x_includes= ;;
7257 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7258 esac
7259 case $ac_im_usrlibdir in
7260 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7261 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7262 esac
7264 cd ..
7265 rm -f -r conftest.dir
7268 # Standard set of common directories for X headers.
7269 # Check X11 before X11Rn because it is often a symlink to the current release.
7270 ac_x_header_dirs='
7271 /usr/X11/include
7272 /usr/X11R7/include
7273 /usr/X11R6/include
7274 /usr/X11R5/include
7275 /usr/X11R4/include
7277 /usr/include/X11
7278 /usr/include/X11R7
7279 /usr/include/X11R6
7280 /usr/include/X11R5
7281 /usr/include/X11R4
7283 /usr/local/X11/include
7284 /usr/local/X11R7/include
7285 /usr/local/X11R6/include
7286 /usr/local/X11R5/include
7287 /usr/local/X11R4/include
7289 /usr/local/include/X11
7290 /usr/local/include/X11R7
7291 /usr/local/include/X11R6
7292 /usr/local/include/X11R5
7293 /usr/local/include/X11R4
7295 /usr/X386/include
7296 /usr/x386/include
7297 /usr/XFree86/include/X11
7299 /usr/include
7300 /usr/local/include
7301 /usr/unsupported/include
7302 /usr/athena/include
7303 /usr/local/x11r5/include
7304 /usr/lpp/Xamples/include
7306 /usr/openwin/include
7307 /usr/openwin/share/include'
7309 if test "$ac_x_includes" = no; then
7310 # Guess where to find include files, by looking for Xlib.h.
7311 # First, try using that file with no special directory specified.
7312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7313 /* end confdefs.h. */
7314 #include <X11/Xlib.h>
7315 _ACEOF
7316 if ac_fn_c_try_cpp "$LINENO"; then :
7317 # We can compile using X headers with no special include directory.
7318 ac_x_includes=
7319 else
7320 for ac_dir in $ac_x_header_dirs; do
7321 if test -r "$ac_dir/X11/Xlib.h"; then
7322 ac_x_includes=$ac_dir
7323 break
7325 done
7327 rm -f conftest.err conftest.$ac_ext
7328 fi # $ac_x_includes = no
7330 if test "$ac_x_libraries" = no; then
7331 # Check for the libraries.
7332 # See if we find them without any special options.
7333 # Don't add to $LIBS permanently.
7334 ac_save_LIBS=$LIBS
7335 LIBS="-lX11 $LIBS"
7336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7337 /* end confdefs.h. */
7338 #include <X11/Xlib.h>
7340 main ()
7342 XrmInitialize ()
7344 return 0;
7346 _ACEOF
7347 if ac_fn_c_try_link "$LINENO"; then :
7348 LIBS=$ac_save_LIBS
7349 # We can link X programs with no special library path.
7350 ac_x_libraries=
7351 else
7352 LIBS=$ac_save_LIBS
7353 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7355 # Don't even attempt the hair of trying to link an X program!
7356 for ac_extension in a so sl dylib la dll; do
7357 if test -r "$ac_dir/libX11.$ac_extension"; then
7358 ac_x_libraries=$ac_dir
7359 break 2
7361 done
7362 done
7364 rm -f core conftest.err conftest.$ac_objext \
7365 conftest$ac_exeext conftest.$ac_ext
7366 fi # $ac_x_libraries = no
7368 case $ac_x_includes,$ac_x_libraries in #(
7369 no,* | *,no | *\'*)
7370 # Didn't find X, or a directory has "'" in its name.
7371 ac_cv_have_x="have_x=no";; #(
7373 # Record where we found X for the cache.
7374 ac_cv_have_x="have_x=yes\
7375 ac_x_includes='$ac_x_includes'\
7376 ac_x_libraries='$ac_x_libraries'"
7377 esac
7379 ;; #(
7380 *) have_x=yes;;
7381 esac
7382 eval "$ac_cv_have_x"
7383 fi # $with_x != no
7385 if test "$have_x" != yes; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7387 $as_echo "$have_x" >&6; }
7388 no_x=yes
7389 else
7390 # If each of the values was on the command line, it overrides each guess.
7391 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7392 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7393 # Update the cache value to reflect the command line values.
7394 ac_cv_have_x="have_x=yes\
7395 ac_x_includes='$x_includes'\
7396 ac_x_libraries='$x_libraries'"
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7398 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7401 if test "$no_x" = yes; then
7402 # Not all programs may use this symbol, but it does not hurt to define it.
7404 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7406 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7407 else
7408 if test -n "$x_includes"; then
7409 X_CFLAGS="$X_CFLAGS -I$x_includes"
7412 # It would also be nice to do this for all -L options, not just this one.
7413 if test -n "$x_libraries"; then
7414 X_LIBS="$X_LIBS -L$x_libraries"
7415 # For Solaris; some versions of Sun CC require a space after -R and
7416 # others require no space. Words are not sufficient . . . .
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7418 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7419 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7420 ac_xsave_c_werror_flag=$ac_c_werror_flag
7421 ac_c_werror_flag=yes
7422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7423 /* end confdefs.h. */
7426 main ()
7430 return 0;
7432 _ACEOF
7433 if ac_fn_c_try_link "$LINENO"; then :
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7435 $as_echo "no" >&6; }
7436 X_LIBS="$X_LIBS -R$x_libraries"
7437 else
7438 LIBS="$ac_xsave_LIBS -R $x_libraries"
7439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7440 /* end confdefs.h. */
7443 main ()
7447 return 0;
7449 _ACEOF
7450 if ac_fn_c_try_link "$LINENO"; then :
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7452 $as_echo "yes" >&6; }
7453 X_LIBS="$X_LIBS -R $x_libraries"
7454 else
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7456 $as_echo "neither works" >&6; }
7458 rm -f core conftest.err conftest.$ac_objext \
7459 conftest$ac_exeext conftest.$ac_ext
7461 rm -f core conftest.err conftest.$ac_objext \
7462 conftest$ac_exeext conftest.$ac_ext
7463 ac_c_werror_flag=$ac_xsave_c_werror_flag
7464 LIBS=$ac_xsave_LIBS
7467 # Check for system-dependent libraries X programs must link with.
7468 # Do this before checking for the system-independent R6 libraries
7469 # (-lICE), since we may need -lsocket or whatever for X linking.
7471 if test "$ISC" = yes; then
7472 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7473 else
7474 # Martyn Johnson says this is needed for Ultrix, if the X
7475 # libraries were built with DECnet support. And Karl Berry says
7476 # the Alpha needs dnet_stub (dnet does not exist).
7477 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7479 /* end confdefs.h. */
7481 /* Override any GCC internal prototype to avoid an error.
7482 Use char because int might match the return type of a GCC
7483 builtin and then its argument prototype would still apply. */
7484 #ifdef __cplusplus
7485 extern "C"
7486 #endif
7487 char XOpenDisplay ();
7489 main ()
7491 return XOpenDisplay ();
7493 return 0;
7495 _ACEOF
7496 if ac_fn_c_try_link "$LINENO"; then :
7498 else
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7500 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7501 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7502 $as_echo_n "(cached) " >&6
7503 else
7504 ac_check_lib_save_LIBS=$LIBS
7505 LIBS="-ldnet $LIBS"
7506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7507 /* end confdefs.h. */
7509 /* Override any GCC internal prototype to avoid an error.
7510 Use char because int might match the return type of a GCC
7511 builtin and then its argument prototype would still apply. */
7512 #ifdef __cplusplus
7513 extern "C"
7514 #endif
7515 char dnet_ntoa ();
7517 main ()
7519 return dnet_ntoa ();
7521 return 0;
7523 _ACEOF
7524 if ac_fn_c_try_link "$LINENO"; then :
7525 ac_cv_lib_dnet_dnet_ntoa=yes
7526 else
7527 ac_cv_lib_dnet_dnet_ntoa=no
7529 rm -f core conftest.err conftest.$ac_objext \
7530 conftest$ac_exeext conftest.$ac_ext
7531 LIBS=$ac_check_lib_save_LIBS
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7534 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7535 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7536 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7539 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7541 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7542 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7543 $as_echo_n "(cached) " >&6
7544 else
7545 ac_check_lib_save_LIBS=$LIBS
7546 LIBS="-ldnet_stub $LIBS"
7547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7548 /* end confdefs.h. */
7550 /* Override any GCC internal prototype to avoid an error.
7551 Use char because int might match the return type of a GCC
7552 builtin and then its argument prototype would still apply. */
7553 #ifdef __cplusplus
7554 extern "C"
7555 #endif
7556 char dnet_ntoa ();
7558 main ()
7560 return dnet_ntoa ();
7562 return 0;
7564 _ACEOF
7565 if ac_fn_c_try_link "$LINENO"; then :
7566 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7567 else
7568 ac_cv_lib_dnet_stub_dnet_ntoa=no
7570 rm -f core conftest.err conftest.$ac_objext \
7571 conftest$ac_exeext conftest.$ac_ext
7572 LIBS=$ac_check_lib_save_LIBS
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7575 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7576 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7577 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7582 rm -f core conftest.err conftest.$ac_objext \
7583 conftest$ac_exeext conftest.$ac_ext
7584 LIBS="$ac_xsave_LIBS"
7586 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7587 # to get the SysV transport functions.
7588 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7589 # needs -lnsl.
7590 # The nsl library prevents programs from opening the X display
7591 # on Irix 5.2, according to T.E. Dickey.
7592 # The functions gethostbyname, getservbyname, and inet_addr are
7593 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7594 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7595 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7599 if test $ac_cv_func_gethostbyname = no; then
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7601 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7602 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7603 $as_echo_n "(cached) " >&6
7604 else
7605 ac_check_lib_save_LIBS=$LIBS
7606 LIBS="-lnsl $LIBS"
7607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7608 /* end confdefs.h. */
7610 /* Override any GCC internal prototype to avoid an error.
7611 Use char because int might match the return type of a GCC
7612 builtin and then its argument prototype would still apply. */
7613 #ifdef __cplusplus
7614 extern "C"
7615 #endif
7616 char gethostbyname ();
7618 main ()
7620 return gethostbyname ();
7622 return 0;
7624 _ACEOF
7625 if ac_fn_c_try_link "$LINENO"; then :
7626 ac_cv_lib_nsl_gethostbyname=yes
7627 else
7628 ac_cv_lib_nsl_gethostbyname=no
7630 rm -f core conftest.err conftest.$ac_objext \
7631 conftest$ac_exeext conftest.$ac_ext
7632 LIBS=$ac_check_lib_save_LIBS
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7635 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7636 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7637 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7640 if test $ac_cv_lib_nsl_gethostbyname = no; then
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7642 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7643 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7644 $as_echo_n "(cached) " >&6
7645 else
7646 ac_check_lib_save_LIBS=$LIBS
7647 LIBS="-lbsd $LIBS"
7648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7649 /* end confdefs.h. */
7651 /* Override any GCC internal prototype to avoid an error.
7652 Use char because int might match the return type of a GCC
7653 builtin and then its argument prototype would still apply. */
7654 #ifdef __cplusplus
7655 extern "C"
7656 #endif
7657 char gethostbyname ();
7659 main ()
7661 return gethostbyname ();
7663 return 0;
7665 _ACEOF
7666 if ac_fn_c_try_link "$LINENO"; then :
7667 ac_cv_lib_bsd_gethostbyname=yes
7668 else
7669 ac_cv_lib_bsd_gethostbyname=no
7671 rm -f core conftest.err conftest.$ac_objext \
7672 conftest$ac_exeext conftest.$ac_ext
7673 LIBS=$ac_check_lib_save_LIBS
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7676 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7677 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7678 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7684 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7685 # socket/setsockopt and other routines are undefined under SCO ODT
7686 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7687 # on later versions), says Simon Leinen: it contains gethostby*
7688 # variants that don't use the name server (or something). -lsocket
7689 # must be given before -lnsl if both are needed. We assume that
7690 # if connect needs -lnsl, so does gethostbyname.
7691 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7692 if test "x$ac_cv_func_connect" = x""yes; then :
7696 if test $ac_cv_func_connect = no; then
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7698 $as_echo_n "checking for connect in -lsocket... " >&6; }
7699 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7700 $as_echo_n "(cached) " >&6
7701 else
7702 ac_check_lib_save_LIBS=$LIBS
7703 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7705 /* end confdefs.h. */
7707 /* Override any GCC internal prototype to avoid an error.
7708 Use char because int might match the return type of a GCC
7709 builtin and then its argument prototype would still apply. */
7710 #ifdef __cplusplus
7711 extern "C"
7712 #endif
7713 char connect ();
7715 main ()
7717 return connect ();
7719 return 0;
7721 _ACEOF
7722 if ac_fn_c_try_link "$LINENO"; then :
7723 ac_cv_lib_socket_connect=yes
7724 else
7725 ac_cv_lib_socket_connect=no
7727 rm -f core conftest.err conftest.$ac_objext \
7728 conftest$ac_exeext conftest.$ac_ext
7729 LIBS=$ac_check_lib_save_LIBS
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7732 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7733 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7734 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7739 # Guillermo Gomez says -lposix is necessary on A/UX.
7740 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7741 if test "x$ac_cv_func_remove" = x""yes; then :
7745 if test $ac_cv_func_remove = no; then
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7747 $as_echo_n "checking for remove in -lposix... " >&6; }
7748 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7749 $as_echo_n "(cached) " >&6
7750 else
7751 ac_check_lib_save_LIBS=$LIBS
7752 LIBS="-lposix $LIBS"
7753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7754 /* end confdefs.h. */
7756 /* Override any GCC internal prototype to avoid an error.
7757 Use char because int might match the return type of a GCC
7758 builtin and then its argument prototype would still apply. */
7759 #ifdef __cplusplus
7760 extern "C"
7761 #endif
7762 char remove ();
7764 main ()
7766 return remove ();
7768 return 0;
7770 _ACEOF
7771 if ac_fn_c_try_link "$LINENO"; then :
7772 ac_cv_lib_posix_remove=yes
7773 else
7774 ac_cv_lib_posix_remove=no
7776 rm -f core conftest.err conftest.$ac_objext \
7777 conftest$ac_exeext conftest.$ac_ext
7778 LIBS=$ac_check_lib_save_LIBS
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7781 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7782 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7783 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7788 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7789 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7790 if test "x$ac_cv_func_shmat" = x""yes; then :
7794 if test $ac_cv_func_shmat = no; then
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7796 $as_echo_n "checking for shmat in -lipc... " >&6; }
7797 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7798 $as_echo_n "(cached) " >&6
7799 else
7800 ac_check_lib_save_LIBS=$LIBS
7801 LIBS="-lipc $LIBS"
7802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7803 /* end confdefs.h. */
7805 /* Override any GCC internal prototype to avoid an error.
7806 Use char because int might match the return type of a GCC
7807 builtin and then its argument prototype would still apply. */
7808 #ifdef __cplusplus
7809 extern "C"
7810 #endif
7811 char shmat ();
7813 main ()
7815 return shmat ();
7817 return 0;
7819 _ACEOF
7820 if ac_fn_c_try_link "$LINENO"; then :
7821 ac_cv_lib_ipc_shmat=yes
7822 else
7823 ac_cv_lib_ipc_shmat=no
7825 rm -f core conftest.err conftest.$ac_objext \
7826 conftest$ac_exeext conftest.$ac_ext
7827 LIBS=$ac_check_lib_save_LIBS
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7830 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7831 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7832 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7838 # Check for libraries that X11R6 Xt/Xaw programs need.
7839 ac_save_LDFLAGS=$LDFLAGS
7840 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7841 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7842 # check for ICE first), but we must link in the order -lSM -lICE or
7843 # we get undefined symbols. So assume we have SM if we have ICE.
7844 # These have to be linked with before -lX11, unlike the other
7845 # libraries we check for below, so use a different variable.
7846 # John Interrante, Karl Berry
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7848 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7849 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
7851 else
7852 ac_check_lib_save_LIBS=$LIBS
7853 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7855 /* end confdefs.h. */
7857 /* Override any GCC internal prototype to avoid an error.
7858 Use char because int might match the return type of a GCC
7859 builtin and then its argument prototype would still apply. */
7860 #ifdef __cplusplus
7861 extern "C"
7862 #endif
7863 char IceConnectionNumber ();
7865 main ()
7867 return IceConnectionNumber ();
7869 return 0;
7871 _ACEOF
7872 if ac_fn_c_try_link "$LINENO"; then :
7873 ac_cv_lib_ICE_IceConnectionNumber=yes
7874 else
7875 ac_cv_lib_ICE_IceConnectionNumber=no
7877 rm -f core conftest.err conftest.$ac_objext \
7878 conftest$ac_exeext conftest.$ac_ext
7879 LIBS=$ac_check_lib_save_LIBS
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7882 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7883 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7884 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7887 LDFLAGS=$ac_save_LDFLAGS
7892 if test "$have_x" = "yes"
7893 then
7894 XLIB="-lX11"
7895 ac_save_CPPFLAGS="$CPPFLAGS"
7896 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7899 $as_echo_n "checking for -lX11... " >&6; }
7900 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7901 $as_echo_n "(cached) " >&6
7902 else
7903 ac_check_soname_save_LIBS=$LIBS
7904 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7906 /* end confdefs.h. */
7908 /* Override any GCC internal prototype to avoid an error.
7909 Use char because int might match the return type of a GCC
7910 builtin and then its argument prototype would still apply. */
7911 #ifdef __cplusplus
7912 extern "C"
7913 #endif
7914 char XCreateWindow ();
7916 main ()
7918 return XCreateWindow ();
7920 return 0;
7922 _ACEOF
7923 if ac_fn_c_try_link "$LINENO"; then :
7924 case "$LIBEXT" in
7925 dll) ;;
7926 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'` ;;
7927 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7928 esac
7930 rm -f core conftest.err conftest.$ac_objext \
7931 conftest$ac_exeext conftest.$ac_ext
7932 LIBS=$ac_check_soname_save_LIBS
7934 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7936 $as_echo "not found" >&6; }
7938 else
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7940 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7942 cat >>confdefs.h <<_ACEOF
7943 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7944 _ACEOF
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7949 $as_echo_n "checking for -lXext... " >&6; }
7950 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7951 $as_echo_n "(cached) " >&6
7952 else
7953 ac_check_soname_save_LIBS=$LIBS
7954 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h. */
7958 /* Override any GCC internal prototype to avoid an error.
7959 Use char because int might match the return type of a GCC
7960 builtin and then its argument prototype would still apply. */
7961 #ifdef __cplusplus
7962 extern "C"
7963 #endif
7964 char XextCreateExtension ();
7966 main ()
7968 return XextCreateExtension ();
7970 return 0;
7972 _ACEOF
7973 if ac_fn_c_try_link "$LINENO"; then :
7974 case "$LIBEXT" in
7975 dll) ;;
7976 dylib) ac_cv_lib_soname_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'` ;;
7977 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7978 esac
7980 rm -f core conftest.err conftest.$ac_objext \
7981 conftest$ac_exeext conftest.$ac_ext
7982 LIBS=$ac_check_soname_save_LIBS
7984 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7986 $as_echo "not found" >&6; }
7988 else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7990 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7992 cat >>confdefs.h <<_ACEOF
7993 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7994 _ACEOF
7996 XLIB="-lXext $XLIB"
7999 for ac_header in X11/Xlib.h \
8000 X11/XKBlib.h \
8001 X11/Xutil.h \
8002 X11/Xcursor/Xcursor.h \
8003 X11/extensions/shape.h \
8004 X11/extensions/XInput.h \
8005 X11/extensions/XShm.h \
8006 X11/extensions/Xcomposite.h \
8007 X11/extensions/Xinerama.h \
8008 X11/extensions/Xrandr.h \
8009 X11/extensions/Xrender.h \
8010 X11/extensions/xf86vmode.h \
8011 X11/extensions/xf86vmproto.h
8012 do :
8013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8014 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8015 # include <X11/Xlib.h>
8016 #endif
8017 #ifdef HAVE_X11_XUTIL_H
8018 # include <X11/Xutil.h>
8019 #endif
8021 eval as_val=\$$as_ac_Header
8022 if test "x$as_val" = x""yes; then :
8023 cat >>confdefs.h <<_ACEOF
8024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8025 _ACEOF
8029 done
8032 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8033 then
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8035 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8036 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8037 $as_echo_n "(cached) " >&6
8038 else
8039 ac_check_lib_save_LIBS=$LIBS
8040 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8042 /* end confdefs.h. */
8044 /* Override any GCC internal prototype to avoid an error.
8045 Use char because int might match the return type of a GCC
8046 builtin and then its argument prototype would still apply. */
8047 #ifdef __cplusplus
8048 extern "C"
8049 #endif
8050 char XkbQueryExtension ();
8052 main ()
8054 return XkbQueryExtension ();
8056 return 0;
8058 _ACEOF
8059 if ac_fn_c_try_link "$LINENO"; then :
8060 ac_cv_lib_X11_XkbQueryExtension=yes
8061 else
8062 ac_cv_lib_X11_XkbQueryExtension=no
8064 rm -f core conftest.err conftest.$ac_objext \
8065 conftest$ac_exeext conftest.$ac_ext
8066 LIBS=$ac_check_lib_save_LIBS
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8069 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8070 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8072 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8078 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8079 then
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8081 $as_echo_n "checking for -lXcursor... " >&6; }
8082 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8083 $as_echo_n "(cached) " >&6
8084 else
8085 ac_check_soname_save_LIBS=$LIBS
8086 LIBS="-lXcursor $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 XcursorImageLoadCursor ();
8098 main ()
8100 return XcursorImageLoadCursor ();
8102 return 0;
8104 _ACEOF
8105 if ac_fn_c_try_link "$LINENO"; then :
8106 case "$LIBEXT" in
8107 dll) ;;
8108 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'` ;;
8109 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8110 esac
8112 rm -f core conftest.err conftest.$ac_objext \
8113 conftest$ac_exeext conftest.$ac_ext
8114 LIBS=$ac_check_soname_save_LIBS
8116 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8118 $as_echo "not found" >&6; }
8120 else
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8122 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8124 cat >>confdefs.h <<_ACEOF
8125 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8126 _ACEOF
8131 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8132 case "x$with_xcursor" in
8133 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8134 xno) ;;
8135 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8136 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8137 esac
8140 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8141 then
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8143 $as_echo_n "checking for -lXi... " >&6; }
8144 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8145 $as_echo_n "(cached) " >&6
8146 else
8147 ac_check_soname_save_LIBS=$LIBS
8148 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8150 /* end confdefs.h. */
8152 /* Override any GCC internal prototype to avoid an error.
8153 Use char because int might match the return type of a GCC
8154 builtin and then its argument prototype would still apply. */
8155 #ifdef __cplusplus
8156 extern "C"
8157 #endif
8158 char XOpenDevice ();
8160 main ()
8162 return XOpenDevice ();
8164 return 0;
8166 _ACEOF
8167 if ac_fn_c_try_link "$LINENO"; then :
8168 case "$LIBEXT" in
8169 dll) ;;
8170 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'` ;;
8171 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8172 esac
8174 rm -f core conftest.err conftest.$ac_objext \
8175 conftest$ac_exeext conftest.$ac_ext
8176 LIBS=$ac_check_soname_save_LIBS
8178 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8180 $as_echo "not found" >&6; }
8182 else
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8184 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8186 cat >>confdefs.h <<_ACEOF
8187 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8188 _ACEOF
8193 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8194 case "x$with_xinput" in
8195 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8196 xno) ;;
8197 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8198 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8199 esac
8202 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8203 then
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8205 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8206 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8207 $as_echo_n "(cached) " >&6
8208 else
8209 ac_check_lib_save_LIBS=$LIBS
8210 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8212 /* end confdefs.h. */
8214 /* Override any GCC internal prototype to avoid an error.
8215 Use char because int might match the return type of a GCC
8216 builtin and then its argument prototype would still apply. */
8217 #ifdef __cplusplus
8218 extern "C"
8219 #endif
8220 char XShmQueryExtension ();
8222 main ()
8224 return XShmQueryExtension ();
8226 return 0;
8228 _ACEOF
8229 if ac_fn_c_try_link "$LINENO"; then :
8230 ac_cv_lib_Xext_XShmQueryExtension=yes
8231 else
8232 ac_cv_lib_Xext_XShmQueryExtension=no
8234 rm -f core conftest.err conftest.$ac_objext \
8235 conftest$ac_exeext conftest.$ac_ext
8236 LIBS=$ac_check_lib_save_LIBS
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8239 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8240 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8242 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8247 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8248 case "x$with_xshm" in
8249 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8250 xno) ;;
8251 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8252 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8253 esac
8256 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8257 then
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8259 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8260 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8261 $as_echo_n "(cached) " >&6
8262 else
8263 ac_check_lib_save_LIBS=$LIBS
8264 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8266 /* end confdefs.h. */
8268 /* Override any GCC internal prototype to avoid an error.
8269 Use char because int might match the return type of a GCC
8270 builtin and then its argument prototype would still apply. */
8271 #ifdef __cplusplus
8272 extern "C"
8273 #endif
8274 char XShapeQueryExtension ();
8276 main ()
8278 return XShapeQueryExtension ();
8280 return 0;
8282 _ACEOF
8283 if ac_fn_c_try_link "$LINENO"; then :
8284 ac_cv_lib_Xext_XShapeQueryExtension=yes
8285 else
8286 ac_cv_lib_Xext_XShapeQueryExtension=no
8288 rm -f core conftest.err conftest.$ac_objext \
8289 conftest$ac_exeext conftest.$ac_ext
8290 LIBS=$ac_check_lib_save_LIBS
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8293 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8294 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8296 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8301 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8302 case "x$with_xshape" in
8303 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8304 xno) ;;
8305 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8306 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8307 esac
8310 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8311 then
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8313 $as_echo_n "checking for -lXxf86vm... " >&6; }
8314 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8315 $as_echo_n "(cached) " >&6
8316 else
8317 ac_check_soname_save_LIBS=$LIBS
8318 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8320 /* end confdefs.h. */
8322 /* Override any GCC internal prototype to avoid an error.
8323 Use char because int might match the return type of a GCC
8324 builtin and then its argument prototype would still apply. */
8325 #ifdef __cplusplus
8326 extern "C"
8327 #endif
8328 char XF86VidModeQueryExtension ();
8330 main ()
8332 return XF86VidModeQueryExtension ();
8334 return 0;
8336 _ACEOF
8337 if ac_fn_c_try_link "$LINENO"; then :
8338 case "$LIBEXT" in
8339 dll) ;;
8340 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'` ;;
8341 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8342 esac
8344 rm -f core conftest.err conftest.$ac_objext \
8345 conftest$ac_exeext conftest.$ac_ext
8346 LIBS=$ac_check_soname_save_LIBS
8348 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8350 $as_echo "not found" >&6; }
8352 else
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8354 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8356 cat >>confdefs.h <<_ACEOF
8357 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8358 _ACEOF
8363 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8364 case "x$with_xxf86vm" in
8365 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8366 xno) ;;
8367 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8368 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8369 esac
8372 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"
8373 then
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8375 $as_echo_n "checking for -lXrender... " >&6; }
8376 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8377 $as_echo_n "(cached) " >&6
8378 else
8379 ac_check_soname_save_LIBS=$LIBS
8380 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8382 /* end confdefs.h. */
8384 /* Override any GCC internal prototype to avoid an error.
8385 Use char because int might match the return type of a GCC
8386 builtin and then its argument prototype would still apply. */
8387 #ifdef __cplusplus
8388 extern "C"
8389 #endif
8390 char XRenderQueryExtension ();
8392 main ()
8394 return XRenderQueryExtension ();
8396 return 0;
8398 _ACEOF
8399 if ac_fn_c_try_link "$LINENO"; then :
8400 case "$LIBEXT" in
8401 dll) ;;
8402 dylib) ac_cv_lib_soname_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'` ;;
8403 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8404 esac
8406 rm -f core conftest.err conftest.$ac_objext \
8407 conftest$ac_exeext conftest.$ac_ext
8408 LIBS=$ac_check_soname_save_LIBS
8410 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8412 $as_echo "not found" >&6; }
8414 else
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8416 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8418 cat >>confdefs.h <<_ACEOF
8419 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8420 _ACEOF
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8423 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8424 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8425 $as_echo_n "(cached) " >&6
8426 else
8427 ac_check_lib_save_LIBS=$LIBS
8428 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8430 /* end confdefs.h. */
8432 /* Override any GCC internal prototype to avoid an error.
8433 Use char because int might match the return type of a GCC
8434 builtin and then its argument prototype would still apply. */
8435 #ifdef __cplusplus
8436 extern "C"
8437 #endif
8438 char XRenderSetPictureTransform ();
8440 main ()
8442 return XRenderSetPictureTransform ();
8444 return 0;
8446 _ACEOF
8447 if ac_fn_c_try_link "$LINENO"; then :
8448 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8449 else
8450 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8452 rm -f core conftest.err conftest.$ac_objext \
8453 conftest$ac_exeext conftest.$ac_ext
8454 LIBS=$ac_check_lib_save_LIBS
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8457 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8458 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8460 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8467 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8468 case "x$with_xrender" in
8469 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8470 xno) ;;
8471 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8472 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8473 esac
8476 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8477 then
8478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8479 /* end confdefs.h. */
8480 #include <X11/Xlib.h>
8481 #include <X11/extensions/Xrandr.h>
8483 main ()
8485 static typeof(XRRSetScreenConfigAndRate) * func;
8487 return 0;
8489 _ACEOF
8490 if ac_fn_c_try_compile "$LINENO"; then :
8491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8492 $as_echo_n "checking for -lXrandr... " >&6; }
8493 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8494 $as_echo_n "(cached) " >&6
8495 else
8496 ac_check_soname_save_LIBS=$LIBS
8497 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8499 /* end confdefs.h. */
8501 /* Override any GCC internal prototype to avoid an error.
8502 Use char because int might match the return type of a GCC
8503 builtin and then its argument prototype would still apply. */
8504 #ifdef __cplusplus
8505 extern "C"
8506 #endif
8507 char XRRQueryExtension ();
8509 main ()
8511 return XRRQueryExtension ();
8513 return 0;
8515 _ACEOF
8516 if ac_fn_c_try_link "$LINENO"; then :
8517 case "$LIBEXT" in
8518 dll) ;;
8519 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'` ;;
8520 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8521 esac
8523 rm -f core conftest.err conftest.$ac_objext \
8524 conftest$ac_exeext conftest.$ac_ext
8525 LIBS=$ac_check_soname_save_LIBS
8527 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8529 $as_echo "not found" >&6; }
8531 else
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8533 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8535 cat >>confdefs.h <<_ACEOF
8536 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8537 _ACEOF
8542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8544 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8545 case "x$with_xrandr" in
8546 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8547 xno) ;;
8548 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8549 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8550 esac
8553 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8554 then
8555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8556 /* end confdefs.h. */
8557 #include <X11/Xlib.h>
8558 #include <X11/extensions/Xinerama.h>
8560 main ()
8562 static typeof(XineramaQueryScreens) * func;
8564 return 0;
8566 _ACEOF
8567 if ac_fn_c_try_compile "$LINENO"; then :
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8569 $as_echo_n "checking for -lXinerama... " >&6; }
8570 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8571 $as_echo_n "(cached) " >&6
8572 else
8573 ac_check_soname_save_LIBS=$LIBS
8574 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8576 /* end confdefs.h. */
8578 /* Override any GCC internal prototype to avoid an error.
8579 Use char because int might match the return type of a GCC
8580 builtin and then its argument prototype would still apply. */
8581 #ifdef __cplusplus
8582 extern "C"
8583 #endif
8584 char XineramaQueryScreens ();
8586 main ()
8588 return XineramaQueryScreens ();
8590 return 0;
8592 _ACEOF
8593 if ac_fn_c_try_link "$LINENO"; then :
8594 case "$LIBEXT" in
8595 dll) ;;
8596 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'` ;;
8597 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8598 esac
8600 rm -f core conftest.err conftest.$ac_objext \
8601 conftest$ac_exeext conftest.$ac_ext
8602 LIBS=$ac_check_soname_save_LIBS
8604 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8606 $as_echo "not found" >&6; }
8608 else
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8610 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8612 cat >>confdefs.h <<_ACEOF
8613 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8614 _ACEOF
8619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8621 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8622 case "x$with_xinerama" in
8623 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8624 xno) ;;
8625 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8626 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8627 esac
8630 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8631 then
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8633 $as_echo_n "checking for -lXcomposite... " >&6; }
8634 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8635 $as_echo_n "(cached) " >&6
8636 else
8637 ac_check_soname_save_LIBS=$LIBS
8638 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8640 /* end confdefs.h. */
8642 /* Override any GCC internal prototype to avoid an error.
8643 Use char because int might match the return type of a GCC
8644 builtin and then its argument prototype would still apply. */
8645 #ifdef __cplusplus
8646 extern "C"
8647 #endif
8648 char XCompositeRedirectWindow ();
8650 main ()
8652 return XCompositeRedirectWindow ();
8654 return 0;
8656 _ACEOF
8657 if ac_fn_c_try_link "$LINENO"; then :
8658 case "$LIBEXT" in
8659 dll) ;;
8660 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'` ;;
8661 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8662 esac
8664 rm -f core conftest.err conftest.$ac_objext \
8665 conftest$ac_exeext conftest.$ac_ext
8666 LIBS=$ac_check_soname_save_LIBS
8668 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8670 $as_echo "not found" >&6; }
8672 else
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8674 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8676 cat >>confdefs.h <<_ACEOF
8677 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8678 _ACEOF
8683 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8684 case "x$with_xcomposite" in
8685 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8686 xno) ;;
8687 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8688 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8689 esac
8692 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8693 #include <X11/Xlib.h>
8694 #endif
8696 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8698 cat >>confdefs.h <<_ACEOF
8699 #define HAVE_XICCALLBACK_CALLBACK 1
8700 _ACEOF
8707 opengl_msg=""
8708 if test "x$with_opengl" != "xno"
8709 then
8710 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8711 do :
8712 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8713 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8714 # include <GL/glx.h>
8715 #endif
8717 eval as_val=\$$as_ac_Header
8718 if test "x$as_val" = x""yes; then :
8719 cat >>confdefs.h <<_ACEOF
8720 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8721 _ACEOF
8725 done
8727 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8728 then
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8730 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8731 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8732 $as_echo_n "(cached) " >&6
8733 else
8734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8735 /* end confdefs.h. */
8736 #include <GL/gl.h>
8738 main ()
8740 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8742 return 0;
8744 _ACEOF
8745 if ac_fn_c_try_compile "$LINENO"; then :
8746 wine_cv_opengl_header_version_OK="yes"
8747 else
8748 wine_cv_opengl_header_version_OK="no"
8750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8753 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8755 if test "$wine_cv_opengl_header_version_OK" = "yes"
8756 then
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8758 $as_echo_n "checking for -lGL... " >&6; }
8759 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8760 $as_echo_n "(cached) " >&6
8761 else
8762 ac_check_soname_save_LIBS=$LIBS
8763 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8765 /* end confdefs.h. */
8767 /* Override any GCC internal prototype to avoid an error.
8768 Use char because int might match the return type of a GCC
8769 builtin and then its argument prototype would still apply. */
8770 #ifdef __cplusplus
8771 extern "C"
8772 #endif
8773 char glXCreateContext ();
8775 main ()
8777 return glXCreateContext ();
8779 return 0;
8781 _ACEOF
8782 if ac_fn_c_try_link "$LINENO"; then :
8783 case "$LIBEXT" in
8784 dll) ;;
8785 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'` ;;
8786 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8787 esac
8789 rm -f core conftest.err conftest.$ac_objext \
8790 conftest$ac_exeext conftest.$ac_ext
8791 LIBS=$ac_check_soname_save_LIBS
8793 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8795 $as_echo "not found" >&6; }
8796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8797 $as_echo_n "checking for -lGL... " >&6; }
8798 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8799 $as_echo_n "(cached) " >&6
8800 else
8801 ac_check_soname_save_LIBS=$LIBS
8802 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"
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 glXCreateContext ();
8814 main ()
8816 return glXCreateContext ();
8818 return 0;
8820 _ACEOF
8821 if ac_fn_c_try_link "$LINENO"; then :
8822 case "$LIBEXT" in
8823 dll) ;;
8824 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'` ;;
8825 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8826 esac
8828 rm -f core conftest.err conftest.$ac_objext \
8829 conftest$ac_exeext conftest.$ac_ext
8830 LIBS=$ac_check_soname_save_LIBS
8832 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8834 $as_echo "not found" >&6; }
8835 if test -f /usr/X11R6/lib/libGL.a
8836 then
8837 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8838 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8839 else
8840 opengl_msg="No OpenGL library found on this system."
8842 else
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8844 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8846 cat >>confdefs.h <<_ACEOF
8847 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8848 _ACEOF
8850 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"
8852 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8855 else
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8857 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8859 cat >>confdefs.h <<_ACEOF
8860 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8861 _ACEOF
8863 OPENGL_LIBS="-lGL"
8865 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8868 if test "$ac_cv_header_GL_glu_h" = "yes"
8869 then
8870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8871 $as_echo_n "checking for -lGLU... " >&6; }
8872 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8873 $as_echo_n "(cached) " >&6
8874 else
8875 ac_check_soname_save_LIBS=$LIBS
8876 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8878 /* end confdefs.h. */
8880 /* Override any GCC internal prototype to avoid an error.
8881 Use char because int might match the return type of a GCC
8882 builtin and then its argument prototype would still apply. */
8883 #ifdef __cplusplus
8884 extern "C"
8885 #endif
8886 char gluLookAt ();
8888 main ()
8890 return gluLookAt ();
8892 return 0;
8894 _ACEOF
8895 if ac_fn_c_try_link "$LINENO"; then :
8896 case "$LIBEXT" in
8897 dll) ;;
8898 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'` ;;
8899 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8900 esac
8902 rm -f core conftest.err conftest.$ac_objext \
8903 conftest$ac_exeext conftest.$ac_ext
8904 LIBS=$ac_check_soname_save_LIBS
8906 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8908 $as_echo "not found" >&6; }
8910 else
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8912 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8914 cat >>confdefs.h <<_ACEOF
8915 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8916 _ACEOF
8921 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8922 case "x$with_glu" in
8923 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8924 xno) ;;
8925 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8926 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8927 esac
8929 else
8930 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8932 else
8933 opengl_msg="OpenGL development headers not found."
8935 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8936 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8937 else
8938 enable_opengl32=${enable_opengl32:-no}
8939 enable_glu32=${enable_glu32:-no}
8941 if test -n "$opengl_msg"; then :
8942 case "x$with_opengl" in
8943 x) wine_warnings="$wine_warnings|$opengl_msg
8944 OpenGL and Direct3D won't be supported." ;;
8945 xno) ;;
8946 *) as_fn_error "$opengl_msg
8947 OpenGL and Direct3D won't be supported.
8948 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8949 esac
8952 NASLIBS=""
8954 for ac_header in audio/audiolib.h
8955 do :
8956 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8957 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8958 cat >>confdefs.h <<_ACEOF
8959 #define HAVE_AUDIO_AUDIOLIB_H 1
8960 _ACEOF
8961 for ac_header in audio/soundlib.h
8962 do :
8963 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8965 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8966 cat >>confdefs.h <<_ACEOF
8967 #define HAVE_AUDIO_SOUNDLIB_H 1
8968 _ACEOF
8972 done
8974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8975 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8976 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8977 $as_echo_n "(cached) " >&6
8978 else
8979 ac_check_lib_save_LIBS=$LIBS
8980 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8982 /* end confdefs.h. */
8984 /* Override any GCC internal prototype to avoid an error.
8985 Use char because int might match the return type of a GCC
8986 builtin and then its argument prototype would still apply. */
8987 #ifdef __cplusplus
8988 extern "C"
8989 #endif
8990 char AuCreateFlow ();
8992 main ()
8994 return AuCreateFlow ();
8996 return 0;
8998 _ACEOF
8999 if ac_fn_c_try_link "$LINENO"; then :
9000 ac_cv_lib_audio_AuCreateFlow=yes
9001 else
9002 ac_cv_lib_audio_AuCreateFlow=no
9004 rm -f core conftest.err conftest.$ac_objext \
9005 conftest$ac_exeext conftest.$ac_ext
9006 LIBS=$ac_check_lib_save_LIBS
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9009 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9010 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9012 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9015 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9016 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9017 $as_echo_n "(cached) " >&6
9018 else
9019 ac_check_lib_save_LIBS=$LIBS
9020 LIBS="-lXau $X_LIBS $LIBS"
9021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9022 /* end confdefs.h. */
9024 /* Override any GCC internal prototype to avoid an error.
9025 Use char because int might match the return type of a GCC
9026 builtin and then its argument prototype would still apply. */
9027 #ifdef __cplusplus
9028 extern "C"
9029 #endif
9030 char XauGetBestAuthByAddr ();
9032 main ()
9034 return XauGetBestAuthByAddr ();
9036 return 0;
9038 _ACEOF
9039 if ac_fn_c_try_link "$LINENO"; then :
9040 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9041 else
9042 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9044 rm -f core conftest.err conftest.$ac_objext \
9045 conftest$ac_exeext conftest.$ac_ext
9046 LIBS=$ac_check_lib_save_LIBS
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9049 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9050 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9051 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9052 else
9053 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9061 done
9064 CPPFLAGS="$ac_save_CPPFLAGS"
9065 else
9066 XLIB=""
9067 X_CFLAGS=""
9068 X_LIBS=""
9069 enable_winex11_drv=${enable_winex11_drv:-no}
9070 enable_opengl32=${enable_opengl32:-no}
9071 enable_glu32=${enable_glu32:-no}
9073 if test "x$XLIB" = "x"; then :
9074 case "x$with_x" in
9075 xno) ;;
9076 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
9077 without X support, which probably isn't what you want. You will need to install
9078 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9079 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9080 esac
9084 XML2LIBS=""
9086 XML2INCL=""
9088 XSLTINCL=""
9090 if test "x$with_xml" != "xno"
9091 then
9092 ac_save_CPPFLAGS="$CPPFLAGS"
9093 if test "$PKG_CONFIG" != "false"
9094 then
9095 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9096 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9097 else
9098 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9099 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9101 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9102 for ac_header in libxml/parser.h
9103 do :
9104 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9105 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9106 cat >>confdefs.h <<_ACEOF
9107 #define HAVE_LIBXML_PARSER_H 1
9108 _ACEOF
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9110 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9111 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9112 $as_echo_n "(cached) " >&6
9113 else
9114 ac_check_lib_save_LIBS=$LIBS
9115 LIBS="-lxml2 $ac_xml_libs $LIBS"
9116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9117 /* end confdefs.h. */
9119 /* Override any GCC internal prototype to avoid an error.
9120 Use char because int might match the return type of a GCC
9121 builtin and then its argument prototype would still apply. */
9122 #ifdef __cplusplus
9123 extern "C"
9124 #endif
9125 char xmlParseMemory ();
9127 main ()
9129 return xmlParseMemory ();
9131 return 0;
9133 _ACEOF
9134 if ac_fn_c_try_link "$LINENO"; then :
9135 ac_cv_lib_xml2_xmlParseMemory=yes
9136 else
9137 ac_cv_lib_xml2_xmlParseMemory=no
9139 rm -f core conftest.err conftest.$ac_objext \
9140 conftest$ac_exeext conftest.$ac_ext
9141 LIBS=$ac_check_lib_save_LIBS
9143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9144 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9145 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9147 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9149 XML2LIBS="$ac_xml_libs"
9150 XML2INCL="$ac_xml_cflags"
9153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9154 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9155 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9156 $as_echo_n "(cached) " >&6
9157 else
9158 ac_check_lib_save_LIBS=$LIBS
9159 LIBS="-lxml2 $ac_xml_libs $LIBS"
9160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9161 /* end confdefs.h. */
9163 /* Override any GCC internal prototype to avoid an error.
9164 Use char because int might match the return type of a GCC
9165 builtin and then its argument prototype would still apply. */
9166 #ifdef __cplusplus
9167 extern "C"
9168 #endif
9169 char xmlReadMemory ();
9171 main ()
9173 return xmlReadMemory ();
9175 return 0;
9177 _ACEOF
9178 if ac_fn_c_try_link "$LINENO"; then :
9179 ac_cv_lib_xml2_xmlReadMemory=yes
9180 else
9181 ac_cv_lib_xml2_xmlReadMemory=no
9183 rm -f core conftest.err conftest.$ac_objext \
9184 conftest$ac_exeext conftest.$ac_ext
9185 LIBS=$ac_check_lib_save_LIBS
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9188 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9189 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9191 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9196 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9197 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9198 $as_echo_n "(cached) " >&6
9199 else
9200 ac_check_lib_save_LIBS=$LIBS
9201 LIBS="-lxml2 $ac_xml_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 xmlNewDocPI ();
9213 main ()
9215 return xmlNewDocPI ();
9217 return 0;
9219 _ACEOF
9220 if ac_fn_c_try_link "$LINENO"; then :
9221 ac_cv_lib_xml2_xmlNewDocPI=yes
9222 else
9223 ac_cv_lib_xml2_xmlNewDocPI=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_xml2_xmlNewDocPI" >&5
9230 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9231 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9233 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9240 done
9242 CPPFLAGS="$ac_save_CPPFLAGS"
9244 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9245 case "x$with_xml" in
9246 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9247 xno) ;;
9248 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9249 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9250 esac
9253 if test "x$with_xslt" != "xno"
9254 then
9255 if test "$PKG_CONFIG" != "false"
9256 then
9257 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9258 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9259 else
9260 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9261 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9263 ac_save_CPPFLAGS="$CPPFLAGS"
9264 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9265 for ac_header in libxslt/pattern.h libxslt/transform.h
9266 do :
9267 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9268 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9269 # include <libxslt/pattern.h>
9270 #endif
9272 eval as_val=\$$as_ac_Header
9273 if test "x$as_val" = x""yes; then :
9274 cat >>confdefs.h <<_ACEOF
9275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9276 _ACEOF
9280 done
9282 CPPFLAGS="$ac_save_CPPFLAGS"
9283 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9284 then
9285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9286 $as_echo_n "checking for -lxslt... " >&6; }
9287 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9288 $as_echo_n "(cached) " >&6
9289 else
9290 ac_check_soname_save_LIBS=$LIBS
9291 LIBS="-lxslt $ac_xslt_libs $LIBS"
9292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9293 /* end confdefs.h. */
9295 /* Override any GCC internal prototype to avoid an error.
9296 Use char because int might match the return type of a GCC
9297 builtin and then its argument prototype would still apply. */
9298 #ifdef __cplusplus
9299 extern "C"
9300 #endif
9301 char xsltCompilePattern ();
9303 main ()
9305 return xsltCompilePattern ();
9307 return 0;
9309 _ACEOF
9310 if ac_fn_c_try_link "$LINENO"; then :
9311 case "$LIBEXT" in
9312 dll) ;;
9313 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'` ;;
9314 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9315 esac
9317 rm -f core conftest.err conftest.$ac_objext \
9318 conftest$ac_exeext conftest.$ac_ext
9319 LIBS=$ac_check_soname_save_LIBS
9321 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9323 $as_echo "not found" >&6; }
9325 else
9326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9327 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9329 cat >>confdefs.h <<_ACEOF
9330 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9331 _ACEOF
9333 XSLTINCL="$ac_xslt_cflags"
9337 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9338 case "x$with_xslt" in
9339 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9340 xno) ;;
9341 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9342 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9343 esac
9346 HALINCL=""
9348 if test "x$with_hal" != "xno"
9349 then
9350 ac_save_CPPFLAGS="$CPPFLAGS"
9351 if test "$PKG_CONFIG" != "false"
9352 then
9353 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9354 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9355 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9357 for ac_header in dbus/dbus.h hal/libhal.h
9358 do :
9359 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9360 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9361 eval as_val=\$$as_ac_Header
9362 if test "x$as_val" = x""yes; then :
9363 cat >>confdefs.h <<_ACEOF
9364 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9365 _ACEOF
9369 done
9371 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9372 then
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9374 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9375 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9376 $as_echo_n "(cached) " >&6
9377 else
9378 ac_check_lib_save_LIBS=$LIBS
9379 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9381 /* end confdefs.h. */
9383 /* Override any GCC internal prototype to avoid an error.
9384 Use char because int might match the return type of a GCC
9385 builtin and then its argument prototype would still apply. */
9386 #ifdef __cplusplus
9387 extern "C"
9388 #endif
9389 char dbus_connection_close ();
9391 main ()
9393 return dbus_connection_close ();
9395 return 0;
9397 _ACEOF
9398 if ac_fn_c_try_link "$LINENO"; then :
9399 ac_cv_lib_dbus_1_dbus_connection_close=yes
9400 else
9401 ac_cv_lib_dbus_1_dbus_connection_close=no
9403 rm -f core conftest.err conftest.$ac_objext \
9404 conftest$ac_exeext conftest.$ac_ext
9405 LIBS=$ac_check_lib_save_LIBS
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9408 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9409 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9411 $as_echo_n "checking for -lhal... " >&6; }
9412 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9413 $as_echo_n "(cached) " >&6
9414 else
9415 ac_check_soname_save_LIBS=$LIBS
9416 LIBS="-lhal $ac_hal_libs $LIBS"
9417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9418 /* end confdefs.h. */
9420 /* Override any GCC internal prototype to avoid an error.
9421 Use char because int might match the return type of a GCC
9422 builtin and then its argument prototype would still apply. */
9423 #ifdef __cplusplus
9424 extern "C"
9425 #endif
9426 char libhal_ctx_new ();
9428 main ()
9430 return libhal_ctx_new ();
9432 return 0;
9434 _ACEOF
9435 if ac_fn_c_try_link "$LINENO"; then :
9436 case "$LIBEXT" in
9437 dll) ;;
9438 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'` ;;
9439 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9440 esac
9442 rm -f core conftest.err conftest.$ac_objext \
9443 conftest$ac_exeext conftest.$ac_ext
9444 LIBS=$ac_check_soname_save_LIBS
9446 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9448 $as_echo "not found" >&6; }
9450 else
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9452 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9454 cat >>confdefs.h <<_ACEOF
9455 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9456 _ACEOF
9458 HALINCL="$ac_hal_cflags"
9463 CPPFLAGS="$ac_save_CPPFLAGS"
9465 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9466 case "x$with_hal" in
9467 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9468 xno) ;;
9469 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9470 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9471 esac
9474 if test "x$with_gnutls" != "xno"
9475 then
9476 ac_save_CPPFLAGS="$CPPFLAGS"
9477 if test "$PKG_CONFIG" != "false"
9478 then
9479 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9480 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9481 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9483 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9484 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9486 /* end confdefs.h. */
9487 #include <gnutls/gnutls.h>
9489 main ()
9491 typeof(gnutls_mac_get_key_size) *pfunc;
9493 return 0;
9495 _ACEOF
9496 if ac_fn_c_try_compile "$LINENO"; then :
9497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9498 $as_echo_n "checking for -lgnutls... " >&6; }
9499 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9500 $as_echo_n "(cached) " >&6
9501 else
9502 ac_check_soname_save_LIBS=$LIBS
9503 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9505 /* end confdefs.h. */
9507 /* Override any GCC internal prototype to avoid an error.
9508 Use char because int might match the return type of a GCC
9509 builtin and then its argument prototype would still apply. */
9510 #ifdef __cplusplus
9511 extern "C"
9512 #endif
9513 char gnutls_global_init ();
9515 main ()
9517 return gnutls_global_init ();
9519 return 0;
9521 _ACEOF
9522 if ac_fn_c_try_link "$LINENO"; then :
9523 case "$LIBEXT" in
9524 dll) ;;
9525 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'` ;;
9526 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9527 esac
9529 rm -f core conftest.err conftest.$ac_objext \
9530 conftest$ac_exeext conftest.$ac_ext
9531 LIBS=$ac_check_soname_save_LIBS
9533 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9535 $as_echo "not found" >&6; }
9537 else
9538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9539 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9541 cat >>confdefs.h <<_ACEOF
9542 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9543 _ACEOF
9545 GNUTLSINCL="$ac_gnutls_cflags"
9549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9553 CPPFLAGS="$ac_save_CPPFLAGS"
9555 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9556 case "x$with_gnutls" in
9557 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9558 xno) ;;
9559 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9560 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9561 esac
9564 CURSESLIBS=""
9565 if test "$ac_cv_header_ncurses_h" = "yes"
9566 then
9567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9568 $as_echo_n "checking for -lncurses... " >&6; }
9569 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9570 $as_echo_n "(cached) " >&6
9571 else
9572 ac_check_soname_save_LIBS=$LIBS
9573 LIBS="-lncurses $LIBS"
9574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9575 /* end confdefs.h. */
9577 /* Override any GCC internal prototype to avoid an error.
9578 Use char because int might match the return type of a GCC
9579 builtin and then its argument prototype would still apply. */
9580 #ifdef __cplusplus
9581 extern "C"
9582 #endif
9583 char waddch ();
9585 main ()
9587 return waddch ();
9589 return 0;
9591 _ACEOF
9592 if ac_fn_c_try_link "$LINENO"; then :
9593 case "$LIBEXT" in
9594 dll) ;;
9595 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'` ;;
9596 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9597 esac
9599 rm -f core conftest.err conftest.$ac_objext \
9600 conftest$ac_exeext conftest.$ac_ext
9601 LIBS=$ac_check_soname_save_LIBS
9603 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9605 $as_echo "not found" >&6; }
9607 else
9608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9609 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9611 cat >>confdefs.h <<_ACEOF
9612 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9613 _ACEOF
9615 CURSESLIBS="-lncurses"
9617 elif test "$ac_cv_header_curses_h" = "yes"
9618 then
9619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9620 $as_echo_n "checking for -lcurses... " >&6; }
9621 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9622 $as_echo_n "(cached) " >&6
9623 else
9624 ac_check_soname_save_LIBS=$LIBS
9625 LIBS="-lcurses $LIBS"
9626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9627 /* end confdefs.h. */
9629 /* Override any GCC internal prototype to avoid an error.
9630 Use char because int might match the return type of a GCC
9631 builtin and then its argument prototype would still apply. */
9632 #ifdef __cplusplus
9633 extern "C"
9634 #endif
9635 char waddch ();
9637 main ()
9639 return waddch ();
9641 return 0;
9643 _ACEOF
9644 if ac_fn_c_try_link "$LINENO"; then :
9645 case "$LIBEXT" in
9646 dll) ;;
9647 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'` ;;
9648 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9649 esac
9651 rm -f core conftest.err conftest.$ac_objext \
9652 conftest$ac_exeext conftest.$ac_ext
9653 LIBS=$ac_check_soname_save_LIBS
9655 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9657 $as_echo "not found" >&6; }
9659 else
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9661 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9663 cat >>confdefs.h <<_ACEOF
9664 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9665 _ACEOF
9667 CURSESLIBS="-lcurses"
9670 ac_save_LIBS="$LIBS"
9671 LIBS="$LIBS $CURSESLIBS"
9672 for ac_func in mousemask
9673 do :
9674 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9675 if test "x$ac_cv_func_mousemask" = x""yes; then :
9676 cat >>confdefs.h <<_ACEOF
9677 #define HAVE_MOUSEMASK 1
9678 _ACEOF
9681 done
9683 LIBS="$ac_save_LIBS"
9684 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9685 case "x$with_curses" in
9686 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9687 xno) ;;
9688 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9689 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9690 esac
9693 if test "x$with_sane" != "xno"
9694 then
9695 ac_save_CPPFLAGS="$CPPFLAGS"
9696 # Extract the first word of "sane-config", so it can be a program name with args.
9697 set dummy sane-config; ac_word=$2
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9699 $as_echo_n "checking for $ac_word... " >&6; }
9700 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9701 $as_echo_n "(cached) " >&6
9702 else
9703 if test -n "$sane_devel"; then
9704 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9705 else
9706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9707 for as_dir in $PATH
9709 IFS=$as_save_IFS
9710 test -z "$as_dir" && as_dir=.
9711 for ac_exec_ext in '' $ac_executable_extensions; do
9712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9713 ac_cv_prog_sane_devel="sane-config"
9714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9715 break 2
9717 done
9718 done
9719 IFS=$as_save_IFS
9721 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9724 sane_devel=$ac_cv_prog_sane_devel
9725 if test -n "$sane_devel"; then
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9727 $as_echo "$sane_devel" >&6; }
9728 else
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9730 $as_echo "no" >&6; }
9734 if test "$sane_devel" != "no"
9735 then
9736 ac_sane_incl="`$sane_devel --cflags`"
9737 ac_sane_libs="`$sane_devel --ldflags`"
9738 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9740 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9741 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9743 $as_echo_n "checking for -lsane... " >&6; }
9744 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9745 $as_echo_n "(cached) " >&6
9746 else
9747 ac_check_soname_save_LIBS=$LIBS
9748 LIBS="-lsane $ac_sane_libs $LIBS"
9749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9750 /* end confdefs.h. */
9752 /* Override any GCC internal prototype to avoid an error.
9753 Use char because int might match the return type of a GCC
9754 builtin and then its argument prototype would still apply. */
9755 #ifdef __cplusplus
9756 extern "C"
9757 #endif
9758 char sane_init ();
9760 main ()
9762 return sane_init ();
9764 return 0;
9766 _ACEOF
9767 if ac_fn_c_try_link "$LINENO"; then :
9768 case "$LIBEXT" in
9769 dll) ;;
9770 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'` ;;
9771 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9772 esac
9774 rm -f core conftest.err conftest.$ac_objext \
9775 conftest$ac_exeext conftest.$ac_ext
9776 LIBS=$ac_check_soname_save_LIBS
9778 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9780 $as_echo "not found" >&6; }
9782 else
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9784 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9786 cat >>confdefs.h <<_ACEOF
9787 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9788 _ACEOF
9790 SANEINCL="$ac_sane_incl"
9796 CPPFLAGS="$ac_save_CPPFLAGS"
9798 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9799 case "x$with_sane" in
9800 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9801 xno) ;;
9802 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9803 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9804 esac
9807 if test "x$with_gphoto" != "xno"
9808 then
9809 ac_save_CPPFLAGS="$CPPFLAGS"
9810 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9811 set dummy gphoto2-config; ac_word=$2
9812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9813 $as_echo_n "checking for $ac_word... " >&6; }
9814 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9815 $as_echo_n "(cached) " >&6
9816 else
9817 if test -n "$gphoto2_devel"; then
9818 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9819 else
9820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9821 for as_dir in $PATH
9823 IFS=$as_save_IFS
9824 test -z "$as_dir" && as_dir=.
9825 for ac_exec_ext in '' $ac_executable_extensions; do
9826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9827 ac_cv_prog_gphoto2_devel="gphoto2-config"
9828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9829 break 2
9831 done
9832 done
9833 IFS=$as_save_IFS
9835 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9838 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9839 if test -n "$gphoto2_devel"; then
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9841 $as_echo "$gphoto2_devel" >&6; }
9842 else
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9844 $as_echo "no" >&6; }
9848 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9849 set dummy gphoto2-port-config; ac_word=$2
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9851 $as_echo_n "checking for $ac_word... " >&6; }
9852 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9853 $as_echo_n "(cached) " >&6
9854 else
9855 if test -n "$gphoto2port_devel"; then
9856 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9857 else
9858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9859 for as_dir in $PATH
9861 IFS=$as_save_IFS
9862 test -z "$as_dir" && as_dir=.
9863 for ac_exec_ext in '' $ac_executable_extensions; do
9864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9865 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9867 break 2
9869 done
9870 done
9871 IFS=$as_save_IFS
9873 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9876 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9877 if test -n "$gphoto2port_devel"; then
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9879 $as_echo "$gphoto2port_devel" >&6; }
9880 else
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9882 $as_echo "no" >&6; }
9886 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9887 then
9888 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9889 ac_gphoto2_libs=""
9890 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9892 case "$i" in
9893 -L/usr/lib|-L/usr/lib64) ;;
9894 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9895 esac
9896 done
9897 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9899 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9900 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9901 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9903 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9904 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9905 $as_echo_n "(cached) " >&6
9906 else
9907 ac_check_lib_save_LIBS=$LIBS
9908 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9910 /* end confdefs.h. */
9912 /* Override any GCC internal prototype to avoid an error.
9913 Use char because int might match the return type of a GCC
9914 builtin and then its argument prototype would still apply. */
9915 #ifdef __cplusplus
9916 extern "C"
9917 #endif
9918 char gp_camera_new ();
9920 main ()
9922 return gp_camera_new ();
9924 return 0;
9926 _ACEOF
9927 if ac_fn_c_try_link "$LINENO"; then :
9928 ac_cv_lib_gphoto2_gp_camera_new=yes
9929 else
9930 ac_cv_lib_gphoto2_gp_camera_new=no
9932 rm -f core conftest.err conftest.$ac_objext \
9933 conftest$ac_exeext conftest.$ac_ext
9934 LIBS=$ac_check_lib_save_LIBS
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9937 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9938 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9940 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9942 GPHOTO2LIBS="$ac_gphoto2_libs"
9944 GPHOTO2INCL="$ac_gphoto2_incl"
9951 CPPFLAGS="$ac_save_CPPFLAGS"
9953 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9954 case "x$with_gphoto" in
9955 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9956 xno) ;;
9957 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9958 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9959 esac
9963 RESOLVLIBS=""
9965 if test "$ac_cv_header_resolv_h" = "yes"
9966 then
9967 ac_save_LIBS="$LIBS"
9968 LIBS="$LIBS -lresolv"
9969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9970 /* end confdefs.h. */
9971 #ifdef HAVE_NETINET_IN_H
9972 #include <netinet/in.h>
9973 #endif
9974 #include <resolv.h>
9976 main ()
9978 res_init();
9980 return 0;
9982 _ACEOF
9983 if ac_fn_c_try_link "$LINENO"; then :
9985 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9987 RESOLVLIBS="-lresolv"
9989 rm -f core conftest.err conftest.$ac_objext \
9990 conftest$ac_exeext conftest.$ac_ext
9991 LIBS="$ac_save_LIBS"
9994 LCMSLIBS=""
9996 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9997 then
9998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9999 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10000 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10001 $as_echo_n "(cached) " >&6
10002 else
10003 ac_check_lib_save_LIBS=$LIBS
10004 LIBS="-llcms $LIBS"
10005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10006 /* end confdefs.h. */
10008 /* Override any GCC internal prototype to avoid an error.
10009 Use char because int might match the return type of a GCC
10010 builtin and then its argument prototype would still apply. */
10011 #ifdef __cplusplus
10012 extern "C"
10013 #endif
10014 char cmsOpenProfileFromFile ();
10016 main ()
10018 return cmsOpenProfileFromFile ();
10020 return 0;
10022 _ACEOF
10023 if ac_fn_c_try_link "$LINENO"; then :
10024 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10025 else
10026 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10028 rm -f core conftest.err conftest.$ac_objext \
10029 conftest$ac_exeext conftest.$ac_ext
10030 LIBS=$ac_check_lib_save_LIBS
10032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10033 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10034 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10036 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10038 LCMSLIBS="-llcms"
10042 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10043 case "x$with_cms" in
10044 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10045 xno) ;;
10046 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10047 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10048 esac
10051 if test "x$with_freetype" != "xno"
10052 then
10053 for ac_prog in freetype-config freetype2-config
10055 # Extract the first word of "$ac_prog", so it can be a program name with args.
10056 set dummy $ac_prog; ac_word=$2
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10058 $as_echo_n "checking for $ac_word... " >&6; }
10059 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10060 $as_echo_n "(cached) " >&6
10061 else
10062 if test -n "$ft_devel"; then
10063 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10064 else
10065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10066 for as_dir in $PATH
10068 IFS=$as_save_IFS
10069 test -z "$as_dir" && as_dir=.
10070 for ac_exec_ext in '' $ac_executable_extensions; do
10071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10072 ac_cv_prog_ft_devel="$ac_prog"
10073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10074 break 2
10076 done
10077 done
10078 IFS=$as_save_IFS
10082 ft_devel=$ac_cv_prog_ft_devel
10083 if test -n "$ft_devel"; then
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10085 $as_echo "$ft_devel" >&6; }
10086 else
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10088 $as_echo "no" >&6; }
10092 test -n "$ft_devel" && break
10093 done
10094 test -n "$ft_devel" || ft_devel="no"
10096 if test "$ft_devel" != "no"
10097 then
10098 ac_freetype_incl=`$ft_devel --cflags`
10099 ac_freetype_libs=`$ft_devel --libs`
10101 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10103 $as_echo_n "checking for -lfreetype... " >&6; }
10104 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10105 $as_echo_n "(cached) " >&6
10106 else
10107 ac_check_soname_save_LIBS=$LIBS
10108 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10110 /* end confdefs.h. */
10112 /* Override any GCC internal prototype to avoid an error.
10113 Use char because int might match the return type of a GCC
10114 builtin and then its argument prototype would still apply. */
10115 #ifdef __cplusplus
10116 extern "C"
10117 #endif
10118 char FT_Init_FreeType ();
10120 main ()
10122 return FT_Init_FreeType ();
10124 return 0;
10126 _ACEOF
10127 if ac_fn_c_try_link "$LINENO"; then :
10128 case "$LIBEXT" in
10129 dll) ;;
10130 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'` ;;
10131 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10132 esac
10134 rm -f core conftest.err conftest.$ac_objext \
10135 conftest$ac_exeext conftest.$ac_ext
10136 LIBS=$ac_check_soname_save_LIBS
10138 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10140 $as_echo "not found" >&6; }
10141 ft_lib=no
10142 else
10143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10144 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10146 cat >>confdefs.h <<_ACEOF
10147 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10148 _ACEOF
10150 ft_lib=yes
10152 if test "$ft_lib" = "yes"
10153 then
10154 ac_save_CPPFLAGS="$CPPFLAGS"
10155 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10156 for ac_header in ft2build.h \
10157 freetype/freetype.h \
10158 freetype/ftglyph.h \
10159 freetype/fttypes.h \
10160 freetype/tttables.h \
10161 freetype/ftsnames.h \
10162 freetype/ttnameid.h \
10163 freetype/ftoutln.h \
10164 freetype/ftwinfnt.h \
10165 freetype/ftmodapi.h \
10166 freetype/ftlcdfil.h \
10167 freetype/internal/sfnt.h
10168 do :
10169 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10170 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10171 # include <ft2build.h>
10172 #endif
10174 eval as_val=\$$as_ac_Header
10175 if test "x$as_val" = x""yes; then :
10176 cat >>confdefs.h <<_ACEOF
10177 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10178 _ACEOF
10182 done
10184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10185 /* end confdefs.h. */
10186 #include <ft2build.h>
10187 #include <freetype/fttrigon.h>
10188 _ACEOF
10189 if ac_fn_c_try_cpp "$LINENO"; then :
10191 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10193 wine_cv_fttrigon=yes
10194 else
10195 wine_cv_fttrigon=no
10197 rm -f conftest.err conftest.$ac_ext
10198 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10200 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10202 cat >>confdefs.h <<_ACEOF
10203 #define HAVE_FT_TRUETYPEENGINETYPE 1
10204 _ACEOF
10209 ac_save_CFLAGS="$CFLAGS"
10210 CFLAGS="$CFLAGS $ac_freetype_libs"
10211 for ac_func in FT_Load_Sfnt_Table
10212 do :
10213 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10214 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10215 cat >>confdefs.h <<_ACEOF
10216 #define HAVE_FT_LOAD_SFNT_TABLE 1
10217 _ACEOF
10220 done
10222 CFLAGS="$ac_save_CFLAGS"
10223 CPPFLAGS="$ac_save_CPPFLAGS"
10224 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10225 then
10227 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10229 FREETYPELIBS="$ac_freetype_libs"
10231 FREETYPEINCL="$ac_freetype_incl"
10236 if test "x$FREETYPELIBS" = "x"; then :
10237 case "x$with_freetype" in
10238 xno) ;;
10239 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10240 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10241 esac
10243 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10246 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10247 if test "${ac_cv_c_ppdev+set}" = set; then :
10248 $as_echo_n "(cached) " >&6
10249 else
10250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10251 /* end confdefs.h. */
10252 #include <linux/ppdev.h>
10254 main ()
10256 ioctl (1,PPCLAIM,0)
10258 return 0;
10260 _ACEOF
10261 if ac_fn_c_try_compile "$LINENO"; then :
10262 ac_cv_c_ppdev="yes"
10263 else
10264 ac_cv_c_ppdev="no"
10266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10269 $as_echo "$ac_cv_c_ppdev" >&6; }
10270 if test "$ac_cv_c_ppdev" = "yes"
10271 then
10273 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10277 ac_wine_check_funcs_save_LIBS="$LIBS"
10278 LIBS="$LIBS $LIBPTHREAD"
10279 for ac_func in \
10280 pthread_attr_get_np \
10281 pthread_getattr_np \
10282 pthread_get_stackaddr_np \
10283 pthread_get_stacksize_np
10284 do :
10285 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10286 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10287 eval as_val=\$$as_ac_var
10288 if test "x$as_val" = x""yes; then :
10289 cat >>confdefs.h <<_ACEOF
10290 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10291 _ACEOF
10294 done
10296 LIBS="$ac_wine_check_funcs_save_LIBS"
10298 if test "$ac_cv_header_zlib_h" = "yes"
10299 then
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10301 $as_echo_n "checking for inflate in -lz... " >&6; }
10302 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10303 $as_echo_n "(cached) " >&6
10304 else
10305 ac_check_lib_save_LIBS=$LIBS
10306 LIBS="-lz $LIBS"
10307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10308 /* end confdefs.h. */
10310 /* Override any GCC internal prototype to avoid an error.
10311 Use char because int might match the return type of a GCC
10312 builtin and then its argument prototype would still apply. */
10313 #ifdef __cplusplus
10314 extern "C"
10315 #endif
10316 char inflate ();
10318 main ()
10320 return inflate ();
10322 return 0;
10324 _ACEOF
10325 if ac_fn_c_try_link "$LINENO"; then :
10326 ac_cv_lib_z_inflate=yes
10327 else
10328 ac_cv_lib_z_inflate=no
10330 rm -f core conftest.err conftest.$ac_objext \
10331 conftest$ac_exeext conftest.$ac_ext
10332 LIBS=$ac_check_lib_save_LIBS
10334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10335 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10336 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10338 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10340 ZLIB="-lz"
10346 if test "x$with_esd" != xno
10347 then
10348 save_CFLAGS="$CFLAGS"
10349 # Extract the first word of "esd-config", so it can be a program name with args.
10350 set dummy esd-config; ac_word=$2
10351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10352 $as_echo_n "checking for $ac_word... " >&6; }
10353 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10354 $as_echo_n "(cached) " >&6
10355 else
10356 case $ESDCONFIG in
10357 [\\/]* | ?:[\\/]*)
10358 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10362 for as_dir in $PATH
10364 IFS=$as_save_IFS
10365 test -z "$as_dir" && as_dir=.
10366 for ac_exec_ext in '' $ac_executable_extensions; do
10367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10368 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10370 break 2
10372 done
10373 done
10374 IFS=$as_save_IFS
10376 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10378 esac
10380 ESDCONFIG=$ac_cv_path_ESDCONFIG
10381 if test -n "$ESDCONFIG"; then
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10383 $as_echo "$ESDCONFIG" >&6; }
10384 else
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10386 $as_echo "no" >&6; }
10390 if test "x$ESDCONFIG" != "xno"
10391 then
10392 ac_esd_incl=""
10393 for i in `$ESDCONFIG --cflags`
10395 case "$i" in
10396 -I*) ac_esd_incl="$ac_esd_incl $i";;
10397 esac
10398 done
10399 ac_esd_libs=`$ESDCONFIG --libs`
10400 CFLAGS="$CFLAGS $ac_esd_incl"
10402 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10403 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10404 if test "x$ac_cv_header_esd_h" = x""yes; then :
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10406 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10407 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10408 $as_echo_n "(cached) " >&6
10409 else
10410 ac_check_lib_save_LIBS=$LIBS
10411 LIBS="-lesd $ac_esd_libs $LIBS"
10412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10413 /* end confdefs.h. */
10415 /* Override any GCC internal prototype to avoid an error.
10416 Use char because int might match the return type of a GCC
10417 builtin and then its argument prototype would still apply. */
10418 #ifdef __cplusplus
10419 extern "C"
10420 #endif
10421 char esd_open_sound ();
10423 main ()
10425 return esd_open_sound ();
10427 return 0;
10429 _ACEOF
10430 if ac_fn_c_try_link "$LINENO"; then :
10431 ac_cv_lib_esd_esd_open_sound=yes
10432 else
10433 ac_cv_lib_esd_esd_open_sound=no
10435 rm -f core conftest.err conftest.$ac_objext \
10436 conftest$ac_exeext conftest.$ac_ext
10437 LIBS=$ac_check_lib_save_LIBS
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10440 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10441 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10442 ESDINCL="$ac_esd_incl"
10444 ESDLIBS="$ac_esd_libs"
10447 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10454 CFLAGS="$save_CFLAGS"
10457 ALSALIBS=""
10459 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10460 then
10461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10462 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10463 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10464 $as_echo_n "(cached) " >&6
10465 else
10466 ac_check_lib_save_LIBS=$LIBS
10467 LIBS="-lasound $LIBS"
10468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10469 /* end confdefs.h. */
10471 /* Override any GCC internal prototype to avoid an error.
10472 Use char because int might match the return type of a GCC
10473 builtin and then its argument prototype would still apply. */
10474 #ifdef __cplusplus
10475 extern "C"
10476 #endif
10477 char snd_pcm_hw_params_get_access ();
10479 main ()
10481 return snd_pcm_hw_params_get_access ();
10483 return 0;
10485 _ACEOF
10486 if ac_fn_c_try_link "$LINENO"; then :
10487 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10488 else
10489 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10491 rm -f core conftest.err conftest.$ac_objext \
10492 conftest$ac_exeext conftest.$ac_ext
10493 LIBS=$ac_check_lib_save_LIBS
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10496 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10497 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10499 /* end confdefs.h. */
10500 #ifdef HAVE_ALSA_ASOUNDLIB_H
10501 #include <alsa/asoundlib.h>
10502 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10503 #include <sys/asoundlib.h>
10504 #endif
10506 main ()
10508 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10510 return 0;
10512 _ACEOF
10513 if ac_fn_c_try_compile "$LINENO"; then :
10515 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10517 ALSALIBS="-lasound"
10519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10524 AUDIOIOLIBS=""
10526 if test "$ac_cv_header_libaudioio_h" = "yes"
10527 then
10528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10529 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10530 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10531 $as_echo_n "(cached) " >&6
10532 else
10533 ac_check_lib_save_LIBS=$LIBS
10534 LIBS="-laudioio $LIBS"
10535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10536 /* end confdefs.h. */
10538 /* Override any GCC internal prototype to avoid an error.
10539 Use char because int might match the return type of a GCC
10540 builtin and then its argument prototype would still apply. */
10541 #ifdef __cplusplus
10542 extern "C"
10543 #endif
10544 char AudioIOGetVersion ();
10546 main ()
10548 return AudioIOGetVersion ();
10550 return 0;
10552 _ACEOF
10553 if ac_fn_c_try_link "$LINENO"; then :
10554 ac_cv_lib_audioio_AudioIOGetVersion=yes
10555 else
10556 ac_cv_lib_audioio_AudioIOGetVersion=no
10558 rm -f core conftest.err conftest.$ac_objext \
10559 conftest$ac_exeext conftest.$ac_ext
10560 LIBS=$ac_check_lib_save_LIBS
10562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10563 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10564 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10565 AUDIOIOLIBS="-laudioio"
10567 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10574 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10575 then
10576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10577 $as_echo_n "checking for -lcapi20... " >&6; }
10578 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10579 $as_echo_n "(cached) " >&6
10580 else
10581 ac_check_soname_save_LIBS=$LIBS
10582 LIBS="-lcapi20 $LIBS"
10583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10584 /* end confdefs.h. */
10586 /* Override any GCC internal prototype to avoid an error.
10587 Use char because int might match the return type of a GCC
10588 builtin and then its argument prototype would still apply. */
10589 #ifdef __cplusplus
10590 extern "C"
10591 #endif
10592 char capi20_register ();
10594 main ()
10596 return capi20_register ();
10598 return 0;
10600 _ACEOF
10601 if ac_fn_c_try_link "$LINENO"; then :
10602 case "$LIBEXT" in
10603 dll) ;;
10604 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'` ;;
10605 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10606 esac
10608 rm -f core conftest.err conftest.$ac_objext \
10609 conftest$ac_exeext conftest.$ac_ext
10610 LIBS=$ac_check_soname_save_LIBS
10612 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10614 $as_echo "not found" >&6; }
10616 else
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10618 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10620 cat >>confdefs.h <<_ACEOF
10621 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10622 _ACEOF
10627 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10628 case "x$with_capi" in
10629 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10630 xno) ;;
10631 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10632 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10633 esac
10636 CUPSINCL=""
10638 if test "x$with_cups" != "xno"
10639 then
10640 ac_save_CPPFLAGS="$CPPFLAGS"
10641 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10642 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10643 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10644 for ac_header in cups/cups.h
10645 do :
10646 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10647 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10648 cat >>confdefs.h <<_ACEOF
10649 #define HAVE_CUPS_CUPS_H 1
10650 _ACEOF
10651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10652 $as_echo_n "checking for -lcups... " >&6; }
10653 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10654 $as_echo_n "(cached) " >&6
10655 else
10656 ac_check_soname_save_LIBS=$LIBS
10657 LIBS="-lcups $ac_cups_libs $LIBS"
10658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10659 /* end confdefs.h. */
10661 /* Override any GCC internal prototype to avoid an error.
10662 Use char because int might match the return type of a GCC
10663 builtin and then its argument prototype would still apply. */
10664 #ifdef __cplusplus
10665 extern "C"
10666 #endif
10667 char cupsGetDefault ();
10669 main ()
10671 return cupsGetDefault ();
10673 return 0;
10675 _ACEOF
10676 if ac_fn_c_try_link "$LINENO"; then :
10677 case "$LIBEXT" in
10678 dll) ;;
10679 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'` ;;
10680 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10681 esac
10683 rm -f core conftest.err conftest.$ac_objext \
10684 conftest$ac_exeext conftest.$ac_ext
10685 LIBS=$ac_check_soname_save_LIBS
10687 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10689 $as_echo "not found" >&6; }
10691 else
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10693 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10695 cat >>confdefs.h <<_ACEOF
10696 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10697 _ACEOF
10699 CUPSINCL="$ac_cups_cflags"
10703 done
10705 CPPFLAGS="$ac_save_CPPFLAGS"
10707 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10708 case "x$with_cups" in
10709 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10710 xno) ;;
10711 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10712 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10713 esac
10716 if test "$ac_cv_header_jack_jack_h" = "yes"
10717 then
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10719 $as_echo_n "checking for -ljack... " >&6; }
10720 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 ac_check_soname_save_LIBS=$LIBS
10724 LIBS="-ljack $LIBS"
10725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char jack_client_new ();
10736 main ()
10738 return jack_client_new ();
10740 return 0;
10742 _ACEOF
10743 if ac_fn_c_try_link "$LINENO"; then :
10744 case "$LIBEXT" in
10745 dll) ;;
10746 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'` ;;
10747 *) 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'` ;;
10748 esac
10750 rm -f core conftest.err conftest.$ac_objext \
10751 conftest$ac_exeext conftest.$ac_ext
10752 LIBS=$ac_check_soname_save_LIBS
10754 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10756 $as_echo "not found" >&6; }
10758 else
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10760 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10762 cat >>confdefs.h <<_ACEOF
10763 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10764 _ACEOF
10770 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10771 then
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10773 $as_echo_n "checking for -lfontconfig... " >&6; }
10774 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10775 $as_echo_n "(cached) " >&6
10776 else
10777 ac_check_soname_save_LIBS=$LIBS
10778 LIBS="-lfontconfig $LIBS"
10779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10780 /* end confdefs.h. */
10782 /* Override any GCC internal prototype to avoid an error.
10783 Use char because int might match the return type of a GCC
10784 builtin and then its argument prototype would still apply. */
10785 #ifdef __cplusplus
10786 extern "C"
10787 #endif
10788 char FcInit ();
10790 main ()
10792 return FcInit ();
10794 return 0;
10796 _ACEOF
10797 if ac_fn_c_try_link "$LINENO"; then :
10798 case "$LIBEXT" in
10799 dll) ;;
10800 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'` ;;
10801 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10802 esac
10804 rm -f core conftest.err conftest.$ac_objext \
10805 conftest$ac_exeext conftest.$ac_ext
10806 LIBS=$ac_check_soname_save_LIBS
10808 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10810 $as_echo "not found" >&6; }
10812 else
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10814 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10816 cat >>confdefs.h <<_ACEOF
10817 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10818 _ACEOF
10822 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10823 then
10824 ac_save_CPPFLAGS="$CPPFLAGS"
10825 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10826 $as_unset ac_cv_header_fontconfig_fontconfig_h
10827 for ac_header in fontconfig/fontconfig.h
10828 do :
10829 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10830 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10831 cat >>confdefs.h <<_ACEOF
10832 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10833 _ACEOF
10837 done
10839 CPPFLAGS="$ac_save_CPPFLAGS"
10840 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10841 then
10842 FONTCONFIGINCL="$X_CFLAGS"
10844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10845 $as_echo_n "checking for -lfontconfig... " >&6; }
10846 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10847 $as_echo_n "(cached) " >&6
10848 else
10849 ac_check_soname_save_LIBS=$LIBS
10850 LIBS="-lfontconfig $X_LIBS $LIBS"
10851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10852 /* end confdefs.h. */
10854 /* Override any GCC internal prototype to avoid an error.
10855 Use char because int might match the return type of a GCC
10856 builtin and then its argument prototype would still apply. */
10857 #ifdef __cplusplus
10858 extern "C"
10859 #endif
10860 char FcInit ();
10862 main ()
10864 return FcInit ();
10866 return 0;
10868 _ACEOF
10869 if ac_fn_c_try_link "$LINENO"; then :
10870 case "$LIBEXT" in
10871 dll) ;;
10872 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'` ;;
10873 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10874 esac
10876 rm -f core conftest.err conftest.$ac_objext \
10877 conftest$ac_exeext conftest.$ac_ext
10878 LIBS=$ac_check_soname_save_LIBS
10880 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10882 $as_echo "not found" >&6; }
10884 else
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10886 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10888 cat >>confdefs.h <<_ACEOF
10889 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10890 _ACEOF
10896 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10897 case "x$with_fontconfig" in
10898 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10899 xno) ;;
10900 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10901 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10902 esac
10905 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10906 then
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10908 $as_echo_n "checking for -lssl... " >&6; }
10909 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10910 $as_echo_n "(cached) " >&6
10911 else
10912 ac_check_soname_save_LIBS=$LIBS
10913 LIBS="-lssl $LIBS"
10914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10915 /* end confdefs.h. */
10917 /* Override any GCC internal prototype to avoid an error.
10918 Use char because int might match the return type of a GCC
10919 builtin and then its argument prototype would still apply. */
10920 #ifdef __cplusplus
10921 extern "C"
10922 #endif
10923 char SSL_library_init ();
10925 main ()
10927 return SSL_library_init ();
10929 return 0;
10931 _ACEOF
10932 if ac_fn_c_try_link "$LINENO"; then :
10933 case "$LIBEXT" in
10934 dll) ;;
10935 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'` ;;
10936 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10937 esac
10939 rm -f core conftest.err conftest.$ac_objext \
10940 conftest$ac_exeext conftest.$ac_ext
10941 LIBS=$ac_check_soname_save_LIBS
10943 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10945 $as_echo "not found" >&6; }
10947 else
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10949 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10951 cat >>confdefs.h <<_ACEOF
10952 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10953 _ACEOF
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10958 $as_echo_n "checking for -lcrypto... " >&6; }
10959 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10960 $as_echo_n "(cached) " >&6
10961 else
10962 ac_check_soname_save_LIBS=$LIBS
10963 LIBS="-lcrypto $LIBS"
10964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10965 /* end confdefs.h. */
10967 /* Override any GCC internal prototype to avoid an error.
10968 Use char because int might match the return type of a GCC
10969 builtin and then its argument prototype would still apply. */
10970 #ifdef __cplusplus
10971 extern "C"
10972 #endif
10973 char BIO_new_socket ();
10975 main ()
10977 return BIO_new_socket ();
10979 return 0;
10981 _ACEOF
10982 if ac_fn_c_try_link "$LINENO"; then :
10983 case "$LIBEXT" in
10984 dll) ;;
10985 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'` ;;
10986 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10987 esac
10989 rm -f core conftest.err conftest.$ac_objext \
10990 conftest$ac_exeext conftest.$ac_ext
10991 LIBS=$ac_check_soname_save_LIBS
10993 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10995 $as_echo "not found" >&6; }
10997 else
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10999 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11001 cat >>confdefs.h <<_ACEOF
11002 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11003 _ACEOF
11008 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11009 case "x$with_openssl" in
11010 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11011 xno) ;;
11012 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11013 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11014 esac
11017 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11018 then
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11020 $as_echo_n "checking for -lgsm... " >&6; }
11021 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11022 $as_echo_n "(cached) " >&6
11023 else
11024 ac_check_soname_save_LIBS=$LIBS
11025 LIBS="-lgsm $LIBS"
11026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11027 /* end confdefs.h. */
11029 /* Override any GCC internal prototype to avoid an error.
11030 Use char because int might match the return type of a GCC
11031 builtin and then its argument prototype would still apply. */
11032 #ifdef __cplusplus
11033 extern "C"
11034 #endif
11035 char gsm_create ();
11037 main ()
11039 return gsm_create ();
11041 return 0;
11043 _ACEOF
11044 if ac_fn_c_try_link "$LINENO"; then :
11045 case "$LIBEXT" in
11046 dll) ;;
11047 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'` ;;
11048 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11049 esac
11051 rm -f core conftest.err conftest.$ac_objext \
11052 conftest$ac_exeext conftest.$ac_ext
11053 LIBS=$ac_check_soname_save_LIBS
11055 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11057 $as_echo "not found" >&6; }
11059 else
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11061 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11063 cat >>confdefs.h <<_ACEOF
11064 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11065 _ACEOF
11070 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11071 case "x$with_gsm" in
11072 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11073 xno) ;;
11074 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11075 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11076 esac
11079 if test "$ac_cv_header_jpeglib_h" = "yes"
11080 then
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11082 $as_echo_n "checking for -ljpeg... " >&6; }
11083 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11084 $as_echo_n "(cached) " >&6
11085 else
11086 ac_check_soname_save_LIBS=$LIBS
11087 LIBS="-ljpeg $LIBS"
11088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11094 #ifdef __cplusplus
11095 extern "C"
11096 #endif
11097 char jpeg_start_decompress ();
11099 main ()
11101 return jpeg_start_decompress ();
11103 return 0;
11105 _ACEOF
11106 if ac_fn_c_try_link "$LINENO"; then :
11107 case "$LIBEXT" in
11108 dll) ;;
11109 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'` ;;
11110 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11111 esac
11113 rm -f core conftest.err conftest.$ac_objext \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11119 $as_echo "not found" >&6; }
11121 else
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11123 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11127 _ACEOF
11132 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11133 case "x$with_jpeg" in
11134 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11135 xno) ;;
11136 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11137 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11138 esac
11141 if test "$ac_cv_header_png_h" = "yes"
11142 then
11143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11144 $as_echo_n "checking for -lpng... " >&6; }
11145 if test "${ac_cv_lib_soname_png+set}" = set; then :
11146 $as_echo_n "(cached) " >&6
11147 else
11148 ac_check_soname_save_LIBS=$LIBS
11149 LIBS="-lpng -lm -lz $LIBS"
11150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11151 /* end confdefs.h. */
11153 /* Override any GCC internal prototype to avoid an error.
11154 Use char because int might match the return type of a GCC
11155 builtin and then its argument prototype would still apply. */
11156 #ifdef __cplusplus
11157 extern "C"
11158 #endif
11159 char png_create_read_struct ();
11161 main ()
11163 return png_create_read_struct ();
11165 return 0;
11167 _ACEOF
11168 if ac_fn_c_try_link "$LINENO"; then :
11169 case "$LIBEXT" in
11170 dll) ;;
11171 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'` ;;
11172 *) 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'` ;;
11173 esac
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_soname_save_LIBS
11179 if test "x$ac_cv_lib_soname_png" = "x"; then :
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11181 $as_echo "not found" >&6; }
11183 else
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11185 $as_echo "$ac_cv_lib_soname_png" >&6; }
11187 cat >>confdefs.h <<_ACEOF
11188 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11189 _ACEOF
11193 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11194 then
11195 ac_save_CPPFLAGS="$CPPFLAGS"
11196 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11197 $as_unset ac_cv_header_png_h
11198 for ac_header in png.h
11199 do :
11200 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11201 if test "x$ac_cv_header_png_h" = x""yes; then :
11202 cat >>confdefs.h <<_ACEOF
11203 #define HAVE_PNG_H 1
11204 _ACEOF
11208 done
11210 CPPFLAGS="$ac_save_CPPFLAGS"
11211 if test "$ac_cv_header_png_h" = "yes"
11212 then
11213 PNGINCL="$X_CFLAGS"
11215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11216 $as_echo_n "checking for -lpng... " >&6; }
11217 if test "${ac_cv_lib_soname_png+set}" = set; then :
11218 $as_echo_n "(cached) " >&6
11219 else
11220 ac_check_soname_save_LIBS=$LIBS
11221 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11223 /* end confdefs.h. */
11225 /* Override any GCC internal prototype to avoid an error.
11226 Use char because int might match the return type of a GCC
11227 builtin and then its argument prototype would still apply. */
11228 #ifdef __cplusplus
11229 extern "C"
11230 #endif
11231 char png_create_read_struct ();
11233 main ()
11235 return png_create_read_struct ();
11237 return 0;
11239 _ACEOF
11240 if ac_fn_c_try_link "$LINENO"; then :
11241 case "$LIBEXT" in
11242 dll) ;;
11243 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'` ;;
11244 *) 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'` ;;
11245 esac
11247 rm -f core conftest.err conftest.$ac_objext \
11248 conftest$ac_exeext conftest.$ac_ext
11249 LIBS=$ac_check_soname_save_LIBS
11251 if test "x$ac_cv_lib_soname_png" = "x"; then :
11252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11253 $as_echo "not found" >&6; }
11255 else
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11257 $as_echo "$ac_cv_lib_soname_png" >&6; }
11259 cat >>confdefs.h <<_ACEOF
11260 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11261 _ACEOF
11267 if test "x$ac_cv_lib_soname_png" = "x"; then :
11268 case "x$with_png" in
11269 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11270 xno) ;;
11271 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11272 This is an error since --with-png was requested." "$LINENO" 5 ;;
11273 esac
11276 if test "$ac_cv_header_mpg123_h" = "yes"
11277 then
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11279 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11280 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11281 $as_echo_n "(cached) " >&6
11282 else
11283 ac_check_lib_save_LIBS=$LIBS
11284 LIBS="-lmpg123 $LIBS"
11285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11286 /* end confdefs.h. */
11288 /* Override any GCC internal prototype to avoid an error.
11289 Use char because int might match the return type of a GCC
11290 builtin and then its argument prototype would still apply. */
11291 #ifdef __cplusplus
11292 extern "C"
11293 #endif
11294 char mpg123_feed ();
11296 main ()
11298 return mpg123_feed ();
11300 return 0;
11302 _ACEOF
11303 if ac_fn_c_try_link "$LINENO"; then :
11304 ac_cv_lib_mpg123_mpg123_feed=yes
11305 else
11306 ac_cv_lib_mpg123_mpg123_feed=no
11308 rm -f core conftest.err conftest.$ac_objext \
11309 conftest$ac_exeext conftest.$ac_ext
11310 LIBS=$ac_check_lib_save_LIBS
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11313 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11314 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11315 LIBMPG123="-lmpg123"
11320 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11321 case "x$with_mpg123" in
11322 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11323 xno) ;;
11324 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11325 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11326 esac
11328 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11330 if test "$ac_cv_header_AL_al_h" = "yes"
11331 then
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11333 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11334 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11335 $as_echo_n "(cached) " >&6
11336 else
11337 ac_check_lib_save_LIBS=$LIBS
11338 LIBS="-lopenal $LIBS"
11339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11340 /* end confdefs.h. */
11342 /* Override any GCC internal prototype to avoid an error.
11343 Use char because int might match the return type of a GCC
11344 builtin and then its argument prototype would still apply. */
11345 #ifdef __cplusplus
11346 extern "C"
11347 #endif
11348 char alGetSource3i ();
11350 main ()
11352 return alGetSource3i ();
11354 return 0;
11356 _ACEOF
11357 if ac_fn_c_try_link "$LINENO"; then :
11358 ac_cv_lib_openal_alGetSource3i=yes
11359 else
11360 ac_cv_lib_openal_alGetSource3i=no
11362 rm -f core conftest.err conftest.$ac_objext \
11363 conftest$ac_exeext conftest.$ac_ext
11364 LIBS=$ac_check_lib_save_LIBS
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11367 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11368 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11369 LIBOPENAL="-lopenal"
11374 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11375 case "x$with_openal" in
11376 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11377 xno) ;;
11378 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11379 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11380 esac
11382 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11384 if test "$ac_cv_header_kstat_h" = "yes"
11385 then
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11387 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11388 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11389 $as_echo_n "(cached) " >&6
11390 else
11391 ac_check_lib_save_LIBS=$LIBS
11392 LIBS="-lkstat $LIBS"
11393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11394 /* end confdefs.h. */
11396 /* Override any GCC internal prototype to avoid an error.
11397 Use char because int might match the return type of a GCC
11398 builtin and then its argument prototype would still apply. */
11399 #ifdef __cplusplus
11400 extern "C"
11401 #endif
11402 char kstat_open ();
11404 main ()
11406 return kstat_open ();
11408 return 0;
11410 _ACEOF
11411 if ac_fn_c_try_link "$LINENO"; then :
11412 ac_cv_lib_kstat_kstat_open=yes
11413 else
11414 ac_cv_lib_kstat_kstat_open=no
11416 rm -f core conftest.err conftest.$ac_objext \
11417 conftest$ac_exeext conftest.$ac_ext
11418 LIBS=$ac_check_lib_save_LIBS
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11421 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11422 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11424 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11426 LIBKSTAT="-lkstat"
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11433 $as_echo_n "checking for -lodbc... " >&6; }
11434 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11435 $as_echo_n "(cached) " >&6
11436 else
11437 ac_check_soname_save_LIBS=$LIBS
11438 LIBS="-lodbc $LIBS"
11439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11440 /* end confdefs.h. */
11442 /* Override any GCC internal prototype to avoid an error.
11443 Use char because int might match the return type of a GCC
11444 builtin and then its argument prototype would still apply. */
11445 #ifdef __cplusplus
11446 extern "C"
11447 #endif
11448 char SQLConnect ();
11450 main ()
11452 return SQLConnect ();
11454 return 0;
11456 _ACEOF
11457 if ac_fn_c_try_link "$LINENO"; then :
11458 case "$LIBEXT" in
11459 dll) ;;
11460 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'` ;;
11461 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11462 esac
11464 rm -f core conftest.err conftest.$ac_objext \
11465 conftest$ac_exeext conftest.$ac_ext
11466 LIBS=$ac_check_soname_save_LIBS
11468 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11470 $as_echo "not found" >&6; }
11471 cat >>confdefs.h <<_ACEOF
11472 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11473 _ACEOF
11475 else
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11477 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11479 cat >>confdefs.h <<_ACEOF
11480 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11481 _ACEOF
11486 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11487 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11488 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11489 "$ac_cv_header_soundcard_h" != "yes" -a \
11490 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11491 then
11492 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11496 EXTRACFLAGS=""
11498 if test "x${GCC}" = "xyes"
11499 then
11500 EXTRACFLAGS="-Wall -pipe"
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11503 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11504 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11505 $as_echo_n "(cached) " >&6
11506 else
11507 if test "$cross_compiling" = yes; then :
11508 ac_cv_c_gcc_strength_bug="yes"
11509 else
11510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11511 /* end confdefs.h. */
11512 int L[4] = {0,1,2,3};
11514 main ()
11516 static int Array[3];
11517 unsigned int B = 3;
11518 int i;
11519 for(i=0; i<B; i++) Array[i] = i - 3;
11520 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11521 L[i] = 4;
11522 return (Array[1] != -2 || L[2] != 3)
11524 return 0;
11526 _ACEOF
11527 if ac_fn_c_try_run "$LINENO"; then :
11528 ac_cv_c_gcc_strength_bug="no"
11529 else
11530 ac_cv_c_gcc_strength_bug="yes"
11532 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11533 conftest.$ac_objext conftest.beam conftest.$ac_ext
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11538 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11539 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11540 then
11541 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11545 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11546 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11547 $as_echo_n "(cached) " >&6
11548 else
11549 ac_wine_try_cflags_saved=$CFLAGS
11550 CFLAGS="$CFLAGS -fno-builtin"
11551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552 /* end confdefs.h. */
11553 int main(int argc, char *argv) { return 0; }
11554 _ACEOF
11555 if ac_fn_c_try_link "$LINENO"; then :
11556 ac_cv_cflags__fno_builtin=yes
11557 else
11558 ac_cv_cflags__fno_builtin=no
11560 rm -f core conftest.err conftest.$ac_objext \
11561 conftest$ac_exeext conftest.$ac_ext
11562 CFLAGS=$ac_wine_try_cflags_saved
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11565 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11566 if test $ac_cv_cflags__fno_builtin = yes; then :
11567 BUILTINFLAG="-fno-builtin"
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11571 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11572 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11573 $as_echo_n "(cached) " >&6
11574 else
11575 ac_wine_try_cflags_saved=$CFLAGS
11576 CFLAGS="$CFLAGS -fno-strict-aliasing"
11577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11578 /* end confdefs.h. */
11579 int main(int argc, char *argv) { return 0; }
11580 _ACEOF
11581 if ac_fn_c_try_link "$LINENO"; then :
11582 ac_cv_cflags__fno_strict_aliasing=yes
11583 else
11584 ac_cv_cflags__fno_strict_aliasing=no
11586 rm -f core conftest.err conftest.$ac_objext \
11587 conftest$ac_exeext conftest.$ac_ext
11588 CFLAGS=$ac_wine_try_cflags_saved
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11591 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11592 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11593 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11596 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11597 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11598 $as_echo_n "(cached) " >&6
11599 else
11600 ac_wine_try_cflags_saved=$CFLAGS
11601 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11603 /* end confdefs.h. */
11604 int main(int argc, char *argv) { return 0; }
11605 _ACEOF
11606 if ac_fn_c_try_link "$LINENO"; then :
11607 ac_cv_cflags__Wdeclaration_after_statement=yes
11608 else
11609 ac_cv_cflags__Wdeclaration_after_statement=no
11611 rm -f core conftest.err conftest.$ac_objext \
11612 conftest$ac_exeext conftest.$ac_ext
11613 CFLAGS=$ac_wine_try_cflags_saved
11615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11616 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11617 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11618 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11621 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11622 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11623 $as_echo_n "(cached) " >&6
11624 else
11625 ac_wine_try_cflags_saved=$CFLAGS
11626 CFLAGS="$CFLAGS -Wstrict-prototypes"
11627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628 /* end confdefs.h. */
11629 int main(int argc, char *argv) { return 0; }
11630 _ACEOF
11631 if ac_fn_c_try_link "$LINENO"; then :
11632 ac_cv_cflags__Wstrict_prototypes=yes
11633 else
11634 ac_cv_cflags__Wstrict_prototypes=no
11636 rm -f core conftest.err conftest.$ac_objext \
11637 conftest$ac_exeext conftest.$ac_ext
11638 CFLAGS=$ac_wine_try_cflags_saved
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11641 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11642 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11643 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11646 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11647 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11648 $as_echo_n "(cached) " >&6
11649 else
11650 ac_wine_try_cflags_saved=$CFLAGS
11651 CFLAGS="$CFLAGS -Wwrite-strings"
11652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11654 int main(int argc, char *argv) { return 0; }
11655 _ACEOF
11656 if ac_fn_c_try_link "$LINENO"; then :
11657 ac_cv_cflags__Wwrite_strings=yes
11658 else
11659 ac_cv_cflags__Wwrite_strings=no
11661 rm -f core conftest.err conftest.$ac_objext \
11662 conftest$ac_exeext conftest.$ac_ext
11663 CFLAGS=$ac_wine_try_cflags_saved
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11666 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11667 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11668 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11671 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11672 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11673 $as_echo_n "(cached) " >&6
11674 else
11675 ac_wine_try_cflags_saved=$CFLAGS
11676 CFLAGS="$CFLAGS -Wtype-limits"
11677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11678 /* end confdefs.h. */
11679 int main(int argc, char *argv) { return 0; }
11680 _ACEOF
11681 if ac_fn_c_try_link "$LINENO"; then :
11682 ac_cv_cflags__Wtype_limits=yes
11683 else
11684 ac_cv_cflags__Wtype_limits=no
11686 rm -f core conftest.err conftest.$ac_objext \
11687 conftest$ac_exeext conftest.$ac_ext
11688 CFLAGS=$ac_wine_try_cflags_saved
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11691 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11692 if test $ac_cv_cflags__Wtype_limits = yes; then :
11693 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11696 saved_CFLAGS="$CFLAGS"
11697 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11699 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11700 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11701 $as_echo_n "(cached) " >&6
11702 else
11703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11704 /* end confdefs.h. */
11705 #include <string.h>
11707 main ()
11711 return 0;
11713 _ACEOF
11714 if ac_fn_c_try_compile "$LINENO"; then :
11715 ac_cv_c_string_h_warnings=no
11716 else
11717 ac_cv_c_string_h_warnings=yes
11719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11722 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11723 CFLAGS="$saved_CFLAGS"
11724 if test "$ac_cv_c_string_h_warnings" = "no"
11725 then
11726 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11729 if test "${enable_maintainer_mode+set}" = set
11730 then
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11732 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11733 if test "${ac_cv_cflags__Werror+set}" = set; then :
11734 $as_echo_n "(cached) " >&6
11735 else
11736 ac_wine_try_cflags_saved=$CFLAGS
11737 CFLAGS="$CFLAGS -Werror"
11738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11739 /* end confdefs.h. */
11740 int main(int argc, char *argv) { return 0; }
11741 _ACEOF
11742 if ac_fn_c_try_link "$LINENO"; then :
11743 ac_cv_cflags__Werror=yes
11744 else
11745 ac_cv_cflags__Werror=no
11747 rm -f core conftest.err conftest.$ac_objext \
11748 conftest$ac_exeext conftest.$ac_ext
11749 CFLAGS=$ac_wine_try_cflags_saved
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11752 $as_echo "$ac_cv_cflags__Werror" >&6; }
11753 if test $ac_cv_cflags__Werror = yes; then :
11754 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11758 saved_CFLAGS="$CFLAGS"
11759 CFLAGS="$CFLAGS -Werror"
11760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11761 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11762 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11763 $as_echo_n "(cached) " >&6
11764 else
11765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11766 /* end confdefs.h. */
11767 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11769 main ()
11773 return 0;
11775 _ACEOF
11776 if ac_fn_c_try_compile "$LINENO"; then :
11777 ac_cv_have_ms_hook_prologue="yes"
11778 else
11779 ac_cv_have_ms_hook_prologue="no"
11781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11784 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11785 CFLAGS="$saved_CFLAGS"
11786 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11787 then
11789 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11791 else
11792 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11799 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11800 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11801 $as_echo_n "(cached) " >&6
11802 else
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11805 extern int ac_test;
11807 main ()
11809 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11811 return 0;
11813 _ACEOF
11814 if ac_fn_c_try_link "$LINENO"; then :
11815 ac_cv_c_extern_prefix="yes"
11816 else
11817 ac_cv_c_extern_prefix="no"
11819 rm -f core conftest.err conftest.$ac_objext \
11820 conftest$ac_exeext conftest.$ac_ext
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11823 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11825 case $host_cpu in
11826 *i[3456789]86*)
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11828 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11829 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11830 $as_echo_n "(cached) " >&6
11831 else
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834 #ifndef _MSC_VER
11835 #define __stdcall __attribute__((__stdcall__))
11836 #endif
11837 int __stdcall ac_test(int i) { return i; }
11839 main ()
11841 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11843 return 0;
11845 _ACEOF
11846 if ac_fn_c_try_link "$LINENO"; then :
11847 ac_cv_c_stdcall_suffix="yes"
11848 else
11849 ac_cv_c_stdcall_suffix="no"
11851 rm -f core conftest.err conftest.$ac_objext \
11852 conftest$ac_exeext conftest.$ac_ext
11854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11855 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11856 *) ac_cv_c_stdcall_suffix="no" ;;
11857 esac
11860 if test "$ac_cv_c_extern_prefix" = "yes"
11861 then
11862 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11864 asm_name_prefix="_"
11865 else
11866 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11868 asm_name_prefix=""
11872 if test "$ac_cv_c_stdcall_suffix" = "yes"
11873 then
11874 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11876 else
11877 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11883 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11884 if test "${ac_cv_asm_func_def+set}" = set; then :
11885 $as_echo_n "(cached) " >&6
11886 else
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11891 main ()
11893 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11895 return 0;
11897 _ACEOF
11898 if ac_fn_c_try_link "$LINENO"; then :
11899 ac_cv_asm_func_def=".def"
11900 else
11901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11902 /* end confdefs.h. */
11905 main ()
11907 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11909 return 0;
11911 _ACEOF
11912 if ac_fn_c_try_link "$LINENO"; then :
11913 ac_cv_asm_func_def=".type @function"
11914 else
11915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11916 /* end confdefs.h. */
11919 main ()
11921 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11923 return 0;
11925 _ACEOF
11926 if ac_fn_c_try_link "$LINENO"; then :
11927 ac_cv_asm_func_def=".type 2"
11928 else
11929 ac_cv_asm_func_def="unknown"
11931 rm -f core conftest.err conftest.$ac_objext \
11932 conftest$ac_exeext conftest.$ac_ext
11934 rm -f core conftest.err conftest.$ac_objext \
11935 conftest$ac_exeext conftest.$ac_ext
11937 rm -f core conftest.err conftest.$ac_objext \
11938 conftest$ac_exeext conftest.$ac_ext
11940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11941 $as_echo "$ac_cv_asm_func_def" >&6; }
11944 case "$ac_cv_asm_func_def" in
11945 ".def")
11946 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11948 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11949 ".type @function")
11950 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11952 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11953 ".type 2")
11954 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11956 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11958 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11960 asm_func_header="" ;;
11961 esac
11963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11964 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11965 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11966 $as_echo_n "(cached) " >&6
11967 else
11968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11969 /* end confdefs.h. */
11970 asm(".text\n\t.long 0");
11972 main ()
11976 return 0;
11978 _ACEOF
11979 if ac_fn_c_try_compile "$LINENO"; then :
11980 ac_cv_c_asm_outside_funcs="yes"
11981 else
11982 ac_cv_c_asm_outside_funcs="no"
11984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11987 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11990 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11991 if test "${ac_cv_c_dot_previous+set}" = set; then :
11992 $as_echo_n "(cached) " >&6
11993 else
11994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11995 /* end confdefs.h. */
11998 main ()
12000 asm(".text\nac_test:\t.long 0\n\t.previous");
12002 return 0;
12004 _ACEOF
12005 if ac_fn_c_try_link "$LINENO"; then :
12006 ac_cv_c_dot_previous="yes"
12007 else
12008 ac_cv_c_dot_previous="no"
12010 rm -f core conftest.err conftest.$ac_objext \
12011 conftest$ac_exeext conftest.$ac_ext
12013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12014 $as_echo "$ac_cv_c_dot_previous" >&6; }
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12017 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12018 if test "${ac_cv_c_cfi_support+set}" = set; then :
12019 $as_echo_n "(cached) " >&6
12020 else
12021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12023 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12025 main ()
12029 return 0;
12031 _ACEOF
12032 if ac_fn_c_try_compile "$LINENO"; then :
12033 ac_cv_c_cfi_support="yes"
12034 else
12035 ac_cv_c_cfi_support="no"
12037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12040 $as_echo "$ac_cv_c_cfi_support" >&6; }
12042 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12043 asm_func_trailer=""
12044 if test "$ac_cv_c_dot_previous" = "yes"
12045 then
12046 asm_func_trailer="\\n\\t.previous"
12048 if test "$ac_cv_c_cfi_support" = "yes"
12049 then
12050 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12051 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12053 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12055 else
12056 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12060 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12063 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12064 then
12065 cat >>confdefs.h <<_ACEOF
12066 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12067 _ACEOF
12069 else
12070 cat >>confdefs.h <<_ACEOF
12071 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12072 _ACEOF
12076 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12079 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12083 LDPATH=""
12085 case $build_os in
12086 cygwin*|mingw32*)
12087 TOOLSEXT=".exe"
12089 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12091 darwin*|macosx*)
12094 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12096 esac
12098 case $host_os in
12099 mingw32*)
12100 CRTLIBS="-lmsvcrt"
12102 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12105 esac
12107 MAIN_BINARY="wine"
12109 test -z "$with_wine64" || MAIN_BINARY="wine32"
12111 case $host_cpu in
12112 *i[3456789]86*)
12113 case $host_os in
12114 linux*)
12115 EXTRA_BINARIES="wine-preloader"
12117 esac
12119 esac
12122 ac_save_CFLAGS="$CFLAGS"
12123 CFLAGS="$CFLAGS $BUILTINFLAG"
12124 for ac_func in \
12125 _pclose \
12126 _popen \
12127 _snprintf \
12128 _spawnvp \
12129 _strdup \
12130 _stricmp \
12131 _strnicmp \
12132 _strtoi64 \
12133 _strtoui64 \
12134 _vsnprintf \
12135 asctime_r \
12136 chsize \
12137 dlopen \
12138 epoll_create \
12139 ffs \
12140 finite \
12141 fnmatch \
12142 fork \
12143 fpclass \
12144 fstatfs \
12145 fstatvfs \
12146 ftruncate \
12147 futimes \
12148 futimesat \
12149 getdirentries \
12150 getopt_long \
12151 getpagesize \
12152 getpwuid \
12153 gettid \
12154 gettimeofday \
12155 getuid \
12156 kqueue \
12157 lstat \
12158 memmove \
12159 mmap \
12160 pclose \
12161 pipe2 \
12162 poll \
12163 popen \
12164 port_create \
12165 prctl \
12166 pread \
12167 pwrite \
12168 readdir \
12169 readlink \
12170 sched_setaffinity \
12171 sched_yield \
12172 select \
12173 setproctitle \
12174 setrlimit \
12175 settimeofday \
12176 sigaltstack \
12177 sigprocmask \
12178 snprintf \
12179 spawnvp \
12180 statfs \
12181 statvfs \
12182 strcasecmp \
12183 strdup \
12184 strerror \
12185 strncasecmp \
12186 strtold \
12187 strtoll \
12188 strtoull \
12189 symlink \
12190 tcgetattr \
12191 thr_kill2 \
12192 timegm \
12193 usleep \
12194 vsnprintf \
12195 wait4 \
12196 waitpid \
12198 do :
12199 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12200 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12201 eval as_val=\$$as_ac_var
12202 if test "x$as_val" = x""yes; then :
12203 cat >>confdefs.h <<_ACEOF
12204 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12205 _ACEOF
12208 done
12210 CFLAGS="$ac_save_CFLAGS"
12212 if test "$ac_cv_func_dlopen" = no
12213 then
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12215 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12216 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12217 $as_echo_n "(cached) " >&6
12218 else
12219 ac_check_lib_save_LIBS=$LIBS
12220 LIBS="-ldl $LIBS"
12221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12222 /* end confdefs.h. */
12224 /* Override any GCC internal prototype to avoid an error.
12225 Use char because int might match the return type of a GCC
12226 builtin and then its argument prototype would still apply. */
12227 #ifdef __cplusplus
12228 extern "C"
12229 #endif
12230 char dlopen ();
12232 main ()
12234 return dlopen ();
12236 return 0;
12238 _ACEOF
12239 if ac_fn_c_try_link "$LINENO"; then :
12240 ac_cv_lib_dl_dlopen=yes
12241 else
12242 ac_cv_lib_dl_dlopen=no
12244 rm -f core conftest.err conftest.$ac_objext \
12245 conftest$ac_exeext conftest.$ac_ext
12246 LIBS=$ac_check_lib_save_LIBS
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12249 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12250 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12251 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12252 LIBDL="-ldl"
12257 ac_wine_check_funcs_save_LIBS="$LIBS"
12258 LIBS="$LIBS $LIBDL"
12259 for ac_func in dladdr
12260 do :
12261 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12262 if test "x$ac_cv_func_dladdr" = x""yes; then :
12263 cat >>confdefs.h <<_ACEOF
12264 #define HAVE_DLADDR 1
12265 _ACEOF
12268 done
12270 LIBS="$ac_wine_check_funcs_save_LIBS"
12272 if test "$ac_cv_func_poll" = no
12273 then
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12275 $as_echo_n "checking for poll in -lpoll... " >&6; }
12276 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12277 $as_echo_n "(cached) " >&6
12278 else
12279 ac_check_lib_save_LIBS=$LIBS
12280 LIBS="-lpoll $LIBS"
12281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12282 /* end confdefs.h. */
12284 /* Override any GCC internal prototype to avoid an error.
12285 Use char because int might match the return type of a GCC
12286 builtin and then its argument prototype would still apply. */
12287 #ifdef __cplusplus
12288 extern "C"
12289 #endif
12290 char poll ();
12292 main ()
12294 return poll ();
12296 return 0;
12298 _ACEOF
12299 if ac_fn_c_try_link "$LINENO"; then :
12300 ac_cv_lib_poll_poll=yes
12301 else
12302 ac_cv_lib_poll_poll=no
12304 rm -f core conftest.err conftest.$ac_objext \
12305 conftest$ac_exeext conftest.$ac_ext
12306 LIBS=$ac_check_lib_save_LIBS
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12309 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12310 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12311 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12312 LIBPOLL="-lpoll"
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12319 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12320 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12321 $as_echo_n "(cached) " >&6
12322 else
12323 ac_func_search_save_LIBS=$LIBS
12324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12325 /* end confdefs.h. */
12327 /* Override any GCC internal prototype to avoid an error.
12328 Use char because int might match the return type of a GCC
12329 builtin and then its argument prototype would still apply. */
12330 #ifdef __cplusplus
12331 extern "C"
12332 #endif
12333 char gethostbyname ();
12335 main ()
12337 return gethostbyname ();
12339 return 0;
12341 _ACEOF
12342 for ac_lib in '' nsl; do
12343 if test -z "$ac_lib"; then
12344 ac_res="none required"
12345 else
12346 ac_res=-l$ac_lib
12347 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12349 if ac_fn_c_try_link "$LINENO"; then :
12350 ac_cv_search_gethostbyname=$ac_res
12352 rm -f core conftest.err conftest.$ac_objext \
12353 conftest$ac_exeext
12354 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12355 break
12357 done
12358 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12360 else
12361 ac_cv_search_gethostbyname=no
12363 rm conftest.$ac_ext
12364 LIBS=$ac_func_search_save_LIBS
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12367 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12368 ac_res=$ac_cv_search_gethostbyname
12369 if test "$ac_res" != no; then :
12370 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12376 $as_echo_n "checking for library containing connect... " >&6; }
12377 if test "${ac_cv_search_connect+set}" = set; then :
12378 $as_echo_n "(cached) " >&6
12379 else
12380 ac_func_search_save_LIBS=$LIBS
12381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12382 /* end confdefs.h. */
12384 /* Override any GCC internal prototype to avoid an error.
12385 Use char because int might match the return type of a GCC
12386 builtin and then its argument prototype would still apply. */
12387 #ifdef __cplusplus
12388 extern "C"
12389 #endif
12390 char connect ();
12392 main ()
12394 return connect ();
12396 return 0;
12398 _ACEOF
12399 for ac_lib in '' socket; do
12400 if test -z "$ac_lib"; then
12401 ac_res="none required"
12402 else
12403 ac_res=-l$ac_lib
12404 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12406 if ac_fn_c_try_link "$LINENO"; then :
12407 ac_cv_search_connect=$ac_res
12409 rm -f core conftest.err conftest.$ac_objext \
12410 conftest$ac_exeext
12411 if test "${ac_cv_search_connect+set}" = set; then :
12412 break
12414 done
12415 if test "${ac_cv_search_connect+set}" = set; then :
12417 else
12418 ac_cv_search_connect=no
12420 rm conftest.$ac_ext
12421 LIBS=$ac_func_search_save_LIBS
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12424 $as_echo "$ac_cv_search_connect" >&6; }
12425 ac_res=$ac_cv_search_connect
12426 if test "$ac_res" != no; then :
12427 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12433 $as_echo_n "checking for library containing inet_aton... " >&6; }
12434 if test "${ac_cv_search_inet_aton+set}" = set; then :
12435 $as_echo_n "(cached) " >&6
12436 else
12437 ac_func_search_save_LIBS=$LIBS
12438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12439 /* end confdefs.h. */
12441 /* Override any GCC internal prototype to avoid an error.
12442 Use char because int might match the return type of a GCC
12443 builtin and then its argument prototype would still apply. */
12444 #ifdef __cplusplus
12445 extern "C"
12446 #endif
12447 char inet_aton ();
12449 main ()
12451 return inet_aton ();
12453 return 0;
12455 _ACEOF
12456 for ac_lib in '' resolv; do
12457 if test -z "$ac_lib"; then
12458 ac_res="none required"
12459 else
12460 ac_res=-l$ac_lib
12461 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12463 if ac_fn_c_try_link "$LINENO"; then :
12464 ac_cv_search_inet_aton=$ac_res
12466 rm -f core conftest.err conftest.$ac_objext \
12467 conftest$ac_exeext
12468 if test "${ac_cv_search_inet_aton+set}" = set; then :
12469 break
12471 done
12472 if test "${ac_cv_search_inet_aton+set}" = set; then :
12474 else
12475 ac_cv_search_inet_aton=no
12477 rm conftest.$ac_ext
12478 LIBS=$ac_func_search_save_LIBS
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12481 $as_echo "$ac_cv_search_inet_aton" >&6; }
12482 ac_res=$ac_cv_search_inet_aton
12483 if test "$ac_res" != no; then :
12484 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12489 for ac_func in \
12490 getaddrinfo \
12491 getnameinfo \
12492 getnetbyname \
12493 getprotobyname \
12494 getprotobynumber \
12495 getservbyport \
12496 inet_network \
12497 inet_ntop \
12498 inet_pton \
12499 sendmsg \
12500 socketpair \
12502 do :
12503 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12504 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12505 eval as_val=\$$as_ac_var
12506 if test "x$as_val" = x""yes; then :
12507 cat >>confdefs.h <<_ACEOF
12508 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12509 _ACEOF
12512 done
12515 LDAPLIBS=""
12517 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12518 then
12519 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12521 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12523 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12524 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12525 $as_echo_n "(cached) " >&6
12526 else
12527 ac_check_lib_save_LIBS=$LIBS
12528 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12530 /* end confdefs.h. */
12532 /* Override any GCC internal prototype to avoid an error.
12533 Use char because int might match the return type of a GCC
12534 builtin and then its argument prototype would still apply. */
12535 #ifdef __cplusplus
12536 extern "C"
12537 #endif
12538 char ldap_initialize ();
12540 main ()
12542 return ldap_initialize ();
12544 return 0;
12546 _ACEOF
12547 if ac_fn_c_try_link "$LINENO"; then :
12548 ac_cv_lib_ldap_r_ldap_initialize=yes
12549 else
12550 ac_cv_lib_ldap_r_ldap_initialize=no
12552 rm -f core conftest.err conftest.$ac_objext \
12553 conftest$ac_exeext conftest.$ac_ext
12554 LIBS=$ac_check_lib_save_LIBS
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12557 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12558 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12560 $as_echo_n "checking for ber_init in -llber... " >&6; }
12561 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12562 $as_echo_n "(cached) " >&6
12563 else
12564 ac_check_lib_save_LIBS=$LIBS
12565 LIBS="-llber $LIBPTHREAD $LIBS"
12566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12567 /* end confdefs.h. */
12569 /* Override any GCC internal prototype to avoid an error.
12570 Use char because int might match the return type of a GCC
12571 builtin and then its argument prototype would still apply. */
12572 #ifdef __cplusplus
12573 extern "C"
12574 #endif
12575 char ber_init ();
12577 main ()
12579 return ber_init ();
12581 return 0;
12583 _ACEOF
12584 if ac_fn_c_try_link "$LINENO"; then :
12585 ac_cv_lib_lber_ber_init=yes
12586 else
12587 ac_cv_lib_lber_ber_init=no
12589 rm -f core conftest.err conftest.$ac_objext \
12590 conftest$ac_exeext conftest.$ac_ext
12591 LIBS=$ac_check_lib_save_LIBS
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12594 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12595 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12597 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12599 LDAPLIBS="-lldap_r -llber"
12606 ac_wine_check_funcs_save_LIBS="$LIBS"
12607 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12608 for ac_func in \
12609 ldap_count_references \
12610 ldap_first_reference \
12611 ldap_next_reference \
12612 ldap_parse_reference \
12613 ldap_parse_sort_control \
12614 ldap_parse_sortresponse_control \
12615 ldap_parse_vlv_control \
12616 ldap_parse_vlvresponse_control
12617 do :
12618 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12619 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12620 eval as_val=\$$as_ac_var
12621 if test "x$as_val" = x""yes; then :
12622 cat >>confdefs.h <<_ACEOF
12623 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12624 _ACEOF
12627 done
12629 LIBS="$ac_wine_check_funcs_save_LIBS"
12631 if test "x$LDAPLIBS" = "x"; then :
12632 case "x$with_ldap" in
12633 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12634 xno) ;;
12635 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12636 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12637 esac
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12641 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12642 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12643 $as_echo_n "(cached) " >&6
12644 else
12645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12646 /* end confdefs.h. */
12647 #include <sys/stat.h>
12649 main ()
12651 mkdir("foo");
12653 return 0;
12655 _ACEOF
12656 if ac_fn_c_try_compile "$LINENO"; then :
12657 wine_cv_one_arg_mkdir=yes
12658 else
12659 wine_cv_one_arg_mkdir=no
12661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12664 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12665 if test "$wine_cv_one_arg_mkdir" = "yes"
12666 then
12668 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12674 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12675 if test "${ac_cv_c_const+set}" = set; then :
12676 $as_echo_n "(cached) " >&6
12677 else
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679 /* end confdefs.h. */
12682 main ()
12684 /* FIXME: Include the comments suggested by Paul. */
12685 #ifndef __cplusplus
12686 /* Ultrix mips cc rejects this. */
12687 typedef int charset[2];
12688 const charset cs;
12689 /* SunOS 4.1.1 cc rejects this. */
12690 char const *const *pcpcc;
12691 char **ppc;
12692 /* NEC SVR4.0.2 mips cc rejects this. */
12693 struct point {int x, y;};
12694 static struct point const zero = {0,0};
12695 /* AIX XL C 1.02.0.0 rejects this.
12696 It does not let you subtract one const X* pointer from another in
12697 an arm of an if-expression whose if-part is not a constant
12698 expression */
12699 const char *g = "string";
12700 pcpcc = &g + (g ? g-g : 0);
12701 /* HPUX 7.0 cc rejects these. */
12702 ++pcpcc;
12703 ppc = (char**) pcpcc;
12704 pcpcc = (char const *const *) ppc;
12705 { /* SCO 3.2v4 cc rejects this. */
12706 char *t;
12707 char const *s = 0 ? (char *) 0 : (char const *) 0;
12709 *t++ = 0;
12710 if (s) return 0;
12712 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12713 int x[] = {25, 17};
12714 const int *foo = &x[0];
12715 ++foo;
12717 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12718 typedef const int *iptr;
12719 iptr p = 0;
12720 ++p;
12722 { /* AIX XL C 1.02.0.0 rejects this saying
12723 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12724 struct s { int j; const int *ap[3]; };
12725 struct s *b; b->j = 5;
12727 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12728 const int foo = 10;
12729 if (!foo) return 0;
12731 return !cs[0] && !zero.x;
12732 #endif
12735 return 0;
12737 _ACEOF
12738 if ac_fn_c_try_compile "$LINENO"; then :
12739 ac_cv_c_const=yes
12740 else
12741 ac_cv_c_const=no
12743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12746 $as_echo "$ac_cv_c_const" >&6; }
12747 if test $ac_cv_c_const = no; then
12749 $as_echo "#define const /**/" >>confdefs.h
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12754 $as_echo_n "checking for inline... " >&6; }
12755 if test "${ac_cv_c_inline+set}" = set; then :
12756 $as_echo_n "(cached) " >&6
12757 else
12758 ac_cv_c_inline=no
12759 for ac_kw in inline __inline__ __inline; do
12760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12761 /* end confdefs.h. */
12762 #ifndef __cplusplus
12763 typedef int foo_t;
12764 static $ac_kw foo_t static_foo () {return 0; }
12765 $ac_kw foo_t foo () {return 0; }
12766 #endif
12768 _ACEOF
12769 if ac_fn_c_try_compile "$LINENO"; then :
12770 ac_cv_c_inline=$ac_kw
12772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12773 test "$ac_cv_c_inline" != no && break
12774 done
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12778 $as_echo "$ac_cv_c_inline" >&6; }
12780 case $ac_cv_c_inline in
12781 inline | yes) ;;
12783 case $ac_cv_c_inline in
12784 no) ac_val=;;
12785 *) ac_val=$ac_cv_c_inline;;
12786 esac
12787 cat >>confdefs.h <<_ACEOF
12788 #ifndef __cplusplus
12789 #define inline $ac_val
12790 #endif
12791 _ACEOF
12793 esac
12795 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12796 if test "x$ac_cv_type_mode_t" = x""yes; then :
12798 cat >>confdefs.h <<_ACEOF
12799 #define HAVE_MODE_T 1
12800 _ACEOF
12804 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12805 if test "x$ac_cv_type_off_t" = x""yes; then :
12807 cat >>confdefs.h <<_ACEOF
12808 #define HAVE_OFF_T 1
12809 _ACEOF
12813 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12814 if test "x$ac_cv_type_pid_t" = x""yes; then :
12816 cat >>confdefs.h <<_ACEOF
12817 #define HAVE_PID_T 1
12818 _ACEOF
12822 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12823 if test "x$ac_cv_type_size_t" = x""yes; then :
12825 cat >>confdefs.h <<_ACEOF
12826 #define HAVE_SIZE_T 1
12827 _ACEOF
12831 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12832 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12834 cat >>confdefs.h <<_ACEOF
12835 #define HAVE_SSIZE_T 1
12836 _ACEOF
12840 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12841 if test "x$ac_cv_type_long_long" = x""yes; then :
12843 cat >>confdefs.h <<_ACEOF
12844 #define HAVE_LONG_LONG 1
12845 _ACEOF
12849 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12850 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12852 cat >>confdefs.h <<_ACEOF
12853 #define HAVE_FSBLKCNT_T 1
12854 _ACEOF
12858 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12859 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12861 cat >>confdefs.h <<_ACEOF
12862 #define HAVE_FSFILCNT_T 1
12863 _ACEOF
12868 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12869 #include <signal.h>
12871 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12873 cat >>confdefs.h <<_ACEOF
12874 #define HAVE_SIGSET_T 1
12875 _ACEOF
12880 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12882 if test "x$ac_cv_type_request_sense" = x""yes; then :
12884 cat >>confdefs.h <<_ACEOF
12885 #define HAVE_REQUEST_SENSE 1
12886 _ACEOF
12892 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12893 #ifdef HAVE_SYS_SOCKET_H
12894 #include <sys/socket.h>
12895 #endif
12896 #ifdef HAVE_SYS_SOCKETVAR_H
12897 #include <sys/socketvar.h>
12898 #endif
12899 #ifdef HAVE_NET_ROUTE_H
12900 #include <net/route.h>
12901 #endif
12902 #ifdef HAVE_NETINET_IN_H
12903 #include <netinet/in.h>
12904 #endif
12905 #ifdef HAVE_NETINET_IN_SYSTM_H
12906 #include <netinet/in_systm.h>
12907 #endif
12908 #ifdef HAVE_NETINET_IP_H
12909 #include <netinet/ip.h>
12910 #endif
12911 #ifdef HAVE_NETINET_IN_PCB_H
12912 #include <netinet/in_pcb.h>
12913 #endif
12915 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12917 cat >>confdefs.h <<_ACEOF
12918 #define HAVE_STRUCT_XINPGEN 1
12919 _ACEOF
12925 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12926 #include <linux/input.h>
12927 #endif
12929 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12931 cat >>confdefs.h <<_ACEOF
12932 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12933 _ACEOF
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12940 $as_echo_n "checking for sigaddset... " >&6; }
12941 if test "${wine_cv_have_sigaddset+set}" = set; then :
12942 $as_echo_n "(cached) " >&6
12943 else
12944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12945 /* end confdefs.h. */
12946 #include <signal.h>
12948 main ()
12950 sigset_t set; sigaddset(&set,SIGTERM);
12952 return 0;
12954 _ACEOF
12955 if ac_fn_c_try_link "$LINENO"; then :
12956 wine_cv_have_sigaddset=yes
12957 else
12958 wine_cv_have_sigaddset=no
12960 rm -f core conftest.err conftest.$ac_objext \
12961 conftest$ac_exeext conftest.$ac_ext
12963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12964 $as_echo "$wine_cv_have_sigaddset" >&6; }
12965 if test "$wine_cv_have_sigaddset" = "yes"
12966 then
12968 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12974 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12975 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12976 $as_echo_n "(cached) " >&6
12977 else
12978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12979 /* end confdefs.h. */
12980 #include <netdb.h>
12982 main ()
12985 char *name=0;
12986 struct hostent he;
12987 struct hostent *result;
12988 char *buf=0;
12989 int bufsize=0;
12990 int res,errnr;
12991 char *addr=0;
12992 int addrlen=0;
12993 int addrtype=0;
12994 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12995 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12998 return 0;
13000 _ACEOF
13001 if ac_fn_c_try_link "$LINENO"; then :
13002 wine_cv_linux_gethostbyname_r_6=yes
13003 else
13004 wine_cv_linux_gethostbyname_r_6=no
13007 rm -f core conftest.err conftest.$ac_objext \
13008 conftest$ac_exeext conftest.$ac_ext
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13012 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13013 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13014 then
13016 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13020 if test "$ac_cv_header_linux_joystick_h" = "yes"
13021 then
13022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13023 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13024 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13025 $as_echo_n "(cached) " >&6
13026 else
13027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13028 /* end confdefs.h. */
13030 #include <sys/ioctl.h>
13031 #include <sys/types.h>
13032 #include <linux/joystick.h>
13034 struct js_event blub;
13035 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13036 #error "no 2.2 header"
13037 #endif
13040 main ()
13042 /*empty*/
13044 return 0;
13046 _ACEOF
13047 if ac_fn_c_try_compile "$LINENO"; then :
13048 wine_cv_linux_joystick_22_api=yes
13049 else
13050 wine_cv_linux_joystick_22_api=no
13052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13056 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13057 if test "$wine_cv_linux_joystick_22_api" = "yes"
13058 then
13060 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13066 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13067 #ifdef HAVE_SYS_PARAM_H
13068 # include <sys/param.h>
13069 #endif
13070 #ifdef HAVE_SYS_MOUNT_H
13071 # include <sys/mount.h>
13072 #endif
13073 #ifdef HAVE_SYS_VFS_H
13074 # include <sys/vfs.h>
13075 #endif
13076 #ifdef HAVE_SYS_STATFS_H
13077 # include <sys/statfs.h>
13078 #endif
13080 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13082 cat >>confdefs.h <<_ACEOF
13083 #define HAVE_STRUCT_STATFS_F_BFREE 1
13084 _ACEOF
13088 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13089 #ifdef HAVE_SYS_PARAM_H
13090 # include <sys/param.h>
13091 #endif
13092 #ifdef HAVE_SYS_MOUNT_H
13093 # include <sys/mount.h>
13094 #endif
13095 #ifdef HAVE_SYS_VFS_H
13096 # include <sys/vfs.h>
13097 #endif
13098 #ifdef HAVE_SYS_STATFS_H
13099 # include <sys/statfs.h>
13100 #endif
13102 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13104 cat >>confdefs.h <<_ACEOF
13105 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13106 _ACEOF
13110 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13111 #ifdef HAVE_SYS_PARAM_H
13112 # include <sys/param.h>
13113 #endif
13114 #ifdef HAVE_SYS_MOUNT_H
13115 # include <sys/mount.h>
13116 #endif
13117 #ifdef HAVE_SYS_VFS_H
13118 # include <sys/vfs.h>
13119 #endif
13120 #ifdef HAVE_SYS_STATFS_H
13121 # include <sys/statfs.h>
13122 #endif
13124 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13126 cat >>confdefs.h <<_ACEOF
13127 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13128 _ACEOF
13132 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13133 #ifdef HAVE_SYS_PARAM_H
13134 # include <sys/param.h>
13135 #endif
13136 #ifdef HAVE_SYS_MOUNT_H
13137 # include <sys/mount.h>
13138 #endif
13139 #ifdef HAVE_SYS_VFS_H
13140 # include <sys/vfs.h>
13141 #endif
13142 #ifdef HAVE_SYS_STATFS_H
13143 # include <sys/statfs.h>
13144 #endif
13146 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13148 cat >>confdefs.h <<_ACEOF
13149 #define HAVE_STRUCT_STATFS_F_FFREE 1
13150 _ACEOF
13154 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13155 #ifdef HAVE_SYS_PARAM_H
13156 # include <sys/param.h>
13157 #endif
13158 #ifdef HAVE_SYS_MOUNT_H
13159 # include <sys/mount.h>
13160 #endif
13161 #ifdef HAVE_SYS_VFS_H
13162 # include <sys/vfs.h>
13163 #endif
13164 #ifdef HAVE_SYS_STATFS_H
13165 # include <sys/statfs.h>
13166 #endif
13168 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13170 cat >>confdefs.h <<_ACEOF
13171 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13172 _ACEOF
13176 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13177 #ifdef HAVE_SYS_PARAM_H
13178 # include <sys/param.h>
13179 #endif
13180 #ifdef HAVE_SYS_MOUNT_H
13181 # include <sys/mount.h>
13182 #endif
13183 #ifdef HAVE_SYS_VFS_H
13184 # include <sys/vfs.h>
13185 #endif
13186 #ifdef HAVE_SYS_STATFS_H
13187 # include <sys/statfs.h>
13188 #endif
13190 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13192 cat >>confdefs.h <<_ACEOF
13193 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13194 _ACEOF
13200 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13201 #include <sys/statvfs.h>
13202 #endif
13204 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13206 cat >>confdefs.h <<_ACEOF
13207 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13208 _ACEOF
13214 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13215 #ifdef HAVE_SYS_SOCKET_H
13216 # include <sys/socket.h>
13217 #endif
13218 #ifdef HAVE_SYS_UN_H
13219 # include <sys/un.h>
13220 #endif
13222 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13224 cat >>confdefs.h <<_ACEOF
13225 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13226 _ACEOF
13230 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13231 #ifdef HAVE_SYS_SOCKET_H
13232 # include <sys/socket.h>
13233 #endif
13234 #ifdef HAVE_SYS_UN_H
13235 # include <sys/un.h>
13236 #endif
13238 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13240 cat >>confdefs.h <<_ACEOF
13241 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13242 _ACEOF
13246 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13247 #ifdef HAVE_SYS_SOCKET_H
13248 # include <sys/socket.h>
13249 #endif
13250 #ifdef HAVE_SYS_UN_H
13251 # include <sys/un.h>
13252 #endif
13254 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13256 cat >>confdefs.h <<_ACEOF
13257 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13258 _ACEOF
13264 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13265 #ifdef HAVE_SCSI_SG_H
13266 #include <scsi/sg.h>
13267 #endif
13269 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13271 cat >>confdefs.h <<_ACEOF
13272 #define HAVE_SCSIREQ_T_CMD 1
13273 _ACEOF
13277 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>
13278 #ifdef HAVE_SCSI_SG_H
13279 #include <scsi/sg.h>
13280 #endif
13282 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13284 cat >>confdefs.h <<_ACEOF
13285 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13286 _ACEOF
13292 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13294 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13296 cat >>confdefs.h <<_ACEOF
13297 #define HAVE_SIGINFO_T_SI_FD 1
13298 _ACEOF
13304 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13305 #ifdef HAVE_SYS_MTIO_H
13306 #include <sys/mtio.h>
13307 #endif
13309 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13311 cat >>confdefs.h <<_ACEOF
13312 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13313 _ACEOF
13317 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13318 #ifdef HAVE_SYS_MTIO_H
13319 #include <sys/mtio.h>
13320 #endif
13322 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13324 cat >>confdefs.h <<_ACEOF
13325 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13326 _ACEOF
13330 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13331 #ifdef HAVE_SYS_MTIO_H
13332 #include <sys/mtio.h>
13333 #endif
13335 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13337 cat >>confdefs.h <<_ACEOF
13338 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13339 _ACEOF
13345 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13346 #include <getopt.h>
13347 #endif
13349 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13351 cat >>confdefs.h <<_ACEOF
13352 #define HAVE_STRUCT_OPTION_NAME 1
13353 _ACEOF
13359 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13360 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13362 cat >>confdefs.h <<_ACEOF
13363 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13364 _ACEOF
13368 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13369 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13371 cat >>confdefs.h <<_ACEOF
13372 #define HAVE_STRUCT_STAT_ST_MTIM 1
13373 _ACEOF
13377 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13378 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13380 cat >>confdefs.h <<_ACEOF
13381 #define HAVE_STRUCT_STAT_ST_CTIM 1
13382 _ACEOF
13386 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13387 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13389 cat >>confdefs.h <<_ACEOF
13390 #define HAVE_STRUCT_STAT_ST_ATIM 1
13391 _ACEOF
13397 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
13398 #include <sys/types.h>
13399 #endif
13400 #ifdef HAVE_NETINET_IN_H
13401 #include <netinet/in.h>
13402 #endif
13404 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13406 cat >>confdefs.h <<_ACEOF
13407 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13408 _ACEOF
13414 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13415 #include <sys/types.h>
13416 #endif
13417 #ifdef HAVE_NETINET_IN_H
13418 # include <netinet/in.h>
13419 #endif
13420 #ifdef HAVE_ARPA_NAMESER_H
13421 # include <arpa/nameser.h>
13422 #endif
13424 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13426 cat >>confdefs.h <<_ACEOF
13427 #define HAVE_NS_MSG__MSG_PTR 1
13428 _ACEOF
13434 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13435 #include <sys/types.h>
13436 #endif
13437 #ifdef HAVE_ALIAS_H
13438 #include <alias.h>
13439 #endif
13440 #ifdef HAVE_SYS_SOCKET_H
13441 #include <sys/socket.h>
13442 #endif
13443 #ifdef HAVE_SYS_SOCKETVAR_H
13444 #include <sys/socketvar.h>
13445 #endif
13446 #ifdef HAVE_SYS_TIMEOUT_H
13447 #include <sys/timeout.h>
13448 #endif
13449 #ifdef HAVE_NETINET_IN_H
13450 #include <netinet/in.h>
13451 #endif
13452 #ifdef HAVE_NETINET_IN_SYSTM_H
13453 #include <netinet/in_systm.h>
13454 #endif
13455 #ifdef HAVE_NETINET_IP_H
13456 #include <netinet/ip.h>
13457 #endif
13458 #ifdef HAVE_NETINET_IP_VAR_H
13459 #include <netinet/ip_var.h>
13460 #endif
13461 #ifdef HAVE_NETINET_IP_ICMP_H
13462 #include <netinet/ip_icmp.h>
13463 #endif
13464 #ifdef HAVE_NETINET_ICMP_VAR
13465 #include <netinet/icmp_var.h>
13466 #endif
13468 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13470 cat >>confdefs.h <<_ACEOF
13471 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13472 _ACEOF
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13479 $as_echo_n "checking for timezone variable... " >&6; }
13480 if test "${ac_cv_have_timezone+set}" = set; then :
13481 $as_echo_n "(cached) " >&6
13482 else
13483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13484 /* end confdefs.h. */
13485 #include <time.h>
13487 main ()
13489 timezone = 1
13491 return 0;
13493 _ACEOF
13494 if ac_fn_c_try_link "$LINENO"; then :
13495 ac_cv_have_timezone="yes"
13496 else
13497 ac_cv_have_timezone="no"
13499 rm -f core conftest.err conftest.$ac_objext \
13500 conftest$ac_exeext conftest.$ac_ext
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13503 $as_echo "$ac_cv_have_timezone" >&6; }
13504 if test "$ac_cv_have_timezone" = "yes"
13505 then
13507 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13511 $as_echo_n "checking for daylight variable... " >&6; }
13512 if test "${ac_cv_have_daylight+set}" = set; then :
13513 $as_echo_n "(cached) " >&6
13514 else
13515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13516 /* end confdefs.h. */
13517 #include <time.h>
13519 main ()
13521 daylight = 1
13523 return 0;
13525 _ACEOF
13526 if ac_fn_c_try_link "$LINENO"; then :
13527 ac_cv_have_daylight="yes"
13528 else
13529 ac_cv_have_daylight="no"
13531 rm -f core conftest.err conftest.$ac_objext \
13532 conftest$ac_exeext conftest.$ac_ext
13534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13535 $as_echo "$ac_cv_have_daylight" >&6; }
13536 if test "$ac_cv_have_daylight" = "yes"
13537 then
13539 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13544 $as_echo_n "checking for isinf... " >&6; }
13545 if test "${ac_cv_have_isinf+set}" = set; then :
13546 $as_echo_n "(cached) " >&6
13547 else
13548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13549 /* end confdefs.h. */
13550 #include <math.h>
13552 main ()
13554 float f = 0.0; int i=isinf(f)
13556 return 0;
13558 _ACEOF
13559 if ac_fn_c_try_link "$LINENO"; then :
13560 ac_cv_have_isinf="yes"
13561 else
13562 ac_cv_have_isinf="no"
13564 rm -f core conftest.err conftest.$ac_objext \
13565 conftest$ac_exeext conftest.$ac_ext
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13568 $as_echo "$ac_cv_have_isinf" >&6; }
13569 if test "$ac_cv_have_isinf" = "yes"
13570 then
13572 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13577 $as_echo_n "checking for isnan... " >&6; }
13578 if test "${ac_cv_have_isnan+set}" = set; then :
13579 $as_echo_n "(cached) " >&6
13580 else
13581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13582 /* end confdefs.h. */
13583 #include <math.h>
13585 main ()
13587 float f = 0.0; int i=isnan(f)
13589 return 0;
13591 _ACEOF
13592 if ac_fn_c_try_link "$LINENO"; then :
13593 ac_cv_have_isnan="yes"
13594 else
13595 ac_cv_have_isnan="no"
13597 rm -f core conftest.err conftest.$ac_objext \
13598 conftest$ac_exeext conftest.$ac_ext
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13601 $as_echo "$ac_cv_have_isnan" >&6; }
13602 if test "$ac_cv_have_isnan" = "yes"
13603 then
13605 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13610 case $host_cpu in
13611 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13612 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13613 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13614 $as_echo_n "(cached) " >&6
13615 else
13616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13617 /* end confdefs.h. */
13618 #ifndef __i386__
13620 #endif
13621 _ACEOF
13622 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13623 $EGREP "yes" >/dev/null 2>&1; then :
13624 ac_cv_cpp_def___i386__=yes
13625 else
13626 ac_cv_cpp_def___i386__=no
13628 rm -f conftest*
13631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13632 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13633 if test $ac_cv_cpp_def___i386__ = yes; then :
13634 CFLAGS="$CFLAGS -D__i386__"
13635 LINTFLAGS="$LINTFLAGS -D__i386__"
13636 fi ;;
13637 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13638 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13639 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13640 $as_echo_n "(cached) " >&6
13641 else
13642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13643 /* end confdefs.h. */
13644 #ifndef __x86_64__
13646 #endif
13647 _ACEOF
13648 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13649 $EGREP "yes" >/dev/null 2>&1; then :
13650 ac_cv_cpp_def___x86_64__=yes
13651 else
13652 ac_cv_cpp_def___x86_64__=no
13654 rm -f conftest*
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13658 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13659 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13660 CFLAGS="$CFLAGS -D__x86_64__"
13661 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13662 fi ;;
13663 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13664 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13665 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13666 $as_echo_n "(cached) " >&6
13667 else
13668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13669 /* end confdefs.h. */
13670 #ifndef __ALPHA__
13672 #endif
13673 _ACEOF
13674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13675 $EGREP "yes" >/dev/null 2>&1; then :
13676 ac_cv_cpp_def___ALPHA__=yes
13677 else
13678 ac_cv_cpp_def___ALPHA__=no
13680 rm -f conftest*
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13684 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13685 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13686 CFLAGS="$CFLAGS -D__ALPHA__"
13687 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13688 fi ;;
13689 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13690 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13691 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13692 $as_echo_n "(cached) " >&6
13693 else
13694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13695 /* end confdefs.h. */
13696 #ifndef __sparc__
13698 #endif
13699 _ACEOF
13700 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13701 $EGREP "yes" >/dev/null 2>&1; then :
13702 ac_cv_cpp_def___sparc__=yes
13703 else
13704 ac_cv_cpp_def___sparc__=no
13706 rm -f conftest*
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13710 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13711 if test $ac_cv_cpp_def___sparc__ = yes; then :
13712 CFLAGS="$CFLAGS -D__sparc__"
13713 LINTFLAGS="$LINTFLAGS -D__sparc__"
13714 fi ;;
13715 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13716 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13717 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13718 $as_echo_n "(cached) " >&6
13719 else
13720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13721 /* end confdefs.h. */
13722 #ifndef __powerpc__
13724 #endif
13725 _ACEOF
13726 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13727 $EGREP "yes" >/dev/null 2>&1; then :
13728 ac_cv_cpp_def___powerpc__=yes
13729 else
13730 ac_cv_cpp_def___powerpc__=no
13732 rm -f conftest*
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13736 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13737 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13738 CFLAGS="$CFLAGS -D__powerpc__"
13739 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13740 fi ;;
13741 esac
13743 case $host_vendor in
13744 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13745 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13746 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13747 $as_echo_n "(cached) " >&6
13748 else
13749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13750 /* end confdefs.h. */
13751 #ifndef __sun__
13753 #endif
13754 _ACEOF
13755 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13756 $EGREP "yes" >/dev/null 2>&1; then :
13757 ac_cv_cpp_def___sun__=yes
13758 else
13759 ac_cv_cpp_def___sun__=no
13761 rm -f conftest*
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13765 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13766 if test $ac_cv_cpp_def___sun__ = yes; then :
13767 CFLAGS="$CFLAGS -D__sun__"
13768 LINTFLAGS="$LINTFLAGS -D__sun__"
13769 fi ;;
13770 esac
13773 DEPENDENCIES="### Dependencies:
13775 .INIT: Makefile
13776 .BEGIN: Makefile
13777 .MAKEFILEDEPS:
13778 Makefile: dummy
13779 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13781 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13782 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13783 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13784 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13785 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13788 ALL_MAKERULES=""
13790 ALL_MAKEFILES=""
13792 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13795 ALL_TOP_DIRS=""
13797 ALL_DLL_DIRS=""
13799 ALL_IMPLIB_DIRS=""
13801 ALL_TEST_DIRS=""
13803 ALL_PROGRAM_DIRS=""
13805 ALL_PROGRAM_INSTALL_DIRS=""
13807 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13812 ac_config_commands="$ac_config_commands include/stamp-h"
13815 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13817 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13819 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13821 ac_config_commands="$ac_config_commands dlls/user32/resources"
13823 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13825 ac_config_commands="$ac_config_commands include/wine"
13828 ALL_MAKERULES="$ALL_MAKERULES \\
13829 Make.rules"
13830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13831 Make.rules: Make.rules.in"
13832 MAKE_RULES=Make.rules
13833 ac_config_files="$ac_config_files Make.rules"
13835 ALL_MAKERULES="$ALL_MAKERULES \\
13836 dlls/Makedll.rules"
13837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13838 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13839 MAKE_DLL_RULES=dlls/Makedll.rules
13840 ac_config_files="$ac_config_files dlls/Makedll.rules"
13842 ALL_MAKERULES="$ALL_MAKERULES \\
13843 dlls/Makeimplib.rules"
13844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13845 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13846 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13847 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13849 ALL_MAKERULES="$ALL_MAKERULES \\
13850 dlls/Maketest.rules"
13851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13852 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13853 MAKE_TEST_RULES=dlls/Maketest.rules
13854 ac_config_files="$ac_config_files dlls/Maketest.rules"
13856 ALL_MAKERULES="$ALL_MAKERULES \\
13857 programs/Makeprog.rules"
13858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13859 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13860 MAKE_PROG_RULES=programs/Makeprog.rules
13861 ac_config_files="$ac_config_files programs/Makeprog.rules"
13866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13867 Makefile: Makefile.in Make.rules"
13868 ac_config_files="$ac_config_files Makefile"
13870 ALL_MAKEFILES="$ALL_MAKEFILES \\
13871 dlls/Makefile"
13872 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13873 dlls"
13874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13875 dlls/Makefile: dlls/Makefile.in Make.rules"
13876 ac_config_files="$ac_config_files dlls/Makefile"
13878 ALL_MAKEFILES="$ALL_MAKEFILES \\
13879 dlls/acledit/Makefile"
13880 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13881 acledit"
13882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13883 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13884 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13886 ALL_MAKEFILES="$ALL_MAKEFILES \\
13887 dlls/aclui/Makefile"
13888 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13889 aclui"
13890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13891 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13892 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13894 ALL_MAKEFILES="$ALL_MAKEFILES \\
13895 dlls/activeds/Makefile"
13896 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13897 activeds"
13898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13899 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13900 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13902 ALL_MAKEFILES="$ALL_MAKEFILES \\
13903 dlls/actxprxy/Makefile"
13904 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13905 actxprxy"
13906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13907 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13908 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13910 ALL_MAKEFILES="$ALL_MAKEFILES \\
13911 dlls/adsiid/Makefile"
13912 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13913 adsiid"
13914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13915 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13916 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13918 ALL_MAKEFILES="$ALL_MAKEFILES \\
13919 dlls/advapi32/Makefile"
13920 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13921 advapi32"
13922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13923 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13924 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13926 ALL_MAKEFILES="$ALL_MAKEFILES \\
13927 dlls/advapi32/tests/Makefile"
13928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13929 advapi32/tests"
13930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13931 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13932 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13934 ALL_MAKEFILES="$ALL_MAKEFILES \\
13935 dlls/advpack/Makefile"
13936 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13937 advpack"
13938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13939 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13940 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13942 ALL_MAKEFILES="$ALL_MAKEFILES \\
13943 dlls/advpack/tests/Makefile"
13944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13945 advpack/tests"
13946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13947 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13948 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13950 ALL_MAKEFILES="$ALL_MAKEFILES \\
13951 dlls/amstream/Makefile"
13952 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13953 amstream"
13954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13955 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13956 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13958 ALL_MAKEFILES="$ALL_MAKEFILES \\
13959 dlls/amstream/tests/Makefile"
13960 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13961 amstream/tests"
13962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13963 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13964 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13966 ALL_MAKEFILES="$ALL_MAKEFILES \\
13967 dlls/appwiz.cpl/Makefile"
13968 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13969 appwiz.cpl"
13970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13971 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13972 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13974 ALL_MAKEFILES="$ALL_MAKEFILES \\
13975 dlls/atl/Makefile"
13976 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13977 atl"
13978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13979 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13980 ac_config_files="$ac_config_files dlls/atl/Makefile"
13982 ALL_MAKEFILES="$ALL_MAKEFILES \\
13983 dlls/authz/Makefile"
13984 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13985 authz"
13986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13987 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13988 ac_config_files="$ac_config_files dlls/authz/Makefile"
13990 ALL_MAKEFILES="$ALL_MAKEFILES \\
13991 dlls/avicap32/Makefile"
13992 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13993 avicap32"
13994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13995 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13996 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13998 ALL_MAKEFILES="$ALL_MAKEFILES \\
13999 dlls/avifil32/Makefile"
14000 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14001 avifil32"
14002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14003 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
14004 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
14006 ALL_MAKEFILES="$ALL_MAKEFILES \\
14007 dlls/avifile.dll16/Makefile"
14008 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14009 avifile.dll16"
14010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14011 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
14012 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
14014 ALL_MAKEFILES="$ALL_MAKEFILES \\
14015 dlls/avrt/Makefile"
14016 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14017 avrt"
14018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14019 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
14020 ac_config_files="$ac_config_files dlls/avrt/Makefile"
14022 ALL_MAKEFILES="$ALL_MAKEFILES \\
14023 dlls/bcrypt/Makefile"
14024 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14025 bcrypt"
14026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14027 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
14028 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14030 ALL_MAKEFILES="$ALL_MAKEFILES \\
14031 dlls/browseui/Makefile"
14032 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14033 browseui"
14034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14035 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
14036 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14038 ALL_MAKEFILES="$ALL_MAKEFILES \\
14039 dlls/browseui/tests/Makefile"
14040 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14041 browseui/tests"
14042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14043 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
14044 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14046 ALL_MAKEFILES="$ALL_MAKEFILES \\
14047 dlls/cabinet/Makefile"
14048 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14049 cabinet"
14050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14051 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
14052 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14054 ALL_MAKEFILES="$ALL_MAKEFILES \\
14055 dlls/cabinet/tests/Makefile"
14056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14057 cabinet/tests"
14058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14059 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14060 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14062 ALL_MAKEFILES="$ALL_MAKEFILES \\
14063 dlls/capi2032/Makefile"
14064 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14065 capi2032"
14066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14067 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14068 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14070 ALL_MAKEFILES="$ALL_MAKEFILES \\
14071 dlls/cards/Makefile"
14072 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14073 cards"
14074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14075 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14076 ac_config_files="$ac_config_files dlls/cards/Makefile"
14078 ALL_MAKEFILES="$ALL_MAKEFILES \\
14079 dlls/cfgmgr32/Makefile"
14080 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14081 cfgmgr32"
14082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14083 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14084 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14086 ALL_MAKEFILES="$ALL_MAKEFILES \\
14087 dlls/clusapi/Makefile"
14088 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14089 clusapi"
14090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14091 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14092 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14094 ALL_MAKEFILES="$ALL_MAKEFILES \\
14095 dlls/comcat/Makefile"
14096 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14097 comcat"
14098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14099 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14100 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14102 ALL_MAKEFILES="$ALL_MAKEFILES \\
14103 dlls/comcat/tests/Makefile"
14104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14105 comcat/tests"
14106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14107 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14108 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14110 ALL_MAKEFILES="$ALL_MAKEFILES \\
14111 dlls/comctl32/Makefile"
14112 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14113 comctl32"
14114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14115 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14116 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14118 ALL_MAKEFILES="$ALL_MAKEFILES \\
14119 dlls/comctl32/tests/Makefile"
14120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14121 comctl32/tests"
14122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14123 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14124 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14126 ALL_MAKEFILES="$ALL_MAKEFILES \\
14127 dlls/comdlg32/Makefile"
14128 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14129 comdlg32"
14130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14131 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14132 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14134 ALL_MAKEFILES="$ALL_MAKEFILES \\
14135 dlls/comdlg32/tests/Makefile"
14136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14137 comdlg32/tests"
14138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14139 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14140 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14142 ALL_MAKEFILES="$ALL_MAKEFILES \\
14143 dlls/comm.drv16/Makefile"
14144 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14145 comm.drv16"
14146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14147 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14148 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14150 ALL_MAKEFILES="$ALL_MAKEFILES \\
14151 dlls/commdlg.dll16/Makefile"
14152 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14153 commdlg.dll16"
14154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14155 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
14156 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14158 ALL_MAKEFILES="$ALL_MAKEFILES \\
14159 dlls/compobj.dll16/Makefile"
14160 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14161 compobj.dll16"
14162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14163 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14164 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14166 ALL_MAKEFILES="$ALL_MAKEFILES \\
14167 dlls/compstui/Makefile"
14168 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14169 compstui"
14170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14171 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14172 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14174 ALL_MAKEFILES="$ALL_MAKEFILES \\
14175 dlls/credui/Makefile"
14176 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14177 credui"
14178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14179 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14180 ac_config_files="$ac_config_files dlls/credui/Makefile"
14182 ALL_MAKEFILES="$ALL_MAKEFILES \\
14183 dlls/credui/tests/Makefile"
14184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14185 credui/tests"
14186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14187 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14188 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14190 ALL_MAKEFILES="$ALL_MAKEFILES \\
14191 dlls/crtdll/Makefile"
14192 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14193 crtdll"
14194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14195 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14196 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14198 ALL_MAKEFILES="$ALL_MAKEFILES \\
14199 dlls/crypt32/Makefile"
14200 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14201 crypt32"
14202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14203 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14204 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14206 ALL_MAKEFILES="$ALL_MAKEFILES \\
14207 dlls/crypt32/tests/Makefile"
14208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14209 crypt32/tests"
14210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14211 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14212 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14214 ALL_MAKEFILES="$ALL_MAKEFILES \\
14215 dlls/cryptdlg/Makefile"
14216 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14217 cryptdlg"
14218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14219 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14220 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14222 ALL_MAKEFILES="$ALL_MAKEFILES \\
14223 dlls/cryptdll/Makefile"
14224 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14225 cryptdll"
14226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14227 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14228 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14230 ALL_MAKEFILES="$ALL_MAKEFILES \\
14231 dlls/cryptnet/Makefile"
14232 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14233 cryptnet"
14234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14235 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14236 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14238 ALL_MAKEFILES="$ALL_MAKEFILES \\
14239 dlls/cryptnet/tests/Makefile"
14240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14241 cryptnet/tests"
14242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14243 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14244 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14246 ALL_MAKEFILES="$ALL_MAKEFILES \\
14247 dlls/cryptui/Makefile"
14248 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14249 cryptui"
14250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14251 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14252 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14254 ALL_MAKEFILES="$ALL_MAKEFILES \\
14255 dlls/cryptui/tests/Makefile"
14256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14257 cryptui/tests"
14258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14259 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14260 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14262 ALL_MAKEFILES="$ALL_MAKEFILES \\
14263 dlls/ctapi32/Makefile"
14264 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14265 ctapi32"
14266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14267 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14268 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14270 ALL_MAKEFILES="$ALL_MAKEFILES \\
14271 dlls/ctl3d.dll16/Makefile"
14272 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14273 ctl3d.dll16"
14274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14275 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14276 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14278 ALL_MAKEFILES="$ALL_MAKEFILES \\
14279 dlls/ctl3d32/Makefile"
14280 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14281 ctl3d32"
14282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14283 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14284 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14286 ALL_MAKEFILES="$ALL_MAKEFILES \\
14287 dlls/ctl3dv2.dll16/Makefile"
14288 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14289 ctl3dv2.dll16"
14290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14291 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14292 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14294 ALL_MAKEFILES="$ALL_MAKEFILES \\
14295 dlls/d3d10/Makefile"
14296 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14297 d3d10"
14298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14299 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14300 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14302 ALL_MAKEFILES="$ALL_MAKEFILES \\
14303 dlls/d3d10/tests/Makefile"
14304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14305 d3d10/tests"
14306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14307 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14308 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14310 ALL_MAKEFILES="$ALL_MAKEFILES \\
14311 dlls/d3d10core/Makefile"
14312 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14313 d3d10core"
14314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14315 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14316 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14318 ALL_MAKEFILES="$ALL_MAKEFILES \\
14319 dlls/d3d10core/tests/Makefile"
14320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14321 d3d10core/tests"
14322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14323 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14324 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14326 ALL_MAKEFILES="$ALL_MAKEFILES \\
14327 dlls/d3d8/Makefile"
14328 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14329 d3d8"
14330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14331 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14332 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14334 ALL_MAKEFILES="$ALL_MAKEFILES \\
14335 dlls/d3d8/tests/Makefile"
14336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14337 d3d8/tests"
14338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14339 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14340 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14342 ALL_MAKEFILES="$ALL_MAKEFILES \\
14343 dlls/d3d9/Makefile"
14344 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14345 d3d9"
14346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14347 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14348 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14350 ALL_MAKEFILES="$ALL_MAKEFILES \\
14351 dlls/d3d9/tests/Makefile"
14352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14353 d3d9/tests"
14354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14355 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14356 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14358 ALL_MAKEFILES="$ALL_MAKEFILES \\
14359 dlls/d3dim/Makefile"
14360 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14361 d3dim"
14362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14363 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14364 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14366 ALL_MAKEFILES="$ALL_MAKEFILES \\
14367 dlls/d3drm/Makefile"
14368 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14369 d3drm"
14370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14371 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14372 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14374 ALL_MAKEFILES="$ALL_MAKEFILES \\
14375 dlls/d3drm/tests/Makefile"
14376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14377 d3drm/tests"
14378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14379 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14380 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14382 ALL_MAKEFILES="$ALL_MAKEFILES \\
14383 dlls/d3dx9_24/Makefile"
14384 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14385 d3dx9_24"
14386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14387 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14388 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14390 ALL_MAKEFILES="$ALL_MAKEFILES \\
14391 dlls/d3dx9_25/Makefile"
14392 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14393 d3dx9_25"
14394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14395 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14396 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14398 ALL_MAKEFILES="$ALL_MAKEFILES \\
14399 dlls/d3dx9_26/Makefile"
14400 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14401 d3dx9_26"
14402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14403 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14404 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14406 ALL_MAKEFILES="$ALL_MAKEFILES \\
14407 dlls/d3dx9_27/Makefile"
14408 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14409 d3dx9_27"
14410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14411 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14412 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14414 ALL_MAKEFILES="$ALL_MAKEFILES \\
14415 dlls/d3dx9_28/Makefile"
14416 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14417 d3dx9_28"
14418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14419 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14420 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14422 ALL_MAKEFILES="$ALL_MAKEFILES \\
14423 dlls/d3dx9_29/Makefile"
14424 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14425 d3dx9_29"
14426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14427 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14428 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14430 ALL_MAKEFILES="$ALL_MAKEFILES \\
14431 dlls/d3dx9_30/Makefile"
14432 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14433 d3dx9_30"
14434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14435 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14436 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14438 ALL_MAKEFILES="$ALL_MAKEFILES \\
14439 dlls/d3dx9_31/Makefile"
14440 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14441 d3dx9_31"
14442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14443 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14444 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14446 ALL_MAKEFILES="$ALL_MAKEFILES \\
14447 dlls/d3dx9_32/Makefile"
14448 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14449 d3dx9_32"
14450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14451 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14452 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14454 ALL_MAKEFILES="$ALL_MAKEFILES \\
14455 dlls/d3dx9_33/Makefile"
14456 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14457 d3dx9_33"
14458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14459 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14460 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14462 ALL_MAKEFILES="$ALL_MAKEFILES \\
14463 dlls/d3dx9_34/Makefile"
14464 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14465 d3dx9_34"
14466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14467 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14468 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14470 ALL_MAKEFILES="$ALL_MAKEFILES \\
14471 dlls/d3dx9_35/Makefile"
14472 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14473 d3dx9_35"
14474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14475 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14476 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14478 ALL_MAKEFILES="$ALL_MAKEFILES \\
14479 dlls/d3dx9_36/Makefile"
14480 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14481 d3dx9_36"
14482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14483 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14484 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14486 ALL_MAKEFILES="$ALL_MAKEFILES \\
14487 dlls/d3dx9_36/tests/Makefile"
14488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14489 d3dx9_36/tests"
14490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14491 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14492 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14494 ALL_MAKEFILES="$ALL_MAKEFILES \\
14495 dlls/d3dx9_37/Makefile"
14496 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14497 d3dx9_37"
14498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14499 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14500 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14502 ALL_MAKEFILES="$ALL_MAKEFILES \\
14503 dlls/d3dx9_38/Makefile"
14504 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14505 d3dx9_38"
14506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14507 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14508 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14510 ALL_MAKEFILES="$ALL_MAKEFILES \\
14511 dlls/d3dx9_39/Makefile"
14512 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14513 d3dx9_39"
14514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14515 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14516 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14518 ALL_MAKEFILES="$ALL_MAKEFILES \\
14519 dlls/d3dx9_40/Makefile"
14520 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14521 d3dx9_40"
14522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14523 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14524 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14526 ALL_MAKEFILES="$ALL_MAKEFILES \\
14527 dlls/d3dx9_41/Makefile"
14528 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14529 d3dx9_41"
14530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14531 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14532 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14534 ALL_MAKEFILES="$ALL_MAKEFILES \\
14535 dlls/d3dx9_42/Makefile"
14536 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14537 d3dx9_42"
14538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14539 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14540 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14542 ALL_MAKEFILES="$ALL_MAKEFILES \\
14543 dlls/d3dxof/Makefile"
14544 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14545 d3dxof"
14546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14547 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14548 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14550 ALL_MAKEFILES="$ALL_MAKEFILES \\
14551 dlls/d3dxof/tests/Makefile"
14552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14553 d3dxof/tests"
14554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14555 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14556 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14558 ALL_MAKEFILES="$ALL_MAKEFILES \\
14559 dlls/dbghelp/Makefile"
14560 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14561 dbghelp"
14562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14563 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14564 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14566 ALL_MAKEFILES="$ALL_MAKEFILES \\
14567 dlls/dciman32/Makefile"
14568 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14569 dciman32"
14570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14571 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14572 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14574 ALL_MAKEFILES="$ALL_MAKEFILES \\
14575 dlls/ddeml.dll16/Makefile"
14576 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14577 ddeml.dll16"
14578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14579 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14580 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14582 ALL_MAKEFILES="$ALL_MAKEFILES \\
14583 dlls/ddraw/Makefile"
14584 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14585 ddraw"
14586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14587 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14588 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14590 ALL_MAKEFILES="$ALL_MAKEFILES \\
14591 dlls/ddraw/tests/Makefile"
14592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14593 ddraw/tests"
14594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14595 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14596 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14598 ALL_MAKEFILES="$ALL_MAKEFILES \\
14599 dlls/ddrawex/Makefile"
14600 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14601 ddrawex"
14602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14603 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14604 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14606 ALL_MAKEFILES="$ALL_MAKEFILES \\
14607 dlls/ddrawex/tests/Makefile"
14608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14609 ddrawex/tests"
14610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14611 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14612 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14614 ALL_MAKEFILES="$ALL_MAKEFILES \\
14615 dlls/devenum/Makefile"
14616 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14617 devenum"
14618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14619 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14620 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14622 ALL_MAKEFILES="$ALL_MAKEFILES \\
14623 dlls/dinput/Makefile"
14624 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14625 dinput"
14626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14627 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14628 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14630 ALL_MAKEFILES="$ALL_MAKEFILES \\
14631 dlls/dinput/tests/Makefile"
14632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14633 dinput/tests"
14634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14635 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14636 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14638 ALL_MAKEFILES="$ALL_MAKEFILES \\
14639 dlls/dinput8/Makefile"
14640 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14641 dinput8"
14642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14643 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14644 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14646 ALL_MAKEFILES="$ALL_MAKEFILES \\
14647 dlls/dispdib.dll16/Makefile"
14648 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14649 dispdib.dll16"
14650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14651 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14652 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14654 ALL_MAKEFILES="$ALL_MAKEFILES \\
14655 dlls/display.drv16/Makefile"
14656 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14657 display.drv16"
14658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14659 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14660 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14662 ALL_MAKEFILES="$ALL_MAKEFILES \\
14663 dlls/dmband/Makefile"
14664 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14665 dmband"
14666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14667 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14668 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14670 ALL_MAKEFILES="$ALL_MAKEFILES \\
14671 dlls/dmcompos/Makefile"
14672 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14673 dmcompos"
14674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14675 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14676 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14678 ALL_MAKEFILES="$ALL_MAKEFILES \\
14679 dlls/dmime/Makefile"
14680 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14681 dmime"
14682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14683 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14684 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14686 ALL_MAKEFILES="$ALL_MAKEFILES \\
14687 dlls/dmloader/Makefile"
14688 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14689 dmloader"
14690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14691 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14692 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14694 ALL_MAKEFILES="$ALL_MAKEFILES \\
14695 dlls/dmscript/Makefile"
14696 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14697 dmscript"
14698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14699 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14700 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14702 ALL_MAKEFILES="$ALL_MAKEFILES \\
14703 dlls/dmstyle/Makefile"
14704 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14705 dmstyle"
14706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14707 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14708 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14710 ALL_MAKEFILES="$ALL_MAKEFILES \\
14711 dlls/dmsynth/Makefile"
14712 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14713 dmsynth"
14714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14715 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14716 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14718 ALL_MAKEFILES="$ALL_MAKEFILES \\
14719 dlls/dmusic/Makefile"
14720 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14721 dmusic"
14722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14723 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14724 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14726 ALL_MAKEFILES="$ALL_MAKEFILES \\
14727 dlls/dmusic32/Makefile"
14728 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14729 dmusic32"
14730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14731 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14732 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14734 ALL_MAKEFILES="$ALL_MAKEFILES \\
14735 dlls/dnsapi/Makefile"
14736 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14737 dnsapi"
14738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14739 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14740 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14742 ALL_MAKEFILES="$ALL_MAKEFILES \\
14743 dlls/dnsapi/tests/Makefile"
14744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14745 dnsapi/tests"
14746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14747 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14748 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14750 ALL_MAKEFILES="$ALL_MAKEFILES \\
14751 dlls/dplay/Makefile"
14752 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14753 dplay"
14754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14755 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14756 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14758 ALL_MAKEFILES="$ALL_MAKEFILES \\
14759 dlls/dplayx/Makefile"
14760 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14761 dplayx"
14762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14763 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14764 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14766 ALL_MAKEFILES="$ALL_MAKEFILES \\
14767 dlls/dplayx/tests/Makefile"
14768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14769 dplayx/tests"
14770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14771 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14772 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14774 ALL_MAKEFILES="$ALL_MAKEFILES \\
14775 dlls/dpnaddr/Makefile"
14776 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14777 dpnaddr"
14778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14779 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14780 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14782 ALL_MAKEFILES="$ALL_MAKEFILES \\
14783 dlls/dpnet/Makefile"
14784 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14785 dpnet"
14786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14787 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14788 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14790 ALL_MAKEFILES="$ALL_MAKEFILES \\
14791 dlls/dpnhpast/Makefile"
14792 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14793 dpnhpast"
14794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14795 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14796 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14798 ALL_MAKEFILES="$ALL_MAKEFILES \\
14799 dlls/dpnlobby/Makefile"
14800 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14801 dpnlobby"
14802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14803 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14804 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14806 ALL_MAKEFILES="$ALL_MAKEFILES \\
14807 dlls/dpwsockx/Makefile"
14808 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14809 dpwsockx"
14810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14811 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14812 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14814 ALL_MAKEFILES="$ALL_MAKEFILES \\
14815 dlls/drmclien/Makefile"
14816 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14817 drmclien"
14818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14819 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14820 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14822 ALL_MAKEFILES="$ALL_MAKEFILES \\
14823 dlls/dsound/Makefile"
14824 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14825 dsound"
14826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14827 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14828 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14830 ALL_MAKEFILES="$ALL_MAKEFILES \\
14831 dlls/dsound/tests/Makefile"
14832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14833 dsound/tests"
14834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14835 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14836 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14838 ALL_MAKEFILES="$ALL_MAKEFILES \\
14839 dlls/dssenh/Makefile"
14840 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14841 dssenh"
14842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14843 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14844 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14846 ALL_MAKEFILES="$ALL_MAKEFILES \\
14847 dlls/dswave/Makefile"
14848 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14849 dswave"
14850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14851 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14852 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14854 ALL_MAKEFILES="$ALL_MAKEFILES \\
14855 dlls/dwmapi/Makefile"
14856 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14857 dwmapi"
14858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14859 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14860 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14862 ALL_MAKEFILES="$ALL_MAKEFILES \\
14863 dlls/dxdiagn/Makefile"
14864 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14865 dxdiagn"
14866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14867 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14868 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14870 ALL_MAKEFILES="$ALL_MAKEFILES \\
14871 dlls/dxdiagn/tests/Makefile"
14872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14873 dxdiagn/tests"
14874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14875 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules"
14876 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
14878 ALL_MAKEFILES="$ALL_MAKEFILES \\
14879 dlls/dxerr8/Makefile"
14880 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14881 dxerr8"
14882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14883 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14884 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14886 ALL_MAKEFILES="$ALL_MAKEFILES \\
14887 dlls/dxerr9/Makefile"
14888 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14889 dxerr9"
14890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14891 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14892 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14894 ALL_MAKEFILES="$ALL_MAKEFILES \\
14895 dlls/dxgi/Makefile"
14896 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14897 dxgi"
14898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14899 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14900 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14902 ALL_MAKEFILES="$ALL_MAKEFILES \\
14903 dlls/dxgi/tests/Makefile"
14904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14905 dxgi/tests"
14906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14907 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14908 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14910 ALL_MAKEFILES="$ALL_MAKEFILES \\
14911 dlls/dxguid/Makefile"
14912 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14913 dxguid"
14914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14915 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14916 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14918 ALL_MAKEFILES="$ALL_MAKEFILES \\
14919 dlls/faultrep/Makefile"
14920 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14921 faultrep"
14922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14923 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14924 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14926 ALL_MAKEFILES="$ALL_MAKEFILES \\
14927 dlls/fltlib/Makefile"
14928 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14929 fltlib"
14930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14931 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14932 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14934 ALL_MAKEFILES="$ALL_MAKEFILES \\
14935 dlls/fusion/Makefile"
14936 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14937 fusion"
14938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14939 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14940 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14942 ALL_MAKEFILES="$ALL_MAKEFILES \\
14943 dlls/fusion/tests/Makefile"
14944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14945 fusion/tests"
14946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14947 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14948 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14950 ALL_MAKEFILES="$ALL_MAKEFILES \\
14951 dlls/fwpuclnt/Makefile"
14952 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14953 fwpuclnt"
14954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14955 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
14956 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
14958 ALL_MAKEFILES="$ALL_MAKEFILES \\
14959 dlls/gdi.exe16/Makefile"
14960 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14961 gdi.exe16"
14962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14963 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
14964 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
14966 ALL_MAKEFILES="$ALL_MAKEFILES \\
14967 dlls/gdi32/Makefile"
14968 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14969 gdi32"
14970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14971 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14972 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14974 ALL_MAKEFILES="$ALL_MAKEFILES \\
14975 dlls/gdi32/tests/Makefile"
14976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14977 gdi32/tests"
14978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14979 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14980 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14982 ALL_MAKEFILES="$ALL_MAKEFILES \\
14983 dlls/gdiplus/Makefile"
14984 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14985 gdiplus"
14986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14987 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14988 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14990 ALL_MAKEFILES="$ALL_MAKEFILES \\
14991 dlls/gdiplus/tests/Makefile"
14992 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14993 gdiplus/tests"
14994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14995 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14996 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14998 ALL_MAKEFILES="$ALL_MAKEFILES \\
14999 dlls/glu32/Makefile"
15000 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15001 glu32"
15002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15003 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
15004 ac_config_files="$ac_config_files dlls/glu32/Makefile"
15006 ALL_MAKEFILES="$ALL_MAKEFILES \\
15007 dlls/gphoto2.ds/Makefile"
15008 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15009 gphoto2.ds"
15010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15011 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
15012 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
15014 ALL_MAKEFILES="$ALL_MAKEFILES \\
15015 dlls/gpkcsp/Makefile"
15016 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15017 gpkcsp"
15018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15019 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
15020 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
15022 ALL_MAKEFILES="$ALL_MAKEFILES \\
15023 dlls/hal/Makefile"
15024 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15025 hal"
15026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15027 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
15028 ac_config_files="$ac_config_files dlls/hal/Makefile"
15030 ALL_MAKEFILES="$ALL_MAKEFILES \\
15031 dlls/hhctrl.ocx/Makefile"
15032 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15033 hhctrl.ocx"
15034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15035 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
15036 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15038 ALL_MAKEFILES="$ALL_MAKEFILES \\
15039 dlls/hid/Makefile"
15040 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15041 hid"
15042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15043 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
15044 ac_config_files="$ac_config_files dlls/hid/Makefile"
15046 ALL_MAKEFILES="$ALL_MAKEFILES \\
15047 dlls/hlink/Makefile"
15048 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15049 hlink"
15050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15051 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
15052 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15054 ALL_MAKEFILES="$ALL_MAKEFILES \\
15055 dlls/hlink/tests/Makefile"
15056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15057 hlink/tests"
15058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15059 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
15060 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15062 ALL_MAKEFILES="$ALL_MAKEFILES \\
15063 dlls/hnetcfg/Makefile"
15064 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15065 hnetcfg"
15066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15067 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
15068 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15070 ALL_MAKEFILES="$ALL_MAKEFILES \\
15071 dlls/httpapi/Makefile"
15072 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15073 httpapi"
15074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15075 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
15076 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15078 ALL_MAKEFILES="$ALL_MAKEFILES \\
15079 dlls/iccvid/Makefile"
15080 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15081 iccvid"
15082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15083 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15084 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15086 ALL_MAKEFILES="$ALL_MAKEFILES \\
15087 dlls/icmp/Makefile"
15088 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15089 icmp"
15090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15091 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15092 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15094 ALL_MAKEFILES="$ALL_MAKEFILES \\
15095 dlls/ifsmgr.vxd/Makefile"
15096 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15097 ifsmgr.vxd"
15098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15099 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15100 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15102 ALL_MAKEFILES="$ALL_MAKEFILES \\
15103 dlls/imaadp32.acm/Makefile"
15104 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15105 imaadp32.acm"
15106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15107 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15108 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15110 ALL_MAKEFILES="$ALL_MAKEFILES \\
15111 dlls/imagehlp/Makefile"
15112 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15113 imagehlp"
15114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15115 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15116 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15118 ALL_MAKEFILES="$ALL_MAKEFILES \\
15119 dlls/imagehlp/tests/Makefile"
15120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15121 imagehlp/tests"
15122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15123 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
15124 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15126 ALL_MAKEFILES="$ALL_MAKEFILES \\
15127 dlls/imm.dll16/Makefile"
15128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15129 imm.dll16"
15130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15131 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15132 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15134 ALL_MAKEFILES="$ALL_MAKEFILES \\
15135 dlls/imm32/Makefile"
15136 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15137 imm32"
15138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15139 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15140 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15142 ALL_MAKEFILES="$ALL_MAKEFILES \\
15143 dlls/imm32/tests/Makefile"
15144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15145 imm32/tests"
15146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15147 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15148 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15150 ALL_MAKEFILES="$ALL_MAKEFILES \\
15151 dlls/inetcomm/Makefile"
15152 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15153 inetcomm"
15154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15155 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15156 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15158 ALL_MAKEFILES="$ALL_MAKEFILES \\
15159 dlls/inetcomm/tests/Makefile"
15160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15161 inetcomm/tests"
15162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15163 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15164 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15166 ALL_MAKEFILES="$ALL_MAKEFILES \\
15167 dlls/inetmib1/Makefile"
15168 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15169 inetmib1"
15170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15171 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15172 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15174 ALL_MAKEFILES="$ALL_MAKEFILES \\
15175 dlls/inetmib1/tests/Makefile"
15176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15177 inetmib1/tests"
15178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15179 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15180 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15182 ALL_MAKEFILES="$ALL_MAKEFILES \\
15183 dlls/infosoft/Makefile"
15184 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15185 infosoft"
15186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15187 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15188 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15190 ALL_MAKEFILES="$ALL_MAKEFILES \\
15191 dlls/infosoft/tests/Makefile"
15192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15193 infosoft/tests"
15194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15195 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15196 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15198 ALL_MAKEFILES="$ALL_MAKEFILES \\
15199 dlls/initpki/Makefile"
15200 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15201 initpki"
15202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15203 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15204 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15206 ALL_MAKEFILES="$ALL_MAKEFILES \\
15207 dlls/inkobj/Makefile"
15208 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15209 inkobj"
15210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15211 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15212 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15214 ALL_MAKEFILES="$ALL_MAKEFILES \\
15215 dlls/inseng/Makefile"
15216 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15217 inseng"
15218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15219 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15220 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15222 ALL_MAKEFILES="$ALL_MAKEFILES \\
15223 dlls/iphlpapi/Makefile"
15224 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15225 iphlpapi"
15226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15227 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15228 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15230 ALL_MAKEFILES="$ALL_MAKEFILES \\
15231 dlls/iphlpapi/tests/Makefile"
15232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15233 iphlpapi/tests"
15234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15235 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15236 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15238 ALL_MAKEFILES="$ALL_MAKEFILES \\
15239 dlls/itircl/Makefile"
15240 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15241 itircl"
15242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15243 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15244 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15246 ALL_MAKEFILES="$ALL_MAKEFILES \\
15247 dlls/itss/Makefile"
15248 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15249 itss"
15250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15251 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15252 ac_config_files="$ac_config_files dlls/itss/Makefile"
15254 ALL_MAKEFILES="$ALL_MAKEFILES \\
15255 dlls/itss/tests/Makefile"
15256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15257 itss/tests"
15258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15259 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15260 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15262 ALL_MAKEFILES="$ALL_MAKEFILES \\
15263 dlls/jscript/Makefile"
15264 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15265 jscript"
15266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15267 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15268 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15270 ALL_MAKEFILES="$ALL_MAKEFILES \\
15271 dlls/jscript/tests/Makefile"
15272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15273 jscript/tests"
15274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15275 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15276 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15278 ALL_MAKEFILES="$ALL_MAKEFILES \\
15279 dlls/kernel32/Makefile"
15280 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15281 kernel32"
15282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15283 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15284 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15286 ALL_MAKEFILES="$ALL_MAKEFILES \\
15287 dlls/kernel32/tests/Makefile"
15288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15289 kernel32/tests"
15290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15291 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15292 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15294 ALL_MAKEFILES="$ALL_MAKEFILES \\
15295 dlls/keyboard.drv16/Makefile"
15296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15297 keyboard.drv16"
15298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15299 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15300 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15302 ALL_MAKEFILES="$ALL_MAKEFILES \\
15303 dlls/loadperf/Makefile"
15304 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15305 loadperf"
15306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15307 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15308 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15310 ALL_MAKEFILES="$ALL_MAKEFILES \\
15311 dlls/localspl/Makefile"
15312 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15313 localspl"
15314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15315 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15316 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15318 ALL_MAKEFILES="$ALL_MAKEFILES \\
15319 dlls/localspl/tests/Makefile"
15320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15321 localspl/tests"
15322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15323 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15324 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15326 ALL_MAKEFILES="$ALL_MAKEFILES \\
15327 dlls/localui/Makefile"
15328 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15329 localui"
15330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15331 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15332 ac_config_files="$ac_config_files dlls/localui/Makefile"
15334 ALL_MAKEFILES="$ALL_MAKEFILES \\
15335 dlls/localui/tests/Makefile"
15336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15337 localui/tests"
15338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15339 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15340 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15342 ALL_MAKEFILES="$ALL_MAKEFILES \\
15343 dlls/lz32/Makefile"
15344 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15345 lz32"
15346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15347 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15348 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15350 ALL_MAKEFILES="$ALL_MAKEFILES \\
15351 dlls/lz32/tests/Makefile"
15352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15353 lz32/tests"
15354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15355 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15356 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15358 ALL_MAKEFILES="$ALL_MAKEFILES \\
15359 dlls/lzexpand.dll16/Makefile"
15360 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15361 lzexpand.dll16"
15362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15363 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15364 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15366 ALL_MAKEFILES="$ALL_MAKEFILES \\
15367 dlls/mapi32/Makefile"
15368 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15369 mapi32"
15370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15371 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15372 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15374 ALL_MAKEFILES="$ALL_MAKEFILES \\
15375 dlls/mapi32/tests/Makefile"
15376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15377 mapi32/tests"
15378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15379 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15380 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15382 ALL_MAKEFILES="$ALL_MAKEFILES \\
15383 dlls/mapistub/Makefile"
15384 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15385 mapistub"
15386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15387 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
15388 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15390 ALL_MAKEFILES="$ALL_MAKEFILES \\
15391 dlls/mciavi32/Makefile"
15392 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15393 mciavi32"
15394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15395 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15396 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15398 ALL_MAKEFILES="$ALL_MAKEFILES \\
15399 dlls/mcicda/Makefile"
15400 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15401 mcicda"
15402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15403 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15404 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15406 ALL_MAKEFILES="$ALL_MAKEFILES \\
15407 dlls/mciqtz32/Makefile"
15408 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15409 mciqtz32"
15410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15411 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15412 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15414 ALL_MAKEFILES="$ALL_MAKEFILES \\
15415 dlls/mciseq/Makefile"
15416 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15417 mciseq"
15418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15419 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15420 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15422 ALL_MAKEFILES="$ALL_MAKEFILES \\
15423 dlls/mciwave/Makefile"
15424 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15425 mciwave"
15426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15427 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15428 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15430 ALL_MAKEFILES="$ALL_MAKEFILES \\
15431 dlls/midimap/Makefile"
15432 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15433 midimap"
15434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15435 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15436 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15438 ALL_MAKEFILES="$ALL_MAKEFILES \\
15439 dlls/mlang/Makefile"
15440 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15441 mlang"
15442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15443 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15444 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15446 ALL_MAKEFILES="$ALL_MAKEFILES \\
15447 dlls/mlang/tests/Makefile"
15448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15449 mlang/tests"
15450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15451 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15452 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15454 ALL_MAKEFILES="$ALL_MAKEFILES \\
15455 dlls/mmdevapi/Makefile"
15456 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15457 mmdevapi"
15458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15459 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15460 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15462 ALL_MAKEFILES="$ALL_MAKEFILES \\
15463 dlls/mmdevapi/tests/Makefile"
15464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15465 mmdevapi/tests"
15466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15467 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15468 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15470 ALL_MAKEFILES="$ALL_MAKEFILES \\
15471 dlls/mmdevldr.vxd/Makefile"
15472 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15473 mmdevldr.vxd"
15474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15475 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15476 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15478 ALL_MAKEFILES="$ALL_MAKEFILES \\
15479 dlls/mmsystem.dll16/Makefile"
15480 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15481 mmsystem.dll16"
15482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15483 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15484 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15486 ALL_MAKEFILES="$ALL_MAKEFILES \\
15487 dlls/monodebg.vxd/Makefile"
15488 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15489 monodebg.vxd"
15490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15491 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15492 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15494 ALL_MAKEFILES="$ALL_MAKEFILES \\
15495 dlls/mountmgr.sys/Makefile"
15496 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15497 mountmgr.sys"
15498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15499 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15500 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15502 ALL_MAKEFILES="$ALL_MAKEFILES \\
15503 dlls/mouse.drv16/Makefile"
15504 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15505 mouse.drv16"
15506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15507 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15508 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15510 ALL_MAKEFILES="$ALL_MAKEFILES \\
15511 dlls/mpr/Makefile"
15512 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15513 mpr"
15514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15515 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15516 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15518 ALL_MAKEFILES="$ALL_MAKEFILES \\
15519 dlls/mprapi/Makefile"
15520 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15521 mprapi"
15522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15523 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15524 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15526 ALL_MAKEFILES="$ALL_MAKEFILES \\
15527 dlls/msacm.dll16/Makefile"
15528 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15529 msacm.dll16"
15530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15531 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15532 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15534 ALL_MAKEFILES="$ALL_MAKEFILES \\
15535 dlls/msacm32.drv/Makefile"
15536 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15537 msacm32.drv"
15538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15539 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15540 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15542 ALL_MAKEFILES="$ALL_MAKEFILES \\
15543 dlls/msacm32/Makefile"
15544 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15545 msacm32"
15546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15547 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15548 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15550 ALL_MAKEFILES="$ALL_MAKEFILES \\
15551 dlls/msacm32/tests/Makefile"
15552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15553 msacm32/tests"
15554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15555 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15556 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15558 ALL_MAKEFILES="$ALL_MAKEFILES \\
15559 dlls/msadp32.acm/Makefile"
15560 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15561 msadp32.acm"
15562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15563 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15564 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15566 ALL_MAKEFILES="$ALL_MAKEFILES \\
15567 dlls/mscat32/Makefile"
15568 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15569 mscat32"
15570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15571 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15572 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15574 ALL_MAKEFILES="$ALL_MAKEFILES \\
15575 dlls/mscms/Makefile"
15576 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15577 mscms"
15578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15579 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15580 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15582 ALL_MAKEFILES="$ALL_MAKEFILES \\
15583 dlls/mscms/tests/Makefile"
15584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15585 mscms/tests"
15586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15587 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15588 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15590 ALL_MAKEFILES="$ALL_MAKEFILES \\
15591 dlls/mscoree/Makefile"
15592 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15593 mscoree"
15594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15595 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15596 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15598 ALL_MAKEFILES="$ALL_MAKEFILES \\
15599 dlls/msctf/Makefile"
15600 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15601 msctf"
15602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15603 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15604 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15606 ALL_MAKEFILES="$ALL_MAKEFILES \\
15607 dlls/msctf/tests/Makefile"
15608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15609 msctf/tests"
15610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15611 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15612 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15614 ALL_MAKEFILES="$ALL_MAKEFILES \\
15615 dlls/msdaps/Makefile"
15616 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15617 msdaps"
15618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15619 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15620 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15622 ALL_MAKEFILES="$ALL_MAKEFILES \\
15623 dlls/msdmo/Makefile"
15624 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15625 msdmo"
15626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15627 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15628 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15630 ALL_MAKEFILES="$ALL_MAKEFILES \\
15631 dlls/msftedit/Makefile"
15632 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15633 msftedit"
15634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15635 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15636 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15638 ALL_MAKEFILES="$ALL_MAKEFILES \\
15639 dlls/msg711.acm/Makefile"
15640 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15641 msg711.acm"
15642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15643 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15644 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15646 ALL_MAKEFILES="$ALL_MAKEFILES \\
15647 dlls/msgsm32.acm/Makefile"
15648 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15649 msgsm32.acm"
15650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15651 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15652 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15654 ALL_MAKEFILES="$ALL_MAKEFILES \\
15655 dlls/mshtml.tlb/Makefile"
15656 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15657 mshtml.tlb"
15658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15659 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15660 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15662 ALL_MAKEFILES="$ALL_MAKEFILES \\
15663 dlls/mshtml/Makefile"
15664 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15665 mshtml"
15666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15667 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15668 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15670 ALL_MAKEFILES="$ALL_MAKEFILES \\
15671 dlls/mshtml/tests/Makefile"
15672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15673 mshtml/tests"
15674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15675 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15676 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15678 ALL_MAKEFILES="$ALL_MAKEFILES \\
15679 dlls/msi/Makefile"
15680 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15681 msi"
15682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15683 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15684 ac_config_files="$ac_config_files dlls/msi/Makefile"
15686 ALL_MAKEFILES="$ALL_MAKEFILES \\
15687 dlls/msi/tests/Makefile"
15688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15689 msi/tests"
15690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15691 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15692 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15694 ALL_MAKEFILES="$ALL_MAKEFILES \\
15695 dlls/msimg32/Makefile"
15696 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15697 msimg32"
15698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15699 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15700 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15702 ALL_MAKEFILES="$ALL_MAKEFILES \\
15703 dlls/msimtf/Makefile"
15704 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15705 msimtf"
15706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15707 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15708 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15710 ALL_MAKEFILES="$ALL_MAKEFILES \\
15711 dlls/msisip/Makefile"
15712 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15713 msisip"
15714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15715 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15716 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15718 ALL_MAKEFILES="$ALL_MAKEFILES \\
15719 dlls/msisys.ocx/Makefile"
15720 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15721 msisys.ocx"
15722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15723 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15724 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15726 ALL_MAKEFILES="$ALL_MAKEFILES \\
15727 dlls/msnet32/Makefile"
15728 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15729 msnet32"
15730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15731 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15732 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15734 ALL_MAKEFILES="$ALL_MAKEFILES \\
15735 dlls/msrle32/Makefile"
15736 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15737 msrle32"
15738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15739 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15740 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15742 ALL_MAKEFILES="$ALL_MAKEFILES \\
15743 dlls/mssign32/Makefile"
15744 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15745 mssign32"
15746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15747 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15748 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15750 ALL_MAKEFILES="$ALL_MAKEFILES \\
15751 dlls/mssip32/Makefile"
15752 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15753 mssip32"
15754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15755 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15756 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15758 ALL_MAKEFILES="$ALL_MAKEFILES \\
15759 dlls/mstask/Makefile"
15760 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15761 mstask"
15762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15763 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15764 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15766 ALL_MAKEFILES="$ALL_MAKEFILES \\
15767 dlls/mstask/tests/Makefile"
15768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15769 mstask/tests"
15770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15771 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15772 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15774 ALL_MAKEFILES="$ALL_MAKEFILES \\
15775 dlls/msvcirt/Makefile"
15776 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15777 msvcirt"
15778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15779 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15780 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15782 ALL_MAKEFILES="$ALL_MAKEFILES \\
15783 dlls/msvcr71/Makefile"
15784 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15785 msvcr71"
15786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15787 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15788 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15790 ALL_MAKEFILES="$ALL_MAKEFILES \\
15791 dlls/msvcrt/Makefile"
15792 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15793 msvcrt"
15794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15795 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15796 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15798 ALL_MAKEFILES="$ALL_MAKEFILES \\
15799 dlls/msvcrt/tests/Makefile"
15800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15801 msvcrt/tests"
15802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15803 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15804 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15806 ALL_MAKEFILES="$ALL_MAKEFILES \\
15807 dlls/msvcrt20/Makefile"
15808 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15809 msvcrt20"
15810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15811 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15812 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15814 ALL_MAKEFILES="$ALL_MAKEFILES \\
15815 dlls/msvcrt40/Makefile"
15816 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15817 msvcrt40"
15818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15819 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15820 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15822 ALL_MAKEFILES="$ALL_MAKEFILES \\
15823 dlls/msvcrtd/Makefile"
15824 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15825 msvcrtd"
15826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15827 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15828 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15830 ALL_MAKEFILES="$ALL_MAKEFILES \\
15831 dlls/msvcrtd/tests/Makefile"
15832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15833 msvcrtd/tests"
15834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15835 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15836 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15838 ALL_MAKEFILES="$ALL_MAKEFILES \\
15839 dlls/msvfw32/Makefile"
15840 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15841 msvfw32"
15842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15843 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15844 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15846 ALL_MAKEFILES="$ALL_MAKEFILES \\
15847 dlls/msvfw32/tests/Makefile"
15848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15849 msvfw32/tests"
15850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15851 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15852 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15854 ALL_MAKEFILES="$ALL_MAKEFILES \\
15855 dlls/msvidc32/Makefile"
15856 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15857 msvidc32"
15858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15859 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15860 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15862 ALL_MAKEFILES="$ALL_MAKEFILES \\
15863 dlls/msvideo.dll16/Makefile"
15864 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15865 msvideo.dll16"
15866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15867 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15868 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15870 ALL_MAKEFILES="$ALL_MAKEFILES \\
15871 dlls/mswsock/Makefile"
15872 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15873 mswsock"
15874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15875 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15876 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15878 ALL_MAKEFILES="$ALL_MAKEFILES \\
15879 dlls/msxml3/Makefile"
15880 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15881 msxml3"
15882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15883 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15884 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15886 ALL_MAKEFILES="$ALL_MAKEFILES \\
15887 dlls/msxml3/tests/Makefile"
15888 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15889 msxml3/tests"
15890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15891 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15892 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15894 ALL_MAKEFILES="$ALL_MAKEFILES \\
15895 dlls/nddeapi/Makefile"
15896 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15897 nddeapi"
15898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15899 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15900 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15902 ALL_MAKEFILES="$ALL_MAKEFILES \\
15903 dlls/netapi32/Makefile"
15904 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15905 netapi32"
15906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15907 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15908 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15910 ALL_MAKEFILES="$ALL_MAKEFILES \\
15911 dlls/netapi32/tests/Makefile"
15912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15913 netapi32/tests"
15914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15915 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15916 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15918 ALL_MAKEFILES="$ALL_MAKEFILES \\
15919 dlls/newdev/Makefile"
15920 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15921 newdev"
15922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15923 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15924 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15926 ALL_MAKEFILES="$ALL_MAKEFILES \\
15927 dlls/ntdll/Makefile"
15928 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15929 ntdll"
15930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15931 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15932 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15934 ALL_MAKEFILES="$ALL_MAKEFILES \\
15935 dlls/ntdll/tests/Makefile"
15936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15937 ntdll/tests"
15938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15939 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15940 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15942 ALL_MAKEFILES="$ALL_MAKEFILES \\
15943 dlls/ntdsapi/Makefile"
15944 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15945 ntdsapi"
15946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15947 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15948 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15950 ALL_MAKEFILES="$ALL_MAKEFILES \\
15951 dlls/ntdsapi/tests/Makefile"
15952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15953 ntdsapi/tests"
15954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15955 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15956 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15958 ALL_MAKEFILES="$ALL_MAKEFILES \\
15959 dlls/ntoskrnl.exe/Makefile"
15960 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15961 ntoskrnl.exe"
15962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15963 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15964 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15966 ALL_MAKEFILES="$ALL_MAKEFILES \\
15967 dlls/ntprint/Makefile"
15968 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15969 ntprint"
15970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15971 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15972 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15974 ALL_MAKEFILES="$ALL_MAKEFILES \\
15975 dlls/ntprint/tests/Makefile"
15976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15977 ntprint/tests"
15978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15979 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15980 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15982 ALL_MAKEFILES="$ALL_MAKEFILES \\
15983 dlls/objsel/Makefile"
15984 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15985 objsel"
15986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15987 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15988 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15990 ALL_MAKEFILES="$ALL_MAKEFILES \\
15991 dlls/odbc32/Makefile"
15992 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15993 odbc32"
15994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15995 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15996 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15998 ALL_MAKEFILES="$ALL_MAKEFILES \\
15999 dlls/odbccp32/Makefile"
16000 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16001 odbccp32"
16002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16003 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
16004 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
16006 ALL_MAKEFILES="$ALL_MAKEFILES \\
16007 dlls/odbccp32/tests/Makefile"
16008 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16009 odbccp32/tests"
16010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16011 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
16012 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
16014 ALL_MAKEFILES="$ALL_MAKEFILES \\
16015 dlls/ole2.dll16/Makefile"
16016 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16017 ole2.dll16"
16018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16019 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
16020 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
16022 ALL_MAKEFILES="$ALL_MAKEFILES \\
16023 dlls/ole2conv.dll16/Makefile"
16024 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16025 ole2conv.dll16"
16026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16027 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
16028 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
16030 ALL_MAKEFILES="$ALL_MAKEFILES \\
16031 dlls/ole2disp.dll16/Makefile"
16032 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16033 ole2disp.dll16"
16034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16035 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
16036 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
16038 ALL_MAKEFILES="$ALL_MAKEFILES \\
16039 dlls/ole2nls.dll16/Makefile"
16040 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16041 ole2nls.dll16"
16042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16043 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
16044 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16046 ALL_MAKEFILES="$ALL_MAKEFILES \\
16047 dlls/ole2prox.dll16/Makefile"
16048 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16049 ole2prox.dll16"
16050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16051 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
16052 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16054 ALL_MAKEFILES="$ALL_MAKEFILES \\
16055 dlls/ole2thk.dll16/Makefile"
16056 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16057 ole2thk.dll16"
16058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16059 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
16060 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16062 ALL_MAKEFILES="$ALL_MAKEFILES \\
16063 dlls/ole32/Makefile"
16064 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16065 ole32"
16066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16067 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
16068 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16070 ALL_MAKEFILES="$ALL_MAKEFILES \\
16071 dlls/ole32/tests/Makefile"
16072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16073 ole32/tests"
16074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16075 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
16076 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16078 ALL_MAKEFILES="$ALL_MAKEFILES \\
16079 dlls/oleacc/Makefile"
16080 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16081 oleacc"
16082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16083 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
16084 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16086 ALL_MAKEFILES="$ALL_MAKEFILES \\
16087 dlls/oleacc/tests/Makefile"
16088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16089 oleacc/tests"
16090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16091 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
16092 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16094 ALL_MAKEFILES="$ALL_MAKEFILES \\
16095 dlls/oleaut32/Makefile"
16096 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16097 oleaut32"
16098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16099 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
16100 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16102 ALL_MAKEFILES="$ALL_MAKEFILES \\
16103 dlls/oleaut32/tests/Makefile"
16104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16105 oleaut32/tests"
16106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16107 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
16108 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16110 ALL_MAKEFILES="$ALL_MAKEFILES \\
16111 dlls/olecli.dll16/Makefile"
16112 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16113 olecli.dll16"
16114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16115 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16116 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16118 ALL_MAKEFILES="$ALL_MAKEFILES \\
16119 dlls/olecli32/Makefile"
16120 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16121 olecli32"
16122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16123 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16124 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16126 ALL_MAKEFILES="$ALL_MAKEFILES \\
16127 dlls/oledb32/Makefile"
16128 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16129 oledb32"
16130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16131 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16132 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16134 ALL_MAKEFILES="$ALL_MAKEFILES \\
16135 dlls/oledb32/tests/Makefile"
16136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16137 oledb32/tests"
16138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16139 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16140 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16142 ALL_MAKEFILES="$ALL_MAKEFILES \\
16143 dlls/oledlg/Makefile"
16144 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16145 oledlg"
16146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16147 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16148 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16150 ALL_MAKEFILES="$ALL_MAKEFILES \\
16151 dlls/olepro32/Makefile"
16152 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16153 olepro32"
16154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16155 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16156 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16158 ALL_MAKEFILES="$ALL_MAKEFILES \\
16159 dlls/olesvr.dll16/Makefile"
16160 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16161 olesvr.dll16"
16162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16163 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16164 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16166 ALL_MAKEFILES="$ALL_MAKEFILES \\
16167 dlls/olesvr32/Makefile"
16168 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16169 olesvr32"
16170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16171 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16172 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16174 ALL_MAKEFILES="$ALL_MAKEFILES \\
16175 dlls/olethk32/Makefile"
16176 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16177 olethk32"
16178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16179 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16180 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16182 ALL_MAKEFILES="$ALL_MAKEFILES \\
16183 dlls/openal32/Makefile"
16184 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16185 openal32"
16186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16187 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16188 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16190 ALL_MAKEFILES="$ALL_MAKEFILES \\
16191 dlls/opengl32/Makefile"
16192 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16193 opengl32"
16194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16195 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16196 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16198 ALL_MAKEFILES="$ALL_MAKEFILES \\
16199 dlls/opengl32/tests/Makefile"
16200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16201 opengl32/tests"
16202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16203 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16204 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16206 ALL_MAKEFILES="$ALL_MAKEFILES \\
16207 dlls/pdh/Makefile"
16208 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16209 pdh"
16210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16211 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16212 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16214 ALL_MAKEFILES="$ALL_MAKEFILES \\
16215 dlls/pdh/tests/Makefile"
16216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16217 pdh/tests"
16218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16219 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16220 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16222 ALL_MAKEFILES="$ALL_MAKEFILES \\
16223 dlls/pidgen/Makefile"
16224 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16225 pidgen"
16226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16227 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16228 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16230 ALL_MAKEFILES="$ALL_MAKEFILES \\
16231 dlls/powrprof/Makefile"
16232 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16233 powrprof"
16234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16235 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16236 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16238 ALL_MAKEFILES="$ALL_MAKEFILES \\
16239 dlls/printui/Makefile"
16240 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16241 printui"
16242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16243 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16244 ac_config_files="$ac_config_files dlls/printui/Makefile"
16246 ALL_MAKEFILES="$ALL_MAKEFILES \\
16247 dlls/propsys/Makefile"
16248 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16249 propsys"
16250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16251 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16252 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16254 ALL_MAKEFILES="$ALL_MAKEFILES \\
16255 dlls/psapi/Makefile"
16256 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16257 psapi"
16258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16259 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16260 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16262 ALL_MAKEFILES="$ALL_MAKEFILES \\
16263 dlls/psapi/tests/Makefile"
16264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16265 psapi/tests"
16266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16267 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16268 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16270 ALL_MAKEFILES="$ALL_MAKEFILES \\
16271 dlls/pstorec/Makefile"
16272 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16273 pstorec"
16274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16275 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16276 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16278 ALL_MAKEFILES="$ALL_MAKEFILES \\
16279 dlls/qcap/Makefile"
16280 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16281 qcap"
16282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16283 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16284 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16286 ALL_MAKEFILES="$ALL_MAKEFILES \\
16287 dlls/qedit/Makefile"
16288 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16289 qedit"
16290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16291 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16292 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16294 ALL_MAKEFILES="$ALL_MAKEFILES \\
16295 dlls/qedit/tests/Makefile"
16296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16297 qedit/tests"
16298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16299 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16300 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16302 ALL_MAKEFILES="$ALL_MAKEFILES \\
16303 dlls/qmgr/Makefile"
16304 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16305 qmgr"
16306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16307 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16308 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16310 ALL_MAKEFILES="$ALL_MAKEFILES \\
16311 dlls/qmgr/tests/Makefile"
16312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16313 qmgr/tests"
16314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16315 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16316 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16318 ALL_MAKEFILES="$ALL_MAKEFILES \\
16319 dlls/qmgrprxy/Makefile"
16320 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16321 qmgrprxy"
16322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16323 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16324 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16326 ALL_MAKEFILES="$ALL_MAKEFILES \\
16327 dlls/quartz/Makefile"
16328 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16329 quartz"
16330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16331 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16332 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16334 ALL_MAKEFILES="$ALL_MAKEFILES \\
16335 dlls/quartz/tests/Makefile"
16336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16337 quartz/tests"
16338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16339 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16340 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16342 ALL_MAKEFILES="$ALL_MAKEFILES \\
16343 dlls/query/Makefile"
16344 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16345 query"
16346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16347 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16348 ac_config_files="$ac_config_files dlls/query/Makefile"
16350 ALL_MAKEFILES="$ALL_MAKEFILES \\
16351 dlls/rasapi16.dll16/Makefile"
16352 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16353 rasapi16.dll16"
16354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16355 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16356 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16358 ALL_MAKEFILES="$ALL_MAKEFILES \\
16359 dlls/rasapi32/Makefile"
16360 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16361 rasapi32"
16362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16363 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16364 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16366 ALL_MAKEFILES="$ALL_MAKEFILES \\
16367 dlls/rasapi32/tests/Makefile"
16368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16369 rasapi32/tests"
16370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16371 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16372 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16374 ALL_MAKEFILES="$ALL_MAKEFILES \\
16375 dlls/rasdlg/Makefile"
16376 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16377 rasdlg"
16378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16379 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16380 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16382 ALL_MAKEFILES="$ALL_MAKEFILES \\
16383 dlls/resutils/Makefile"
16384 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16385 resutils"
16386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16387 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16388 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16390 ALL_MAKEFILES="$ALL_MAKEFILES \\
16391 dlls/riched20/Makefile"
16392 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16393 riched20"
16394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16395 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16396 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16398 ALL_MAKEFILES="$ALL_MAKEFILES \\
16399 dlls/riched20/tests/Makefile"
16400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16401 riched20/tests"
16402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16403 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16404 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16406 ALL_MAKEFILES="$ALL_MAKEFILES \\
16407 dlls/riched32/Makefile"
16408 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16409 riched32"
16410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16411 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16412 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16414 ALL_MAKEFILES="$ALL_MAKEFILES \\
16415 dlls/riched32/tests/Makefile"
16416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16417 riched32/tests"
16418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16419 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16420 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16422 ALL_MAKEFILES="$ALL_MAKEFILES \\
16423 dlls/rpcrt4/Makefile"
16424 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16425 rpcrt4"
16426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16427 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16428 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16430 ALL_MAKEFILES="$ALL_MAKEFILES \\
16431 dlls/rpcrt4/tests/Makefile"
16432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16433 rpcrt4/tests"
16434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16435 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16436 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16438 ALL_MAKEFILES="$ALL_MAKEFILES \\
16439 dlls/rsabase/Makefile"
16440 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16441 rsabase"
16442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16443 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16444 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16446 ALL_MAKEFILES="$ALL_MAKEFILES \\
16447 dlls/rsaenh/Makefile"
16448 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16449 rsaenh"
16450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16451 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16452 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16454 ALL_MAKEFILES="$ALL_MAKEFILES \\
16455 dlls/rsaenh/tests/Makefile"
16456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16457 rsaenh/tests"
16458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16459 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16460 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16462 ALL_MAKEFILES="$ALL_MAKEFILES \\
16463 dlls/rtutils/Makefile"
16464 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16465 rtutils"
16466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16467 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16468 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16470 ALL_MAKEFILES="$ALL_MAKEFILES \\
16471 dlls/sane.ds/Makefile"
16472 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16473 sane.ds"
16474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16475 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16476 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16478 ALL_MAKEFILES="$ALL_MAKEFILES \\
16479 dlls/sccbase/Makefile"
16480 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16481 sccbase"
16482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16483 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16484 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16486 ALL_MAKEFILES="$ALL_MAKEFILES \\
16487 dlls/schannel/Makefile"
16488 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16489 schannel"
16490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16491 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16492 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16494 ALL_MAKEFILES="$ALL_MAKEFILES \\
16495 dlls/schannel/tests/Makefile"
16496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16497 schannel/tests"
16498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16499 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16500 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16502 ALL_MAKEFILES="$ALL_MAKEFILES \\
16503 dlls/secur32/Makefile"
16504 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16505 secur32"
16506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16507 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16508 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16510 ALL_MAKEFILES="$ALL_MAKEFILES \\
16511 dlls/secur32/tests/Makefile"
16512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16513 secur32/tests"
16514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16515 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16516 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16518 ALL_MAKEFILES="$ALL_MAKEFILES \\
16519 dlls/security/Makefile"
16520 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16521 security"
16522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16523 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16524 ac_config_files="$ac_config_files dlls/security/Makefile"
16526 ALL_MAKEFILES="$ALL_MAKEFILES \\
16527 dlls/sensapi/Makefile"
16528 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16529 sensapi"
16530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16531 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16532 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16534 ALL_MAKEFILES="$ALL_MAKEFILES \\
16535 dlls/serialui/Makefile"
16536 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16537 serialui"
16538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16539 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16540 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16542 ALL_MAKEFILES="$ALL_MAKEFILES \\
16543 dlls/serialui/tests/Makefile"
16544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16545 serialui/tests"
16546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16547 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16548 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16550 ALL_MAKEFILES="$ALL_MAKEFILES \\
16551 dlls/setupapi/Makefile"
16552 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16553 setupapi"
16554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16555 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16556 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16558 ALL_MAKEFILES="$ALL_MAKEFILES \\
16559 dlls/setupapi/tests/Makefile"
16560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16561 setupapi/tests"
16562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16563 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16564 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16566 ALL_MAKEFILES="$ALL_MAKEFILES \\
16567 dlls/setupx.dll16/Makefile"
16568 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16569 setupx.dll16"
16570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16571 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16572 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16574 ALL_MAKEFILES="$ALL_MAKEFILES \\
16575 dlls/sfc/Makefile"
16576 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16577 sfc"
16578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16579 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16580 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16582 ALL_MAKEFILES="$ALL_MAKEFILES \\
16583 dlls/sfc_os/Makefile"
16584 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16585 sfc_os"
16586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16587 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16588 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16590 ALL_MAKEFILES="$ALL_MAKEFILES \\
16591 dlls/shdoclc/Makefile"
16592 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16593 shdoclc"
16594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16595 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16596 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16598 ALL_MAKEFILES="$ALL_MAKEFILES \\
16599 dlls/shdocvw/Makefile"
16600 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16601 shdocvw"
16602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16603 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16604 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16606 ALL_MAKEFILES="$ALL_MAKEFILES \\
16607 dlls/shdocvw/tests/Makefile"
16608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16609 shdocvw/tests"
16610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16611 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16612 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16614 ALL_MAKEFILES="$ALL_MAKEFILES \\
16615 dlls/shell.dll16/Makefile"
16616 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16617 shell.dll16"
16618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16619 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16620 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16622 ALL_MAKEFILES="$ALL_MAKEFILES \\
16623 dlls/shell32/Makefile"
16624 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16625 shell32"
16626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16627 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16628 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16630 ALL_MAKEFILES="$ALL_MAKEFILES \\
16631 dlls/shell32/tests/Makefile"
16632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16633 shell32/tests"
16634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16635 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16636 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16638 ALL_MAKEFILES="$ALL_MAKEFILES \\
16639 dlls/shfolder/Makefile"
16640 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16641 shfolder"
16642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16643 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16644 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16646 ALL_MAKEFILES="$ALL_MAKEFILES \\
16647 dlls/shlwapi/Makefile"
16648 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16649 shlwapi"
16650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16651 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16652 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16654 ALL_MAKEFILES="$ALL_MAKEFILES \\
16655 dlls/shlwapi/tests/Makefile"
16656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16657 shlwapi/tests"
16658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16659 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16660 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16662 ALL_MAKEFILES="$ALL_MAKEFILES \\
16663 dlls/slbcsp/Makefile"
16664 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16665 slbcsp"
16666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16667 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16668 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16670 ALL_MAKEFILES="$ALL_MAKEFILES \\
16671 dlls/slc/Makefile"
16672 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16673 slc"
16674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16675 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16676 ac_config_files="$ac_config_files dlls/slc/Makefile"
16678 ALL_MAKEFILES="$ALL_MAKEFILES \\
16679 dlls/snmpapi/Makefile"
16680 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16681 snmpapi"
16682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16683 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16684 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16686 ALL_MAKEFILES="$ALL_MAKEFILES \\
16687 dlls/snmpapi/tests/Makefile"
16688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16689 snmpapi/tests"
16690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16691 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16692 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16694 ALL_MAKEFILES="$ALL_MAKEFILES \\
16695 dlls/softpub/Makefile"
16696 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16697 softpub"
16698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16699 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16700 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16702 ALL_MAKEFILES="$ALL_MAKEFILES \\
16703 dlls/sound.drv16/Makefile"
16704 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16705 sound.drv16"
16706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16707 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16708 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16710 ALL_MAKEFILES="$ALL_MAKEFILES \\
16711 dlls/spoolss/Makefile"
16712 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16713 spoolss"
16714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16715 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16716 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16718 ALL_MAKEFILES="$ALL_MAKEFILES \\
16719 dlls/spoolss/tests/Makefile"
16720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16721 spoolss/tests"
16722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16723 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16724 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16726 ALL_MAKEFILES="$ALL_MAKEFILES \\
16727 dlls/stdole2.tlb/Makefile"
16728 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16729 stdole2.tlb"
16730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16731 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16732 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16734 ALL_MAKEFILES="$ALL_MAKEFILES \\
16735 dlls/stdole32.tlb/Makefile"
16736 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16737 stdole32.tlb"
16738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16739 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16740 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16742 ALL_MAKEFILES="$ALL_MAKEFILES \\
16743 dlls/sti/Makefile"
16744 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16745 sti"
16746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16747 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16748 ac_config_files="$ac_config_files dlls/sti/Makefile"
16750 ALL_MAKEFILES="$ALL_MAKEFILES \\
16751 dlls/sti/tests/Makefile"
16752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16753 sti/tests"
16754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16755 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16756 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16758 ALL_MAKEFILES="$ALL_MAKEFILES \\
16759 dlls/storage.dll16/Makefile"
16760 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16761 storage.dll16"
16762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16763 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16764 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16766 ALL_MAKEFILES="$ALL_MAKEFILES \\
16767 dlls/stress.dll16/Makefile"
16768 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16769 stress.dll16"
16770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16771 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16772 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16774 ALL_MAKEFILES="$ALL_MAKEFILES \\
16775 dlls/strmiids/Makefile"
16776 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16777 strmiids"
16778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16779 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16780 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16782 ALL_MAKEFILES="$ALL_MAKEFILES \\
16783 dlls/svrapi/Makefile"
16784 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16785 svrapi"
16786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16787 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16788 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16790 ALL_MAKEFILES="$ALL_MAKEFILES \\
16791 dlls/sxs/Makefile"
16792 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16793 sxs"
16794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16795 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16796 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16798 ALL_MAKEFILES="$ALL_MAKEFILES \\
16799 dlls/system.drv16/Makefile"
16800 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16801 system.drv16"
16802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16803 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16804 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16806 ALL_MAKEFILES="$ALL_MAKEFILES \\
16807 dlls/t2embed/Makefile"
16808 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16809 t2embed"
16810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16811 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16812 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16814 ALL_MAKEFILES="$ALL_MAKEFILES \\
16815 dlls/tapi32/Makefile"
16816 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16817 tapi32"
16818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16819 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16820 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16822 ALL_MAKEFILES="$ALL_MAKEFILES \\
16823 dlls/toolhelp.dll16/Makefile"
16824 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16825 toolhelp.dll16"
16826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16827 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16828 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16830 ALL_MAKEFILES="$ALL_MAKEFILES \\
16831 dlls/traffic/Makefile"
16832 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16833 traffic"
16834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16835 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16836 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16838 ALL_MAKEFILES="$ALL_MAKEFILES \\
16839 dlls/twain.dll16/Makefile"
16840 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16841 twain.dll16"
16842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16843 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16844 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16846 ALL_MAKEFILES="$ALL_MAKEFILES \\
16847 dlls/twain_32/Makefile"
16848 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16849 twain_32"
16850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16851 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16852 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16854 ALL_MAKEFILES="$ALL_MAKEFILES \\
16855 dlls/twain_32/tests/Makefile"
16856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16857 twain_32/tests"
16858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16859 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16860 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16862 ALL_MAKEFILES="$ALL_MAKEFILES \\
16863 dlls/typelib.dll16/Makefile"
16864 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16865 typelib.dll16"
16866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16867 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16868 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16870 ALL_MAKEFILES="$ALL_MAKEFILES \\
16871 dlls/unicows/Makefile"
16872 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16873 unicows"
16874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16875 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16876 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16878 ALL_MAKEFILES="$ALL_MAKEFILES \\
16879 dlls/updspapi/Makefile"
16880 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16881 updspapi"
16882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16883 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16884 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16886 ALL_MAKEFILES="$ALL_MAKEFILES \\
16887 dlls/url/Makefile"
16888 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16889 url"
16890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16891 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16892 ac_config_files="$ac_config_files dlls/url/Makefile"
16894 ALL_MAKEFILES="$ALL_MAKEFILES \\
16895 dlls/urlmon/Makefile"
16896 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16897 urlmon"
16898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16899 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16900 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16902 ALL_MAKEFILES="$ALL_MAKEFILES \\
16903 dlls/urlmon/tests/Makefile"
16904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16905 urlmon/tests"
16906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16907 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16908 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16910 ALL_MAKEFILES="$ALL_MAKEFILES \\
16911 dlls/user.exe16/Makefile"
16912 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16913 user.exe16"
16914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16915 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
16916 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
16918 ALL_MAKEFILES="$ALL_MAKEFILES \\
16919 dlls/user32/Makefile"
16920 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16921 user32"
16922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16923 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16924 ac_config_files="$ac_config_files dlls/user32/Makefile"
16926 ALL_MAKEFILES="$ALL_MAKEFILES \\
16927 dlls/user32/tests/Makefile"
16928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16929 user32/tests"
16930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16931 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16932 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16934 ALL_MAKEFILES="$ALL_MAKEFILES \\
16935 dlls/userenv/Makefile"
16936 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16937 userenv"
16938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16939 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16940 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16942 ALL_MAKEFILES="$ALL_MAKEFILES \\
16943 dlls/userenv/tests/Makefile"
16944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16945 userenv/tests"
16946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16947 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16948 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16950 ALL_MAKEFILES="$ALL_MAKEFILES \\
16951 dlls/usp10/Makefile"
16952 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16953 usp10"
16954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16955 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16956 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16958 ALL_MAKEFILES="$ALL_MAKEFILES \\
16959 dlls/usp10/tests/Makefile"
16960 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16961 usp10/tests"
16962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16963 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16964 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16966 ALL_MAKEFILES="$ALL_MAKEFILES \\
16967 dlls/uuid/Makefile"
16968 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16969 uuid"
16970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16971 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16972 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16974 ALL_MAKEFILES="$ALL_MAKEFILES \\
16975 dlls/uxtheme/Makefile"
16976 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16977 uxtheme"
16978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16979 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16980 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16982 ALL_MAKEFILES="$ALL_MAKEFILES \\
16983 dlls/uxtheme/tests/Makefile"
16984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16985 uxtheme/tests"
16986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16987 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16988 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16990 ALL_MAKEFILES="$ALL_MAKEFILES \\
16991 dlls/vdhcp.vxd/Makefile"
16992 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16993 vdhcp.vxd"
16994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16995 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16996 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16998 ALL_MAKEFILES="$ALL_MAKEFILES \\
16999 dlls/vdmdbg/Makefile"
17000 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17001 vdmdbg"
17002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17003 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
17004 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
17006 ALL_MAKEFILES="$ALL_MAKEFILES \\
17007 dlls/ver.dll16/Makefile"
17008 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17009 ver.dll16"
17010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17011 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
17012 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
17014 ALL_MAKEFILES="$ALL_MAKEFILES \\
17015 dlls/version/Makefile"
17016 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17017 version"
17018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17019 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
17020 ac_config_files="$ac_config_files dlls/version/Makefile"
17022 ALL_MAKEFILES="$ALL_MAKEFILES \\
17023 dlls/version/tests/Makefile"
17024 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17025 version/tests"
17026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17027 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
17028 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
17030 ALL_MAKEFILES="$ALL_MAKEFILES \\
17031 dlls/vmm.vxd/Makefile"
17032 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17033 vmm.vxd"
17034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17035 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
17036 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
17038 ALL_MAKEFILES="$ALL_MAKEFILES \\
17039 dlls/vnbt.vxd/Makefile"
17040 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17041 vnbt.vxd"
17042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17043 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
17044 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
17046 ALL_MAKEFILES="$ALL_MAKEFILES \\
17047 dlls/vnetbios.vxd/Makefile"
17048 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17049 vnetbios.vxd"
17050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17051 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
17052 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17054 ALL_MAKEFILES="$ALL_MAKEFILES \\
17055 dlls/vtdapi.vxd/Makefile"
17056 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17057 vtdapi.vxd"
17058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17059 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
17060 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17062 ALL_MAKEFILES="$ALL_MAKEFILES \\
17063 dlls/vwin32.vxd/Makefile"
17064 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17065 vwin32.vxd"
17066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17067 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
17068 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17070 ALL_MAKEFILES="$ALL_MAKEFILES \\
17071 dlls/w32skrnl/Makefile"
17072 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17073 w32skrnl"
17074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17075 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
17076 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17078 ALL_MAKEFILES="$ALL_MAKEFILES \\
17079 dlls/w32sys.dll16/Makefile"
17080 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17081 w32sys.dll16"
17082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17083 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
17084 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17086 ALL_MAKEFILES="$ALL_MAKEFILES \\
17087 dlls/wbemprox/Makefile"
17088 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17089 wbemprox"
17090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17091 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
17092 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17094 ALL_MAKEFILES="$ALL_MAKEFILES \\
17095 dlls/wiaservc/Makefile"
17096 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17097 wiaservc"
17098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17099 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
17100 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17102 ALL_MAKEFILES="$ALL_MAKEFILES \\
17103 dlls/win32s16.dll16/Makefile"
17104 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17105 win32s16.dll16"
17106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17107 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
17108 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17110 ALL_MAKEFILES="$ALL_MAKEFILES \\
17111 dlls/win87em.dll16/Makefile"
17112 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17113 win87em.dll16"
17114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17115 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
17116 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17118 ALL_MAKEFILES="$ALL_MAKEFILES \\
17119 dlls/winaspi.dll16/Makefile"
17120 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17121 winaspi.dll16"
17122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17123 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17124 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17126 ALL_MAKEFILES="$ALL_MAKEFILES \\
17127 dlls/windebug.dll16/Makefile"
17128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17129 windebug.dll16"
17130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17131 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17132 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17134 ALL_MAKEFILES="$ALL_MAKEFILES \\
17135 dlls/windowscodecs/Makefile"
17136 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17137 windowscodecs"
17138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17139 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17140 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17142 ALL_MAKEFILES="$ALL_MAKEFILES \\
17143 dlls/windowscodecs/tests/Makefile"
17144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17145 windowscodecs/tests"
17146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17147 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17148 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17150 ALL_MAKEFILES="$ALL_MAKEFILES \\
17151 dlls/winealsa.drv/Makefile"
17152 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17153 winealsa.drv"
17154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17155 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17156 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17158 ALL_MAKEFILES="$ALL_MAKEFILES \\
17159 dlls/wineaudioio.drv/Makefile"
17160 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17161 wineaudioio.drv"
17162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17163 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17164 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17166 ALL_MAKEFILES="$ALL_MAKEFILES \\
17167 dlls/winecoreaudio.drv/Makefile"
17168 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17169 winecoreaudio.drv"
17170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17171 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17172 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17174 ALL_MAKEFILES="$ALL_MAKEFILES \\
17175 dlls/winecrt0/Makefile"
17176 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17177 winecrt0"
17178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17179 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17180 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17182 ALL_MAKEFILES="$ALL_MAKEFILES \\
17183 dlls/wined3d/Makefile"
17184 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17185 wined3d"
17186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17187 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17188 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17190 ALL_MAKEFILES="$ALL_MAKEFILES \\
17191 dlls/winedos/Makefile"
17192 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17193 winedos"
17194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17195 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17196 ac_config_files="$ac_config_files dlls/winedos/Makefile"
17198 ALL_MAKEFILES="$ALL_MAKEFILES \\
17199 dlls/wineesd.drv/Makefile"
17200 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17201 wineesd.drv"
17202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17203 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17204 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17206 ALL_MAKEFILES="$ALL_MAKEFILES \\
17207 dlls/winejack.drv/Makefile"
17208 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17209 winejack.drv"
17210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17211 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17212 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17214 ALL_MAKEFILES="$ALL_MAKEFILES \\
17215 dlls/winejoystick.drv/Makefile"
17216 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17217 winejoystick.drv"
17218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17219 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17220 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17222 ALL_MAKEFILES="$ALL_MAKEFILES \\
17223 dlls/winemapi/Makefile"
17224 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17225 winemapi"
17226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17227 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules"
17228 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17230 ALL_MAKEFILES="$ALL_MAKEFILES \\
17231 dlls/winemp3.acm/Makefile"
17232 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17233 winemp3.acm"
17234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17235 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17236 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17238 ALL_MAKEFILES="$ALL_MAKEFILES \\
17239 dlls/winenas.drv/Makefile"
17240 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17241 winenas.drv"
17242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17243 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17244 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17246 ALL_MAKEFILES="$ALL_MAKEFILES \\
17247 dlls/wineoss.drv/Makefile"
17248 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17249 wineoss.drv"
17250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17251 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17252 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17254 ALL_MAKEFILES="$ALL_MAKEFILES \\
17255 dlls/wineps.drv/Makefile"
17256 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17257 wineps.drv"
17258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17259 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17260 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17262 ALL_MAKEFILES="$ALL_MAKEFILES \\
17263 dlls/wineps16.drv16/Makefile"
17264 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17265 wineps16.drv16"
17266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17267 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17268 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17270 ALL_MAKEFILES="$ALL_MAKEFILES \\
17271 dlls/winequartz.drv/Makefile"
17272 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17273 winequartz.drv"
17274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17275 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17276 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17278 ALL_MAKEFILES="$ALL_MAKEFILES \\
17279 dlls/winex11.drv/Makefile"
17280 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17281 winex11.drv"
17282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17283 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17284 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17286 ALL_MAKEFILES="$ALL_MAKEFILES \\
17287 dlls/wing.dll16/Makefile"
17288 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17289 wing.dll16"
17290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17291 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17292 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17294 ALL_MAKEFILES="$ALL_MAKEFILES \\
17295 dlls/wing32/Makefile"
17296 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17297 wing32"
17298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17299 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17300 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17302 ALL_MAKEFILES="$ALL_MAKEFILES \\
17303 dlls/winhttp/Makefile"
17304 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17305 winhttp"
17306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17307 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17308 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17310 ALL_MAKEFILES="$ALL_MAKEFILES \\
17311 dlls/winhttp/tests/Makefile"
17312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17313 winhttp/tests"
17314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17315 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17316 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17318 ALL_MAKEFILES="$ALL_MAKEFILES \\
17319 dlls/wininet/Makefile"
17320 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17321 wininet"
17322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17323 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17324 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17326 ALL_MAKEFILES="$ALL_MAKEFILES \\
17327 dlls/wininet/tests/Makefile"
17328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17329 wininet/tests"
17330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17331 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17332 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17334 ALL_MAKEFILES="$ALL_MAKEFILES \\
17335 dlls/winmm/Makefile"
17336 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17337 winmm"
17338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17339 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17340 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17342 ALL_MAKEFILES="$ALL_MAKEFILES \\
17343 dlls/winmm/tests/Makefile"
17344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17345 winmm/tests"
17346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17347 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17348 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17350 ALL_MAKEFILES="$ALL_MAKEFILES \\
17351 dlls/winnls.dll16/Makefile"
17352 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17353 winnls.dll16"
17354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17355 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17356 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17358 ALL_MAKEFILES="$ALL_MAKEFILES \\
17359 dlls/winnls32/Makefile"
17360 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17361 winnls32"
17362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17363 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17364 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17366 ALL_MAKEFILES="$ALL_MAKEFILES \\
17367 dlls/winscard/Makefile"
17368 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17369 winscard"
17370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17371 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17372 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17374 ALL_MAKEFILES="$ALL_MAKEFILES \\
17375 dlls/winsock.dll16/Makefile"
17376 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17377 winsock.dll16"
17378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17379 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17380 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17382 ALL_MAKEFILES="$ALL_MAKEFILES \\
17383 dlls/winspool.drv/Makefile"
17384 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17385 winspool.drv"
17386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17387 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17388 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17390 ALL_MAKEFILES="$ALL_MAKEFILES \\
17391 dlls/winspool.drv/tests/Makefile"
17392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17393 winspool.drv/tests"
17394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17395 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17396 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17398 ALL_MAKEFILES="$ALL_MAKEFILES \\
17399 dlls/wintab.dll16/Makefile"
17400 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17401 wintab.dll16"
17402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17403 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17404 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17406 ALL_MAKEFILES="$ALL_MAKEFILES \\
17407 dlls/wintab32/Makefile"
17408 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17409 wintab32"
17410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17411 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17412 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17414 ALL_MAKEFILES="$ALL_MAKEFILES \\
17415 dlls/wintab32/tests/Makefile"
17416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17417 wintab32/tests"
17418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17419 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17420 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17422 ALL_MAKEFILES="$ALL_MAKEFILES \\
17423 dlls/wintrust/Makefile"
17424 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17425 wintrust"
17426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17427 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17428 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17430 ALL_MAKEFILES="$ALL_MAKEFILES \\
17431 dlls/wintrust/tests/Makefile"
17432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17433 wintrust/tests"
17434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17435 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17436 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17438 ALL_MAKEFILES="$ALL_MAKEFILES \\
17439 dlls/wldap32/Makefile"
17440 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17441 wldap32"
17442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17443 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17444 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17446 ALL_MAKEFILES="$ALL_MAKEFILES \\
17447 dlls/wldap32/tests/Makefile"
17448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17449 wldap32/tests"
17450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17451 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17452 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17454 ALL_MAKEFILES="$ALL_MAKEFILES \\
17455 dlls/wmi/Makefile"
17456 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17457 wmi"
17458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17459 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17460 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17462 ALL_MAKEFILES="$ALL_MAKEFILES \\
17463 dlls/wmiutils/Makefile"
17464 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17465 wmiutils"
17466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17467 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17468 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17470 ALL_MAKEFILES="$ALL_MAKEFILES \\
17471 dlls/wnaspi32/Makefile"
17472 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17473 wnaspi32"
17474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17475 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17476 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17478 ALL_MAKEFILES="$ALL_MAKEFILES \\
17479 dlls/wow32/Makefile"
17480 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17481 wow32"
17482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17483 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17484 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17486 ALL_MAKEFILES="$ALL_MAKEFILES \\
17487 dlls/ws2_32/Makefile"
17488 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17489 ws2_32"
17490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17491 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17492 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17494 ALL_MAKEFILES="$ALL_MAKEFILES \\
17495 dlls/ws2_32/tests/Makefile"
17496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17497 ws2_32/tests"
17498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17499 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17500 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17502 ALL_MAKEFILES="$ALL_MAKEFILES \\
17503 dlls/wsock32/Makefile"
17504 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17505 wsock32"
17506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17507 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17508 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17510 ALL_MAKEFILES="$ALL_MAKEFILES \\
17511 dlls/wtsapi32/Makefile"
17512 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17513 wtsapi32"
17514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17515 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17516 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17518 ALL_MAKEFILES="$ALL_MAKEFILES \\
17519 dlls/wuapi/Makefile"
17520 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17521 wuapi"
17522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17523 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17524 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17526 ALL_MAKEFILES="$ALL_MAKEFILES \\
17527 dlls/wuaueng/Makefile"
17528 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17529 wuaueng"
17530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17531 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
17532 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
17534 ALL_MAKEFILES="$ALL_MAKEFILES \\
17535 dlls/xinput1_1/Makefile"
17536 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17537 xinput1_1"
17538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17539 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17540 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17542 ALL_MAKEFILES="$ALL_MAKEFILES \\
17543 dlls/xinput1_2/Makefile"
17544 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17545 xinput1_2"
17546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17547 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17548 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17550 ALL_MAKEFILES="$ALL_MAKEFILES \\
17551 dlls/xinput1_3/Makefile"
17552 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17553 xinput1_3"
17554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17555 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17556 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17558 ALL_MAKEFILES="$ALL_MAKEFILES \\
17559 dlls/xinput1_3/tests/Makefile"
17560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17561 xinput1_3/tests"
17562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17563 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17564 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17566 ALL_MAKEFILES="$ALL_MAKEFILES \\
17567 dlls/xinput9_1_0/Makefile"
17568 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17569 xinput9_1_0"
17570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17571 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17572 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17574 ALL_MAKEFILES="$ALL_MAKEFILES \\
17575 dlls/xmllite/Makefile"
17576 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17577 xmllite"
17578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17579 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17580 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17582 ALL_MAKEFILES="$ALL_MAKEFILES \\
17583 documentation/Makefile"
17584 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17585 documentation"
17586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17587 documentation/Makefile: documentation/Makefile.in Make.rules"
17588 ac_config_files="$ac_config_files documentation/Makefile"
17590 ALL_MAKEFILES="$ALL_MAKEFILES \\
17591 fonts/Makefile"
17592 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17593 fonts"
17594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17595 fonts/Makefile: fonts/Makefile.in Make.rules"
17596 ac_config_files="$ac_config_files fonts/Makefile"
17598 ALL_MAKEFILES="$ALL_MAKEFILES \\
17599 include/Makefile"
17600 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17601 include"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 include/Makefile: include/Makefile.in Make.rules"
17604 ac_config_files="$ac_config_files include/Makefile"
17606 ALL_MAKEFILES="$ALL_MAKEFILES \\
17607 libs/Makefile"
17608 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17609 libs"
17610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17611 libs/Makefile: libs/Makefile.in Make.rules"
17612 ac_config_files="$ac_config_files libs/Makefile"
17614 ALL_MAKEFILES="$ALL_MAKEFILES \\
17615 libs/port/Makefile"
17617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17618 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17619 ac_config_files="$ac_config_files libs/port/Makefile"
17621 ALL_MAKEFILES="$ALL_MAKEFILES \\
17622 libs/wine/Makefile"
17624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17625 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17626 ac_config_files="$ac_config_files libs/wine/Makefile"
17628 ALL_MAKEFILES="$ALL_MAKEFILES \\
17629 libs/wpp/Makefile"
17631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17632 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17633 ac_config_files="$ac_config_files libs/wpp/Makefile"
17635 ALL_MAKEFILES="$ALL_MAKEFILES \\
17636 loader/Makefile"
17637 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17638 loader"
17639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17640 loader/Makefile: loader/Makefile.in Make.rules"
17641 ac_config_files="$ac_config_files loader/Makefile"
17643 ALL_MAKEFILES="$ALL_MAKEFILES \\
17644 programs/Makefile"
17645 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17646 programs"
17647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17648 programs/Makefile: programs/Makefile.in Make.rules"
17649 ac_config_files="$ac_config_files programs/Makefile"
17651 ALL_MAKEFILES="$ALL_MAKEFILES \\
17652 programs/cacls/Makefile"
17653 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17654 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17655 cacls"
17656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17657 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17658 ac_config_files="$ac_config_files programs/cacls/Makefile"
17660 ALL_MAKEFILES="$ALL_MAKEFILES \\
17661 programs/clock/Makefile"
17662 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17663 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17664 clock"
17665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17666 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17667 ac_config_files="$ac_config_files programs/clock/Makefile"
17669 ALL_MAKEFILES="$ALL_MAKEFILES \\
17670 programs/cmd/Makefile"
17671 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17672 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17673 cmd"
17674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17675 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17676 ac_config_files="$ac_config_files programs/cmd/Makefile"
17678 ALL_MAKEFILES="$ALL_MAKEFILES \\
17679 programs/cmdlgtst/Makefile"
17680 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17681 cmdlgtst"
17682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17683 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17684 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17686 ALL_MAKEFILES="$ALL_MAKEFILES \\
17687 programs/control/Makefile"
17688 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17689 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17690 control"
17691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17692 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17693 ac_config_files="$ac_config_files programs/control/Makefile"
17695 ALL_MAKEFILES="$ALL_MAKEFILES \\
17696 programs/dxdiag/Makefile"
17697 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17698 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17699 dxdiag"
17700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17701 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17702 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17704 ALL_MAKEFILES="$ALL_MAKEFILES \\
17705 programs/eject/Makefile"
17706 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17707 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17708 eject"
17709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17710 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17711 ac_config_files="$ac_config_files programs/eject/Makefile"
17713 ALL_MAKEFILES="$ALL_MAKEFILES \\
17714 programs/expand/Makefile"
17715 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17716 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17717 expand"
17718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17719 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17720 ac_config_files="$ac_config_files programs/expand/Makefile"
17722 ALL_MAKEFILES="$ALL_MAKEFILES \\
17723 programs/explorer/Makefile"
17724 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17725 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17726 explorer"
17727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17728 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17729 ac_config_files="$ac_config_files programs/explorer/Makefile"
17731 ALL_MAKEFILES="$ALL_MAKEFILES \\
17732 programs/extrac32/Makefile"
17733 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17734 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17735 extrac32"
17736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17737 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17738 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17740 ALL_MAKEFILES="$ALL_MAKEFILES \\
17741 programs/hh/Makefile"
17742 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17743 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17746 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17747 ac_config_files="$ac_config_files programs/hh/Makefile"
17749 ALL_MAKEFILES="$ALL_MAKEFILES \\
17750 programs/icinfo/Makefile"
17751 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17752 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17753 icinfo"
17754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17755 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17756 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17758 ALL_MAKEFILES="$ALL_MAKEFILES \\
17759 programs/iexplore/Makefile"
17760 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17761 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17762 iexplore"
17763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17764 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17765 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17767 ALL_MAKEFILES="$ALL_MAKEFILES \\
17768 programs/lodctr/Makefile"
17769 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17770 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17771 lodctr"
17772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17773 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17774 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17776 ALL_MAKEFILES="$ALL_MAKEFILES \\
17777 programs/mshta/Makefile"
17778 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17779 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17780 mshta"
17781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17782 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17783 ac_config_files="$ac_config_files programs/mshta/Makefile"
17785 ALL_MAKEFILES="$ALL_MAKEFILES \\
17786 programs/msiexec/Makefile"
17787 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17788 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17789 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17790 msiexec"
17791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17792 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17793 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17795 ALL_MAKEFILES="$ALL_MAKEFILES \\
17796 programs/net/Makefile"
17797 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17798 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17799 net"
17800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17801 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17802 ac_config_files="$ac_config_files programs/net/Makefile"
17804 ALL_MAKEFILES="$ALL_MAKEFILES \\
17805 programs/notepad/Makefile"
17806 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17807 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17808 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17809 notepad"
17810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17811 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17812 ac_config_files="$ac_config_files programs/notepad/Makefile"
17814 ALL_MAKEFILES="$ALL_MAKEFILES \\
17815 programs/oleview/Makefile"
17816 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17817 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17818 oleview"
17819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17820 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17821 ac_config_files="$ac_config_files programs/oleview/Makefile"
17823 ALL_MAKEFILES="$ALL_MAKEFILES \\
17824 programs/progman/Makefile"
17825 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17826 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17827 progman"
17828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17829 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17830 ac_config_files="$ac_config_files programs/progman/Makefile"
17832 ALL_MAKEFILES="$ALL_MAKEFILES \\
17833 programs/reg/Makefile"
17834 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17835 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17836 reg"
17837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17838 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17839 ac_config_files="$ac_config_files programs/reg/Makefile"
17841 ALL_MAKEFILES="$ALL_MAKEFILES \\
17842 programs/regedit/Makefile"
17843 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17844 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17845 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17846 regedit"
17847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17848 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17849 ac_config_files="$ac_config_files programs/regedit/Makefile"
17851 ALL_MAKEFILES="$ALL_MAKEFILES \\
17852 programs/regsvr32/Makefile"
17853 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17854 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17855 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17856 regsvr32"
17857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17858 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17859 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17861 ALL_MAKEFILES="$ALL_MAKEFILES \\
17862 programs/rpcss/Makefile"
17863 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17864 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17865 rpcss"
17866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17867 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17868 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17870 ALL_MAKEFILES="$ALL_MAKEFILES \\
17871 programs/rundll32/Makefile"
17872 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17873 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17874 rundll32"
17875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17876 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17877 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17879 ALL_MAKEFILES="$ALL_MAKEFILES \\
17880 programs/secedit/Makefile"
17881 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17882 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17883 secedit"
17884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17885 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17886 ac_config_files="$ac_config_files programs/secedit/Makefile"
17888 ALL_MAKEFILES="$ALL_MAKEFILES \\
17889 programs/services/Makefile"
17890 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17891 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17892 services"
17893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17894 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17895 ac_config_files="$ac_config_files programs/services/Makefile"
17897 ALL_MAKEFILES="$ALL_MAKEFILES \\
17898 programs/spoolsv/Makefile"
17899 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17900 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17901 spoolsv"
17902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17903 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17904 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17906 ALL_MAKEFILES="$ALL_MAKEFILES \\
17907 programs/start/Makefile"
17908 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17909 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17910 start"
17911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17912 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17913 ac_config_files="$ac_config_files programs/start/Makefile"
17915 ALL_MAKEFILES="$ALL_MAKEFILES \\
17916 programs/svchost/Makefile"
17917 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17918 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17919 svchost"
17920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17921 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17922 ac_config_files="$ac_config_files programs/svchost/Makefile"
17924 ALL_MAKEFILES="$ALL_MAKEFILES \\
17925 programs/taskmgr/Makefile"
17926 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17927 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17928 taskmgr"
17929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17930 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17931 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17933 ALL_MAKEFILES="$ALL_MAKEFILES \\
17934 programs/termsv/Makefile"
17935 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17936 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17937 termsv"
17938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17939 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17940 ac_config_files="$ac_config_files programs/termsv/Makefile"
17942 ALL_MAKEFILES="$ALL_MAKEFILES \\
17943 programs/uninstaller/Makefile"
17944 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17945 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17946 uninstaller"
17947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17948 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17949 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17951 ALL_MAKEFILES="$ALL_MAKEFILES \\
17952 programs/unlodctr/Makefile"
17953 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17954 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17955 unlodctr"
17956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17957 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17958 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17960 ALL_MAKEFILES="$ALL_MAKEFILES \\
17961 programs/view/Makefile"
17962 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17963 view"
17964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17965 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17966 ac_config_files="$ac_config_files programs/view/Makefile"
17968 ALL_MAKEFILES="$ALL_MAKEFILES \\
17969 programs/wineboot/Makefile"
17970 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17971 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17972 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17973 wineboot"
17974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17975 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17976 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17978 ALL_MAKEFILES="$ALL_MAKEFILES \\
17979 programs/winebrowser/Makefile"
17980 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17981 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17982 winebrowser"
17983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17984 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17985 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17987 ALL_MAKEFILES="$ALL_MAKEFILES \\
17988 programs/winecfg/Makefile"
17989 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17990 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17991 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17992 winecfg"
17993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17994 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17995 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17997 ALL_MAKEFILES="$ALL_MAKEFILES \\
17998 programs/wineconsole/Makefile"
17999 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18000 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18001 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18002 wineconsole"
18003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18004 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
18005 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
18007 ALL_MAKEFILES="$ALL_MAKEFILES \\
18008 programs/winedbg/Makefile"
18009 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18010 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18011 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18012 winedbg"
18013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18014 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
18015 ac_config_files="$ac_config_files programs/winedbg/Makefile"
18017 ALL_MAKEFILES="$ALL_MAKEFILES \\
18018 programs/winedevice/Makefile"
18019 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18020 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18021 winedevice"
18022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18023 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
18024 ac_config_files="$ac_config_files programs/winedevice/Makefile"
18026 ALL_MAKEFILES="$ALL_MAKEFILES \\
18027 programs/winefile/Makefile"
18028 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18029 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18030 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18031 winefile"
18032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18033 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
18034 ac_config_files="$ac_config_files programs/winefile/Makefile"
18036 ALL_MAKEFILES="$ALL_MAKEFILES \\
18037 programs/winemenubuilder/Makefile"
18038 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18039 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18040 winemenubuilder"
18041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18042 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
18043 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
18045 ALL_MAKEFILES="$ALL_MAKEFILES \\
18046 programs/winemine/Makefile"
18047 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18048 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18049 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18050 winemine"
18051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18052 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
18053 ac_config_files="$ac_config_files programs/winemine/Makefile"
18055 ALL_MAKEFILES="$ALL_MAKEFILES \\
18056 programs/winepath/Makefile"
18057 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18058 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18059 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18060 winepath"
18061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18062 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
18063 ac_config_files="$ac_config_files programs/winepath/Makefile"
18065 ALL_MAKEFILES="$ALL_MAKEFILES \\
18066 programs/winetest/Makefile"
18067 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18068 winetest"
18069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18070 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
18071 ac_config_files="$ac_config_files programs/winetest/Makefile"
18073 ALL_MAKEFILES="$ALL_MAKEFILES \\
18074 programs/winevdm/Makefile"
18075 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18076 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18077 winevdm"
18078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18079 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
18080 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18082 ALL_MAKEFILES="$ALL_MAKEFILES \\
18083 programs/winhelp.exe16/Makefile"
18084 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18085 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18086 winhelp.exe16"
18087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18088 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
18089 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18091 ALL_MAKEFILES="$ALL_MAKEFILES \\
18092 programs/winhlp32/Makefile"
18093 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18094 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18095 winhlp32"
18096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18097 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
18098 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18100 ALL_MAKEFILES="$ALL_MAKEFILES \\
18101 programs/winoldap.mod16/Makefile"
18102 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18103 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18104 winoldap.mod16"
18105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18106 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
18107 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18109 ALL_MAKEFILES="$ALL_MAKEFILES \\
18110 programs/winver/Makefile"
18111 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18112 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18113 winver"
18114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18115 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
18116 ac_config_files="$ac_config_files programs/winver/Makefile"
18118 ALL_MAKEFILES="$ALL_MAKEFILES \\
18119 programs/wordpad/Makefile"
18120 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18121 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18122 wordpad"
18123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18124 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
18125 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18127 ALL_MAKEFILES="$ALL_MAKEFILES \\
18128 programs/write/Makefile"
18129 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18130 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18131 write"
18132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18133 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18134 ac_config_files="$ac_config_files programs/write/Makefile"
18136 ALL_MAKEFILES="$ALL_MAKEFILES \\
18137 programs/xcopy/Makefile"
18138 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18139 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18140 xcopy"
18141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18142 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18143 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18145 ALL_MAKEFILES="$ALL_MAKEFILES \\
18146 server/Makefile"
18147 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18148 server"
18149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18150 server/Makefile: server/Makefile.in Make.rules"
18151 ac_config_files="$ac_config_files server/Makefile"
18153 ALL_MAKEFILES="$ALL_MAKEFILES \\
18154 tools/Makefile"
18155 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18156 tools"
18157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18158 tools/Makefile: tools/Makefile.in Make.rules"
18159 ac_config_files="$ac_config_files tools/Makefile"
18161 ALL_MAKEFILES="$ALL_MAKEFILES \\
18162 tools/widl/Makefile"
18164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18165 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18166 ac_config_files="$ac_config_files tools/widl/Makefile"
18168 ALL_MAKEFILES="$ALL_MAKEFILES \\
18169 tools/winebuild/Makefile"
18171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18172 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18173 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18175 ALL_MAKEFILES="$ALL_MAKEFILES \\
18176 tools/winedump/Makefile"
18178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18179 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18180 ac_config_files="$ac_config_files tools/winedump/Makefile"
18182 ALL_MAKEFILES="$ALL_MAKEFILES \\
18183 tools/winegcc/Makefile"
18185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18186 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18187 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18189 ALL_MAKEFILES="$ALL_MAKEFILES \\
18190 tools/wmc/Makefile"
18192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18193 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18194 ac_config_files="$ac_config_files tools/wmc/Makefile"
18196 ALL_MAKEFILES="$ALL_MAKEFILES \\
18197 tools/wrc/Makefile"
18199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18200 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18201 ac_config_files="$ac_config_files tools/wrc/Makefile"
18205 ALL_WINETEST_DEPENDS="# Test binaries"
18207 for dir in $ALL_TEST_DIRS
18209 if test "$dir" != "\\"
18210 then
18211 testname=`expr $dir : '\(.*\)/tests'`_test
18212 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18214 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18215 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18216 $testname.rc:
18217 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18218 $testname.res: $testname.rc $testname.exe"
18220 done
18222 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18224 cat >confcache <<\_ACEOF
18225 # This file is a shell script that caches the results of configure
18226 # tests run on this system so they can be shared between configure
18227 # scripts and configure runs, see configure's option --config-cache.
18228 # It is not useful on other systems. If it contains results you don't
18229 # want to keep, you may remove or edit it.
18231 # config.status only pays attention to the cache file if you give it
18232 # the --recheck option to rerun configure.
18234 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18235 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18236 # following values.
18238 _ACEOF
18240 # The following way of writing the cache mishandles newlines in values,
18241 # but we know of no workaround that is simple, portable, and efficient.
18242 # So, we kill variables containing newlines.
18243 # Ultrix sh set writes to stderr and can't be redirected directly,
18244 # and sets the high bit in the cache file unless we assign to the vars.
18246 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18247 eval ac_val=\$$ac_var
18248 case $ac_val in #(
18249 *${as_nl}*)
18250 case $ac_var in #(
18251 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18252 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18253 esac
18254 case $ac_var in #(
18255 _ | IFS | as_nl) ;; #(
18256 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18257 *) { eval $ac_var=; unset $ac_var;} ;;
18258 esac ;;
18259 esac
18260 done
18262 (set) 2>&1 |
18263 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18264 *${as_nl}ac_space=\ *)
18265 # `set' does not quote correctly, so add quotes: double-quote
18266 # substitution turns \\\\ into \\, and sed turns \\ into \.
18267 sed -n \
18268 "s/'/'\\\\''/g;
18269 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18270 ;; #(
18272 # `set' quotes correctly as required by POSIX, so do not add quotes.
18273 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18275 esac |
18276 sort
18278 sed '
18279 /^ac_cv_env_/b end
18280 t clear
18281 :clear
18282 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18283 t end
18284 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18285 :end' >>confcache
18286 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18287 if test -w "$cache_file"; then
18288 test "x$cache_file" != "x/dev/null" &&
18289 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18290 $as_echo "$as_me: updating cache $cache_file" >&6;}
18291 cat confcache >$cache_file
18292 else
18293 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18294 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18297 rm -f confcache
18299 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18300 # Let make expand exec_prefix.
18301 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18303 DEFS=-DHAVE_CONFIG_H
18305 ac_libobjs=
18306 ac_ltlibobjs=
18307 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18308 # 1. Remove the extension, and $U if already installed.
18309 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18310 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18311 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18312 # will be set to the directory where LIBOBJS objects are built.
18313 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18314 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18315 done
18316 LIBOBJS=$ac_libobjs
18318 LTLIBOBJS=$ac_ltlibobjs
18322 : ${CONFIG_STATUS=./config.status}
18323 ac_write_fail=0
18324 ac_clean_files_save=$ac_clean_files
18325 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18326 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18327 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18328 as_write_fail=0
18329 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18330 #! $SHELL
18331 # Generated by $as_me.
18332 # Run this file to recreate the current configuration.
18333 # Compiler output produced by configure, useful for debugging
18334 # configure, is in config.log if it exists.
18336 debug=false
18337 ac_cs_recheck=false
18338 ac_cs_silent=false
18340 SHELL=\${CONFIG_SHELL-$SHELL}
18341 export SHELL
18342 _ASEOF
18343 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18344 ## -------------------- ##
18345 ## M4sh Initialization. ##
18346 ## -------------------- ##
18348 # Be more Bourne compatible
18349 DUALCASE=1; export DUALCASE # for MKS sh
18350 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18351 emulate sh
18352 NULLCMD=:
18353 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18354 # is contrary to our usage. Disable this feature.
18355 alias -g '${1+"$@"}'='"$@"'
18356 setopt NO_GLOB_SUBST
18357 else
18358 case `(set -o) 2>/dev/null` in #(
18359 *posix*) :
18360 set -o posix ;; #(
18361 *) :
18363 esac
18367 as_nl='
18369 export as_nl
18370 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18371 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18372 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18373 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18374 # Prefer a ksh shell builtin over an external printf program on Solaris,
18375 # but without wasting forks for bash or zsh.
18376 if test -z "$BASH_VERSION$ZSH_VERSION" \
18377 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18378 as_echo='print -r --'
18379 as_echo_n='print -rn --'
18380 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18381 as_echo='printf %s\n'
18382 as_echo_n='printf %s'
18383 else
18384 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18385 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18386 as_echo_n='/usr/ucb/echo -n'
18387 else
18388 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18389 as_echo_n_body='eval
18390 arg=$1;
18391 case $arg in #(
18392 *"$as_nl"*)
18393 expr "X$arg" : "X\\(.*\\)$as_nl";
18394 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18395 esac;
18396 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18398 export as_echo_n_body
18399 as_echo_n='sh -c $as_echo_n_body as_echo'
18401 export as_echo_body
18402 as_echo='sh -c $as_echo_body as_echo'
18405 # The user is always right.
18406 if test "${PATH_SEPARATOR+set}" != set; then
18407 PATH_SEPARATOR=:
18408 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18409 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18410 PATH_SEPARATOR=';'
18415 # IFS
18416 # We need space, tab and new line, in precisely that order. Quoting is
18417 # there to prevent editors from complaining about space-tab.
18418 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18419 # splitting by setting IFS to empty value.)
18420 IFS=" "" $as_nl"
18422 # Find who we are. Look in the path if we contain no directory separator.
18423 case $0 in #((
18424 *[\\/]* ) as_myself=$0 ;;
18425 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18426 for as_dir in $PATH
18428 IFS=$as_save_IFS
18429 test -z "$as_dir" && as_dir=.
18430 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18431 done
18432 IFS=$as_save_IFS
18435 esac
18436 # We did not find ourselves, most probably we were run as `sh COMMAND'
18437 # in which case we are not to be found in the path.
18438 if test "x$as_myself" = x; then
18439 as_myself=$0
18441 if test ! -f "$as_myself"; then
18442 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18443 exit 1
18446 # Unset variables that we do not need and which cause bugs (e.g. in
18447 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18448 # suppresses any "Segmentation fault" message there. '((' could
18449 # trigger a bug in pdksh 5.2.14.
18450 for as_var in BASH_ENV ENV MAIL MAILPATH
18451 do eval test x\${$as_var+set} = xset \
18452 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18453 done
18454 PS1='$ '
18455 PS2='> '
18456 PS4='+ '
18458 # NLS nuisances.
18459 LC_ALL=C
18460 export LC_ALL
18461 LANGUAGE=C
18462 export LANGUAGE
18464 # CDPATH.
18465 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18468 # as_fn_error ERROR [LINENO LOG_FD]
18469 # ---------------------------------
18470 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18471 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18472 # script with status $?, using 1 if that was 0.
18473 as_fn_error ()
18475 as_status=$?; test $as_status -eq 0 && as_status=1
18476 if test "$3"; then
18477 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18478 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18480 $as_echo "$as_me: error: $1" >&2
18481 as_fn_exit $as_status
18482 } # as_fn_error
18485 # as_fn_set_status STATUS
18486 # -----------------------
18487 # Set $? to STATUS, without forking.
18488 as_fn_set_status ()
18490 return $1
18491 } # as_fn_set_status
18493 # as_fn_exit STATUS
18494 # -----------------
18495 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18496 as_fn_exit ()
18498 set +e
18499 as_fn_set_status $1
18500 exit $1
18501 } # as_fn_exit
18503 # as_fn_unset VAR
18504 # ---------------
18505 # Portably unset VAR.
18506 as_fn_unset ()
18508 { eval $1=; unset $1;}
18510 as_unset=as_fn_unset
18511 # as_fn_append VAR VALUE
18512 # ----------------------
18513 # Append the text in VALUE to the end of the definition contained in VAR. Take
18514 # advantage of any shell optimizations that allow amortized linear growth over
18515 # repeated appends, instead of the typical quadratic growth present in naive
18516 # implementations.
18517 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18518 eval 'as_fn_append ()
18520 eval $1+=\$2
18522 else
18523 as_fn_append ()
18525 eval $1=\$$1\$2
18527 fi # as_fn_append
18529 # as_fn_arith ARG...
18530 # ------------------
18531 # Perform arithmetic evaluation on the ARGs, and store the result in the
18532 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18533 # must be portable across $(()) and expr.
18534 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18535 eval 'as_fn_arith ()
18537 as_val=$(( $* ))
18539 else
18540 as_fn_arith ()
18542 as_val=`expr "$@" || test $? -eq 1`
18544 fi # as_fn_arith
18547 if expr a : '\(a\)' >/dev/null 2>&1 &&
18548 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18549 as_expr=expr
18550 else
18551 as_expr=false
18554 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18555 as_basename=basename
18556 else
18557 as_basename=false
18560 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18561 as_dirname=dirname
18562 else
18563 as_dirname=false
18566 as_me=`$as_basename -- "$0" ||
18567 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18568 X"$0" : 'X\(//\)$' \| \
18569 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18570 $as_echo X/"$0" |
18571 sed '/^.*\/\([^/][^/]*\)\/*$/{
18572 s//\1/
18575 /^X\/\(\/\/\)$/{
18576 s//\1/
18579 /^X\/\(\/\).*/{
18580 s//\1/
18583 s/.*/./; q'`
18585 # Avoid depending upon Character Ranges.
18586 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18587 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18588 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18589 as_cr_digits='0123456789'
18590 as_cr_alnum=$as_cr_Letters$as_cr_digits
18592 ECHO_C= ECHO_N= ECHO_T=
18593 case `echo -n x` in #(((((
18594 -n*)
18595 case `echo 'xy\c'` in
18596 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18597 xy) ECHO_C='\c';;
18598 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18599 ECHO_T=' ';;
18600 esac;;
18602 ECHO_N='-n';;
18603 esac
18605 rm -f conf$$ conf$$.exe conf$$.file
18606 if test -d conf$$.dir; then
18607 rm -f conf$$.dir/conf$$.file
18608 else
18609 rm -f conf$$.dir
18610 mkdir conf$$.dir 2>/dev/null
18612 if (echo >conf$$.file) 2>/dev/null; then
18613 if ln -s conf$$.file conf$$ 2>/dev/null; then
18614 as_ln_s='ln -s'
18615 # ... but there are two gotchas:
18616 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18617 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18618 # In both cases, we have to default to `cp -p'.
18619 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18620 as_ln_s='cp -p'
18621 elif ln conf$$.file conf$$ 2>/dev/null; then
18622 as_ln_s=ln
18623 else
18624 as_ln_s='cp -p'
18626 else
18627 as_ln_s='cp -p'
18629 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18630 rmdir conf$$.dir 2>/dev/null
18633 # as_fn_mkdir_p
18634 # -------------
18635 # Create "$as_dir" as a directory, including parents if necessary.
18636 as_fn_mkdir_p ()
18639 case $as_dir in #(
18640 -*) as_dir=./$as_dir;;
18641 esac
18642 test -d "$as_dir" || eval $as_mkdir_p || {
18643 as_dirs=
18644 while :; do
18645 case $as_dir in #(
18646 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18647 *) as_qdir=$as_dir;;
18648 esac
18649 as_dirs="'$as_qdir' $as_dirs"
18650 as_dir=`$as_dirname -- "$as_dir" ||
18651 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18652 X"$as_dir" : 'X\(//\)[^/]' \| \
18653 X"$as_dir" : 'X\(//\)$' \| \
18654 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18655 $as_echo X"$as_dir" |
18656 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18657 s//\1/
18660 /^X\(\/\/\)[^/].*/{
18661 s//\1/
18664 /^X\(\/\/\)$/{
18665 s//\1/
18668 /^X\(\/\).*/{
18669 s//\1/
18672 s/.*/./; q'`
18673 test -d "$as_dir" && break
18674 done
18675 test -z "$as_dirs" || eval "mkdir $as_dirs"
18676 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18679 } # as_fn_mkdir_p
18680 if mkdir -p . 2>/dev/null; then
18681 as_mkdir_p='mkdir -p "$as_dir"'
18682 else
18683 test -d ./-p && rmdir ./-p
18684 as_mkdir_p=false
18687 if test -x / >/dev/null 2>&1; then
18688 as_test_x='test -x'
18689 else
18690 if ls -dL / >/dev/null 2>&1; then
18691 as_ls_L_option=L
18692 else
18693 as_ls_L_option=
18695 as_test_x='
18696 eval sh -c '\''
18697 if test -d "$1"; then
18698 test -d "$1/.";
18699 else
18700 case $1 in #(
18701 -*)set "./$1";;
18702 esac;
18703 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18704 ???[sx]*):;;*)false;;esac;fi
18705 '\'' sh
18708 as_executable_p=$as_test_x
18710 # Sed expression to map a string onto a valid CPP name.
18711 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18713 # Sed expression to map a string onto a valid variable name.
18714 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18717 exec 6>&1
18718 ## ----------------------------------- ##
18719 ## Main body of $CONFIG_STATUS script. ##
18720 ## ----------------------------------- ##
18721 _ASEOF
18722 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18724 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18725 # Save the log message, to keep $0 and so on meaningful, and to
18726 # report actual input values of CONFIG_FILES etc. instead of their
18727 # values after options handling.
18728 ac_log="
18729 This file was extended by Wine $as_me 1.1.35, which was
18730 generated by GNU Autoconf 2.65. Invocation command line was
18732 CONFIG_FILES = $CONFIG_FILES
18733 CONFIG_HEADERS = $CONFIG_HEADERS
18734 CONFIG_LINKS = $CONFIG_LINKS
18735 CONFIG_COMMANDS = $CONFIG_COMMANDS
18736 $ $0 $@
18738 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18741 _ACEOF
18743 case $ac_config_files in *"
18744 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18745 esac
18747 case $ac_config_headers in *"
18748 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18749 esac
18752 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18753 # Files that config.status was made for.
18754 config_files="$ac_config_files"
18755 config_headers="$ac_config_headers"
18756 config_commands="$ac_config_commands"
18758 _ACEOF
18760 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18761 ac_cs_usage="\
18762 \`$as_me' instantiates files and other configuration actions
18763 from templates according to the current configuration. Unless the files
18764 and actions are specified as TAGs, all are instantiated by default.
18766 Usage: $0 [OPTION]... [TAG]...
18768 -h, --help print this help, then exit
18769 -V, --version print version number and configuration settings, then exit
18770 --config print configuration, then exit
18771 -q, --quiet, --silent
18772 do not print progress messages
18773 -d, --debug don't remove temporary files
18774 --recheck update $as_me by reconfiguring in the same conditions
18775 --file=FILE[:TEMPLATE]
18776 instantiate the configuration file FILE
18777 --header=FILE[:TEMPLATE]
18778 instantiate the configuration header FILE
18780 Configuration files:
18781 $config_files
18783 Configuration headers:
18784 $config_headers
18786 Configuration commands:
18787 $config_commands
18789 Report bugs to <wine-devel@winehq.org>.
18790 Wine home page: <http://www.winehq.org>."
18792 _ACEOF
18793 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18794 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18795 ac_cs_version="\\
18796 Wine config.status 1.1.35
18797 configured by $0, generated by GNU Autoconf 2.65,
18798 with options \\"\$ac_cs_config\\"
18800 Copyright (C) 2009 Free Software Foundation, Inc.
18801 This config.status script is free software; the Free Software Foundation
18802 gives unlimited permission to copy, distribute and modify it."
18804 ac_pwd='$ac_pwd'
18805 srcdir='$srcdir'
18806 INSTALL='$INSTALL'
18807 test -n "\$AWK" || AWK=awk
18808 _ACEOF
18810 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18811 # The default lists apply if the user does not specify any file.
18812 ac_need_defaults=:
18813 while test $# != 0
18815 case $1 in
18816 --*=*)
18817 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18818 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18819 ac_shift=:
18822 ac_option=$1
18823 ac_optarg=$2
18824 ac_shift=shift
18826 esac
18828 case $ac_option in
18829 # Handling of the options.
18830 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18831 ac_cs_recheck=: ;;
18832 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18833 $as_echo "$ac_cs_version"; exit ;;
18834 --config | --confi | --conf | --con | --co | --c )
18835 $as_echo "$ac_cs_config"; exit ;;
18836 --debug | --debu | --deb | --de | --d | -d )
18837 debug=: ;;
18838 --file | --fil | --fi | --f )
18839 $ac_shift
18840 case $ac_optarg in
18841 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18842 esac
18843 as_fn_append CONFIG_FILES " '$ac_optarg'"
18844 ac_need_defaults=false;;
18845 --header | --heade | --head | --hea )
18846 $ac_shift
18847 case $ac_optarg in
18848 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18849 esac
18850 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18851 ac_need_defaults=false;;
18852 --he | --h)
18853 # Conflict between --help and --header
18854 as_fn_error "ambiguous option: \`$1'
18855 Try \`$0 --help' for more information.";;
18856 --help | --hel | -h )
18857 $as_echo "$ac_cs_usage"; exit ;;
18858 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18859 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18860 ac_cs_silent=: ;;
18862 # This is an error.
18863 -*) as_fn_error "unrecognized option: \`$1'
18864 Try \`$0 --help' for more information." ;;
18866 *) as_fn_append ac_config_targets " $1"
18867 ac_need_defaults=false ;;
18869 esac
18870 shift
18871 done
18873 ac_configure_extra_args=
18875 if $ac_cs_silent; then
18876 exec 6>/dev/null
18877 ac_configure_extra_args="$ac_configure_extra_args --silent"
18880 _ACEOF
18881 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18882 if \$ac_cs_recheck; then
18883 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18884 shift
18885 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18886 CONFIG_SHELL='$SHELL'
18887 export CONFIG_SHELL
18888 exec "\$@"
18891 _ACEOF
18892 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18893 exec 5>>config.log
18895 echo
18896 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18897 ## Running $as_me. ##
18898 _ASBOX
18899 $as_echo "$ac_log"
18900 } >&5
18902 _ACEOF
18903 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18904 _ACEOF
18906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18908 # Handling of arguments.
18909 for ac_config_target in $ac_config_targets
18911 case $ac_config_target in
18912 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18913 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18914 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18915 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18916 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18917 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18918 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18919 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18920 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18921 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18922 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18923 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18924 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18925 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18926 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18927 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18928 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18929 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18930 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18931 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18932 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18933 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18934 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18935 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18936 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18937 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18938 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18939 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18940 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18941 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18942 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18943 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18944 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18945 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18946 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18947 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18948 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18949 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18950 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18951 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18952 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18953 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18954 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18955 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18956 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18957 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18958 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18959 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18960 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18961 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18962 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18963 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18964 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18965 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18966 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18967 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18968 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18969 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18970 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18971 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18972 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18973 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18974 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18975 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18976 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18977 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18978 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18979 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18980 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18981 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18982 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18983 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18984 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18985 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18986 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18987 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18988 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18989 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18990 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18991 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18992 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18993 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18994 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18995 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18996 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18997 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18998 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18999 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
19000 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
19001 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
19002 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
19003 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
19004 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
19005 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
19006 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
19007 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
19008 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
19009 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
19010 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
19011 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
19012 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
19013 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
19014 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
19015 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
19016 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
19017 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
19018 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
19019 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
19020 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
19021 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
19022 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
19023 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
19024 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
19025 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
19026 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
19027 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
19028 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
19029 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
19030 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
19031 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
19032 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
19033 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
19034 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
19035 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
19036 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
19037 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
19038 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
19039 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
19040 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
19041 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
19042 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
19043 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
19044 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
19045 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
19046 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
19047 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
19048 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
19049 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
19050 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
19051 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
19052 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
19053 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
19054 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
19055 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
19056 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
19057 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
19058 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
19059 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
19060 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
19061 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
19062 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
19063 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19064 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19065 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19066 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19067 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19068 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19069 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19070 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19071 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19072 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19073 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19074 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19075 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19076 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19077 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19078 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19079 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19080 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19081 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19082 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19083 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19084 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19085 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19086 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19087 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19088 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19089 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19090 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19091 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19092 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19093 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19094 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19095 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19096 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19097 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19098 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19099 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19100 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19101 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19102 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19103 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19104 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19105 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19106 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19107 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19108 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19109 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19110 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19111 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19112 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19113 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19114 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19115 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
19116 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19117 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19118 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19119 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19120 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19121 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19122 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19123 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19124 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19125 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19126 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19127 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19128 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19129 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19130 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19131 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19132 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19133 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19134 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19135 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19136 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19137 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19138 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19139 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19140 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19141 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19142 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19143 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19144 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19145 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19146 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19147 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19148 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19149 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19150 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19151 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19152 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19153 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19154 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19155 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19156 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19157 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19158 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19159 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19160 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19161 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19162 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19163 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19164 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19165 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19166 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19167 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19168 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19169 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19170 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19171 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19172 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19173 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19174 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19175 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19176 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19177 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19178 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19179 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19180 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19181 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19182 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19183 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19184 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19185 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19186 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19187 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19188 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19189 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19190 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19191 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19192 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19193 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19194 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19195 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19196 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19197 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19198 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19199 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19200 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19201 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19202 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19203 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19204 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19205 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19206 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19207 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19208 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19209 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19210 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19211 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19212 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19213 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19214 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19215 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19216 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19217 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19218 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19219 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19220 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19221 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19222 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19223 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19224 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19225 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19226 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19227 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19228 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19229 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19230 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19231 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19232 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19233 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19234 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19235 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19236 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19237 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19238 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19239 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19240 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19241 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19242 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19243 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19244 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19245 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19246 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19247 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19248 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19249 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19250 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19251 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19252 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19253 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19254 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19255 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19256 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19257 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19258 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19259 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19260 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19261 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19262 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19263 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19264 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19265 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19266 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19267 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19268 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19269 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19270 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19271 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19272 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19273 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19274 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19275 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19276 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19277 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19278 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19279 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19280 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19281 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19282 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19283 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19284 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19285 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19286 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19287 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19288 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19289 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19290 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19291 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19292 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19293 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19294 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19295 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19296 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19297 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19298 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19299 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19300 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19301 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19302 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19303 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19304 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19305 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19306 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19307 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19308 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19309 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19310 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19311 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19312 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19313 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19314 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19315 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19316 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19317 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19318 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19319 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19320 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19321 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19322 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19323 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19324 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19325 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19326 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19327 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19328 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19329 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19330 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19331 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19332 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19333 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19334 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19335 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19336 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19337 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19338 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19339 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19340 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19341 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19342 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19343 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19344 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19345 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
19346 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19347 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19348 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19349 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19350 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19351 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19352 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19353 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19354 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19355 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19356 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19357 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19358 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19359 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19360 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19361 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19362 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19363 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19364 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19365 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19366 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19367 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19368 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19369 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19370 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19371 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19372 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19373 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19374 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19375 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19376 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19377 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19378 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19379 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19380 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19381 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19382 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19383 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19384 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19385 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19386 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19387 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19388 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19389 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19390 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19391 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19392 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19393 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19394 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19395 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19396 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19397 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19398 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19399 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19400 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19401 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19402 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19403 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19404 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19405 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19406 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19407 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19408 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19409 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19410 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19411 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19412 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19413 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19414 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19415 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19416 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19417 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19418 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19419 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19420 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19421 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19422 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19423 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19424 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19425 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19426 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19427 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19428 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19429 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19430 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19431 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19432 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19433 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19434 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19435 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19436 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19437 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19438 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19439 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19440 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19441 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19442 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19443 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19444 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19445 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19446 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19447 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19448 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19449 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19450 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19451 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19452 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19453 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19454 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19455 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19456 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19457 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19458 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19459 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19460 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19462 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19463 esac
19464 done
19467 # If the user did not use the arguments to specify the items to instantiate,
19468 # then the envvar interface is used. Set only those that are not.
19469 # We use the long form for the default assignment because of an extremely
19470 # bizarre bug on SunOS 4.1.3.
19471 if $ac_need_defaults; then
19472 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19473 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19474 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19477 # Have a temporary directory for convenience. Make it in the build tree
19478 # simply because there is no reason against having it here, and in addition,
19479 # creating and moving files from /tmp can sometimes cause problems.
19480 # Hook for its removal unless debugging.
19481 # Note that there is a small window in which the directory will not be cleaned:
19482 # after its creation but before its name has been assigned to `$tmp'.
19483 $debug ||
19485 tmp=
19486 trap 'exit_status=$?
19487 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19489 trap 'as_fn_exit 1' 1 2 13 15
19491 # Create a (secure) tmp directory for tmp files.
19494 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19495 test -n "$tmp" && test -d "$tmp"
19496 } ||
19498 tmp=./conf$$-$RANDOM
19499 (umask 077 && mkdir "$tmp")
19500 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19502 # Set up the scripts for CONFIG_FILES section.
19503 # No need to generate them if there are no CONFIG_FILES.
19504 # This happens for instance with `./config.status config.h'.
19505 if test -n "$CONFIG_FILES"; then
19507 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19508 ac_cs_awk_getline=:
19509 ac_cs_awk_pipe_init=
19510 ac_cs_awk_read_file='
19511 while ((getline aline < (F[key])) > 0)
19512 print(aline)
19513 close(F[key])'
19514 ac_cs_awk_pipe_fini=
19515 else
19516 ac_cs_awk_getline=false
19517 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19518 ac_cs_awk_read_file='
19519 print "|#_!!_#|"
19520 print "cat " F[key] " &&"
19521 '$ac_cs_awk_pipe_init
19522 # The final `:' finishes the AND list.
19523 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19525 ac_cr=`echo X | tr X '\015'`
19526 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19527 # But we know of no other shell where ac_cr would be empty at this
19528 # point, so we can use a bashism as a fallback.
19529 if test "x$ac_cr" = x; then
19530 eval ac_cr=\$\'\\r\'
19532 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19533 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19534 ac_cs_awk_cr='\r'
19535 else
19536 ac_cs_awk_cr=$ac_cr
19539 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19540 _ACEOF
19542 # Create commands to substitute file output variables.
19544 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19545 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19546 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19547 echo "_ACAWK" &&
19548 echo "_ACEOF"
19549 } >conf$$files.sh &&
19550 . ./conf$$files.sh ||
19551 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19552 rm -f conf$$files.sh
19555 echo "cat >conf$$subs.awk <<_ACEOF" &&
19556 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19557 echo "_ACEOF"
19558 } >conf$$subs.sh ||
19559 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19560 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19561 ac_delim='%!_!# '
19562 for ac_last_try in false false false false false :; do
19563 . ./conf$$subs.sh ||
19564 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19566 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19567 if test $ac_delim_n = $ac_delim_num; then
19568 break
19569 elif $ac_last_try; then
19570 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19571 else
19572 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19574 done
19575 rm -f conf$$subs.sh
19577 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19578 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19579 _ACEOF
19580 sed -n '
19582 s/^/S["/; s/!.*/"]=/
19585 s/^[^!]*!//
19586 :repl
19587 t repl
19588 s/'"$ac_delim"'$//
19589 t delim
19592 s/\(.\{148\}\)..*/\1/
19593 t more1
19594 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19597 b repl
19598 :more1
19599 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19602 s/.\{148\}//
19603 t nl
19604 :delim
19606 s/\(.\{148\}\)..*/\1/
19607 t more2
19608 s/["\\]/\\&/g; s/^/"/; s/$/"/
19611 :more2
19612 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19615 s/.\{148\}//
19616 t delim
19617 ' <conf$$subs.awk | sed '
19618 /^[^""]/{
19620 s/\n//
19622 ' >>$CONFIG_STATUS || ac_write_fail=1
19623 rm -f conf$$subs.awk
19624 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19625 _ACAWK
19626 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19627 for (key in S) S_is_set[key] = 1
19628 FS = "\a"
19629 \$ac_cs_awk_pipe_init
19632 line = $ 0
19633 nfields = split(line, field, "@")
19634 substed = 0
19635 len = length(field[1])
19636 for (i = 2; i < nfields; i++) {
19637 key = field[i]
19638 keylen = length(key)
19639 if (S_is_set[key]) {
19640 value = S[key]
19641 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19642 len += length(value) + length(field[++i])
19643 substed = 1
19644 } else
19645 len += 1 + keylen
19647 if (nfields == 3 && !substed) {
19648 key = field[2]
19649 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19650 \$ac_cs_awk_read_file
19651 next
19654 print line
19656 \$ac_cs_awk_pipe_fini
19657 _ACAWK
19658 _ACEOF
19659 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19660 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19661 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19662 else
19664 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19665 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19666 _ACEOF
19668 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19669 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19670 # trailing colons and then remove the whole line if VPATH becomes empty
19671 # (actually we leave an empty line to preserve line numbers).
19672 if test "x$srcdir" = x.; then
19673 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19674 s/:*\$(srcdir):*/:/
19675 s/:*\${srcdir}:*/:/
19676 s/:*@srcdir@:*/:/
19677 s/^\([^=]*=[ ]*\):*/\1/
19678 s/:*$//
19679 s/^[^=]*=[ ]*$//
19683 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19684 fi # test -n "$CONFIG_FILES"
19686 # Set up the scripts for CONFIG_HEADERS section.
19687 # No need to generate them if there are no CONFIG_HEADERS.
19688 # This happens for instance with `./config.status Makefile'.
19689 if test -n "$CONFIG_HEADERS"; then
19690 cat >"$tmp/defines.awk" <<\_ACAWK ||
19691 BEGIN {
19692 _ACEOF
19694 # Transform confdefs.h into an awk script `defines.awk', embedded as
19695 # here-document in config.status, that substitutes the proper values into
19696 # config.h.in to produce config.h.
19698 # Create a delimiter string that does not exist in confdefs.h, to ease
19699 # handling of long lines.
19700 ac_delim='%!_!# '
19701 for ac_last_try in false false :; do
19702 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19703 if test -z "$ac_t"; then
19704 break
19705 elif $ac_last_try; then
19706 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19707 else
19708 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19710 done
19712 # For the awk script, D is an array of macro values keyed by name,
19713 # likewise P contains macro parameters if any. Preserve backslash
19714 # newline sequences.
19716 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19717 sed -n '
19718 s/.\{148\}/&'"$ac_delim"'/g
19719 t rset
19720 :rset
19721 s/^[ ]*#[ ]*define[ ][ ]*/ /
19722 t def
19724 :def
19725 s/\\$//
19726 t bsnl
19727 s/["\\]/\\&/g
19728 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19729 D["\1"]=" \3"/p
19730 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19732 :bsnl
19733 s/["\\]/\\&/g
19734 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19735 D["\1"]=" \3\\\\\\n"\\/p
19736 t cont
19737 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19738 t cont
19740 :cont
19742 s/.\{148\}/&'"$ac_delim"'/g
19743 t clear
19744 :clear
19745 s/\\$//
19746 t bsnlc
19747 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19749 :bsnlc
19750 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19751 b cont
19752 ' <confdefs.h | sed '
19753 s/'"$ac_delim"'/"\\\
19754 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19756 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19757 for (key in D) D_is_set[key] = 1
19758 FS = "\a"
19760 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19761 line = \$ 0
19762 split(line, arg, " ")
19763 if (arg[1] == "#") {
19764 defundef = arg[2]
19765 mac1 = arg[3]
19766 } else {
19767 defundef = substr(arg[1], 2)
19768 mac1 = arg[2]
19770 split(mac1, mac2, "(") #)
19771 macro = mac2[1]
19772 prefix = substr(line, 1, index(line, defundef) - 1)
19773 if (D_is_set[macro]) {
19774 # Preserve the white space surrounding the "#".
19775 print prefix "define", macro P[macro] D[macro]
19776 next
19777 } else {
19778 # Replace #undef with comments. This is necessary, for example,
19779 # in the case of _POSIX_SOURCE, which is predefined and required
19780 # on some systems where configure will not decide to define it.
19781 if (defundef == "undef") {
19782 print "/*", prefix defundef, macro, "*/"
19783 next
19787 { print }
19788 _ACAWK
19789 _ACEOF
19790 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19791 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19792 fi # test -n "$CONFIG_HEADERS"
19795 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19796 shift
19797 for ac_tag
19799 case $ac_tag in
19800 :[FHLC]) ac_mode=$ac_tag; continue;;
19801 esac
19802 case $ac_mode$ac_tag in
19803 :[FHL]*:*);;
19804 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19805 :[FH]-) ac_tag=-:-;;
19806 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19807 esac
19808 ac_save_IFS=$IFS
19809 IFS=:
19810 set x $ac_tag
19811 IFS=$ac_save_IFS
19812 shift
19813 ac_file=$1
19814 shift
19816 case $ac_mode in
19817 :L) ac_source=$1;;
19818 :[FH])
19819 ac_file_inputs=
19820 for ac_f
19822 case $ac_f in
19823 -) ac_f="$tmp/stdin";;
19824 *) # Look for the file first in the build tree, then in the source tree
19825 # (if the path is not absolute). The absolute path cannot be DOS-style,
19826 # because $ac_f cannot contain `:'.
19827 test -f "$ac_f" ||
19828 case $ac_f in
19829 [\\/$]*) false;;
19830 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19831 esac ||
19832 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19833 esac
19834 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19835 as_fn_append ac_file_inputs " '$ac_f'"
19836 done
19838 # Let's still pretend it is `configure' which instantiates (i.e., don't
19839 # use $as_me), people would be surprised to read:
19840 # /* config.h. Generated by config.status. */
19841 configure_input='Generated from '`
19842 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19843 `' by configure.'
19844 if test x"$ac_file" != x-; then
19845 configure_input="$ac_file. $configure_input"
19846 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19847 $as_echo "$as_me: creating $ac_file" >&6;}
19849 # Neutralize special characters interpreted by sed in replacement strings.
19850 case $configure_input in #(
19851 *\&* | *\|* | *\\* )
19852 ac_sed_conf_input=`$as_echo "$configure_input" |
19853 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19854 *) ac_sed_conf_input=$configure_input;;
19855 esac
19857 case $ac_tag in
19858 *:-:* | *:-) cat >"$tmp/stdin" \
19859 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19860 esac
19862 esac
19864 ac_dir=`$as_dirname -- "$ac_file" ||
19865 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19866 X"$ac_file" : 'X\(//\)[^/]' \| \
19867 X"$ac_file" : 'X\(//\)$' \| \
19868 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19869 $as_echo X"$ac_file" |
19870 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19871 s//\1/
19874 /^X\(\/\/\)[^/].*/{
19875 s//\1/
19878 /^X\(\/\/\)$/{
19879 s//\1/
19882 /^X\(\/\).*/{
19883 s//\1/
19886 s/.*/./; q'`
19887 as_dir="$ac_dir"; as_fn_mkdir_p
19888 ac_builddir=.
19890 case "$ac_dir" in
19891 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19893 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19894 # A ".." for each directory in $ac_dir_suffix.
19895 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19896 case $ac_top_builddir_sub in
19897 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19898 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19899 esac ;;
19900 esac
19901 ac_abs_top_builddir=$ac_pwd
19902 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19903 # for backward compatibility:
19904 ac_top_builddir=$ac_top_build_prefix
19906 case $srcdir in
19907 .) # We are building in place.
19908 ac_srcdir=.
19909 ac_top_srcdir=$ac_top_builddir_sub
19910 ac_abs_top_srcdir=$ac_pwd ;;
19911 [\\/]* | ?:[\\/]* ) # Absolute name.
19912 ac_srcdir=$srcdir$ac_dir_suffix;
19913 ac_top_srcdir=$srcdir
19914 ac_abs_top_srcdir=$srcdir ;;
19915 *) # Relative name.
19916 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19917 ac_top_srcdir=$ac_top_build_prefix$srcdir
19918 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19919 esac
19920 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19923 case $ac_mode in
19926 # CONFIG_FILE
19929 case $INSTALL in
19930 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19931 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19932 esac
19933 _ACEOF
19935 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19936 # If the template does not know about datarootdir, expand it.
19937 # FIXME: This hack should be removed a few years after 2.60.
19938 ac_datarootdir_hack=; ac_datarootdir_seen=
19939 ac_sed_dataroot='
19940 /datarootdir/ {
19944 /@datadir@/p
19945 /@docdir@/p
19946 /@infodir@/p
19947 /@localedir@/p
19948 /@mandir@/p'
19949 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19950 *datarootdir*) ac_datarootdir_seen=yes;;
19951 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19953 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19954 _ACEOF
19955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19956 ac_datarootdir_hack='
19957 s&@datadir@&$datadir&g
19958 s&@docdir@&$docdir&g
19959 s&@infodir@&$infodir&g
19960 s&@localedir@&$localedir&g
19961 s&@mandir@&$mandir&g
19962 s&\\\${datarootdir}&$datarootdir&g' ;;
19963 esac
19964 _ACEOF
19966 # Neutralize VPATH when `$srcdir' = `.'.
19967 # Shell code in configure.ac might set extrasub.
19968 # FIXME: do we really want to maintain this feature?
19969 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19970 ac_sed_extra="$ac_vpsub
19971 $extrasub
19972 _ACEOF
19973 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19975 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19976 s|@configure_input@|$ac_sed_conf_input|;t t
19977 s&@top_builddir@&$ac_top_builddir_sub&;t t
19978 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19979 s&@srcdir@&$ac_srcdir&;t t
19980 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19981 s&@top_srcdir@&$ac_top_srcdir&;t t
19982 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19983 s&@builddir@&$ac_builddir&;t t
19984 s&@abs_builddir@&$ac_abs_builddir&;t t
19985 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19986 s&@INSTALL@&$ac_INSTALL&;t t
19987 $ac_datarootdir_hack
19989 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19990 if $ac_cs_awk_getline; then
19991 $AWK -f "$tmp/subs.awk"
19992 else
19993 $AWK -f "$tmp/subs.awk" | $SHELL
19994 fi >$tmp/out \
19995 || as_fn_error "could not create $ac_file" "$LINENO" 5
19997 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19998 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19999 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20001 which seems to be undefined. Please make sure it is defined." >&5
20002 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20003 which seems to be undefined. Please make sure it is defined." >&2;}
20005 rm -f "$tmp/stdin"
20006 case $ac_file in
20007 -) cat "$tmp/out" && rm -f "$tmp/out";;
20008 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20009 esac \
20010 || as_fn_error "could not create $ac_file" "$LINENO" 5
20014 # CONFIG_HEADER
20016 if test x"$ac_file" != x-; then
20018 $as_echo "/* $configure_input */" \
20019 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20020 } >"$tmp/config.h" \
20021 || as_fn_error "could not create $ac_file" "$LINENO" 5
20022 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20023 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
20024 $as_echo "$as_me: $ac_file is unchanged" >&6;}
20025 else
20026 rm -f "$ac_file"
20027 mv "$tmp/config.h" "$ac_file" \
20028 || as_fn_error "could not create $ac_file" "$LINENO" 5
20030 else
20031 $as_echo "/* $configure_input */" \
20032 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20033 || as_fn_error "could not create -" "$LINENO" 5
20037 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
20038 $as_echo "$as_me: executing $ac_file commands" >&6;}
20040 esac
20043 case $ac_file$ac_mode in
20044 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
20045 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
20046 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
20047 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
20048 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
20049 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
20050 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
20051 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
20052 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
20053 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
20054 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
20055 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
20056 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
20058 esac
20059 done # for ac_tag
20062 as_fn_exit 0
20063 _ACEOF
20064 ac_clean_files=$ac_clean_files_save
20066 test $ac_write_fail = 0 ||
20067 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20070 # configure is writing to config.log, and then calls config.status.
20071 # config.status does its own redirection, appending to config.log.
20072 # Unfortunately, on DOS this fails, as config.log is still kept open
20073 # by configure, so config.status won't be able to write to it; its
20074 # output is simply discarded. So we exec the FD to /dev/null,
20075 # effectively closing config.log, so it can be properly (re)opened and
20076 # appended to by config.status. When coming back to configure, we
20077 # need to make the FD available again.
20078 if test "$no_create" != yes; then
20079 ac_cs_success=:
20080 ac_config_status_args=
20081 test "$silent" = yes &&
20082 ac_config_status_args="$ac_config_status_args --quiet"
20083 exec 5>/dev/null
20084 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20085 exec 5>>config.log
20086 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20087 # would make configure fail if this is the last instruction.
20088 $ac_cs_success || as_fn_exit $?
20090 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20092 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20096 if test "$no_create" = "yes"
20097 then
20098 exit 0
20101 ac_save_IFS="$IFS"
20102 if test "x$wine_notices != "x; then
20103 echo >&6
20104 IFS="|"
20105 for msg in $wine_notices; do
20106 IFS="$ac_save_IFS"
20107 if test -n "$msg"; then
20108 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20109 $as_echo "$as_me: $msg" >&6;}
20111 done
20113 IFS="|"
20114 for msg in $wine_warnings; do
20115 IFS="$ac_save_IFS"
20116 if test -n "$msg"; then
20117 echo >&2
20118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20119 $as_echo "$as_me: WARNING: $msg" >&2;}
20121 done
20122 IFS="$ac_save_IFS"
20124 echo "
20125 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20126 " >&6