wined3d: Recognize the SM4 endif opcode.
[wine/multimedia.git] / configure
blobb81612d3fb1489332c225fd680dfab297197c669
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.35.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.35'
556 PACKAGE_STRING='Wine 1.1.35'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_WINETEST_DEPENDS
600 ALL_PROGRAM_BIN_INSTALL_DIRS
601 ALL_PROGRAM_INSTALL_DIRS
602 ALL_PROGRAM_DIRS
603 ALL_TEST_DIRS
604 ALL_IMPLIB_DIRS
605 ALL_DLL_DIRS
606 ALL_TOP_DIRS
607 ALL_MAKEFILE_DEPENDS
608 ALL_MAKEFILES
609 ALL_MAKERULES
610 DEPENDENCIES
611 LDAPLIBS
612 LIBPOLL
613 LIBDL
614 EXTRA_BINARIES
615 MAIN_BINARY
616 SOCKETLIBS
617 CRTLIBS
618 TOOLSEXT
619 LDPATH
620 BUILTINFLAG
621 EXTRACFLAGS
622 LIBKSTAT
623 LIBMPG123
624 PNGINCL
625 FONTCONFIGINCL
626 CUPSINCL
627 AUDIOIOLIBS
628 ALSALIBS
629 ESDLIBS
630 ESDINCL
631 ESDCONFIG
632 ZLIB
633 FREETYPEINCL
634 FREETYPELIBS
635 ft_devel
636 LCMSLIBS
637 RESOLVLIBS
638 GPHOTO2INCL
639 GPHOTO2LIBS
640 gphoto2port_devel
641 gphoto2_devel
642 SANEINCL
643 sane_devel
644 GNUTLSINCL
645 HALINCL
646 XSLTINCL
647 XML2INCL
648 XML2LIBS
649 NASLIBS
650 X_EXTRA_LIBS
651 X_LIBS
652 X_PRE_LIBS
653 X_CFLAGS
654 XMKMF
655 LIBPTHREAD
656 CROSSTARGETFLAGS
657 CROSSTEST
658 CROSSCC
659 CARBONLIB
660 LIBOPENAL
661 COREAUDIO
662 DISKARBITRATIONLIB
663 LDEXECFLAGS
664 IOKITLIB
665 COREFOUNDATIONLIB
666 SECURITYLIB
667 DLLWRAP
668 DLLTOOL
670 LDRPATH_LOCAL
671 LDRPATH_INSTALL
672 IMPLIBEXT
673 LIBEXT
674 LDDLLFLAGS
675 LDSHARED
676 DLLFLAGS
677 DLLEXT
679 OPENGL_LIBS
680 XLIB
681 PRELINK
682 ICOTOOL
683 RSVG
684 PKG_CONFIG
685 FONTFORGE
686 LINTFLAGS
687 LINT
688 INSTALL_DATA
689 INSTALL_SCRIPT
690 INSTALL_PROGRAM
691 LDCONFIG
692 EGREP
693 GREP
695 LN_S
696 STRIP
697 RANLIB
698 ARFLAGS
699 ac_ct_AR
701 BISON
702 FLEX
703 TOOLSDIR
704 WOW64_DISABLE
705 TARGETFLAGS
706 CPPBIN
707 ac_ct_CXX
708 CXXFLAGS
710 OBJEXT
711 EXEEXT
712 ac_ct_CC
713 CPPFLAGS
714 LDFLAGS
715 CFLAGS
717 SET_MAKE
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 MAINTAINER_MODE
727 target_alias
728 host_alias
729 build_alias
730 LIBS
731 ECHO_T
732 ECHO_N
733 ECHO_C
734 DEFS
735 mandir
736 localedir
737 libdir
738 psdir
739 pdfdir
740 dvidir
741 htmldir
742 infodir
743 docdir
744 oldincludedir
745 includedir
746 localstatedir
747 sharedstatedir
748 sysconfdir
749 datadir
750 datarootdir
751 libexecdir
752 sbindir
753 bindir
754 program_transform_name
755 prefix
756 exec_prefix
757 PACKAGE_URL
758 PACKAGE_BUGREPORT
759 PACKAGE_STRING
760 PACKAGE_VERSION
761 PACKAGE_TARNAME
762 PACKAGE_NAME
763 PATH_SEPARATOR
764 SHELL'
765 ac_subst_files='MAKE_RULES
766 MAKE_DLL_RULES
767 MAKE_IMPLIB_RULES
768 MAKE_TEST_RULES
769 MAKE_PROG_RULES'
770 ac_user_opts='
771 enable_option_checking
772 enable_win16
773 enable_win64
774 enable_tests
775 enable_maintainer_mode
776 with_alsa
777 with_audioio
778 with_capi
779 with_cms
780 with_coreaudio
781 with_cups
782 with_curses
783 with_esd
784 with_fontconfig
785 with_freetype
786 with_gphoto
787 with_glu
788 with_gnutls
789 with_gsm
790 with_hal
791 with_jack
792 with_jpeg
793 with_ldap
794 with_mpg123
795 with_nas
796 with_openal
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_xcomposite
804 with_xcursor
805 with_xinerama
806 with_xinput
807 with_xml
808 with_xrandr
809 with_xrender
810 with_xshape
811 with_xshm
812 with_xslt
813 with_xxf86vm
814 with_wine_tools
815 with_wine64
816 enable_largefile
817 with_x
819 ac_precious_vars='build_alias
820 host_alias
821 target_alias
823 CFLAGS
824 LDFLAGS
825 LIBS
826 CPPFLAGS
828 CXXFLAGS
831 XMKMF'
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
882 ac_prev=
883 ac_dashdash=
884 for ac_option
886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
888 eval $ac_prev=\$ac_option
889 ac_prev=
890 continue
893 case $ac_option in
894 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895 *) ac_optarg=yes ;;
896 esac
898 # Accept the important Cygnus configure options, so we can diagnose typos.
900 case $ac_dashdash$ac_option in
902 ac_dashdash=yes ;;
904 -bindir | --bindir | --bindi | --bind | --bin | --bi)
905 ac_prev=bindir ;;
906 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
907 bindir=$ac_optarg ;;
909 -build | --build | --buil | --bui | --bu)
910 ac_prev=build_alias ;;
911 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
912 build_alias=$ac_optarg ;;
914 -cache-file | --cache-file | --cache-fil | --cache-fi \
915 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
916 ac_prev=cache_file ;;
917 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
918 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
919 cache_file=$ac_optarg ;;
921 --config-cache | -C)
922 cache_file=config.cache ;;
924 -datadir | --datadir | --datadi | --datad)
925 ac_prev=datadir ;;
926 -datadir=* | --datadir=* | --datadi=* | --datad=*)
927 datadir=$ac_optarg ;;
929 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
930 | --dataroo | --dataro | --datar)
931 ac_prev=datarootdir ;;
932 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
933 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
934 datarootdir=$ac_optarg ;;
936 -disable-* | --disable-*)
937 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
938 # Reject names that are not valid shell variable names.
939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
940 as_fn_error "invalid feature name: $ac_useropt"
941 ac_useropt_orig=$ac_useropt
942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943 case $ac_user_opts in
945 "enable_$ac_useropt"
946 "*) ;;
947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
948 ac_unrecognized_sep=', ';;
949 esac
950 eval enable_$ac_useropt=no ;;
952 -docdir | --docdir | --docdi | --doc | --do)
953 ac_prev=docdir ;;
954 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
955 docdir=$ac_optarg ;;
957 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
958 ac_prev=dvidir ;;
959 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
960 dvidir=$ac_optarg ;;
962 -enable-* | --enable-*)
963 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
964 # Reject names that are not valid shell variable names.
965 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
966 as_fn_error "invalid feature name: $ac_useropt"
967 ac_useropt_orig=$ac_useropt
968 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969 case $ac_user_opts in
971 "enable_$ac_useropt"
972 "*) ;;
973 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
974 ac_unrecognized_sep=', ';;
975 esac
976 eval enable_$ac_useropt=\$ac_optarg ;;
978 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
979 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
980 | --exec | --exe | --ex)
981 ac_prev=exec_prefix ;;
982 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
983 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
984 | --exec=* | --exe=* | --ex=*)
985 exec_prefix=$ac_optarg ;;
987 -gas | --gas | --ga | --g)
988 # Obsolete; use --with-gas.
989 with_gas=yes ;;
991 -help | --help | --hel | --he | -h)
992 ac_init_help=long ;;
993 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
994 ac_init_help=recursive ;;
995 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
996 ac_init_help=short ;;
998 -host | --host | --hos | --ho)
999 ac_prev=host_alias ;;
1000 -host=* | --host=* | --hos=* | --ho=*)
1001 host_alias=$ac_optarg ;;
1003 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1004 ac_prev=htmldir ;;
1005 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1006 | --ht=*)
1007 htmldir=$ac_optarg ;;
1009 -includedir | --includedir | --includedi | --included | --include \
1010 | --includ | --inclu | --incl | --inc)
1011 ac_prev=includedir ;;
1012 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1013 | --includ=* | --inclu=* | --incl=* | --inc=*)
1014 includedir=$ac_optarg ;;
1016 -infodir | --infodir | --infodi | --infod | --info | --inf)
1017 ac_prev=infodir ;;
1018 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1019 infodir=$ac_optarg ;;
1021 -libdir | --libdir | --libdi | --libd)
1022 ac_prev=libdir ;;
1023 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1024 libdir=$ac_optarg ;;
1026 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1027 | --libexe | --libex | --libe)
1028 ac_prev=libexecdir ;;
1029 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1030 | --libexe=* | --libex=* | --libe=*)
1031 libexecdir=$ac_optarg ;;
1033 -localedir | --localedir | --localedi | --localed | --locale)
1034 ac_prev=localedir ;;
1035 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1036 localedir=$ac_optarg ;;
1038 -localstatedir | --localstatedir | --localstatedi | --localstated \
1039 | --localstate | --localstat | --localsta | --localst | --locals)
1040 ac_prev=localstatedir ;;
1041 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1042 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1043 localstatedir=$ac_optarg ;;
1045 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1046 ac_prev=mandir ;;
1047 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1048 mandir=$ac_optarg ;;
1050 -nfp | --nfp | --nf)
1051 # Obsolete; use --without-fp.
1052 with_fp=no ;;
1054 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1055 | --no-cr | --no-c | -n)
1056 no_create=yes ;;
1058 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1059 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1060 no_recursion=yes ;;
1062 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1063 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1064 | --oldin | --oldi | --old | --ol | --o)
1065 ac_prev=oldincludedir ;;
1066 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1067 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1068 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1069 oldincludedir=$ac_optarg ;;
1071 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1072 ac_prev=prefix ;;
1073 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1074 prefix=$ac_optarg ;;
1076 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1077 | --program-pre | --program-pr | --program-p)
1078 ac_prev=program_prefix ;;
1079 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1080 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1081 program_prefix=$ac_optarg ;;
1083 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1084 | --program-suf | --program-su | --program-s)
1085 ac_prev=program_suffix ;;
1086 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1087 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1088 program_suffix=$ac_optarg ;;
1090 -program-transform-name | --program-transform-name \
1091 | --program-transform-nam | --program-transform-na \
1092 | --program-transform-n | --program-transform- \
1093 | --program-transform | --program-transfor \
1094 | --program-transfo | --program-transf \
1095 | --program-trans | --program-tran \
1096 | --progr-tra | --program-tr | --program-t)
1097 ac_prev=program_transform_name ;;
1098 -program-transform-name=* | --program-transform-name=* \
1099 | --program-transform-nam=* | --program-transform-na=* \
1100 | --program-transform-n=* | --program-transform-=* \
1101 | --program-transform=* | --program-transfor=* \
1102 | --program-transfo=* | --program-transf=* \
1103 | --program-trans=* | --program-tran=* \
1104 | --progr-tra=* | --program-tr=* | --program-t=*)
1105 program_transform_name=$ac_optarg ;;
1107 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1108 ac_prev=pdfdir ;;
1109 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1110 pdfdir=$ac_optarg ;;
1112 -psdir | --psdir | --psdi | --psd | --ps)
1113 ac_prev=psdir ;;
1114 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1115 psdir=$ac_optarg ;;
1117 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1118 | -silent | --silent | --silen | --sile | --sil)
1119 silent=yes ;;
1121 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122 ac_prev=sbindir ;;
1123 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124 | --sbi=* | --sb=*)
1125 sbindir=$ac_optarg ;;
1127 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1128 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1129 | --sharedst | --shareds | --shared | --share | --shar \
1130 | --sha | --sh)
1131 ac_prev=sharedstatedir ;;
1132 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1133 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1134 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135 | --sha=* | --sh=*)
1136 sharedstatedir=$ac_optarg ;;
1138 -site | --site | --sit)
1139 ac_prev=site ;;
1140 -site=* | --site=* | --sit=*)
1141 site=$ac_optarg ;;
1143 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144 ac_prev=srcdir ;;
1145 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1146 srcdir=$ac_optarg ;;
1148 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1149 | --syscon | --sysco | --sysc | --sys | --sy)
1150 ac_prev=sysconfdir ;;
1151 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1152 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1153 sysconfdir=$ac_optarg ;;
1155 -target | --target | --targe | --targ | --tar | --ta | --t)
1156 ac_prev=target_alias ;;
1157 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1158 target_alias=$ac_optarg ;;
1160 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1161 verbose=yes ;;
1163 -version | --version | --versio | --versi | --vers | -V)
1164 ac_init_version=: ;;
1166 -with-* | --with-*)
1167 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170 as_fn_error "invalid package name: $ac_useropt"
1171 ac_useropt_orig=$ac_useropt
1172 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173 case $ac_user_opts in
1175 "with_$ac_useropt"
1176 "*) ;;
1177 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1178 ac_unrecognized_sep=', ';;
1179 esac
1180 eval with_$ac_useropt=\$ac_optarg ;;
1182 -without-* | --without-*)
1183 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1184 # Reject names that are not valid shell variable names.
1185 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1186 as_fn_error "invalid package name: $ac_useropt"
1187 ac_useropt_orig=$ac_useropt
1188 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189 case $ac_user_opts in
1191 "with_$ac_useropt"
1192 "*) ;;
1193 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1194 ac_unrecognized_sep=', ';;
1195 esac
1196 eval with_$ac_useropt=no ;;
1198 --x)
1199 # Obsolete; use --with-x.
1200 with_x=yes ;;
1202 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1203 | --x-incl | --x-inc | --x-in | --x-i)
1204 ac_prev=x_includes ;;
1205 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1206 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1207 x_includes=$ac_optarg ;;
1209 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1210 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1211 ac_prev=x_libraries ;;
1212 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1213 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1214 x_libraries=$ac_optarg ;;
1216 -*) as_fn_error "unrecognized option: \`$ac_option'
1217 Try \`$0 --help' for more information."
1220 *=*)
1221 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1222 # Reject names that are not valid shell variable names.
1223 case $ac_envvar in #(
1224 '' | [0-9]* | *[!_$as_cr_alnum]* )
1225 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1226 esac
1227 eval $ac_envvar=\$ac_optarg
1228 export $ac_envvar ;;
1231 # FIXME: should be removed in autoconf 3.0.
1232 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1233 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1234 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1235 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1238 esac
1239 done
1241 if test -n "$ac_prev"; then
1242 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1243 as_fn_error "missing argument to $ac_option"
1246 if test -n "$ac_unrecognized_opts"; then
1247 case $enable_option_checking in
1248 no) ;;
1249 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1250 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1251 esac
1254 # Check all directory arguments for consistency.
1255 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1256 datadir sysconfdir sharedstatedir localstatedir includedir \
1257 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1258 libdir localedir mandir
1260 eval ac_val=\$$ac_var
1261 # Remove trailing slashes.
1262 case $ac_val in
1263 */ )
1264 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1265 eval $ac_var=\$ac_val;;
1266 esac
1267 # Be sure to have absolute directory names.
1268 case $ac_val in
1269 [\\/$]* | ?:[\\/]* ) continue;;
1270 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1271 esac
1272 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1273 done
1275 # There might be people who depend on the old broken behavior: `$host'
1276 # used to hold the argument of --host etc.
1277 # FIXME: To remove some day.
1278 build=$build_alias
1279 host=$host_alias
1280 target=$target_alias
1282 # FIXME: To remove some day.
1283 if test "x$host_alias" != x; then
1284 if test "x$build_alias" = x; then
1285 cross_compiling=maybe
1286 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1287 If a cross compiler is detected then cross compile mode will be used." >&2
1288 elif test "x$build_alias" != "x$host_alias"; then
1289 cross_compiling=yes
1293 ac_tool_prefix=
1294 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1296 test "$silent" = yes && exec 6>/dev/null
1299 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di=`ls -di .` &&
1301 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1302 as_fn_error "working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304 as_fn_error "pwd does not report name of working directory"
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309 ac_srcdir_defaulted=yes
1310 # Try the directory containing this script, then the parent directory.
1311 ac_confdir=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313 X"$as_myself" : 'X\(//\)[^/]' \| \
1314 X"$as_myself" : 'X\(//\)$' \| \
1315 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318 s//\1/
1321 /^X\(\/\/\)[^/].*/{
1322 s//\1/
1325 /^X\(\/\/\)$/{
1326 s//\1/
1329 /^X\(\/\).*/{
1330 s//\1/
1333 s/.*/./; q'`
1334 srcdir=$ac_confdir
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1336 srcdir=..
1338 else
1339 ac_srcdir_defaulted=no
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1343 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1345 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 ac_abs_confdir=`(
1347 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1348 pwd)`
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1351 srcdir=.
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1356 case $srcdir in
1357 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 esac
1359 for ac_var in $ac_precious_vars; do
1360 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361 eval ac_env_${ac_var}_value=\$${ac_var}
1362 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 done
1367 # Report the --help message.
1369 if test "$ac_init_help" = "long"; then
1370 # Omit some internal or obsolete options to make the list less imposing.
1371 # This message is too long to be a string in the A/UX 3.1 sh.
1372 cat <<_ACEOF
1373 \`configure' configures Wine 1.1.35 to adapt to many kinds of systems.
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE. See below for descriptions of some of the useful variables.
1380 Defaults for the options are specified in brackets.
1382 Configuration:
1383 -h, --help display this help and exit
1384 --help=short display options specific to this package
1385 --help=recursive display the short help of all the included packages
1386 -V, --version display version information and exit
1387 -q, --quiet, --silent do not print \`checking...' messages
1388 --cache-file=FILE cache test results in FILE [disabled]
1389 -C, --config-cache alias for \`--cache-file=config.cache'
1390 -n, --no-create do not create output files
1391 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1393 Installation directories:
1394 --prefix=PREFIX install architecture-independent files in PREFIX
1395 [$ac_default_prefix]
1396 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1397 [PREFIX]
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1404 For better control, use the options below.
1406 Fine tuning of the installation directories:
1407 --bindir=DIR user executables [EPREFIX/bin]
1408 --sbindir=DIR system admin executables [EPREFIX/sbin]
1409 --libexecdir=DIR program executables [EPREFIX/libexec]
1410 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1411 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1412 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1413 --libdir=DIR object code libraries [EPREFIX/lib]
1414 --includedir=DIR C header files [PREFIX/include]
1415 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1416 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1417 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1418 --infodir=DIR info documentation [DATAROOTDIR/info]
1419 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1420 --mandir=DIR man documentation [DATAROOTDIR/man]
1421 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1422 --htmldir=DIR html documentation [DOCDIR]
1423 --dvidir=DIR dvi documentation [DOCDIR]
1424 --pdfdir=DIR pdf documentation [DOCDIR]
1425 --psdir=DIR ps documentation [DOCDIR]
1426 _ACEOF
1428 cat <<\_ACEOF
1430 X features:
1431 --x-includes=DIR X include files are in DIR
1432 --x-libraries=DIR X library files are in DIR
1434 System types:
1435 --build=BUILD configure for building on BUILD [guessed]
1436 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1437 _ACEOF
1440 if test -n "$ac_init_help"; then
1441 case $ac_init_help in
1442 short | recursive ) echo "Configuration of Wine 1.1.35:";;
1443 esac
1444 cat <<\_ACEOF
1446 Optional Features:
1447 --disable-option-checking ignore unrecognized --enable/--with options
1448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1450 --disable-win16 do not include Win16 support
1451 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1452 binaries)
1453 --disable-tests do not build the regression tests
1454 --enable-maintainer-mode
1455 enable maintainer-specific build rules
1456 --disable-largefile omit support for large files
1458 Optional Packages:
1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1461 --without-alsa do not use the Alsa sound support
1462 --without-audioio do not use the AudioIO sound support
1463 --without-capi do not use CAPI (ISDN support)
1464 --without-cms do not use CMS (color management support)
1465 --without-coreaudio do not use the CoreAudio sound support
1466 --without-cups do not use CUPS
1467 --without-curses do not use (n)curses
1468 --without-esd do not use the EsounD sound support
1469 --without-fontconfig do not use fontconfig
1470 --without-freetype do not use the FreeType library
1471 --without-gphoto do not use gphoto (Digital Camera support)
1472 --without-glu do not use the GLU library
1473 --without-gnutls do not use GnuTLS (schannel support)
1474 --without-gsm do not use libgsm (GSM 06.10 codec support)
1475 --without-hal do not use HAL (dynamic device support)
1476 --without-jack do not use the Jack sound support
1477 --without-jpeg do not use JPEG
1478 --without-ldap do not use LDAP
1479 --without-mpg123 do not use the mpg123 library
1480 --without-nas do not use the NAS sound support
1481 --without-openal do not use OpenAL
1482 --without-opengl do not use OpenGL
1483 --without-openssl do not use OpenSSL
1484 --without-oss do not use the OSS sound support
1485 --without-png do not use PNG
1486 --without-pthread do not use the pthread library
1487 --without-sane do not use SANE (scanner support)
1488 --without-xcomposite do not use the Xcomposite extension
1489 --without-xcursor do not use the Xcursor extension
1490 --without-xinerama do not use Xinerama (multi-monitor support)
1491 --without-xinput do not use the Xinput extension
1492 --without-xml do not use XML
1493 --without-xrandr do not use Xrandr (resolution changes)
1494 --without-xrender do not use the Xrender extension
1495 --without-xshape do not use the Xshape extension
1496 --without-xshm do not use XShm (shared memory extension)
1497 --without-xslt do not use XSLT
1498 --without-xxf86vm do not use XFree video mode extension
1499 --with-wine-tools=DIR use Wine tools from directory DIR
1500 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1501 --with-x use the X Window System
1503 Some influential environment variables:
1504 CC C compiler command
1505 CFLAGS C compiler flags
1506 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1507 nonstandard directory <lib dir>
1508 LIBS libraries to pass to the linker, e.g. -l<library>
1509 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1510 you have headers in a nonstandard directory <include dir>
1511 CXX C++ compiler command
1512 CXXFLAGS C++ compiler flags
1513 CPP C preprocessor
1514 XMKMF Path to xmkmf, Makefile generator for X Window System
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1519 Report bugs to <wine-devel@winehq.org>.
1520 Wine home page: <http://www.winehq.org>.
1521 _ACEOF
1522 ac_status=$?
1525 if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
1527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
1531 ac_builddir=.
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537 # A ".." for each directory in $ac_dir_suffix.
1538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1549 case $srcdir in
1550 .) # We are building in place.
1551 ac_srcdir=.
1552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
1555 ac_srcdir=$srcdir$ac_dir_suffix;
1556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
1567 if test -f "$ac_srcdir/configure.gnu"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure" --help=recursive
1573 else
1574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
1577 done
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582 cat <<\_ACEOF
1583 Wine configure 1.1.35
1584 generated by GNU Autoconf 2.65
1586 Copyright (C) 2009 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590 exit
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624 else
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1628 ac_retval=1
1630 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631 as_fn_set_status $ac_retval
1633 } # ac_fn_c_try_compile
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_cxx_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1661 ac_retval=0
1662 else
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1666 ac_retval=1
1668 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669 as_fn_set_status $ac_retval
1671 } # ac_fn_cxx_try_compile
1673 # ac_fn_c_try_link LINENO
1674 # -----------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_link ()
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 rm -f conftest.$ac_objext conftest$ac_exeext
1680 if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_link") 2>conftest.err
1688 ac_status=$?
1689 if test -s conftest.err; then
1690 grep -v '^ *+' conftest.err >conftest.er1
1691 cat conftest.er1 >&5
1692 mv -f conftest.er1 conftest.err
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; } && {
1696 test -z "$ac_c_werror_flag" ||
1697 test ! -s conftest.err
1698 } && test -s conftest$ac_exeext && {
1699 test "$cross_compiling" = yes ||
1700 $as_test_x conftest$ac_exeext
1701 }; then :
1702 ac_retval=0
1703 else
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1707 ac_retval=1
1709 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711 # interfere with the next link command; also delete a directory that is
1712 # left behind by Apple's compiler. We do this before executing the actions.
1713 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715 as_fn_set_status $ac_retval
1717 } # ac_fn_c_try_link
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733 ac_status=$?
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } >/dev/null && {
1741 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 }; then :
1744 ac_retval=0
1745 else
1746 $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1749 ac_retval=1
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752 as_fn_set_status $ac_retval
1754 } # ac_fn_c_try_cpp
1756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759 # the include files in INCLUDES and setting the cache variable VAR
1760 # accordingly.
1761 ac_fn_c_check_header_mongrel ()
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766 $as_echo_n "checking for $2... " >&6; }
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 $as_echo_n "(cached) " >&6
1770 eval ac_res=\$$3
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772 $as_echo "$ac_res" >&6; }
1773 else
1774 # Is the header compilable?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776 $as_echo_n "checking $2 usability... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h. */
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_compile "$LINENO"; then :
1783 ac_header_compiler=yes
1784 else
1785 ac_header_compiler=no
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789 $as_echo "$ac_header_compiler" >&6; }
1791 # Is the header present?
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793 $as_echo_n "checking $2 presence... " >&6; }
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h. */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_cpp "$LINENO"; then :
1799 ac_header_preproc=yes
1800 else
1801 ac_header_preproc=no
1803 rm -f conftest.err conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805 $as_echo "$ac_header_preproc" >&6; }
1807 # So? What about this header?
1808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809 yes:no: )
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1815 no:yes:* )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1819 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1823 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826 ( cat <<\_ASBOX
1827 ## ------------------------------------ ##
1828 ## Report this to wine-devel@winehq.org ##
1829 ## ------------------------------------ ##
1830 _ASBOX
1831 ) | sed "s/^/$as_me: WARNING: /" >&2
1833 esac
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837 $as_echo_n "(cached) " >&6
1838 else
1839 eval "$3=\$ac_header_compiler"
1841 eval ac_res=\$$3
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843 $as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1847 } # ac_fn_c_check_header_mongrel
1849 # ac_fn_c_try_run LINENO
1850 # ----------------------
1851 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852 # that executables *can* be run.
1853 ac_fn_c_try_run ()
1855 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856 if { { ac_try="$ac_link"
1857 case "(($ac_try" in
1858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859 *) ac_try_echo=$ac_try;;
1860 esac
1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863 (eval "$ac_link") 2>&5
1864 ac_status=$?
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867 { { case "(($ac_try" in
1868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869 *) ac_try_echo=$ac_try;;
1870 esac
1871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872 $as_echo "$ac_try_echo"; } >&5
1873 (eval "$ac_try") 2>&5
1874 ac_status=$?
1875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876 test $ac_status = 0; }; }; then :
1877 ac_retval=0
1878 else
1879 $as_echo "$as_me: program exited with status $ac_status" >&5
1880 $as_echo "$as_me: failed program was:" >&5
1881 sed 's/^/| /' conftest.$ac_ext >&5
1883 ac_retval=$ac_status
1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887 as_fn_set_status $ac_retval
1889 } # ac_fn_c_try_run
1891 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists and can be compiled using the include files in
1894 # INCLUDES, setting the cache variable VAR accordingly.
1895 ac_fn_c_check_header_compile ()
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901 $as_echo_n "(cached) " >&6
1902 else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1906 #include <$2>
1907 _ACEOF
1908 if ac_fn_c_try_compile "$LINENO"; then :
1909 eval "$3=yes"
1910 else
1911 eval "$3=no"
1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1915 eval ac_res=\$$3
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 $as_echo "$ac_res" >&6; }
1918 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1920 } # ac_fn_c_check_header_compile
1922 # ac_fn_c_check_func LINENO FUNC VAR
1923 # ----------------------------------
1924 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1925 ac_fn_c_check_func ()
1927 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931 $as_echo_n "(cached) " >&6
1932 else
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h. */
1935 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1937 #define $2 innocuous_$2
1939 /* System header to define __stub macros and hopefully few prototypes,
1940 which can conflict with char $2 (); below.
1941 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942 <limits.h> exists even on freestanding compilers. */
1944 #ifdef __STDC__
1945 # include <limits.h>
1946 #else
1947 # include <assert.h>
1948 #endif
1950 #undef $2
1952 /* Override any GCC internal prototype to avoid an error.
1953 Use char because int might match the return type of a GCC
1954 builtin and then its argument prototype would still apply. */
1955 #ifdef __cplusplus
1956 extern "C"
1957 #endif
1958 char $2 ();
1959 /* The GNU C library defines this for functions which it implements
1960 to always fail with ENOSYS. Some functions are actually named
1961 something starting with __ and the normal name is an alias. */
1962 #if defined __stub_$2 || defined __stub___$2
1963 choke me
1964 #endif
1967 main ()
1969 return $2 ();
1971 return 0;
1973 _ACEOF
1974 if ac_fn_c_try_link "$LINENO"; then :
1975 eval "$3=yes"
1976 else
1977 eval "$3=no"
1979 rm -f core conftest.err conftest.$ac_objext \
1980 conftest$ac_exeext conftest.$ac_ext
1982 eval ac_res=\$$3
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987 } # ac_fn_c_check_func
1989 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990 # ----------------------------------------------------
1991 # Tries to find if the field MEMBER exists in type AGGR, after including
1992 # INCLUDES, setting cache variable VAR accordingly.
1993 ac_fn_c_check_member ()
1995 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997 $as_echo_n "checking for $2.$3... " >&6; }
1998 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999 $as_echo_n "(cached) " >&6
2000 else
2001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h. */
2005 main ()
2007 static $2 ac_aggr;
2008 if (ac_aggr.$3)
2009 return 0;
2011 return 0;
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015 eval "$4=yes"
2016 else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h. */
2021 main ()
2023 static $2 ac_aggr;
2024 if (sizeof ac_aggr.$3)
2025 return 0;
2027 return 0;
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031 eval "$4=yes"
2032 else
2033 eval "$4=no"
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2039 eval ac_res=\$$4
2040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 $as_echo "$ac_res" >&6; }
2042 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2044 } # ac_fn_c_check_member
2046 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047 # -------------------------------------------
2048 # Tests whether TYPE exists after having included INCLUDES, setting cache
2049 # variable VAR accordingly.
2050 ac_fn_c_check_type ()
2052 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054 $as_echo_n "checking for $2... " >&6; }
2055 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056 $as_echo_n "(cached) " >&6
2057 else
2058 eval "$3=no"
2059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h. */
2063 main ()
2065 if (sizeof ($2))
2066 return 0;
2068 return 0;
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073 /* end confdefs.h. */
2076 main ()
2078 if (sizeof (($2)))
2079 return 0;
2081 return 0;
2083 _ACEOF
2084 if ac_fn_c_try_compile "$LINENO"; then :
2086 else
2087 eval "$3=yes"
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2093 eval ac_res=\$$3
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 $as_echo "$ac_res" >&6; }
2096 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2098 } # ac_fn_c_check_type
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2103 It was created by Wine $as_me 1.1.35, which was
2104 generated by GNU Autoconf 2.65. Invocation command line was
2106 $ $0 $@
2108 _ACEOF
2109 exec 5>>config.log
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2125 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2126 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2129 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2130 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2131 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2133 _ASUNAME
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2138 IFS=$as_save_IFS
2139 test -z "$as_dir" && as_dir=.
2140 $as_echo "PATH: $as_dir"
2141 done
2142 IFS=$as_save_IFS
2144 } >&5
2146 cat >&5 <<_ACEOF
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2153 _ACEOF
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2167 for ac_arg
2169 case $ac_arg in
2170 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172 | -silent | --silent | --silen | --sile | --sil)
2173 continue ;;
2174 *\'*)
2175 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176 esac
2177 case $ac_pass in
2178 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2180 as_fn_append ac_configure_args1 " '$ac_arg'"
2181 if test $ac_must_keep_next = true; then
2182 ac_must_keep_next=false # Got value, back to normal.
2183 else
2184 case $ac_arg in
2185 *=* | --config-cache | -C | -disable-* | --disable-* \
2186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188 | -with-* | --with-* | -without-* | --without-* | --x)
2189 case "$ac_configure_args0 " in
2190 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191 esac
2193 -* ) ac_must_keep_next=true ;;
2194 esac
2196 as_fn_append ac_configure_args " '$ac_arg'"
2198 esac
2199 done
2200 done
2201 { ac_configure_args0=; unset ac_configure_args0;}
2202 { ac_configure_args1=; unset ac_configure_args1;}
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log. We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210 # Save into config.log some information that might help in debugging.
2212 echo
2214 cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219 echo
2220 # The following way of writing the cache mishandles newlines in values,
2222 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223 eval ac_val=\$$ac_var
2224 case $ac_val in #(
2225 *${as_nl}*)
2226 case $ac_var in #(
2227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229 esac
2230 case $ac_var in #(
2231 _ | IFS | as_nl) ;; #(
2232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233 *) { eval $ac_var=; unset $ac_var;} ;;
2234 esac ;;
2235 esac
2236 done
2237 (set) 2>&1 |
2238 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239 *${as_nl}ac_space=\ *)
2240 sed -n \
2241 "s/'\''/'\''\\\\'\'''\''/g;
2242 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243 ;; #(
2245 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2247 esac |
2248 sort
2250 echo
2252 cat <<\_ASBOX
2253 ## ----------------- ##
2254 ## Output variables. ##
2255 ## ----------------- ##
2256 _ASBOX
2257 echo
2258 for ac_var in $ac_subst_vars
2260 eval ac_val=\$$ac_var
2261 case $ac_val in
2262 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2263 esac
2264 $as_echo "$ac_var='\''$ac_val'\''"
2265 done | sort
2266 echo
2268 if test -n "$ac_subst_files"; then
2269 cat <<\_ASBOX
2270 ## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##
2273 _ASBOX
2274 echo
2275 for ac_var in $ac_subst_files
2277 eval ac_val=\$$ac_var
2278 case $ac_val in
2279 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280 esac
2281 $as_echo "$ac_var='\''$ac_val'\''"
2282 done | sort
2283 echo
2286 if test -s confdefs.h; then
2287 cat <<\_ASBOX
2288 ## ----------- ##
2289 ## confdefs.h. ##
2290 ## ----------- ##
2291 _ASBOX
2292 echo
2293 cat confdefs.h
2294 echo
2296 test "$ac_signal" != 0 &&
2297 $as_echo "$as_me: caught signal $ac_signal"
2298 $as_echo "$as_me: exit $exit_status"
2299 } >&5
2300 rm -f core *.core core.conftest.* &&
2301 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2302 exit $exit_status
2304 for ac_signal in 1 2 13 15; do
2305 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2306 done
2307 ac_signal=0
2309 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2310 rm -f -r conftest* confdefs.h
2312 $as_echo "/* confdefs.h */" > confdefs.h
2314 # Predefined preprocessor variables.
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_NAME "$PACKAGE_NAME"
2318 _ACEOF
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322 _ACEOF
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2326 _ACEOF
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334 _ACEOF
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_URL "$PACKAGE_URL"
2338 _ACEOF
2341 # Let the site file select an alternate cache file if it wants to.
2342 # Prefer an explicitly selected file to automatically selected ones.
2343 ac_site_file1=NONE
2344 ac_site_file2=NONE
2345 if test -n "$CONFIG_SITE"; then
2346 ac_site_file1=$CONFIG_SITE
2347 elif test "x$prefix" != xNONE; then
2348 ac_site_file1=$prefix/share/config.site
2349 ac_site_file2=$prefix/etc/config.site
2350 else
2351 ac_site_file1=$ac_default_prefix/share/config.site
2352 ac_site_file2=$ac_default_prefix/etc/config.site
2354 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2356 test "x$ac_site_file" = xNONE && continue
2357 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2359 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2360 sed 's/^/| /' "$ac_site_file" >&5
2361 . "$ac_site_file"
2363 done
2365 if test -r "$cache_file"; then
2366 # Some versions of bash will fail to source /dev/null (special files
2367 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2368 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371 case $cache_file in
2372 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373 *) . "./$cache_file";;
2374 esac
2376 else
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379 >$cache_file
2382 # Check that the precious variables saved in the cache have kept the same
2383 # value.
2384 ac_cache_corrupted=false
2385 for ac_var in $ac_precious_vars; do
2386 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387 eval ac_new_set=\$ac_env_${ac_var}_set
2388 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389 eval ac_new_val=\$ac_env_${ac_var}_value
2390 case $ac_old_set,$ac_new_set in
2391 set,)
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2394 ac_cache_corrupted=: ;;
2395 ,set)
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2398 ac_cache_corrupted=: ;;
2399 ,);;
2401 if test "x$ac_old_val" != "x$ac_new_val"; then
2402 # differences in whitespace do not lead to failure.
2403 ac_old_val_w=`echo x $ac_old_val`
2404 ac_new_val_w=`echo x $ac_new_val`
2405 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2407 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408 ac_cache_corrupted=:
2409 else
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2411 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412 eval $ac_var=\$ac_old_val
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2415 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2417 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2418 fi;;
2419 esac
2420 # Pass precious variables to config.status.
2421 if test "$ac_new_set" = set; then
2422 case $ac_new_val in
2423 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2424 *) ac_arg=$ac_var=$ac_new_val ;;
2425 esac
2426 case " $ac_configure_args " in
2427 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2428 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2429 esac
2431 done
2432 if $ac_cache_corrupted; then
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2436 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2439 ## -------------------- ##
2440 ## Main body of script. ##
2441 ## -------------------- ##
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2451 ac_config_headers="$ac_config_headers include/config.h"
2453 ac_aux_dir=
2454 for ac_dir in tools "$srcdir"/tools; do
2455 for ac_t in install-sh install.sh shtool; do
2456 if test -f "$ac_dir/$ac_t"; then
2457 ac_aux_dir=$ac_dir
2458 ac_install_sh="$ac_aux_dir/$ac_t -c"
2459 break 2
2461 done
2462 done
2463 if test -z "$ac_aux_dir"; then
2464 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2467 # These three variables are undocumented and unsupported,
2468 # and are intended to be withdrawn in a future Autoconf release.
2469 # They can cause serious problems if a builder's source tree is in a directory
2470 # whose full name contains unusual characters.
2471 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2472 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2473 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2478 # Check whether --enable-win16 was given.
2479 if test "${enable_win16+set}" = set; then :
2480 enableval=$enable_win16;
2483 # Check whether --enable-win64 was given.
2484 if test "${enable_win64+set}" = set; then :
2485 enableval=$enable_win64;
2488 # Check whether --enable-tests was given.
2489 if test "${enable_tests+set}" = set; then :
2490 enableval=$enable_tests;
2493 # Check whether --enable-maintainer-mode was given.
2494 if test "${enable_maintainer_mode+set}" = set; then :
2495 enableval=$enable_maintainer_mode;
2496 else
2497 MAINTAINER_MODE=\#
2503 # Check whether --with-alsa was given.
2504 if test "${with_alsa+set}" = set; then :
2505 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2509 # Check whether --with-audioio was given.
2510 if test "${with_audioio+set}" = set; then :
2511 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2515 # Check whether --with-capi was given.
2516 if test "${with_capi+set}" = set; then :
2517 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2521 # Check whether --with-cms was given.
2522 if test "${with_cms+set}" = set; then :
2523 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2527 # Check whether --with-coreaudio was given.
2528 if test "${with_coreaudio+set}" = set; then :
2529 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2533 # Check whether --with-cups was given.
2534 if test "${with_cups+set}" = set; then :
2535 withval=$with_cups;
2539 # Check whether --with-curses was given.
2540 if test "${with_curses+set}" = set; then :
2541 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2545 # Check whether --with-esd was given.
2546 if test "${with_esd+set}" = set; then :
2547 withval=$with_esd;
2551 # Check whether --with-fontconfig was given.
2552 if test "${with_fontconfig+set}" = set; then :
2553 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2557 # Check whether --with-freetype was given.
2558 if test "${with_freetype+set}" = set; then :
2559 withval=$with_freetype;
2563 # Check whether --with-gphoto was given.
2564 if test "${with_gphoto+set}" = set; then :
2565 withval=$with_gphoto;
2569 # Check whether --with-glu was given.
2570 if test "${with_glu+set}" = set; then :
2571 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2575 # Check whether --with-gnutls was given.
2576 if test "${with_gnutls+set}" = set; then :
2577 withval=$with_gnutls;
2581 # Check whether --with-gsm was given.
2582 if test "${with_gsm+set}" = set; then :
2583 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2587 # Check whether --with-hal was given.
2588 if test "${with_hal+set}" = set; then :
2589 withval=$with_hal;
2593 # Check whether --with-jack was given.
2594 if test "${with_jack+set}" = set; then :
2595 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2599 # Check whether --with-jpeg was given.
2600 if test "${with_jpeg+set}" = set; then :
2601 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2605 # Check whether --with-ldap was given.
2606 if test "${with_ldap+set}" = set; then :
2607 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2611 # Check whether --with-mpg123 was given.
2612 if test "${with_mpg123+set}" = set; then :
2613 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2617 # Check whether --with-nas was given.
2618 if test "${with_nas+set}" = set; then :
2619 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2623 # Check whether --with-openal was given.
2624 if test "${with_openal+set}" = set; then :
2625 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2629 # Check whether --with-opengl was given.
2630 if test "${with_opengl+set}" = set; then :
2631 withval=$with_opengl;
2635 # Check whether --with-openssl was given.
2636 if test "${with_openssl+set}" = set; then :
2637 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2641 # Check whether --with-oss was given.
2642 if test "${with_oss+set}" = set; then :
2643 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2647 # Check whether --with-png was given.
2648 if test "${with_png+set}" = set; then :
2649 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2653 # Check whether --with-pthread was given.
2654 if test "${with_pthread+set}" = set; then :
2655 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2659 # Check whether --with-sane was given.
2660 if test "${with_sane+set}" = set; then :
2661 withval=$with_sane;
2665 # Check whether --with-xcomposite was given.
2666 if test "${with_xcomposite+set}" = set; then :
2667 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2671 # Check whether --with-xcursor was given.
2672 if test "${with_xcursor+set}" = set; then :
2673 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2677 # Check whether --with-xinerama was given.
2678 if test "${with_xinerama+set}" = set; then :
2679 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2683 # Check whether --with-xinput was given.
2684 if test "${with_xinput+set}" = set; then :
2685 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2689 # Check whether --with-xml was given.
2690 if test "${with_xml+set}" = set; then :
2691 withval=$with_xml;
2695 # Check whether --with-xrandr was given.
2696 if test "${with_xrandr+set}" = set; then :
2697 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2701 # Check whether --with-xrender was given.
2702 if test "${with_xrender+set}" = set; then :
2703 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2707 # Check whether --with-xshape was given.
2708 if test "${with_xshape+set}" = set; then :
2709 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2713 # Check whether --with-xshm was given.
2714 if test "${with_xshm+set}" = set; then :
2715 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2719 # Check whether --with-xslt was given.
2720 if test "${with_xslt+set}" = set; then :
2721 withval=$with_xslt;
2725 # Check whether --with-xxf86vm was given.
2726 if test "${with_xxf86vm+set}" = set; then :
2727 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2732 # Check whether --with-wine-tools was given.
2733 if test "${with_wine_tools+set}" = set; then :
2734 withval=$with_wine_tools;
2738 # Check whether --with-wine64 was given.
2739 if test "${with_wine64+set}" = set; then :
2740 withval=$with_wine64;
2744 # Make sure we can run config.sub.
2745 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2746 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2749 $as_echo_n "checking build system type... " >&6; }
2750 if test "${ac_cv_build+set}" = set; then :
2751 $as_echo_n "(cached) " >&6
2752 else
2753 ac_build_alias=$build_alias
2754 test "x$ac_build_alias" = x &&
2755 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2756 test "x$ac_build_alias" = x &&
2757 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2758 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2759 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2763 $as_echo "$ac_cv_build" >&6; }
2764 case $ac_cv_build in
2765 *-*-*) ;;
2766 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2767 esac
2768 build=$ac_cv_build
2769 ac_save_IFS=$IFS; IFS='-'
2770 set x $ac_cv_build
2771 shift
2772 build_cpu=$1
2773 build_vendor=$2
2774 shift; shift
2775 # Remember, the first character of IFS is used to create $*,
2776 # except with old shells:
2777 build_os=$*
2778 IFS=$ac_save_IFS
2779 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2783 $as_echo_n "checking host system type... " >&6; }
2784 if test "${ac_cv_host+set}" = set; then :
2785 $as_echo_n "(cached) " >&6
2786 else
2787 if test "x$host_alias" = x; then
2788 ac_cv_host=$ac_cv_build
2789 else
2790 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2791 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2796 $as_echo "$ac_cv_host" >&6; }
2797 case $ac_cv_host in
2798 *-*-*) ;;
2799 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2800 esac
2801 host=$ac_cv_host
2802 ac_save_IFS=$IFS; IFS='-'
2803 set x $ac_cv_host
2804 shift
2805 host_cpu=$1
2806 host_vendor=$2
2807 shift; shift
2808 # Remember, the first character of IFS is used to create $*,
2809 # except with old shells:
2810 host_os=$*
2811 IFS=$ac_save_IFS
2812 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2816 case "$srcdir" in
2817 .) ;;
2818 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2819 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2820 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2821 fi ;;
2822 esac
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2826 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2827 set x ${MAKE-make}
2828 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2829 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2830 $as_echo_n "(cached) " >&6
2831 else
2832 cat >conftest.make <<\_ACEOF
2833 SHELL = /bin/sh
2834 all:
2835 @echo '@@@%%%=$(MAKE)=@@@%%%'
2836 _ACEOF
2837 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2838 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2839 *@@@%%%=?*=@@@%%%*)
2840 eval ac_cv_prog_make_${ac_make}_set=yes;;
2842 eval ac_cv_prog_make_${ac_make}_set=no;;
2843 esac
2844 rm -f conftest.make
2846 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2848 $as_echo "yes" >&6; }
2849 SET_MAKE=
2850 else
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852 $as_echo "no" >&6; }
2853 SET_MAKE="MAKE=${MAKE-make}"
2856 ac_ext=c
2857 ac_cpp='$CPP $CPPFLAGS'
2858 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861 if test -n "$ac_tool_prefix"; then
2862 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2863 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2865 $as_echo_n "checking for $ac_word... " >&6; }
2866 if test "${ac_cv_prog_CC+set}" = set; then :
2867 $as_echo_n "(cached) " >&6
2868 else
2869 if test -n "$CC"; then
2870 ac_cv_prog_CC="$CC" # Let the user override the test.
2871 else
2872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873 for as_dir in $PATH
2875 IFS=$as_save_IFS
2876 test -z "$as_dir" && as_dir=.
2877 for ac_exec_ext in '' $ac_executable_extensions; do
2878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2879 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2881 break 2
2883 done
2884 done
2885 IFS=$as_save_IFS
2889 CC=$ac_cv_prog_CC
2890 if test -n "$CC"; then
2891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2892 $as_echo "$CC" >&6; }
2893 else
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2900 if test -z "$ac_cv_prog_CC"; then
2901 ac_ct_CC=$CC
2902 # Extract the first word of "gcc", so it can be a program name with args.
2903 set dummy gcc; ac_word=$2
2904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2905 $as_echo_n "checking for $ac_word... " >&6; }
2906 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2907 $as_echo_n "(cached) " >&6
2908 else
2909 if test -n "$ac_ct_CC"; then
2910 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2911 else
2912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913 for as_dir in $PATH
2915 IFS=$as_save_IFS
2916 test -z "$as_dir" && as_dir=.
2917 for ac_exec_ext in '' $ac_executable_extensions; do
2918 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2919 ac_cv_prog_ac_ct_CC="gcc"
2920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2921 break 2
2923 done
2924 done
2925 IFS=$as_save_IFS
2929 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2930 if test -n "$ac_ct_CC"; then
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2932 $as_echo "$ac_ct_CC" >&6; }
2933 else
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2935 $as_echo "no" >&6; }
2938 if test "x$ac_ct_CC" = x; then
2939 CC=""
2940 else
2941 case $cross_compiling:$ac_tool_warned in
2942 yes:)
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2945 ac_tool_warned=yes ;;
2946 esac
2947 CC=$ac_ct_CC
2949 else
2950 CC="$ac_cv_prog_CC"
2953 if test -z "$CC"; then
2954 if test -n "$ac_tool_prefix"; then
2955 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2956 set dummy ${ac_tool_prefix}cc; ac_word=$2
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2958 $as_echo_n "checking for $ac_word... " >&6; }
2959 if test "${ac_cv_prog_CC+set}" = set; then :
2960 $as_echo_n "(cached) " >&6
2961 else
2962 if test -n "$CC"; then
2963 ac_cv_prog_CC="$CC" # Let the user override the test.
2964 else
2965 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966 for as_dir in $PATH
2968 IFS=$as_save_IFS
2969 test -z "$as_dir" && as_dir=.
2970 for ac_exec_ext in '' $ac_executable_extensions; do
2971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2972 ac_cv_prog_CC="${ac_tool_prefix}cc"
2973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2974 break 2
2976 done
2977 done
2978 IFS=$as_save_IFS
2982 CC=$ac_cv_prog_CC
2983 if test -n "$CC"; then
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2985 $as_echo "$CC" >&6; }
2986 else
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988 $as_echo "no" >&6; }
2994 if test -z "$CC"; then
2995 # Extract the first word of "cc", so it can be a program name with args.
2996 set dummy cc; ac_word=$2
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2998 $as_echo_n "checking for $ac_word... " >&6; }
2999 if test "${ac_cv_prog_CC+set}" = set; then :
3000 $as_echo_n "(cached) " >&6
3001 else
3002 if test -n "$CC"; then
3003 ac_cv_prog_CC="$CC" # Let the user override the test.
3004 else
3005 ac_prog_rejected=no
3006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007 for as_dir in $PATH
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
3011 for ac_exec_ext in '' $ac_executable_extensions; do
3012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3013 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3014 ac_prog_rejected=yes
3015 continue
3017 ac_cv_prog_CC="cc"
3018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3019 break 2
3021 done
3022 done
3023 IFS=$as_save_IFS
3025 if test $ac_prog_rejected = yes; then
3026 # We found a bogon in the path, so make sure we never use it.
3027 set dummy $ac_cv_prog_CC
3028 shift
3029 if test $# != 0; then
3030 # We chose a different compiler from the bogus one.
3031 # However, it has the same basename, so the bogon will be chosen
3032 # first if we set CC to just the basename; use the full file name.
3033 shift
3034 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3039 CC=$ac_cv_prog_CC
3040 if test -n "$CC"; then
3041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3042 $as_echo "$CC" >&6; }
3043 else
3044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3045 $as_echo "no" >&6; }
3050 if test -z "$CC"; then
3051 if test -n "$ac_tool_prefix"; then
3052 for ac_prog in cl.exe
3054 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3057 $as_echo_n "checking for $ac_word... " >&6; }
3058 if test "${ac_cv_prog_CC+set}" = set; then :
3059 $as_echo_n "(cached) " >&6
3060 else
3061 if test -n "$CC"; then
3062 ac_cv_prog_CC="$CC" # Let the user override the test.
3063 else
3064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3065 for as_dir in $PATH
3067 IFS=$as_save_IFS
3068 test -z "$as_dir" && as_dir=.
3069 for ac_exec_ext in '' $ac_executable_extensions; do
3070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3071 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3073 break 2
3075 done
3076 done
3077 IFS=$as_save_IFS
3081 CC=$ac_cv_prog_CC
3082 if test -n "$CC"; then
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3084 $as_echo "$CC" >&6; }
3085 else
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3087 $as_echo "no" >&6; }
3091 test -n "$CC" && break
3092 done
3094 if test -z "$CC"; then
3095 ac_ct_CC=$CC
3096 for ac_prog in cl.exe
3098 # Extract the first word of "$ac_prog", so it can be a program name with args.
3099 set dummy $ac_prog; ac_word=$2
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3101 $as_echo_n "checking for $ac_word... " >&6; }
3102 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3103 $as_echo_n "(cached) " >&6
3104 else
3105 if test -n "$ac_ct_CC"; then
3106 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3107 else
3108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109 for as_dir in $PATH
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
3113 for ac_exec_ext in '' $ac_executable_extensions; do
3114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3115 ac_cv_prog_ac_ct_CC="$ac_prog"
3116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3117 break 2
3119 done
3120 done
3121 IFS=$as_save_IFS
3125 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3126 if test -n "$ac_ct_CC"; then
3127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3128 $as_echo "$ac_ct_CC" >&6; }
3129 else
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3131 $as_echo "no" >&6; }
3135 test -n "$ac_ct_CC" && break
3136 done
3138 if test "x$ac_ct_CC" = x; then
3139 CC=""
3140 else
3141 case $cross_compiling:$ac_tool_warned in
3142 yes:)
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3144 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3145 ac_tool_warned=yes ;;
3146 esac
3147 CC=$ac_ct_CC
3154 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error "no acceptable C compiler found in \$PATH
3157 See \`config.log' for more details." "$LINENO" 5; }
3159 # Provide some information about the compiler.
3160 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3161 set X $ac_compile
3162 ac_compiler=$2
3163 for ac_option in --version -v -V -qversion; do
3164 { { ac_try="$ac_compiler $ac_option >&5"
3165 case "(($ac_try" in
3166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167 *) ac_try_echo=$ac_try;;
3168 esac
3169 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170 $as_echo "$ac_try_echo"; } >&5
3171 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3172 ac_status=$?
3173 if test -s conftest.err; then
3174 sed '10a\
3175 ... rest of stderr output deleted ...
3176 10q' conftest.err >conftest.er1
3177 cat conftest.er1 >&5
3179 rm -f conftest.er1 conftest.err
3180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3181 test $ac_status = 0; }
3182 done
3184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3185 /* end confdefs.h. */
3188 main ()
3192 return 0;
3194 _ACEOF
3195 ac_clean_files_save=$ac_clean_files
3196 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3197 # Try to create an executable without -o first, disregard a.out.
3198 # It will help us diagnose broken compilers, and finding out an intuition
3199 # of exeext.
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3201 $as_echo_n "checking whether the C compiler works... " >&6; }
3202 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3204 # The possible output files:
3205 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3207 ac_rmfiles=
3208 for ac_file in $ac_files
3210 case $ac_file in
3211 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3212 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3213 esac
3214 done
3215 rm -f $ac_rmfiles
3217 if { { ac_try="$ac_link_default"
3218 case "(($ac_try" in
3219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3220 *) ac_try_echo=$ac_try;;
3221 esac
3222 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3223 $as_echo "$ac_try_echo"; } >&5
3224 (eval "$ac_link_default") 2>&5
3225 ac_status=$?
3226 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3227 test $ac_status = 0; }; then :
3228 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3229 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3230 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3231 # so that the user can short-circuit this test for compilers unknown to
3232 # Autoconf.
3233 for ac_file in $ac_files ''
3235 test -f "$ac_file" || continue
3236 case $ac_file in
3237 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3239 [ab].out )
3240 # We found the default executable, but exeext='' is most
3241 # certainly right.
3242 break;;
3243 *.* )
3244 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3245 then :; else
3246 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3248 # We set ac_cv_exeext here because the later test for it is not
3249 # safe: cross compilers may not add the suffix if given an `-o'
3250 # argument, so we may need to know it at that point already.
3251 # Even if this section looks crufty: it has the advantage of
3252 # actually working.
3253 break;;
3255 break;;
3256 esac
3257 done
3258 test "$ac_cv_exeext" = no && ac_cv_exeext=
3260 else
3261 ac_file=''
3263 if test -z "$ac_file"; then :
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3265 $as_echo "no" >&6; }
3266 $as_echo "$as_me: failed program was:" >&5
3267 sed 's/^/| /' conftest.$ac_ext >&5
3269 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3270 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3271 { as_fn_set_status 77
3272 as_fn_error "C compiler cannot create executables
3273 See \`config.log' for more details." "$LINENO" 5; }; }
3274 else
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3276 $as_echo "yes" >&6; }
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3279 $as_echo_n "checking for C compiler default output file name... " >&6; }
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3281 $as_echo "$ac_file" >&6; }
3282 ac_exeext=$ac_cv_exeext
3284 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3285 ac_clean_files=$ac_clean_files_save
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3287 $as_echo_n "checking for suffix of executables... " >&6; }
3288 if { { ac_try="$ac_link"
3289 case "(($ac_try" in
3290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3291 *) ac_try_echo=$ac_try;;
3292 esac
3293 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3294 $as_echo "$ac_try_echo"; } >&5
3295 (eval "$ac_link") 2>&5
3296 ac_status=$?
3297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3298 test $ac_status = 0; }; then :
3299 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3300 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3301 # work properly (i.e., refer to `conftest.exe'), while it won't with
3302 # `rm'.
3303 for ac_file in conftest.exe conftest conftest.*; do
3304 test -f "$ac_file" || continue
3305 case $ac_file in
3306 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3307 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3308 break;;
3309 * ) break;;
3310 esac
3311 done
3312 else
3313 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3314 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3315 as_fn_error "cannot compute suffix of executables: cannot compile and link
3316 See \`config.log' for more details." "$LINENO" 5; }
3318 rm -f conftest conftest$ac_cv_exeext
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3320 $as_echo "$ac_cv_exeext" >&6; }
3322 rm -f conftest.$ac_ext
3323 EXEEXT=$ac_cv_exeext
3324 ac_exeext=$EXEEXT
3325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3326 /* end confdefs.h. */
3327 #include <stdio.h>
3329 main ()
3331 FILE *f = fopen ("conftest.out", "w");
3332 return ferror (f) || fclose (f) != 0;
3335 return 0;
3337 _ACEOF
3338 ac_clean_files="$ac_clean_files conftest.out"
3339 # Check that the compiler produces executables we can run. If not, either
3340 # the compiler is broken, or we cross compile.
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3342 $as_echo_n "checking whether we are cross compiling... " >&6; }
3343 if test "$cross_compiling" != yes; then
3344 { { ac_try="$ac_link"
3345 case "(($ac_try" in
3346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3347 *) ac_try_echo=$ac_try;;
3348 esac
3349 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3350 $as_echo "$ac_try_echo"; } >&5
3351 (eval "$ac_link") 2>&5
3352 ac_status=$?
3353 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3354 test $ac_status = 0; }
3355 if { ac_try='./conftest$ac_cv_exeext'
3356 { { case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_try") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }; }; then
3366 cross_compiling=no
3367 else
3368 if test "$cross_compiling" = maybe; then
3369 cross_compiling=yes
3370 else
3371 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3372 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3373 as_fn_error "cannot run C compiled programs.
3374 If you meant to cross compile, use \`--host'.
3375 See \`config.log' for more details." "$LINENO" 5; }
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3380 $as_echo "$cross_compiling" >&6; }
3382 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3383 ac_clean_files=$ac_clean_files_save
3384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3385 $as_echo_n "checking for suffix of object files... " >&6; }
3386 if test "${ac_cv_objext+set}" = set; then :
3387 $as_echo_n "(cached) " >&6
3388 else
3389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3390 /* end confdefs.h. */
3393 main ()
3397 return 0;
3399 _ACEOF
3400 rm -f conftest.o conftest.obj
3401 if { { ac_try="$ac_compile"
3402 case "(($ac_try" in
3403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3404 *) ac_try_echo=$ac_try;;
3405 esac
3406 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3407 $as_echo "$ac_try_echo"; } >&5
3408 (eval "$ac_compile") 2>&5
3409 ac_status=$?
3410 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3411 test $ac_status = 0; }; then :
3412 for ac_file in conftest.o conftest.obj conftest.*; do
3413 test -f "$ac_file" || continue;
3414 case $ac_file in
3415 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3416 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3417 break;;
3418 esac
3419 done
3420 else
3421 $as_echo "$as_me: failed program was:" >&5
3422 sed 's/^/| /' conftest.$ac_ext >&5
3424 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3426 as_fn_error "cannot compute suffix of object files: cannot compile
3427 See \`config.log' for more details." "$LINENO" 5; }
3429 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3432 $as_echo "$ac_cv_objext" >&6; }
3433 OBJEXT=$ac_cv_objext
3434 ac_objext=$OBJEXT
3435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3436 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3437 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3438 $as_echo_n "(cached) " >&6
3439 else
3440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3441 /* end confdefs.h. */
3444 main ()
3446 #ifndef __GNUC__
3447 choke me
3448 #endif
3451 return 0;
3453 _ACEOF
3454 if ac_fn_c_try_compile "$LINENO"; then :
3455 ac_compiler_gnu=yes
3456 else
3457 ac_compiler_gnu=no
3459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3460 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3464 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3465 if test $ac_compiler_gnu = yes; then
3466 GCC=yes
3467 else
3468 GCC=
3470 ac_test_CFLAGS=${CFLAGS+set}
3471 ac_save_CFLAGS=$CFLAGS
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3473 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3474 if test "${ac_cv_prog_cc_g+set}" = set; then :
3475 $as_echo_n "(cached) " >&6
3476 else
3477 ac_save_c_werror_flag=$ac_c_werror_flag
3478 ac_c_werror_flag=yes
3479 ac_cv_prog_cc_g=no
3480 CFLAGS="-g"
3481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3482 /* end confdefs.h. */
3485 main ()
3489 return 0;
3491 _ACEOF
3492 if ac_fn_c_try_compile "$LINENO"; then :
3493 ac_cv_prog_cc_g=yes
3494 else
3495 CFLAGS=""
3496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3497 /* end confdefs.h. */
3500 main ()
3504 return 0;
3506 _ACEOF
3507 if ac_fn_c_try_compile "$LINENO"; then :
3509 else
3510 ac_c_werror_flag=$ac_save_c_werror_flag
3511 CFLAGS="-g"
3512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3513 /* end confdefs.h. */
3516 main ()
3520 return 0;
3522 _ACEOF
3523 if ac_fn_c_try_compile "$LINENO"; then :
3524 ac_cv_prog_cc_g=yes
3526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3531 ac_c_werror_flag=$ac_save_c_werror_flag
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3534 $as_echo "$ac_cv_prog_cc_g" >&6; }
3535 if test "$ac_test_CFLAGS" = set; then
3536 CFLAGS=$ac_save_CFLAGS
3537 elif test $ac_cv_prog_cc_g = yes; then
3538 if test "$GCC" = yes; then
3539 CFLAGS="-g -O2"
3540 else
3541 CFLAGS="-g"
3543 else
3544 if test "$GCC" = yes; then
3545 CFLAGS="-O2"
3546 else
3547 CFLAGS=
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3551 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3552 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3553 $as_echo_n "(cached) " >&6
3554 else
3555 ac_cv_prog_cc_c89=no
3556 ac_save_CC=$CC
3557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3558 /* end confdefs.h. */
3559 #include <stdarg.h>
3560 #include <stdio.h>
3561 #include <sys/types.h>
3562 #include <sys/stat.h>
3563 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3564 struct buf { int x; };
3565 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3566 static char *e (p, i)
3567 char **p;
3568 int i;
3570 return p[i];
3572 static char *f (char * (*g) (char **, int), char **p, ...)
3574 char *s;
3575 va_list v;
3576 va_start (v,p);
3577 s = g (p, va_arg (v,int));
3578 va_end (v);
3579 return s;
3582 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3583 function prototypes and stuff, but not '\xHH' hex character constants.
3584 These don't provoke an error unfortunately, instead are silently treated
3585 as 'x'. The following induces an error, until -std is added to get
3586 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3587 array size at least. It's necessary to write '\x00'==0 to get something
3588 that's true only with -std. */
3589 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3591 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3592 inside strings and character constants. */
3593 #define FOO(x) 'x'
3594 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3596 int test (int i, double x);
3597 struct s1 {int (*f) (int a);};
3598 struct s2 {int (*f) (double a);};
3599 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3600 int argc;
3601 char **argv;
3603 main ()
3605 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3607 return 0;
3609 _ACEOF
3610 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3611 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3613 CC="$ac_save_CC $ac_arg"
3614 if ac_fn_c_try_compile "$LINENO"; then :
3615 ac_cv_prog_cc_c89=$ac_arg
3617 rm -f core conftest.err conftest.$ac_objext
3618 test "x$ac_cv_prog_cc_c89" != "xno" && break
3619 done
3620 rm -f conftest.$ac_ext
3621 CC=$ac_save_CC
3624 # AC_CACHE_VAL
3625 case "x$ac_cv_prog_cc_c89" in
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3628 $as_echo "none needed" >&6; } ;;
3629 xno)
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3631 $as_echo "unsupported" >&6; } ;;
3633 CC="$CC $ac_cv_prog_cc_c89"
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3635 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3636 esac
3637 if test "x$ac_cv_prog_cc_c89" != xno; then :
3641 ac_ext=c
3642 ac_cpp='$CPP $CPPFLAGS'
3643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3647 ac_ext=cpp
3648 ac_cpp='$CXXCPP $CPPFLAGS'
3649 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3650 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3651 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3652 if test -z "$CXX"; then
3653 if test -n "$CCC"; then
3654 CXX=$CCC
3655 else
3656 if test -n "$ac_tool_prefix"; then
3657 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3659 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3660 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3662 $as_echo_n "checking for $ac_word... " >&6; }
3663 if test "${ac_cv_prog_CXX+set}" = set; then :
3664 $as_echo_n "(cached) " >&6
3665 else
3666 if test -n "$CXX"; then
3667 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3668 else
3669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3670 for as_dir in $PATH
3672 IFS=$as_save_IFS
3673 test -z "$as_dir" && as_dir=.
3674 for ac_exec_ext in '' $ac_executable_extensions; do
3675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3676 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 break 2
3680 done
3681 done
3682 IFS=$as_save_IFS
3686 CXX=$ac_cv_prog_CXX
3687 if test -n "$CXX"; then
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3689 $as_echo "$CXX" >&6; }
3690 else
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3692 $as_echo "no" >&6; }
3696 test -n "$CXX" && break
3697 done
3699 if test -z "$CXX"; then
3700 ac_ct_CXX=$CXX
3701 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3703 # Extract the first word of "$ac_prog", so it can be a program name with args.
3704 set dummy $ac_prog; ac_word=$2
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3706 $as_echo_n "checking for $ac_word... " >&6; }
3707 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3708 $as_echo_n "(cached) " >&6
3709 else
3710 if test -n "$ac_ct_CXX"; then
3711 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3712 else
3713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3714 for as_dir in $PATH
3716 IFS=$as_save_IFS
3717 test -z "$as_dir" && as_dir=.
3718 for ac_exec_ext in '' $ac_executable_extensions; do
3719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3720 ac_cv_prog_ac_ct_CXX="$ac_prog"
3721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3722 break 2
3724 done
3725 done
3726 IFS=$as_save_IFS
3730 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3731 if test -n "$ac_ct_CXX"; then
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3733 $as_echo "$ac_ct_CXX" >&6; }
3734 else
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3736 $as_echo "no" >&6; }
3740 test -n "$ac_ct_CXX" && break
3741 done
3743 if test "x$ac_ct_CXX" = x; then
3744 CXX="g++"
3745 else
3746 case $cross_compiling:$ac_tool_warned in
3747 yes:)
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3749 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3750 ac_tool_warned=yes ;;
3751 esac
3752 CXX=$ac_ct_CXX
3758 # Provide some information about the compiler.
3759 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3760 set X $ac_compile
3761 ac_compiler=$2
3762 for ac_option in --version -v -V -qversion; do
3763 { { ac_try="$ac_compiler $ac_option >&5"
3764 case "(($ac_try" in
3765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3766 *) ac_try_echo=$ac_try;;
3767 esac
3768 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3769 $as_echo "$ac_try_echo"; } >&5
3770 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3771 ac_status=$?
3772 if test -s conftest.err; then
3773 sed '10a\
3774 ... rest of stderr output deleted ...
3775 10q' conftest.err >conftest.er1
3776 cat conftest.er1 >&5
3778 rm -f conftest.er1 conftest.err
3779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3780 test $ac_status = 0; }
3781 done
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3784 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3785 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3786 $as_echo_n "(cached) " >&6
3787 else
3788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3789 /* end confdefs.h. */
3792 main ()
3794 #ifndef __GNUC__
3795 choke me
3796 #endif
3799 return 0;
3801 _ACEOF
3802 if ac_fn_cxx_try_compile "$LINENO"; then :
3803 ac_compiler_gnu=yes
3804 else
3805 ac_compiler_gnu=no
3807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3808 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3812 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3813 if test $ac_compiler_gnu = yes; then
3814 GXX=yes
3815 else
3816 GXX=
3818 ac_test_CXXFLAGS=${CXXFLAGS+set}
3819 ac_save_CXXFLAGS=$CXXFLAGS
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3821 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3822 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3823 $as_echo_n "(cached) " >&6
3824 else
3825 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3826 ac_cxx_werror_flag=yes
3827 ac_cv_prog_cxx_g=no
3828 CXXFLAGS="-g"
3829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3830 /* end confdefs.h. */
3833 main ()
3837 return 0;
3839 _ACEOF
3840 if ac_fn_cxx_try_compile "$LINENO"; then :
3841 ac_cv_prog_cxx_g=yes
3842 else
3843 CXXFLAGS=""
3844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 if ac_fn_cxx_try_compile "$LINENO"; then :
3857 else
3858 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3859 CXXFLAGS="-g"
3860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3861 /* end confdefs.h. */
3864 main ()
3868 return 0;
3870 _ACEOF
3871 if ac_fn_cxx_try_compile "$LINENO"; then :
3872 ac_cv_prog_cxx_g=yes
3874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3879 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3882 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3883 if test "$ac_test_CXXFLAGS" = set; then
3884 CXXFLAGS=$ac_save_CXXFLAGS
3885 elif test $ac_cv_prog_cxx_g = yes; then
3886 if test "$GXX" = yes; then
3887 CXXFLAGS="-g -O2"
3888 else
3889 CXXFLAGS="-g"
3891 else
3892 if test "$GXX" = yes; then
3893 CXXFLAGS="-O2"
3894 else
3895 CXXFLAGS=
3898 ac_ext=c
3899 ac_cpp='$CPP $CPPFLAGS'
3900 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3901 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3902 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3904 if test -n "$ac_tool_prefix"; then
3905 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3906 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3908 $as_echo_n "checking for $ac_word... " >&6; }
3909 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3910 $as_echo_n "(cached) " >&6
3911 else
3912 if test -n "$CPPBIN"; then
3913 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3914 else
3915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3916 for as_dir in $PATH
3918 IFS=$as_save_IFS
3919 test -z "$as_dir" && as_dir=.
3920 for ac_exec_ext in '' $ac_executable_extensions; do
3921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3922 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3924 break 2
3926 done
3927 done
3928 IFS=$as_save_IFS
3932 CPPBIN=$ac_cv_prog_CPPBIN
3933 if test -n "$CPPBIN"; then
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3935 $as_echo "$CPPBIN" >&6; }
3936 else
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3938 $as_echo "no" >&6; }
3943 if test -z "$ac_cv_prog_CPPBIN"; then
3944 ac_ct_CPPBIN=$CPPBIN
3945 # Extract the first word of "cpp", so it can be a program name with args.
3946 set dummy cpp; ac_word=$2
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3948 $as_echo_n "checking for $ac_word... " >&6; }
3949 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3950 $as_echo_n "(cached) " >&6
3951 else
3952 if test -n "$ac_ct_CPPBIN"; then
3953 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3954 else
3955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3956 for as_dir in $PATH
3958 IFS=$as_save_IFS
3959 test -z "$as_dir" && as_dir=.
3960 for ac_exec_ext in '' $ac_executable_extensions; do
3961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3962 ac_cv_prog_ac_ct_CPPBIN="cpp"
3963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3964 break 2
3966 done
3967 done
3968 IFS=$as_save_IFS
3972 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3973 if test -n "$ac_ct_CPPBIN"; then
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3975 $as_echo "$ac_ct_CPPBIN" >&6; }
3976 else
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3978 $as_echo "no" >&6; }
3981 if test "x$ac_ct_CPPBIN" = x; then
3982 CPPBIN="cpp"
3983 else
3984 case $cross_compiling:$ac_tool_warned in
3985 yes:)
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3988 ac_tool_warned=yes ;;
3989 esac
3990 CPPBIN=$ac_ct_CPPBIN
3992 else
3993 CPPBIN="$ac_cv_prog_CPPBIN"
3997 cat >>confdefs.h <<_ACEOF
3998 #define EXEEXT "$ac_exeext"
3999 _ACEOF
4002 case $host in
4003 *-darwin*)
4004 if test "x$enable_win64" = "xyes"
4005 then
4006 CC="$CC -m64"
4007 CXX="$CXX -m64"
4008 LD="${LD:-ld} -arch x86_64"
4009 AS="${AS:-as} -arch x86_64"
4010 host_cpu="x86_64"
4011 notice_platform="64-bit "
4012 TARGETFLAGS="-m64"
4014 else
4015 CC="$CC -m32"
4016 CXX="$CXX -m32"
4017 LD="${LD:-ld} -arch i386"
4018 AS="${AS:-as} -arch i386"
4019 host_cpu="i386"
4020 notice_platform="32-bit "
4021 TARGETFLAGS="-m32"
4023 enable_win16=${enable_win16:-yes}
4026 x86_64*)
4027 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4028 then
4029 CC="$CC -m32"
4030 CXX="$CXX -m32"
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4032 $as_echo_n "checking whether $CC works... " >&6; }
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4038 main ()
4042 return 0;
4044 _ACEOF
4045 if ac_fn_c_try_link "$LINENO"; then :
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4047 $as_echo "yes" >&6; }
4048 else
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4050 $as_echo "no" >&6; }
4051 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4053 rm -f core conftest.err conftest.$ac_objext \
4054 conftest$ac_exeext conftest.$ac_ext
4055 LD="${LD:-ld} -m elf_i386"
4056 AS="${AS:-as} --32"
4057 host_cpu="i386"
4058 notice_platform="32-bit "
4059 TARGETFLAGS="-m32"
4061 enable_win16=${enable_win16:-yes}
4062 else
4063 if test "x${GCC}" = "xyes"
4064 then
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4066 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4068 /* end confdefs.h. */
4069 #include <stdarg.h>
4071 main ()
4073 void func(__builtin_ms_va_list *args);
4075 return 0;
4077 _ACEOF
4078 if ac_fn_c_try_compile "$LINENO"; then :
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4080 $as_echo "yes" >&6; }
4081 else
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083 $as_echo "no" >&6; }
4084 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4088 TARGETFLAGS="-m64"
4092 *-mingw32*|*-cygwin*)
4093 enable_win16=${enable_win16:-no}
4095 i[3456789]86*)
4096 enable_win16=${enable_win16:-yes}
4098 esac
4100 enable_win16=${enable_win16:-no}
4102 if test "x$enable_win16" != "xyes"
4103 then
4104 enable_w32skrnl=${enable_w32skrnl:-no}
4105 enable_winevdm=${enable_winevdm:-no}
4106 enable_wow32=${enable_wow32:-no}
4109 if test -n "$with_wine64"
4110 then
4111 if test "x$enable_win64" = "xyes"
4112 then
4113 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4114 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4116 WOW64_DISABLE=\#
4118 enable_fonts=${enable_fonts:-no}
4119 enable_include=${enable_include:-no}
4120 enable_server=${enable_server:-no}
4121 enable_tools=${enable_tools:-no}
4122 enable_wineboot=${enable_wineboot:-no}
4123 enable_winedbg=${enable_winedbg:-no}
4124 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4128 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4129 if test "${wine_cv_toolsdir+set}" = set; then :
4130 $as_echo_n "(cached) " >&6
4131 else
4132 wine_cv_toolsdir="$with_wine_tools"
4133 if test -z "$with_wine_tools"; then
4134 if test "$cross_compiling" = "yes"; then
4135 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4136 elif test -n "$with_wine64"; then
4137 wine_cv_toolsdir="$with_wine64"
4140 if test -z "$wine_cv_toolsdir"; then
4141 wine_cv_toolsdir="\$(TOPOBJDIR)"
4142 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4143 case "$wine_cv_toolsdir" in
4144 /*) ;;
4145 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4146 esac
4147 else
4148 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4152 $as_echo "$wine_cv_toolsdir" >&6; }
4153 TOOLSDIR=$wine_cv_toolsdir
4155 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4156 then
4157 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4161 for ac_prog in flex
4163 # Extract the first word of "$ac_prog", so it can be a program name with args.
4164 set dummy $ac_prog; ac_word=$2
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4166 $as_echo_n "checking for $ac_word... " >&6; }
4167 if test "${ac_cv_prog_FLEX+set}" = set; then :
4168 $as_echo_n "(cached) " >&6
4169 else
4170 if test -n "$FLEX"; then
4171 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4172 else
4173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174 for as_dir in $PATH
4176 IFS=$as_save_IFS
4177 test -z "$as_dir" && as_dir=.
4178 for ac_exec_ext in '' $ac_executable_extensions; do
4179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4180 ac_cv_prog_FLEX="$ac_prog"
4181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4182 break 2
4184 done
4185 done
4186 IFS=$as_save_IFS
4190 FLEX=$ac_cv_prog_FLEX
4191 if test -n "$FLEX"; then
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4193 $as_echo "$FLEX" >&6; }
4194 else
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4196 $as_echo "no" >&6; }
4200 test -n "$FLEX" && break
4201 done
4202 test -n "$FLEX" || FLEX="none"
4204 if test "$FLEX" = "none"
4205 then
4206 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4209 $as_echo_n "checking whether flex is recent enough... " >&6; }
4210 cat >conftest.l <<EOF
4211 %top{
4212 #include "prediluvian.h"
4216 if $FLEX -t conftest.l >/dev/null 2>&1
4217 then
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4219 $as_echo "yes" >&6; }
4220 else
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4222 $as_echo "no" >&6; }
4223 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4226 for ac_prog in bison
4228 # Extract the first word of "$ac_prog", so it can be a program name with args.
4229 set dummy $ac_prog; ac_word=$2
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4231 $as_echo_n "checking for $ac_word... " >&6; }
4232 if test "${ac_cv_prog_BISON+set}" = set; then :
4233 $as_echo_n "(cached) " >&6
4234 else
4235 if test -n "$BISON"; then
4236 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4237 else
4238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4239 for as_dir in $PATH
4241 IFS=$as_save_IFS
4242 test -z "$as_dir" && as_dir=.
4243 for ac_exec_ext in '' $ac_executable_extensions; do
4244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4245 ac_cv_prog_BISON="$ac_prog"
4246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4247 break 2
4249 done
4250 done
4251 IFS=$as_save_IFS
4255 BISON=$ac_cv_prog_BISON
4256 if test -n "$BISON"; then
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4258 $as_echo "$BISON" >&6; }
4259 else
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4261 $as_echo "no" >&6; }
4265 test -n "$BISON" && break
4266 done
4267 test -n "$BISON" || BISON="none"
4269 if test "$BISON" = "none"
4270 then
4271 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4274 if test -n "$ac_tool_prefix"; then
4275 for ac_prog in ar gar
4277 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4278 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4280 $as_echo_n "checking for $ac_word... " >&6; }
4281 if test "${ac_cv_prog_AR+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
4283 else
4284 if test -n "$AR"; then
4285 ac_cv_prog_AR="$AR" # Let the user override the test.
4286 else
4287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4288 for as_dir in $PATH
4290 IFS=$as_save_IFS
4291 test -z "$as_dir" && as_dir=.
4292 for ac_exec_ext in '' $ac_executable_extensions; do
4293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4294 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 break 2
4298 done
4299 done
4300 IFS=$as_save_IFS
4304 AR=$ac_cv_prog_AR
4305 if test -n "$AR"; then
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4307 $as_echo "$AR" >&6; }
4308 else
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4310 $as_echo "no" >&6; }
4314 test -n "$AR" && break
4315 done
4317 if test -z "$AR"; then
4318 ac_ct_AR=$AR
4319 for ac_prog in ar gar
4321 # Extract the first word of "$ac_prog", so it can be a program name with args.
4322 set dummy $ac_prog; ac_word=$2
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4324 $as_echo_n "checking for $ac_word... " >&6; }
4325 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4326 $as_echo_n "(cached) " >&6
4327 else
4328 if test -n "$ac_ct_AR"; then
4329 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4330 else
4331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4332 for as_dir in $PATH
4334 IFS=$as_save_IFS
4335 test -z "$as_dir" && as_dir=.
4336 for ac_exec_ext in '' $ac_executable_extensions; do
4337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4338 ac_cv_prog_ac_ct_AR="$ac_prog"
4339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4340 break 2
4342 done
4343 done
4344 IFS=$as_save_IFS
4348 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4349 if test -n "$ac_ct_AR"; then
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4351 $as_echo "$ac_ct_AR" >&6; }
4352 else
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4354 $as_echo "no" >&6; }
4358 test -n "$ac_ct_AR" && break
4359 done
4361 if test "x$ac_ct_AR" = x; then
4362 AR="ar"
4363 else
4364 case $cross_compiling:$ac_tool_warned in
4365 yes:)
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4368 ac_tool_warned=yes ;;
4369 esac
4370 AR=$ac_ct_AR
4374 ARFLAGS=rc
4376 if test -n "$ac_tool_prefix"; then
4377 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4378 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4380 $as_echo_n "checking for $ac_word... " >&6; }
4381 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4382 $as_echo_n "(cached) " >&6
4383 else
4384 if test -n "$RANLIB"; then
4385 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4386 else
4387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4388 for as_dir in $PATH
4390 IFS=$as_save_IFS
4391 test -z "$as_dir" && as_dir=.
4392 for ac_exec_ext in '' $ac_executable_extensions; do
4393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4394 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4396 break 2
4398 done
4399 done
4400 IFS=$as_save_IFS
4404 RANLIB=$ac_cv_prog_RANLIB
4405 if test -n "$RANLIB"; then
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4407 $as_echo "$RANLIB" >&6; }
4408 else
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4410 $as_echo "no" >&6; }
4415 if test -z "$ac_cv_prog_RANLIB"; then
4416 ac_ct_RANLIB=$RANLIB
4417 # Extract the first word of "ranlib", so it can be a program name with args.
4418 set dummy ranlib; ac_word=$2
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4420 $as_echo_n "checking for $ac_word... " >&6; }
4421 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4422 $as_echo_n "(cached) " >&6
4423 else
4424 if test -n "$ac_ct_RANLIB"; then
4425 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4426 else
4427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4428 for as_dir in $PATH
4430 IFS=$as_save_IFS
4431 test -z "$as_dir" && as_dir=.
4432 for ac_exec_ext in '' $ac_executable_extensions; do
4433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4434 ac_cv_prog_ac_ct_RANLIB="ranlib"
4435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4436 break 2
4438 done
4439 done
4440 IFS=$as_save_IFS
4444 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4445 if test -n "$ac_ct_RANLIB"; then
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4447 $as_echo "$ac_ct_RANLIB" >&6; }
4448 else
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4450 $as_echo "no" >&6; }
4453 if test "x$ac_ct_RANLIB" = x; then
4454 RANLIB=":"
4455 else
4456 case $cross_compiling:$ac_tool_warned in
4457 yes:)
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4459 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4460 ac_tool_warned=yes ;;
4461 esac
4462 RANLIB=$ac_ct_RANLIB
4464 else
4465 RANLIB="$ac_cv_prog_RANLIB"
4468 if test -n "$ac_tool_prefix"; then
4469 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4470 set dummy ${ac_tool_prefix}strip; ac_word=$2
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4472 $as_echo_n "checking for $ac_word... " >&6; }
4473 if test "${ac_cv_prog_STRIP+set}" = set; then :
4474 $as_echo_n "(cached) " >&6
4475 else
4476 if test -n "$STRIP"; then
4477 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4478 else
4479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480 for as_dir in $PATH
4482 IFS=$as_save_IFS
4483 test -z "$as_dir" && as_dir=.
4484 for ac_exec_ext in '' $ac_executable_extensions; do
4485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4486 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4488 break 2
4490 done
4491 done
4492 IFS=$as_save_IFS
4496 STRIP=$ac_cv_prog_STRIP
4497 if test -n "$STRIP"; then
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4499 $as_echo "$STRIP" >&6; }
4500 else
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4502 $as_echo "no" >&6; }
4507 if test -z "$ac_cv_prog_STRIP"; then
4508 ac_ct_STRIP=$STRIP
4509 # Extract the first word of "strip", so it can be a program name with args.
4510 set dummy strip; ac_word=$2
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4512 $as_echo_n "checking for $ac_word... " >&6; }
4513 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4514 $as_echo_n "(cached) " >&6
4515 else
4516 if test -n "$ac_ct_STRIP"; then
4517 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4518 else
4519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4520 for as_dir in $PATH
4522 IFS=$as_save_IFS
4523 test -z "$as_dir" && as_dir=.
4524 for ac_exec_ext in '' $ac_executable_extensions; do
4525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4526 ac_cv_prog_ac_ct_STRIP="strip"
4527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4528 break 2
4530 done
4531 done
4532 IFS=$as_save_IFS
4536 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4537 if test -n "$ac_ct_STRIP"; then
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4539 $as_echo "$ac_ct_STRIP" >&6; }
4540 else
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4542 $as_echo "no" >&6; }
4545 if test "x$ac_ct_STRIP" = x; then
4546 STRIP="strip"
4547 else
4548 case $cross_compiling:$ac_tool_warned in
4549 yes:)
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4551 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4552 ac_tool_warned=yes ;;
4553 esac
4554 STRIP=$ac_ct_STRIP
4556 else
4557 STRIP="$ac_cv_prog_STRIP"
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4561 $as_echo_n "checking whether ln -s works... " >&6; }
4562 LN_S=$as_ln_s
4563 if test "$LN_S" = "ln -s"; then
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4565 $as_echo "yes" >&6; }
4566 else
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4568 $as_echo "no, using $LN_S" >&6; }
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4572 $as_echo_n "checking whether ln works... " >&6; }
4573 rm -f conf$$ conf$$.file
4574 echo >conf$$.file
4575 if ln conf$$.file conf$$ 2>/dev/null; then
4576 LN=ln
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4579 $as_echo "yes" >&6; }
4580 else
4581 LN="cp -p"
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4584 $as_echo "no, using $LN" >&6; }
4586 rm -f conf$$ conf$$.file
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4588 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4589 if test "${ac_cv_path_GREP+set}" = set; then :
4590 $as_echo_n "(cached) " >&6
4591 else
4592 if test -z "$GREP"; then
4593 ac_path_GREP_found=false
4594 # Loop through the user's path and test for each of PROGNAME-LIST
4595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4596 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4598 IFS=$as_save_IFS
4599 test -z "$as_dir" && as_dir=.
4600 for ac_prog in grep ggrep; do
4601 for ac_exec_ext in '' $ac_executable_extensions; do
4602 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4603 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4604 # Check for GNU ac_path_GREP and select it if it is found.
4605 # Check for GNU $ac_path_GREP
4606 case `"$ac_path_GREP" --version 2>&1` in
4607 *GNU*)
4608 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4610 ac_count=0
4611 $as_echo_n 0123456789 >"conftest.in"
4612 while :
4614 cat "conftest.in" "conftest.in" >"conftest.tmp"
4615 mv "conftest.tmp" "conftest.in"
4616 cp "conftest.in" "conftest.nl"
4617 $as_echo 'GREP' >> "conftest.nl"
4618 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4619 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4620 as_fn_arith $ac_count + 1 && ac_count=$as_val
4621 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4622 # Best one so far, save it but keep looking for a better one
4623 ac_cv_path_GREP="$ac_path_GREP"
4624 ac_path_GREP_max=$ac_count
4626 # 10*(2^10) chars as input seems more than enough
4627 test $ac_count -gt 10 && break
4628 done
4629 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4630 esac
4632 $ac_path_GREP_found && break 3
4633 done
4634 done
4635 done
4636 IFS=$as_save_IFS
4637 if test -z "$ac_cv_path_GREP"; then
4638 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4640 else
4641 ac_cv_path_GREP=$GREP
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4646 $as_echo "$ac_cv_path_GREP" >&6; }
4647 GREP="$ac_cv_path_GREP"
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4651 $as_echo_n "checking for egrep... " >&6; }
4652 if test "${ac_cv_path_EGREP+set}" = set; then :
4653 $as_echo_n "(cached) " >&6
4654 else
4655 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4656 then ac_cv_path_EGREP="$GREP -E"
4657 else
4658 if test -z "$EGREP"; then
4659 ac_path_EGREP_found=false
4660 # Loop through the user's path and test for each of PROGNAME-LIST
4661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4662 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4664 IFS=$as_save_IFS
4665 test -z "$as_dir" && as_dir=.
4666 for ac_prog in egrep; do
4667 for ac_exec_ext in '' $ac_executable_extensions; do
4668 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4669 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4670 # Check for GNU ac_path_EGREP and select it if it is found.
4671 # Check for GNU $ac_path_EGREP
4672 case `"$ac_path_EGREP" --version 2>&1` in
4673 *GNU*)
4674 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4676 ac_count=0
4677 $as_echo_n 0123456789 >"conftest.in"
4678 while :
4680 cat "conftest.in" "conftest.in" >"conftest.tmp"
4681 mv "conftest.tmp" "conftest.in"
4682 cp "conftest.in" "conftest.nl"
4683 $as_echo 'EGREP' >> "conftest.nl"
4684 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4685 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4686 as_fn_arith $ac_count + 1 && ac_count=$as_val
4687 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4688 # Best one so far, save it but keep looking for a better one
4689 ac_cv_path_EGREP="$ac_path_EGREP"
4690 ac_path_EGREP_max=$ac_count
4692 # 10*(2^10) chars as input seems more than enough
4693 test $ac_count -gt 10 && break
4694 done
4695 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4696 esac
4698 $ac_path_EGREP_found && break 3
4699 done
4700 done
4701 done
4702 IFS=$as_save_IFS
4703 if test -z "$ac_cv_path_EGREP"; then
4704 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4706 else
4707 ac_cv_path_EGREP=$EGREP
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4713 $as_echo "$ac_cv_path_EGREP" >&6; }
4714 EGREP="$ac_cv_path_EGREP"
4717 # Extract the first word of "ldconfig", so it can be a program name with args.
4718 set dummy ldconfig; ac_word=$2
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4720 $as_echo_n "checking for $ac_word... " >&6; }
4721 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4722 $as_echo_n "(cached) " >&6
4723 else
4724 case $LDCONFIG in
4725 [\\/]* | ?:[\\/]*)
4726 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4730 for as_dir in /sbin /usr/sbin $PATH
4732 IFS=$as_save_IFS
4733 test -z "$as_dir" && as_dir=.
4734 for ac_exec_ext in '' $ac_executable_extensions; do
4735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4736 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4738 break 2
4740 done
4741 done
4742 IFS=$as_save_IFS
4744 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4746 esac
4748 LDCONFIG=$ac_cv_path_LDCONFIG
4749 if test -n "$LDCONFIG"; then
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4751 $as_echo "$LDCONFIG" >&6; }
4752 else
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4754 $as_echo "no" >&6; }
4758 # Find a good install program. We prefer a C program (faster),
4759 # so one script is as good as another. But avoid the broken or
4760 # incompatible versions:
4761 # SysV /etc/install, /usr/sbin/install
4762 # SunOS /usr/etc/install
4763 # IRIX /sbin/install
4764 # AIX /bin/install
4765 # AmigaOS /C/install, which installs bootblocks on floppy discs
4766 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4767 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4768 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4769 # OS/2's system install, which has a completely different semantic
4770 # ./install, which can be erroneously created by make from ./install.sh.
4771 # Reject install programs that cannot install multiple files.
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4773 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4774 if test -z "$INSTALL"; then
4775 if test "${ac_cv_path_install+set}" = set; then :
4776 $as_echo_n "(cached) " >&6
4777 else
4778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4779 for as_dir in $PATH
4781 IFS=$as_save_IFS
4782 test -z "$as_dir" && as_dir=.
4783 # Account for people who put trailing slashes in PATH elements.
4784 case $as_dir/ in #((
4785 ./ | .// | /[cC]/* | \
4786 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4787 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4788 /usr/ucb/* ) ;;
4790 # OSF1 and SCO ODT 3.0 have their own names for install.
4791 # Don't use installbsd from OSF since it installs stuff as root
4792 # by default.
4793 for ac_prog in ginstall scoinst install; do
4794 for ac_exec_ext in '' $ac_executable_extensions; do
4795 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4796 if test $ac_prog = install &&
4797 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4798 # AIX install. It has an incompatible calling convention.
4800 elif test $ac_prog = install &&
4801 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4802 # program-specific install script used by HP pwplus--don't use.
4804 else
4805 rm -rf conftest.one conftest.two conftest.dir
4806 echo one > conftest.one
4807 echo two > conftest.two
4808 mkdir conftest.dir
4809 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4810 test -s conftest.one && test -s conftest.two &&
4811 test -s conftest.dir/conftest.one &&
4812 test -s conftest.dir/conftest.two
4813 then
4814 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4815 break 3
4819 done
4820 done
4822 esac
4824 done
4825 IFS=$as_save_IFS
4827 rm -rf conftest.one conftest.two conftest.dir
4830 if test "${ac_cv_path_install+set}" = set; then
4831 INSTALL=$ac_cv_path_install
4832 else
4833 # As a last resort, use the slow shell script. Don't cache a
4834 # value for INSTALL within a source directory, because that will
4835 # break other packages using the cache if that directory is
4836 # removed, or if the value is a relative name.
4837 INSTALL=$ac_install_sh
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4841 $as_echo "$INSTALL" >&6; }
4843 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4844 # It thinks the first close brace ends the variable substitution.
4845 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4847 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4849 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4851 case "$INSTALL" in
4852 [\\/$]* | ?:[\\/]* ) ;;
4853 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4854 esac
4856 for ac_prog in lclint lint
4858 # Extract the first word of "$ac_prog", so it can be a program name with args.
4859 set dummy $ac_prog; ac_word=$2
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4861 $as_echo_n "checking for $ac_word... " >&6; }
4862 if test "${ac_cv_prog_LINT+set}" = set; then :
4863 $as_echo_n "(cached) " >&6
4864 else
4865 if test -n "$LINT"; then
4866 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4867 else
4868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4869 for as_dir in $PATH
4871 IFS=$as_save_IFS
4872 test -z "$as_dir" && as_dir=.
4873 for ac_exec_ext in '' $ac_executable_extensions; do
4874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4875 ac_cv_prog_LINT="$ac_prog"
4876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4877 break 2
4879 done
4880 done
4881 IFS=$as_save_IFS
4885 LINT=$ac_cv_prog_LINT
4886 if test -n "$LINT"; then
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4888 $as_echo "$LINT" >&6; }
4889 else
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4891 $as_echo "no" >&6; }
4895 test -n "$LINT" && break
4896 done
4898 if test "$LINT" = "lint"
4899 then
4900 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4905 for ac_prog in fontforge
4907 # Extract the first word of "$ac_prog", so it can be a program name with args.
4908 set dummy $ac_prog; ac_word=$2
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4910 $as_echo_n "checking for $ac_word... " >&6; }
4911 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4912 $as_echo_n "(cached) " >&6
4913 else
4914 if test -n "$FONTFORGE"; then
4915 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4916 else
4917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4918 for as_dir in $PATH
4920 IFS=$as_save_IFS
4921 test -z "$as_dir" && as_dir=.
4922 for ac_exec_ext in '' $ac_executable_extensions; do
4923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4924 ac_cv_prog_FONTFORGE="$ac_prog"
4925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4926 break 2
4928 done
4929 done
4930 IFS=$as_save_IFS
4934 FONTFORGE=$ac_cv_prog_FONTFORGE
4935 if test -n "$FONTFORGE"; then
4936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4937 $as_echo "$FONTFORGE" >&6; }
4938 else
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4940 $as_echo "no" >&6; }
4944 test -n "$FONTFORGE" && break
4945 done
4946 test -n "$FONTFORGE" || FONTFORGE="false"
4948 for ac_prog in pkg-config
4950 # Extract the first word of "$ac_prog", so it can be a program name with args.
4951 set dummy $ac_prog; ac_word=$2
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4953 $as_echo_n "checking for $ac_word... " >&6; }
4954 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4955 $as_echo_n "(cached) " >&6
4956 else
4957 if test -n "$PKG_CONFIG"; then
4958 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4959 else
4960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4961 for as_dir in $PATH
4963 IFS=$as_save_IFS
4964 test -z "$as_dir" && as_dir=.
4965 for ac_exec_ext in '' $ac_executable_extensions; do
4966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4967 ac_cv_prog_PKG_CONFIG="$ac_prog"
4968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4969 break 2
4971 done
4972 done
4973 IFS=$as_save_IFS
4977 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4978 if test -n "$PKG_CONFIG"; then
4979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4980 $as_echo "$PKG_CONFIG" >&6; }
4981 else
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4983 $as_echo "no" >&6; }
4987 test -n "$PKG_CONFIG" && break
4988 done
4989 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4991 for ac_prog in rsvg
4993 # Extract the first word of "$ac_prog", so it can be a program name with args.
4994 set dummy $ac_prog; ac_word=$2
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4996 $as_echo_n "checking for $ac_word... " >&6; }
4997 if test "${ac_cv_prog_RSVG+set}" = set; then :
4998 $as_echo_n "(cached) " >&6
4999 else
5000 if test -n "$RSVG"; then
5001 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5002 else
5003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5004 for as_dir in $PATH
5006 IFS=$as_save_IFS
5007 test -z "$as_dir" && as_dir=.
5008 for ac_exec_ext in '' $ac_executable_extensions; do
5009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5010 ac_cv_prog_RSVG="$ac_prog"
5011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5012 break 2
5014 done
5015 done
5016 IFS=$as_save_IFS
5020 RSVG=$ac_cv_prog_RSVG
5021 if test -n "$RSVG"; then
5022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5023 $as_echo "$RSVG" >&6; }
5024 else
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5026 $as_echo "no" >&6; }
5030 test -n "$RSVG" && break
5031 done
5032 test -n "$RSVG" || RSVG="false"
5034 for ac_prog in icotool
5036 # Extract the first word of "$ac_prog", so it can be a program name with args.
5037 set dummy $ac_prog; ac_word=$2
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5039 $as_echo_n "checking for $ac_word... " >&6; }
5040 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5041 $as_echo_n "(cached) " >&6
5042 else
5043 if test -n "$ICOTOOL"; then
5044 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5045 else
5046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5047 for as_dir in $PATH
5049 IFS=$as_save_IFS
5050 test -z "$as_dir" && as_dir=.
5051 for ac_exec_ext in '' $ac_executable_extensions; do
5052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5053 ac_cv_prog_ICOTOOL="$ac_prog"
5054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5055 break 2
5057 done
5058 done
5059 IFS=$as_save_IFS
5063 ICOTOOL=$ac_cv_prog_ICOTOOL
5064 if test -n "$ICOTOOL"; then
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5066 $as_echo "$ICOTOOL" >&6; }
5067 else
5068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5069 $as_echo "no" >&6; }
5073 test -n "$ICOTOOL" && break
5074 done
5075 test -n "$ICOTOOL" || ICOTOOL="false"
5078 if test "${enable_maintainer_mode+set}" = set
5079 then
5080 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5081 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5082 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5085 case $host_cpu in
5086 *i[3456789]86*)
5087 # Extract the first word of "prelink", so it can be a program name with args.
5088 set dummy prelink; ac_word=$2
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5090 $as_echo_n "checking for $ac_word... " >&6; }
5091 if test "${ac_cv_path_PRELINK+set}" = set; then :
5092 $as_echo_n "(cached) " >&6
5093 else
5094 case $PRELINK in
5095 [\\/]* | ?:[\\/]*)
5096 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5100 for as_dir in /sbin /usr/sbin $PATH
5102 IFS=$as_save_IFS
5103 test -z "$as_dir" && as_dir=.
5104 for ac_exec_ext in '' $ac_executable_extensions; do
5105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5106 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5108 break 2
5110 done
5111 done
5112 IFS=$as_save_IFS
5114 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5116 esac
5118 PRELINK=$ac_cv_path_PRELINK
5119 if test -n "$PRELINK"; then
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5121 $as_echo "$PRELINK" >&6; }
5122 else
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5124 $as_echo "no" >&6; }
5129 esac
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5133 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5134 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5135 $as_echo_n "(cached) " >&6
5136 else
5137 ac_check_lib_save_LIBS=$LIBS
5138 LIBS="-li386 $LIBS"
5139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5140 /* end confdefs.h. */
5142 /* Override any GCC internal prototype to avoid an error.
5143 Use char because int might match the return type of a GCC
5144 builtin and then its argument prototype would still apply. */
5145 #ifdef __cplusplus
5146 extern "C"
5147 #endif
5148 char i386_set_ldt ();
5150 main ()
5152 return i386_set_ldt ();
5154 return 0;
5156 _ACEOF
5157 if ac_fn_c_try_link "$LINENO"; then :
5158 ac_cv_lib_i386_i386_set_ldt=yes
5159 else
5160 ac_cv_lib_i386_i386_set_ldt=no
5162 rm -f core conftest.err conftest.$ac_objext \
5163 conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5167 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5168 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5169 cat >>confdefs.h <<_ACEOF
5170 #define HAVE_LIBI386 1
5171 _ACEOF
5173 LIBS="-li386 $LIBS"
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5178 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5179 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5180 $as_echo_n "(cached) " >&6
5181 else
5182 ac_check_lib_save_LIBS=$LIBS
5183 LIBS="-lossaudio $LIBS"
5184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5185 /* end confdefs.h. */
5187 /* Override any GCC internal prototype to avoid an error.
5188 Use char because int might match the return type of a GCC
5189 builtin and then its argument prototype would still apply. */
5190 #ifdef __cplusplus
5191 extern "C"
5192 #endif
5193 char _oss_ioctl ();
5195 main ()
5197 return _oss_ioctl ();
5199 return 0;
5201 _ACEOF
5202 if ac_fn_c_try_link "$LINENO"; then :
5203 ac_cv_lib_ossaudio__oss_ioctl=yes
5204 else
5205 ac_cv_lib_ossaudio__oss_ioctl=no
5207 rm -f core conftest.err conftest.$ac_objext \
5208 conftest$ac_exeext conftest.$ac_ext
5209 LIBS=$ac_check_lib_save_LIBS
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5212 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5213 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5214 cat >>confdefs.h <<_ACEOF
5215 #define HAVE_LIBOSSAUDIO 1
5216 _ACEOF
5218 LIBS="-lossaudio $LIBS"
5223 XLIB=""
5225 OPENGL_LIBS=""
5229 # Check whether --enable-largefile was given.
5230 if test "${enable_largefile+set}" = set; then :
5231 enableval=$enable_largefile;
5234 if test "$enable_largefile" != no; then
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5237 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5238 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5239 $as_echo_n "(cached) " >&6
5240 else
5241 ac_cv_sys_largefile_CC=no
5242 if test "$GCC" != yes; then
5243 ac_save_CC=$CC
5244 while :; do
5245 # IRIX 6.2 and later do not support large files by default,
5246 # so use the C compiler's -n32 option if that helps.
5247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5248 /* end confdefs.h. */
5249 #include <sys/types.h>
5250 /* Check that off_t can represent 2**63 - 1 correctly.
5251 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5252 since some C++ compilers masquerading as C compilers
5253 incorrectly reject 9223372036854775807. */
5254 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5255 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5256 && LARGE_OFF_T % 2147483647 == 1)
5257 ? 1 : -1];
5259 main ()
5263 return 0;
5265 _ACEOF
5266 if ac_fn_c_try_compile "$LINENO"; then :
5267 break
5269 rm -f core conftest.err conftest.$ac_objext
5270 CC="$CC -n32"
5271 if ac_fn_c_try_compile "$LINENO"; then :
5272 ac_cv_sys_largefile_CC=' -n32'; break
5274 rm -f core conftest.err conftest.$ac_objext
5275 break
5276 done
5277 CC=$ac_save_CC
5278 rm -f conftest.$ac_ext
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5282 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5283 if test "$ac_cv_sys_largefile_CC" != no; then
5284 CC=$CC$ac_cv_sys_largefile_CC
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5288 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5289 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5290 $as_echo_n "(cached) " >&6
5291 else
5292 while :; do
5293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5294 /* end confdefs.h. */
5295 #include <sys/types.h>
5296 /* Check that off_t can represent 2**63 - 1 correctly.
5297 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5298 since some C++ compilers masquerading as C compilers
5299 incorrectly reject 9223372036854775807. */
5300 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5301 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5302 && LARGE_OFF_T % 2147483647 == 1)
5303 ? 1 : -1];
5305 main ()
5309 return 0;
5311 _ACEOF
5312 if ac_fn_c_try_compile "$LINENO"; then :
5313 ac_cv_sys_file_offset_bits=no; break
5315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5317 /* end confdefs.h. */
5318 #define _FILE_OFFSET_BITS 64
5319 #include <sys/types.h>
5320 /* Check that off_t can represent 2**63 - 1 correctly.
5321 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5322 since some C++ compilers masquerading as C compilers
5323 incorrectly reject 9223372036854775807. */
5324 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5325 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5326 && LARGE_OFF_T % 2147483647 == 1)
5327 ? 1 : -1];
5329 main ()
5333 return 0;
5335 _ACEOF
5336 if ac_fn_c_try_compile "$LINENO"; then :
5337 ac_cv_sys_file_offset_bits=64; break
5339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5340 ac_cv_sys_file_offset_bits=unknown
5341 break
5342 done
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5345 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5346 case $ac_cv_sys_file_offset_bits in #(
5347 no | unknown) ;;
5349 cat >>confdefs.h <<_ACEOF
5350 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5351 _ACEOF
5353 esac
5354 rm -rf conftest*
5355 if test $ac_cv_sys_file_offset_bits = unknown; then
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5357 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5358 if test "${ac_cv_sys_large_files+set}" = set; then :
5359 $as_echo_n "(cached) " >&6
5360 else
5361 while :; do
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h. */
5364 #include <sys/types.h>
5365 /* Check that off_t can represent 2**63 - 1 correctly.
5366 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5367 since some C++ compilers masquerading as C compilers
5368 incorrectly reject 9223372036854775807. */
5369 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5370 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5371 && LARGE_OFF_T % 2147483647 == 1)
5372 ? 1 : -1];
5374 main ()
5378 return 0;
5380 _ACEOF
5381 if ac_fn_c_try_compile "$LINENO"; then :
5382 ac_cv_sys_large_files=no; break
5384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5386 /* end confdefs.h. */
5387 #define _LARGE_FILES 1
5388 #include <sys/types.h>
5389 /* Check that off_t can represent 2**63 - 1 correctly.
5390 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5391 since some C++ compilers masquerading as C compilers
5392 incorrectly reject 9223372036854775807. */
5393 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5394 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5395 && LARGE_OFF_T % 2147483647 == 1)
5396 ? 1 : -1];
5398 main ()
5402 return 0;
5404 _ACEOF
5405 if ac_fn_c_try_compile "$LINENO"; then :
5406 ac_cv_sys_large_files=1; break
5408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5409 ac_cv_sys_large_files=unknown
5410 break
5411 done
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5414 $as_echo "$ac_cv_sys_large_files" >&6; }
5415 case $ac_cv_sys_large_files in #(
5416 no | unknown) ;;
5418 cat >>confdefs.h <<_ACEOF
5419 #define _LARGE_FILES $ac_cv_sys_large_files
5420 _ACEOF
5422 esac
5423 rm -rf conftest*
5428 ac_ext=c
5429 ac_cpp='$CPP $CPPFLAGS'
5430 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5431 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5432 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5434 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5435 # On Suns, sometimes $CPP names a directory.
5436 if test -n "$CPP" && test -d "$CPP"; then
5437 CPP=
5439 if test -z "$CPP"; then
5440 if test "${ac_cv_prog_CPP+set}" = set; then :
5441 $as_echo_n "(cached) " >&6
5442 else
5443 # Double quotes because CPP needs to be expanded
5444 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5446 ac_preproc_ok=false
5447 for ac_c_preproc_warn_flag in '' yes
5449 # Use a header file that comes with gcc, so configuring glibc
5450 # with a fresh cross-compiler works.
5451 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5452 # <limits.h> exists even on freestanding compilers.
5453 # On the NeXT, cc -E runs the code through the compiler's parser,
5454 # not just through cpp. "Syntax error" is here to catch this case.
5455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5456 /* end confdefs.h. */
5457 #ifdef __STDC__
5458 # include <limits.h>
5459 #else
5460 # include <assert.h>
5461 #endif
5462 Syntax error
5463 _ACEOF
5464 if ac_fn_c_try_cpp "$LINENO"; then :
5466 else
5467 # Broken: fails on valid input.
5468 continue
5470 rm -f conftest.err conftest.$ac_ext
5472 # OK, works on sane cases. Now check whether nonexistent headers
5473 # can be detected and how.
5474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5475 /* end confdefs.h. */
5476 #include <ac_nonexistent.h>
5477 _ACEOF
5478 if ac_fn_c_try_cpp "$LINENO"; then :
5479 # Broken: success on invalid input.
5480 continue
5481 else
5482 # Passes both tests.
5483 ac_preproc_ok=:
5484 break
5486 rm -f conftest.err conftest.$ac_ext
5488 done
5489 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5490 rm -f conftest.err conftest.$ac_ext
5491 if $ac_preproc_ok; then :
5492 break
5495 done
5496 ac_cv_prog_CPP=$CPP
5499 CPP=$ac_cv_prog_CPP
5500 else
5501 ac_cv_prog_CPP=$CPP
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5504 $as_echo "$CPP" >&6; }
5505 ac_preproc_ok=false
5506 for ac_c_preproc_warn_flag in '' yes
5508 # Use a header file that comes with gcc, so configuring glibc
5509 # with a fresh cross-compiler works.
5510 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5511 # <limits.h> exists even on freestanding compilers.
5512 # On the NeXT, cc -E runs the code through the compiler's parser,
5513 # not just through cpp. "Syntax error" is here to catch this case.
5514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5515 /* end confdefs.h. */
5516 #ifdef __STDC__
5517 # include <limits.h>
5518 #else
5519 # include <assert.h>
5520 #endif
5521 Syntax error
5522 _ACEOF
5523 if ac_fn_c_try_cpp "$LINENO"; then :
5525 else
5526 # Broken: fails on valid input.
5527 continue
5529 rm -f conftest.err conftest.$ac_ext
5531 # OK, works on sane cases. Now check whether nonexistent headers
5532 # can be detected and how.
5533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5534 /* end confdefs.h. */
5535 #include <ac_nonexistent.h>
5536 _ACEOF
5537 if ac_fn_c_try_cpp "$LINENO"; then :
5538 # Broken: success on invalid input.
5539 continue
5540 else
5541 # Passes both tests.
5542 ac_preproc_ok=:
5543 break
5545 rm -f conftest.err conftest.$ac_ext
5547 done
5548 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5549 rm -f conftest.err conftest.$ac_ext
5550 if $ac_preproc_ok; then :
5552 else
5553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5554 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5555 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5556 See \`config.log' for more details." "$LINENO" 5; }
5559 ac_ext=c
5560 ac_cpp='$CPP $CPPFLAGS'
5561 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5562 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5563 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5567 $as_echo_n "checking for ANSI C header files... " >&6; }
5568 if test "${ac_cv_header_stdc+set}" = set; then :
5569 $as_echo_n "(cached) " >&6
5570 else
5571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5572 /* end confdefs.h. */
5573 #include <stdlib.h>
5574 #include <stdarg.h>
5575 #include <string.h>
5576 #include <float.h>
5579 main ()
5583 return 0;
5585 _ACEOF
5586 if ac_fn_c_try_compile "$LINENO"; then :
5587 ac_cv_header_stdc=yes
5588 else
5589 ac_cv_header_stdc=no
5591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5593 if test $ac_cv_header_stdc = yes; then
5594 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5596 /* end confdefs.h. */
5597 #include <string.h>
5599 _ACEOF
5600 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5601 $EGREP "memchr" >/dev/null 2>&1; then :
5603 else
5604 ac_cv_header_stdc=no
5606 rm -f conftest*
5610 if test $ac_cv_header_stdc = yes; then
5611 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5613 /* end confdefs.h. */
5614 #include <stdlib.h>
5616 _ACEOF
5617 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5618 $EGREP "free" >/dev/null 2>&1; then :
5620 else
5621 ac_cv_header_stdc=no
5623 rm -f conftest*
5627 if test $ac_cv_header_stdc = yes; then
5628 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5629 if test "$cross_compiling" = yes; then :
5631 else
5632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5633 /* end confdefs.h. */
5634 #include <ctype.h>
5635 #include <stdlib.h>
5636 #if ((' ' & 0x0FF) == 0x020)
5637 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5638 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5639 #else
5640 # define ISLOWER(c) \
5641 (('a' <= (c) && (c) <= 'i') \
5642 || ('j' <= (c) && (c) <= 'r') \
5643 || ('s' <= (c) && (c) <= 'z'))
5644 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5645 #endif
5647 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5649 main ()
5651 int i;
5652 for (i = 0; i < 256; i++)
5653 if (XOR (islower (i), ISLOWER (i))
5654 || toupper (i) != TOUPPER (i))
5655 return 2;
5656 return 0;
5658 _ACEOF
5659 if ac_fn_c_try_run "$LINENO"; then :
5661 else
5662 ac_cv_header_stdc=no
5664 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5665 conftest.$ac_objext conftest.beam conftest.$ac_ext
5670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5671 $as_echo "$ac_cv_header_stdc" >&6; }
5672 if test $ac_cv_header_stdc = yes; then
5674 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5678 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5679 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5680 inttypes.h stdint.h unistd.h
5681 do :
5682 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5683 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5685 eval as_val=\$$as_ac_Header
5686 if test "x$as_val" = x""yes; then :
5687 cat >>confdefs.h <<_ACEOF
5688 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5689 _ACEOF
5693 done
5696 for ac_header in \
5697 AL/al.h \
5698 AudioUnit/AudioUnit.h \
5699 Carbon/Carbon.h \
5700 CoreAudio/CoreAudio.h \
5701 DiskArbitration/DiskArbitration.h \
5702 IOKit/IOKitLib.h \
5703 IOKit/hid/IOHIDLib.h \
5704 OpenAL/al.h \
5705 alias.h \
5706 alsa/asoundlib.h \
5707 arpa/inet.h \
5708 arpa/nameser.h \
5709 asm/types.h \
5710 capi20.h \
5711 curses.h \
5712 direct.h \
5713 dirent.h \
5714 dlfcn.h \
5715 elf.h \
5716 float.h \
5717 fnmatch.h \
5718 fontconfig/fontconfig.h \
5719 getopt.h \
5720 grp.h \
5721 gsm.h \
5722 gsm/gsm.h \
5723 ieeefp.h \
5724 inet/mib2.h \
5725 io.h \
5726 jack/jack.h \
5727 jpeglib.h \
5728 kstat.h \
5729 lber.h \
5730 lcms.h \
5731 lcms/lcms.h \
5732 ldap.h \
5733 libaudioio.h \
5734 link.h \
5735 linux/cdrom.h \
5736 linux/compiler.h \
5737 linux/hdreg.h \
5738 linux/input.h \
5739 linux/ioctl.h \
5740 linux/joystick.h \
5741 linux/major.h \
5742 linux/param.h \
5743 linux/serial.h \
5744 linux/types.h \
5745 linux/ucdrom.h \
5746 mach-o/nlist.h \
5747 mach/mach.h \
5748 mach/machine.h \
5749 machine/cpu.h \
5750 machine/limits.h \
5751 machine/soundcard.h \
5752 mntent.h \
5753 mpg123.h \
5754 ncurses.h \
5755 netdb.h \
5756 netinet/in.h \
5757 netinet/in_systm.h \
5758 netinet/tcp.h \
5759 netinet/tcp_fsm.h \
5760 openssl/err.h \
5761 openssl/ssl.h \
5762 png.h \
5763 poll.h \
5764 port.h \
5765 process.h \
5766 pthread.h \
5767 pwd.h \
5768 regex.h \
5769 sched.h \
5770 scsi/scsi.h \
5771 scsi/scsi_ioctl.h \
5772 scsi/sg.h \
5773 soundcard.h \
5774 stdbool.h \
5775 stdint.h \
5776 strings.h \
5777 stropts.h \
5778 sys/asoundlib.h \
5779 sys/cdio.h \
5780 sys/elf32.h \
5781 sys/epoll.h \
5782 sys/errno.h \
5783 sys/event.h \
5784 sys/exec_elf.h \
5785 sys/filio.h \
5786 sys/inotify.h \
5787 sys/ioctl.h \
5788 sys/ipc.h \
5789 sys/limits.h \
5790 sys/link.h \
5791 sys/mman.h \
5792 sys/modem.h \
5793 sys/msg.h \
5794 sys/mtio.h \
5795 sys/param.h \
5796 sys/poll.h \
5797 sys/prctl.h \
5798 sys/protosw.h \
5799 sys/ptrace.h \
5800 sys/resource.h \
5801 sys/scsiio.h \
5802 sys/shm.h \
5803 sys/signal.h \
5804 sys/socket.h \
5805 sys/socketvar.h \
5806 sys/sockio.h \
5807 sys/soundcard.h \
5808 sys/statvfs.h \
5809 sys/strtio.h \
5810 sys/syscall.h \
5811 sys/tihdr.h \
5812 sys/time.h \
5813 sys/timeout.h \
5814 sys/times.h \
5815 sys/uio.h \
5816 sys/un.h \
5817 sys/utsname.h \
5818 sys/vm86.h \
5819 sys/wait.h \
5820 syscall.h \
5821 termios.h \
5822 unistd.h \
5823 utime.h \
5824 valgrind/memcheck.h \
5825 valgrind/valgrind.h \
5826 zlib.h
5828 do :
5829 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5830 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5831 eval as_val=\$$as_ac_Header
5832 if test "x$as_val" = x""yes; then :
5833 cat >>confdefs.h <<_ACEOF
5834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5835 _ACEOF
5839 done
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5842 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5843 if test "${ac_cv_header_stat_broken+set}" = set; then :
5844 $as_echo_n "(cached) " >&6
5845 else
5846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5847 /* end confdefs.h. */
5848 #include <sys/types.h>
5849 #include <sys/stat.h>
5851 #if defined S_ISBLK && defined S_IFDIR
5852 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5853 #endif
5855 #if defined S_ISBLK && defined S_IFCHR
5856 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5857 #endif
5859 #if defined S_ISLNK && defined S_IFREG
5860 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5861 #endif
5863 #if defined S_ISSOCK && defined S_IFREG
5864 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5865 #endif
5867 _ACEOF
5868 if ac_fn_c_try_compile "$LINENO"; then :
5869 ac_cv_header_stat_broken=no
5870 else
5871 ac_cv_header_stat_broken=yes
5873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5876 $as_echo "$ac_cv_header_stat_broken" >&6; }
5877 if test $ac_cv_header_stat_broken = yes; then
5879 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5885 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5886 do :
5887 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5888 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5889 #ifdef HAVE_SYS_PARAM_H
5890 # include <sys/param.h>
5891 #endif
5893 eval as_val=\$$as_ac_Header
5894 if test "x$as_val" = x""yes; then :
5895 cat >>confdefs.h <<_ACEOF
5896 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5897 _ACEOF
5901 done
5904 for ac_header in \
5905 netinet/ip.h \
5906 net/if.h \
5907 net/if_arp.h \
5908 net/if_dl.h \
5909 net/if_types.h \
5910 net/route.h \
5911 netinet/if_ether.h \
5912 netinet/if_inarp.h \
5913 netinet/in_pcb.h \
5914 netinet/ip_icmp.h \
5915 netinet/ip_var.h \
5916 netinet/udp.h \
5917 netipx/ipx.h \
5919 do :
5920 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5921 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5922 #ifdef HAVE_SYS_SOCKET_H
5923 # include <sys/socket.h>
5924 #endif
5925 #ifdef HAVE_SYS_SOCKETVAR_H
5926 # include <sys/socketvar.h>
5927 #endif
5928 #ifdef HAVE_NET_ROUTE_H
5929 # include <net/route.h>
5930 #endif
5931 #ifdef HAVE_NETINET_IN_H
5932 # include <netinet/in.h>
5933 #endif
5934 #ifdef HAVE_NETINET_IN_SYSTM_H
5935 # include <netinet/in_systm.h>
5936 #endif
5937 #ifdef HAVE_NET_IF_H
5938 # include <net/if.h>
5939 #endif
5940 #ifdef HAVE_NETINET_IP_H
5941 # include <netinet/ip.h>
5942 #endif
5944 eval as_val=\$$as_ac_Header
5945 if test "x$as_val" = x""yes; then :
5946 cat >>confdefs.h <<_ACEOF
5947 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5948 _ACEOF
5952 done
5955 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5956 do :
5957 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5958 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5959 #ifdef HAVE_ALIAS_H
5960 # include <alias.h>
5961 #endif
5962 #ifdef HAVE_SYS_SOCKET_H
5963 # include <sys/socket.h>
5964 #endif
5965 #ifdef HAVE_SYS_SOCKETVAR_H
5966 # include <sys/socketvar.h>
5967 #endif
5968 #ifdef HAVE_SYS_TIMEOUT_H
5969 # include <sys/timeout.h>
5970 #endif
5971 #ifdef HAVE_NETINET_IN_H
5972 # include <netinet/in.h>
5973 #endif
5974 #ifdef HAVE_NETINET_IN_SYSTM_H
5975 # include <netinet/in_systm.h>
5976 #endif
5977 #ifdef HAVE_NETINET_IP_H
5978 # include <netinet/ip.h>
5979 #endif
5980 #ifdef HAVE_NETINET_IP_VAR_H
5981 # include <netinet/ip_var.h>
5982 #endif
5983 #ifdef HAVE_NETINET_IP_ICMP_H
5984 # include <netinet/ip_icmp.h>
5985 #endif
5986 #ifdef HAVE_NETINET_UDP_H
5987 # include <netinet/udp.h>
5988 #endif
5989 #ifdef HAVE_NETINET_TCP_H
5990 # include <netinet/tcp.h>
5991 #endif
5992 #ifdef HAVE_NETINET_TCP_TIMER_H
5993 #include <netinet/tcp_timer.h>
5994 #endif
5996 eval as_val=\$$as_ac_Header
5997 if test "x$as_val" = x""yes; then :
5998 cat >>confdefs.h <<_ACEOF
5999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6000 _ACEOF
6004 done
6007 for ac_header in linux/ipx.h linux/irda.h
6008 do :
6009 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6010 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6011 #ifdef HAVE_ASM_TYPES_H
6012 # include <asm/types.h>
6013 #endif
6014 #ifdef HAVE_SYS_SOCKET_H
6015 # include <sys/socket.h>
6016 #endif
6017 #ifdef HAVE_LINUX_TYPES_H
6018 # include <linux/types.h>
6019 #endif
6021 eval as_val=\$$as_ac_Header
6022 if test "x$as_val" = x""yes; then :
6023 cat >>confdefs.h <<_ACEOF
6024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6025 _ACEOF
6029 done
6032 for ac_header in mach-o/dyld_images.h
6033 do :
6034 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6035 # include <stdbool.h>
6036 #endif
6037 #ifdef HAVE_STDINT_H
6038 # include <stdint.h>
6039 #endif
6041 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6042 cat >>confdefs.h <<_ACEOF
6043 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6044 _ACEOF
6048 done
6051 for ac_header in resolv.h
6052 do :
6053 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6054 #ifdef HAVE_SYS_SOCKET_H
6055 # include <sys/socket.h>
6056 #endif
6057 #ifdef HAVE_NETINET_IN_H
6058 # include <netinet/in.h>
6059 #endif
6060 #ifdef HAVE_ARPA_NAMESER_H
6061 # include <arpa/nameser.h>
6062 #endif
6064 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6065 cat >>confdefs.h <<_ACEOF
6066 #define HAVE_RESOLV_H 1
6067 _ACEOF
6071 done
6074 for ac_header in ucontext.h
6075 do :
6076 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6078 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6079 cat >>confdefs.h <<_ACEOF
6080 #define HAVE_UCONTEXT_H 1
6081 _ACEOF
6085 done
6088 for ac_header in sys/thr.h
6089 do :
6090 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6091 #ifdef HAVE_UCONTEXT_H
6092 #include <ucontext.h>
6093 #endif
6095 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6096 cat >>confdefs.h <<_ACEOF
6097 #define HAVE_SYS_THR_H 1
6098 _ACEOF
6102 done
6105 for ac_header in pthread_np.h
6106 do :
6107 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6108 #include <pthread.h>
6109 #endif
6111 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6112 cat >>confdefs.h <<_ACEOF
6113 #define HAVE_PTHREAD_NP_H 1
6114 _ACEOF
6118 done
6121 for ac_header in linux/videodev.h
6122 do :
6123 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6124 #include <sys/time.h>
6125 #endif
6126 #include <sys/types.h>
6127 #ifdef HAVE_ASM_TYPES_H
6128 #include <asm/types.h>
6129 #endif
6131 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6132 cat >>confdefs.h <<_ACEOF
6133 #define HAVE_LINUX_VIDEODEV_H 1
6134 _ACEOF
6138 done
6141 for ac_header in linux/capi.h
6142 do :
6143 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6145 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6146 cat >>confdefs.h <<_ACEOF
6147 #define HAVE_LINUX_CAPI_H 1
6148 _ACEOF
6152 done
6156 DLLEXT=""
6158 DLLFLAGS="-D_REENTRANT"
6160 LDSHARED=""
6162 LDDLLFLAGS=""
6164 LIBEXT="so"
6166 IMPLIBEXT="def"
6168 LDRPATH_INSTALL=""
6170 LDRPATH_LOCAL=""
6172 # Extract the first word of "ldd", so it can be a program name with args.
6173 set dummy ldd; ac_word=$2
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6175 $as_echo_n "checking for $ac_word... " >&6; }
6176 if test "${ac_cv_path_LDD+set}" = set; then :
6177 $as_echo_n "(cached) " >&6
6178 else
6179 case $LDD in
6180 [\\/]* | ?:[\\/]*)
6181 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6185 as_dummy="/sbin:/usr/sbin:$PATH"
6186 for as_dir in $as_dummy
6188 IFS=$as_save_IFS
6189 test -z "$as_dir" && as_dir=.
6190 for ac_exec_ext in '' $ac_executable_extensions; do
6191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6192 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6194 break 2
6196 done
6197 done
6198 IFS=$as_save_IFS
6200 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6202 esac
6204 LDD=$ac_cv_path_LDD
6205 if test -n "$LDD"; then
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6207 $as_echo "$LDD" >&6; }
6208 else
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6210 $as_echo "no" >&6; }
6215 case $host_os in
6216 cygwin*|mingw32*)
6217 if test -n "$ac_tool_prefix"; then
6218 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6219 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6221 $as_echo_n "checking for $ac_word... " >&6; }
6222 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6223 $as_echo_n "(cached) " >&6
6224 else
6225 if test -n "$DLLTOOL"; then
6226 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6227 else
6228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6229 for as_dir in $PATH
6231 IFS=$as_save_IFS
6232 test -z "$as_dir" && as_dir=.
6233 for ac_exec_ext in '' $ac_executable_extensions; do
6234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6235 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6237 break 2
6239 done
6240 done
6241 IFS=$as_save_IFS
6245 DLLTOOL=$ac_cv_prog_DLLTOOL
6246 if test -n "$DLLTOOL"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6248 $as_echo "$DLLTOOL" >&6; }
6249 else
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6251 $as_echo "no" >&6; }
6256 if test -z "$ac_cv_prog_DLLTOOL"; then
6257 ac_ct_DLLTOOL=$DLLTOOL
6258 # Extract the first word of "dlltool", so it can be a program name with args.
6259 set dummy dlltool; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6263 $as_echo_n "(cached) " >&6
6264 else
6265 if test -n "$ac_ct_DLLTOOL"; then
6266 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6267 else
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in $PATH
6271 IFS=$as_save_IFS
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 break 2
6279 done
6280 done
6281 IFS=$as_save_IFS
6285 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6286 if test -n "$ac_ct_DLLTOOL"; then
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6288 $as_echo "$ac_ct_DLLTOOL" >&6; }
6289 else
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6294 if test "x$ac_ct_DLLTOOL" = x; then
6295 DLLTOOL="false"
6296 else
6297 case $cross_compiling:$ac_tool_warned in
6298 yes:)
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6300 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6301 ac_tool_warned=yes ;;
6302 esac
6303 DLLTOOL=$ac_ct_DLLTOOL
6305 else
6306 DLLTOOL="$ac_cv_prog_DLLTOOL"
6309 if test -n "$ac_tool_prefix"; then
6310 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6311 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6313 $as_echo_n "checking for $ac_word... " >&6; }
6314 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6315 $as_echo_n "(cached) " >&6
6316 else
6317 if test -n "$DLLWRAP"; then
6318 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6319 else
6320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6321 for as_dir in $PATH
6323 IFS=$as_save_IFS
6324 test -z "$as_dir" && as_dir=.
6325 for ac_exec_ext in '' $ac_executable_extensions; do
6326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6327 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6329 break 2
6331 done
6332 done
6333 IFS=$as_save_IFS
6337 DLLWRAP=$ac_cv_prog_DLLWRAP
6338 if test -n "$DLLWRAP"; then
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6340 $as_echo "$DLLWRAP" >&6; }
6341 else
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6343 $as_echo "no" >&6; }
6348 if test -z "$ac_cv_prog_DLLWRAP"; then
6349 ac_ct_DLLWRAP=$DLLWRAP
6350 # Extract the first word of "dllwrap", so it can be a program name with args.
6351 set dummy dllwrap; ac_word=$2
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6353 $as_echo_n "checking for $ac_word... " >&6; }
6354 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6355 $as_echo_n "(cached) " >&6
6356 else
6357 if test -n "$ac_ct_DLLWRAP"; then
6358 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6359 else
6360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6361 for as_dir in $PATH
6363 IFS=$as_save_IFS
6364 test -z "$as_dir" && as_dir=.
6365 for ac_exec_ext in '' $ac_executable_extensions; do
6366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6367 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6369 break 2
6371 done
6372 done
6373 IFS=$as_save_IFS
6377 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6378 if test -n "$ac_ct_DLLWRAP"; then
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6380 $as_echo "$ac_ct_DLLWRAP" >&6; }
6381 else
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6383 $as_echo "no" >&6; }
6386 if test "x$ac_ct_DLLWRAP" = x; then
6387 DLLWRAP="false"
6388 else
6389 case $cross_compiling:$ac_tool_warned in
6390 yes:)
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6392 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6393 ac_tool_warned=yes ;;
6394 esac
6395 DLLWRAP=$ac_ct_DLLWRAP
6397 else
6398 DLLWRAP="$ac_cv_prog_DLLWRAP"
6401 if test "$DLLWRAP" = "false"; then
6402 LIBEXT="a"
6403 else
6404 LIBEXT="dll"
6406 IMPLIBEXT="a"
6407 enable_iphlpapi=${enable_iphlpapi:-no}
6408 enable_kernel32=${enable_kernel32:-no}
6409 enable_msvcrt=${enable_msvcrt:-no}
6410 enable_ntdll=${enable_ntdll:-no}
6411 enable_ws2_32=${enable_ws2_32:-no}
6412 enable_loader=${enable_loader:-no}
6413 enable_server=${enable_server:-no}
6414 with_x=${with_x:-no}
6415 with_pthread=${with_pthread:-no}
6417 darwin*|macosx*)
6418 DLLEXT=".so"
6419 LIBEXT="dylib"
6420 DLLFLAGS="$DLLFLAGS -fPIC"
6421 LDDLLFLAGS="-bundle -multiply_defined suppress"
6422 LIBWINE_LDFLAGS="-multiply_defined suppress"
6423 LDSHARED="\$(CC) -dynamiclib"
6424 STRIP="$STRIP -x"
6425 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6426 SECURITYLIB="-framework Security -framework CoreFoundation"
6428 COREFOUNDATIONLIB="-framework CoreFoundation"
6430 IOKITLIB="-framework IOKit -framework CoreFoundation"
6432 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6434 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6435 then
6436 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6439 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6440 then
6441 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6444 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6445 then
6446 LIBOPENAL="-framework OpenAL"
6448 ac_cv_lib_openal_alGetSource3i=yes
6450 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6451 then
6452 ac_save_LIBS="$LIBS"
6453 LIBS="$LIBS $IOKITLIB"
6454 for ac_func in IOHIDManagerCreate
6455 do :
6456 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6457 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6458 cat >>confdefs.h <<_ACEOF
6459 #define HAVE_IOHIDMANAGERCREATE 1
6460 _ACEOF
6463 done
6465 LIBS="$ac_save_LIBS"
6467 case $host_cpu in
6468 *powerpc*)
6469 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6470 esac
6471 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6472 then
6473 CARBONLIB="-framework Carbon"
6475 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6477 if test "x$enable_win16" = "xyes"
6478 then
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6480 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6481 if test "$cross_compiling" = yes; then :
6482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6483 $as_echo "cross-compiling, assuming yes" >&6; }
6484 else
6485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6486 /* end confdefs.h. */
6487 asm(".text\n"
6488 "bad:\tnop;nop\n"
6489 "good:\tnop;nop\n\t"
6490 ".globl _testfunc\n"
6491 "_testfunc:\tcallw good");
6492 extern void testfunc();
6494 main ()
6496 unsigned short *p = (unsigned short *)testfunc;
6497 return p[0] != 0xe866 || p[1] != 0xfffa
6499 return 0;
6501 _ACEOF
6502 if ac_fn_c_try_run "$LINENO"; then :
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6504 $as_echo "yes" >&6; }
6505 else
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6507 $as_echo "no" >&6; }
6508 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
6510 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6511 conftest.$ac_objext conftest.beam conftest.$ac_ext
6517 DLLFLAGS="$DLLFLAGS -fPIC"
6518 DLLEXT=".so"
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6520 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6521 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6522 $as_echo_n "(cached) " >&6
6523 else
6524 ac_wine_try_cflags_saved=$CFLAGS
6525 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6527 /* end confdefs.h. */
6528 void myfunc() {}
6529 _ACEOF
6530 if ac_fn_c_try_link "$LINENO"; then :
6531 ac_cv_c_dll_gnuelf="yes"
6532 else
6533 ac_cv_c_dll_gnuelf="no"
6535 rm -f core conftest.err conftest.$ac_objext \
6536 conftest$ac_exeext conftest.$ac_ext
6537 CFLAGS=$ac_wine_try_cflags_saved
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6540 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6541 if test "$ac_cv_c_dll_gnuelf" = "yes"
6542 then
6543 LDSHARED="\$(CC) -shared"
6544 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6546 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6547 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6548 $as_echo_n "(cached) " >&6
6549 else
6550 ac_wine_try_cflags_saved=$CFLAGS
6551 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6553 /* end confdefs.h. */
6554 int main(int argc, char *argv) { return 0; }
6555 _ACEOF
6556 if ac_fn_c_try_link "$LINENO"; then :
6557 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6558 else
6559 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6561 rm -f core conftest.err conftest.$ac_objext \
6562 conftest$ac_exeext conftest.$ac_ext
6563 CFLAGS=$ac_wine_try_cflags_saved
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6566 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6567 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6568 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6569 else
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6571 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6572 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6573 $as_echo_n "(cached) " >&6
6574 else
6575 ac_wine_try_cflags_saved=$CFLAGS
6576 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6578 /* end confdefs.h. */
6579 int main(int argc, char *argv) { return 0; }
6580 _ACEOF
6581 if ac_fn_c_try_link "$LINENO"; then :
6582 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6583 else
6584 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6586 rm -f core conftest.err conftest.$ac_objext \
6587 conftest$ac_exeext conftest.$ac_ext
6588 CFLAGS=$ac_wine_try_cflags_saved
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6591 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6592 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6593 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6598 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6599 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6600 $as_echo_n "(cached) " >&6
6601 else
6602 ac_wine_try_cflags_saved=$CFLAGS
6603 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6605 /* end confdefs.h. */
6606 int main(int argc, char *argv) { return 0; }
6607 _ACEOF
6608 if ac_fn_c_try_link "$LINENO"; then :
6609 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6610 else
6611 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6613 rm -f core conftest.err conftest.$ac_objext \
6614 conftest$ac_exeext conftest.$ac_ext
6615 CFLAGS=$ac_wine_try_cflags_saved
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6618 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6619 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6620 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6623 { $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
6624 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6625 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6626 $as_echo_n "(cached) " >&6
6627 else
6628 ac_wine_try_cflags_saved=$CFLAGS
6629 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631 /* end confdefs.h. */
6632 int main(int argc, char *argv) { return 0; }
6633 _ACEOF
6634 if ac_fn_c_try_link "$LINENO"; then :
6635 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6636 else
6637 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6639 rm -f core conftest.err conftest.$ac_objext \
6640 conftest$ac_exeext conftest.$ac_ext
6641 CFLAGS=$ac_wine_try_cflags_saved
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6644 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6645 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6646 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6649 echo '{ global: *; };' >conftest.map
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6651 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6652 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6653 $as_echo_n "(cached) " >&6
6654 else
6655 ac_wine_try_cflags_saved=$CFLAGS
6656 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6658 /* end confdefs.h. */
6659 int main(int argc, char *argv) { return 0; }
6660 _ACEOF
6661 if ac_fn_c_try_link "$LINENO"; then :
6662 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6663 else
6664 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6666 rm -f core conftest.err conftest.$ac_objext \
6667 conftest$ac_exeext conftest.$ac_ext
6668 CFLAGS=$ac_wine_try_cflags_saved
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6671 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6672 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6673 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6675 rm -f conftest.map
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6678 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6679 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6680 $as_echo_n "(cached) " >&6
6681 else
6682 ac_wine_try_cflags_saved=$CFLAGS
6683 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6685 /* end confdefs.h. */
6686 int main(int argc, char *argv) { return 0; }
6687 _ACEOF
6688 if ac_fn_c_try_link "$LINENO"; then :
6689 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6690 else
6691 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6693 rm -f core conftest.err conftest.$ac_objext \
6694 conftest$ac_exeext conftest.$ac_ext
6695 CFLAGS=$ac_wine_try_cflags_saved
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6698 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6699 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6700 LDEXECFLAGS="-Wl,--export-dynamic"
6704 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6706 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6707 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6708 $as_echo_n "(cached) " >&6
6709 else
6710 ac_wine_try_cflags_saved=$CFLAGS
6711 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6713 /* end confdefs.h. */
6714 int main(int argc, char *argv) { return 0; }
6715 _ACEOF
6716 if ac_fn_c_try_link "$LINENO"; then :
6717 eval "$as_ac_var=yes"
6718 else
6719 eval "$as_ac_var=no"
6721 rm -f core conftest.err conftest.$ac_objext \
6722 conftest$ac_exeext conftest.$ac_ext
6723 CFLAGS=$ac_wine_try_cflags_saved
6725 eval ac_res=\$$as_ac_var
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6727 $as_echo "$ac_res" >&6; }
6728 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6729 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6730 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6731 else
6732 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6734 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6735 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6736 $as_echo_n "(cached) " >&6
6737 else
6738 ac_wine_try_cflags_saved=$CFLAGS
6739 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6741 /* end confdefs.h. */
6742 int main(int argc, char *argv) { return 0; }
6743 _ACEOF
6744 if ac_fn_c_try_link "$LINENO"; then :
6745 eval "$as_ac_var=yes"
6746 else
6747 eval "$as_ac_var=no"
6749 rm -f core conftest.err conftest.$ac_objext \
6750 conftest$ac_exeext conftest.$ac_ext
6751 CFLAGS=$ac_wine_try_cflags_saved
6753 eval ac_res=\$$as_ac_var
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6755 $as_echo "$ac_res" >&6; }
6756 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6757 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6758 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6763 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6764 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
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__Wl___enable_new_dtags=yes
6775 else
6776 ac_cv_cflags__Wl___enable_new_dtags=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__Wl___enable_new_dtags" >&5
6783 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6784 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6785 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6788 case $host_cpu in
6789 *i[3456789]86* | x86_64)
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6791 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6792 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6793 $as_echo_n "(cached) " >&6
6794 else
6795 ac_wine_try_cflags_saved=$CFLAGS
6796 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
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 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6803 else
6804 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=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 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6811 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6812 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6813 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6816 esac
6818 else
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6820 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6821 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6822 $as_echo_n "(cached) " >&6
6823 else
6824 ac_wine_try_cflags_saved=$CFLAGS
6825 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6827 /* end confdefs.h. */
6828 void myfunc() {}
6829 _ACEOF
6830 if ac_fn_c_try_link "$LINENO"; then :
6831 ac_cv_c_dll_unixware="yes"
6832 else
6833 ac_cv_c_dll_unixware="no"
6835 rm -f core conftest.err conftest.$ac_objext \
6836 conftest$ac_exeext conftest.$ac_ext
6837 CFLAGS=$ac_wine_try_cflags_saved
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6840 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6841 if test "$ac_cv_c_dll_unixware" = "yes"
6842 then
6843 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6844 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6846 else
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6848 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6849 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6850 $as_echo_n "(cached) " >&6
6851 else
6852 ac_wine_try_cflags_saved=$CFLAGS
6853 CFLAGS="$CFLAGS -shared"
6854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6855 /* end confdefs.h. */
6856 void myfunc() {}
6857 _ACEOF
6858 if ac_fn_c_try_link "$LINENO"; then :
6859 ac_cv_c_dll_hpux="yes"
6860 else
6861 ac_cv_c_dll_hpux="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_c_dll_hpux" >&5
6868 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6869 if test "$ac_cv_c_dll_hpux" = "yes"
6870 then
6871 LIBEXT="sl"
6872 DLLEXT=".sl"
6873 LDDLLFLAGS="-shared -fPIC"
6874 LDSHARED="\$(CC) -shared"
6879 esac
6881 enable_winequartz_drv=${enable_winequartz_drv:-no}
6883 if test "$LIBEXT" = "a"; then
6884 as_fn_error "could not find a way to build shared libraries.
6885 It is currently not possible to build Wine without shared library
6886 (.so) support to allow transparent switch between .so and .dll files.
6887 If you are using Linux, you will need a newer binutils.
6888 " "$LINENO" 5
6891 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6892 then
6893 case "$host_cpu" in
6894 i[3456789]86*)
6895 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 " ;;
6896 x86_64)
6897 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6899 ac_prefix_list="" ;;
6900 esac
6901 for ac_prog in $ac_prefix_list
6903 # Extract the first word of "$ac_prog", so it can be a program name with args.
6904 set dummy $ac_prog; ac_word=$2
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6906 $as_echo_n "checking for $ac_word... " >&6; }
6907 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6909 else
6910 if test -n "$CROSSCC"; then
6911 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6912 else
6913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914 for as_dir in $PATH
6916 IFS=$as_save_IFS
6917 test -z "$as_dir" && as_dir=.
6918 for ac_exec_ext in '' $ac_executable_extensions; do
6919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6920 ac_cv_prog_CROSSCC="$ac_prog"
6921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6922 break 2
6924 done
6925 done
6926 IFS=$as_save_IFS
6930 CROSSCC=$ac_cv_prog_CROSSCC
6931 if test -n "$CROSSCC"; then
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6933 $as_echo "$CROSSCC" >&6; }
6934 else
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6936 $as_echo "no" >&6; }
6940 test -n "$CROSSCC" && break
6941 done
6942 test -n "$CROSSCC" || CROSSCC="false"
6944 if test "$CROSSCC" != "false"
6945 then
6946 CROSSTEST="\$(CROSSTEST)"
6948 set x $CROSSCC
6949 shift
6950 target=""
6951 while test $# -ge 1
6953 case "$1" in
6954 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6955 esac
6956 shift
6957 done
6958 if test -n "$target"
6959 then
6960 CROSSTARGETFLAGS="-b $target"
6967 if test "$ac_cv_header_pthread_h" = "yes"
6968 then
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6970 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6971 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6972 $as_echo_n "(cached) " >&6
6973 else
6974 ac_check_lib_save_LIBS=$LIBS
6975 LIBS="-lpthread $LIBS"
6976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6977 /* end confdefs.h. */
6979 /* Override any GCC internal prototype to avoid an error.
6980 Use char because int might match the return type of a GCC
6981 builtin and then its argument prototype would still apply. */
6982 #ifdef __cplusplus
6983 extern "C"
6984 #endif
6985 char pthread_create ();
6987 main ()
6989 return pthread_create ();
6991 return 0;
6993 _ACEOF
6994 if ac_fn_c_try_link "$LINENO"; then :
6995 ac_cv_lib_pthread_pthread_create=yes
6996 else
6997 ac_cv_lib_pthread_pthread_create=no
6999 rm -f core conftest.err conftest.$ac_objext \
7000 conftest$ac_exeext conftest.$ac_ext
7001 LIBS=$ac_check_lib_save_LIBS
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7004 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7005 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7006 LIBPTHREAD="-lpthread"
7011 if test "x$LIBPTHREAD" = "x"; then :
7012 case "x$with_pthread" in
7013 xno) ;;
7014 *) as_fn_error "pthread ${notice_platform}development files not found.
7015 Wine cannot support threads without libpthread.
7016 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7017 esac
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7022 $as_echo_n "checking for X... " >&6; }
7025 # Check whether --with-x was given.
7026 if test "${with_x+set}" = set; then :
7027 withval=$with_x;
7030 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7031 if test "x$with_x" = xno; then
7032 # The user explicitly disabled X.
7033 have_x=disabled
7034 else
7035 case $x_includes,$x_libraries in #(
7036 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7037 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7038 $as_echo_n "(cached) " >&6
7039 else
7040 # One or both of the vars are not set, and there is no cached value.
7041 ac_x_includes=no ac_x_libraries=no
7042 rm -f -r conftest.dir
7043 if mkdir conftest.dir; then
7044 cd conftest.dir
7045 cat >Imakefile <<'_ACEOF'
7046 incroot:
7047 @echo incroot='${INCROOT}'
7048 usrlibdir:
7049 @echo usrlibdir='${USRLIBDIR}'
7050 libdir:
7051 @echo libdir='${LIBDIR}'
7052 _ACEOF
7053 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7054 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7055 for ac_var in incroot usrlibdir libdir; do
7056 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7057 done
7058 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7059 for ac_extension in a so sl dylib la dll; do
7060 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7061 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7062 ac_im_usrlibdir=$ac_im_libdir; break
7064 done
7065 # Screen out bogus values from the imake configuration. They are
7066 # bogus both because they are the default anyway, and because
7067 # using them would break gcc on systems where it needs fixed includes.
7068 case $ac_im_incroot in
7069 /usr/include) ac_x_includes= ;;
7070 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7071 esac
7072 case $ac_im_usrlibdir in
7073 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7074 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7075 esac
7077 cd ..
7078 rm -f -r conftest.dir
7081 # Standard set of common directories for X headers.
7082 # Check X11 before X11Rn because it is often a symlink to the current release.
7083 ac_x_header_dirs='
7084 /usr/X11/include
7085 /usr/X11R7/include
7086 /usr/X11R6/include
7087 /usr/X11R5/include
7088 /usr/X11R4/include
7090 /usr/include/X11
7091 /usr/include/X11R7
7092 /usr/include/X11R6
7093 /usr/include/X11R5
7094 /usr/include/X11R4
7096 /usr/local/X11/include
7097 /usr/local/X11R7/include
7098 /usr/local/X11R6/include
7099 /usr/local/X11R5/include
7100 /usr/local/X11R4/include
7102 /usr/local/include/X11
7103 /usr/local/include/X11R7
7104 /usr/local/include/X11R6
7105 /usr/local/include/X11R5
7106 /usr/local/include/X11R4
7108 /usr/X386/include
7109 /usr/x386/include
7110 /usr/XFree86/include/X11
7112 /usr/include
7113 /usr/local/include
7114 /usr/unsupported/include
7115 /usr/athena/include
7116 /usr/local/x11r5/include
7117 /usr/lpp/Xamples/include
7119 /usr/openwin/include
7120 /usr/openwin/share/include'
7122 if test "$ac_x_includes" = no; then
7123 # Guess where to find include files, by looking for Xlib.h.
7124 # First, try using that file with no special directory specified.
7125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7126 /* end confdefs.h. */
7127 #include <X11/Xlib.h>
7128 _ACEOF
7129 if ac_fn_c_try_cpp "$LINENO"; then :
7130 # We can compile using X headers with no special include directory.
7131 ac_x_includes=
7132 else
7133 for ac_dir in $ac_x_header_dirs; do
7134 if test -r "$ac_dir/X11/Xlib.h"; then
7135 ac_x_includes=$ac_dir
7136 break
7138 done
7140 rm -f conftest.err conftest.$ac_ext
7141 fi # $ac_x_includes = no
7143 if test "$ac_x_libraries" = no; then
7144 # Check for the libraries.
7145 # See if we find them without any special options.
7146 # Don't add to $LIBS permanently.
7147 ac_save_LIBS=$LIBS
7148 LIBS="-lX11 $LIBS"
7149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7150 /* end confdefs.h. */
7151 #include <X11/Xlib.h>
7153 main ()
7155 XrmInitialize ()
7157 return 0;
7159 _ACEOF
7160 if ac_fn_c_try_link "$LINENO"; then :
7161 LIBS=$ac_save_LIBS
7162 # We can link X programs with no special library path.
7163 ac_x_libraries=
7164 else
7165 LIBS=$ac_save_LIBS
7166 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7168 # Don't even attempt the hair of trying to link an X program!
7169 for ac_extension in a so sl dylib la dll; do
7170 if test -r "$ac_dir/libX11.$ac_extension"; then
7171 ac_x_libraries=$ac_dir
7172 break 2
7174 done
7175 done
7177 rm -f core conftest.err conftest.$ac_objext \
7178 conftest$ac_exeext conftest.$ac_ext
7179 fi # $ac_x_libraries = no
7181 case $ac_x_includes,$ac_x_libraries in #(
7182 no,* | *,no | *\'*)
7183 # Didn't find X, or a directory has "'" in its name.
7184 ac_cv_have_x="have_x=no";; #(
7186 # Record where we found X for the cache.
7187 ac_cv_have_x="have_x=yes\
7188 ac_x_includes='$ac_x_includes'\
7189 ac_x_libraries='$ac_x_libraries'"
7190 esac
7192 ;; #(
7193 *) have_x=yes;;
7194 esac
7195 eval "$ac_cv_have_x"
7196 fi # $with_x != no
7198 if test "$have_x" != yes; then
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7200 $as_echo "$have_x" >&6; }
7201 no_x=yes
7202 else
7203 # If each of the values was on the command line, it overrides each guess.
7204 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7205 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7206 # Update the cache value to reflect the command line values.
7207 ac_cv_have_x="have_x=yes\
7208 ac_x_includes='$x_includes'\
7209 ac_x_libraries='$x_libraries'"
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7211 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7214 if test "$no_x" = yes; then
7215 # Not all programs may use this symbol, but it does not hurt to define it.
7217 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7219 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7220 else
7221 if test -n "$x_includes"; then
7222 X_CFLAGS="$X_CFLAGS -I$x_includes"
7225 # It would also be nice to do this for all -L options, not just this one.
7226 if test -n "$x_libraries"; then
7227 X_LIBS="$X_LIBS -L$x_libraries"
7228 # For Solaris; some versions of Sun CC require a space after -R and
7229 # others require no space. Words are not sufficient . . . .
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7231 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7232 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7233 ac_xsave_c_werror_flag=$ac_c_werror_flag
7234 ac_c_werror_flag=yes
7235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7236 /* end confdefs.h. */
7239 main ()
7243 return 0;
7245 _ACEOF
7246 if ac_fn_c_try_link "$LINENO"; then :
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7248 $as_echo "no" >&6; }
7249 X_LIBS="$X_LIBS -R$x_libraries"
7250 else
7251 LIBS="$ac_xsave_LIBS -R $x_libraries"
7252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7253 /* end confdefs.h. */
7256 main ()
7260 return 0;
7262 _ACEOF
7263 if ac_fn_c_try_link "$LINENO"; then :
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7265 $as_echo "yes" >&6; }
7266 X_LIBS="$X_LIBS -R $x_libraries"
7267 else
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7269 $as_echo "neither works" >&6; }
7271 rm -f core conftest.err conftest.$ac_objext \
7272 conftest$ac_exeext conftest.$ac_ext
7274 rm -f core conftest.err conftest.$ac_objext \
7275 conftest$ac_exeext conftest.$ac_ext
7276 ac_c_werror_flag=$ac_xsave_c_werror_flag
7277 LIBS=$ac_xsave_LIBS
7280 # Check for system-dependent libraries X programs must link with.
7281 # Do this before checking for the system-independent R6 libraries
7282 # (-lICE), since we may need -lsocket or whatever for X linking.
7284 if test "$ISC" = yes; then
7285 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7286 else
7287 # Martyn Johnson says this is needed for Ultrix, if the X
7288 # libraries were built with DECnet support. And Karl Berry says
7289 # the Alpha needs dnet_stub (dnet does not exist).
7290 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7292 /* end confdefs.h. */
7294 /* Override any GCC internal prototype to avoid an error.
7295 Use char because int might match the return type of a GCC
7296 builtin and then its argument prototype would still apply. */
7297 #ifdef __cplusplus
7298 extern "C"
7299 #endif
7300 char XOpenDisplay ();
7302 main ()
7304 return XOpenDisplay ();
7306 return 0;
7308 _ACEOF
7309 if ac_fn_c_try_link "$LINENO"; then :
7311 else
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7313 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7314 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7315 $as_echo_n "(cached) " >&6
7316 else
7317 ac_check_lib_save_LIBS=$LIBS
7318 LIBS="-ldnet $LIBS"
7319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7320 /* end confdefs.h. */
7322 /* Override any GCC internal prototype to avoid an error.
7323 Use char because int might match the return type of a GCC
7324 builtin and then its argument prototype would still apply. */
7325 #ifdef __cplusplus
7326 extern "C"
7327 #endif
7328 char dnet_ntoa ();
7330 main ()
7332 return dnet_ntoa ();
7334 return 0;
7336 _ACEOF
7337 if ac_fn_c_try_link "$LINENO"; then :
7338 ac_cv_lib_dnet_dnet_ntoa=yes
7339 else
7340 ac_cv_lib_dnet_dnet_ntoa=no
7342 rm -f core conftest.err conftest.$ac_objext \
7343 conftest$ac_exeext conftest.$ac_ext
7344 LIBS=$ac_check_lib_save_LIBS
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7347 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7348 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7349 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7352 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7354 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7355 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7356 $as_echo_n "(cached) " >&6
7357 else
7358 ac_check_lib_save_LIBS=$LIBS
7359 LIBS="-ldnet_stub $LIBS"
7360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7361 /* end confdefs.h. */
7363 /* Override any GCC internal prototype to avoid an error.
7364 Use char because int might match the return type of a GCC
7365 builtin and then its argument prototype would still apply. */
7366 #ifdef __cplusplus
7367 extern "C"
7368 #endif
7369 char dnet_ntoa ();
7371 main ()
7373 return dnet_ntoa ();
7375 return 0;
7377 _ACEOF
7378 if ac_fn_c_try_link "$LINENO"; then :
7379 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7380 else
7381 ac_cv_lib_dnet_stub_dnet_ntoa=no
7383 rm -f core conftest.err conftest.$ac_objext \
7384 conftest$ac_exeext conftest.$ac_ext
7385 LIBS=$ac_check_lib_save_LIBS
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7388 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7389 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7390 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7395 rm -f core conftest.err conftest.$ac_objext \
7396 conftest$ac_exeext conftest.$ac_ext
7397 LIBS="$ac_xsave_LIBS"
7399 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7400 # to get the SysV transport functions.
7401 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7402 # needs -lnsl.
7403 # The nsl library prevents programs from opening the X display
7404 # on Irix 5.2, according to T.E. Dickey.
7405 # The functions gethostbyname, getservbyname, and inet_addr are
7406 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7407 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7408 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7412 if test $ac_cv_func_gethostbyname = no; then
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7414 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7415 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7416 $as_echo_n "(cached) " >&6
7417 else
7418 ac_check_lib_save_LIBS=$LIBS
7419 LIBS="-lnsl $LIBS"
7420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7421 /* end confdefs.h. */
7423 /* Override any GCC internal prototype to avoid an error.
7424 Use char because int might match the return type of a GCC
7425 builtin and then its argument prototype would still apply. */
7426 #ifdef __cplusplus
7427 extern "C"
7428 #endif
7429 char gethostbyname ();
7431 main ()
7433 return gethostbyname ();
7435 return 0;
7437 _ACEOF
7438 if ac_fn_c_try_link "$LINENO"; then :
7439 ac_cv_lib_nsl_gethostbyname=yes
7440 else
7441 ac_cv_lib_nsl_gethostbyname=no
7443 rm -f core conftest.err conftest.$ac_objext \
7444 conftest$ac_exeext conftest.$ac_ext
7445 LIBS=$ac_check_lib_save_LIBS
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7448 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7449 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7450 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7453 if test $ac_cv_lib_nsl_gethostbyname = no; then
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7455 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7456 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7457 $as_echo_n "(cached) " >&6
7458 else
7459 ac_check_lib_save_LIBS=$LIBS
7460 LIBS="-lbsd $LIBS"
7461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7462 /* end confdefs.h. */
7464 /* Override any GCC internal prototype to avoid an error.
7465 Use char because int might match the return type of a GCC
7466 builtin and then its argument prototype would still apply. */
7467 #ifdef __cplusplus
7468 extern "C"
7469 #endif
7470 char gethostbyname ();
7472 main ()
7474 return gethostbyname ();
7476 return 0;
7478 _ACEOF
7479 if ac_fn_c_try_link "$LINENO"; then :
7480 ac_cv_lib_bsd_gethostbyname=yes
7481 else
7482 ac_cv_lib_bsd_gethostbyname=no
7484 rm -f core conftest.err conftest.$ac_objext \
7485 conftest$ac_exeext conftest.$ac_ext
7486 LIBS=$ac_check_lib_save_LIBS
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7489 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7490 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7491 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7497 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7498 # socket/setsockopt and other routines are undefined under SCO ODT
7499 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7500 # on later versions), says Simon Leinen: it contains gethostby*
7501 # variants that don't use the name server (or something). -lsocket
7502 # must be given before -lnsl if both are needed. We assume that
7503 # if connect needs -lnsl, so does gethostbyname.
7504 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7505 if test "x$ac_cv_func_connect" = x""yes; then :
7509 if test $ac_cv_func_connect = no; then
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7511 $as_echo_n "checking for connect in -lsocket... " >&6; }
7512 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7513 $as_echo_n "(cached) " >&6
7514 else
7515 ac_check_lib_save_LIBS=$LIBS
7516 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7518 /* end confdefs.h. */
7520 /* Override any GCC internal prototype to avoid an error.
7521 Use char because int might match the return type of a GCC
7522 builtin and then its argument prototype would still apply. */
7523 #ifdef __cplusplus
7524 extern "C"
7525 #endif
7526 char connect ();
7528 main ()
7530 return connect ();
7532 return 0;
7534 _ACEOF
7535 if ac_fn_c_try_link "$LINENO"; then :
7536 ac_cv_lib_socket_connect=yes
7537 else
7538 ac_cv_lib_socket_connect=no
7540 rm -f core conftest.err conftest.$ac_objext \
7541 conftest$ac_exeext conftest.$ac_ext
7542 LIBS=$ac_check_lib_save_LIBS
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7545 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7546 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7547 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7552 # Guillermo Gomez says -lposix is necessary on A/UX.
7553 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7554 if test "x$ac_cv_func_remove" = x""yes; then :
7558 if test $ac_cv_func_remove = no; then
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7560 $as_echo_n "checking for remove in -lposix... " >&6; }
7561 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7562 $as_echo_n "(cached) " >&6
7563 else
7564 ac_check_lib_save_LIBS=$LIBS
7565 LIBS="-lposix $LIBS"
7566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7567 /* end confdefs.h. */
7569 /* Override any GCC internal prototype to avoid an error.
7570 Use char because int might match the return type of a GCC
7571 builtin and then its argument prototype would still apply. */
7572 #ifdef __cplusplus
7573 extern "C"
7574 #endif
7575 char remove ();
7577 main ()
7579 return remove ();
7581 return 0;
7583 _ACEOF
7584 if ac_fn_c_try_link "$LINENO"; then :
7585 ac_cv_lib_posix_remove=yes
7586 else
7587 ac_cv_lib_posix_remove=no
7589 rm -f core conftest.err conftest.$ac_objext \
7590 conftest$ac_exeext conftest.$ac_ext
7591 LIBS=$ac_check_lib_save_LIBS
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7594 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7595 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7596 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7601 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7602 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7603 if test "x$ac_cv_func_shmat" = x""yes; then :
7607 if test $ac_cv_func_shmat = no; then
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7609 $as_echo_n "checking for shmat in -lipc... " >&6; }
7610 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7611 $as_echo_n "(cached) " >&6
7612 else
7613 ac_check_lib_save_LIBS=$LIBS
7614 LIBS="-lipc $LIBS"
7615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7616 /* end confdefs.h. */
7618 /* Override any GCC internal prototype to avoid an error.
7619 Use char because int might match the return type of a GCC
7620 builtin and then its argument prototype would still apply. */
7621 #ifdef __cplusplus
7622 extern "C"
7623 #endif
7624 char shmat ();
7626 main ()
7628 return shmat ();
7630 return 0;
7632 _ACEOF
7633 if ac_fn_c_try_link "$LINENO"; then :
7634 ac_cv_lib_ipc_shmat=yes
7635 else
7636 ac_cv_lib_ipc_shmat=no
7638 rm -f core conftest.err conftest.$ac_objext \
7639 conftest$ac_exeext conftest.$ac_ext
7640 LIBS=$ac_check_lib_save_LIBS
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7643 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7644 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7645 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7651 # Check for libraries that X11R6 Xt/Xaw programs need.
7652 ac_save_LDFLAGS=$LDFLAGS
7653 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7654 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7655 # check for ICE first), but we must link in the order -lSM -lICE or
7656 # we get undefined symbols. So assume we have SM if we have ICE.
7657 # These have to be linked with before -lX11, unlike the other
7658 # libraries we check for below, so use a different variable.
7659 # John Interrante, Karl Berry
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7661 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7662 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7663 $as_echo_n "(cached) " >&6
7664 else
7665 ac_check_lib_save_LIBS=$LIBS
7666 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7668 /* end confdefs.h. */
7670 /* Override any GCC internal prototype to avoid an error.
7671 Use char because int might match the return type of a GCC
7672 builtin and then its argument prototype would still apply. */
7673 #ifdef __cplusplus
7674 extern "C"
7675 #endif
7676 char IceConnectionNumber ();
7678 main ()
7680 return IceConnectionNumber ();
7682 return 0;
7684 _ACEOF
7685 if ac_fn_c_try_link "$LINENO"; then :
7686 ac_cv_lib_ICE_IceConnectionNumber=yes
7687 else
7688 ac_cv_lib_ICE_IceConnectionNumber=no
7690 rm -f core conftest.err conftest.$ac_objext \
7691 conftest$ac_exeext conftest.$ac_ext
7692 LIBS=$ac_check_lib_save_LIBS
7694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7695 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7696 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7697 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7700 LDFLAGS=$ac_save_LDFLAGS
7705 if test "$have_x" = "yes"
7706 then
7707 XLIB="-lX11"
7708 ac_save_CPPFLAGS="$CPPFLAGS"
7709 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7712 $as_echo_n "checking for -lX11... " >&6; }
7713 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7714 $as_echo_n "(cached) " >&6
7715 else
7716 ac_check_soname_save_LIBS=$LIBS
7717 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7719 /* end confdefs.h. */
7721 /* Override any GCC internal prototype to avoid an error.
7722 Use char because int might match the return type of a GCC
7723 builtin and then its argument prototype would still apply. */
7724 #ifdef __cplusplus
7725 extern "C"
7726 #endif
7727 char XCreateWindow ();
7729 main ()
7731 return XCreateWindow ();
7733 return 0;
7735 _ACEOF
7736 if ac_fn_c_try_link "$LINENO"; then :
7737 case "$LIBEXT" in
7738 dll) ;;
7739 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'` ;;
7740 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7741 esac
7743 rm -f core conftest.err conftest.$ac_objext \
7744 conftest$ac_exeext conftest.$ac_ext
7745 LIBS=$ac_check_soname_save_LIBS
7747 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7749 $as_echo "not found" >&6; }
7751 else
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7753 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7755 cat >>confdefs.h <<_ACEOF
7756 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7757 _ACEOF
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7762 $as_echo_n "checking for -lXext... " >&6; }
7763 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7764 $as_echo_n "(cached) " >&6
7765 else
7766 ac_check_soname_save_LIBS=$LIBS
7767 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7769 /* end confdefs.h. */
7771 /* Override any GCC internal prototype to avoid an error.
7772 Use char because int might match the return type of a GCC
7773 builtin and then its argument prototype would still apply. */
7774 #ifdef __cplusplus
7775 extern "C"
7776 #endif
7777 char XextCreateExtension ();
7779 main ()
7781 return XextCreateExtension ();
7783 return 0;
7785 _ACEOF
7786 if ac_fn_c_try_link "$LINENO"; then :
7787 case "$LIBEXT" in
7788 dll) ;;
7789 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'` ;;
7790 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7791 esac
7793 rm -f core conftest.err conftest.$ac_objext \
7794 conftest$ac_exeext conftest.$ac_ext
7795 LIBS=$ac_check_soname_save_LIBS
7797 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7799 $as_echo "not found" >&6; }
7801 else
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7803 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7805 cat >>confdefs.h <<_ACEOF
7806 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7807 _ACEOF
7809 XLIB="-lXext $XLIB"
7812 for ac_header in X11/Xlib.h \
7813 X11/XKBlib.h \
7814 X11/Xutil.h \
7815 X11/Xcursor/Xcursor.h \
7816 X11/extensions/shape.h \
7817 X11/extensions/XInput.h \
7818 X11/extensions/XShm.h \
7819 X11/extensions/Xcomposite.h \
7820 X11/extensions/Xinerama.h \
7821 X11/extensions/Xrandr.h \
7822 X11/extensions/Xrender.h \
7823 X11/extensions/xf86vmode.h \
7824 X11/extensions/xf86vmproto.h
7825 do :
7826 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7827 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7828 # include <X11/Xlib.h>
7829 #endif
7830 #ifdef HAVE_X11_XUTIL_H
7831 # include <X11/Xutil.h>
7832 #endif
7834 eval as_val=\$$as_ac_Header
7835 if test "x$as_val" = x""yes; then :
7836 cat >>confdefs.h <<_ACEOF
7837 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7838 _ACEOF
7842 done
7845 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7846 then
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7848 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7849 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
7851 else
7852 ac_check_lib_save_LIBS=$LIBS
7853 LIBS="-lX11 $X_LIBS $XLIB $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 XkbQueryExtension ();
7865 main ()
7867 return XkbQueryExtension ();
7869 return 0;
7871 _ACEOF
7872 if ac_fn_c_try_link "$LINENO"; then :
7873 ac_cv_lib_X11_XkbQueryExtension=yes
7874 else
7875 ac_cv_lib_X11_XkbQueryExtension=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_X11_XkbQueryExtension" >&5
7882 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7883 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7885 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7891 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7892 then
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7894 $as_echo_n "checking for -lXcursor... " >&6; }
7895 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7896 $as_echo_n "(cached) " >&6
7897 else
7898 ac_check_soname_save_LIBS=$LIBS
7899 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7901 /* end confdefs.h. */
7903 /* Override any GCC internal prototype to avoid an error.
7904 Use char because int might match the return type of a GCC
7905 builtin and then its argument prototype would still apply. */
7906 #ifdef __cplusplus
7907 extern "C"
7908 #endif
7909 char XcursorImageLoadCursor ();
7911 main ()
7913 return XcursorImageLoadCursor ();
7915 return 0;
7917 _ACEOF
7918 if ac_fn_c_try_link "$LINENO"; then :
7919 case "$LIBEXT" in
7920 dll) ;;
7921 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'` ;;
7922 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7923 esac
7925 rm -f core conftest.err conftest.$ac_objext \
7926 conftest$ac_exeext conftest.$ac_ext
7927 LIBS=$ac_check_soname_save_LIBS
7929 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7931 $as_echo "not found" >&6; }
7933 else
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7935 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7937 cat >>confdefs.h <<_ACEOF
7938 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7939 _ACEOF
7944 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7945 case "x$with_xcursor" in
7946 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7947 xno) ;;
7948 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7949 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7950 esac
7953 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7954 then
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7956 $as_echo_n "checking for -lXi... " >&6; }
7957 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7958 $as_echo_n "(cached) " >&6
7959 else
7960 ac_check_soname_save_LIBS=$LIBS
7961 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7963 /* end confdefs.h. */
7965 /* Override any GCC internal prototype to avoid an error.
7966 Use char because int might match the return type of a GCC
7967 builtin and then its argument prototype would still apply. */
7968 #ifdef __cplusplus
7969 extern "C"
7970 #endif
7971 char XOpenDevice ();
7973 main ()
7975 return XOpenDevice ();
7977 return 0;
7979 _ACEOF
7980 if ac_fn_c_try_link "$LINENO"; then :
7981 case "$LIBEXT" in
7982 dll) ;;
7983 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'` ;;
7984 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7985 esac
7987 rm -f core conftest.err conftest.$ac_objext \
7988 conftest$ac_exeext conftest.$ac_ext
7989 LIBS=$ac_check_soname_save_LIBS
7991 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7993 $as_echo "not found" >&6; }
7995 else
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
7997 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
7999 cat >>confdefs.h <<_ACEOF
8000 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8001 _ACEOF
8006 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8007 case "x$with_xinput" in
8008 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8009 xno) ;;
8010 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8011 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8012 esac
8015 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8016 then
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8018 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8019 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8020 $as_echo_n "(cached) " >&6
8021 else
8022 ac_check_lib_save_LIBS=$LIBS
8023 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8025 /* end confdefs.h. */
8027 /* Override any GCC internal prototype to avoid an error.
8028 Use char because int might match the return type of a GCC
8029 builtin and then its argument prototype would still apply. */
8030 #ifdef __cplusplus
8031 extern "C"
8032 #endif
8033 char XShmQueryExtension ();
8035 main ()
8037 return XShmQueryExtension ();
8039 return 0;
8041 _ACEOF
8042 if ac_fn_c_try_link "$LINENO"; then :
8043 ac_cv_lib_Xext_XShmQueryExtension=yes
8044 else
8045 ac_cv_lib_Xext_XShmQueryExtension=no
8047 rm -f core conftest.err conftest.$ac_objext \
8048 conftest$ac_exeext conftest.$ac_ext
8049 LIBS=$ac_check_lib_save_LIBS
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8052 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8053 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8055 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8060 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8061 case "x$with_xshm" in
8062 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8063 xno) ;;
8064 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8065 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8066 esac
8069 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8070 then
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8072 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8073 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8074 $as_echo_n "(cached) " >&6
8075 else
8076 ac_check_lib_save_LIBS=$LIBS
8077 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8079 /* end confdefs.h. */
8081 /* Override any GCC internal prototype to avoid an error.
8082 Use char because int might match the return type of a GCC
8083 builtin and then its argument prototype would still apply. */
8084 #ifdef __cplusplus
8085 extern "C"
8086 #endif
8087 char XShapeQueryExtension ();
8089 main ()
8091 return XShapeQueryExtension ();
8093 return 0;
8095 _ACEOF
8096 if ac_fn_c_try_link "$LINENO"; then :
8097 ac_cv_lib_Xext_XShapeQueryExtension=yes
8098 else
8099 ac_cv_lib_Xext_XShapeQueryExtension=no
8101 rm -f core conftest.err conftest.$ac_objext \
8102 conftest$ac_exeext conftest.$ac_ext
8103 LIBS=$ac_check_lib_save_LIBS
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8106 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8107 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8109 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8114 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8115 case "x$with_xshape" in
8116 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8117 xno) ;;
8118 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8119 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8120 esac
8123 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8124 then
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8126 $as_echo_n "checking for -lXxf86vm... " >&6; }
8127 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8128 $as_echo_n "(cached) " >&6
8129 else
8130 ac_check_soname_save_LIBS=$LIBS
8131 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8133 /* end confdefs.h. */
8135 /* Override any GCC internal prototype to avoid an error.
8136 Use char because int might match the return type of a GCC
8137 builtin and then its argument prototype would still apply. */
8138 #ifdef __cplusplus
8139 extern "C"
8140 #endif
8141 char XF86VidModeQueryExtension ();
8143 main ()
8145 return XF86VidModeQueryExtension ();
8147 return 0;
8149 _ACEOF
8150 if ac_fn_c_try_link "$LINENO"; then :
8151 case "$LIBEXT" in
8152 dll) ;;
8153 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'` ;;
8154 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8155 esac
8157 rm -f core conftest.err conftest.$ac_objext \
8158 conftest$ac_exeext conftest.$ac_ext
8159 LIBS=$ac_check_soname_save_LIBS
8161 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8163 $as_echo "not found" >&6; }
8165 else
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8167 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8169 cat >>confdefs.h <<_ACEOF
8170 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8171 _ACEOF
8176 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8177 case "x$with_xxf86vm" in
8178 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8179 xno) ;;
8180 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8181 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8182 esac
8185 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"
8186 then
8187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8188 $as_echo_n "checking for -lXrender... " >&6; }
8189 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8190 $as_echo_n "(cached) " >&6
8191 else
8192 ac_check_soname_save_LIBS=$LIBS
8193 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8195 /* end confdefs.h. */
8197 /* Override any GCC internal prototype to avoid an error.
8198 Use char because int might match the return type of a GCC
8199 builtin and then its argument prototype would still apply. */
8200 #ifdef __cplusplus
8201 extern "C"
8202 #endif
8203 char XRenderQueryExtension ();
8205 main ()
8207 return XRenderQueryExtension ();
8209 return 0;
8211 _ACEOF
8212 if ac_fn_c_try_link "$LINENO"; then :
8213 case "$LIBEXT" in
8214 dll) ;;
8215 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'` ;;
8216 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8217 esac
8219 rm -f core conftest.err conftest.$ac_objext \
8220 conftest$ac_exeext conftest.$ac_ext
8221 LIBS=$ac_check_soname_save_LIBS
8223 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8225 $as_echo "not found" >&6; }
8227 else
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8229 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8231 cat >>confdefs.h <<_ACEOF
8232 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8233 _ACEOF
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8236 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8237 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8238 $as_echo_n "(cached) " >&6
8239 else
8240 ac_check_lib_save_LIBS=$LIBS
8241 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8243 /* end confdefs.h. */
8245 /* Override any GCC internal prototype to avoid an error.
8246 Use char because int might match the return type of a GCC
8247 builtin and then its argument prototype would still apply. */
8248 #ifdef __cplusplus
8249 extern "C"
8250 #endif
8251 char XRenderSetPictureTransform ();
8253 main ()
8255 return XRenderSetPictureTransform ();
8257 return 0;
8259 _ACEOF
8260 if ac_fn_c_try_link "$LINENO"; then :
8261 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8262 else
8263 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8265 rm -f core conftest.err conftest.$ac_objext \
8266 conftest$ac_exeext conftest.$ac_ext
8267 LIBS=$ac_check_lib_save_LIBS
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8270 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8271 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8273 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8280 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8281 case "x$with_xrender" in
8282 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8283 xno) ;;
8284 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8285 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8286 esac
8289 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8290 then
8291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8292 /* end confdefs.h. */
8293 #include <X11/Xlib.h>
8294 #include <X11/extensions/Xrandr.h>
8296 main ()
8298 static typeof(XRRSetScreenConfigAndRate) * func;
8300 return 0;
8302 _ACEOF
8303 if ac_fn_c_try_compile "$LINENO"; then :
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8305 $as_echo_n "checking for -lXrandr... " >&6; }
8306 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8307 $as_echo_n "(cached) " >&6
8308 else
8309 ac_check_soname_save_LIBS=$LIBS
8310 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8312 /* end confdefs.h. */
8314 /* Override any GCC internal prototype to avoid an error.
8315 Use char because int might match the return type of a GCC
8316 builtin and then its argument prototype would still apply. */
8317 #ifdef __cplusplus
8318 extern "C"
8319 #endif
8320 char XRRQueryExtension ();
8322 main ()
8324 return XRRQueryExtension ();
8326 return 0;
8328 _ACEOF
8329 if ac_fn_c_try_link "$LINENO"; then :
8330 case "$LIBEXT" in
8331 dll) ;;
8332 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'` ;;
8333 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8334 esac
8336 rm -f core conftest.err conftest.$ac_objext \
8337 conftest$ac_exeext conftest.$ac_ext
8338 LIBS=$ac_check_soname_save_LIBS
8340 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8342 $as_echo "not found" >&6; }
8344 else
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8346 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8348 cat >>confdefs.h <<_ACEOF
8349 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8350 _ACEOF
8355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8357 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8358 case "x$with_xrandr" in
8359 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8360 xno) ;;
8361 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8362 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8363 esac
8366 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8367 then
8368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8369 /* end confdefs.h. */
8370 #include <X11/Xlib.h>
8371 #include <X11/extensions/Xinerama.h>
8373 main ()
8375 static typeof(XineramaQueryScreens) * func;
8377 return 0;
8379 _ACEOF
8380 if ac_fn_c_try_compile "$LINENO"; then :
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8382 $as_echo_n "checking for -lXinerama... " >&6; }
8383 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8384 $as_echo_n "(cached) " >&6
8385 else
8386 ac_check_soname_save_LIBS=$LIBS
8387 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8389 /* end confdefs.h. */
8391 /* Override any GCC internal prototype to avoid an error.
8392 Use char because int might match the return type of a GCC
8393 builtin and then its argument prototype would still apply. */
8394 #ifdef __cplusplus
8395 extern "C"
8396 #endif
8397 char XineramaQueryScreens ();
8399 main ()
8401 return XineramaQueryScreens ();
8403 return 0;
8405 _ACEOF
8406 if ac_fn_c_try_link "$LINENO"; then :
8407 case "$LIBEXT" in
8408 dll) ;;
8409 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'` ;;
8410 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8411 esac
8413 rm -f core conftest.err conftest.$ac_objext \
8414 conftest$ac_exeext conftest.$ac_ext
8415 LIBS=$ac_check_soname_save_LIBS
8417 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8419 $as_echo "not found" >&6; }
8421 else
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8423 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8425 cat >>confdefs.h <<_ACEOF
8426 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8427 _ACEOF
8432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8434 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8435 case "x$with_xinerama" in
8436 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8437 xno) ;;
8438 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8439 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8440 esac
8443 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8444 then
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8446 $as_echo_n "checking for -lXcomposite... " >&6; }
8447 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8448 $as_echo_n "(cached) " >&6
8449 else
8450 ac_check_soname_save_LIBS=$LIBS
8451 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8453 /* end confdefs.h. */
8455 /* Override any GCC internal prototype to avoid an error.
8456 Use char because int might match the return type of a GCC
8457 builtin and then its argument prototype would still apply. */
8458 #ifdef __cplusplus
8459 extern "C"
8460 #endif
8461 char XCompositeRedirectWindow ();
8463 main ()
8465 return XCompositeRedirectWindow ();
8467 return 0;
8469 _ACEOF
8470 if ac_fn_c_try_link "$LINENO"; then :
8471 case "$LIBEXT" in
8472 dll) ;;
8473 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'` ;;
8474 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8475 esac
8477 rm -f core conftest.err conftest.$ac_objext \
8478 conftest$ac_exeext conftest.$ac_ext
8479 LIBS=$ac_check_soname_save_LIBS
8481 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8483 $as_echo "not found" >&6; }
8485 else
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8487 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8489 cat >>confdefs.h <<_ACEOF
8490 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8491 _ACEOF
8496 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8497 case "x$with_xcomposite" in
8498 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8499 xno) ;;
8500 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8501 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8502 esac
8505 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8506 #include <X11/Xlib.h>
8507 #endif
8509 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8511 cat >>confdefs.h <<_ACEOF
8512 #define HAVE_XICCALLBACK_CALLBACK 1
8513 _ACEOF
8520 opengl_msg=""
8521 if test "x$with_opengl" != "xno"
8522 then
8523 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8524 do :
8525 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8526 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8527 # include <GL/glx.h>
8528 #endif
8530 eval as_val=\$$as_ac_Header
8531 if test "x$as_val" = x""yes; then :
8532 cat >>confdefs.h <<_ACEOF
8533 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8534 _ACEOF
8538 done
8540 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8541 then
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8543 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8544 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8545 $as_echo_n "(cached) " >&6
8546 else
8547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8548 /* end confdefs.h. */
8549 #include <GL/gl.h>
8551 main ()
8553 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8555 return 0;
8557 _ACEOF
8558 if ac_fn_c_try_compile "$LINENO"; then :
8559 wine_cv_opengl_header_version_OK="yes"
8560 else
8561 wine_cv_opengl_header_version_OK="no"
8563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8566 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8568 if test "$wine_cv_opengl_header_version_OK" = "yes"
8569 then
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8571 $as_echo_n "checking for -lGL... " >&6; }
8572 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8573 $as_echo_n "(cached) " >&6
8574 else
8575 ac_check_soname_save_LIBS=$LIBS
8576 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8578 /* end confdefs.h. */
8580 /* Override any GCC internal prototype to avoid an error.
8581 Use char because int might match the return type of a GCC
8582 builtin and then its argument prototype would still apply. */
8583 #ifdef __cplusplus
8584 extern "C"
8585 #endif
8586 char glXCreateContext ();
8588 main ()
8590 return glXCreateContext ();
8592 return 0;
8594 _ACEOF
8595 if ac_fn_c_try_link "$LINENO"; then :
8596 case "$LIBEXT" in
8597 dll) ;;
8598 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'` ;;
8599 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8600 esac
8602 rm -f core conftest.err conftest.$ac_objext \
8603 conftest$ac_exeext conftest.$ac_ext
8604 LIBS=$ac_check_soname_save_LIBS
8606 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8608 $as_echo "not found" >&6; }
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8610 $as_echo_n "checking for -lGL... " >&6; }
8611 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8612 $as_echo_n "(cached) " >&6
8613 else
8614 ac_check_soname_save_LIBS=$LIBS
8615 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"
8616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8619 /* Override any GCC internal prototype to avoid an error.
8620 Use char because int might match the return type of a GCC
8621 builtin and then its argument prototype would still apply. */
8622 #ifdef __cplusplus
8623 extern "C"
8624 #endif
8625 char glXCreateContext ();
8627 main ()
8629 return glXCreateContext ();
8631 return 0;
8633 _ACEOF
8634 if ac_fn_c_try_link "$LINENO"; then :
8635 case "$LIBEXT" in
8636 dll) ;;
8637 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'` ;;
8638 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8639 esac
8641 rm -f core conftest.err conftest.$ac_objext \
8642 conftest$ac_exeext conftest.$ac_ext
8643 LIBS=$ac_check_soname_save_LIBS
8645 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8647 $as_echo "not found" >&6; }
8648 if test -f /usr/X11R6/lib/libGL.a
8649 then
8650 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8651 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8652 else
8653 opengl_msg="No OpenGL library found on this system."
8655 else
8656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8657 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8659 cat >>confdefs.h <<_ACEOF
8660 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8661 _ACEOF
8663 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"
8665 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8668 else
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8670 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8672 cat >>confdefs.h <<_ACEOF
8673 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8674 _ACEOF
8676 OPENGL_LIBS="-lGL"
8678 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8681 if test "$ac_cv_header_GL_glu_h" = "yes"
8682 then
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8684 $as_echo_n "checking for -lGLU... " >&6; }
8685 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8686 $as_echo_n "(cached) " >&6
8687 else
8688 ac_check_soname_save_LIBS=$LIBS
8689 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8691 /* end confdefs.h. */
8693 /* Override any GCC internal prototype to avoid an error.
8694 Use char because int might match the return type of a GCC
8695 builtin and then its argument prototype would still apply. */
8696 #ifdef __cplusplus
8697 extern "C"
8698 #endif
8699 char gluLookAt ();
8701 main ()
8703 return gluLookAt ();
8705 return 0;
8707 _ACEOF
8708 if ac_fn_c_try_link "$LINENO"; then :
8709 case "$LIBEXT" in
8710 dll) ;;
8711 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'` ;;
8712 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8713 esac
8715 rm -f core conftest.err conftest.$ac_objext \
8716 conftest$ac_exeext conftest.$ac_ext
8717 LIBS=$ac_check_soname_save_LIBS
8719 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8721 $as_echo "not found" >&6; }
8723 else
8724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8725 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8727 cat >>confdefs.h <<_ACEOF
8728 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8729 _ACEOF
8734 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8735 case "x$with_glu" in
8736 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8737 xno) ;;
8738 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8739 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8740 esac
8742 else
8743 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8745 else
8746 opengl_msg="OpenGL development headers not found."
8748 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8749 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8750 else
8751 enable_opengl32=${enable_opengl32:-no}
8752 enable_glu32=${enable_glu32:-no}
8754 if test -n "$opengl_msg"; then :
8755 case "x$with_opengl" in
8756 x) wine_warnings="$wine_warnings|$opengl_msg
8757 OpenGL and Direct3D won't be supported." ;;
8758 xno) ;;
8759 *) as_fn_error "$opengl_msg
8760 OpenGL and Direct3D won't be supported.
8761 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8762 esac
8765 NASLIBS=""
8767 for ac_header in audio/audiolib.h
8768 do :
8769 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8770 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8771 cat >>confdefs.h <<_ACEOF
8772 #define HAVE_AUDIO_AUDIOLIB_H 1
8773 _ACEOF
8774 for ac_header in audio/soundlib.h
8775 do :
8776 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8778 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8779 cat >>confdefs.h <<_ACEOF
8780 #define HAVE_AUDIO_SOUNDLIB_H 1
8781 _ACEOF
8785 done
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8788 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8789 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8790 $as_echo_n "(cached) " >&6
8791 else
8792 ac_check_lib_save_LIBS=$LIBS
8793 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8795 /* end confdefs.h. */
8797 /* Override any GCC internal prototype to avoid an error.
8798 Use char because int might match the return type of a GCC
8799 builtin and then its argument prototype would still apply. */
8800 #ifdef __cplusplus
8801 extern "C"
8802 #endif
8803 char AuCreateFlow ();
8805 main ()
8807 return AuCreateFlow ();
8809 return 0;
8811 _ACEOF
8812 if ac_fn_c_try_link "$LINENO"; then :
8813 ac_cv_lib_audio_AuCreateFlow=yes
8814 else
8815 ac_cv_lib_audio_AuCreateFlow=no
8817 rm -f core conftest.err conftest.$ac_objext \
8818 conftest$ac_exeext conftest.$ac_ext
8819 LIBS=$ac_check_lib_save_LIBS
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8822 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8823 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8825 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8828 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8829 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8830 $as_echo_n "(cached) " >&6
8831 else
8832 ac_check_lib_save_LIBS=$LIBS
8833 LIBS="-lXau $X_LIBS $LIBS"
8834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8835 /* end confdefs.h. */
8837 /* Override any GCC internal prototype to avoid an error.
8838 Use char because int might match the return type of a GCC
8839 builtin and then its argument prototype would still apply. */
8840 #ifdef __cplusplus
8841 extern "C"
8842 #endif
8843 char XauGetBestAuthByAddr ();
8845 main ()
8847 return XauGetBestAuthByAddr ();
8849 return 0;
8851 _ACEOF
8852 if ac_fn_c_try_link "$LINENO"; then :
8853 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8854 else
8855 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8857 rm -f core conftest.err conftest.$ac_objext \
8858 conftest$ac_exeext conftest.$ac_ext
8859 LIBS=$ac_check_lib_save_LIBS
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8862 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8863 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8864 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8865 else
8866 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8874 done
8877 CPPFLAGS="$ac_save_CPPFLAGS"
8878 else
8879 XLIB=""
8880 X_CFLAGS=""
8881 X_LIBS=""
8882 enable_winex11_drv=${enable_winex11_drv:-no}
8883 enable_opengl32=${enable_opengl32:-no}
8884 enable_glu32=${enable_glu32:-no}
8886 if test "x$XLIB" = "x"; then :
8887 case "x$with_x" in
8888 xno) ;;
8889 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8890 without X support, which probably isn't what you want. You will need to install
8891 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8892 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8893 esac
8897 XML2LIBS=""
8899 XML2INCL=""
8901 XSLTINCL=""
8903 if test "x$with_xml" != "xno"
8904 then
8905 ac_save_CPPFLAGS="$CPPFLAGS"
8906 if test "$PKG_CONFIG" != "false"
8907 then
8908 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8909 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8910 else
8911 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8912 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8914 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8915 for ac_header in libxml/parser.h
8916 do :
8917 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8918 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8919 cat >>confdefs.h <<_ACEOF
8920 #define HAVE_LIBXML_PARSER_H 1
8921 _ACEOF
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8923 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8924 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8925 $as_echo_n "(cached) " >&6
8926 else
8927 ac_check_lib_save_LIBS=$LIBS
8928 LIBS="-lxml2 $ac_xml_libs $LIBS"
8929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8930 /* end confdefs.h. */
8932 /* Override any GCC internal prototype to avoid an error.
8933 Use char because int might match the return type of a GCC
8934 builtin and then its argument prototype would still apply. */
8935 #ifdef __cplusplus
8936 extern "C"
8937 #endif
8938 char xmlParseMemory ();
8940 main ()
8942 return xmlParseMemory ();
8944 return 0;
8946 _ACEOF
8947 if ac_fn_c_try_link "$LINENO"; then :
8948 ac_cv_lib_xml2_xmlParseMemory=yes
8949 else
8950 ac_cv_lib_xml2_xmlParseMemory=no
8952 rm -f core conftest.err conftest.$ac_objext \
8953 conftest$ac_exeext conftest.$ac_ext
8954 LIBS=$ac_check_lib_save_LIBS
8956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8957 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8958 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8960 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8962 XML2LIBS="$ac_xml_libs"
8963 XML2INCL="$ac_xml_cflags"
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8967 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8968 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8969 $as_echo_n "(cached) " >&6
8970 else
8971 ac_check_lib_save_LIBS=$LIBS
8972 LIBS="-lxml2 $ac_xml_libs $LIBS"
8973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8974 /* end confdefs.h. */
8976 /* Override any GCC internal prototype to avoid an error.
8977 Use char because int might match the return type of a GCC
8978 builtin and then its argument prototype would still apply. */
8979 #ifdef __cplusplus
8980 extern "C"
8981 #endif
8982 char xmlReadMemory ();
8984 main ()
8986 return xmlReadMemory ();
8988 return 0;
8990 _ACEOF
8991 if ac_fn_c_try_link "$LINENO"; then :
8992 ac_cv_lib_xml2_xmlReadMemory=yes
8993 else
8994 ac_cv_lib_xml2_xmlReadMemory=no
8996 rm -f core conftest.err conftest.$ac_objext \
8997 conftest$ac_exeext conftest.$ac_ext
8998 LIBS=$ac_check_lib_save_LIBS
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9001 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9002 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9004 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9009 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9010 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9011 $as_echo_n "(cached) " >&6
9012 else
9013 ac_check_lib_save_LIBS=$LIBS
9014 LIBS="-lxml2 $ac_xml_libs $LIBS"
9015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9016 /* end confdefs.h. */
9018 /* Override any GCC internal prototype to avoid an error.
9019 Use char because int might match the return type of a GCC
9020 builtin and then its argument prototype would still apply. */
9021 #ifdef __cplusplus
9022 extern "C"
9023 #endif
9024 char xmlNewDocPI ();
9026 main ()
9028 return xmlNewDocPI ();
9030 return 0;
9032 _ACEOF
9033 if ac_fn_c_try_link "$LINENO"; then :
9034 ac_cv_lib_xml2_xmlNewDocPI=yes
9035 else
9036 ac_cv_lib_xml2_xmlNewDocPI=no
9038 rm -f core conftest.err conftest.$ac_objext \
9039 conftest$ac_exeext conftest.$ac_ext
9040 LIBS=$ac_check_lib_save_LIBS
9042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9043 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9044 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9046 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9053 done
9055 CPPFLAGS="$ac_save_CPPFLAGS"
9057 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9058 case "x$with_xml" in
9059 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9060 xno) ;;
9061 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9062 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9063 esac
9066 if test "x$with_xslt" != "xno"
9067 then
9068 if test "$PKG_CONFIG" != "false"
9069 then
9070 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9071 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9072 else
9073 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9074 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9076 ac_save_CPPFLAGS="$CPPFLAGS"
9077 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9078 for ac_header in libxslt/pattern.h libxslt/transform.h
9079 do :
9080 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9081 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9082 # include <libxslt/pattern.h>
9083 #endif
9085 eval as_val=\$$as_ac_Header
9086 if test "x$as_val" = x""yes; then :
9087 cat >>confdefs.h <<_ACEOF
9088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9089 _ACEOF
9093 done
9095 CPPFLAGS="$ac_save_CPPFLAGS"
9096 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9097 then
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9099 $as_echo_n "checking for -lxslt... " >&6; }
9100 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9101 $as_echo_n "(cached) " >&6
9102 else
9103 ac_check_soname_save_LIBS=$LIBS
9104 LIBS="-lxslt $ac_xslt_libs $LIBS"
9105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9106 /* end confdefs.h. */
9108 /* Override any GCC internal prototype to avoid an error.
9109 Use char because int might match the return type of a GCC
9110 builtin and then its argument prototype would still apply. */
9111 #ifdef __cplusplus
9112 extern "C"
9113 #endif
9114 char xsltCompilePattern ();
9116 main ()
9118 return xsltCompilePattern ();
9120 return 0;
9122 _ACEOF
9123 if ac_fn_c_try_link "$LINENO"; then :
9124 case "$LIBEXT" in
9125 dll) ;;
9126 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'` ;;
9127 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9128 esac
9130 rm -f core conftest.err conftest.$ac_objext \
9131 conftest$ac_exeext conftest.$ac_ext
9132 LIBS=$ac_check_soname_save_LIBS
9134 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9136 $as_echo "not found" >&6; }
9138 else
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9140 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9142 cat >>confdefs.h <<_ACEOF
9143 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9144 _ACEOF
9146 XSLTINCL="$ac_xslt_cflags"
9150 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9151 case "x$with_xslt" in
9152 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9153 xno) ;;
9154 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9155 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9156 esac
9159 HALINCL=""
9161 if test "x$with_hal" != "xno"
9162 then
9163 ac_save_CPPFLAGS="$CPPFLAGS"
9164 if test "$PKG_CONFIG" != "false"
9165 then
9166 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9167 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9168 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9170 for ac_header in dbus/dbus.h hal/libhal.h
9171 do :
9172 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9173 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9174 eval as_val=\$$as_ac_Header
9175 if test "x$as_val" = x""yes; then :
9176 cat >>confdefs.h <<_ACEOF
9177 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9178 _ACEOF
9182 done
9184 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9185 then
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9187 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9188 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9189 $as_echo_n "(cached) " >&6
9190 else
9191 ac_check_lib_save_LIBS=$LIBS
9192 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9194 /* end confdefs.h. */
9196 /* Override any GCC internal prototype to avoid an error.
9197 Use char because int might match the return type of a GCC
9198 builtin and then its argument prototype would still apply. */
9199 #ifdef __cplusplus
9200 extern "C"
9201 #endif
9202 char dbus_connection_close ();
9204 main ()
9206 return dbus_connection_close ();
9208 return 0;
9210 _ACEOF
9211 if ac_fn_c_try_link "$LINENO"; then :
9212 ac_cv_lib_dbus_1_dbus_connection_close=yes
9213 else
9214 ac_cv_lib_dbus_1_dbus_connection_close=no
9216 rm -f core conftest.err conftest.$ac_objext \
9217 conftest$ac_exeext conftest.$ac_ext
9218 LIBS=$ac_check_lib_save_LIBS
9220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9221 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9222 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9224 $as_echo_n "checking for -lhal... " >&6; }
9225 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9226 $as_echo_n "(cached) " >&6
9227 else
9228 ac_check_soname_save_LIBS=$LIBS
9229 LIBS="-lhal $ac_hal_libs $LIBS"
9230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9231 /* end confdefs.h. */
9233 /* Override any GCC internal prototype to avoid an error.
9234 Use char because int might match the return type of a GCC
9235 builtin and then its argument prototype would still apply. */
9236 #ifdef __cplusplus
9237 extern "C"
9238 #endif
9239 char libhal_ctx_new ();
9241 main ()
9243 return libhal_ctx_new ();
9245 return 0;
9247 _ACEOF
9248 if ac_fn_c_try_link "$LINENO"; then :
9249 case "$LIBEXT" in
9250 dll) ;;
9251 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'` ;;
9252 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9253 esac
9255 rm -f core conftest.err conftest.$ac_objext \
9256 conftest$ac_exeext conftest.$ac_ext
9257 LIBS=$ac_check_soname_save_LIBS
9259 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9261 $as_echo "not found" >&6; }
9263 else
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9265 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9267 cat >>confdefs.h <<_ACEOF
9268 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9269 _ACEOF
9271 HALINCL="$ac_hal_cflags"
9276 CPPFLAGS="$ac_save_CPPFLAGS"
9278 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9279 case "x$with_hal" in
9280 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9281 xno) ;;
9282 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9283 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9284 esac
9287 if test "x$with_gnutls" != "xno"
9288 then
9289 ac_save_CPPFLAGS="$CPPFLAGS"
9290 if test "$PKG_CONFIG" != "false"
9291 then
9292 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9293 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9294 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9296 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9297 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299 /* end confdefs.h. */
9300 #include <gnutls/gnutls.h>
9302 main ()
9304 typeof(gnutls_mac_get_key_size) *pfunc;
9306 return 0;
9308 _ACEOF
9309 if ac_fn_c_try_compile "$LINENO"; then :
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9311 $as_echo_n "checking for -lgnutls... " >&6; }
9312 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9313 $as_echo_n "(cached) " >&6
9314 else
9315 ac_check_soname_save_LIBS=$LIBS
9316 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9318 /* end confdefs.h. */
9320 /* Override any GCC internal prototype to avoid an error.
9321 Use char because int might match the return type of a GCC
9322 builtin and then its argument prototype would still apply. */
9323 #ifdef __cplusplus
9324 extern "C"
9325 #endif
9326 char gnutls_global_init ();
9328 main ()
9330 return gnutls_global_init ();
9332 return 0;
9334 _ACEOF
9335 if ac_fn_c_try_link "$LINENO"; then :
9336 case "$LIBEXT" in
9337 dll) ;;
9338 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'` ;;
9339 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9340 esac
9342 rm -f core conftest.err conftest.$ac_objext \
9343 conftest$ac_exeext conftest.$ac_ext
9344 LIBS=$ac_check_soname_save_LIBS
9346 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9348 $as_echo "not found" >&6; }
9350 else
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9352 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9354 cat >>confdefs.h <<_ACEOF
9355 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9356 _ACEOF
9358 GNUTLSINCL="$ac_gnutls_cflags"
9362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9366 CPPFLAGS="$ac_save_CPPFLAGS"
9368 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9369 case "x$with_gnutls" in
9370 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9371 xno) ;;
9372 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9373 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9374 esac
9377 CURSESLIBS=""
9378 if test "$ac_cv_header_ncurses_h" = "yes"
9379 then
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9381 $as_echo_n "checking for -lncurses... " >&6; }
9382 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9383 $as_echo_n "(cached) " >&6
9384 else
9385 ac_check_soname_save_LIBS=$LIBS
9386 LIBS="-lncurses $LIBS"
9387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9388 /* end confdefs.h. */
9390 /* Override any GCC internal prototype to avoid an error.
9391 Use char because int might match the return type of a GCC
9392 builtin and then its argument prototype would still apply. */
9393 #ifdef __cplusplus
9394 extern "C"
9395 #endif
9396 char waddch ();
9398 main ()
9400 return waddch ();
9402 return 0;
9404 _ACEOF
9405 if ac_fn_c_try_link "$LINENO"; then :
9406 case "$LIBEXT" in
9407 dll) ;;
9408 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'` ;;
9409 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9410 esac
9412 rm -f core conftest.err conftest.$ac_objext \
9413 conftest$ac_exeext conftest.$ac_ext
9414 LIBS=$ac_check_soname_save_LIBS
9416 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9418 $as_echo "not found" >&6; }
9420 else
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9422 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9424 cat >>confdefs.h <<_ACEOF
9425 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9426 _ACEOF
9428 CURSESLIBS="-lncurses"
9430 elif test "$ac_cv_header_curses_h" = "yes"
9431 then
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9433 $as_echo_n "checking for -lcurses... " >&6; }
9434 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9435 $as_echo_n "(cached) " >&6
9436 else
9437 ac_check_soname_save_LIBS=$LIBS
9438 LIBS="-lcurses $LIBS"
9439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9440 /* end confdefs.h. */
9442 /* Override any GCC internal prototype to avoid an error.
9443 Use char because int might match the return type of a GCC
9444 builtin and then its argument prototype would still apply. */
9445 #ifdef __cplusplus
9446 extern "C"
9447 #endif
9448 char waddch ();
9450 main ()
9452 return waddch ();
9454 return 0;
9456 _ACEOF
9457 if ac_fn_c_try_link "$LINENO"; then :
9458 case "$LIBEXT" in
9459 dll) ;;
9460 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'` ;;
9461 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9462 esac
9464 rm -f core conftest.err conftest.$ac_objext \
9465 conftest$ac_exeext conftest.$ac_ext
9466 LIBS=$ac_check_soname_save_LIBS
9468 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9470 $as_echo "not found" >&6; }
9472 else
9473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9474 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9476 cat >>confdefs.h <<_ACEOF
9477 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9478 _ACEOF
9480 CURSESLIBS="-lcurses"
9483 ac_save_LIBS="$LIBS"
9484 LIBS="$LIBS $CURSESLIBS"
9485 for ac_func in mousemask
9486 do :
9487 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9488 if test "x$ac_cv_func_mousemask" = x""yes; then :
9489 cat >>confdefs.h <<_ACEOF
9490 #define HAVE_MOUSEMASK 1
9491 _ACEOF
9494 done
9496 LIBS="$ac_save_LIBS"
9497 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9498 case "x$with_curses" in
9499 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9500 xno) ;;
9501 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9502 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9503 esac
9506 if test "x$with_sane" != "xno"
9507 then
9508 ac_save_CPPFLAGS="$CPPFLAGS"
9509 # Extract the first word of "sane-config", so it can be a program name with args.
9510 set dummy sane-config; ac_word=$2
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9512 $as_echo_n "checking for $ac_word... " >&6; }
9513 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9514 $as_echo_n "(cached) " >&6
9515 else
9516 if test -n "$sane_devel"; then
9517 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9518 else
9519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9520 for as_dir in $PATH
9522 IFS=$as_save_IFS
9523 test -z "$as_dir" && as_dir=.
9524 for ac_exec_ext in '' $ac_executable_extensions; do
9525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9526 ac_cv_prog_sane_devel="sane-config"
9527 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9528 break 2
9530 done
9531 done
9532 IFS=$as_save_IFS
9534 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9537 sane_devel=$ac_cv_prog_sane_devel
9538 if test -n "$sane_devel"; then
9539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9540 $as_echo "$sane_devel" >&6; }
9541 else
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9543 $as_echo "no" >&6; }
9547 if test "$sane_devel" != "no"
9548 then
9549 ac_sane_incl="`$sane_devel --cflags`"
9550 ac_sane_libs="`$sane_devel --ldflags`"
9551 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9553 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9554 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9556 $as_echo_n "checking for -lsane... " >&6; }
9557 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9558 $as_echo_n "(cached) " >&6
9559 else
9560 ac_check_soname_save_LIBS=$LIBS
9561 LIBS="-lsane $ac_sane_libs $LIBS"
9562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9563 /* end confdefs.h. */
9565 /* Override any GCC internal prototype to avoid an error.
9566 Use char because int might match the return type of a GCC
9567 builtin and then its argument prototype would still apply. */
9568 #ifdef __cplusplus
9569 extern "C"
9570 #endif
9571 char sane_init ();
9573 main ()
9575 return sane_init ();
9577 return 0;
9579 _ACEOF
9580 if ac_fn_c_try_link "$LINENO"; then :
9581 case "$LIBEXT" in
9582 dll) ;;
9583 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'` ;;
9584 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9585 esac
9587 rm -f core conftest.err conftest.$ac_objext \
9588 conftest$ac_exeext conftest.$ac_ext
9589 LIBS=$ac_check_soname_save_LIBS
9591 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9593 $as_echo "not found" >&6; }
9595 else
9596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9597 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9599 cat >>confdefs.h <<_ACEOF
9600 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9601 _ACEOF
9603 SANEINCL="$ac_sane_incl"
9609 CPPFLAGS="$ac_save_CPPFLAGS"
9611 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9612 case "x$with_sane" in
9613 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9614 xno) ;;
9615 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9616 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9617 esac
9620 if test "x$with_gphoto" != "xno"
9621 then
9622 ac_save_CPPFLAGS="$CPPFLAGS"
9623 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9624 set dummy gphoto2-config; ac_word=$2
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9626 $as_echo_n "checking for $ac_word... " >&6; }
9627 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9628 $as_echo_n "(cached) " >&6
9629 else
9630 if test -n "$gphoto2_devel"; then
9631 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9632 else
9633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9634 for as_dir in $PATH
9636 IFS=$as_save_IFS
9637 test -z "$as_dir" && as_dir=.
9638 for ac_exec_ext in '' $ac_executable_extensions; do
9639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9640 ac_cv_prog_gphoto2_devel="gphoto2-config"
9641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9642 break 2
9644 done
9645 done
9646 IFS=$as_save_IFS
9648 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9651 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9652 if test -n "$gphoto2_devel"; then
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9654 $as_echo "$gphoto2_devel" >&6; }
9655 else
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9657 $as_echo "no" >&6; }
9661 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9662 set dummy gphoto2-port-config; ac_word=$2
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9664 $as_echo_n "checking for $ac_word... " >&6; }
9665 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9666 $as_echo_n "(cached) " >&6
9667 else
9668 if test -n "$gphoto2port_devel"; then
9669 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9670 else
9671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9672 for as_dir in $PATH
9674 IFS=$as_save_IFS
9675 test -z "$as_dir" && as_dir=.
9676 for ac_exec_ext in '' $ac_executable_extensions; do
9677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9678 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9680 break 2
9682 done
9683 done
9684 IFS=$as_save_IFS
9686 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9689 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9690 if test -n "$gphoto2port_devel"; then
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9692 $as_echo "$gphoto2port_devel" >&6; }
9693 else
9694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9695 $as_echo "no" >&6; }
9699 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9700 then
9701 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9702 ac_gphoto2_libs=""
9703 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9705 case "$i" in
9706 -L/usr/lib|-L/usr/lib64) ;;
9707 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9708 esac
9709 done
9710 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9712 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9713 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9714 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9716 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9717 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 ac_check_lib_save_LIBS=$LIBS
9721 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9723 /* end confdefs.h. */
9725 /* Override any GCC internal prototype to avoid an error.
9726 Use char because int might match the return type of a GCC
9727 builtin and then its argument prototype would still apply. */
9728 #ifdef __cplusplus
9729 extern "C"
9730 #endif
9731 char gp_camera_new ();
9733 main ()
9735 return gp_camera_new ();
9737 return 0;
9739 _ACEOF
9740 if ac_fn_c_try_link "$LINENO"; then :
9741 ac_cv_lib_gphoto2_gp_camera_new=yes
9742 else
9743 ac_cv_lib_gphoto2_gp_camera_new=no
9745 rm -f core conftest.err conftest.$ac_objext \
9746 conftest$ac_exeext conftest.$ac_ext
9747 LIBS=$ac_check_lib_save_LIBS
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9750 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9751 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9753 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9755 GPHOTO2LIBS="$ac_gphoto2_libs"
9757 GPHOTO2INCL="$ac_gphoto2_incl"
9764 CPPFLAGS="$ac_save_CPPFLAGS"
9766 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9767 case "x$with_gphoto" in
9768 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9769 xno) ;;
9770 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9771 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9772 esac
9776 RESOLVLIBS=""
9778 if test "$ac_cv_header_resolv_h" = "yes"
9779 then
9780 ac_save_LIBS="$LIBS"
9781 LIBS="$LIBS -lresolv"
9782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9783 /* end confdefs.h. */
9784 #ifdef HAVE_NETINET_IN_H
9785 #include <netinet/in.h>
9786 #endif
9787 #include <resolv.h>
9789 main ()
9791 res_init();
9793 return 0;
9795 _ACEOF
9796 if ac_fn_c_try_link "$LINENO"; then :
9798 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9800 RESOLVLIBS="-lresolv"
9802 rm -f core conftest.err conftest.$ac_objext \
9803 conftest$ac_exeext conftest.$ac_ext
9804 LIBS="$ac_save_LIBS"
9807 LCMSLIBS=""
9809 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9810 then
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9812 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9813 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9814 $as_echo_n "(cached) " >&6
9815 else
9816 ac_check_lib_save_LIBS=$LIBS
9817 LIBS="-llcms $LIBS"
9818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9819 /* end confdefs.h. */
9821 /* Override any GCC internal prototype to avoid an error.
9822 Use char because int might match the return type of a GCC
9823 builtin and then its argument prototype would still apply. */
9824 #ifdef __cplusplus
9825 extern "C"
9826 #endif
9827 char cmsOpenProfileFromFile ();
9829 main ()
9831 return cmsOpenProfileFromFile ();
9833 return 0;
9835 _ACEOF
9836 if ac_fn_c_try_link "$LINENO"; then :
9837 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9838 else
9839 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9841 rm -f core conftest.err conftest.$ac_objext \
9842 conftest$ac_exeext conftest.$ac_ext
9843 LIBS=$ac_check_lib_save_LIBS
9845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9846 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9847 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9849 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9851 LCMSLIBS="-llcms"
9855 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9856 case "x$with_cms" in
9857 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9858 xno) ;;
9859 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9860 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9861 esac
9864 if test "x$with_freetype" != "xno"
9865 then
9866 for ac_prog in freetype-config freetype2-config
9868 # Extract the first word of "$ac_prog", so it can be a program name with args.
9869 set dummy $ac_prog; ac_word=$2
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9871 $as_echo_n "checking for $ac_word... " >&6; }
9872 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9873 $as_echo_n "(cached) " >&6
9874 else
9875 if test -n "$ft_devel"; then
9876 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9877 else
9878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9879 for as_dir in $PATH
9881 IFS=$as_save_IFS
9882 test -z "$as_dir" && as_dir=.
9883 for ac_exec_ext in '' $ac_executable_extensions; do
9884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9885 ac_cv_prog_ft_devel="$ac_prog"
9886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9887 break 2
9889 done
9890 done
9891 IFS=$as_save_IFS
9895 ft_devel=$ac_cv_prog_ft_devel
9896 if test -n "$ft_devel"; then
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9898 $as_echo "$ft_devel" >&6; }
9899 else
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9901 $as_echo "no" >&6; }
9905 test -n "$ft_devel" && break
9906 done
9907 test -n "$ft_devel" || ft_devel="no"
9909 if test "$ft_devel" != "no"
9910 then
9911 ac_freetype_incl=`$ft_devel --cflags`
9912 ac_freetype_libs=`$ft_devel --libs`
9914 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
9916 $as_echo_n "checking for -lfreetype... " >&6; }
9917 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
9918 $as_echo_n "(cached) " >&6
9919 else
9920 ac_check_soname_save_LIBS=$LIBS
9921 LIBS="-lfreetype $ac_freetype_libs $LIBS"
9922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9923 /* end confdefs.h. */
9925 /* Override any GCC internal prototype to avoid an error.
9926 Use char because int might match the return type of a GCC
9927 builtin and then its argument prototype would still apply. */
9928 #ifdef __cplusplus
9929 extern "C"
9930 #endif
9931 char FT_Init_FreeType ();
9933 main ()
9935 return FT_Init_FreeType ();
9937 return 0;
9939 _ACEOF
9940 if ac_fn_c_try_link "$LINENO"; then :
9941 case "$LIBEXT" in
9942 dll) ;;
9943 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'` ;;
9944 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9945 esac
9947 rm -f core conftest.err conftest.$ac_objext \
9948 conftest$ac_exeext conftest.$ac_ext
9949 LIBS=$ac_check_soname_save_LIBS
9951 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9953 $as_echo "not found" >&6; }
9954 ft_lib=no
9955 else
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
9957 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
9959 cat >>confdefs.h <<_ACEOF
9960 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
9961 _ACEOF
9963 ft_lib=yes
9965 if test "$ft_lib" = "yes"
9966 then
9967 ac_save_CPPFLAGS="$CPPFLAGS"
9968 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
9969 for ac_header in ft2build.h \
9970 freetype/freetype.h \
9971 freetype/ftglyph.h \
9972 freetype/fttypes.h \
9973 freetype/tttables.h \
9974 freetype/ftsnames.h \
9975 freetype/ttnameid.h \
9976 freetype/ftoutln.h \
9977 freetype/ftwinfnt.h \
9978 freetype/ftmodapi.h \
9979 freetype/ftlcdfil.h \
9980 freetype/internal/sfnt.h
9981 do :
9982 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9983 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
9984 # include <ft2build.h>
9985 #endif
9987 eval as_val=\$$as_ac_Header
9988 if test "x$as_val" = x""yes; then :
9989 cat >>confdefs.h <<_ACEOF
9990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9991 _ACEOF
9995 done
9997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9998 /* end confdefs.h. */
9999 #include <ft2build.h>
10000 #include <freetype/fttrigon.h>
10001 _ACEOF
10002 if ac_fn_c_try_cpp "$LINENO"; then :
10004 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10006 wine_cv_fttrigon=yes
10007 else
10008 wine_cv_fttrigon=no
10010 rm -f conftest.err conftest.$ac_ext
10011 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10013 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10015 cat >>confdefs.h <<_ACEOF
10016 #define HAVE_FT_TRUETYPEENGINETYPE 1
10017 _ACEOF
10022 ac_save_CFLAGS="$CFLAGS"
10023 CFLAGS="$CFLAGS $ac_freetype_libs"
10024 for ac_func in FT_Load_Sfnt_Table
10025 do :
10026 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10027 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10028 cat >>confdefs.h <<_ACEOF
10029 #define HAVE_FT_LOAD_SFNT_TABLE 1
10030 _ACEOF
10033 done
10035 CFLAGS="$ac_save_CFLAGS"
10036 CPPFLAGS="$ac_save_CPPFLAGS"
10037 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10038 then
10040 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10042 FREETYPELIBS="$ac_freetype_libs"
10044 FREETYPEINCL="$ac_freetype_incl"
10049 if test "x$FREETYPELIBS" = "x"; then :
10050 case "x$with_freetype" in
10051 xno) ;;
10052 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10053 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10054 esac
10056 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10059 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10060 if test "${ac_cv_c_ppdev+set}" = set; then :
10061 $as_echo_n "(cached) " >&6
10062 else
10063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10064 /* end confdefs.h. */
10065 #include <linux/ppdev.h>
10067 main ()
10069 ioctl (1,PPCLAIM,0)
10071 return 0;
10073 _ACEOF
10074 if ac_fn_c_try_compile "$LINENO"; then :
10075 ac_cv_c_ppdev="yes"
10076 else
10077 ac_cv_c_ppdev="no"
10079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10082 $as_echo "$ac_cv_c_ppdev" >&6; }
10083 if test "$ac_cv_c_ppdev" = "yes"
10084 then
10086 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10090 ac_wine_check_funcs_save_LIBS="$LIBS"
10091 LIBS="$LIBS $LIBPTHREAD"
10092 for ac_func in \
10093 pthread_attr_get_np \
10094 pthread_getattr_np \
10095 pthread_get_stackaddr_np \
10096 pthread_get_stacksize_np
10097 do :
10098 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10099 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10100 eval as_val=\$$as_ac_var
10101 if test "x$as_val" = x""yes; then :
10102 cat >>confdefs.h <<_ACEOF
10103 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10104 _ACEOF
10107 done
10109 LIBS="$ac_wine_check_funcs_save_LIBS"
10111 if test "$ac_cv_header_zlib_h" = "yes"
10112 then
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10114 $as_echo_n "checking for inflate in -lz... " >&6; }
10115 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10116 $as_echo_n "(cached) " >&6
10117 else
10118 ac_check_lib_save_LIBS=$LIBS
10119 LIBS="-lz $LIBS"
10120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10121 /* end confdefs.h. */
10123 /* Override any GCC internal prototype to avoid an error.
10124 Use char because int might match the return type of a GCC
10125 builtin and then its argument prototype would still apply. */
10126 #ifdef __cplusplus
10127 extern "C"
10128 #endif
10129 char inflate ();
10131 main ()
10133 return inflate ();
10135 return 0;
10137 _ACEOF
10138 if ac_fn_c_try_link "$LINENO"; then :
10139 ac_cv_lib_z_inflate=yes
10140 else
10141 ac_cv_lib_z_inflate=no
10143 rm -f core conftest.err conftest.$ac_objext \
10144 conftest$ac_exeext conftest.$ac_ext
10145 LIBS=$ac_check_lib_save_LIBS
10147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10148 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10149 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10151 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10153 ZLIB="-lz"
10159 if test "x$with_esd" != xno
10160 then
10161 save_CFLAGS="$CFLAGS"
10162 # Extract the first word of "esd-config", so it can be a program name with args.
10163 set dummy esd-config; ac_word=$2
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10165 $as_echo_n "checking for $ac_word... " >&6; }
10166 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10167 $as_echo_n "(cached) " >&6
10168 else
10169 case $ESDCONFIG in
10170 [\\/]* | ?:[\\/]*)
10171 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10175 for as_dir in $PATH
10177 IFS=$as_save_IFS
10178 test -z "$as_dir" && as_dir=.
10179 for ac_exec_ext in '' $ac_executable_extensions; do
10180 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10181 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10183 break 2
10185 done
10186 done
10187 IFS=$as_save_IFS
10189 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10191 esac
10193 ESDCONFIG=$ac_cv_path_ESDCONFIG
10194 if test -n "$ESDCONFIG"; then
10195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10196 $as_echo "$ESDCONFIG" >&6; }
10197 else
10198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10199 $as_echo "no" >&6; }
10203 if test "x$ESDCONFIG" != "xno"
10204 then
10205 ac_esd_incl=""
10206 for i in `$ESDCONFIG --cflags`
10208 case "$i" in
10209 -I*) ac_esd_incl="$ac_esd_incl $i";;
10210 esac
10211 done
10212 ac_esd_libs=`$ESDCONFIG --libs`
10213 CFLAGS="$CFLAGS $ac_esd_incl"
10215 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10216 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10217 if test "x$ac_cv_header_esd_h" = x""yes; then :
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10219 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10220 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10221 $as_echo_n "(cached) " >&6
10222 else
10223 ac_check_lib_save_LIBS=$LIBS
10224 LIBS="-lesd $ac_esd_libs $LIBS"
10225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10226 /* end confdefs.h. */
10228 /* Override any GCC internal prototype to avoid an error.
10229 Use char because int might match the return type of a GCC
10230 builtin and then its argument prototype would still apply. */
10231 #ifdef __cplusplus
10232 extern "C"
10233 #endif
10234 char esd_open_sound ();
10236 main ()
10238 return esd_open_sound ();
10240 return 0;
10242 _ACEOF
10243 if ac_fn_c_try_link "$LINENO"; then :
10244 ac_cv_lib_esd_esd_open_sound=yes
10245 else
10246 ac_cv_lib_esd_esd_open_sound=no
10248 rm -f core conftest.err conftest.$ac_objext \
10249 conftest$ac_exeext conftest.$ac_ext
10250 LIBS=$ac_check_lib_save_LIBS
10252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10253 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10254 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10255 ESDINCL="$ac_esd_incl"
10257 ESDLIBS="$ac_esd_libs"
10260 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10267 CFLAGS="$save_CFLAGS"
10270 ALSALIBS=""
10272 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10273 then
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10275 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10276 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10277 $as_echo_n "(cached) " >&6
10278 else
10279 ac_check_lib_save_LIBS=$LIBS
10280 LIBS="-lasound $LIBS"
10281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10282 /* end confdefs.h. */
10284 /* Override any GCC internal prototype to avoid an error.
10285 Use char because int might match the return type of a GCC
10286 builtin and then its argument prototype would still apply. */
10287 #ifdef __cplusplus
10288 extern "C"
10289 #endif
10290 char snd_pcm_hw_params_get_access ();
10292 main ()
10294 return snd_pcm_hw_params_get_access ();
10296 return 0;
10298 _ACEOF
10299 if ac_fn_c_try_link "$LINENO"; then :
10300 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10301 else
10302 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10304 rm -f core conftest.err conftest.$ac_objext \
10305 conftest$ac_exeext conftest.$ac_ext
10306 LIBS=$ac_check_lib_save_LIBS
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10309 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10310 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10312 /* end confdefs.h. */
10313 #ifdef HAVE_ALSA_ASOUNDLIB_H
10314 #include <alsa/asoundlib.h>
10315 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10316 #include <sys/asoundlib.h>
10317 #endif
10319 main ()
10321 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10323 return 0;
10325 _ACEOF
10326 if ac_fn_c_try_compile "$LINENO"; then :
10328 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10330 ALSALIBS="-lasound"
10332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10337 AUDIOIOLIBS=""
10339 if test "$ac_cv_header_libaudioio_h" = "yes"
10340 then
10341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10342 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10343 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10344 $as_echo_n "(cached) " >&6
10345 else
10346 ac_check_lib_save_LIBS=$LIBS
10347 LIBS="-laudioio $LIBS"
10348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10349 /* end confdefs.h. */
10351 /* Override any GCC internal prototype to avoid an error.
10352 Use char because int might match the return type of a GCC
10353 builtin and then its argument prototype would still apply. */
10354 #ifdef __cplusplus
10355 extern "C"
10356 #endif
10357 char AudioIOGetVersion ();
10359 main ()
10361 return AudioIOGetVersion ();
10363 return 0;
10365 _ACEOF
10366 if ac_fn_c_try_link "$LINENO"; then :
10367 ac_cv_lib_audioio_AudioIOGetVersion=yes
10368 else
10369 ac_cv_lib_audioio_AudioIOGetVersion=no
10371 rm -f core conftest.err conftest.$ac_objext \
10372 conftest$ac_exeext conftest.$ac_ext
10373 LIBS=$ac_check_lib_save_LIBS
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10376 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10377 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10378 AUDIOIOLIBS="-laudioio"
10380 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10387 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10388 then
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10390 $as_echo_n "checking for -lcapi20... " >&6; }
10391 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10392 $as_echo_n "(cached) " >&6
10393 else
10394 ac_check_soname_save_LIBS=$LIBS
10395 LIBS="-lcapi20 $LIBS"
10396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10397 /* end confdefs.h. */
10399 /* Override any GCC internal prototype to avoid an error.
10400 Use char because int might match the return type of a GCC
10401 builtin and then its argument prototype would still apply. */
10402 #ifdef __cplusplus
10403 extern "C"
10404 #endif
10405 char capi20_register ();
10407 main ()
10409 return capi20_register ();
10411 return 0;
10413 _ACEOF
10414 if ac_fn_c_try_link "$LINENO"; then :
10415 case "$LIBEXT" in
10416 dll) ;;
10417 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'` ;;
10418 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10419 esac
10421 rm -f core conftest.err conftest.$ac_objext \
10422 conftest$ac_exeext conftest.$ac_ext
10423 LIBS=$ac_check_soname_save_LIBS
10425 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10427 $as_echo "not found" >&6; }
10429 else
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10431 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10433 cat >>confdefs.h <<_ACEOF
10434 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10435 _ACEOF
10440 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10441 case "x$with_capi" in
10442 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10443 xno) ;;
10444 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10445 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10446 esac
10449 CUPSINCL=""
10451 if test "x$with_cups" != "xno"
10452 then
10453 ac_save_CPPFLAGS="$CPPFLAGS"
10454 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10455 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10456 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10457 for ac_header in cups/cups.h
10458 do :
10459 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10460 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10461 cat >>confdefs.h <<_ACEOF
10462 #define HAVE_CUPS_CUPS_H 1
10463 _ACEOF
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10465 $as_echo_n "checking for -lcups... " >&6; }
10466 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10467 $as_echo_n "(cached) " >&6
10468 else
10469 ac_check_soname_save_LIBS=$LIBS
10470 LIBS="-lcups $ac_cups_libs $LIBS"
10471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10472 /* end confdefs.h. */
10474 /* Override any GCC internal prototype to avoid an error.
10475 Use char because int might match the return type of a GCC
10476 builtin and then its argument prototype would still apply. */
10477 #ifdef __cplusplus
10478 extern "C"
10479 #endif
10480 char cupsGetDefault ();
10482 main ()
10484 return cupsGetDefault ();
10486 return 0;
10488 _ACEOF
10489 if ac_fn_c_try_link "$LINENO"; then :
10490 case "$LIBEXT" in
10491 dll) ;;
10492 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'` ;;
10493 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10494 esac
10496 rm -f core conftest.err conftest.$ac_objext \
10497 conftest$ac_exeext conftest.$ac_ext
10498 LIBS=$ac_check_soname_save_LIBS
10500 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10502 $as_echo "not found" >&6; }
10504 else
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10506 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10508 cat >>confdefs.h <<_ACEOF
10509 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10510 _ACEOF
10512 CUPSINCL="$ac_cups_cflags"
10516 done
10518 CPPFLAGS="$ac_save_CPPFLAGS"
10520 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10521 case "x$with_cups" in
10522 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10523 xno) ;;
10524 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10525 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10526 esac
10529 if test "$ac_cv_header_jack_jack_h" = "yes"
10530 then
10531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10532 $as_echo_n "checking for -ljack... " >&6; }
10533 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10534 $as_echo_n "(cached) " >&6
10535 else
10536 ac_check_soname_save_LIBS=$LIBS
10537 LIBS="-ljack $LIBS"
10538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10539 /* end confdefs.h. */
10541 /* Override any GCC internal prototype to avoid an error.
10542 Use char because int might match the return type of a GCC
10543 builtin and then its argument prototype would still apply. */
10544 #ifdef __cplusplus
10545 extern "C"
10546 #endif
10547 char jack_client_new ();
10549 main ()
10551 return jack_client_new ();
10553 return 0;
10555 _ACEOF
10556 if ac_fn_c_try_link "$LINENO"; then :
10557 case "$LIBEXT" in
10558 dll) ;;
10559 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'` ;;
10560 *) 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'` ;;
10561 esac
10563 rm -f core conftest.err conftest.$ac_objext \
10564 conftest$ac_exeext conftest.$ac_ext
10565 LIBS=$ac_check_soname_save_LIBS
10567 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10569 $as_echo "not found" >&6; }
10571 else
10572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10573 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10575 cat >>confdefs.h <<_ACEOF
10576 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10577 _ACEOF
10583 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10584 then
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10586 $as_echo_n "checking for -lfontconfig... " >&6; }
10587 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10588 $as_echo_n "(cached) " >&6
10589 else
10590 ac_check_soname_save_LIBS=$LIBS
10591 LIBS="-lfontconfig $LIBS"
10592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10593 /* end confdefs.h. */
10595 /* Override any GCC internal prototype to avoid an error.
10596 Use char because int might match the return type of a GCC
10597 builtin and then its argument prototype would still apply. */
10598 #ifdef __cplusplus
10599 extern "C"
10600 #endif
10601 char FcInit ();
10603 main ()
10605 return FcInit ();
10607 return 0;
10609 _ACEOF
10610 if ac_fn_c_try_link "$LINENO"; then :
10611 case "$LIBEXT" in
10612 dll) ;;
10613 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'` ;;
10614 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10615 esac
10617 rm -f core conftest.err conftest.$ac_objext \
10618 conftest$ac_exeext conftest.$ac_ext
10619 LIBS=$ac_check_soname_save_LIBS
10621 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10623 $as_echo "not found" >&6; }
10625 else
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10627 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10629 cat >>confdefs.h <<_ACEOF
10630 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10631 _ACEOF
10635 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10636 then
10637 ac_save_CPPFLAGS="$CPPFLAGS"
10638 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10639 $as_unset ac_cv_header_fontconfig_fontconfig_h
10640 for ac_header in fontconfig/fontconfig.h
10641 do :
10642 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10643 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10644 cat >>confdefs.h <<_ACEOF
10645 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10646 _ACEOF
10650 done
10652 CPPFLAGS="$ac_save_CPPFLAGS"
10653 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10654 then
10655 FONTCONFIGINCL="$X_CFLAGS"
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10658 $as_echo_n "checking for -lfontconfig... " >&6; }
10659 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10660 $as_echo_n "(cached) " >&6
10661 else
10662 ac_check_soname_save_LIBS=$LIBS
10663 LIBS="-lfontconfig $X_LIBS $LIBS"
10664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10665 /* end confdefs.h. */
10667 /* Override any GCC internal prototype to avoid an error.
10668 Use char because int might match the return type of a GCC
10669 builtin and then its argument prototype would still apply. */
10670 #ifdef __cplusplus
10671 extern "C"
10672 #endif
10673 char FcInit ();
10675 main ()
10677 return FcInit ();
10679 return 0;
10681 _ACEOF
10682 if ac_fn_c_try_link "$LINENO"; then :
10683 case "$LIBEXT" in
10684 dll) ;;
10685 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'` ;;
10686 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10687 esac
10689 rm -f core conftest.err conftest.$ac_objext \
10690 conftest$ac_exeext conftest.$ac_ext
10691 LIBS=$ac_check_soname_save_LIBS
10693 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10695 $as_echo "not found" >&6; }
10697 else
10698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10699 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10701 cat >>confdefs.h <<_ACEOF
10702 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10703 _ACEOF
10709 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10710 case "x$with_fontconfig" in
10711 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10712 xno) ;;
10713 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10714 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10715 esac
10718 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10719 then
10720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10721 $as_echo_n "checking for -lssl... " >&6; }
10722 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10723 $as_echo_n "(cached) " >&6
10724 else
10725 ac_check_soname_save_LIBS=$LIBS
10726 LIBS="-lssl $LIBS"
10727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10728 /* end confdefs.h. */
10730 /* Override any GCC internal prototype to avoid an error.
10731 Use char because int might match the return type of a GCC
10732 builtin and then its argument prototype would still apply. */
10733 #ifdef __cplusplus
10734 extern "C"
10735 #endif
10736 char SSL_library_init ();
10738 main ()
10740 return SSL_library_init ();
10742 return 0;
10744 _ACEOF
10745 if ac_fn_c_try_link "$LINENO"; then :
10746 case "$LIBEXT" in
10747 dll) ;;
10748 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'` ;;
10749 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10750 esac
10752 rm -f core conftest.err conftest.$ac_objext \
10753 conftest$ac_exeext conftest.$ac_ext
10754 LIBS=$ac_check_soname_save_LIBS
10756 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10758 $as_echo "not found" >&6; }
10760 else
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10762 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10764 cat >>confdefs.h <<_ACEOF
10765 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10766 _ACEOF
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10771 $as_echo_n "checking for -lcrypto... " >&6; }
10772 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10773 $as_echo_n "(cached) " >&6
10774 else
10775 ac_check_soname_save_LIBS=$LIBS
10776 LIBS="-lcrypto $LIBS"
10777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10778 /* end confdefs.h. */
10780 /* Override any GCC internal prototype to avoid an error.
10781 Use char because int might match the return type of a GCC
10782 builtin and then its argument prototype would still apply. */
10783 #ifdef __cplusplus
10784 extern "C"
10785 #endif
10786 char BIO_new_socket ();
10788 main ()
10790 return BIO_new_socket ();
10792 return 0;
10794 _ACEOF
10795 if ac_fn_c_try_link "$LINENO"; then :
10796 case "$LIBEXT" in
10797 dll) ;;
10798 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'` ;;
10799 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10800 esac
10802 rm -f core conftest.err conftest.$ac_objext \
10803 conftest$ac_exeext conftest.$ac_ext
10804 LIBS=$ac_check_soname_save_LIBS
10806 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10808 $as_echo "not found" >&6; }
10810 else
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10812 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10814 cat >>confdefs.h <<_ACEOF
10815 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10816 _ACEOF
10821 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10822 case "x$with_openssl" in
10823 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10824 xno) ;;
10825 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10826 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10827 esac
10830 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10831 then
10832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10833 $as_echo_n "checking for -lgsm... " >&6; }
10834 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10835 $as_echo_n "(cached) " >&6
10836 else
10837 ac_check_soname_save_LIBS=$LIBS
10838 LIBS="-lgsm $LIBS"
10839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10840 /* end confdefs.h. */
10842 /* Override any GCC internal prototype to avoid an error.
10843 Use char because int might match the return type of a GCC
10844 builtin and then its argument prototype would still apply. */
10845 #ifdef __cplusplus
10846 extern "C"
10847 #endif
10848 char gsm_create ();
10850 main ()
10852 return gsm_create ();
10854 return 0;
10856 _ACEOF
10857 if ac_fn_c_try_link "$LINENO"; then :
10858 case "$LIBEXT" in
10859 dll) ;;
10860 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'` ;;
10861 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10862 esac
10864 rm -f core conftest.err conftest.$ac_objext \
10865 conftest$ac_exeext conftest.$ac_ext
10866 LIBS=$ac_check_soname_save_LIBS
10868 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10870 $as_echo "not found" >&6; }
10872 else
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10874 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10876 cat >>confdefs.h <<_ACEOF
10877 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10878 _ACEOF
10883 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10884 case "x$with_gsm" in
10885 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10886 xno) ;;
10887 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10888 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10889 esac
10892 if test "$ac_cv_header_jpeglib_h" = "yes"
10893 then
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10895 $as_echo_n "checking for -ljpeg... " >&6; }
10896 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10897 $as_echo_n "(cached) " >&6
10898 else
10899 ac_check_soname_save_LIBS=$LIBS
10900 LIBS="-ljpeg $LIBS"
10901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10902 /* end confdefs.h. */
10904 /* Override any GCC internal prototype to avoid an error.
10905 Use char because int might match the return type of a GCC
10906 builtin and then its argument prototype would still apply. */
10907 #ifdef __cplusplus
10908 extern "C"
10909 #endif
10910 char jpeg_start_decompress ();
10912 main ()
10914 return jpeg_start_decompress ();
10916 return 0;
10918 _ACEOF
10919 if ac_fn_c_try_link "$LINENO"; then :
10920 case "$LIBEXT" in
10921 dll) ;;
10922 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'` ;;
10923 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10924 esac
10926 rm -f core conftest.err conftest.$ac_objext \
10927 conftest$ac_exeext conftest.$ac_ext
10928 LIBS=$ac_check_soname_save_LIBS
10930 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10932 $as_echo "not found" >&6; }
10934 else
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
10936 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
10938 cat >>confdefs.h <<_ACEOF
10939 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
10940 _ACEOF
10945 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
10946 case "x$with_jpeg" in
10947 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
10948 xno) ;;
10949 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
10950 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
10951 esac
10954 if test "$ac_cv_header_png_h" = "yes"
10955 then
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
10957 $as_echo_n "checking for -lpng... " >&6; }
10958 if test "${ac_cv_lib_soname_png+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 ac_check_soname_save_LIBS=$LIBS
10962 LIBS="-lpng -lm -lz $LIBS"
10963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char png_create_read_struct ();
10974 main ()
10976 return png_create_read_struct ();
10978 return 0;
10980 _ACEOF
10981 if ac_fn_c_try_link "$LINENO"; then :
10982 case "$LIBEXT" in
10983 dll) ;;
10984 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'` ;;
10985 *) 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'` ;;
10986 esac
10988 rm -f core conftest.err conftest.$ac_objext \
10989 conftest$ac_exeext conftest.$ac_ext
10990 LIBS=$ac_check_soname_save_LIBS
10992 if test "x$ac_cv_lib_soname_png" = "x"; then :
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10994 $as_echo "not found" >&6; }
10996 else
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
10998 $as_echo "$ac_cv_lib_soname_png" >&6; }
11000 cat >>confdefs.h <<_ACEOF
11001 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11002 _ACEOF
11006 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11007 then
11008 ac_save_CPPFLAGS="$CPPFLAGS"
11009 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11010 $as_unset ac_cv_header_png_h
11011 for ac_header in png.h
11012 do :
11013 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11014 if test "x$ac_cv_header_png_h" = x""yes; then :
11015 cat >>confdefs.h <<_ACEOF
11016 #define HAVE_PNG_H 1
11017 _ACEOF
11021 done
11023 CPPFLAGS="$ac_save_CPPFLAGS"
11024 if test "$ac_cv_header_png_h" = "yes"
11025 then
11026 PNGINCL="$X_CFLAGS"
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11029 $as_echo_n "checking for -lpng... " >&6; }
11030 if test "${ac_cv_lib_soname_png+set}" = set; then :
11031 $as_echo_n "(cached) " >&6
11032 else
11033 ac_check_soname_save_LIBS=$LIBS
11034 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11036 /* end confdefs.h. */
11038 /* Override any GCC internal prototype to avoid an error.
11039 Use char because int might match the return type of a GCC
11040 builtin and then its argument prototype would still apply. */
11041 #ifdef __cplusplus
11042 extern "C"
11043 #endif
11044 char png_create_read_struct ();
11046 main ()
11048 return png_create_read_struct ();
11050 return 0;
11052 _ACEOF
11053 if ac_fn_c_try_link "$LINENO"; then :
11054 case "$LIBEXT" in
11055 dll) ;;
11056 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'` ;;
11057 *) 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'` ;;
11058 esac
11060 rm -f core conftest.err conftest.$ac_objext \
11061 conftest$ac_exeext conftest.$ac_ext
11062 LIBS=$ac_check_soname_save_LIBS
11064 if test "x$ac_cv_lib_soname_png" = "x"; then :
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11066 $as_echo "not found" >&6; }
11068 else
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11070 $as_echo "$ac_cv_lib_soname_png" >&6; }
11072 cat >>confdefs.h <<_ACEOF
11073 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11074 _ACEOF
11080 if test "x$ac_cv_lib_soname_png" = "x"; then :
11081 case "x$with_png" in
11082 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11083 xno) ;;
11084 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11085 This is an error since --with-png was requested." "$LINENO" 5 ;;
11086 esac
11089 if test "$ac_cv_header_mpg123_h" = "yes"
11090 then
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11092 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11093 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11094 $as_echo_n "(cached) " >&6
11095 else
11096 ac_check_lib_save_LIBS=$LIBS
11097 LIBS="-lmpg123 $LIBS"
11098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11099 /* end confdefs.h. */
11101 /* Override any GCC internal prototype to avoid an error.
11102 Use char because int might match the return type of a GCC
11103 builtin and then its argument prototype would still apply. */
11104 #ifdef __cplusplus
11105 extern "C"
11106 #endif
11107 char mpg123_feed ();
11109 main ()
11111 return mpg123_feed ();
11113 return 0;
11115 _ACEOF
11116 if ac_fn_c_try_link "$LINENO"; then :
11117 ac_cv_lib_mpg123_mpg123_feed=yes
11118 else
11119 ac_cv_lib_mpg123_mpg123_feed=no
11121 rm -f core conftest.err conftest.$ac_objext \
11122 conftest$ac_exeext conftest.$ac_ext
11123 LIBS=$ac_check_lib_save_LIBS
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11126 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11127 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11128 LIBMPG123="-lmpg123"
11133 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11134 case "x$with_mpg123" in
11135 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11136 xno) ;;
11137 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11138 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11139 esac
11141 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11143 if test "$ac_cv_header_AL_al_h" = "yes"
11144 then
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11146 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11147 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 ac_check_lib_save_LIBS=$LIBS
11151 LIBS="-lopenal $LIBS"
11152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char alGetSource3i ();
11163 main ()
11165 return alGetSource3i ();
11167 return 0;
11169 _ACEOF
11170 if ac_fn_c_try_link "$LINENO"; then :
11171 ac_cv_lib_openal_alGetSource3i=yes
11172 else
11173 ac_cv_lib_openal_alGetSource3i=no
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_lib_save_LIBS
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11180 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11181 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11182 LIBOPENAL="-lopenal"
11187 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11188 case "x$with_openal" in
11189 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11190 xno) ;;
11191 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11192 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11193 esac
11195 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11197 if test "$ac_cv_header_kstat_h" = "yes"
11198 then
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11200 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11201 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11202 $as_echo_n "(cached) " >&6
11203 else
11204 ac_check_lib_save_LIBS=$LIBS
11205 LIBS="-lkstat $LIBS"
11206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11207 /* end confdefs.h. */
11209 /* Override any GCC internal prototype to avoid an error.
11210 Use char because int might match the return type of a GCC
11211 builtin and then its argument prototype would still apply. */
11212 #ifdef __cplusplus
11213 extern "C"
11214 #endif
11215 char kstat_open ();
11217 main ()
11219 return kstat_open ();
11221 return 0;
11223 _ACEOF
11224 if ac_fn_c_try_link "$LINENO"; then :
11225 ac_cv_lib_kstat_kstat_open=yes
11226 else
11227 ac_cv_lib_kstat_kstat_open=no
11229 rm -f core conftest.err conftest.$ac_objext \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_lib_save_LIBS
11233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11234 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11235 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11237 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11239 LIBKSTAT="-lkstat"
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11246 $as_echo_n "checking for -lodbc... " >&6; }
11247 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11248 $as_echo_n "(cached) " >&6
11249 else
11250 ac_check_soname_save_LIBS=$LIBS
11251 LIBS="-lodbc $LIBS"
11252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11253 /* end confdefs.h. */
11255 /* Override any GCC internal prototype to avoid an error.
11256 Use char because int might match the return type of a GCC
11257 builtin and then its argument prototype would still apply. */
11258 #ifdef __cplusplus
11259 extern "C"
11260 #endif
11261 char SQLConnect ();
11263 main ()
11265 return SQLConnect ();
11267 return 0;
11269 _ACEOF
11270 if ac_fn_c_try_link "$LINENO"; then :
11271 case "$LIBEXT" in
11272 dll) ;;
11273 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'` ;;
11274 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11275 esac
11277 rm -f core conftest.err conftest.$ac_objext \
11278 conftest$ac_exeext conftest.$ac_ext
11279 LIBS=$ac_check_soname_save_LIBS
11281 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11283 $as_echo "not found" >&6; }
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11286 _ACEOF
11288 else
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11290 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11292 cat >>confdefs.h <<_ACEOF
11293 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11294 _ACEOF
11299 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11300 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11301 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11302 "$ac_cv_header_soundcard_h" != "yes" -a \
11303 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11304 then
11305 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11309 EXTRACFLAGS=""
11311 if test "x${GCC}" = "xyes"
11312 then
11313 EXTRACFLAGS="-Wall -pipe"
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11316 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11317 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11318 $as_echo_n "(cached) " >&6
11319 else
11320 if test "$cross_compiling" = yes; then :
11321 ac_cv_c_gcc_strength_bug="yes"
11322 else
11323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11324 /* end confdefs.h. */
11325 int L[4] = {0,1,2,3};
11327 main ()
11329 static int Array[3];
11330 unsigned int B = 3;
11331 int i;
11332 for(i=0; i<B; i++) Array[i] = i - 3;
11333 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11334 L[i] = 4;
11335 return (Array[1] != -2 || L[2] != 3)
11337 return 0;
11339 _ACEOF
11340 if ac_fn_c_try_run "$LINENO"; then :
11341 ac_cv_c_gcc_strength_bug="no"
11342 else
11343 ac_cv_c_gcc_strength_bug="yes"
11345 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11346 conftest.$ac_objext conftest.beam conftest.$ac_ext
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11351 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11352 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11353 then
11354 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11358 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11359 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11360 $as_echo_n "(cached) " >&6
11361 else
11362 ac_wine_try_cflags_saved=$CFLAGS
11363 CFLAGS="$CFLAGS -fno-builtin"
11364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11365 /* end confdefs.h. */
11366 int main(int argc, char *argv) { return 0; }
11367 _ACEOF
11368 if ac_fn_c_try_link "$LINENO"; then :
11369 ac_cv_cflags__fno_builtin=yes
11370 else
11371 ac_cv_cflags__fno_builtin=no
11373 rm -f core conftest.err conftest.$ac_objext \
11374 conftest$ac_exeext conftest.$ac_ext
11375 CFLAGS=$ac_wine_try_cflags_saved
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11378 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11379 if test $ac_cv_cflags__fno_builtin = yes; then :
11380 BUILTINFLAG="-fno-builtin"
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11384 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11385 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11386 $as_echo_n "(cached) " >&6
11387 else
11388 ac_wine_try_cflags_saved=$CFLAGS
11389 CFLAGS="$CFLAGS -fno-strict-aliasing"
11390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11391 /* end confdefs.h. */
11392 int main(int argc, char *argv) { return 0; }
11393 _ACEOF
11394 if ac_fn_c_try_link "$LINENO"; then :
11395 ac_cv_cflags__fno_strict_aliasing=yes
11396 else
11397 ac_cv_cflags__fno_strict_aliasing=no
11399 rm -f core conftest.err conftest.$ac_objext \
11400 conftest$ac_exeext conftest.$ac_ext
11401 CFLAGS=$ac_wine_try_cflags_saved
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11404 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11405 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11406 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11409 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11410 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11411 $as_echo_n "(cached) " >&6
11412 else
11413 ac_wine_try_cflags_saved=$CFLAGS
11414 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11416 /* end confdefs.h. */
11417 int main(int argc, char *argv) { return 0; }
11418 _ACEOF
11419 if ac_fn_c_try_link "$LINENO"; then :
11420 ac_cv_cflags__Wdeclaration_after_statement=yes
11421 else
11422 ac_cv_cflags__Wdeclaration_after_statement=no
11424 rm -f core conftest.err conftest.$ac_objext \
11425 conftest$ac_exeext conftest.$ac_ext
11426 CFLAGS=$ac_wine_try_cflags_saved
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11429 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11430 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11431 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11434 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11435 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11436 $as_echo_n "(cached) " >&6
11437 else
11438 ac_wine_try_cflags_saved=$CFLAGS
11439 CFLAGS="$CFLAGS -Wstrict-prototypes"
11440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11441 /* end confdefs.h. */
11442 int main(int argc, char *argv) { return 0; }
11443 _ACEOF
11444 if ac_fn_c_try_link "$LINENO"; then :
11445 ac_cv_cflags__Wstrict_prototypes=yes
11446 else
11447 ac_cv_cflags__Wstrict_prototypes=no
11449 rm -f core conftest.err conftest.$ac_objext \
11450 conftest$ac_exeext conftest.$ac_ext
11451 CFLAGS=$ac_wine_try_cflags_saved
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11454 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11455 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11456 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11459 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11460 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11461 $as_echo_n "(cached) " >&6
11462 else
11463 ac_wine_try_cflags_saved=$CFLAGS
11464 CFLAGS="$CFLAGS -Wtype-limits"
11465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11466 /* end confdefs.h. */
11467 int main(int argc, char *argv) { return 0; }
11468 _ACEOF
11469 if ac_fn_c_try_link "$LINENO"; then :
11470 ac_cv_cflags__Wtype_limits=yes
11471 else
11472 ac_cv_cflags__Wtype_limits=no
11474 rm -f core conftest.err conftest.$ac_objext \
11475 conftest$ac_exeext conftest.$ac_ext
11476 CFLAGS=$ac_wine_try_cflags_saved
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11479 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11480 if test $ac_cv_cflags__Wtype_limits = yes; then :
11481 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11484 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11485 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11486 $as_echo_n "(cached) " >&6
11487 else
11488 ac_wine_try_cflags_saved=$CFLAGS
11489 CFLAGS="$CFLAGS -Wwrite-strings"
11490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11491 /* end confdefs.h. */
11492 int main(int argc, char *argv) { return 0; }
11493 _ACEOF
11494 if ac_fn_c_try_link "$LINENO"; then :
11495 ac_cv_cflags__Wwrite_strings=yes
11496 else
11497 ac_cv_cflags__Wwrite_strings=no
11499 rm -f core conftest.err conftest.$ac_objext \
11500 conftest$ac_exeext conftest.$ac_ext
11501 CFLAGS=$ac_wine_try_cflags_saved
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11504 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11505 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11506 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11509 saved_CFLAGS="$CFLAGS"
11510 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11512 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11513 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11514 $as_echo_n "(cached) " >&6
11515 else
11516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11517 /* end confdefs.h. */
11518 #include <string.h>
11520 main ()
11524 return 0;
11526 _ACEOF
11527 if ac_fn_c_try_compile "$LINENO"; then :
11528 ac_cv_c_string_h_warnings=no
11529 else
11530 ac_cv_c_string_h_warnings=yes
11532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11535 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11536 CFLAGS="$saved_CFLAGS"
11537 if test "$ac_cv_c_string_h_warnings" = "no"
11538 then
11539 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11542 if test "${enable_maintainer_mode+set}" = set
11543 then
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11545 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11546 if test "${ac_cv_cflags__Werror+set}" = set; then :
11547 $as_echo_n "(cached) " >&6
11548 else
11549 ac_wine_try_cflags_saved=$CFLAGS
11550 CFLAGS="$CFLAGS -Werror"
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__Werror=yes
11557 else
11558 ac_cv_cflags__Werror=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__Werror" >&5
11565 $as_echo "$ac_cv_cflags__Werror" >&6; }
11566 if test $ac_cv_cflags__Werror = yes; then :
11567 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11571 saved_CFLAGS="$CFLAGS"
11572 CFLAGS="$CFLAGS -Werror"
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11574 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11575 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11576 $as_echo_n "(cached) " >&6
11577 else
11578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11579 /* end confdefs.h. */
11580 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11582 main ()
11586 return 0;
11588 _ACEOF
11589 if ac_fn_c_try_compile "$LINENO"; then :
11590 ac_cv_have_ms_hook_prologue="yes"
11591 else
11592 ac_cv_have_ms_hook_prologue="no"
11594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11597 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11598 CFLAGS="$saved_CFLAGS"
11599 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11600 then
11602 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11604 else
11605 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11612 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11613 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11614 $as_echo_n "(cached) " >&6
11615 else
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11618 extern int ac_test;
11620 main ()
11622 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11624 return 0;
11626 _ACEOF
11627 if ac_fn_c_try_link "$LINENO"; then :
11628 ac_cv_c_extern_prefix="yes"
11629 else
11630 ac_cv_c_extern_prefix="no"
11632 rm -f core conftest.err conftest.$ac_objext \
11633 conftest$ac_exeext conftest.$ac_ext
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11636 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11638 case $host_cpu in
11639 *i[3456789]86*)
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11641 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11642 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11643 $as_echo_n "(cached) " >&6
11644 else
11645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11646 /* end confdefs.h. */
11647 #ifndef _MSC_VER
11648 #define __stdcall __attribute__((__stdcall__))
11649 #endif
11650 int __stdcall ac_test(int i) { return i; }
11652 main ()
11654 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11656 return 0;
11658 _ACEOF
11659 if ac_fn_c_try_link "$LINENO"; then :
11660 ac_cv_c_stdcall_suffix="yes"
11661 else
11662 ac_cv_c_stdcall_suffix="no"
11664 rm -f core conftest.err conftest.$ac_objext \
11665 conftest$ac_exeext conftest.$ac_ext
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11668 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11669 *) ac_cv_c_stdcall_suffix="no" ;;
11670 esac
11673 if test "$ac_cv_c_extern_prefix" = "yes"
11674 then
11675 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11677 asm_name_prefix="_"
11678 else
11679 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11681 asm_name_prefix=""
11685 if test "$ac_cv_c_stdcall_suffix" = "yes"
11686 then
11687 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11689 else
11690 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11696 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11697 if test "${ac_cv_asm_func_def+set}" = set; then :
11698 $as_echo_n "(cached) " >&6
11699 else
11700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11701 /* end confdefs.h. */
11704 main ()
11706 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11708 return 0;
11710 _ACEOF
11711 if ac_fn_c_try_link "$LINENO"; then :
11712 ac_cv_asm_func_def=".def"
11713 else
11714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11715 /* end confdefs.h. */
11718 main ()
11720 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11722 return 0;
11724 _ACEOF
11725 if ac_fn_c_try_link "$LINENO"; then :
11726 ac_cv_asm_func_def=".type @function"
11727 else
11728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11729 /* end confdefs.h. */
11732 main ()
11734 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11736 return 0;
11738 _ACEOF
11739 if ac_fn_c_try_link "$LINENO"; then :
11740 ac_cv_asm_func_def=".type 2"
11741 else
11742 ac_cv_asm_func_def="unknown"
11744 rm -f core conftest.err conftest.$ac_objext \
11745 conftest$ac_exeext conftest.$ac_ext
11747 rm -f core conftest.err conftest.$ac_objext \
11748 conftest$ac_exeext conftest.$ac_ext
11750 rm -f core conftest.err conftest.$ac_objext \
11751 conftest$ac_exeext conftest.$ac_ext
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11754 $as_echo "$ac_cv_asm_func_def" >&6; }
11757 case "$ac_cv_asm_func_def" in
11758 ".def")
11759 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11761 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11762 ".type @function")
11763 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11765 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11766 ".type 2")
11767 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11769 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11771 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11773 asm_func_header="" ;;
11774 esac
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11777 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11778 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11779 $as_echo_n "(cached) " >&6
11780 else
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11782 /* end confdefs.h. */
11783 asm(".text\n\t.long 0");
11785 main ()
11789 return 0;
11791 _ACEOF
11792 if ac_fn_c_try_compile "$LINENO"; then :
11793 ac_cv_c_asm_outside_funcs="yes"
11794 else
11795 ac_cv_c_asm_outside_funcs="no"
11797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11800 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11803 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11804 if test "${ac_cv_c_dot_previous+set}" = set; then :
11805 $as_echo_n "(cached) " >&6
11806 else
11807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11808 /* end confdefs.h. */
11811 main ()
11813 asm(".text\nac_test:\t.long 0\n\t.previous");
11815 return 0;
11817 _ACEOF
11818 if ac_fn_c_try_link "$LINENO"; then :
11819 ac_cv_c_dot_previous="yes"
11820 else
11821 ac_cv_c_dot_previous="no"
11823 rm -f core conftest.err conftest.$ac_objext \
11824 conftest$ac_exeext conftest.$ac_ext
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11827 $as_echo "$ac_cv_c_dot_previous" >&6; }
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11830 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11831 if test "${ac_cv_c_cfi_support+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11833 else
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11838 main ()
11842 return 0;
11844 _ACEOF
11845 if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_c_cfi_support="yes"
11847 else
11848 ac_cv_c_cfi_support="no"
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11853 $as_echo "$ac_cv_c_cfi_support" >&6; }
11855 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11856 asm_func_trailer=""
11857 if test "$ac_cv_c_dot_previous" = "yes"
11858 then
11859 asm_func_trailer="\\n\\t.previous"
11861 if test "$ac_cv_c_cfi_support" = "yes"
11862 then
11863 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11864 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11866 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11868 else
11869 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11873 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11876 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11877 then
11878 cat >>confdefs.h <<_ACEOF
11879 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11880 _ACEOF
11882 else
11883 cat >>confdefs.h <<_ACEOF
11884 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11885 _ACEOF
11889 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11892 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11896 LDPATH=""
11898 case $build_os in
11899 cygwin*|mingw32*)
11900 TOOLSEXT=".exe"
11902 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11904 darwin*|macosx*)
11907 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11909 esac
11911 case $host_os in
11912 mingw32*)
11913 CRTLIBS="-lmsvcrt"
11915 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11918 esac
11920 MAIN_BINARY="wine"
11922 test -z "$with_wine64" || MAIN_BINARY="wine32"
11924 case $host_cpu in
11925 *i[3456789]86*)
11926 case $host_os in
11927 linux*)
11928 EXTRA_BINARIES="wine-preloader"
11930 esac
11932 esac
11935 ac_save_CFLAGS="$CFLAGS"
11936 CFLAGS="$CFLAGS $BUILTINFLAG"
11937 for ac_func in \
11938 _pclose \
11939 _popen \
11940 _snprintf \
11941 _spawnvp \
11942 _strdup \
11943 _stricmp \
11944 _strnicmp \
11945 _strtoi64 \
11946 _strtoui64 \
11947 _vsnprintf \
11948 asctime_r \
11949 chsize \
11950 dlopen \
11951 epoll_create \
11952 ffs \
11953 finite \
11954 fnmatch \
11955 fork \
11956 fpclass \
11957 fstatfs \
11958 fstatvfs \
11959 ftruncate \
11960 futimes \
11961 futimesat \
11962 getdirentries \
11963 getopt_long \
11964 getpagesize \
11965 getpwuid \
11966 gettid \
11967 gettimeofday \
11968 getuid \
11969 kqueue \
11970 lstat \
11971 memmove \
11972 mmap \
11973 pclose \
11974 pipe2 \
11975 poll \
11976 popen \
11977 port_create \
11978 prctl \
11979 pread \
11980 pwrite \
11981 readdir \
11982 readlink \
11983 sched_setaffinity \
11984 sched_yield \
11985 select \
11986 setproctitle \
11987 setrlimit \
11988 settimeofday \
11989 sigaltstack \
11990 sigprocmask \
11991 snprintf \
11992 spawnvp \
11993 statfs \
11994 statvfs \
11995 strcasecmp \
11996 strdup \
11997 strerror \
11998 strncasecmp \
11999 strtold \
12000 strtoll \
12001 strtoull \
12002 symlink \
12003 tcgetattr \
12004 thr_kill2 \
12005 timegm \
12006 usleep \
12007 vsnprintf \
12008 wait4 \
12009 waitpid \
12011 do :
12012 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12013 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12014 eval as_val=\$$as_ac_var
12015 if test "x$as_val" = x""yes; then :
12016 cat >>confdefs.h <<_ACEOF
12017 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12018 _ACEOF
12021 done
12023 CFLAGS="$ac_save_CFLAGS"
12025 if test "$ac_cv_func_dlopen" = no
12026 then
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12028 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12029 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12030 $as_echo_n "(cached) " >&6
12031 else
12032 ac_check_lib_save_LIBS=$LIBS
12033 LIBS="-ldl $LIBS"
12034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12035 /* end confdefs.h. */
12037 /* Override any GCC internal prototype to avoid an error.
12038 Use char because int might match the return type of a GCC
12039 builtin and then its argument prototype would still apply. */
12040 #ifdef __cplusplus
12041 extern "C"
12042 #endif
12043 char dlopen ();
12045 main ()
12047 return dlopen ();
12049 return 0;
12051 _ACEOF
12052 if ac_fn_c_try_link "$LINENO"; then :
12053 ac_cv_lib_dl_dlopen=yes
12054 else
12055 ac_cv_lib_dl_dlopen=no
12057 rm -f core conftest.err conftest.$ac_objext \
12058 conftest$ac_exeext conftest.$ac_ext
12059 LIBS=$ac_check_lib_save_LIBS
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12062 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12063 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12064 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12065 LIBDL="-ldl"
12070 ac_wine_check_funcs_save_LIBS="$LIBS"
12071 LIBS="$LIBS $LIBDL"
12072 for ac_func in dladdr
12073 do :
12074 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12075 if test "x$ac_cv_func_dladdr" = x""yes; then :
12076 cat >>confdefs.h <<_ACEOF
12077 #define HAVE_DLADDR 1
12078 _ACEOF
12081 done
12083 LIBS="$ac_wine_check_funcs_save_LIBS"
12085 if test "$ac_cv_func_poll" = no
12086 then
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12088 $as_echo_n "checking for poll in -lpoll... " >&6; }
12089 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12090 $as_echo_n "(cached) " >&6
12091 else
12092 ac_check_lib_save_LIBS=$LIBS
12093 LIBS="-lpoll $LIBS"
12094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12095 /* end confdefs.h. */
12097 /* Override any GCC internal prototype to avoid an error.
12098 Use char because int might match the return type of a GCC
12099 builtin and then its argument prototype would still apply. */
12100 #ifdef __cplusplus
12101 extern "C"
12102 #endif
12103 char poll ();
12105 main ()
12107 return poll ();
12109 return 0;
12111 _ACEOF
12112 if ac_fn_c_try_link "$LINENO"; then :
12113 ac_cv_lib_poll_poll=yes
12114 else
12115 ac_cv_lib_poll_poll=no
12117 rm -f core conftest.err conftest.$ac_objext \
12118 conftest$ac_exeext conftest.$ac_ext
12119 LIBS=$ac_check_lib_save_LIBS
12121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12122 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12123 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12124 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12125 LIBPOLL="-lpoll"
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12132 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12133 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12134 $as_echo_n "(cached) " >&6
12135 else
12136 ac_func_search_save_LIBS=$LIBS
12137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138 /* end confdefs.h. */
12140 /* Override any GCC internal prototype to avoid an error.
12141 Use char because int might match the return type of a GCC
12142 builtin and then its argument prototype would still apply. */
12143 #ifdef __cplusplus
12144 extern "C"
12145 #endif
12146 char gethostbyname ();
12148 main ()
12150 return gethostbyname ();
12152 return 0;
12154 _ACEOF
12155 for ac_lib in '' nsl; do
12156 if test -z "$ac_lib"; then
12157 ac_res="none required"
12158 else
12159 ac_res=-l$ac_lib
12160 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12162 if ac_fn_c_try_link "$LINENO"; then :
12163 ac_cv_search_gethostbyname=$ac_res
12165 rm -f core conftest.err conftest.$ac_objext \
12166 conftest$ac_exeext
12167 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12168 break
12170 done
12171 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12173 else
12174 ac_cv_search_gethostbyname=no
12176 rm conftest.$ac_ext
12177 LIBS=$ac_func_search_save_LIBS
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12180 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12181 ac_res=$ac_cv_search_gethostbyname
12182 if test "$ac_res" != no; then :
12183 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12189 $as_echo_n "checking for library containing connect... " >&6; }
12190 if test "${ac_cv_search_connect+set}" = set; then :
12191 $as_echo_n "(cached) " >&6
12192 else
12193 ac_func_search_save_LIBS=$LIBS
12194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12195 /* end confdefs.h. */
12197 /* Override any GCC internal prototype to avoid an error.
12198 Use char because int might match the return type of a GCC
12199 builtin and then its argument prototype would still apply. */
12200 #ifdef __cplusplus
12201 extern "C"
12202 #endif
12203 char connect ();
12205 main ()
12207 return connect ();
12209 return 0;
12211 _ACEOF
12212 for ac_lib in '' socket; do
12213 if test -z "$ac_lib"; then
12214 ac_res="none required"
12215 else
12216 ac_res=-l$ac_lib
12217 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12219 if ac_fn_c_try_link "$LINENO"; then :
12220 ac_cv_search_connect=$ac_res
12222 rm -f core conftest.err conftest.$ac_objext \
12223 conftest$ac_exeext
12224 if test "${ac_cv_search_connect+set}" = set; then :
12225 break
12227 done
12228 if test "${ac_cv_search_connect+set}" = set; then :
12230 else
12231 ac_cv_search_connect=no
12233 rm conftest.$ac_ext
12234 LIBS=$ac_func_search_save_LIBS
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12237 $as_echo "$ac_cv_search_connect" >&6; }
12238 ac_res=$ac_cv_search_connect
12239 if test "$ac_res" != no; then :
12240 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12246 $as_echo_n "checking for library containing inet_aton... " >&6; }
12247 if test "${ac_cv_search_inet_aton+set}" = set; then :
12248 $as_echo_n "(cached) " >&6
12249 else
12250 ac_func_search_save_LIBS=$LIBS
12251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12252 /* end confdefs.h. */
12254 /* Override any GCC internal prototype to avoid an error.
12255 Use char because int might match the return type of a GCC
12256 builtin and then its argument prototype would still apply. */
12257 #ifdef __cplusplus
12258 extern "C"
12259 #endif
12260 char inet_aton ();
12262 main ()
12264 return inet_aton ();
12266 return 0;
12268 _ACEOF
12269 for ac_lib in '' resolv; do
12270 if test -z "$ac_lib"; then
12271 ac_res="none required"
12272 else
12273 ac_res=-l$ac_lib
12274 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12276 if ac_fn_c_try_link "$LINENO"; then :
12277 ac_cv_search_inet_aton=$ac_res
12279 rm -f core conftest.err conftest.$ac_objext \
12280 conftest$ac_exeext
12281 if test "${ac_cv_search_inet_aton+set}" = set; then :
12282 break
12284 done
12285 if test "${ac_cv_search_inet_aton+set}" = set; then :
12287 else
12288 ac_cv_search_inet_aton=no
12290 rm conftest.$ac_ext
12291 LIBS=$ac_func_search_save_LIBS
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12294 $as_echo "$ac_cv_search_inet_aton" >&6; }
12295 ac_res=$ac_cv_search_inet_aton
12296 if test "$ac_res" != no; then :
12297 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12302 for ac_func in \
12303 getaddrinfo \
12304 getnameinfo \
12305 getnetbyname \
12306 getprotobyname \
12307 getprotobynumber \
12308 getservbyport \
12309 inet_network \
12310 inet_ntop \
12311 inet_pton \
12312 sendmsg \
12313 socketpair \
12315 do :
12316 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12317 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12318 eval as_val=\$$as_ac_var
12319 if test "x$as_val" = x""yes; then :
12320 cat >>confdefs.h <<_ACEOF
12321 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12322 _ACEOF
12325 done
12328 LDAPLIBS=""
12330 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12331 then
12332 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12334 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12336 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12337 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12338 $as_echo_n "(cached) " >&6
12339 else
12340 ac_check_lib_save_LIBS=$LIBS
12341 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12343 /* end confdefs.h. */
12345 /* Override any GCC internal prototype to avoid an error.
12346 Use char because int might match the return type of a GCC
12347 builtin and then its argument prototype would still apply. */
12348 #ifdef __cplusplus
12349 extern "C"
12350 #endif
12351 char ldap_initialize ();
12353 main ()
12355 return ldap_initialize ();
12357 return 0;
12359 _ACEOF
12360 if ac_fn_c_try_link "$LINENO"; then :
12361 ac_cv_lib_ldap_r_ldap_initialize=yes
12362 else
12363 ac_cv_lib_ldap_r_ldap_initialize=no
12365 rm -f core conftest.err conftest.$ac_objext \
12366 conftest$ac_exeext conftest.$ac_ext
12367 LIBS=$ac_check_lib_save_LIBS
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12370 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12371 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12373 $as_echo_n "checking for ber_init in -llber... " >&6; }
12374 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12375 $as_echo_n "(cached) " >&6
12376 else
12377 ac_check_lib_save_LIBS=$LIBS
12378 LIBS="-llber $LIBPTHREAD $LIBS"
12379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12380 /* end confdefs.h. */
12382 /* Override any GCC internal prototype to avoid an error.
12383 Use char because int might match the return type of a GCC
12384 builtin and then its argument prototype would still apply. */
12385 #ifdef __cplusplus
12386 extern "C"
12387 #endif
12388 char ber_init ();
12390 main ()
12392 return ber_init ();
12394 return 0;
12396 _ACEOF
12397 if ac_fn_c_try_link "$LINENO"; then :
12398 ac_cv_lib_lber_ber_init=yes
12399 else
12400 ac_cv_lib_lber_ber_init=no
12402 rm -f core conftest.err conftest.$ac_objext \
12403 conftest$ac_exeext conftest.$ac_ext
12404 LIBS=$ac_check_lib_save_LIBS
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12407 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12408 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12410 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12412 LDAPLIBS="-lldap_r -llber"
12419 ac_wine_check_funcs_save_LIBS="$LIBS"
12420 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12421 for ac_func in \
12422 ldap_count_references \
12423 ldap_first_reference \
12424 ldap_next_reference \
12425 ldap_parse_reference \
12426 ldap_parse_sort_control \
12427 ldap_parse_sortresponse_control \
12428 ldap_parse_vlv_control \
12429 ldap_parse_vlvresponse_control
12430 do :
12431 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12432 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12433 eval as_val=\$$as_ac_var
12434 if test "x$as_val" = x""yes; then :
12435 cat >>confdefs.h <<_ACEOF
12436 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12437 _ACEOF
12440 done
12442 LIBS="$ac_wine_check_funcs_save_LIBS"
12444 if test "x$LDAPLIBS" = "x"; then :
12445 case "x$with_ldap" in
12446 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12447 xno) ;;
12448 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12449 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12450 esac
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12454 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12455 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12456 $as_echo_n "(cached) " >&6
12457 else
12458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12459 /* end confdefs.h. */
12460 #include <sys/stat.h>
12462 main ()
12464 mkdir("foo");
12466 return 0;
12468 _ACEOF
12469 if ac_fn_c_try_compile "$LINENO"; then :
12470 wine_cv_one_arg_mkdir=yes
12471 else
12472 wine_cv_one_arg_mkdir=no
12474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12477 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12478 if test "$wine_cv_one_arg_mkdir" = "yes"
12479 then
12481 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12487 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12488 if test "${ac_cv_c_const+set}" = set; then :
12489 $as_echo_n "(cached) " >&6
12490 else
12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12495 main ()
12497 /* FIXME: Include the comments suggested by Paul. */
12498 #ifndef __cplusplus
12499 /* Ultrix mips cc rejects this. */
12500 typedef int charset[2];
12501 const charset cs;
12502 /* SunOS 4.1.1 cc rejects this. */
12503 char const *const *pcpcc;
12504 char **ppc;
12505 /* NEC SVR4.0.2 mips cc rejects this. */
12506 struct point {int x, y;};
12507 static struct point const zero = {0,0};
12508 /* AIX XL C 1.02.0.0 rejects this.
12509 It does not let you subtract one const X* pointer from another in
12510 an arm of an if-expression whose if-part is not a constant
12511 expression */
12512 const char *g = "string";
12513 pcpcc = &g + (g ? g-g : 0);
12514 /* HPUX 7.0 cc rejects these. */
12515 ++pcpcc;
12516 ppc = (char**) pcpcc;
12517 pcpcc = (char const *const *) ppc;
12518 { /* SCO 3.2v4 cc rejects this. */
12519 char *t;
12520 char const *s = 0 ? (char *) 0 : (char const *) 0;
12522 *t++ = 0;
12523 if (s) return 0;
12525 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12526 int x[] = {25, 17};
12527 const int *foo = &x[0];
12528 ++foo;
12530 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12531 typedef const int *iptr;
12532 iptr p = 0;
12533 ++p;
12535 { /* AIX XL C 1.02.0.0 rejects this saying
12536 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12537 struct s { int j; const int *ap[3]; };
12538 struct s *b; b->j = 5;
12540 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12541 const int foo = 10;
12542 if (!foo) return 0;
12544 return !cs[0] && !zero.x;
12545 #endif
12548 return 0;
12550 _ACEOF
12551 if ac_fn_c_try_compile "$LINENO"; then :
12552 ac_cv_c_const=yes
12553 else
12554 ac_cv_c_const=no
12556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12559 $as_echo "$ac_cv_c_const" >&6; }
12560 if test $ac_cv_c_const = no; then
12562 $as_echo "#define const /**/" >>confdefs.h
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12567 $as_echo_n "checking for inline... " >&6; }
12568 if test "${ac_cv_c_inline+set}" = set; then :
12569 $as_echo_n "(cached) " >&6
12570 else
12571 ac_cv_c_inline=no
12572 for ac_kw in inline __inline__ __inline; do
12573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12574 /* end confdefs.h. */
12575 #ifndef __cplusplus
12576 typedef int foo_t;
12577 static $ac_kw foo_t static_foo () {return 0; }
12578 $ac_kw foo_t foo () {return 0; }
12579 #endif
12581 _ACEOF
12582 if ac_fn_c_try_compile "$LINENO"; then :
12583 ac_cv_c_inline=$ac_kw
12585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12586 test "$ac_cv_c_inline" != no && break
12587 done
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12591 $as_echo "$ac_cv_c_inline" >&6; }
12593 case $ac_cv_c_inline in
12594 inline | yes) ;;
12596 case $ac_cv_c_inline in
12597 no) ac_val=;;
12598 *) ac_val=$ac_cv_c_inline;;
12599 esac
12600 cat >>confdefs.h <<_ACEOF
12601 #ifndef __cplusplus
12602 #define inline $ac_val
12603 #endif
12604 _ACEOF
12606 esac
12608 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12609 if test "x$ac_cv_type_mode_t" = x""yes; then :
12611 cat >>confdefs.h <<_ACEOF
12612 #define HAVE_MODE_T 1
12613 _ACEOF
12617 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12618 if test "x$ac_cv_type_off_t" = x""yes; then :
12620 cat >>confdefs.h <<_ACEOF
12621 #define HAVE_OFF_T 1
12622 _ACEOF
12626 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12627 if test "x$ac_cv_type_pid_t" = x""yes; then :
12629 cat >>confdefs.h <<_ACEOF
12630 #define HAVE_PID_T 1
12631 _ACEOF
12635 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12636 if test "x$ac_cv_type_size_t" = x""yes; then :
12638 cat >>confdefs.h <<_ACEOF
12639 #define HAVE_SIZE_T 1
12640 _ACEOF
12644 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12645 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12647 cat >>confdefs.h <<_ACEOF
12648 #define HAVE_SSIZE_T 1
12649 _ACEOF
12653 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12654 if test "x$ac_cv_type_long_long" = x""yes; then :
12656 cat >>confdefs.h <<_ACEOF
12657 #define HAVE_LONG_LONG 1
12658 _ACEOF
12662 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12663 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12665 cat >>confdefs.h <<_ACEOF
12666 #define HAVE_FSBLKCNT_T 1
12667 _ACEOF
12671 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12672 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12674 cat >>confdefs.h <<_ACEOF
12675 #define HAVE_FSFILCNT_T 1
12676 _ACEOF
12681 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12682 #include <signal.h>
12684 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12686 cat >>confdefs.h <<_ACEOF
12687 #define HAVE_SIGSET_T 1
12688 _ACEOF
12693 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12695 if test "x$ac_cv_type_request_sense" = x""yes; then :
12697 cat >>confdefs.h <<_ACEOF
12698 #define HAVE_REQUEST_SENSE 1
12699 _ACEOF
12705 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12706 #ifdef HAVE_SYS_SOCKET_H
12707 #include <sys/socket.h>
12708 #endif
12709 #ifdef HAVE_SYS_SOCKETVAR_H
12710 #include <sys/socketvar.h>
12711 #endif
12712 #ifdef HAVE_NET_ROUTE_H
12713 #include <net/route.h>
12714 #endif
12715 #ifdef HAVE_NETINET_IN_H
12716 #include <netinet/in.h>
12717 #endif
12718 #ifdef HAVE_NETINET_IN_SYSTM_H
12719 #include <netinet/in_systm.h>
12720 #endif
12721 #ifdef HAVE_NETINET_IP_H
12722 #include <netinet/ip.h>
12723 #endif
12724 #ifdef HAVE_NETINET_IN_PCB_H
12725 #include <netinet/in_pcb.h>
12726 #endif
12728 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12730 cat >>confdefs.h <<_ACEOF
12731 #define HAVE_STRUCT_XINPGEN 1
12732 _ACEOF
12738 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12739 #include <linux/input.h>
12740 #endif
12742 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12744 cat >>confdefs.h <<_ACEOF
12745 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12746 _ACEOF
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12753 $as_echo_n "checking for sigaddset... " >&6; }
12754 if test "${wine_cv_have_sigaddset+set}" = set; then :
12755 $as_echo_n "(cached) " >&6
12756 else
12757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12758 /* end confdefs.h. */
12759 #include <signal.h>
12761 main ()
12763 sigset_t set; sigaddset(&set,SIGTERM);
12765 return 0;
12767 _ACEOF
12768 if ac_fn_c_try_link "$LINENO"; then :
12769 wine_cv_have_sigaddset=yes
12770 else
12771 wine_cv_have_sigaddset=no
12773 rm -f core conftest.err conftest.$ac_objext \
12774 conftest$ac_exeext conftest.$ac_ext
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12777 $as_echo "$wine_cv_have_sigaddset" >&6; }
12778 if test "$wine_cv_have_sigaddset" = "yes"
12779 then
12781 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12787 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12788 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12789 $as_echo_n "(cached) " >&6
12790 else
12791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12792 /* end confdefs.h. */
12793 #include <netdb.h>
12795 main ()
12798 char *name=0;
12799 struct hostent he;
12800 struct hostent *result;
12801 char *buf=0;
12802 int bufsize=0;
12803 int res,errnr;
12804 char *addr=0;
12805 int addrlen=0;
12806 int addrtype=0;
12807 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12808 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12811 return 0;
12813 _ACEOF
12814 if ac_fn_c_try_link "$LINENO"; then :
12815 wine_cv_linux_gethostbyname_r_6=yes
12816 else
12817 wine_cv_linux_gethostbyname_r_6=no
12820 rm -f core conftest.err conftest.$ac_objext \
12821 conftest$ac_exeext conftest.$ac_ext
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12825 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12826 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12827 then
12829 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12833 if test "$ac_cv_header_linux_joystick_h" = "yes"
12834 then
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12836 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12837 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12838 $as_echo_n "(cached) " >&6
12839 else
12840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12841 /* end confdefs.h. */
12843 #include <sys/ioctl.h>
12844 #include <sys/types.h>
12845 #include <linux/joystick.h>
12847 struct js_event blub;
12848 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12849 #error "no 2.2 header"
12850 #endif
12853 main ()
12855 /*empty*/
12857 return 0;
12859 _ACEOF
12860 if ac_fn_c_try_compile "$LINENO"; then :
12861 wine_cv_linux_joystick_22_api=yes
12862 else
12863 wine_cv_linux_joystick_22_api=no
12865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12869 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12870 if test "$wine_cv_linux_joystick_22_api" = "yes"
12871 then
12873 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12879 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12880 #ifdef HAVE_SYS_PARAM_H
12881 # include <sys/param.h>
12882 #endif
12883 #ifdef HAVE_SYS_MOUNT_H
12884 # include <sys/mount.h>
12885 #endif
12886 #ifdef HAVE_SYS_VFS_H
12887 # include <sys/vfs.h>
12888 #endif
12889 #ifdef HAVE_SYS_STATFS_H
12890 # include <sys/statfs.h>
12891 #endif
12893 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12895 cat >>confdefs.h <<_ACEOF
12896 #define HAVE_STRUCT_STATFS_F_BFREE 1
12897 _ACEOF
12901 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12902 #ifdef HAVE_SYS_PARAM_H
12903 # include <sys/param.h>
12904 #endif
12905 #ifdef HAVE_SYS_MOUNT_H
12906 # include <sys/mount.h>
12907 #endif
12908 #ifdef HAVE_SYS_VFS_H
12909 # include <sys/vfs.h>
12910 #endif
12911 #ifdef HAVE_SYS_STATFS_H
12912 # include <sys/statfs.h>
12913 #endif
12915 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12917 cat >>confdefs.h <<_ACEOF
12918 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12919 _ACEOF
12923 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12924 #ifdef HAVE_SYS_PARAM_H
12925 # include <sys/param.h>
12926 #endif
12927 #ifdef HAVE_SYS_MOUNT_H
12928 # include <sys/mount.h>
12929 #endif
12930 #ifdef HAVE_SYS_VFS_H
12931 # include <sys/vfs.h>
12932 #endif
12933 #ifdef HAVE_SYS_STATFS_H
12934 # include <sys/statfs.h>
12935 #endif
12937 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
12939 cat >>confdefs.h <<_ACEOF
12940 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
12941 _ACEOF
12945 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
12946 #ifdef HAVE_SYS_PARAM_H
12947 # include <sys/param.h>
12948 #endif
12949 #ifdef HAVE_SYS_MOUNT_H
12950 # include <sys/mount.h>
12951 #endif
12952 #ifdef HAVE_SYS_VFS_H
12953 # include <sys/vfs.h>
12954 #endif
12955 #ifdef HAVE_SYS_STATFS_H
12956 # include <sys/statfs.h>
12957 #endif
12959 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
12961 cat >>confdefs.h <<_ACEOF
12962 #define HAVE_STRUCT_STATFS_F_FFREE 1
12963 _ACEOF
12967 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
12968 #ifdef HAVE_SYS_PARAM_H
12969 # include <sys/param.h>
12970 #endif
12971 #ifdef HAVE_SYS_MOUNT_H
12972 # include <sys/mount.h>
12973 #endif
12974 #ifdef HAVE_SYS_VFS_H
12975 # include <sys/vfs.h>
12976 #endif
12977 #ifdef HAVE_SYS_STATFS_H
12978 # include <sys/statfs.h>
12979 #endif
12981 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
12983 cat >>confdefs.h <<_ACEOF
12984 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
12985 _ACEOF
12989 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
12990 #ifdef HAVE_SYS_PARAM_H
12991 # include <sys/param.h>
12992 #endif
12993 #ifdef HAVE_SYS_MOUNT_H
12994 # include <sys/mount.h>
12995 #endif
12996 #ifdef HAVE_SYS_VFS_H
12997 # include <sys/vfs.h>
12998 #endif
12999 #ifdef HAVE_SYS_STATFS_H
13000 # include <sys/statfs.h>
13001 #endif
13003 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13005 cat >>confdefs.h <<_ACEOF
13006 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13007 _ACEOF
13013 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13014 #include <sys/statvfs.h>
13015 #endif
13017 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13019 cat >>confdefs.h <<_ACEOF
13020 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13021 _ACEOF
13027 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13028 #ifdef HAVE_SYS_SOCKET_H
13029 # include <sys/socket.h>
13030 #endif
13031 #ifdef HAVE_SYS_UN_H
13032 # include <sys/un.h>
13033 #endif
13035 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13037 cat >>confdefs.h <<_ACEOF
13038 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13039 _ACEOF
13043 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13044 #ifdef HAVE_SYS_SOCKET_H
13045 # include <sys/socket.h>
13046 #endif
13047 #ifdef HAVE_SYS_UN_H
13048 # include <sys/un.h>
13049 #endif
13051 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13053 cat >>confdefs.h <<_ACEOF
13054 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13055 _ACEOF
13059 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13060 #ifdef HAVE_SYS_SOCKET_H
13061 # include <sys/socket.h>
13062 #endif
13063 #ifdef HAVE_SYS_UN_H
13064 # include <sys/un.h>
13065 #endif
13067 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13069 cat >>confdefs.h <<_ACEOF
13070 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13071 _ACEOF
13077 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13078 #ifdef HAVE_SCSI_SG_H
13079 #include <scsi/sg.h>
13080 #endif
13082 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13084 cat >>confdefs.h <<_ACEOF
13085 #define HAVE_SCSIREQ_T_CMD 1
13086 _ACEOF
13090 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>
13091 #ifdef HAVE_SCSI_SG_H
13092 #include <scsi/sg.h>
13093 #endif
13095 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13097 cat >>confdefs.h <<_ACEOF
13098 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13099 _ACEOF
13105 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13107 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13109 cat >>confdefs.h <<_ACEOF
13110 #define HAVE_SIGINFO_T_SI_FD 1
13111 _ACEOF
13117 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13118 #ifdef HAVE_SYS_MTIO_H
13119 #include <sys/mtio.h>
13120 #endif
13122 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13124 cat >>confdefs.h <<_ACEOF
13125 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13126 _ACEOF
13130 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13131 #ifdef HAVE_SYS_MTIO_H
13132 #include <sys/mtio.h>
13133 #endif
13135 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13137 cat >>confdefs.h <<_ACEOF
13138 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13139 _ACEOF
13143 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13144 #ifdef HAVE_SYS_MTIO_H
13145 #include <sys/mtio.h>
13146 #endif
13148 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13150 cat >>confdefs.h <<_ACEOF
13151 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13152 _ACEOF
13158 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13159 #include <getopt.h>
13160 #endif
13162 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13164 cat >>confdefs.h <<_ACEOF
13165 #define HAVE_STRUCT_OPTION_NAME 1
13166 _ACEOF
13172 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13173 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13175 cat >>confdefs.h <<_ACEOF
13176 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13177 _ACEOF
13181 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13182 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13184 cat >>confdefs.h <<_ACEOF
13185 #define HAVE_STRUCT_STAT_ST_MTIM 1
13186 _ACEOF
13190 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13191 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13193 cat >>confdefs.h <<_ACEOF
13194 #define HAVE_STRUCT_STAT_ST_CTIM 1
13195 _ACEOF
13199 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13200 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_STAT_ST_ATIM 1
13204 _ACEOF
13210 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
13211 #include <sys/types.h>
13212 #endif
13213 #ifdef HAVE_NETINET_IN_H
13214 #include <netinet/in.h>
13215 #endif
13217 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13219 cat >>confdefs.h <<_ACEOF
13220 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13221 _ACEOF
13227 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13228 #include <sys/types.h>
13229 #endif
13230 #ifdef HAVE_NETINET_IN_H
13231 # include <netinet/in.h>
13232 #endif
13233 #ifdef HAVE_ARPA_NAMESER_H
13234 # include <arpa/nameser.h>
13235 #endif
13237 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13239 cat >>confdefs.h <<_ACEOF
13240 #define HAVE_NS_MSG__MSG_PTR 1
13241 _ACEOF
13247 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13248 #include <sys/types.h>
13249 #endif
13250 #ifdef HAVE_ALIAS_H
13251 #include <alias.h>
13252 #endif
13253 #ifdef HAVE_SYS_SOCKET_H
13254 #include <sys/socket.h>
13255 #endif
13256 #ifdef HAVE_SYS_SOCKETVAR_H
13257 #include <sys/socketvar.h>
13258 #endif
13259 #ifdef HAVE_SYS_TIMEOUT_H
13260 #include <sys/timeout.h>
13261 #endif
13262 #ifdef HAVE_NETINET_IN_H
13263 #include <netinet/in.h>
13264 #endif
13265 #ifdef HAVE_NETINET_IN_SYSTM_H
13266 #include <netinet/in_systm.h>
13267 #endif
13268 #ifdef HAVE_NETINET_IP_H
13269 #include <netinet/ip.h>
13270 #endif
13271 #ifdef HAVE_NETINET_IP_VAR_H
13272 #include <netinet/ip_var.h>
13273 #endif
13274 #ifdef HAVE_NETINET_IP_ICMP_H
13275 #include <netinet/ip_icmp.h>
13276 #endif
13277 #ifdef HAVE_NETINET_ICMP_VAR
13278 #include <netinet/icmp_var.h>
13279 #endif
13281 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13283 cat >>confdefs.h <<_ACEOF
13284 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13285 _ACEOF
13291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13292 $as_echo_n "checking for timezone variable... " >&6; }
13293 if test "${ac_cv_have_timezone+set}" = set; then :
13294 $as_echo_n "(cached) " >&6
13295 else
13296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13297 /* end confdefs.h. */
13298 #include <time.h>
13300 main ()
13302 timezone = 1
13304 return 0;
13306 _ACEOF
13307 if ac_fn_c_try_link "$LINENO"; then :
13308 ac_cv_have_timezone="yes"
13309 else
13310 ac_cv_have_timezone="no"
13312 rm -f core conftest.err conftest.$ac_objext \
13313 conftest$ac_exeext conftest.$ac_ext
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13316 $as_echo "$ac_cv_have_timezone" >&6; }
13317 if test "$ac_cv_have_timezone" = "yes"
13318 then
13320 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13324 $as_echo_n "checking for daylight variable... " >&6; }
13325 if test "${ac_cv_have_daylight+set}" = set; then :
13326 $as_echo_n "(cached) " >&6
13327 else
13328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13329 /* end confdefs.h. */
13330 #include <time.h>
13332 main ()
13334 daylight = 1
13336 return 0;
13338 _ACEOF
13339 if ac_fn_c_try_link "$LINENO"; then :
13340 ac_cv_have_daylight="yes"
13341 else
13342 ac_cv_have_daylight="no"
13344 rm -f core conftest.err conftest.$ac_objext \
13345 conftest$ac_exeext conftest.$ac_ext
13347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13348 $as_echo "$ac_cv_have_daylight" >&6; }
13349 if test "$ac_cv_have_daylight" = "yes"
13350 then
13352 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13357 $as_echo_n "checking for isinf... " >&6; }
13358 if test "${ac_cv_have_isinf+set}" = set; then :
13359 $as_echo_n "(cached) " >&6
13360 else
13361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13362 /* end confdefs.h. */
13363 #include <math.h>
13365 main ()
13367 float f = 0.0; int i=isinf(f)
13369 return 0;
13371 _ACEOF
13372 if ac_fn_c_try_link "$LINENO"; then :
13373 ac_cv_have_isinf="yes"
13374 else
13375 ac_cv_have_isinf="no"
13377 rm -f core conftest.err conftest.$ac_objext \
13378 conftest$ac_exeext conftest.$ac_ext
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13381 $as_echo "$ac_cv_have_isinf" >&6; }
13382 if test "$ac_cv_have_isinf" = "yes"
13383 then
13385 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13390 $as_echo_n "checking for isnan... " >&6; }
13391 if test "${ac_cv_have_isnan+set}" = set; then :
13392 $as_echo_n "(cached) " >&6
13393 else
13394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13395 /* end confdefs.h. */
13396 #include <math.h>
13398 main ()
13400 float f = 0.0; int i=isnan(f)
13402 return 0;
13404 _ACEOF
13405 if ac_fn_c_try_link "$LINENO"; then :
13406 ac_cv_have_isnan="yes"
13407 else
13408 ac_cv_have_isnan="no"
13410 rm -f core conftest.err conftest.$ac_objext \
13411 conftest$ac_exeext conftest.$ac_ext
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13414 $as_echo "$ac_cv_have_isnan" >&6; }
13415 if test "$ac_cv_have_isnan" = "yes"
13416 then
13418 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13423 case $host_cpu in
13424 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13425 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13426 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13427 $as_echo_n "(cached) " >&6
13428 else
13429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13430 /* end confdefs.h. */
13431 #ifndef __i386__
13433 #endif
13434 _ACEOF
13435 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13436 $EGREP "yes" >/dev/null 2>&1; then :
13437 ac_cv_cpp_def___i386__=yes
13438 else
13439 ac_cv_cpp_def___i386__=no
13441 rm -f conftest*
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13445 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13446 if test $ac_cv_cpp_def___i386__ = yes; then :
13447 CFLAGS="$CFLAGS -D__i386__"
13448 LINTFLAGS="$LINTFLAGS -D__i386__"
13449 fi ;;
13450 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13451 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13452 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13453 $as_echo_n "(cached) " >&6
13454 else
13455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13456 /* end confdefs.h. */
13457 #ifndef __x86_64__
13459 #endif
13460 _ACEOF
13461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13462 $EGREP "yes" >/dev/null 2>&1; then :
13463 ac_cv_cpp_def___x86_64__=yes
13464 else
13465 ac_cv_cpp_def___x86_64__=no
13467 rm -f conftest*
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13471 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13472 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13473 CFLAGS="$CFLAGS -D__x86_64__"
13474 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13475 fi ;;
13476 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13477 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13478 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13479 $as_echo_n "(cached) " >&6
13480 else
13481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13482 /* end confdefs.h. */
13483 #ifndef __ALPHA__
13485 #endif
13486 _ACEOF
13487 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13488 $EGREP "yes" >/dev/null 2>&1; then :
13489 ac_cv_cpp_def___ALPHA__=yes
13490 else
13491 ac_cv_cpp_def___ALPHA__=no
13493 rm -f conftest*
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13497 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13498 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13499 CFLAGS="$CFLAGS -D__ALPHA__"
13500 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13501 fi ;;
13502 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13503 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13504 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13505 $as_echo_n "(cached) " >&6
13506 else
13507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13508 /* end confdefs.h. */
13509 #ifndef __sparc__
13511 #endif
13512 _ACEOF
13513 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13514 $EGREP "yes" >/dev/null 2>&1; then :
13515 ac_cv_cpp_def___sparc__=yes
13516 else
13517 ac_cv_cpp_def___sparc__=no
13519 rm -f conftest*
13522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13523 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13524 if test $ac_cv_cpp_def___sparc__ = yes; then :
13525 CFLAGS="$CFLAGS -D__sparc__"
13526 LINTFLAGS="$LINTFLAGS -D__sparc__"
13527 fi ;;
13528 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13529 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13530 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13531 $as_echo_n "(cached) " >&6
13532 else
13533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13534 /* end confdefs.h. */
13535 #ifndef __powerpc__
13537 #endif
13538 _ACEOF
13539 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13540 $EGREP "yes" >/dev/null 2>&1; then :
13541 ac_cv_cpp_def___powerpc__=yes
13542 else
13543 ac_cv_cpp_def___powerpc__=no
13545 rm -f conftest*
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13549 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13550 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13551 CFLAGS="$CFLAGS -D__powerpc__"
13552 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13553 fi ;;
13554 esac
13556 case $host_vendor in
13557 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13558 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13559 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13560 $as_echo_n "(cached) " >&6
13561 else
13562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13563 /* end confdefs.h. */
13564 #ifndef __sun__
13566 #endif
13567 _ACEOF
13568 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13569 $EGREP "yes" >/dev/null 2>&1; then :
13570 ac_cv_cpp_def___sun__=yes
13571 else
13572 ac_cv_cpp_def___sun__=no
13574 rm -f conftest*
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13578 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13579 if test $ac_cv_cpp_def___sun__ = yes; then :
13580 CFLAGS="$CFLAGS -D__sun__"
13581 LINTFLAGS="$LINTFLAGS -D__sun__"
13582 fi ;;
13583 esac
13586 DEPENDENCIES="### Dependencies:
13588 .INIT: Makefile
13589 .BEGIN: Makefile
13590 .MAKEFILEDEPS:
13591 Makefile: dummy
13592 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13594 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13595 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13596 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13597 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13598 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13601 ALL_MAKERULES=""
13603 ALL_MAKEFILES=""
13605 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13608 ALL_TOP_DIRS=""
13610 ALL_DLL_DIRS=""
13612 ALL_IMPLIB_DIRS=""
13614 ALL_TEST_DIRS=""
13616 ALL_PROGRAM_DIRS=""
13618 ALL_PROGRAM_INSTALL_DIRS=""
13620 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13625 ac_config_commands="$ac_config_commands include/stamp-h"
13628 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13630 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13632 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13634 ac_config_commands="$ac_config_commands dlls/user32/resources"
13636 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13638 ac_config_commands="$ac_config_commands include/wine"
13641 ALL_MAKERULES="$ALL_MAKERULES \\
13642 Make.rules"
13643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13644 Make.rules: Make.rules.in"
13645 MAKE_RULES=Make.rules
13646 ac_config_files="$ac_config_files Make.rules"
13648 ALL_MAKERULES="$ALL_MAKERULES \\
13649 dlls/Makedll.rules"
13650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13651 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13652 MAKE_DLL_RULES=dlls/Makedll.rules
13653 ac_config_files="$ac_config_files dlls/Makedll.rules"
13655 ALL_MAKERULES="$ALL_MAKERULES \\
13656 dlls/Makeimplib.rules"
13657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13658 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13659 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13660 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13662 ALL_MAKERULES="$ALL_MAKERULES \\
13663 dlls/Maketest.rules"
13664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13665 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13666 MAKE_TEST_RULES=dlls/Maketest.rules
13667 ac_config_files="$ac_config_files dlls/Maketest.rules"
13669 ALL_MAKERULES="$ALL_MAKERULES \\
13670 programs/Makeprog.rules"
13671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13672 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13673 MAKE_PROG_RULES=programs/Makeprog.rules
13674 ac_config_files="$ac_config_files programs/Makeprog.rules"
13679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13680 Makefile: Makefile.in Make.rules"
13681 ac_config_files="$ac_config_files Makefile"
13683 ALL_MAKEFILES="$ALL_MAKEFILES \\
13684 dlls/Makefile"
13685 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13686 dlls"
13687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13688 dlls/Makefile: dlls/Makefile.in Make.rules"
13689 ac_config_files="$ac_config_files dlls/Makefile"
13691 ALL_MAKEFILES="$ALL_MAKEFILES \\
13692 dlls/acledit/Makefile"
13693 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13694 acledit"
13695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13696 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13697 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13699 ALL_MAKEFILES="$ALL_MAKEFILES \\
13700 dlls/aclui/Makefile"
13701 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13702 aclui"
13703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13704 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13705 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13707 ALL_MAKEFILES="$ALL_MAKEFILES \\
13708 dlls/activeds/Makefile"
13709 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13710 activeds"
13711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13712 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13713 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13715 ALL_MAKEFILES="$ALL_MAKEFILES \\
13716 dlls/actxprxy/Makefile"
13717 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13718 actxprxy"
13719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13720 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13721 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13723 ALL_MAKEFILES="$ALL_MAKEFILES \\
13724 dlls/adsiid/Makefile"
13725 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13726 adsiid"
13727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13728 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13729 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13731 ALL_MAKEFILES="$ALL_MAKEFILES \\
13732 dlls/advapi32/Makefile"
13733 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13734 advapi32"
13735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13736 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13737 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13739 ALL_MAKEFILES="$ALL_MAKEFILES \\
13740 dlls/advapi32/tests/Makefile"
13741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13742 advapi32/tests"
13743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13744 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13745 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13747 ALL_MAKEFILES="$ALL_MAKEFILES \\
13748 dlls/advpack/Makefile"
13749 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13750 advpack"
13751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13752 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13753 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13755 ALL_MAKEFILES="$ALL_MAKEFILES \\
13756 dlls/advpack/tests/Makefile"
13757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13758 advpack/tests"
13759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13760 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13761 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13763 ALL_MAKEFILES="$ALL_MAKEFILES \\
13764 dlls/amstream/Makefile"
13765 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13766 amstream"
13767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13768 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13769 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13771 ALL_MAKEFILES="$ALL_MAKEFILES \\
13772 dlls/amstream/tests/Makefile"
13773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13774 amstream/tests"
13775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13776 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13777 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13779 ALL_MAKEFILES="$ALL_MAKEFILES \\
13780 dlls/appwiz.cpl/Makefile"
13781 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13782 appwiz.cpl"
13783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13784 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13785 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13787 ALL_MAKEFILES="$ALL_MAKEFILES \\
13788 dlls/atl/Makefile"
13789 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13790 atl"
13791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13792 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13793 ac_config_files="$ac_config_files dlls/atl/Makefile"
13795 ALL_MAKEFILES="$ALL_MAKEFILES \\
13796 dlls/authz/Makefile"
13797 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13798 authz"
13799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13800 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13801 ac_config_files="$ac_config_files dlls/authz/Makefile"
13803 ALL_MAKEFILES="$ALL_MAKEFILES \\
13804 dlls/avicap32/Makefile"
13805 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13806 avicap32"
13807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13808 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13809 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13811 ALL_MAKEFILES="$ALL_MAKEFILES \\
13812 dlls/avifil32/Makefile"
13813 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13814 avifil32"
13815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13816 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13817 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13819 ALL_MAKEFILES="$ALL_MAKEFILES \\
13820 dlls/avifile.dll16/Makefile"
13821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13822 avifile.dll16"
13823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13824 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13825 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13827 ALL_MAKEFILES="$ALL_MAKEFILES \\
13828 dlls/avrt/Makefile"
13829 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13830 avrt"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13833 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13835 ALL_MAKEFILES="$ALL_MAKEFILES \\
13836 dlls/bcrypt/Makefile"
13837 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13838 bcrypt"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13841 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844 dlls/browseui/Makefile"
13845 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13846 browseui"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13849 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852 dlls/browseui/tests/Makefile"
13853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13854 browseui/tests"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13857 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13859 ALL_MAKEFILES="$ALL_MAKEFILES \\
13860 dlls/cabinet/Makefile"
13861 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13862 cabinet"
13863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13865 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13867 ALL_MAKEFILES="$ALL_MAKEFILES \\
13868 dlls/cabinet/tests/Makefile"
13869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13870 cabinet/tests"
13871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13873 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876 dlls/capi2032/Makefile"
13877 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13878 capi2032"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13881 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884 dlls/cards/Makefile"
13885 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13886 cards"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13889 ac_config_files="$ac_config_files dlls/cards/Makefile"
13891 ALL_MAKEFILES="$ALL_MAKEFILES \\
13892 dlls/cfgmgr32/Makefile"
13893 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13894 cfgmgr32"
13895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13897 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13899 ALL_MAKEFILES="$ALL_MAKEFILES \\
13900 dlls/clusapi/Makefile"
13901 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13902 clusapi"
13903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13905 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13907 ALL_MAKEFILES="$ALL_MAKEFILES \\
13908 dlls/comcat/Makefile"
13909 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13910 comcat"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13913 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916 dlls/comcat/tests/Makefile"
13917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13918 comcat/tests"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13921 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924 dlls/comctl32/Makefile"
13925 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13926 comctl32"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13929 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932 dlls/comctl32/tests/Makefile"
13933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13934 comctl32/tests"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13937 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940 dlls/comdlg32/Makefile"
13941 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13942 comdlg32"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
13945 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948 dlls/comdlg32/tests/Makefile"
13949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13950 comdlg32/tests"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
13953 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956 dlls/comm.drv16/Makefile"
13957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958 comm.drv16"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964 dlls/commdlg.dll16/Makefile"
13965 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966 commdlg.dll16"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
13969 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972 dlls/compobj.dll16/Makefile"
13973 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974 compobj.dll16"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
13977 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980 dlls/compstui/Makefile"
13981 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13982 compstui"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
13985 ac_config_files="$ac_config_files dlls/compstui/Makefile"
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988 dlls/credui/Makefile"
13989 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13990 credui"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
13993 ac_config_files="$ac_config_files dlls/credui/Makefile"
13995 ALL_MAKEFILES="$ALL_MAKEFILES \\
13996 dlls/credui/tests/Makefile"
13997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13998 credui/tests"
13999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14001 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004 dlls/crtdll/Makefile"
14005 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14006 crtdll"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14009 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012 dlls/crypt32/Makefile"
14013 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14014 crypt32"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14017 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020 dlls/crypt32/tests/Makefile"
14021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14022 crypt32/tests"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14025 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14027 ALL_MAKEFILES="$ALL_MAKEFILES \\
14028 dlls/cryptdlg/Makefile"
14029 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14030 cryptdlg"
14031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14033 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036 dlls/cryptdll/Makefile"
14037 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038 cryptdll"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14041 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044 dlls/cryptnet/Makefile"
14045 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046 cryptnet"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14049 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052 dlls/cryptnet/tests/Makefile"
14053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14054 cryptnet/tests"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14057 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060 dlls/cryptui/Makefile"
14061 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14062 cryptui"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14065 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14067 ALL_MAKEFILES="$ALL_MAKEFILES \\
14068 dlls/cryptui/tests/Makefile"
14069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14070 cryptui/tests"
14071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14073 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076 dlls/ctapi32/Makefile"
14077 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14078 ctapi32"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14081 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084 dlls/ctl3d.dll16/Makefile"
14085 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14086 ctl3d.dll16"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14089 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092 dlls/ctl3d32/Makefile"
14093 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14094 ctl3d32"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14097 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100 dlls/ctl3dv2.dll16/Makefile"
14101 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102 ctl3dv2.dll16"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14105 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108 dlls/d3d10/Makefile"
14109 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14110 d3d10"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14113 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116 dlls/d3d10/tests/Makefile"
14117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14118 d3d10/tests"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14121 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124 dlls/d3d10core/Makefile"
14125 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126 d3d10core"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14129 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132 dlls/d3d10core/tests/Makefile"
14133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14134 d3d10core/tests"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14137 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140 dlls/d3d8/Makefile"
14141 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14142 d3d8"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14145 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148 dlls/d3d8/tests/Makefile"
14149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14150 d3d8/tests"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14153 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156 dlls/d3d9/Makefile"
14157 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14158 d3d9"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14161 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14163 ALL_MAKEFILES="$ALL_MAKEFILES \\
14164 dlls/d3d9/tests/Makefile"
14165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14166 d3d9/tests"
14167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14169 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14171 ALL_MAKEFILES="$ALL_MAKEFILES \\
14172 dlls/d3dim/Makefile"
14173 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14174 d3dim"
14175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14177 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180 dlls/d3drm/Makefile"
14181 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14182 d3drm"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14185 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188 dlls/d3drm/tests/Makefile"
14189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14190 d3drm/tests"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14193 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196 dlls/d3dx9_24/Makefile"
14197 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14198 d3dx9_24"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14201 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204 dlls/d3dx9_25/Makefile"
14205 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206 d3dx9_25"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14209 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212 dlls/d3dx9_26/Makefile"
14213 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14214 d3dx9_26"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14217 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220 dlls/d3dx9_27/Makefile"
14221 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222 d3dx9_27"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14225 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228 dlls/d3dx9_28/Makefile"
14229 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14230 d3dx9_28"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14233 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14235 ALL_MAKEFILES="$ALL_MAKEFILES \\
14236 dlls/d3dx9_29/Makefile"
14237 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14238 d3dx9_29"
14239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14241 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14243 ALL_MAKEFILES="$ALL_MAKEFILES \\
14244 dlls/d3dx9_30/Makefile"
14245 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14246 d3dx9_30"
14247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14249 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14251 ALL_MAKEFILES="$ALL_MAKEFILES \\
14252 dlls/d3dx9_31/Makefile"
14253 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14254 d3dx9_31"
14255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14257 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260 dlls/d3dx9_32/Makefile"
14261 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14262 d3dx9_32"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14265 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268 dlls/d3dx9_33/Makefile"
14269 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14270 d3dx9_33"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14273 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276 dlls/d3dx9_34/Makefile"
14277 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14278 d3dx9_34"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14281 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284 dlls/d3dx9_35/Makefile"
14285 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14286 d3dx9_35"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14289 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14291 ALL_MAKEFILES="$ALL_MAKEFILES \\
14292 dlls/d3dx9_36/Makefile"
14293 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14294 d3dx9_36"
14295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14297 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300 dlls/d3dx9_36/tests/Makefile"
14301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14302 d3dx9_36/tests"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14305 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308 dlls/d3dx9_37/Makefile"
14309 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14310 d3dx9_37"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14313 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316 dlls/d3dx9_38/Makefile"
14317 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14318 d3dx9_38"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14321 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324 dlls/d3dx9_39/Makefile"
14325 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14326 d3dx9_39"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14329 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332 dlls/d3dx9_40/Makefile"
14333 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14334 d3dx9_40"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14337 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14339 ALL_MAKEFILES="$ALL_MAKEFILES \\
14340 dlls/d3dx9_41/Makefile"
14341 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14342 d3dx9_41"
14343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14345 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14347 ALL_MAKEFILES="$ALL_MAKEFILES \\
14348 dlls/d3dx9_42/Makefile"
14349 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14350 d3dx9_42"
14351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14353 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14355 ALL_MAKEFILES="$ALL_MAKEFILES \\
14356 dlls/d3dxof/Makefile"
14357 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14358 d3dxof"
14359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14361 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14363 ALL_MAKEFILES="$ALL_MAKEFILES \\
14364 dlls/d3dxof/tests/Makefile"
14365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14366 d3dxof/tests"
14367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14369 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14371 ALL_MAKEFILES="$ALL_MAKEFILES \\
14372 dlls/dbghelp/Makefile"
14373 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14374 dbghelp"
14375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14377 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14379 ALL_MAKEFILES="$ALL_MAKEFILES \\
14380 dlls/dciman32/Makefile"
14381 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14382 dciman32"
14383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14385 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388 dlls/ddeml.dll16/Makefile"
14389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390 ddeml.dll16"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14393 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396 dlls/ddraw/Makefile"
14397 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14398 ddraw"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14401 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404 dlls/ddraw/tests/Makefile"
14405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14406 ddraw/tests"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14409 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412 dlls/ddrawex/Makefile"
14413 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414 ddrawex"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14417 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420 dlls/ddrawex/tests/Makefile"
14421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14422 ddrawex/tests"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14425 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428 dlls/devenum/Makefile"
14429 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14430 devenum"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14433 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436 dlls/dinput/Makefile"
14437 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14438 dinput"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14441 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444 dlls/dinput/tests/Makefile"
14445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14446 dinput/tests"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14449 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452 dlls/dinput8/Makefile"
14453 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454 dinput8"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14457 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460 dlls/dispdib.dll16/Makefile"
14461 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14462 dispdib.dll16"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14465 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468 dlls/display.drv16/Makefile"
14469 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14470 display.drv16"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14473 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476 dlls/dmband/Makefile"
14477 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478 dmband"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14481 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484 dlls/dmcompos/Makefile"
14485 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14486 dmcompos"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14489 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492 dlls/dmime/Makefile"
14493 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494 dmime"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14497 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500 dlls/dmloader/Makefile"
14501 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14502 dmloader"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14505 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508 dlls/dmloader/tests/Makefile"
14509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14510 dmloader/tests"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules"
14513 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
14515 ALL_MAKEFILES="$ALL_MAKEFILES \\
14516 dlls/dmscript/Makefile"
14517 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14518 dmscript"
14519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14521 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14523 ALL_MAKEFILES="$ALL_MAKEFILES \\
14524 dlls/dmstyle/Makefile"
14525 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14526 dmstyle"
14527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14529 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14531 ALL_MAKEFILES="$ALL_MAKEFILES \\
14532 dlls/dmsynth/Makefile"
14533 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14534 dmsynth"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14537 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540 dlls/dmusic/Makefile"
14541 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14542 dmusic"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14545 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548 dlls/dmusic32/Makefile"
14549 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14550 dmusic32"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14553 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556 dlls/dnsapi/Makefile"
14557 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14558 dnsapi"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14561 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564 dlls/dnsapi/tests/Makefile"
14565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14566 dnsapi/tests"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14569 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572 dlls/dplay/Makefile"
14573 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574 dplay"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580 dlls/dplayx/Makefile"
14581 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14582 dplayx"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14585 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588 dlls/dplayx/tests/Makefile"
14589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14590 dplayx/tests"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14593 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596 dlls/dpnaddr/Makefile"
14597 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598 dpnaddr"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14601 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604 dlls/dpnet/Makefile"
14605 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14606 dpnet"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14609 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612 dlls/dpnhpast/Makefile"
14613 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14614 dpnhpast"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14617 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620 dlls/dpnlobby/Makefile"
14621 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622 dpnlobby"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14625 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628 dlls/dpwsockx/Makefile"
14629 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630 dpwsockx"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14633 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636 dlls/drmclien/Makefile"
14637 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638 drmclien"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14641 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644 dlls/dsound/Makefile"
14645 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646 dsound"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14649 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652 dlls/dsound/tests/Makefile"
14653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14654 dsound/tests"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14657 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14659 ALL_MAKEFILES="$ALL_MAKEFILES \\
14660 dlls/dssenh/Makefile"
14661 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14662 dssenh"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14665 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668 dlls/dswave/Makefile"
14669 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670 dswave"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14673 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676 dlls/dwmapi/Makefile"
14677 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14678 dwmapi"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14681 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684 dlls/dxdiagn/Makefile"
14685 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686 dxdiagn"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14689 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692 dlls/dxdiagn/tests/Makefile"
14693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14694 dxdiagn/tests"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules"
14697 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700 dlls/dxerr8/Makefile"
14701 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14702 dxerr8"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14705 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14707 ALL_MAKEFILES="$ALL_MAKEFILES \\
14708 dlls/dxerr9/Makefile"
14709 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14710 dxerr9"
14711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14713 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716 dlls/dxgi/Makefile"
14717 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14718 dxgi"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14721 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724 dlls/dxgi/tests/Makefile"
14725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14726 dxgi/tests"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14729 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732 dlls/dxguid/Makefile"
14733 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14734 dxguid"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14737 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740 dlls/faultrep/Makefile"
14741 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14742 faultrep"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14745 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748 dlls/fltlib/Makefile"
14749 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750 fltlib"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756 dlls/fusion/Makefile"
14757 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758 fusion"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14761 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764 dlls/fusion/tests/Makefile"
14765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14766 fusion/tests"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14769 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772 dlls/fwpuclnt/Makefile"
14773 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774 fwpuclnt"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
14777 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780 dlls/gdi.exe16/Makefile"
14781 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14782 gdi.exe16"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
14785 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788 dlls/gdi32/Makefile"
14789 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790 gdi32"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14793 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796 dlls/gdi32/tests/Makefile"
14797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14798 gdi32/tests"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14801 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804 dlls/gdiplus/Makefile"
14805 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14806 gdiplus"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14809 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812 dlls/gdiplus/tests/Makefile"
14813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14814 gdiplus/tests"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14817 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820 dlls/glu32/Makefile"
14821 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14822 glu32"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14825 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828 dlls/gphoto2.ds/Makefile"
14829 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14830 gphoto2.ds"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14833 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836 dlls/gpkcsp/Makefile"
14837 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14838 gpkcsp"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14841 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844 dlls/hal/Makefile"
14845 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14846 hal"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14849 ac_config_files="$ac_config_files dlls/hal/Makefile"
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852 dlls/hhctrl.ocx/Makefile"
14853 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14854 hhctrl.ocx"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14857 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860 dlls/hid/Makefile"
14861 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14862 hid"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14865 ac_config_files="$ac_config_files dlls/hid/Makefile"
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868 dlls/hlink/Makefile"
14869 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14870 hlink"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14873 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876 dlls/hlink/tests/Makefile"
14877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14878 hlink/tests"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14881 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884 dlls/hnetcfg/Makefile"
14885 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14886 hnetcfg"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14889 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892 dlls/httpapi/Makefile"
14893 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14894 httpapi"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14897 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900 dlls/iccvid/Makefile"
14901 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14902 iccvid"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14905 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908 dlls/icmp/Makefile"
14909 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14910 icmp"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14913 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916 dlls/ifsmgr.vxd/Makefile"
14917 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918 ifsmgr.vxd"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14921 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924 dlls/imaadp32.acm/Makefile"
14925 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14926 imaadp32.acm"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14929 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14931 ALL_MAKEFILES="$ALL_MAKEFILES \\
14932 dlls/imagehlp/Makefile"
14933 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14934 imagehlp"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14937 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14939 ALL_MAKEFILES="$ALL_MAKEFILES \\
14940 dlls/imagehlp/tests/Makefile"
14941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14942 imagehlp/tests"
14943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
14945 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
14947 ALL_MAKEFILES="$ALL_MAKEFILES \\
14948 dlls/imm.dll16/Makefile"
14949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14950 imm.dll16"
14951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14953 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956 dlls/imm32/Makefile"
14957 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14958 imm32"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14961 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964 dlls/imm32/tests/Makefile"
14965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14966 imm32/tests"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14969 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972 dlls/inetcomm/Makefile"
14973 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974 inetcomm"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14977 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980 dlls/inetcomm/tests/Makefile"
14981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14982 inetcomm/tests"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14985 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988 dlls/inetmib1/Makefile"
14989 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14990 inetmib1"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14993 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996 dlls/inetmib1/tests/Makefile"
14997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14998 inetmib1/tests"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15001 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004 dlls/infosoft/Makefile"
15005 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006 infosoft"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15009 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012 dlls/infosoft/tests/Makefile"
15013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15014 infosoft/tests"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15017 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020 dlls/initpki/Makefile"
15021 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15022 initpki"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15025 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028 dlls/inkobj/Makefile"
15029 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030 inkobj"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15033 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036 dlls/inseng/Makefile"
15037 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15038 inseng"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15041 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044 dlls/iphlpapi/Makefile"
15045 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15046 iphlpapi"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15049 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052 dlls/iphlpapi/tests/Makefile"
15053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15054 iphlpapi/tests"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15057 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15059 ALL_MAKEFILES="$ALL_MAKEFILES \\
15060 dlls/itircl/Makefile"
15061 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15062 itircl"
15063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15065 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068 dlls/itss/Makefile"
15069 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15070 itss"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15073 ac_config_files="$ac_config_files dlls/itss/Makefile"
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076 dlls/itss/tests/Makefile"
15077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15078 itss/tests"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15081 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084 dlls/jscript/Makefile"
15085 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15086 jscript"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15089 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092 dlls/jscript/tests/Makefile"
15093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15094 jscript/tests"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15097 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100 dlls/kernel32/Makefile"
15101 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15102 kernel32"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15105 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108 dlls/kernel32/tests/Makefile"
15109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15110 kernel32/tests"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15113 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15115 ALL_MAKEFILES="$ALL_MAKEFILES \\
15116 dlls/keyboard.drv16/Makefile"
15117 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118 keyboard.drv16"
15119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15121 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124 dlls/krnl386.exe16/Makefile"
15125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15126 krnl386.exe16"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules"
15129 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
15131 ALL_MAKEFILES="$ALL_MAKEFILES \\
15132 dlls/loadperf/Makefile"
15133 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15134 loadperf"
15135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15137 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140 dlls/localspl/Makefile"
15141 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15142 localspl"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15145 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148 dlls/localspl/tests/Makefile"
15149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15150 localspl/tests"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15153 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156 dlls/localui/Makefile"
15157 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15158 localui"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15161 ac_config_files="$ac_config_files dlls/localui/Makefile"
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164 dlls/localui/tests/Makefile"
15165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15166 localui/tests"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15169 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172 dlls/lz32/Makefile"
15173 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174 lz32"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15177 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180 dlls/lz32/tests/Makefile"
15181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15182 lz32/tests"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15185 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188 dlls/lzexpand.dll16/Makefile"
15189 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15190 lzexpand.dll16"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15193 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196 dlls/mapi32/Makefile"
15197 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15198 mapi32"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15201 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204 dlls/mapi32/tests/Makefile"
15205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15206 mapi32/tests"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15209 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15211 ALL_MAKEFILES="$ALL_MAKEFILES \\
15212 dlls/mapistub/Makefile"
15213 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15214 mapistub"
15215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
15217 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220 dlls/mciavi32/Makefile"
15221 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15222 mciavi32"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15225 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15227 ALL_MAKEFILES="$ALL_MAKEFILES \\
15228 dlls/mcicda/Makefile"
15229 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15230 mcicda"
15231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15233 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236 dlls/mciqtz32/Makefile"
15237 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15238 mciqtz32"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15241 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244 dlls/mciseq/Makefile"
15245 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15246 mciseq"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15249 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252 dlls/mciwave/Makefile"
15253 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15254 mciwave"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15257 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260 dlls/midimap/Makefile"
15261 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262 midimap"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15265 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268 dlls/mlang/Makefile"
15269 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15270 mlang"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15273 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276 dlls/mlang/tests/Makefile"
15277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15278 mlang/tests"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15281 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284 dlls/mmdevapi/Makefile"
15285 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15286 mmdevapi"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15289 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292 dlls/mmdevapi/tests/Makefile"
15293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15294 mmdevapi/tests"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15297 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300 dlls/mmdevldr.vxd/Makefile"
15301 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15302 mmdevldr.vxd"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15305 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308 dlls/mmsystem.dll16/Makefile"
15309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310 mmsystem.dll16"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15313 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316 dlls/monodebg.vxd/Makefile"
15317 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15318 monodebg.vxd"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15321 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324 dlls/mountmgr.sys/Makefile"
15325 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326 mountmgr.sys"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15329 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332 dlls/mouse.drv16/Makefile"
15333 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15334 mouse.drv16"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15337 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340 dlls/mpr/Makefile"
15341 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15342 mpr"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15345 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15347 ALL_MAKEFILES="$ALL_MAKEFILES \\
15348 dlls/mprapi/Makefile"
15349 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15350 mprapi"
15351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15353 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356 dlls/msacm.dll16/Makefile"
15357 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15358 msacm.dll16"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15361 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364 dlls/msacm32.drv/Makefile"
15365 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15366 msacm32.drv"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15369 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372 dlls/msacm32/Makefile"
15373 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374 msacm32"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15377 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15379 ALL_MAKEFILES="$ALL_MAKEFILES \\
15380 dlls/msacm32/tests/Makefile"
15381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15382 msacm32/tests"
15383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15385 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15387 ALL_MAKEFILES="$ALL_MAKEFILES \\
15388 dlls/msadp32.acm/Makefile"
15389 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15390 msadp32.acm"
15391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15393 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15395 ALL_MAKEFILES="$ALL_MAKEFILES \\
15396 dlls/mscat32/Makefile"
15397 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15398 mscat32"
15399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15401 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15403 ALL_MAKEFILES="$ALL_MAKEFILES \\
15404 dlls/mscms/Makefile"
15405 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15406 mscms"
15407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15409 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15411 ALL_MAKEFILES="$ALL_MAKEFILES \\
15412 dlls/mscms/tests/Makefile"
15413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15414 mscms/tests"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15417 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15419 ALL_MAKEFILES="$ALL_MAKEFILES \\
15420 dlls/mscoree/Makefile"
15421 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15422 mscoree"
15423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15425 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15427 ALL_MAKEFILES="$ALL_MAKEFILES \\
15428 dlls/msctf/Makefile"
15429 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15430 msctf"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15433 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436 dlls/msctf/tests/Makefile"
15437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15438 msctf/tests"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15441 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444 dlls/msdaps/Makefile"
15445 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15446 msdaps"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15449 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452 dlls/msdmo/Makefile"
15453 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15454 msdmo"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15457 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460 dlls/msftedit/Makefile"
15461 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462 msftedit"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15465 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468 dlls/msg711.acm/Makefile"
15469 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15470 msg711.acm"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15473 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476 dlls/msgsm32.acm/Makefile"
15477 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15478 msgsm32.acm"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15481 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484 dlls/mshtml.tlb/Makefile"
15485 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15486 mshtml.tlb"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15489 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15491 ALL_MAKEFILES="$ALL_MAKEFILES \\
15492 dlls/mshtml/Makefile"
15493 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15494 mshtml"
15495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15497 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15499 ALL_MAKEFILES="$ALL_MAKEFILES \\
15500 dlls/mshtml/tests/Makefile"
15501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15502 mshtml/tests"
15503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15505 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15507 ALL_MAKEFILES="$ALL_MAKEFILES \\
15508 dlls/msi/Makefile"
15509 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15510 msi"
15511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15513 ac_config_files="$ac_config_files dlls/msi/Makefile"
15515 ALL_MAKEFILES="$ALL_MAKEFILES \\
15516 dlls/msi/tests/Makefile"
15517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15518 msi/tests"
15519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15521 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524 dlls/msimg32/Makefile"
15525 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15526 msimg32"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15529 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15531 ALL_MAKEFILES="$ALL_MAKEFILES \\
15532 dlls/msimtf/Makefile"
15533 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15534 msimtf"
15535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15537 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15539 ALL_MAKEFILES="$ALL_MAKEFILES \\
15540 dlls/msisip/Makefile"
15541 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15542 msisip"
15543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15545 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548 dlls/msisys.ocx/Makefile"
15549 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15550 msisys.ocx"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15553 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556 dlls/msnet32/Makefile"
15557 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15558 msnet32"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15561 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564 dlls/msrle32/Makefile"
15565 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15566 msrle32"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15569 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572 dlls/mssign32/Makefile"
15573 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574 mssign32"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15577 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580 dlls/mssip32/Makefile"
15581 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15582 mssip32"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15585 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15587 ALL_MAKEFILES="$ALL_MAKEFILES \\
15588 dlls/mstask/Makefile"
15589 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15590 mstask"
15591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15593 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596 dlls/mstask/tests/Makefile"
15597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15598 mstask/tests"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15601 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604 dlls/msvcirt/Makefile"
15605 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15606 msvcirt"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15609 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612 dlls/msvcr71/Makefile"
15613 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614 msvcr71"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15617 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620 dlls/msvcrt/Makefile"
15621 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622 msvcrt"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15625 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628 dlls/msvcrt/tests/Makefile"
15629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15630 msvcrt/tests"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15633 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636 dlls/msvcrt20/Makefile"
15637 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638 msvcrt20"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644 dlls/msvcrt40/Makefile"
15645 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15646 msvcrt40"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15649 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652 dlls/msvcrtd/Makefile"
15653 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654 msvcrtd"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15657 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660 dlls/msvcrtd/tests/Makefile"
15661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15662 msvcrtd/tests"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15665 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668 dlls/msvfw32/Makefile"
15669 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670 msvfw32"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15673 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676 dlls/msvfw32/tests/Makefile"
15677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15678 msvfw32/tests"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15681 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684 dlls/msvidc32/Makefile"
15685 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15686 msvidc32"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15689 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692 dlls/msvideo.dll16/Makefile"
15693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15694 msvideo.dll16"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15697 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700 dlls/mswsock/Makefile"
15701 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15702 mswsock"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15705 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708 dlls/msxml3/Makefile"
15709 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15710 msxml3"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15713 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716 dlls/msxml3/tests/Makefile"
15717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15718 msxml3/tests"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15721 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724 dlls/nddeapi/Makefile"
15725 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15726 nddeapi"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15729 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732 dlls/netapi32/Makefile"
15733 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734 netapi32"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15737 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740 dlls/netapi32/tests/Makefile"
15741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15742 netapi32/tests"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15745 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748 dlls/newdev/Makefile"
15749 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750 newdev"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15753 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756 dlls/ntdll/Makefile"
15757 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15758 ntdll"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15761 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15763 ALL_MAKEFILES="$ALL_MAKEFILES \\
15764 dlls/ntdll/tests/Makefile"
15765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15766 ntdll/tests"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15769 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772 dlls/ntdsapi/Makefile"
15773 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15774 ntdsapi"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15777 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780 dlls/ntdsapi/tests/Makefile"
15781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15782 ntdsapi/tests"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15785 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788 dlls/ntoskrnl.exe/Makefile"
15789 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15790 ntoskrnl.exe"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15793 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796 dlls/ntprint/Makefile"
15797 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798 ntprint"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15801 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804 dlls/ntprint/tests/Makefile"
15805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15806 ntprint/tests"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15809 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15811 ALL_MAKEFILES="$ALL_MAKEFILES \\
15812 dlls/objsel/Makefile"
15813 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15814 objsel"
15815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15817 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15819 ALL_MAKEFILES="$ALL_MAKEFILES \\
15820 dlls/odbc32/Makefile"
15821 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15822 odbc32"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15825 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828 dlls/odbccp32/Makefile"
15829 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15830 odbccp32"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15833 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15835 ALL_MAKEFILES="$ALL_MAKEFILES \\
15836 dlls/odbccp32/tests/Makefile"
15837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15838 odbccp32/tests"
15839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15841 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15843 ALL_MAKEFILES="$ALL_MAKEFILES \\
15844 dlls/ole2.dll16/Makefile"
15845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15846 ole2.dll16"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15849 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15851 ALL_MAKEFILES="$ALL_MAKEFILES \\
15852 dlls/ole2conv.dll16/Makefile"
15853 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15854 ole2conv.dll16"
15855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15857 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860 dlls/ole2disp.dll16/Makefile"
15861 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15862 ole2disp.dll16"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15865 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15867 ALL_MAKEFILES="$ALL_MAKEFILES \\
15868 dlls/ole2nls.dll16/Makefile"
15869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15870 ole2nls.dll16"
15871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15873 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876 dlls/ole2prox.dll16/Makefile"
15877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878 ole2prox.dll16"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15881 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15883 ALL_MAKEFILES="$ALL_MAKEFILES \\
15884 dlls/ole2thk.dll16/Makefile"
15885 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15886 ole2thk.dll16"
15887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15889 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15891 ALL_MAKEFILES="$ALL_MAKEFILES \\
15892 dlls/ole32/Makefile"
15893 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15894 ole32"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15897 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900 dlls/ole32/tests/Makefile"
15901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15902 ole32/tests"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15905 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908 dlls/oleacc/Makefile"
15909 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15910 oleacc"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15913 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/oleacc/tests/Makefile"
15917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15918 oleacc/tests"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15921 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924 dlls/oleaut32/Makefile"
15925 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926 oleaut32"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15929 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932 dlls/oleaut32/tests/Makefile"
15933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15934 oleaut32/tests"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15937 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940 dlls/olecli.dll16/Makefile"
15941 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942 olecli.dll16"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948 dlls/olecli32/Makefile"
15949 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950 olecli32"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15953 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956 dlls/oledb32/Makefile"
15957 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958 oledb32"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
15961 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964 dlls/oledb32/tests/Makefile"
15965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15966 oledb32/tests"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
15969 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972 dlls/oledlg/Makefile"
15973 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15974 oledlg"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15977 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980 dlls/olepro32/Makefile"
15981 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15982 olepro32"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15985 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988 dlls/olesvr.dll16/Makefile"
15989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15990 olesvr.dll16"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15993 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996 dlls/olesvr32/Makefile"
15997 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998 olesvr32"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16001 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004 dlls/olethk32/Makefile"
16005 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16006 olethk32"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16009 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012 dlls/openal32/Makefile"
16013 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014 openal32"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16017 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020 dlls/opengl32/Makefile"
16021 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022 opengl32"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16025 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028 dlls/opengl32/tests/Makefile"
16029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16030 opengl32/tests"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16033 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036 dlls/pdh/Makefile"
16037 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038 pdh"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16041 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044 dlls/pdh/tests/Makefile"
16045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16046 pdh/tests"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16049 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052 dlls/pidgen/Makefile"
16053 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16054 pidgen"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16057 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060 dlls/powrprof/Makefile"
16061 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16062 powrprof"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16065 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068 dlls/printui/Makefile"
16069 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16070 printui"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16073 ac_config_files="$ac_config_files dlls/printui/Makefile"
16075 ALL_MAKEFILES="$ALL_MAKEFILES \\
16076 dlls/propsys/Makefile"
16077 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16078 propsys"
16079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16081 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084 dlls/psapi/Makefile"
16085 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086 psapi"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16089 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092 dlls/psapi/tests/Makefile"
16093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16094 psapi/tests"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16097 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100 dlls/pstorec/Makefile"
16101 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102 pstorec"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16105 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108 dlls/qcap/Makefile"
16109 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16110 qcap"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16113 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16115 ALL_MAKEFILES="$ALL_MAKEFILES \\
16116 dlls/qedit/Makefile"
16117 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16118 qedit"
16119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16121 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16123 ALL_MAKEFILES="$ALL_MAKEFILES \\
16124 dlls/qedit/tests/Makefile"
16125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16126 qedit/tests"
16127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16129 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16131 ALL_MAKEFILES="$ALL_MAKEFILES \\
16132 dlls/qmgr/Makefile"
16133 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16134 qmgr"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16137 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16139 ALL_MAKEFILES="$ALL_MAKEFILES \\
16140 dlls/qmgr/tests/Makefile"
16141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16142 qmgr/tests"
16143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16145 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148 dlls/qmgrprxy/Makefile"
16149 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150 qmgrprxy"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16153 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156 dlls/quartz/Makefile"
16157 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16158 quartz"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16161 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16163 ALL_MAKEFILES="$ALL_MAKEFILES \\
16164 dlls/quartz/tests/Makefile"
16165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16166 quartz/tests"
16167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16169 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16171 ALL_MAKEFILES="$ALL_MAKEFILES \\
16172 dlls/query/Makefile"
16173 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16174 query"
16175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16177 ac_config_files="$ac_config_files dlls/query/Makefile"
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180 dlls/rasapi16.dll16/Makefile"
16181 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16182 rasapi16.dll16"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16185 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188 dlls/rasapi32/Makefile"
16189 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190 rasapi32"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16193 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196 dlls/rasapi32/tests/Makefile"
16197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16198 rasapi32/tests"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16201 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16203 ALL_MAKEFILES="$ALL_MAKEFILES \\
16204 dlls/rasdlg/Makefile"
16205 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16206 rasdlg"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16209 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212 dlls/resutils/Makefile"
16213 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214 resutils"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16217 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16219 ALL_MAKEFILES="$ALL_MAKEFILES \\
16220 dlls/riched20/Makefile"
16221 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16222 riched20"
16223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16225 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228 dlls/riched20/tests/Makefile"
16229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16230 riched20/tests"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16233 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16235 ALL_MAKEFILES="$ALL_MAKEFILES \\
16236 dlls/riched32/Makefile"
16237 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16238 riched32"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16241 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244 dlls/riched32/tests/Makefile"
16245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16246 riched32/tests"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16249 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252 dlls/rpcrt4/Makefile"
16253 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16254 rpcrt4"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16257 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/rpcrt4/tests/Makefile"
16261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16262 rpcrt4/tests"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16265 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268 dlls/rsabase/Makefile"
16269 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16270 rsabase"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16273 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276 dlls/rsaenh/Makefile"
16277 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278 rsaenh"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16281 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284 dlls/rsaenh/tests/Makefile"
16285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16286 rsaenh/tests"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16289 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292 dlls/rtutils/Makefile"
16293 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16294 rtutils"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16297 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300 dlls/sane.ds/Makefile"
16301 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302 sane.ds"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16305 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308 dlls/sccbase/Makefile"
16309 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310 sccbase"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16313 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16315 ALL_MAKEFILES="$ALL_MAKEFILES \\
16316 dlls/schannel/Makefile"
16317 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16318 schannel"
16319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16321 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16323 ALL_MAKEFILES="$ALL_MAKEFILES \\
16324 dlls/schannel/tests/Makefile"
16325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16326 schannel/tests"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16329 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332 dlls/secur32/Makefile"
16333 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334 secur32"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16337 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340 dlls/secur32/tests/Makefile"
16341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16342 secur32/tests"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16345 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348 dlls/security/Makefile"
16349 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350 security"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16353 ac_config_files="$ac_config_files dlls/security/Makefile"
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356 dlls/sensapi/Makefile"
16357 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16358 sensapi"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16361 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364 dlls/serialui/Makefile"
16365 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366 serialui"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16369 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372 dlls/serialui/tests/Makefile"
16373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16374 serialui/tests"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16377 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380 dlls/setupapi/Makefile"
16381 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16382 setupapi"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16385 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388 dlls/setupapi/tests/Makefile"
16389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16390 setupapi/tests"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16393 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396 dlls/setupx.dll16/Makefile"
16397 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16398 setupx.dll16"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16401 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404 dlls/sfc/Makefile"
16405 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16406 sfc"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16409 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16411 ALL_MAKEFILES="$ALL_MAKEFILES \\
16412 dlls/sfc_os/Makefile"
16413 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16414 sfc_os"
16415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16417 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16419 ALL_MAKEFILES="$ALL_MAKEFILES \\
16420 dlls/shdoclc/Makefile"
16421 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16422 shdoclc"
16423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16425 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16427 ALL_MAKEFILES="$ALL_MAKEFILES \\
16428 dlls/shdocvw/Makefile"
16429 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16430 shdocvw"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16433 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436 dlls/shdocvw/tests/Makefile"
16437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16438 shdocvw/tests"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16441 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444 dlls/shell.dll16/Makefile"
16445 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16446 shell.dll16"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16449 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452 dlls/shell32/Makefile"
16453 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16454 shell32"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16457 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16459 ALL_MAKEFILES="$ALL_MAKEFILES \\
16460 dlls/shell32/tests/Makefile"
16461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16462 shell32/tests"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16465 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468 dlls/shfolder/Makefile"
16469 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16470 shfolder"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16473 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476 dlls/shlwapi/Makefile"
16477 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16478 shlwapi"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16481 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484 dlls/shlwapi/tests/Makefile"
16485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16486 shlwapi/tests"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16489 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492 dlls/slbcsp/Makefile"
16493 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494 slbcsp"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500 dlls/slc/Makefile"
16501 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16502 slc"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16505 ac_config_files="$ac_config_files dlls/slc/Makefile"
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508 dlls/snmpapi/Makefile"
16509 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16510 snmpapi"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16513 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516 dlls/snmpapi/tests/Makefile"
16517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16518 snmpapi/tests"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16521 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524 dlls/softpub/Makefile"
16525 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16526 softpub"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16529 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16531 ALL_MAKEFILES="$ALL_MAKEFILES \\
16532 dlls/sound.drv16/Makefile"
16533 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16534 sound.drv16"
16535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16537 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540 dlls/spoolss/Makefile"
16541 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542 spoolss"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16545 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548 dlls/spoolss/tests/Makefile"
16549 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16550 spoolss/tests"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16553 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556 dlls/stdole2.tlb/Makefile"
16557 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558 stdole2.tlb"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16561 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564 dlls/stdole32.tlb/Makefile"
16565 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16566 stdole32.tlb"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16569 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572 dlls/sti/Makefile"
16573 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574 sti"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16577 ac_config_files="$ac_config_files dlls/sti/Makefile"
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580 dlls/sti/tests/Makefile"
16581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16582 sti/tests"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16585 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588 dlls/storage.dll16/Makefile"
16589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16590 storage.dll16"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16593 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596 dlls/stress.dll16/Makefile"
16597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598 stress.dll16"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16601 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604 dlls/strmiids/Makefile"
16605 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16606 strmiids"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16609 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612 dlls/svrapi/Makefile"
16613 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16614 svrapi"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16617 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620 dlls/sxs/Makefile"
16621 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622 sxs"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16625 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628 dlls/system.drv16/Makefile"
16629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630 system.drv16"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16633 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636 dlls/t2embed/Makefile"
16637 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638 t2embed"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16641 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16643 ALL_MAKEFILES="$ALL_MAKEFILES \\
16644 dlls/tapi32/Makefile"
16645 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16646 tapi32"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16649 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16651 ALL_MAKEFILES="$ALL_MAKEFILES \\
16652 dlls/toolhelp.dll16/Makefile"
16653 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16654 toolhelp.dll16"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16657 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660 dlls/traffic/Makefile"
16661 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662 traffic"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16665 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668 dlls/twain.dll16/Makefile"
16669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16670 twain.dll16"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16673 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676 dlls/twain_32/Makefile"
16677 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16678 twain_32"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16681 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684 dlls/twain_32/tests/Makefile"
16685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16686 twain_32/tests"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16689 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692 dlls/typelib.dll16/Makefile"
16693 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694 typelib.dll16"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/unicows/Makefile"
16701 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702 unicows"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/updspapi/Makefile"
16709 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16710 updspapi"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16713 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/url/Makefile"
16717 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718 url"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16721 ac_config_files="$ac_config_files dlls/url/Makefile"
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/urlmon/Makefile"
16725 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726 urlmon"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16729 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/urlmon/tests/Makefile"
16733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16734 urlmon/tests"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16737 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740 dlls/user.exe16/Makefile"
16741 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742 user.exe16"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
16745 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748 dlls/user32/Makefile"
16749 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16750 user32"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16753 ac_config_files="$ac_config_files dlls/user32/Makefile"
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756 dlls/user32/tests/Makefile"
16757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16758 user32/tests"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16761 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764 dlls/userenv/Makefile"
16765 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766 userenv"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16769 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772 dlls/userenv/tests/Makefile"
16773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16774 userenv/tests"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16777 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16779 ALL_MAKEFILES="$ALL_MAKEFILES \\
16780 dlls/usp10/Makefile"
16781 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16782 usp10"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16785 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16787 ALL_MAKEFILES="$ALL_MAKEFILES \\
16788 dlls/usp10/tests/Makefile"
16789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16790 usp10/tests"
16791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16793 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796 dlls/uuid/Makefile"
16797 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16798 uuid"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16801 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804 dlls/uxtheme/Makefile"
16805 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16806 uxtheme"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16809 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812 dlls/uxtheme/tests/Makefile"
16813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16814 uxtheme/tests"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16817 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820 dlls/vdhcp.vxd/Makefile"
16821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16822 vdhcp.vxd"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16825 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828 dlls/vdmdbg/Makefile"
16829 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830 vdmdbg"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16833 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836 dlls/ver.dll16/Makefile"
16837 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16838 ver.dll16"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16841 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844 dlls/version/Makefile"
16845 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16846 version"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16849 ac_config_files="$ac_config_files dlls/version/Makefile"
16851 ALL_MAKEFILES="$ALL_MAKEFILES \\
16852 dlls/version/tests/Makefile"
16853 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16854 version/tests"
16855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16857 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860 dlls/vmm.vxd/Makefile"
16861 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16862 vmm.vxd"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16865 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16867 ALL_MAKEFILES="$ALL_MAKEFILES \\
16868 dlls/vnbt.vxd/Makefile"
16869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16870 vnbt.vxd"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16873 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876 dlls/vnetbios.vxd/Makefile"
16877 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16878 vnetbios.vxd"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16881 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884 dlls/vtdapi.vxd/Makefile"
16885 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16886 vtdapi.vxd"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16889 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892 dlls/vwin32.vxd/Makefile"
16893 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16894 vwin32.vxd"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16897 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16899 ALL_MAKEFILES="$ALL_MAKEFILES \\
16900 dlls/w32skrnl/Makefile"
16901 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16902 w32skrnl"
16903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16905 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16907 ALL_MAKEFILES="$ALL_MAKEFILES \\
16908 dlls/w32sys.dll16/Makefile"
16909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16910 w32sys.dll16"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16913 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916 dlls/wbemprox/Makefile"
16917 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16918 wbemprox"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16921 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924 dlls/wiaservc/Makefile"
16925 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926 wiaservc"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932 dlls/win32s16.dll16/Makefile"
16933 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16934 win32s16.dll16"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16937 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940 dlls/win87em.dll16/Makefile"
16941 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942 win87em.dll16"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948 dlls/winaspi.dll16/Makefile"
16949 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950 winaspi.dll16"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16953 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956 dlls/windebug.dll16/Makefile"
16957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958 windebug.dll16"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16961 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964 dlls/windowscodecs/Makefile"
16965 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966 windowscodecs"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16969 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972 dlls/windowscodecs/tests/Makefile"
16973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16974 windowscodecs/tests"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16977 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16979 ALL_MAKEFILES="$ALL_MAKEFILES \\
16980 dlls/winealsa.drv/Makefile"
16981 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16982 winealsa.drv"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16985 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988 dlls/wineaudioio.drv/Makefile"
16989 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16990 wineaudioio.drv"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16993 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996 dlls/winecoreaudio.drv/Makefile"
16997 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16998 winecoreaudio.drv"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17001 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004 dlls/winecrt0/Makefile"
17005 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17006 winecrt0"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17009 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012 dlls/wined3d/Makefile"
17013 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014 wined3d"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17017 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17019 ALL_MAKEFILES="$ALL_MAKEFILES \\
17020 dlls/wineesd.drv/Makefile"
17021 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17022 wineesd.drv"
17023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17024 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17025 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028 dlls/winejack.drv/Makefile"
17029 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17030 winejack.drv"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17033 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036 dlls/winejoystick.drv/Makefile"
17037 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17038 winejoystick.drv"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17041 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044 dlls/winemapi/Makefile"
17045 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17046 winemapi"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules"
17049 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
17051 ALL_MAKEFILES="$ALL_MAKEFILES \\
17052 dlls/winemp3.acm/Makefile"
17053 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17054 winemp3.acm"
17055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17056 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17057 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17059 ALL_MAKEFILES="$ALL_MAKEFILES \\
17060 dlls/winenas.drv/Makefile"
17061 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17062 winenas.drv"
17063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17064 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17065 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17067 ALL_MAKEFILES="$ALL_MAKEFILES \\
17068 dlls/wineoss.drv/Makefile"
17069 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17070 wineoss.drv"
17071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17073 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076 dlls/wineps.drv/Makefile"
17077 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17078 wineps.drv"
17079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17081 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17083 ALL_MAKEFILES="$ALL_MAKEFILES \\
17084 dlls/wineps16.drv16/Makefile"
17085 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17086 wineps16.drv16"
17087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17088 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17089 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17091 ALL_MAKEFILES="$ALL_MAKEFILES \\
17092 dlls/winequartz.drv/Makefile"
17093 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17094 winequartz.drv"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17097 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17099 ALL_MAKEFILES="$ALL_MAKEFILES \\
17100 dlls/winex11.drv/Makefile"
17101 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17102 winex11.drv"
17103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17104 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17105 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17107 ALL_MAKEFILES="$ALL_MAKEFILES \\
17108 dlls/wing.dll16/Makefile"
17109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17110 wing.dll16"
17111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17112 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17113 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17115 ALL_MAKEFILES="$ALL_MAKEFILES \\
17116 dlls/wing32/Makefile"
17117 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17118 wing32"
17119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17120 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17121 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124 dlls/winhttp/Makefile"
17125 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17126 winhttp"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17129 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17131 ALL_MAKEFILES="$ALL_MAKEFILES \\
17132 dlls/winhttp/tests/Makefile"
17133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17134 winhttp/tests"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17137 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17139 ALL_MAKEFILES="$ALL_MAKEFILES \\
17140 dlls/wininet/Makefile"
17141 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17142 wininet"
17143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17144 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17145 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17147 ALL_MAKEFILES="$ALL_MAKEFILES \\
17148 dlls/wininet/tests/Makefile"
17149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17150 wininet/tests"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17153 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156 dlls/winmm/Makefile"
17157 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17158 winmm"
17159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17160 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17161 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17163 ALL_MAKEFILES="$ALL_MAKEFILES \\
17164 dlls/winmm/tests/Makefile"
17165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17166 winmm/tests"
17167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17168 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17169 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17171 ALL_MAKEFILES="$ALL_MAKEFILES \\
17172 dlls/winnls.dll16/Makefile"
17173 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17174 winnls.dll16"
17175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17176 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17177 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17179 ALL_MAKEFILES="$ALL_MAKEFILES \\
17180 dlls/winnls32/Makefile"
17181 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17182 winnls32"
17183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17184 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17185 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17187 ALL_MAKEFILES="$ALL_MAKEFILES \\
17188 dlls/winscard/Makefile"
17189 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17190 winscard"
17191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17192 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17193 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17195 ALL_MAKEFILES="$ALL_MAKEFILES \\
17196 dlls/winsock.dll16/Makefile"
17197 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17198 winsock.dll16"
17199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17200 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17201 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204 dlls/winspool.drv/Makefile"
17205 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17206 winspool.drv"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17209 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212 dlls/winspool.drv/tests/Makefile"
17213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17214 winspool.drv/tests"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17217 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220 dlls/wintab.dll16/Makefile"
17221 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17222 wintab.dll16"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17225 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228 dlls/wintab32/Makefile"
17229 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230 wintab32"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17233 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236 dlls/wintab32/tests/Makefile"
17237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17238 wintab32/tests"
17239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17240 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17241 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17243 ALL_MAKEFILES="$ALL_MAKEFILES \\
17244 dlls/wintrust/Makefile"
17245 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17246 wintrust"
17247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17248 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17249 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17251 ALL_MAKEFILES="$ALL_MAKEFILES \\
17252 dlls/wintrust/tests/Makefile"
17253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17254 wintrust/tests"
17255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17256 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17257 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17259 ALL_MAKEFILES="$ALL_MAKEFILES \\
17260 dlls/wldap32/Makefile"
17261 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17262 wldap32"
17263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17264 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17265 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17267 ALL_MAKEFILES="$ALL_MAKEFILES \\
17268 dlls/wldap32/tests/Makefile"
17269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17270 wldap32/tests"
17271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17272 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17273 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17275 ALL_MAKEFILES="$ALL_MAKEFILES \\
17276 dlls/wmi/Makefile"
17277 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17278 wmi"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17281 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284 dlls/wmiutils/Makefile"
17285 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17286 wmiutils"
17287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17288 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17289 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17291 ALL_MAKEFILES="$ALL_MAKEFILES \\
17292 dlls/wnaspi32/Makefile"
17293 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17294 wnaspi32"
17295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17296 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17297 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300 dlls/wow32/Makefile"
17301 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302 wow32"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17305 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17307 ALL_MAKEFILES="$ALL_MAKEFILES \\
17308 dlls/ws2_32/Makefile"
17309 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17310 ws2_32"
17311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17312 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17313 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17315 ALL_MAKEFILES="$ALL_MAKEFILES \\
17316 dlls/ws2_32/tests/Makefile"
17317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17318 ws2_32/tests"
17319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17320 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17321 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17323 ALL_MAKEFILES="$ALL_MAKEFILES \\
17324 dlls/wsock32/Makefile"
17325 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17326 wsock32"
17327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17328 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17329 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17331 ALL_MAKEFILES="$ALL_MAKEFILES \\
17332 dlls/wtsapi32/Makefile"
17333 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17334 wtsapi32"
17335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17336 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17337 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340 dlls/wuapi/Makefile"
17341 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17342 wuapi"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17345 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348 dlls/wuaueng/Makefile"
17349 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17350 wuaueng"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
17353 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
17355 ALL_MAKEFILES="$ALL_MAKEFILES \\
17356 dlls/xinput1_1/Makefile"
17357 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17358 xinput1_1"
17359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17360 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17361 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17363 ALL_MAKEFILES="$ALL_MAKEFILES \\
17364 dlls/xinput1_2/Makefile"
17365 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17366 xinput1_2"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17369 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372 dlls/xinput1_3/Makefile"
17373 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17374 xinput1_3"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17377 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17379 ALL_MAKEFILES="$ALL_MAKEFILES \\
17380 dlls/xinput1_3/tests/Makefile"
17381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17382 xinput1_3/tests"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17385 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388 dlls/xinput9_1_0/Makefile"
17389 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17390 xinput9_1_0"
17391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17392 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17393 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17395 ALL_MAKEFILES="$ALL_MAKEFILES \\
17396 dlls/xmllite/Makefile"
17397 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17398 xmllite"
17399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17400 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17401 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17403 ALL_MAKEFILES="$ALL_MAKEFILES \\
17404 documentation/Makefile"
17405 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17406 documentation"
17407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17408 documentation/Makefile: documentation/Makefile.in Make.rules"
17409 ac_config_files="$ac_config_files documentation/Makefile"
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412 fonts/Makefile"
17413 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17414 fonts"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 fonts/Makefile: fonts/Makefile.in Make.rules"
17417 ac_config_files="$ac_config_files fonts/Makefile"
17419 ALL_MAKEFILES="$ALL_MAKEFILES \\
17420 include/Makefile"
17421 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17422 include"
17423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17424 include/Makefile: include/Makefile.in Make.rules"
17425 ac_config_files="$ac_config_files include/Makefile"
17427 ALL_MAKEFILES="$ALL_MAKEFILES \\
17428 libs/Makefile"
17429 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17430 libs"
17431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432 libs/Makefile: libs/Makefile.in Make.rules"
17433 ac_config_files="$ac_config_files libs/Makefile"
17435 ALL_MAKEFILES="$ALL_MAKEFILES \\
17436 libs/port/Makefile"
17438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17439 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17440 ac_config_files="$ac_config_files libs/port/Makefile"
17442 ALL_MAKEFILES="$ALL_MAKEFILES \\
17443 libs/wine/Makefile"
17445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17446 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17447 ac_config_files="$ac_config_files libs/wine/Makefile"
17449 ALL_MAKEFILES="$ALL_MAKEFILES \\
17450 libs/wpp/Makefile"
17452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17453 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17454 ac_config_files="$ac_config_files libs/wpp/Makefile"
17456 ALL_MAKEFILES="$ALL_MAKEFILES \\
17457 loader/Makefile"
17458 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17459 loader"
17460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17461 loader/Makefile: loader/Makefile.in Make.rules"
17462 ac_config_files="$ac_config_files loader/Makefile"
17464 ALL_MAKEFILES="$ALL_MAKEFILES \\
17465 programs/Makefile"
17466 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17467 programs"
17468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17469 programs/Makefile: programs/Makefile.in Make.rules"
17470 ac_config_files="$ac_config_files programs/Makefile"
17472 ALL_MAKEFILES="$ALL_MAKEFILES \\
17473 programs/cacls/Makefile"
17474 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17475 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17476 cacls"
17477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17478 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17479 ac_config_files="$ac_config_files programs/cacls/Makefile"
17481 ALL_MAKEFILES="$ALL_MAKEFILES \\
17482 programs/clock/Makefile"
17483 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17484 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17485 clock"
17486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17487 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17488 ac_config_files="$ac_config_files programs/clock/Makefile"
17490 ALL_MAKEFILES="$ALL_MAKEFILES \\
17491 programs/cmd/Makefile"
17492 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17493 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17494 cmd"
17495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17496 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17497 ac_config_files="$ac_config_files programs/cmd/Makefile"
17499 ALL_MAKEFILES="$ALL_MAKEFILES \\
17500 programs/cmdlgtst/Makefile"
17501 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17502 cmdlgtst"
17503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17504 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17505 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17507 ALL_MAKEFILES="$ALL_MAKEFILES \\
17508 programs/control/Makefile"
17509 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17510 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17511 control"
17512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17513 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17514 ac_config_files="$ac_config_files programs/control/Makefile"
17516 ALL_MAKEFILES="$ALL_MAKEFILES \\
17517 programs/dxdiag/Makefile"
17518 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17519 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17520 dxdiag"
17521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17522 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17523 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17525 ALL_MAKEFILES="$ALL_MAKEFILES \\
17526 programs/eject/Makefile"
17527 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17528 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17529 eject"
17530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17531 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17532 ac_config_files="$ac_config_files programs/eject/Makefile"
17534 ALL_MAKEFILES="$ALL_MAKEFILES \\
17535 programs/expand/Makefile"
17536 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17537 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17538 expand"
17539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17540 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17541 ac_config_files="$ac_config_files programs/expand/Makefile"
17543 ALL_MAKEFILES="$ALL_MAKEFILES \\
17544 programs/explorer/Makefile"
17545 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17546 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17547 explorer"
17548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17549 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17550 ac_config_files="$ac_config_files programs/explorer/Makefile"
17552 ALL_MAKEFILES="$ALL_MAKEFILES \\
17553 programs/extrac32/Makefile"
17554 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17555 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17556 extrac32"
17557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17558 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17559 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17561 ALL_MAKEFILES="$ALL_MAKEFILES \\
17562 programs/hh/Makefile"
17563 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17564 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17567 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17568 ac_config_files="$ac_config_files programs/hh/Makefile"
17570 ALL_MAKEFILES="$ALL_MAKEFILES \\
17571 programs/icinfo/Makefile"
17572 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17573 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17574 icinfo"
17575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17576 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17577 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17579 ALL_MAKEFILES="$ALL_MAKEFILES \\
17580 programs/iexplore/Makefile"
17581 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17582 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17583 iexplore"
17584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17585 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17586 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17588 ALL_MAKEFILES="$ALL_MAKEFILES \\
17589 programs/lodctr/Makefile"
17590 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17591 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17592 lodctr"
17593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17594 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17595 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17597 ALL_MAKEFILES="$ALL_MAKEFILES \\
17598 programs/mshta/Makefile"
17599 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17600 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17601 mshta"
17602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17603 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17604 ac_config_files="$ac_config_files programs/mshta/Makefile"
17606 ALL_MAKEFILES="$ALL_MAKEFILES \\
17607 programs/msiexec/Makefile"
17608 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17609 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17610 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17611 msiexec"
17612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17613 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17614 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17616 ALL_MAKEFILES="$ALL_MAKEFILES \\
17617 programs/net/Makefile"
17618 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17619 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17620 net"
17621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17622 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17623 ac_config_files="$ac_config_files programs/net/Makefile"
17625 ALL_MAKEFILES="$ALL_MAKEFILES \\
17626 programs/notepad/Makefile"
17627 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17628 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17629 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17630 notepad"
17631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17632 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17633 ac_config_files="$ac_config_files programs/notepad/Makefile"
17635 ALL_MAKEFILES="$ALL_MAKEFILES \\
17636 programs/oleview/Makefile"
17637 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17638 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17639 oleview"
17640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17641 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17642 ac_config_files="$ac_config_files programs/oleview/Makefile"
17644 ALL_MAKEFILES="$ALL_MAKEFILES \\
17645 programs/progman/Makefile"
17646 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17647 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17648 progman"
17649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17650 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17651 ac_config_files="$ac_config_files programs/progman/Makefile"
17653 ALL_MAKEFILES="$ALL_MAKEFILES \\
17654 programs/reg/Makefile"
17655 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17656 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17657 reg"
17658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17659 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17660 ac_config_files="$ac_config_files programs/reg/Makefile"
17662 ALL_MAKEFILES="$ALL_MAKEFILES \\
17663 programs/regedit/Makefile"
17664 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17665 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17666 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17667 regedit"
17668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17669 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17670 ac_config_files="$ac_config_files programs/regedit/Makefile"
17672 ALL_MAKEFILES="$ALL_MAKEFILES \\
17673 programs/regsvr32/Makefile"
17674 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17675 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17676 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17677 regsvr32"
17678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17679 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17680 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17682 ALL_MAKEFILES="$ALL_MAKEFILES \\
17683 programs/rpcss/Makefile"
17684 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17685 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17686 rpcss"
17687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17688 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17689 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17691 ALL_MAKEFILES="$ALL_MAKEFILES \\
17692 programs/rundll32/Makefile"
17693 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17694 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17695 rundll32"
17696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17697 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17698 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17700 ALL_MAKEFILES="$ALL_MAKEFILES \\
17701 programs/secedit/Makefile"
17702 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17703 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17704 secedit"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17707 ac_config_files="$ac_config_files programs/secedit/Makefile"
17709 ALL_MAKEFILES="$ALL_MAKEFILES \\
17710 programs/services/Makefile"
17711 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17712 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17713 services"
17714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17715 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17716 ac_config_files="$ac_config_files programs/services/Makefile"
17718 ALL_MAKEFILES="$ALL_MAKEFILES \\
17719 programs/spoolsv/Makefile"
17720 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17721 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17722 spoolsv"
17723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17724 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17725 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17727 ALL_MAKEFILES="$ALL_MAKEFILES \\
17728 programs/start/Makefile"
17729 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17730 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17731 start"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17734 ac_config_files="$ac_config_files programs/start/Makefile"
17736 ALL_MAKEFILES="$ALL_MAKEFILES \\
17737 programs/svchost/Makefile"
17738 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17739 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17740 svchost"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17743 ac_config_files="$ac_config_files programs/svchost/Makefile"
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746 programs/taskmgr/Makefile"
17747 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17748 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17749 taskmgr"
17750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17751 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17752 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17754 ALL_MAKEFILES="$ALL_MAKEFILES \\
17755 programs/termsv/Makefile"
17756 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17757 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17758 termsv"
17759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17760 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17761 ac_config_files="$ac_config_files programs/termsv/Makefile"
17763 ALL_MAKEFILES="$ALL_MAKEFILES \\
17764 programs/uninstaller/Makefile"
17765 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17766 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17767 uninstaller"
17768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17769 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17770 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17772 ALL_MAKEFILES="$ALL_MAKEFILES \\
17773 programs/unlodctr/Makefile"
17774 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17775 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17776 unlodctr"
17777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17778 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17779 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17781 ALL_MAKEFILES="$ALL_MAKEFILES \\
17782 programs/view/Makefile"
17783 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17784 view"
17785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17786 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17787 ac_config_files="$ac_config_files programs/view/Makefile"
17789 ALL_MAKEFILES="$ALL_MAKEFILES \\
17790 programs/wineboot/Makefile"
17791 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17792 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17793 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17794 wineboot"
17795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17796 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17797 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17799 ALL_MAKEFILES="$ALL_MAKEFILES \\
17800 programs/winebrowser/Makefile"
17801 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17802 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17803 winebrowser"
17804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17805 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17806 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17808 ALL_MAKEFILES="$ALL_MAKEFILES \\
17809 programs/winecfg/Makefile"
17810 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17811 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17812 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17813 winecfg"
17814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17815 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17816 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17818 ALL_MAKEFILES="$ALL_MAKEFILES \\
17819 programs/wineconsole/Makefile"
17820 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17821 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17822 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17823 wineconsole"
17824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17825 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17826 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17828 ALL_MAKEFILES="$ALL_MAKEFILES \\
17829 programs/winedbg/Makefile"
17830 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17831 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17832 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17833 winedbg"
17834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17835 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17836 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839 programs/winedevice/Makefile"
17840 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17841 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17842 winedevice"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17845 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17847 ALL_MAKEFILES="$ALL_MAKEFILES \\
17848 programs/winefile/Makefile"
17849 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17850 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17851 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17852 winefile"
17853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17854 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17855 ac_config_files="$ac_config_files programs/winefile/Makefile"
17857 ALL_MAKEFILES="$ALL_MAKEFILES \\
17858 programs/winemenubuilder/Makefile"
17859 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17860 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17861 winemenubuilder"
17862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17863 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17864 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17866 ALL_MAKEFILES="$ALL_MAKEFILES \\
17867 programs/winemine/Makefile"
17868 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17869 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17870 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17871 winemine"
17872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17873 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17874 ac_config_files="$ac_config_files programs/winemine/Makefile"
17876 ALL_MAKEFILES="$ALL_MAKEFILES \\
17877 programs/winepath/Makefile"
17878 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17879 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17880 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17881 winepath"
17882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17883 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17884 ac_config_files="$ac_config_files programs/winepath/Makefile"
17886 ALL_MAKEFILES="$ALL_MAKEFILES \\
17887 programs/winetest/Makefile"
17888 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17889 winetest"
17890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17891 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17892 ac_config_files="$ac_config_files programs/winetest/Makefile"
17894 ALL_MAKEFILES="$ALL_MAKEFILES \\
17895 programs/winevdm/Makefile"
17896 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17897 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17898 winevdm"
17899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17900 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17901 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17903 ALL_MAKEFILES="$ALL_MAKEFILES \\
17904 programs/winhelp.exe16/Makefile"
17905 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17906 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17907 winhelp.exe16"
17908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17909 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17910 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17912 ALL_MAKEFILES="$ALL_MAKEFILES \\
17913 programs/winhlp32/Makefile"
17914 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17915 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17916 winhlp32"
17917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17918 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17919 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17921 ALL_MAKEFILES="$ALL_MAKEFILES \\
17922 programs/winoldap.mod16/Makefile"
17923 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17924 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17925 winoldap.mod16"
17926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17927 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17928 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17930 ALL_MAKEFILES="$ALL_MAKEFILES \\
17931 programs/winver/Makefile"
17932 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17933 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17934 winver"
17935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17936 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17937 ac_config_files="$ac_config_files programs/winver/Makefile"
17939 ALL_MAKEFILES="$ALL_MAKEFILES \\
17940 programs/wordpad/Makefile"
17941 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17942 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17943 wordpad"
17944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17945 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17946 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17948 ALL_MAKEFILES="$ALL_MAKEFILES \\
17949 programs/write/Makefile"
17950 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17951 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17952 write"
17953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17954 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17955 ac_config_files="$ac_config_files programs/write/Makefile"
17957 ALL_MAKEFILES="$ALL_MAKEFILES \\
17958 programs/xcopy/Makefile"
17959 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17960 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17961 xcopy"
17962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17963 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17964 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17966 ALL_MAKEFILES="$ALL_MAKEFILES \\
17967 server/Makefile"
17968 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17969 server"
17970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17971 server/Makefile: server/Makefile.in Make.rules"
17972 ac_config_files="$ac_config_files server/Makefile"
17974 ALL_MAKEFILES="$ALL_MAKEFILES \\
17975 tools/Makefile"
17976 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17977 tools"
17978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17979 tools/Makefile: tools/Makefile.in Make.rules"
17980 ac_config_files="$ac_config_files tools/Makefile"
17982 ALL_MAKEFILES="$ALL_MAKEFILES \\
17983 tools/widl/Makefile"
17985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17986 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17987 ac_config_files="$ac_config_files tools/widl/Makefile"
17989 ALL_MAKEFILES="$ALL_MAKEFILES \\
17990 tools/winebuild/Makefile"
17992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17993 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17994 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17996 ALL_MAKEFILES="$ALL_MAKEFILES \\
17997 tools/winedump/Makefile"
17999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18000 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18001 ac_config_files="$ac_config_files tools/winedump/Makefile"
18003 ALL_MAKEFILES="$ALL_MAKEFILES \\
18004 tools/winegcc/Makefile"
18006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18007 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18008 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18010 ALL_MAKEFILES="$ALL_MAKEFILES \\
18011 tools/wmc/Makefile"
18013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18014 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18015 ac_config_files="$ac_config_files tools/wmc/Makefile"
18017 ALL_MAKEFILES="$ALL_MAKEFILES \\
18018 tools/wrc/Makefile"
18020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18021 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18022 ac_config_files="$ac_config_files tools/wrc/Makefile"
18026 ALL_WINETEST_DEPENDS="# Test binaries"
18028 for dir in $ALL_TEST_DIRS
18030 if test "$dir" != "\\"
18031 then
18032 testname=`expr $dir : '\(.*\)/tests'`_test
18033 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18035 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18036 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18037 $testname.rc:
18038 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18039 $testname.res: $testname.rc $testname.exe"
18041 done
18043 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18045 cat >confcache <<\_ACEOF
18046 # This file is a shell script that caches the results of configure
18047 # tests run on this system so they can be shared between configure
18048 # scripts and configure runs, see configure's option --config-cache.
18049 # It is not useful on other systems. If it contains results you don't
18050 # want to keep, you may remove or edit it.
18052 # config.status only pays attention to the cache file if you give it
18053 # the --recheck option to rerun configure.
18055 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18056 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18057 # following values.
18059 _ACEOF
18061 # The following way of writing the cache mishandles newlines in values,
18062 # but we know of no workaround that is simple, portable, and efficient.
18063 # So, we kill variables containing newlines.
18064 # Ultrix sh set writes to stderr and can't be redirected directly,
18065 # and sets the high bit in the cache file unless we assign to the vars.
18067 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18068 eval ac_val=\$$ac_var
18069 case $ac_val in #(
18070 *${as_nl}*)
18071 case $ac_var in #(
18072 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18073 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18074 esac
18075 case $ac_var in #(
18076 _ | IFS | as_nl) ;; #(
18077 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18078 *) { eval $ac_var=; unset $ac_var;} ;;
18079 esac ;;
18080 esac
18081 done
18083 (set) 2>&1 |
18084 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18085 *${as_nl}ac_space=\ *)
18086 # `set' does not quote correctly, so add quotes: double-quote
18087 # substitution turns \\\\ into \\, and sed turns \\ into \.
18088 sed -n \
18089 "s/'/'\\\\''/g;
18090 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18091 ;; #(
18093 # `set' quotes correctly as required by POSIX, so do not add quotes.
18094 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18096 esac |
18097 sort
18099 sed '
18100 /^ac_cv_env_/b end
18101 t clear
18102 :clear
18103 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18104 t end
18105 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18106 :end' >>confcache
18107 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18108 if test -w "$cache_file"; then
18109 test "x$cache_file" != "x/dev/null" &&
18110 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18111 $as_echo "$as_me: updating cache $cache_file" >&6;}
18112 cat confcache >$cache_file
18113 else
18114 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18115 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18118 rm -f confcache
18120 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18121 # Let make expand exec_prefix.
18122 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18124 DEFS=-DHAVE_CONFIG_H
18126 ac_libobjs=
18127 ac_ltlibobjs=
18128 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18129 # 1. Remove the extension, and $U if already installed.
18130 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18131 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18132 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18133 # will be set to the directory where LIBOBJS objects are built.
18134 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18135 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18136 done
18137 LIBOBJS=$ac_libobjs
18139 LTLIBOBJS=$ac_ltlibobjs
18143 : ${CONFIG_STATUS=./config.status}
18144 ac_write_fail=0
18145 ac_clean_files_save=$ac_clean_files
18146 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18147 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18148 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18149 as_write_fail=0
18150 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18151 #! $SHELL
18152 # Generated by $as_me.
18153 # Run this file to recreate the current configuration.
18154 # Compiler output produced by configure, useful for debugging
18155 # configure, is in config.log if it exists.
18157 debug=false
18158 ac_cs_recheck=false
18159 ac_cs_silent=false
18161 SHELL=\${CONFIG_SHELL-$SHELL}
18162 export SHELL
18163 _ASEOF
18164 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18165 ## -------------------- ##
18166 ## M4sh Initialization. ##
18167 ## -------------------- ##
18169 # Be more Bourne compatible
18170 DUALCASE=1; export DUALCASE # for MKS sh
18171 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18172 emulate sh
18173 NULLCMD=:
18174 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18175 # is contrary to our usage. Disable this feature.
18176 alias -g '${1+"$@"}'='"$@"'
18177 setopt NO_GLOB_SUBST
18178 else
18179 case `(set -o) 2>/dev/null` in #(
18180 *posix*) :
18181 set -o posix ;; #(
18182 *) :
18184 esac
18188 as_nl='
18190 export as_nl
18191 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18192 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18193 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18194 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18195 # Prefer a ksh shell builtin over an external printf program on Solaris,
18196 # but without wasting forks for bash or zsh.
18197 if test -z "$BASH_VERSION$ZSH_VERSION" \
18198 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18199 as_echo='print -r --'
18200 as_echo_n='print -rn --'
18201 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18202 as_echo='printf %s\n'
18203 as_echo_n='printf %s'
18204 else
18205 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18206 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18207 as_echo_n='/usr/ucb/echo -n'
18208 else
18209 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18210 as_echo_n_body='eval
18211 arg=$1;
18212 case $arg in #(
18213 *"$as_nl"*)
18214 expr "X$arg" : "X\\(.*\\)$as_nl";
18215 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18216 esac;
18217 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18219 export as_echo_n_body
18220 as_echo_n='sh -c $as_echo_n_body as_echo'
18222 export as_echo_body
18223 as_echo='sh -c $as_echo_body as_echo'
18226 # The user is always right.
18227 if test "${PATH_SEPARATOR+set}" != set; then
18228 PATH_SEPARATOR=:
18229 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18230 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18231 PATH_SEPARATOR=';'
18236 # IFS
18237 # We need space, tab and new line, in precisely that order. Quoting is
18238 # there to prevent editors from complaining about space-tab.
18239 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18240 # splitting by setting IFS to empty value.)
18241 IFS=" "" $as_nl"
18243 # Find who we are. Look in the path if we contain no directory separator.
18244 case $0 in #((
18245 *[\\/]* ) as_myself=$0 ;;
18246 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18247 for as_dir in $PATH
18249 IFS=$as_save_IFS
18250 test -z "$as_dir" && as_dir=.
18251 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18252 done
18253 IFS=$as_save_IFS
18256 esac
18257 # We did not find ourselves, most probably we were run as `sh COMMAND'
18258 # in which case we are not to be found in the path.
18259 if test "x$as_myself" = x; then
18260 as_myself=$0
18262 if test ! -f "$as_myself"; then
18263 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18264 exit 1
18267 # Unset variables that we do not need and which cause bugs (e.g. in
18268 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18269 # suppresses any "Segmentation fault" message there. '((' could
18270 # trigger a bug in pdksh 5.2.14.
18271 for as_var in BASH_ENV ENV MAIL MAILPATH
18272 do eval test x\${$as_var+set} = xset \
18273 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18274 done
18275 PS1='$ '
18276 PS2='> '
18277 PS4='+ '
18279 # NLS nuisances.
18280 LC_ALL=C
18281 export LC_ALL
18282 LANGUAGE=C
18283 export LANGUAGE
18285 # CDPATH.
18286 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18289 # as_fn_error ERROR [LINENO LOG_FD]
18290 # ---------------------------------
18291 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18292 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18293 # script with status $?, using 1 if that was 0.
18294 as_fn_error ()
18296 as_status=$?; test $as_status -eq 0 && as_status=1
18297 if test "$3"; then
18298 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18299 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18301 $as_echo "$as_me: error: $1" >&2
18302 as_fn_exit $as_status
18303 } # as_fn_error
18306 # as_fn_set_status STATUS
18307 # -----------------------
18308 # Set $? to STATUS, without forking.
18309 as_fn_set_status ()
18311 return $1
18312 } # as_fn_set_status
18314 # as_fn_exit STATUS
18315 # -----------------
18316 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18317 as_fn_exit ()
18319 set +e
18320 as_fn_set_status $1
18321 exit $1
18322 } # as_fn_exit
18324 # as_fn_unset VAR
18325 # ---------------
18326 # Portably unset VAR.
18327 as_fn_unset ()
18329 { eval $1=; unset $1;}
18331 as_unset=as_fn_unset
18332 # as_fn_append VAR VALUE
18333 # ----------------------
18334 # Append the text in VALUE to the end of the definition contained in VAR. Take
18335 # advantage of any shell optimizations that allow amortized linear growth over
18336 # repeated appends, instead of the typical quadratic growth present in naive
18337 # implementations.
18338 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18339 eval 'as_fn_append ()
18341 eval $1+=\$2
18343 else
18344 as_fn_append ()
18346 eval $1=\$$1\$2
18348 fi # as_fn_append
18350 # as_fn_arith ARG...
18351 # ------------------
18352 # Perform arithmetic evaluation on the ARGs, and store the result in the
18353 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18354 # must be portable across $(()) and expr.
18355 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18356 eval 'as_fn_arith ()
18358 as_val=$(( $* ))
18360 else
18361 as_fn_arith ()
18363 as_val=`expr "$@" || test $? -eq 1`
18365 fi # as_fn_arith
18368 if expr a : '\(a\)' >/dev/null 2>&1 &&
18369 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18370 as_expr=expr
18371 else
18372 as_expr=false
18375 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18376 as_basename=basename
18377 else
18378 as_basename=false
18381 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18382 as_dirname=dirname
18383 else
18384 as_dirname=false
18387 as_me=`$as_basename -- "$0" ||
18388 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18389 X"$0" : 'X\(//\)$' \| \
18390 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18391 $as_echo X/"$0" |
18392 sed '/^.*\/\([^/][^/]*\)\/*$/{
18393 s//\1/
18396 /^X\/\(\/\/\)$/{
18397 s//\1/
18400 /^X\/\(\/\).*/{
18401 s//\1/
18404 s/.*/./; q'`
18406 # Avoid depending upon Character Ranges.
18407 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18408 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18409 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18410 as_cr_digits='0123456789'
18411 as_cr_alnum=$as_cr_Letters$as_cr_digits
18413 ECHO_C= ECHO_N= ECHO_T=
18414 case `echo -n x` in #(((((
18415 -n*)
18416 case `echo 'xy\c'` in
18417 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18418 xy) ECHO_C='\c';;
18419 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18420 ECHO_T=' ';;
18421 esac;;
18423 ECHO_N='-n';;
18424 esac
18426 rm -f conf$$ conf$$.exe conf$$.file
18427 if test -d conf$$.dir; then
18428 rm -f conf$$.dir/conf$$.file
18429 else
18430 rm -f conf$$.dir
18431 mkdir conf$$.dir 2>/dev/null
18433 if (echo >conf$$.file) 2>/dev/null; then
18434 if ln -s conf$$.file conf$$ 2>/dev/null; then
18435 as_ln_s='ln -s'
18436 # ... but there are two gotchas:
18437 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18438 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18439 # In both cases, we have to default to `cp -p'.
18440 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18441 as_ln_s='cp -p'
18442 elif ln conf$$.file conf$$ 2>/dev/null; then
18443 as_ln_s=ln
18444 else
18445 as_ln_s='cp -p'
18447 else
18448 as_ln_s='cp -p'
18450 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18451 rmdir conf$$.dir 2>/dev/null
18454 # as_fn_mkdir_p
18455 # -------------
18456 # Create "$as_dir" as a directory, including parents if necessary.
18457 as_fn_mkdir_p ()
18460 case $as_dir in #(
18461 -*) as_dir=./$as_dir;;
18462 esac
18463 test -d "$as_dir" || eval $as_mkdir_p || {
18464 as_dirs=
18465 while :; do
18466 case $as_dir in #(
18467 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18468 *) as_qdir=$as_dir;;
18469 esac
18470 as_dirs="'$as_qdir' $as_dirs"
18471 as_dir=`$as_dirname -- "$as_dir" ||
18472 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18473 X"$as_dir" : 'X\(//\)[^/]' \| \
18474 X"$as_dir" : 'X\(//\)$' \| \
18475 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18476 $as_echo X"$as_dir" |
18477 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18478 s//\1/
18481 /^X\(\/\/\)[^/].*/{
18482 s//\1/
18485 /^X\(\/\/\)$/{
18486 s//\1/
18489 /^X\(\/\).*/{
18490 s//\1/
18493 s/.*/./; q'`
18494 test -d "$as_dir" && break
18495 done
18496 test -z "$as_dirs" || eval "mkdir $as_dirs"
18497 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18500 } # as_fn_mkdir_p
18501 if mkdir -p . 2>/dev/null; then
18502 as_mkdir_p='mkdir -p "$as_dir"'
18503 else
18504 test -d ./-p && rmdir ./-p
18505 as_mkdir_p=false
18508 if test -x / >/dev/null 2>&1; then
18509 as_test_x='test -x'
18510 else
18511 if ls -dL / >/dev/null 2>&1; then
18512 as_ls_L_option=L
18513 else
18514 as_ls_L_option=
18516 as_test_x='
18517 eval sh -c '\''
18518 if test -d "$1"; then
18519 test -d "$1/.";
18520 else
18521 case $1 in #(
18522 -*)set "./$1";;
18523 esac;
18524 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18525 ???[sx]*):;;*)false;;esac;fi
18526 '\'' sh
18529 as_executable_p=$as_test_x
18531 # Sed expression to map a string onto a valid CPP name.
18532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18534 # Sed expression to map a string onto a valid variable name.
18535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18538 exec 6>&1
18539 ## ----------------------------------- ##
18540 ## Main body of $CONFIG_STATUS script. ##
18541 ## ----------------------------------- ##
18542 _ASEOF
18543 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18545 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18546 # Save the log message, to keep $0 and so on meaningful, and to
18547 # report actual input values of CONFIG_FILES etc. instead of their
18548 # values after options handling.
18549 ac_log="
18550 This file was extended by Wine $as_me 1.1.35, which was
18551 generated by GNU Autoconf 2.65. Invocation command line was
18553 CONFIG_FILES = $CONFIG_FILES
18554 CONFIG_HEADERS = $CONFIG_HEADERS
18555 CONFIG_LINKS = $CONFIG_LINKS
18556 CONFIG_COMMANDS = $CONFIG_COMMANDS
18557 $ $0 $@
18559 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18562 _ACEOF
18564 case $ac_config_files in *"
18565 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18566 esac
18568 case $ac_config_headers in *"
18569 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18570 esac
18573 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18574 # Files that config.status was made for.
18575 config_files="$ac_config_files"
18576 config_headers="$ac_config_headers"
18577 config_commands="$ac_config_commands"
18579 _ACEOF
18581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18582 ac_cs_usage="\
18583 \`$as_me' instantiates files and other configuration actions
18584 from templates according to the current configuration. Unless the files
18585 and actions are specified as TAGs, all are instantiated by default.
18587 Usage: $0 [OPTION]... [TAG]...
18589 -h, --help print this help, then exit
18590 -V, --version print version number and configuration settings, then exit
18591 --config print configuration, then exit
18592 -q, --quiet, --silent
18593 do not print progress messages
18594 -d, --debug don't remove temporary files
18595 --recheck update $as_me by reconfiguring in the same conditions
18596 --file=FILE[:TEMPLATE]
18597 instantiate the configuration file FILE
18598 --header=FILE[:TEMPLATE]
18599 instantiate the configuration header FILE
18601 Configuration files:
18602 $config_files
18604 Configuration headers:
18605 $config_headers
18607 Configuration commands:
18608 $config_commands
18610 Report bugs to <wine-devel@winehq.org>.
18611 Wine home page: <http://www.winehq.org>."
18613 _ACEOF
18614 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18615 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18616 ac_cs_version="\\
18617 Wine config.status 1.1.35
18618 configured by $0, generated by GNU Autoconf 2.65,
18619 with options \\"\$ac_cs_config\\"
18621 Copyright (C) 2009 Free Software Foundation, Inc.
18622 This config.status script is free software; the Free Software Foundation
18623 gives unlimited permission to copy, distribute and modify it."
18625 ac_pwd='$ac_pwd'
18626 srcdir='$srcdir'
18627 INSTALL='$INSTALL'
18628 test -n "\$AWK" || AWK=awk
18629 _ACEOF
18631 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18632 # The default lists apply if the user does not specify any file.
18633 ac_need_defaults=:
18634 while test $# != 0
18636 case $1 in
18637 --*=*)
18638 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18639 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18640 ac_shift=:
18643 ac_option=$1
18644 ac_optarg=$2
18645 ac_shift=shift
18647 esac
18649 case $ac_option in
18650 # Handling of the options.
18651 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18652 ac_cs_recheck=: ;;
18653 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18654 $as_echo "$ac_cs_version"; exit ;;
18655 --config | --confi | --conf | --con | --co | --c )
18656 $as_echo "$ac_cs_config"; exit ;;
18657 --debug | --debu | --deb | --de | --d | -d )
18658 debug=: ;;
18659 --file | --fil | --fi | --f )
18660 $ac_shift
18661 case $ac_optarg in
18662 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18663 esac
18664 as_fn_append CONFIG_FILES " '$ac_optarg'"
18665 ac_need_defaults=false;;
18666 --header | --heade | --head | --hea )
18667 $ac_shift
18668 case $ac_optarg in
18669 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18670 esac
18671 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18672 ac_need_defaults=false;;
18673 --he | --h)
18674 # Conflict between --help and --header
18675 as_fn_error "ambiguous option: \`$1'
18676 Try \`$0 --help' for more information.";;
18677 --help | --hel | -h )
18678 $as_echo "$ac_cs_usage"; exit ;;
18679 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18680 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18681 ac_cs_silent=: ;;
18683 # This is an error.
18684 -*) as_fn_error "unrecognized option: \`$1'
18685 Try \`$0 --help' for more information." ;;
18687 *) as_fn_append ac_config_targets " $1"
18688 ac_need_defaults=false ;;
18690 esac
18691 shift
18692 done
18694 ac_configure_extra_args=
18696 if $ac_cs_silent; then
18697 exec 6>/dev/null
18698 ac_configure_extra_args="$ac_configure_extra_args --silent"
18701 _ACEOF
18702 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18703 if \$ac_cs_recheck; then
18704 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18705 shift
18706 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18707 CONFIG_SHELL='$SHELL'
18708 export CONFIG_SHELL
18709 exec "\$@"
18712 _ACEOF
18713 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18714 exec 5>>config.log
18716 echo
18717 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18718 ## Running $as_me. ##
18719 _ASBOX
18720 $as_echo "$ac_log"
18721 } >&5
18723 _ACEOF
18724 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18725 _ACEOF
18727 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18729 # Handling of arguments.
18730 for ac_config_target in $ac_config_targets
18732 case $ac_config_target in
18733 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18734 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18735 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18736 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18737 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18738 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18739 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18740 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18741 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18742 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18743 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18744 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18745 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18746 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18747 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18748 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18749 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18750 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18751 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18752 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18753 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18754 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18755 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18756 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18757 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18758 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18759 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18760 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18761 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18762 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18763 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18764 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18765 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18766 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18767 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18768 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18769 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18770 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18771 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18772 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18773 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18774 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18775 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18776 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18777 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18778 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18779 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18780 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18781 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18782 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18783 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18784 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18785 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18786 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18787 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18788 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18789 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18790 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18791 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18792 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18793 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18794 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18795 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18796 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18797 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18798 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18799 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18800 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18801 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18802 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18803 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18804 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18805 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18806 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18807 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18808 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18809 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18810 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18811 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18812 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18813 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18814 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18815 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18816 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18817 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18818 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18819 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18820 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18821 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18822 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18823 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18824 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18825 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18826 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18827 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18828 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18829 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18830 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18831 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18832 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18833 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18834 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18835 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18836 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18837 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18838 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18839 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18840 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18841 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18842 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18843 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18844 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18845 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18846 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18847 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18848 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18849 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18850 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
18851 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18852 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18853 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18854 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18855 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18856 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18857 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18858 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18859 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18860 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18861 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18862 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18863 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18864 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18865 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18866 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18867 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18868 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18869 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18870 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18871 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18872 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18873 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
18874 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18875 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18876 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18877 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18878 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18879 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18880 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18881 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18882 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18883 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
18884 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
18885 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18886 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18887 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18888 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18889 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18890 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18891 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18892 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18893 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18894 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18895 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18896 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18897 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18898 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18899 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18900 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18901 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18902 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18903 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18904 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
18905 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18906 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18907 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18908 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18909 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18910 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18911 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18912 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18913 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18914 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18915 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18916 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18917 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18918 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18919 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18920 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18921 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18922 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18923 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18924 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18925 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18926 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18927 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
18928 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18929 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18930 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18931 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18932 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18933 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18934 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18935 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18936 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18937 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18938 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
18939 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18940 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18941 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18942 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18943 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18944 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18945 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18946 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18947 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
18948 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
18949 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18950 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
18951 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18952 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18953 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18954 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18955 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18956 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18957 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18958 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18959 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18960 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18961 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18962 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18963 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18964 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18965 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18966 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18967 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18968 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18969 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18970 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18971 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18972 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18973 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18974 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18975 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18976 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18977 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18978 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18979 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18980 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18981 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18982 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18983 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18984 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18985 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18986 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18987 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18988 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18989 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18990 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18991 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18992 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18993 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18994 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18995 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18996 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18997 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18998 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18999 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19000 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19001 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19002 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19003 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19004 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19005 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19006 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19007 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19008 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19009 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19010 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19011 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19012 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19013 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19014 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19015 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19016 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19017 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19018 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19019 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19020 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19021 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19022 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19023 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19024 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19025 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19026 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19027 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19028 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19029 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19030 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19031 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19032 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19033 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19034 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19035 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19036 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19037 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19038 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19039 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19040 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19041 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19042 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19043 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19044 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19045 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19046 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19047 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19048 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19049 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19050 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19051 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19052 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19053 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19054 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19055 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19056 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19057 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19058 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19059 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19060 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19061 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19062 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19063 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19064 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19065 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19066 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19067 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19068 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19069 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19070 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19071 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19072 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19073 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19074 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19075 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19076 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19077 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19078 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19079 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19080 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19081 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19082 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19083 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19084 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19085 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19086 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19087 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19088 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19089 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19090 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19091 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19092 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19093 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19094 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19095 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19096 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19097 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19098 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19099 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19100 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19101 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19102 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19103 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19104 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19105 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19106 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19107 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19108 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19109 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19110 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19111 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19112 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19113 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19114 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19115 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19116 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19117 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19118 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19119 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19120 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19121 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19122 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19123 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19124 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19125 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19126 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19127 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19128 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19129 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
19130 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19131 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19132 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19133 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19134 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19135 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19136 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19137 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19138 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19139 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19140 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19141 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19142 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19143 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19144 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19145 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19146 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19147 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19148 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19149 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19150 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19151 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19152 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19153 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19154 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19155 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19156 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19157 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19158 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19159 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19160 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19161 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19162 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19163 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19164 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19165 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19166 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19167 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
19168 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19169 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19170 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19171 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19172 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19173 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19174 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19175 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19176 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19177 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19178 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19179 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19180 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19181 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19182 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19183 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19184 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19185 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19186 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19187 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19188 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19189 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19190 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19191 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19192 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19193 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19194 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19195 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19196 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19197 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19198 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19199 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19200 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19201 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19202 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19203 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19204 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19205 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19206 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19207 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19208 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19209 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19210 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19211 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19212 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19213 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19214 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19215 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19216 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19217 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19218 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19219 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19220 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19221 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19222 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19223 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19224 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19225 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19226 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19227 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19228 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19229 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19230 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19231 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19232 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19233 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19234 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19235 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19236 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19237 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19238 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19239 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19240 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19241 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19242 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19243 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19244 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19245 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19246 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19247 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19248 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19249 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19250 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19251 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19252 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19253 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19254 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19255 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19256 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19257 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19258 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19259 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19260 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19261 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19262 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19263 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19264 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19265 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19266 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19267 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19268 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19269 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19270 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19271 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19272 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19273 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19274 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19275 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19276 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19277 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19278 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19279 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19280 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19281 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19282 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19284 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19285 esac
19286 done
19289 # If the user did not use the arguments to specify the items to instantiate,
19290 # then the envvar interface is used. Set only those that are not.
19291 # We use the long form for the default assignment because of an extremely
19292 # bizarre bug on SunOS 4.1.3.
19293 if $ac_need_defaults; then
19294 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19295 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19296 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19299 # Have a temporary directory for convenience. Make it in the build tree
19300 # simply because there is no reason against having it here, and in addition,
19301 # creating and moving files from /tmp can sometimes cause problems.
19302 # Hook for its removal unless debugging.
19303 # Note that there is a small window in which the directory will not be cleaned:
19304 # after its creation but before its name has been assigned to `$tmp'.
19305 $debug ||
19307 tmp=
19308 trap 'exit_status=$?
19309 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19311 trap 'as_fn_exit 1' 1 2 13 15
19313 # Create a (secure) tmp directory for tmp files.
19316 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19317 test -n "$tmp" && test -d "$tmp"
19318 } ||
19320 tmp=./conf$$-$RANDOM
19321 (umask 077 && mkdir "$tmp")
19322 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19324 # Set up the scripts for CONFIG_FILES section.
19325 # No need to generate them if there are no CONFIG_FILES.
19326 # This happens for instance with `./config.status config.h'.
19327 if test -n "$CONFIG_FILES"; then
19329 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19330 ac_cs_awk_getline=:
19331 ac_cs_awk_pipe_init=
19332 ac_cs_awk_read_file='
19333 while ((getline aline < (F[key])) > 0)
19334 print(aline)
19335 close(F[key])'
19336 ac_cs_awk_pipe_fini=
19337 else
19338 ac_cs_awk_getline=false
19339 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19340 ac_cs_awk_read_file='
19341 print "|#_!!_#|"
19342 print "cat " F[key] " &&"
19343 '$ac_cs_awk_pipe_init
19344 # The final `:' finishes the AND list.
19345 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19347 ac_cr=`echo X | tr X '\015'`
19348 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19349 # But we know of no other shell where ac_cr would be empty at this
19350 # point, so we can use a bashism as a fallback.
19351 if test "x$ac_cr" = x; then
19352 eval ac_cr=\$\'\\r\'
19354 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19355 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19356 ac_cs_awk_cr='\r'
19357 else
19358 ac_cs_awk_cr=$ac_cr
19361 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19362 _ACEOF
19364 # Create commands to substitute file output variables.
19366 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19367 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19368 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19369 echo "_ACAWK" &&
19370 echo "_ACEOF"
19371 } >conf$$files.sh &&
19372 . ./conf$$files.sh ||
19373 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19374 rm -f conf$$files.sh
19377 echo "cat >conf$$subs.awk <<_ACEOF" &&
19378 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19379 echo "_ACEOF"
19380 } >conf$$subs.sh ||
19381 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19382 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19383 ac_delim='%!_!# '
19384 for ac_last_try in false false false false false :; do
19385 . ./conf$$subs.sh ||
19386 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19388 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19389 if test $ac_delim_n = $ac_delim_num; then
19390 break
19391 elif $ac_last_try; then
19392 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19393 else
19394 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19396 done
19397 rm -f conf$$subs.sh
19399 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19400 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19401 _ACEOF
19402 sed -n '
19404 s/^/S["/; s/!.*/"]=/
19407 s/^[^!]*!//
19408 :repl
19409 t repl
19410 s/'"$ac_delim"'$//
19411 t delim
19414 s/\(.\{148\}\)..*/\1/
19415 t more1
19416 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19419 b repl
19420 :more1
19421 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19424 s/.\{148\}//
19425 t nl
19426 :delim
19428 s/\(.\{148\}\)..*/\1/
19429 t more2
19430 s/["\\]/\\&/g; s/^/"/; s/$/"/
19433 :more2
19434 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19437 s/.\{148\}//
19438 t delim
19439 ' <conf$$subs.awk | sed '
19440 /^[^""]/{
19442 s/\n//
19444 ' >>$CONFIG_STATUS || ac_write_fail=1
19445 rm -f conf$$subs.awk
19446 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19447 _ACAWK
19448 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19449 for (key in S) S_is_set[key] = 1
19450 FS = "\a"
19451 \$ac_cs_awk_pipe_init
19454 line = $ 0
19455 nfields = split(line, field, "@")
19456 substed = 0
19457 len = length(field[1])
19458 for (i = 2; i < nfields; i++) {
19459 key = field[i]
19460 keylen = length(key)
19461 if (S_is_set[key]) {
19462 value = S[key]
19463 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19464 len += length(value) + length(field[++i])
19465 substed = 1
19466 } else
19467 len += 1 + keylen
19469 if (nfields == 3 && !substed) {
19470 key = field[2]
19471 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19472 \$ac_cs_awk_read_file
19473 next
19476 print line
19478 \$ac_cs_awk_pipe_fini
19479 _ACAWK
19480 _ACEOF
19481 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19482 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19483 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19484 else
19486 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19487 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19488 _ACEOF
19490 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19491 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19492 # trailing colons and then remove the whole line if VPATH becomes empty
19493 # (actually we leave an empty line to preserve line numbers).
19494 if test "x$srcdir" = x.; then
19495 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19496 s/:*\$(srcdir):*/:/
19497 s/:*\${srcdir}:*/:/
19498 s/:*@srcdir@:*/:/
19499 s/^\([^=]*=[ ]*\):*/\1/
19500 s/:*$//
19501 s/^[^=]*=[ ]*$//
19505 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19506 fi # test -n "$CONFIG_FILES"
19508 # Set up the scripts for CONFIG_HEADERS section.
19509 # No need to generate them if there are no CONFIG_HEADERS.
19510 # This happens for instance with `./config.status Makefile'.
19511 if test -n "$CONFIG_HEADERS"; then
19512 cat >"$tmp/defines.awk" <<\_ACAWK ||
19513 BEGIN {
19514 _ACEOF
19516 # Transform confdefs.h into an awk script `defines.awk', embedded as
19517 # here-document in config.status, that substitutes the proper values into
19518 # config.h.in to produce config.h.
19520 # Create a delimiter string that does not exist in confdefs.h, to ease
19521 # handling of long lines.
19522 ac_delim='%!_!# '
19523 for ac_last_try in false false :; do
19524 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19525 if test -z "$ac_t"; then
19526 break
19527 elif $ac_last_try; then
19528 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19529 else
19530 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19532 done
19534 # For the awk script, D is an array of macro values keyed by name,
19535 # likewise P contains macro parameters if any. Preserve backslash
19536 # newline sequences.
19538 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19539 sed -n '
19540 s/.\{148\}/&'"$ac_delim"'/g
19541 t rset
19542 :rset
19543 s/^[ ]*#[ ]*define[ ][ ]*/ /
19544 t def
19546 :def
19547 s/\\$//
19548 t bsnl
19549 s/["\\]/\\&/g
19550 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19551 D["\1"]=" \3"/p
19552 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19554 :bsnl
19555 s/["\\]/\\&/g
19556 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19557 D["\1"]=" \3\\\\\\n"\\/p
19558 t cont
19559 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19560 t cont
19562 :cont
19564 s/.\{148\}/&'"$ac_delim"'/g
19565 t clear
19566 :clear
19567 s/\\$//
19568 t bsnlc
19569 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19571 :bsnlc
19572 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19573 b cont
19574 ' <confdefs.h | sed '
19575 s/'"$ac_delim"'/"\\\
19576 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19579 for (key in D) D_is_set[key] = 1
19580 FS = "\a"
19582 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19583 line = \$ 0
19584 split(line, arg, " ")
19585 if (arg[1] == "#") {
19586 defundef = arg[2]
19587 mac1 = arg[3]
19588 } else {
19589 defundef = substr(arg[1], 2)
19590 mac1 = arg[2]
19592 split(mac1, mac2, "(") #)
19593 macro = mac2[1]
19594 prefix = substr(line, 1, index(line, defundef) - 1)
19595 if (D_is_set[macro]) {
19596 # Preserve the white space surrounding the "#".
19597 print prefix "define", macro P[macro] D[macro]
19598 next
19599 } else {
19600 # Replace #undef with comments. This is necessary, for example,
19601 # in the case of _POSIX_SOURCE, which is predefined and required
19602 # on some systems where configure will not decide to define it.
19603 if (defundef == "undef") {
19604 print "/*", prefix defundef, macro, "*/"
19605 next
19609 { print }
19610 _ACAWK
19611 _ACEOF
19612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19613 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19614 fi # test -n "$CONFIG_HEADERS"
19617 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19618 shift
19619 for ac_tag
19621 case $ac_tag in
19622 :[FHLC]) ac_mode=$ac_tag; continue;;
19623 esac
19624 case $ac_mode$ac_tag in
19625 :[FHL]*:*);;
19626 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19627 :[FH]-) ac_tag=-:-;;
19628 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19629 esac
19630 ac_save_IFS=$IFS
19631 IFS=:
19632 set x $ac_tag
19633 IFS=$ac_save_IFS
19634 shift
19635 ac_file=$1
19636 shift
19638 case $ac_mode in
19639 :L) ac_source=$1;;
19640 :[FH])
19641 ac_file_inputs=
19642 for ac_f
19644 case $ac_f in
19645 -) ac_f="$tmp/stdin";;
19646 *) # Look for the file first in the build tree, then in the source tree
19647 # (if the path is not absolute). The absolute path cannot be DOS-style,
19648 # because $ac_f cannot contain `:'.
19649 test -f "$ac_f" ||
19650 case $ac_f in
19651 [\\/$]*) false;;
19652 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19653 esac ||
19654 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19655 esac
19656 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19657 as_fn_append ac_file_inputs " '$ac_f'"
19658 done
19660 # Let's still pretend it is `configure' which instantiates (i.e., don't
19661 # use $as_me), people would be surprised to read:
19662 # /* config.h. Generated by config.status. */
19663 configure_input='Generated from '`
19664 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19665 `' by configure.'
19666 if test x"$ac_file" != x-; then
19667 configure_input="$ac_file. $configure_input"
19668 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19669 $as_echo "$as_me: creating $ac_file" >&6;}
19671 # Neutralize special characters interpreted by sed in replacement strings.
19672 case $configure_input in #(
19673 *\&* | *\|* | *\\* )
19674 ac_sed_conf_input=`$as_echo "$configure_input" |
19675 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19676 *) ac_sed_conf_input=$configure_input;;
19677 esac
19679 case $ac_tag in
19680 *:-:* | *:-) cat >"$tmp/stdin" \
19681 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19682 esac
19684 esac
19686 ac_dir=`$as_dirname -- "$ac_file" ||
19687 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19688 X"$ac_file" : 'X\(//\)[^/]' \| \
19689 X"$ac_file" : 'X\(//\)$' \| \
19690 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19691 $as_echo X"$ac_file" |
19692 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19693 s//\1/
19696 /^X\(\/\/\)[^/].*/{
19697 s//\1/
19700 /^X\(\/\/\)$/{
19701 s//\1/
19704 /^X\(\/\).*/{
19705 s//\1/
19708 s/.*/./; q'`
19709 as_dir="$ac_dir"; as_fn_mkdir_p
19710 ac_builddir=.
19712 case "$ac_dir" in
19713 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19715 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19716 # A ".." for each directory in $ac_dir_suffix.
19717 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19718 case $ac_top_builddir_sub in
19719 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19720 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19721 esac ;;
19722 esac
19723 ac_abs_top_builddir=$ac_pwd
19724 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19725 # for backward compatibility:
19726 ac_top_builddir=$ac_top_build_prefix
19728 case $srcdir in
19729 .) # We are building in place.
19730 ac_srcdir=.
19731 ac_top_srcdir=$ac_top_builddir_sub
19732 ac_abs_top_srcdir=$ac_pwd ;;
19733 [\\/]* | ?:[\\/]* ) # Absolute name.
19734 ac_srcdir=$srcdir$ac_dir_suffix;
19735 ac_top_srcdir=$srcdir
19736 ac_abs_top_srcdir=$srcdir ;;
19737 *) # Relative name.
19738 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19739 ac_top_srcdir=$ac_top_build_prefix$srcdir
19740 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19741 esac
19742 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19745 case $ac_mode in
19748 # CONFIG_FILE
19751 case $INSTALL in
19752 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19753 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19754 esac
19755 _ACEOF
19757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19758 # If the template does not know about datarootdir, expand it.
19759 # FIXME: This hack should be removed a few years after 2.60.
19760 ac_datarootdir_hack=; ac_datarootdir_seen=
19761 ac_sed_dataroot='
19762 /datarootdir/ {
19766 /@datadir@/p
19767 /@docdir@/p
19768 /@infodir@/p
19769 /@localedir@/p
19770 /@mandir@/p'
19771 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19772 *datarootdir*) ac_datarootdir_seen=yes;;
19773 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19775 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19776 _ACEOF
19777 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19778 ac_datarootdir_hack='
19779 s&@datadir@&$datadir&g
19780 s&@docdir@&$docdir&g
19781 s&@infodir@&$infodir&g
19782 s&@localedir@&$localedir&g
19783 s&@mandir@&$mandir&g
19784 s&\\\${datarootdir}&$datarootdir&g' ;;
19785 esac
19786 _ACEOF
19788 # Neutralize VPATH when `$srcdir' = `.'.
19789 # Shell code in configure.ac might set extrasub.
19790 # FIXME: do we really want to maintain this feature?
19791 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19792 ac_sed_extra="$ac_vpsub
19793 $extrasub
19794 _ACEOF
19795 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19797 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19798 s|@configure_input@|$ac_sed_conf_input|;t t
19799 s&@top_builddir@&$ac_top_builddir_sub&;t t
19800 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19801 s&@srcdir@&$ac_srcdir&;t t
19802 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19803 s&@top_srcdir@&$ac_top_srcdir&;t t
19804 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19805 s&@builddir@&$ac_builddir&;t t
19806 s&@abs_builddir@&$ac_abs_builddir&;t t
19807 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19808 s&@INSTALL@&$ac_INSTALL&;t t
19809 $ac_datarootdir_hack
19811 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19812 if $ac_cs_awk_getline; then
19813 $AWK -f "$tmp/subs.awk"
19814 else
19815 $AWK -f "$tmp/subs.awk" | $SHELL
19816 fi >$tmp/out \
19817 || as_fn_error "could not create $ac_file" "$LINENO" 5
19819 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19820 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19821 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19823 which seems to be undefined. Please make sure it is defined." >&5
19824 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19825 which seems to be undefined. Please make sure it is defined." >&2;}
19827 rm -f "$tmp/stdin"
19828 case $ac_file in
19829 -) cat "$tmp/out" && rm -f "$tmp/out";;
19830 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19831 esac \
19832 || as_fn_error "could not create $ac_file" "$LINENO" 5
19836 # CONFIG_HEADER
19838 if test x"$ac_file" != x-; then
19840 $as_echo "/* $configure_input */" \
19841 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19842 } >"$tmp/config.h" \
19843 || as_fn_error "could not create $ac_file" "$LINENO" 5
19844 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19845 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19846 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19847 else
19848 rm -f "$ac_file"
19849 mv "$tmp/config.h" "$ac_file" \
19850 || as_fn_error "could not create $ac_file" "$LINENO" 5
19852 else
19853 $as_echo "/* $configure_input */" \
19854 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19855 || as_fn_error "could not create -" "$LINENO" 5
19859 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19860 $as_echo "$as_me: executing $ac_file commands" >&6;}
19862 esac
19865 case $ac_file$ac_mode in
19866 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19867 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19868 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19869 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19870 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19871 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19872 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19873 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19874 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19875 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19876 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19877 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19878 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19880 esac
19881 done # for ac_tag
19884 as_fn_exit 0
19885 _ACEOF
19886 ac_clean_files=$ac_clean_files_save
19888 test $ac_write_fail = 0 ||
19889 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19892 # configure is writing to config.log, and then calls config.status.
19893 # config.status does its own redirection, appending to config.log.
19894 # Unfortunately, on DOS this fails, as config.log is still kept open
19895 # by configure, so config.status won't be able to write to it; its
19896 # output is simply discarded. So we exec the FD to /dev/null,
19897 # effectively closing config.log, so it can be properly (re)opened and
19898 # appended to by config.status. When coming back to configure, we
19899 # need to make the FD available again.
19900 if test "$no_create" != yes; then
19901 ac_cs_success=:
19902 ac_config_status_args=
19903 test "$silent" = yes &&
19904 ac_config_status_args="$ac_config_status_args --quiet"
19905 exec 5>/dev/null
19906 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19907 exec 5>>config.log
19908 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19909 # would make configure fail if this is the last instruction.
19910 $ac_cs_success || as_fn_exit $?
19912 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19914 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19918 if test "$no_create" = "yes"
19919 then
19920 exit 0
19923 ac_save_IFS="$IFS"
19924 if test "x$wine_notices != "x; then
19925 echo >&6
19926 IFS="|"
19927 for msg in $wine_notices; do
19928 IFS="$ac_save_IFS"
19929 if test -n "$msg"; then
19930 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19931 $as_echo "$as_me: $msg" >&6;}
19933 done
19935 IFS="|"
19936 for msg in $wine_warnings; do
19937 IFS="$ac_save_IFS"
19938 if test -n "$msg"; then
19939 echo >&2
19940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19941 $as_echo "$as_me: WARNING: $msg" >&2;}
19943 done
19944 IFS="$ac_save_IFS"
19946 echo "
19947 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19948 " >&6