inetcomm: Remove an unneeded variable.
[wine/multimedia.git] / configure
blob555bc0bdca6b51d90adbba3c50c8839fb44c5987
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Wine 1.1.34.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144 else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
150 esac
153 as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166 else
167 exitcode=1; echo positional parameters were not saved.
169 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes
177 else
178 as_have_required=no
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
182 else
183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
192 for as_base in sh bash ksh sh5; do
193 # Try only shells that exist, to save several forks.
194 as_shell=$as_dir/$as_base
195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 CONFIG_SHELL=$as_shell as_have_required=yes
198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 break 2
202 done;;
203 esac
204 as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208 CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
213 if test "x$CONFIG_SHELL" != x; then :
214 # We cannot yet assume a decent shell, so we have to provide a
215 # neutralization value for shells without unset; and this also
216 # works around shells that cannot unset nonexistent variables.
217 BASH_ENV=/dev/null
218 ENV=/dev/null
219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220 export CONFIG_SHELL
221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 if test x$as_have_required = xno; then :
225 $as_echo "$0: This script requires a shell more modern than all"
226 $as_echo "$0: the shells that I found on your system."
227 if test x${ZSH_VERSION+set} = xset ; then
228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230 else
231 $as_echo "$0: Please tell bug-autoconf@gnu.org and
232 $0: wine-devel@winehq.org about your system, including any
233 $0: error possibly output before this message. Then install
234 $0: a modern shell, or manually run the script under such a
235 $0: shell if you do have one."
237 exit 1
241 SHELL=${CONFIG_SHELL-/bin/sh}
242 export SHELL
243 # Unset more variables known to interfere with behavior of common tools.
244 CLICOLOR_FORCE= GREP_OPTIONS=
245 unset CLICOLOR_FORCE GREP_OPTIONS
247 ## --------------------- ##
248 ## M4sh Shell Functions. ##
249 ## --------------------- ##
250 # as_fn_unset VAR
251 # ---------------
252 # Portably unset VAR.
253 as_fn_unset ()
255 { eval $1=; unset $1;}
257 as_unset=as_fn_unset
259 # as_fn_set_status STATUS
260 # -----------------------
261 # Set $? to STATUS, without forking.
262 as_fn_set_status ()
264 return $1
265 } # as_fn_set_status
267 # as_fn_exit STATUS
268 # -----------------
269 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
270 as_fn_exit ()
272 set +e
273 as_fn_set_status $1
274 exit $1
275 } # as_fn_exit
277 # as_fn_mkdir_p
278 # -------------
279 # Create "$as_dir" as a directory, including parents if necessary.
280 as_fn_mkdir_p ()
283 case $as_dir in #(
284 -*) as_dir=./$as_dir;;
285 esac
286 test -d "$as_dir" || eval $as_mkdir_p || {
287 as_dirs=
288 while :; do
289 case $as_dir in #(
290 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
291 *) as_qdir=$as_dir;;
292 esac
293 as_dirs="'$as_qdir' $as_dirs"
294 as_dir=`$as_dirname -- "$as_dir" ||
295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
296 X"$as_dir" : 'X\(//\)[^/]' \| \
297 X"$as_dir" : 'X\(//\)$' \| \
298 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
299 $as_echo X"$as_dir" |
300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
301 s//\1/
304 /^X\(\/\/\)[^/].*/{
305 s//\1/
308 /^X\(\/\/\)$/{
309 s//\1/
312 /^X\(\/\).*/{
313 s//\1/
316 s/.*/./; q'`
317 test -d "$as_dir" && break
318 done
319 test -z "$as_dirs" || eval "mkdir $as_dirs"
320 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323 } # as_fn_mkdir_p
324 # as_fn_append VAR VALUE
325 # ----------------------
326 # Append the text in VALUE to the end of the definition contained in VAR. Take
327 # advantage of any shell optimizations that allow amortized linear growth over
328 # repeated appends, instead of the typical quadratic growth present in naive
329 # implementations.
330 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
331 eval 'as_fn_append ()
333 eval $1+=\$2
335 else
336 as_fn_append ()
338 eval $1=\$$1\$2
340 fi # as_fn_append
342 # as_fn_arith ARG...
343 # ------------------
344 # Perform arithmetic evaluation on the ARGs, and store the result in the
345 # global $as_val. Take advantage of shells that can avoid forks. The arguments
346 # must be portable across $(()) and expr.
347 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
348 eval 'as_fn_arith ()
350 as_val=$(( $* ))
352 else
353 as_fn_arith ()
355 as_val=`expr "$@" || test $? -eq 1`
357 fi # as_fn_arith
360 # as_fn_error ERROR [LINENO LOG_FD]
361 # ---------------------------------
362 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
363 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
364 # script with status $?, using 1 if that was 0.
365 as_fn_error ()
367 as_status=$?; test $as_status -eq 0 && as_status=1
368 if test "$3"; then
369 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
370 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
372 $as_echo "$as_me: error: $1" >&2
373 as_fn_exit $as_status
374 } # as_fn_error
376 if expr a : '\(a\)' >/dev/null 2>&1 &&
377 test "X`expr 00001 : '.*\(...\)'`" = X001; then
378 as_expr=expr
379 else
380 as_expr=false
383 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384 as_basename=basename
385 else
386 as_basename=false
389 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
390 as_dirname=dirname
391 else
392 as_dirname=false
395 as_me=`$as_basename -- "$0" ||
396 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
397 X"$0" : 'X\(//\)$' \| \
398 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
399 $as_echo X/"$0" |
400 sed '/^.*\/\([^/][^/]*\)\/*$/{
401 s//\1/
404 /^X\/\(\/\/\)$/{
405 s//\1/
408 /^X\/\(\/\).*/{
409 s//\1/
412 s/.*/./; q'`
414 # Avoid depending upon Character Ranges.
415 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
416 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
417 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
418 as_cr_digits='0123456789'
419 as_cr_alnum=$as_cr_Letters$as_cr_digits
422 as_lineno_1=$LINENO as_lineno_1a=$LINENO
423 as_lineno_2=$LINENO as_lineno_2a=$LINENO
424 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
425 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
426 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
427 sed -n '
429 /[$]LINENO/=
430 ' <$as_myself |
431 sed '
432 s/[$]LINENO.*/&-/
433 t lineno
435 :lineno
437 :loop
438 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
439 t loop
440 s/-\n.*//
441 ' >$as_me.lineno &&
442 chmod +x "$as_me.lineno" ||
443 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
445 # Don't try to exec as it changes $[0], causing all sort of problems
446 # (the dirname of $[0] is not the place where we might find the
447 # original and so on. Autoconf is especially sensitive to this).
448 . "./$as_me.lineno"
449 # Exit status is that of the last command.
450 exit
453 ECHO_C= ECHO_N= ECHO_T=
454 case `echo -n x` in #(((((
455 -n*)
456 case `echo 'xy\c'` in
457 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
458 xy) ECHO_C='\c';;
459 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
460 ECHO_T=' ';;
461 esac;;
463 ECHO_N='-n';;
464 esac
466 rm -f conf$$ conf$$.exe conf$$.file
467 if test -d conf$$.dir; then
468 rm -f conf$$.dir/conf$$.file
469 else
470 rm -f conf$$.dir
471 mkdir conf$$.dir 2>/dev/null
473 if (echo >conf$$.file) 2>/dev/null; then
474 if ln -s conf$$.file conf$$ 2>/dev/null; then
475 as_ln_s='ln -s'
476 # ... but there are two gotchas:
477 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
478 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
479 # In both cases, we have to default to `cp -p'.
480 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
481 as_ln_s='cp -p'
482 elif ln conf$$.file conf$$ 2>/dev/null; then
483 as_ln_s=ln
484 else
485 as_ln_s='cp -p'
487 else
488 as_ln_s='cp -p'
490 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491 rmdir conf$$.dir 2>/dev/null
493 if mkdir -p . 2>/dev/null; then
494 as_mkdir_p='mkdir -p "$as_dir"'
495 else
496 test -d ./-p && rmdir ./-p
497 as_mkdir_p=false
500 if test -x / >/dev/null 2>&1; then
501 as_test_x='test -x'
502 else
503 if ls -dL / >/dev/null 2>&1; then
504 as_ls_L_option=L
505 else
506 as_ls_L_option=
508 as_test_x='
509 eval sh -c '\''
510 if test -d "$1"; then
511 test -d "$1/.";
512 else
513 case $1 in #(
514 -*)set "./$1";;
515 esac;
516 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
517 ???[sx]*):;;*)false;;esac;fi
518 '\'' sh
521 as_executable_p=$as_test_x
523 # Sed expression to map a string onto a valid CPP name.
524 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
526 # Sed expression to map a string onto a valid variable name.
527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530 exec 7<&0 </dev/null 6>&1
532 # Name of the host.
533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534 # so uname gets run too.
535 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
538 # Initializations.
540 ac_default_prefix=/usr/local
541 ac_clean_files=
542 ac_config_libobj_dir=.
543 LIBOBJS=
544 cross_compiling=no
545 subdirs=
546 MFLAGS=
547 MAKEFLAGS=
549 # Identity of this package.
550 PACKAGE_NAME='Wine'
551 PACKAGE_TARNAME='wine'
552 PACKAGE_VERSION='1.1.34'
553 PACKAGE_STRING='Wine 1.1.34'
554 PACKAGE_BUGREPORT='wine-devel@winehq.org'
555 PACKAGE_URL='http://www.winehq.org'
557 ac_unique_file="server/atom.c"
558 # Factoring default headers for most tests.
559 ac_includes_default="\
560 #include <stdio.h>
561 #ifdef HAVE_SYS_TYPES_H
562 # include <sys/types.h>
563 #endif
564 #ifdef HAVE_SYS_STAT_H
565 # include <sys/stat.h>
566 #endif
567 #ifdef STDC_HEADERS
568 # include <stdlib.h>
569 # include <stddef.h>
570 #else
571 # ifdef HAVE_STDLIB_H
572 # include <stdlib.h>
573 # endif
574 #endif
575 #ifdef HAVE_STRING_H
576 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
577 # include <memory.h>
578 # endif
579 # include <string.h>
580 #endif
581 #ifdef HAVE_STRINGS_H
582 # include <strings.h>
583 #endif
584 #ifdef HAVE_INTTYPES_H
585 # include <inttypes.h>
586 #endif
587 #ifdef HAVE_STDINT_H
588 # include <stdint.h>
589 #endif
590 #ifdef HAVE_UNISTD_H
591 # include <unistd.h>
592 #endif"
594 ac_subst_vars='LTLIBOBJS
595 LIBOBJS
596 ALL_WINETEST_DEPENDS
597 ALL_PROGRAM_BIN_INSTALL_DIRS
598 ALL_PROGRAM_INSTALL_DIRS
599 ALL_PROGRAM_DIRS
600 ALL_TEST_DIRS
601 ALL_IMPLIB_DIRS
602 ALL_DLL_DIRS
603 ALL_TOP_DIRS
604 ALL_MAKEFILE_DEPENDS
605 ALL_MAKEFILES
606 ALL_MAKERULES
607 DEPENDENCIES
608 LDAPLIBS
609 LIBPOLL
610 LIBDL
611 EXTRA_BINARIES
612 MAIN_BINARY
613 SOCKETLIBS
614 CRTLIBS
615 TOOLSEXT
616 LDPATH
617 BUILTINFLAG
618 EXTRACFLAGS
619 LIBKSTAT
620 LIBMPG123
621 PNGINCL
622 FONTCONFIGINCL
623 CUPSINCL
624 AUDIOIOLIBS
625 ALSALIBS
626 ESDLIBS
627 ESDINCL
628 ESDCONFIG
629 ZLIB
630 FREETYPEINCL
631 FREETYPELIBS
632 ft_devel
633 LCMSLIBS
634 RESOLVLIBS
635 GPHOTO2INCL
636 GPHOTO2LIBS
637 gphoto2port_devel
638 gphoto2_devel
639 SANEINCL
640 sane_devel
641 GNUTLSINCL
642 HALINCL
643 XSLTINCL
644 XML2INCL
645 XML2LIBS
646 NASLIBS
647 X_EXTRA_LIBS
648 X_LIBS
649 X_PRE_LIBS
650 X_CFLAGS
651 XMKMF
652 LIBPTHREAD
653 CROSSTARGETFLAGS
654 CROSSTEST
655 CROSSCC
656 CARBONLIB
657 LIBOPENAL
658 COREAUDIO
659 DISKARBITRATIONLIB
660 LDEXECFLAGS
661 IOKITLIB
662 COREFOUNDATIONLIB
663 SECURITYLIB
664 MINGWAR
665 DLLWRAP
666 DLLTOOL
668 LDRPATH_LOCAL
669 LDRPATH_INSTALL
670 IMPLIBEXT
671 LIBEXT
672 LDDLLFLAGS
673 LDSHARED
674 DLLFLAGS
675 DLLEXT
677 OPENGL_LIBS
678 XLIB
679 PRELINK
680 ICOTOOL
681 RSVG
682 PKG_CONFIG
683 FONTFORGE
684 LINTFLAGS
685 LINT
686 INSTALL_DATA
687 INSTALL_SCRIPT
688 INSTALL_PROGRAM
689 LDCONFIG
690 EGREP
691 GREP
693 LN_S
694 STRIP
695 RANLIB
696 ARFLAGS
697 ac_ct_AR
699 BISON
700 FLEX
701 TOOLSDIR
702 WOW64_DISABLE
703 WIN16_INSTALL
704 WIN16_FILES
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.34 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.34:";;
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 C/C++/Objective 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.34
1584 generated by GNU Autoconf 2.64
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 return $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 return $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 return $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 return $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 return $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.34, which was
2104 generated by GNU Autoconf 2.64. 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 -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
2367 # files actually), so we avoid doing that.
2368 if 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
3178 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. */
3186 #include <stdio.h>
3188 main ()
3190 FILE *f = fopen ("conftest.out", "w");
3191 return ferror (f) || fclose (f) != 0;
3194 return 0;
3196 _ACEOF
3197 ac_clean_files_save=$ac_clean_files
3198 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3199 # Try to create an executable without -o first, disregard a.out.
3200 # It will help us diagnose broken compilers, and finding out an intuition
3201 # of exeext.
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3203 $as_echo_n "checking for C compiler default output file name... " >&6; }
3204 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3206 # The possible output files:
3207 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3209 ac_rmfiles=
3210 for ac_file in $ac_files
3212 case $ac_file in
3213 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3214 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3215 esac
3216 done
3217 rm -f $ac_rmfiles
3219 if { { ac_try="$ac_link_default"
3220 case "(($ac_try" in
3221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222 *) ac_try_echo=$ac_try;;
3223 esac
3224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225 $as_echo "$ac_try_echo"; } >&5
3226 (eval "$ac_link_default") 2>&5
3227 ac_status=$?
3228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3229 test $ac_status = 0; }; then :
3230 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3231 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3232 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3233 # so that the user can short-circuit this test for compilers unknown to
3234 # Autoconf.
3235 for ac_file in $ac_files ''
3237 test -f "$ac_file" || continue
3238 case $ac_file in
3239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3241 [ab].out )
3242 # We found the default executable, but exeext='' is most
3243 # certainly right.
3244 break;;
3245 *.* )
3246 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3247 then :; else
3248 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3250 # We set ac_cv_exeext here because the later test for it is not
3251 # safe: cross compilers may not add the suffix if given an `-o'
3252 # argument, so we may need to know it at that point already.
3253 # Even if this section looks crufty: it has the advantage of
3254 # actually working.
3255 break;;
3257 break;;
3258 esac
3259 done
3260 test "$ac_cv_exeext" = no && ac_cv_exeext=
3262 else
3263 ac_file=''
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3266 $as_echo "$ac_file" >&6; }
3267 if test -z "$ac_file"; then :
3268 $as_echo "$as_me: failed program was:" >&5
3269 sed 's/^/| /' conftest.$ac_ext >&5
3271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3273 { as_fn_set_status 77
3274 as_fn_error "C compiler cannot create executables
3275 See \`config.log' for more details." "$LINENO" 5; }; }
3277 ac_exeext=$ac_cv_exeext
3279 # Check that the compiler produces executables we can run. If not, either
3280 # the compiler is broken, or we cross compile.
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3282 $as_echo_n "checking whether the C compiler works... " >&6; }
3283 # If not cross compiling, check that we can run a simple program.
3284 if test "$cross_compiling" != yes; then
3285 if { ac_try='./$ac_file'
3286 { { case "(($ac_try" in
3287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3288 *) ac_try_echo=$ac_try;;
3289 esac
3290 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3291 $as_echo "$ac_try_echo"; } >&5
3292 (eval "$ac_try") 2>&5
3293 ac_status=$?
3294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3295 test $ac_status = 0; }; }; then
3296 cross_compiling=no
3297 else
3298 if test "$cross_compiling" = maybe; then
3299 cross_compiling=yes
3300 else
3301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3303 as_fn_error "cannot run C compiled programs.
3304 If you meant to cross compile, use \`--host'.
3305 See \`config.log' for more details." "$LINENO" 5; }
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3310 $as_echo "yes" >&6; }
3312 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3313 ac_clean_files=$ac_clean_files_save
3314 # Check that the compiler produces executables we can run. If not, either
3315 # the compiler is broken, or we cross compile.
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3317 $as_echo_n "checking whether we are cross compiling... " >&6; }
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3319 $as_echo "$cross_compiling" >&6; }
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3322 $as_echo_n "checking for suffix of executables... " >&6; }
3323 if { { ac_try="$ac_link"
3324 case "(($ac_try" in
3325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326 *) ac_try_echo=$ac_try;;
3327 esac
3328 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329 $as_echo "$ac_try_echo"; } >&5
3330 (eval "$ac_link") 2>&5
3331 ac_status=$?
3332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333 test $ac_status = 0; }; then :
3334 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3335 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3336 # work properly (i.e., refer to `conftest.exe'), while it won't with
3337 # `rm'.
3338 for ac_file in conftest.exe conftest conftest.*; do
3339 test -f "$ac_file" || continue
3340 case $ac_file in
3341 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3342 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3343 break;;
3344 * ) break;;
3345 esac
3346 done
3347 else
3348 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3350 as_fn_error "cannot compute suffix of executables: cannot compile and link
3351 See \`config.log' for more details." "$LINENO" 5; }
3353 rm -f conftest$ac_cv_exeext
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3355 $as_echo "$ac_cv_exeext" >&6; }
3357 rm -f conftest.$ac_ext
3358 EXEEXT=$ac_cv_exeext
3359 ac_exeext=$EXEEXT
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3361 $as_echo_n "checking for suffix of object files... " >&6; }
3362 if test "${ac_cv_objext+set}" = set; then :
3363 $as_echo_n "(cached) " >&6
3364 else
3365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3366 /* end confdefs.h. */
3369 main ()
3373 return 0;
3375 _ACEOF
3376 rm -f conftest.o conftest.obj
3377 if { { ac_try="$ac_compile"
3378 case "(($ac_try" in
3379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380 *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384 (eval "$ac_compile") 2>&5
3385 ac_status=$?
3386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387 test $ac_status = 0; }; then :
3388 for ac_file in conftest.o conftest.obj conftest.*; do
3389 test -f "$ac_file" || continue;
3390 case $ac_file in
3391 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3392 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3393 break;;
3394 esac
3395 done
3396 else
3397 $as_echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.$ac_ext >&5
3400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3402 as_fn_error "cannot compute suffix of object files: cannot compile
3403 See \`config.log' for more details." "$LINENO" 5; }
3405 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3408 $as_echo "$ac_cv_objext" >&6; }
3409 OBJEXT=$ac_cv_objext
3410 ac_objext=$OBJEXT
3411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3412 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3413 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3414 $as_echo_n "(cached) " >&6
3415 else
3416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3417 /* end confdefs.h. */
3420 main ()
3422 #ifndef __GNUC__
3423 choke me
3424 #endif
3427 return 0;
3429 _ACEOF
3430 if ac_fn_c_try_compile "$LINENO"; then :
3431 ac_compiler_gnu=yes
3432 else
3433 ac_compiler_gnu=no
3435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3436 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3440 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3441 if test $ac_compiler_gnu = yes; then
3442 GCC=yes
3443 else
3444 GCC=
3446 ac_test_CFLAGS=${CFLAGS+set}
3447 ac_save_CFLAGS=$CFLAGS
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3449 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3450 if test "${ac_cv_prog_cc_g+set}" = set; then :
3451 $as_echo_n "(cached) " >&6
3452 else
3453 ac_save_c_werror_flag=$ac_c_werror_flag
3454 ac_c_werror_flag=yes
3455 ac_cv_prog_cc_g=no
3456 CFLAGS="-g"
3457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3458 /* end confdefs.h. */
3461 main ()
3465 return 0;
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469 ac_cv_prog_cc_g=yes
3470 else
3471 CFLAGS=""
3472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3473 /* end confdefs.h. */
3476 main ()
3480 return 0;
3482 _ACEOF
3483 if ac_fn_c_try_compile "$LINENO"; then :
3485 else
3486 ac_c_werror_flag=$ac_save_c_werror_flag
3487 CFLAGS="-g"
3488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3489 /* end confdefs.h. */
3492 main ()
3496 return 0;
3498 _ACEOF
3499 if ac_fn_c_try_compile "$LINENO"; then :
3500 ac_cv_prog_cc_g=yes
3502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3507 ac_c_werror_flag=$ac_save_c_werror_flag
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3510 $as_echo "$ac_cv_prog_cc_g" >&6; }
3511 if test "$ac_test_CFLAGS" = set; then
3512 CFLAGS=$ac_save_CFLAGS
3513 elif test $ac_cv_prog_cc_g = yes; then
3514 if test "$GCC" = yes; then
3515 CFLAGS="-g -O2"
3516 else
3517 CFLAGS="-g"
3519 else
3520 if test "$GCC" = yes; then
3521 CFLAGS="-O2"
3522 else
3523 CFLAGS=
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3527 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3528 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3529 $as_echo_n "(cached) " >&6
3530 else
3531 ac_cv_prog_cc_c89=no
3532 ac_save_CC=$CC
3533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3534 /* end confdefs.h. */
3535 #include <stdarg.h>
3536 #include <stdio.h>
3537 #include <sys/types.h>
3538 #include <sys/stat.h>
3539 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3540 struct buf { int x; };
3541 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3542 static char *e (p, i)
3543 char **p;
3544 int i;
3546 return p[i];
3548 static char *f (char * (*g) (char **, int), char **p, ...)
3550 char *s;
3551 va_list v;
3552 va_start (v,p);
3553 s = g (p, va_arg (v,int));
3554 va_end (v);
3555 return s;
3558 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3559 function prototypes and stuff, but not '\xHH' hex character constants.
3560 These don't provoke an error unfortunately, instead are silently treated
3561 as 'x'. The following induces an error, until -std is added to get
3562 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3563 array size at least. It's necessary to write '\x00'==0 to get something
3564 that's true only with -std. */
3565 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3567 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3568 inside strings and character constants. */
3569 #define FOO(x) 'x'
3570 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3572 int test (int i, double x);
3573 struct s1 {int (*f) (int a);};
3574 struct s2 {int (*f) (double a);};
3575 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3576 int argc;
3577 char **argv;
3579 main ()
3581 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3583 return 0;
3585 _ACEOF
3586 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3589 CC="$ac_save_CC $ac_arg"
3590 if ac_fn_c_try_compile "$LINENO"; then :
3591 ac_cv_prog_cc_c89=$ac_arg
3593 rm -f core conftest.err conftest.$ac_objext
3594 test "x$ac_cv_prog_cc_c89" != "xno" && break
3595 done
3596 rm -f conftest.$ac_ext
3597 CC=$ac_save_CC
3600 # AC_CACHE_VAL
3601 case "x$ac_cv_prog_cc_c89" in
3603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3604 $as_echo "none needed" >&6; } ;;
3605 xno)
3606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3607 $as_echo "unsupported" >&6; } ;;
3609 CC="$CC $ac_cv_prog_cc_c89"
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3611 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3612 esac
3613 if test "x$ac_cv_prog_cc_c89" != xno; then :
3617 ac_ext=c
3618 ac_cpp='$CPP $CPPFLAGS'
3619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3623 ac_ext=cpp
3624 ac_cpp='$CXXCPP $CPPFLAGS'
3625 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3626 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3627 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3628 if test -z "$CXX"; then
3629 if test -n "$CCC"; then
3630 CXX=$CCC
3631 else
3632 if test -n "$ac_tool_prefix"; then
3633 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3635 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3636 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3638 $as_echo_n "checking for $ac_word... " >&6; }
3639 if test "${ac_cv_prog_CXX+set}" = set; then :
3640 $as_echo_n "(cached) " >&6
3641 else
3642 if test -n "$CXX"; then
3643 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3644 else
3645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3646 for as_dir in $PATH
3648 IFS=$as_save_IFS
3649 test -z "$as_dir" && as_dir=.
3650 for ac_exec_ext in '' $ac_executable_extensions; do
3651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3654 break 2
3656 done
3657 done
3658 IFS=$as_save_IFS
3662 CXX=$ac_cv_prog_CXX
3663 if test -n "$CXX"; then
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3665 $as_echo "$CXX" >&6; }
3666 else
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3668 $as_echo "no" >&6; }
3672 test -n "$CXX" && break
3673 done
3675 if test -z "$CXX"; then
3676 ac_ct_CXX=$CXX
3677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3679 # Extract the first word of "$ac_prog", so it can be a program name with args.
3680 set dummy $ac_prog; ac_word=$2
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3682 $as_echo_n "checking for $ac_word... " >&6; }
3683 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3684 $as_echo_n "(cached) " >&6
3685 else
3686 if test -n "$ac_ct_CXX"; then
3687 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3688 else
3689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3690 for as_dir in $PATH
3692 IFS=$as_save_IFS
3693 test -z "$as_dir" && as_dir=.
3694 for ac_exec_ext in '' $ac_executable_extensions; do
3695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3696 ac_cv_prog_ac_ct_CXX="$ac_prog"
3697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3698 break 2
3700 done
3701 done
3702 IFS=$as_save_IFS
3706 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3707 if test -n "$ac_ct_CXX"; then
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3709 $as_echo "$ac_ct_CXX" >&6; }
3710 else
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; }
3716 test -n "$ac_ct_CXX" && break
3717 done
3719 if test "x$ac_ct_CXX" = x; then
3720 CXX="g++"
3721 else
3722 case $cross_compiling:$ac_tool_warned in
3723 yes:)
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3726 ac_tool_warned=yes ;;
3727 esac
3728 CXX=$ac_ct_CXX
3734 # Provide some information about the compiler.
3735 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3736 set X $ac_compile
3737 ac_compiler=$2
3738 for ac_option in --version -v -V -qversion; do
3739 { { ac_try="$ac_compiler $ac_option >&5"
3740 case "(($ac_try" in
3741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742 *) ac_try_echo=$ac_try;;
3743 esac
3744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3745 $as_echo "$ac_try_echo"; } >&5
3746 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3747 ac_status=$?
3748 if test -s conftest.err; then
3749 sed '10a\
3750 ... rest of stderr output deleted ...
3751 10q' conftest.err >conftest.er1
3752 cat conftest.er1 >&5
3753 rm -f conftest.er1 conftest.err
3755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3756 test $ac_status = 0; }
3757 done
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3760 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3761 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3762 $as_echo_n "(cached) " >&6
3763 else
3764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3765 /* end confdefs.h. */
3768 main ()
3770 #ifndef __GNUC__
3771 choke me
3772 #endif
3775 return 0;
3777 _ACEOF
3778 if ac_fn_cxx_try_compile "$LINENO"; then :
3779 ac_compiler_gnu=yes
3780 else
3781 ac_compiler_gnu=no
3783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3784 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3788 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3789 if test $ac_compiler_gnu = yes; then
3790 GXX=yes
3791 else
3792 GXX=
3794 ac_test_CXXFLAGS=${CXXFLAGS+set}
3795 ac_save_CXXFLAGS=$CXXFLAGS
3796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3797 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3798 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3799 $as_echo_n "(cached) " >&6
3800 else
3801 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3802 ac_cxx_werror_flag=yes
3803 ac_cv_prog_cxx_g=no
3804 CXXFLAGS="-g"
3805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3806 /* end confdefs.h. */
3809 main ()
3813 return 0;
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817 ac_cv_prog_cxx_g=yes
3818 else
3819 CXXFLAGS=""
3820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3821 /* end confdefs.h. */
3824 main ()
3828 return 0;
3830 _ACEOF
3831 if ac_fn_cxx_try_compile "$LINENO"; then :
3833 else
3834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3835 CXXFLAGS="-g"
3836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3837 /* end confdefs.h. */
3840 main ()
3844 return 0;
3846 _ACEOF
3847 if ac_fn_cxx_try_compile "$LINENO"; then :
3848 ac_cv_prog_cxx_g=yes
3850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3855 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3858 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3859 if test "$ac_test_CXXFLAGS" = set; then
3860 CXXFLAGS=$ac_save_CXXFLAGS
3861 elif test $ac_cv_prog_cxx_g = yes; then
3862 if test "$GXX" = yes; then
3863 CXXFLAGS="-g -O2"
3864 else
3865 CXXFLAGS="-g"
3867 else
3868 if test "$GXX" = yes; then
3869 CXXFLAGS="-O2"
3870 else
3871 CXXFLAGS=
3874 ac_ext=c
3875 ac_cpp='$CPP $CPPFLAGS'
3876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3880 if test -n "$ac_tool_prefix"; then
3881 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3882 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3884 $as_echo_n "checking for $ac_word... " >&6; }
3885 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3886 $as_echo_n "(cached) " >&6
3887 else
3888 if test -n "$CPPBIN"; then
3889 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3890 else
3891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892 for as_dir in $PATH
3894 IFS=$as_save_IFS
3895 test -z "$as_dir" && as_dir=.
3896 for ac_exec_ext in '' $ac_executable_extensions; do
3897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3898 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3900 break 2
3902 done
3903 done
3904 IFS=$as_save_IFS
3908 CPPBIN=$ac_cv_prog_CPPBIN
3909 if test -n "$CPPBIN"; then
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3911 $as_echo "$CPPBIN" >&6; }
3912 else
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3914 $as_echo "no" >&6; }
3919 if test -z "$ac_cv_prog_CPPBIN"; then
3920 ac_ct_CPPBIN=$CPPBIN
3921 # Extract the first word of "cpp", so it can be a program name with args.
3922 set dummy cpp; ac_word=$2
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3924 $as_echo_n "checking for $ac_word... " >&6; }
3925 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3926 $as_echo_n "(cached) " >&6
3927 else
3928 if test -n "$ac_ct_CPPBIN"; then
3929 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3930 else
3931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932 for as_dir in $PATH
3934 IFS=$as_save_IFS
3935 test -z "$as_dir" && as_dir=.
3936 for ac_exec_ext in '' $ac_executable_extensions; do
3937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3938 ac_cv_prog_ac_ct_CPPBIN="cpp"
3939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3940 break 2
3942 done
3943 done
3944 IFS=$as_save_IFS
3948 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3949 if test -n "$ac_ct_CPPBIN"; then
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3951 $as_echo "$ac_ct_CPPBIN" >&6; }
3952 else
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3954 $as_echo "no" >&6; }
3957 if test "x$ac_ct_CPPBIN" = x; then
3958 CPPBIN="cpp"
3959 else
3960 case $cross_compiling:$ac_tool_warned in
3961 yes:)
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3964 ac_tool_warned=yes ;;
3965 esac
3966 CPPBIN=$ac_ct_CPPBIN
3968 else
3969 CPPBIN="$ac_cv_prog_CPPBIN"
3973 cat >>confdefs.h <<_ACEOF
3974 #define EXEEXT "$ac_exeext"
3975 _ACEOF
3978 case $host in
3979 *-darwin*)
3980 if test "x$enable_win64" = "xyes"
3981 then
3982 CC="$CC -m64"
3983 CXX="$CXX -m64"
3984 LD="${LD:-ld} -arch x86_64"
3985 AS="${AS:-as} -arch x86_64"
3986 host_cpu="x86_64"
3987 notice_platform="64-bit "
3988 TARGETFLAGS="-m64"
3990 else
3991 CC="$CC -m32"
3992 CXX="$CXX -m32"
3993 LD="${LD:-ld} -arch i386"
3994 AS="${AS:-as} -arch i386"
3995 host_cpu="i386"
3996 notice_platform="32-bit "
3997 TARGETFLAGS="-m32"
3999 enable_win16=${enable_win16:-yes}
4002 x86_64*)
4003 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4004 then
4005 CC="$CC -m32"
4006 CXX="$CXX -m32"
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4008 $as_echo_n "checking whether $CC works... " >&6; }
4010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4011 /* end confdefs.h. */
4014 main ()
4018 return 0;
4020 _ACEOF
4021 if ac_fn_c_try_link "$LINENO"; then :
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4023 $as_echo "yes" >&6; }
4024 else
4025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4026 $as_echo "no" >&6; }
4027 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4029 rm -f core conftest.err conftest.$ac_objext \
4030 conftest$ac_exeext conftest.$ac_ext
4031 LD="${LD:-ld} -m elf_i386"
4032 AS="${AS:-as} --32"
4033 host_cpu="i386"
4034 notice_platform="32-bit "
4035 TARGETFLAGS="-m32"
4037 enable_win16=${enable_win16:-yes}
4038 else
4039 if test "x${GCC}" = "xyes"
4040 then
4041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4042 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4044 /* end confdefs.h. */
4045 #include <stdarg.h>
4047 main ()
4049 void func(__builtin_ms_va_list *args);
4051 return 0;
4053 _ACEOF
4054 if ac_fn_c_try_compile "$LINENO"; then :
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4056 $as_echo "yes" >&6; }
4057 else
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059 $as_echo "no" >&6; }
4060 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4064 TARGETFLAGS="-m64"
4068 *-mingw32*|*-cygwin*)
4069 enable_win16=${enable_win16:-no}
4071 i[3456789]86*)
4072 enable_win16=${enable_win16:-yes}
4074 esac
4076 enable_win16=${enable_win16:-no}
4078 WIN16_FILES="\$(WIN16_FILES)"
4080 WIN16_INSTALL="\$(WIN16_INSTALL)"
4082 if test "x$enable_win16" != "xyes"
4083 then
4084 WIN16_FILES=""
4085 WIN16_INSTALL=""
4086 enable_w32skrnl=${enable_w32skrnl:-no}
4087 enable_winedos=${enable_winedos:-no}
4088 enable_winevdm=${enable_winevdm:-no}
4089 enable_wow32=${enable_wow32:-no}
4092 if test -n "$with_wine64"
4093 then
4094 if test "x$enable_win64" = "xyes"
4095 then
4096 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4097 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4099 WOW64_DISABLE=\#
4101 enable_fonts=${enable_fonts:-no}
4102 enable_include=${enable_include:-no}
4103 enable_server=${enable_server:-no}
4104 enable_tools=${enable_tools:-no}
4105 enable_wineboot=${enable_wineboot:-no}
4106 enable_winedbg=${enable_winedbg:-no}
4107 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4111 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4112 if test "${wine_cv_toolsdir+set}" = set; then :
4113 $as_echo_n "(cached) " >&6
4114 else
4115 wine_cv_toolsdir="$with_wine_tools"
4116 if test -z "$with_wine_tools"; then
4117 if test "$cross_compiling" = "yes"; then
4118 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4119 elif test -n "$with_wine64"; then
4120 wine_cv_toolsdir="$with_wine64"
4123 if test -z "$wine_cv_toolsdir"; then
4124 wine_cv_toolsdir="\$(TOPOBJDIR)"
4125 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4126 case "$wine_cv_toolsdir" in
4127 /*) ;;
4128 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4129 esac
4130 else
4131 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4135 $as_echo "$wine_cv_toolsdir" >&6; }
4136 TOOLSDIR=$wine_cv_toolsdir
4138 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4139 then
4140 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4144 for ac_prog in flex
4146 # Extract the first word of "$ac_prog", so it can be a program name with args.
4147 set dummy $ac_prog; ac_word=$2
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149 $as_echo_n "checking for $ac_word... " >&6; }
4150 if test "${ac_cv_prog_FLEX+set}" = set; then :
4151 $as_echo_n "(cached) " >&6
4152 else
4153 if test -n "$FLEX"; then
4154 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4155 else
4156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157 for as_dir in $PATH
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4163 ac_cv_prog_FLEX="$ac_prog"
4164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4165 break 2
4167 done
4168 done
4169 IFS=$as_save_IFS
4173 FLEX=$ac_cv_prog_FLEX
4174 if test -n "$FLEX"; then
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4176 $as_echo "$FLEX" >&6; }
4177 else
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179 $as_echo "no" >&6; }
4183 test -n "$FLEX" && break
4184 done
4185 test -n "$FLEX" || FLEX="none"
4187 if test "$FLEX" = "none"
4188 then
4189 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4192 for ac_prog in bison
4194 # Extract the first word of "$ac_prog", so it can be a program name with args.
4195 set dummy $ac_prog; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_BISON+set}" = set; then :
4199 $as_echo_n "(cached) " >&6
4200 else
4201 if test -n "$BISON"; then
4202 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4203 else
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205 for as_dir in $PATH
4207 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do
4210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211 ac_cv_prog_BISON="$ac_prog"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213 break 2
4215 done
4216 done
4217 IFS=$as_save_IFS
4221 BISON=$ac_cv_prog_BISON
4222 if test -n "$BISON"; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4224 $as_echo "$BISON" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4231 test -n "$BISON" && break
4232 done
4233 test -n "$BISON" || BISON="none"
4235 if test "$BISON" = "none"
4236 then
4237 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4240 if test -n "$ac_tool_prefix"; then
4241 for ac_prog in ar gar
4243 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4244 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4246 $as_echo_n "checking for $ac_word... " >&6; }
4247 if test "${ac_cv_prog_AR+set}" = set; then :
4248 $as_echo_n "(cached) " >&6
4249 else
4250 if test -n "$AR"; then
4251 ac_cv_prog_AR="$AR" # Let the user override the test.
4252 else
4253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4254 for as_dir in $PATH
4256 IFS=$as_save_IFS
4257 test -z "$as_dir" && as_dir=.
4258 for ac_exec_ext in '' $ac_executable_extensions; do
4259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4260 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4262 break 2
4264 done
4265 done
4266 IFS=$as_save_IFS
4270 AR=$ac_cv_prog_AR
4271 if test -n "$AR"; then
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4273 $as_echo "$AR" >&6; }
4274 else
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4276 $as_echo "no" >&6; }
4280 test -n "$AR" && break
4281 done
4283 if test -z "$AR"; then
4284 ac_ct_AR=$AR
4285 for ac_prog in ar gar
4287 # Extract the first word of "$ac_prog", so it can be a program name with args.
4288 set dummy $ac_prog; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4292 $as_echo_n "(cached) " >&6
4293 else
4294 if test -n "$ac_ct_AR"; then
4295 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4296 else
4297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298 for as_dir in $PATH
4300 IFS=$as_save_IFS
4301 test -z "$as_dir" && as_dir=.
4302 for ac_exec_ext in '' $ac_executable_extensions; do
4303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304 ac_cv_prog_ac_ct_AR="$ac_prog"
4305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 break 2
4308 done
4309 done
4310 IFS=$as_save_IFS
4314 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4315 if test -n "$ac_ct_AR"; then
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4317 $as_echo "$ac_ct_AR" >&6; }
4318 else
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4320 $as_echo "no" >&6; }
4324 test -n "$ac_ct_AR" && break
4325 done
4327 if test "x$ac_ct_AR" = x; then
4328 AR="ar"
4329 else
4330 case $cross_compiling:$ac_tool_warned in
4331 yes:)
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4333 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4334 ac_tool_warned=yes ;;
4335 esac
4336 AR=$ac_ct_AR
4340 ARFLAGS=rc
4342 if test -n "$ac_tool_prefix"; then
4343 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4344 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4346 $as_echo_n "checking for $ac_word... " >&6; }
4347 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4348 $as_echo_n "(cached) " >&6
4349 else
4350 if test -n "$RANLIB"; then
4351 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4352 else
4353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4354 for as_dir in $PATH
4356 IFS=$as_save_IFS
4357 test -z "$as_dir" && as_dir=.
4358 for ac_exec_ext in '' $ac_executable_extensions; do
4359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4360 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4362 break 2
4364 done
4365 done
4366 IFS=$as_save_IFS
4370 RANLIB=$ac_cv_prog_RANLIB
4371 if test -n "$RANLIB"; then
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4373 $as_echo "$RANLIB" >&6; }
4374 else
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4376 $as_echo "no" >&6; }
4381 if test -z "$ac_cv_prog_RANLIB"; then
4382 ac_ct_RANLIB=$RANLIB
4383 # Extract the first word of "ranlib", so it can be a program name with args.
4384 set dummy ranlib; ac_word=$2
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4386 $as_echo_n "checking for $ac_word... " >&6; }
4387 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 if test -n "$ac_ct_RANLIB"; then
4391 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4392 else
4393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4394 for as_dir in $PATH
4396 IFS=$as_save_IFS
4397 test -z "$as_dir" && as_dir=.
4398 for ac_exec_ext in '' $ac_executable_extensions; do
4399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4400 ac_cv_prog_ac_ct_RANLIB="ranlib"
4401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4402 break 2
4404 done
4405 done
4406 IFS=$as_save_IFS
4410 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4411 if test -n "$ac_ct_RANLIB"; then
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4413 $as_echo "$ac_ct_RANLIB" >&6; }
4414 else
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4416 $as_echo "no" >&6; }
4419 if test "x$ac_ct_RANLIB" = x; then
4420 RANLIB=":"
4421 else
4422 case $cross_compiling:$ac_tool_warned in
4423 yes:)
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4425 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4426 ac_tool_warned=yes ;;
4427 esac
4428 RANLIB=$ac_ct_RANLIB
4430 else
4431 RANLIB="$ac_cv_prog_RANLIB"
4434 if test -n "$ac_tool_prefix"; then
4435 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4436 set dummy ${ac_tool_prefix}strip; ac_word=$2
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4438 $as_echo_n "checking for $ac_word... " >&6; }
4439 if test "${ac_cv_prog_STRIP+set}" = set; then :
4440 $as_echo_n "(cached) " >&6
4441 else
4442 if test -n "$STRIP"; then
4443 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4444 else
4445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446 for as_dir in $PATH
4448 IFS=$as_save_IFS
4449 test -z "$as_dir" && as_dir=.
4450 for ac_exec_ext in '' $ac_executable_extensions; do
4451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4452 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4454 break 2
4456 done
4457 done
4458 IFS=$as_save_IFS
4462 STRIP=$ac_cv_prog_STRIP
4463 if test -n "$STRIP"; then
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4465 $as_echo "$STRIP" >&6; }
4466 else
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4468 $as_echo "no" >&6; }
4473 if test -z "$ac_cv_prog_STRIP"; then
4474 ac_ct_STRIP=$STRIP
4475 # Extract the first word of "strip", so it can be a program name with args.
4476 set dummy strip; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4480 $as_echo_n "(cached) " >&6
4481 else
4482 if test -n "$ac_ct_STRIP"; then
4483 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492 ac_cv_prog_ac_ct_STRIP="strip"
4493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 break 2
4496 done
4497 done
4498 IFS=$as_save_IFS
4502 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4503 if test -n "$ac_ct_STRIP"; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4505 $as_echo "$ac_ct_STRIP" >&6; }
4506 else
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4511 if test "x$ac_ct_STRIP" = x; then
4512 STRIP="strip"
4513 else
4514 case $cross_compiling:$ac_tool_warned in
4515 yes:)
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4518 ac_tool_warned=yes ;;
4519 esac
4520 STRIP=$ac_ct_STRIP
4522 else
4523 STRIP="$ac_cv_prog_STRIP"
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4527 $as_echo_n "checking whether ln -s works... " >&6; }
4528 LN_S=$as_ln_s
4529 if test "$LN_S" = "ln -s"; then
4530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4531 $as_echo "yes" >&6; }
4532 else
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4534 $as_echo "no, using $LN_S" >&6; }
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4538 $as_echo_n "checking whether ln works... " >&6; }
4539 rm -f conf$$ conf$$.file
4540 echo >conf$$.file
4541 if ln conf$$.file conf$$ 2>/dev/null; then
4542 LN=ln
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4545 $as_echo "yes" >&6; }
4546 else
4547 LN="cp -p"
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4550 $as_echo "no, using $LN" >&6; }
4552 rm -f conf$$ conf$$.file
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4554 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4555 if test "${ac_cv_path_GREP+set}" = set; then :
4556 $as_echo_n "(cached) " >&6
4557 else
4558 if test -z "$GREP"; then
4559 ac_path_GREP_found=false
4560 # Loop through the user's path and test for each of PROGNAME-LIST
4561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4562 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4564 IFS=$as_save_IFS
4565 test -z "$as_dir" && as_dir=.
4566 for ac_prog in grep ggrep; do
4567 for ac_exec_ext in '' $ac_executable_extensions; do
4568 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4569 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4570 # Check for GNU ac_path_GREP and select it if it is found.
4571 # Check for GNU $ac_path_GREP
4572 case `"$ac_path_GREP" --version 2>&1` in
4573 *GNU*)
4574 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4576 ac_count=0
4577 $as_echo_n 0123456789 >"conftest.in"
4578 while :
4580 cat "conftest.in" "conftest.in" >"conftest.tmp"
4581 mv "conftest.tmp" "conftest.in"
4582 cp "conftest.in" "conftest.nl"
4583 $as_echo 'GREP' >> "conftest.nl"
4584 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4585 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4586 as_fn_arith $ac_count + 1 && ac_count=$as_val
4587 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4588 # Best one so far, save it but keep looking for a better one
4589 ac_cv_path_GREP="$ac_path_GREP"
4590 ac_path_GREP_max=$ac_count
4592 # 10*(2^10) chars as input seems more than enough
4593 test $ac_count -gt 10 && break
4594 done
4595 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4596 esac
4598 $ac_path_GREP_found && break 3
4599 done
4600 done
4601 done
4602 IFS=$as_save_IFS
4603 if test -z "$ac_cv_path_GREP"; then
4604 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4606 else
4607 ac_cv_path_GREP=$GREP
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4612 $as_echo "$ac_cv_path_GREP" >&6; }
4613 GREP="$ac_cv_path_GREP"
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4617 $as_echo_n "checking for egrep... " >&6; }
4618 if test "${ac_cv_path_EGREP+set}" = set; then :
4619 $as_echo_n "(cached) " >&6
4620 else
4621 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4622 then ac_cv_path_EGREP="$GREP -E"
4623 else
4624 if test -z "$EGREP"; then
4625 ac_path_EGREP_found=false
4626 # Loop through the user's path and test for each of PROGNAME-LIST
4627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4628 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4630 IFS=$as_save_IFS
4631 test -z "$as_dir" && as_dir=.
4632 for ac_prog in egrep; do
4633 for ac_exec_ext in '' $ac_executable_extensions; do
4634 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4635 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4636 # Check for GNU ac_path_EGREP and select it if it is found.
4637 # Check for GNU $ac_path_EGREP
4638 case `"$ac_path_EGREP" --version 2>&1` in
4639 *GNU*)
4640 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4642 ac_count=0
4643 $as_echo_n 0123456789 >"conftest.in"
4644 while :
4646 cat "conftest.in" "conftest.in" >"conftest.tmp"
4647 mv "conftest.tmp" "conftest.in"
4648 cp "conftest.in" "conftest.nl"
4649 $as_echo 'EGREP' >> "conftest.nl"
4650 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4651 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4652 as_fn_arith $ac_count + 1 && ac_count=$as_val
4653 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4654 # Best one so far, save it but keep looking for a better one
4655 ac_cv_path_EGREP="$ac_path_EGREP"
4656 ac_path_EGREP_max=$ac_count
4658 # 10*(2^10) chars as input seems more than enough
4659 test $ac_count -gt 10 && break
4660 done
4661 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4662 esac
4664 $ac_path_EGREP_found && break 3
4665 done
4666 done
4667 done
4668 IFS=$as_save_IFS
4669 if test -z "$ac_cv_path_EGREP"; then
4670 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4672 else
4673 ac_cv_path_EGREP=$EGREP
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4679 $as_echo "$ac_cv_path_EGREP" >&6; }
4680 EGREP="$ac_cv_path_EGREP"
4683 # Extract the first word of "ldconfig", so it can be a program name with args.
4684 set dummy ldconfig; ac_word=$2
4685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4686 $as_echo_n "checking for $ac_word... " >&6; }
4687 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4688 $as_echo_n "(cached) " >&6
4689 else
4690 case $LDCONFIG in
4691 [\\/]* | ?:[\\/]*)
4692 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4696 for as_dir in /sbin /usr/sbin $PATH
4698 IFS=$as_save_IFS
4699 test -z "$as_dir" && as_dir=.
4700 for ac_exec_ext in '' $ac_executable_extensions; do
4701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4702 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704 break 2
4706 done
4707 done
4708 IFS=$as_save_IFS
4710 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4712 esac
4714 LDCONFIG=$ac_cv_path_LDCONFIG
4715 if test -n "$LDCONFIG"; then
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4717 $as_echo "$LDCONFIG" >&6; }
4718 else
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4724 # Find a good install program. We prefer a C program (faster),
4725 # so one script is as good as another. But avoid the broken or
4726 # incompatible versions:
4727 # SysV /etc/install, /usr/sbin/install
4728 # SunOS /usr/etc/install
4729 # IRIX /sbin/install
4730 # AIX /bin/install
4731 # AmigaOS /C/install, which installs bootblocks on floppy discs
4732 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4733 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4734 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4735 # OS/2's system install, which has a completely different semantic
4736 # ./install, which can be erroneously created by make from ./install.sh.
4737 # Reject install programs that cannot install multiple files.
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4739 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4740 if test -z "$INSTALL"; then
4741 if test "${ac_cv_path_install+set}" = set; then :
4742 $as_echo_n "(cached) " >&6
4743 else
4744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4745 for as_dir in $PATH
4747 IFS=$as_save_IFS
4748 test -z "$as_dir" && as_dir=.
4749 # Account for people who put trailing slashes in PATH elements.
4750 case $as_dir/ in #((
4751 ./ | .// | /[cC]/* | \
4752 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4753 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4754 /usr/ucb/* ) ;;
4756 # OSF1 and SCO ODT 3.0 have their own names for install.
4757 # Don't use installbsd from OSF since it installs stuff as root
4758 # by default.
4759 for ac_prog in ginstall scoinst install; do
4760 for ac_exec_ext in '' $ac_executable_extensions; do
4761 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4762 if test $ac_prog = install &&
4763 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4764 # AIX install. It has an incompatible calling convention.
4766 elif test $ac_prog = install &&
4767 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4768 # program-specific install script used by HP pwplus--don't use.
4770 else
4771 rm -rf conftest.one conftest.two conftest.dir
4772 echo one > conftest.one
4773 echo two > conftest.two
4774 mkdir conftest.dir
4775 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4776 test -s conftest.one && test -s conftest.two &&
4777 test -s conftest.dir/conftest.one &&
4778 test -s conftest.dir/conftest.two
4779 then
4780 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4781 break 3
4785 done
4786 done
4788 esac
4790 done
4791 IFS=$as_save_IFS
4793 rm -rf conftest.one conftest.two conftest.dir
4796 if test "${ac_cv_path_install+set}" = set; then
4797 INSTALL=$ac_cv_path_install
4798 else
4799 # As a last resort, use the slow shell script. Don't cache a
4800 # value for INSTALL within a source directory, because that will
4801 # break other packages using the cache if that directory is
4802 # removed, or if the value is a relative name.
4803 INSTALL=$ac_install_sh
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4807 $as_echo "$INSTALL" >&6; }
4809 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4810 # It thinks the first close brace ends the variable substitution.
4811 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4813 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4815 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4817 case "$INSTALL" in
4818 [\\/$]* | ?:[\\/]* ) ;;
4819 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4820 esac
4822 for ac_prog in lclint lint
4824 # Extract the first word of "$ac_prog", so it can be a program name with args.
4825 set dummy $ac_prog; ac_word=$2
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4827 $as_echo_n "checking for $ac_word... " >&6; }
4828 if test "${ac_cv_prog_LINT+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4830 else
4831 if test -n "$LINT"; then
4832 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4833 else
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH
4837 IFS=$as_save_IFS
4838 test -z "$as_dir" && as_dir=.
4839 for ac_exec_ext in '' $ac_executable_extensions; do
4840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4841 ac_cv_prog_LINT="$ac_prog"
4842 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843 break 2
4845 done
4846 done
4847 IFS=$as_save_IFS
4851 LINT=$ac_cv_prog_LINT
4852 if test -n "$LINT"; then
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4854 $as_echo "$LINT" >&6; }
4855 else
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4857 $as_echo "no" >&6; }
4861 test -n "$LINT" && break
4862 done
4864 if test "$LINT" = "lint"
4865 then
4866 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4871 for ac_prog in fontforge
4873 # Extract the first word of "$ac_prog", so it can be a program name with args.
4874 set dummy $ac_prog; ac_word=$2
4875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4876 $as_echo_n "checking for $ac_word... " >&6; }
4877 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4878 $as_echo_n "(cached) " >&6
4879 else
4880 if test -n "$FONTFORGE"; then
4881 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4882 else
4883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4884 for as_dir in $PATH
4886 IFS=$as_save_IFS
4887 test -z "$as_dir" && as_dir=.
4888 for ac_exec_ext in '' $ac_executable_extensions; do
4889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4890 ac_cv_prog_FONTFORGE="$ac_prog"
4891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4892 break 2
4894 done
4895 done
4896 IFS=$as_save_IFS
4900 FONTFORGE=$ac_cv_prog_FONTFORGE
4901 if test -n "$FONTFORGE"; then
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4903 $as_echo "$FONTFORGE" >&6; }
4904 else
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4910 test -n "$FONTFORGE" && break
4911 done
4912 test -n "$FONTFORGE" || FONTFORGE="false"
4914 for ac_prog in pkg-config
4916 # Extract the first word of "$ac_prog", so it can be a program name with args.
4917 set dummy $ac_prog; ac_word=$2
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4919 $as_echo_n "checking for $ac_word... " >&6; }
4920 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4921 $as_echo_n "(cached) " >&6
4922 else
4923 if test -n "$PKG_CONFIG"; then
4924 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4925 else
4926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in $PATH
4929 IFS=$as_save_IFS
4930 test -z "$as_dir" && as_dir=.
4931 for ac_exec_ext in '' $ac_executable_extensions; do
4932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4933 ac_cv_prog_PKG_CONFIG="$ac_prog"
4934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4935 break 2
4937 done
4938 done
4939 IFS=$as_save_IFS
4943 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4944 if test -n "$PKG_CONFIG"; then
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4946 $as_echo "$PKG_CONFIG" >&6; }
4947 else
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4949 $as_echo "no" >&6; }
4953 test -n "$PKG_CONFIG" && break
4954 done
4955 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4957 for ac_prog in rsvg
4959 # Extract the first word of "$ac_prog", so it can be a program name with args.
4960 set dummy $ac_prog; ac_word=$2
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4962 $as_echo_n "checking for $ac_word... " >&6; }
4963 if test "${ac_cv_prog_RSVG+set}" = set; then :
4964 $as_echo_n "(cached) " >&6
4965 else
4966 if test -n "$RSVG"; then
4967 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4968 else
4969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4970 for as_dir in $PATH
4972 IFS=$as_save_IFS
4973 test -z "$as_dir" && as_dir=.
4974 for ac_exec_ext in '' $ac_executable_extensions; do
4975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4976 ac_cv_prog_RSVG="$ac_prog"
4977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4978 break 2
4980 done
4981 done
4982 IFS=$as_save_IFS
4986 RSVG=$ac_cv_prog_RSVG
4987 if test -n "$RSVG"; then
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4989 $as_echo "$RSVG" >&6; }
4990 else
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4992 $as_echo "no" >&6; }
4996 test -n "$RSVG" && break
4997 done
4998 test -n "$RSVG" || RSVG="false"
5000 for ac_prog in icotool
5002 # Extract the first word of "$ac_prog", so it can be a program name with args.
5003 set dummy $ac_prog; ac_word=$2
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5005 $as_echo_n "checking for $ac_word... " >&6; }
5006 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5007 $as_echo_n "(cached) " >&6
5008 else
5009 if test -n "$ICOTOOL"; then
5010 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5011 else
5012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5013 for as_dir in $PATH
5015 IFS=$as_save_IFS
5016 test -z "$as_dir" && as_dir=.
5017 for ac_exec_ext in '' $ac_executable_extensions; do
5018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5019 ac_cv_prog_ICOTOOL="$ac_prog"
5020 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5021 break 2
5023 done
5024 done
5025 IFS=$as_save_IFS
5029 ICOTOOL=$ac_cv_prog_ICOTOOL
5030 if test -n "$ICOTOOL"; then
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5032 $as_echo "$ICOTOOL" >&6; }
5033 else
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5035 $as_echo "no" >&6; }
5039 test -n "$ICOTOOL" && break
5040 done
5041 test -n "$ICOTOOL" || ICOTOOL="false"
5044 if test "${enable_maintainer_mode+set}" = set
5045 then
5046 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5047 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5048 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5051 case $host_cpu in
5052 *i[3456789]86*)
5053 # Extract the first word of "prelink", so it can be a program name with args.
5054 set dummy prelink; ac_word=$2
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5056 $as_echo_n "checking for $ac_word... " >&6; }
5057 if test "${ac_cv_path_PRELINK+set}" = set; then :
5058 $as_echo_n "(cached) " >&6
5059 else
5060 case $PRELINK in
5061 [\\/]* | ?:[\\/]*)
5062 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in /sbin /usr/sbin $PATH
5068 IFS=$as_save_IFS
5069 test -z "$as_dir" && as_dir=.
5070 for ac_exec_ext in '' $ac_executable_extensions; do
5071 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5072 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5074 break 2
5076 done
5077 done
5078 IFS=$as_save_IFS
5080 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5082 esac
5084 PRELINK=$ac_cv_path_PRELINK
5085 if test -n "$PRELINK"; then
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5087 $as_echo "$PRELINK" >&6; }
5088 else
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5090 $as_echo "no" >&6; }
5095 esac
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5099 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5100 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5101 $as_echo_n "(cached) " >&6
5102 else
5103 ac_check_lib_save_LIBS=$LIBS
5104 LIBS="-li386 $LIBS"
5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5106 /* end confdefs.h. */
5108 /* Override any GCC internal prototype to avoid an error.
5109 Use char because int might match the return type of a GCC
5110 builtin and then its argument prototype would still apply. */
5111 #ifdef __cplusplus
5112 extern "C"
5113 #endif
5114 char i386_set_ldt ();
5116 main ()
5118 return i386_set_ldt ();
5120 return 0;
5122 _ACEOF
5123 if ac_fn_c_try_link "$LINENO"; then :
5124 ac_cv_lib_i386_i386_set_ldt=yes
5125 else
5126 ac_cv_lib_i386_i386_set_ldt=no
5128 rm -f core conftest.err conftest.$ac_objext \
5129 conftest$ac_exeext conftest.$ac_ext
5130 LIBS=$ac_check_lib_save_LIBS
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5133 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5134 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5135 cat >>confdefs.h <<_ACEOF
5136 #define HAVE_LIBI386 1
5137 _ACEOF
5139 LIBS="-li386 $LIBS"
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5144 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5145 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5146 $as_echo_n "(cached) " >&6
5147 else
5148 ac_check_lib_save_LIBS=$LIBS
5149 LIBS="-lossaudio $LIBS"
5150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5151 /* end confdefs.h. */
5153 /* Override any GCC internal prototype to avoid an error.
5154 Use char because int might match the return type of a GCC
5155 builtin and then its argument prototype would still apply. */
5156 #ifdef __cplusplus
5157 extern "C"
5158 #endif
5159 char _oss_ioctl ();
5161 main ()
5163 return _oss_ioctl ();
5165 return 0;
5167 _ACEOF
5168 if ac_fn_c_try_link "$LINENO"; then :
5169 ac_cv_lib_ossaudio__oss_ioctl=yes
5170 else
5171 ac_cv_lib_ossaudio__oss_ioctl=no
5173 rm -f core conftest.err conftest.$ac_objext \
5174 conftest$ac_exeext conftest.$ac_ext
5175 LIBS=$ac_check_lib_save_LIBS
5177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5178 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5179 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5180 cat >>confdefs.h <<_ACEOF
5181 #define HAVE_LIBOSSAUDIO 1
5182 _ACEOF
5184 LIBS="-lossaudio $LIBS"
5189 XLIB=""
5191 OPENGL_LIBS=""
5195 # Check whether --enable-largefile was given.
5196 if test "${enable_largefile+set}" = set; then :
5197 enableval=$enable_largefile;
5200 if test "$enable_largefile" != no; then
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5203 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5204 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5205 $as_echo_n "(cached) " >&6
5206 else
5207 ac_cv_sys_largefile_CC=no
5208 if test "$GCC" != yes; then
5209 ac_save_CC=$CC
5210 while :; do
5211 # IRIX 6.2 and later do not support large files by default,
5212 # so use the C compiler's -n32 option if that helps.
5213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5214 /* end confdefs.h. */
5215 #include <sys/types.h>
5216 /* Check that off_t can represent 2**63 - 1 correctly.
5217 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5218 since some C++ compilers masquerading as C compilers
5219 incorrectly reject 9223372036854775807. */
5220 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5221 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5222 && LARGE_OFF_T % 2147483647 == 1)
5223 ? 1 : -1];
5225 main ()
5229 return 0;
5231 _ACEOF
5232 if ac_fn_c_try_compile "$LINENO"; then :
5233 break
5235 rm -f core conftest.err conftest.$ac_objext
5236 CC="$CC -n32"
5237 if ac_fn_c_try_compile "$LINENO"; then :
5238 ac_cv_sys_largefile_CC=' -n32'; break
5240 rm -f core conftest.err conftest.$ac_objext
5241 break
5242 done
5243 CC=$ac_save_CC
5244 rm -f conftest.$ac_ext
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5248 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5249 if test "$ac_cv_sys_largefile_CC" != no; then
5250 CC=$CC$ac_cv_sys_largefile_CC
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5254 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5255 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5256 $as_echo_n "(cached) " >&6
5257 else
5258 while :; do
5259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5260 /* end confdefs.h. */
5261 #include <sys/types.h>
5262 /* Check that off_t can represent 2**63 - 1 correctly.
5263 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5264 since some C++ compilers masquerading as C compilers
5265 incorrectly reject 9223372036854775807. */
5266 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5267 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5268 && LARGE_OFF_T % 2147483647 == 1)
5269 ? 1 : -1];
5271 main ()
5275 return 0;
5277 _ACEOF
5278 if ac_fn_c_try_compile "$LINENO"; then :
5279 ac_cv_sys_file_offset_bits=no; break
5281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5283 /* end confdefs.h. */
5284 #define _FILE_OFFSET_BITS 64
5285 #include <sys/types.h>
5286 /* Check that off_t can represent 2**63 - 1 correctly.
5287 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5288 since some C++ compilers masquerading as C compilers
5289 incorrectly reject 9223372036854775807. */
5290 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5291 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5292 && LARGE_OFF_T % 2147483647 == 1)
5293 ? 1 : -1];
5295 main ()
5299 return 0;
5301 _ACEOF
5302 if ac_fn_c_try_compile "$LINENO"; then :
5303 ac_cv_sys_file_offset_bits=64; break
5305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5306 ac_cv_sys_file_offset_bits=unknown
5307 break
5308 done
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5311 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5312 case $ac_cv_sys_file_offset_bits in #(
5313 no | unknown) ;;
5315 cat >>confdefs.h <<_ACEOF
5316 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5317 _ACEOF
5319 esac
5320 rm -rf conftest*
5321 if test $ac_cv_sys_file_offset_bits = unknown; then
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5323 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5324 if test "${ac_cv_sys_large_files+set}" = set; then :
5325 $as_echo_n "(cached) " >&6
5326 else
5327 while :; do
5328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5329 /* end confdefs.h. */
5330 #include <sys/types.h>
5331 /* Check that off_t can represent 2**63 - 1 correctly.
5332 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5333 since some C++ compilers masquerading as C compilers
5334 incorrectly reject 9223372036854775807. */
5335 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5336 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5337 && LARGE_OFF_T % 2147483647 == 1)
5338 ? 1 : -1];
5340 main ()
5344 return 0;
5346 _ACEOF
5347 if ac_fn_c_try_compile "$LINENO"; then :
5348 ac_cv_sys_large_files=no; break
5350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352 /* end confdefs.h. */
5353 #define _LARGE_FILES 1
5354 #include <sys/types.h>
5355 /* Check that off_t can represent 2**63 - 1 correctly.
5356 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5357 since some C++ compilers masquerading as C compilers
5358 incorrectly reject 9223372036854775807. */
5359 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5360 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5361 && LARGE_OFF_T % 2147483647 == 1)
5362 ? 1 : -1];
5364 main ()
5368 return 0;
5370 _ACEOF
5371 if ac_fn_c_try_compile "$LINENO"; then :
5372 ac_cv_sys_large_files=1; break
5374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5375 ac_cv_sys_large_files=unknown
5376 break
5377 done
5379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5380 $as_echo "$ac_cv_sys_large_files" >&6; }
5381 case $ac_cv_sys_large_files in #(
5382 no | unknown) ;;
5384 cat >>confdefs.h <<_ACEOF
5385 #define _LARGE_FILES $ac_cv_sys_large_files
5386 _ACEOF
5388 esac
5389 rm -rf conftest*
5394 ac_ext=c
5395 ac_cpp='$CPP $CPPFLAGS'
5396 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5397 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5398 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5400 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5401 # On Suns, sometimes $CPP names a directory.
5402 if test -n "$CPP" && test -d "$CPP"; then
5403 CPP=
5405 if test -z "$CPP"; then
5406 if test "${ac_cv_prog_CPP+set}" = set; then :
5407 $as_echo_n "(cached) " >&6
5408 else
5409 # Double quotes because CPP needs to be expanded
5410 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5412 ac_preproc_ok=false
5413 for ac_c_preproc_warn_flag in '' yes
5415 # Use a header file that comes with gcc, so configuring glibc
5416 # with a fresh cross-compiler works.
5417 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5418 # <limits.h> exists even on freestanding compilers.
5419 # On the NeXT, cc -E runs the code through the compiler's parser,
5420 # not just through cpp. "Syntax error" is here to catch this case.
5421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5422 /* end confdefs.h. */
5423 #ifdef __STDC__
5424 # include <limits.h>
5425 #else
5426 # include <assert.h>
5427 #endif
5428 Syntax error
5429 _ACEOF
5430 if ac_fn_c_try_cpp "$LINENO"; then :
5432 else
5433 # Broken: fails on valid input.
5434 continue
5436 rm -f conftest.err conftest.$ac_ext
5438 # OK, works on sane cases. Now check whether nonexistent headers
5439 # can be detected and how.
5440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5441 /* end confdefs.h. */
5442 #include <ac_nonexistent.h>
5443 _ACEOF
5444 if ac_fn_c_try_cpp "$LINENO"; then :
5445 # Broken: success on invalid input.
5446 continue
5447 else
5448 # Passes both tests.
5449 ac_preproc_ok=:
5450 break
5452 rm -f conftest.err conftest.$ac_ext
5454 done
5455 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5456 rm -f conftest.err conftest.$ac_ext
5457 if $ac_preproc_ok; then :
5458 break
5461 done
5462 ac_cv_prog_CPP=$CPP
5465 CPP=$ac_cv_prog_CPP
5466 else
5467 ac_cv_prog_CPP=$CPP
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5470 $as_echo "$CPP" >&6; }
5471 ac_preproc_ok=false
5472 for ac_c_preproc_warn_flag in '' yes
5474 # Use a header file that comes with gcc, so configuring glibc
5475 # with a fresh cross-compiler works.
5476 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5477 # <limits.h> exists even on freestanding compilers.
5478 # On the NeXT, cc -E runs the code through the compiler's parser,
5479 # not just through cpp. "Syntax error" is here to catch this case.
5480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5481 /* end confdefs.h. */
5482 #ifdef __STDC__
5483 # include <limits.h>
5484 #else
5485 # include <assert.h>
5486 #endif
5487 Syntax error
5488 _ACEOF
5489 if ac_fn_c_try_cpp "$LINENO"; then :
5491 else
5492 # Broken: fails on valid input.
5493 continue
5495 rm -f conftest.err conftest.$ac_ext
5497 # OK, works on sane cases. Now check whether nonexistent headers
5498 # can be detected and how.
5499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5500 /* end confdefs.h. */
5501 #include <ac_nonexistent.h>
5502 _ACEOF
5503 if ac_fn_c_try_cpp "$LINENO"; then :
5504 # Broken: success on invalid input.
5505 continue
5506 else
5507 # Passes both tests.
5508 ac_preproc_ok=:
5509 break
5511 rm -f conftest.err conftest.$ac_ext
5513 done
5514 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5515 rm -f conftest.err conftest.$ac_ext
5516 if $ac_preproc_ok; then :
5518 else
5519 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5520 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5521 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5522 See \`config.log' for more details." "$LINENO" 5; }
5525 ac_ext=c
5526 ac_cpp='$CPP $CPPFLAGS'
5527 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5528 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5529 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5533 $as_echo_n "checking for ANSI C header files... " >&6; }
5534 if test "${ac_cv_header_stdc+set}" = set; then :
5535 $as_echo_n "(cached) " >&6
5536 else
5537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5538 /* end confdefs.h. */
5539 #include <stdlib.h>
5540 #include <stdarg.h>
5541 #include <string.h>
5542 #include <float.h>
5545 main ()
5549 return 0;
5551 _ACEOF
5552 if ac_fn_c_try_compile "$LINENO"; then :
5553 ac_cv_header_stdc=yes
5554 else
5555 ac_cv_header_stdc=no
5557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5559 if test $ac_cv_header_stdc = yes; then
5560 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5562 /* end confdefs.h. */
5563 #include <string.h>
5565 _ACEOF
5566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5567 $EGREP "memchr" >/dev/null 2>&1; then :
5569 else
5570 ac_cv_header_stdc=no
5572 rm -f conftest*
5576 if test $ac_cv_header_stdc = yes; then
5577 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5579 /* end confdefs.h. */
5580 #include <stdlib.h>
5582 _ACEOF
5583 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5584 $EGREP "free" >/dev/null 2>&1; then :
5586 else
5587 ac_cv_header_stdc=no
5589 rm -f conftest*
5593 if test $ac_cv_header_stdc = yes; then
5594 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5595 if test "$cross_compiling" = yes; then :
5597 else
5598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5599 /* end confdefs.h. */
5600 #include <ctype.h>
5601 #include <stdlib.h>
5602 #if ((' ' & 0x0FF) == 0x020)
5603 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5604 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5605 #else
5606 # define ISLOWER(c) \
5607 (('a' <= (c) && (c) <= 'i') \
5608 || ('j' <= (c) && (c) <= 'r') \
5609 || ('s' <= (c) && (c) <= 'z'))
5610 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5611 #endif
5613 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5615 main ()
5617 int i;
5618 for (i = 0; i < 256; i++)
5619 if (XOR (islower (i), ISLOWER (i))
5620 || toupper (i) != TOUPPER (i))
5621 return 2;
5622 return 0;
5624 _ACEOF
5625 if ac_fn_c_try_run "$LINENO"; then :
5627 else
5628 ac_cv_header_stdc=no
5630 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5631 conftest.$ac_objext conftest.beam conftest.$ac_ext
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5637 $as_echo "$ac_cv_header_stdc" >&6; }
5638 if test $ac_cv_header_stdc = yes; then
5640 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5644 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5645 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5646 inttypes.h stdint.h unistd.h
5647 do :
5648 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5649 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5651 eval as_val=\$$as_ac_Header
5652 if test "x$as_val" = x""yes; then :
5653 cat >>confdefs.h <<_ACEOF
5654 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5655 _ACEOF
5659 done
5662 for ac_header in \
5663 AL/al.h \
5664 AudioUnit/AudioUnit.h \
5665 Carbon/Carbon.h \
5666 CoreAudio/CoreAudio.h \
5667 DiskArbitration/DiskArbitration.h \
5668 IOKit/IOKitLib.h \
5669 IOKit/hid/IOHIDLib.h \
5670 OpenAL/al.h \
5671 alias.h \
5672 alsa/asoundlib.h \
5673 arpa/inet.h \
5674 arpa/nameser.h \
5675 asm/types.h \
5676 capi20.h \
5677 curses.h \
5678 direct.h \
5679 dirent.h \
5680 dlfcn.h \
5681 elf.h \
5682 float.h \
5683 fnmatch.h \
5684 fontconfig/fontconfig.h \
5685 getopt.h \
5686 grp.h \
5687 gsm.h \
5688 gsm/gsm.h \
5689 ieeefp.h \
5690 inet/mib2.h \
5691 io.h \
5692 jack/jack.h \
5693 jpeglib.h \
5694 kstat.h \
5695 lber.h \
5696 lcms.h \
5697 lcms/lcms.h \
5698 ldap.h \
5699 libaudioio.h \
5700 link.h \
5701 linux/cdrom.h \
5702 linux/compiler.h \
5703 linux/hdreg.h \
5704 linux/input.h \
5705 linux/ioctl.h \
5706 linux/joystick.h \
5707 linux/major.h \
5708 linux/param.h \
5709 linux/serial.h \
5710 linux/types.h \
5711 linux/ucdrom.h \
5712 mach-o/nlist.h \
5713 mach/mach.h \
5714 mach/machine.h \
5715 machine/cpu.h \
5716 machine/limits.h \
5717 machine/soundcard.h \
5718 mntent.h \
5719 mpg123.h \
5720 ncurses.h \
5721 netdb.h \
5722 netinet/in.h \
5723 netinet/in_systm.h \
5724 netinet/tcp.h \
5725 netinet/tcp_fsm.h \
5726 openssl/err.h \
5727 openssl/ssl.h \
5728 png.h \
5729 poll.h \
5730 port.h \
5731 process.h \
5732 pthread.h \
5733 pwd.h \
5734 regex.h \
5735 sched.h \
5736 scsi/scsi.h \
5737 scsi/scsi_ioctl.h \
5738 scsi/sg.h \
5739 soundcard.h \
5740 stdbool.h \
5741 stdint.h \
5742 strings.h \
5743 stropts.h \
5744 sys/asoundlib.h \
5745 sys/cdio.h \
5746 sys/elf32.h \
5747 sys/epoll.h \
5748 sys/errno.h \
5749 sys/event.h \
5750 sys/exec_elf.h \
5751 sys/filio.h \
5752 sys/inotify.h \
5753 sys/ioctl.h \
5754 sys/ipc.h \
5755 sys/limits.h \
5756 sys/link.h \
5757 sys/mman.h \
5758 sys/modem.h \
5759 sys/msg.h \
5760 sys/mtio.h \
5761 sys/param.h \
5762 sys/poll.h \
5763 sys/prctl.h \
5764 sys/protosw.h \
5765 sys/ptrace.h \
5766 sys/resource.h \
5767 sys/scsiio.h \
5768 sys/shm.h \
5769 sys/signal.h \
5770 sys/socket.h \
5771 sys/socketvar.h \
5772 sys/sockio.h \
5773 sys/soundcard.h \
5774 sys/statvfs.h \
5775 sys/strtio.h \
5776 sys/syscall.h \
5777 sys/tihdr.h \
5778 sys/time.h \
5779 sys/timeout.h \
5780 sys/times.h \
5781 sys/uio.h \
5782 sys/un.h \
5783 sys/utsname.h \
5784 sys/vm86.h \
5785 sys/wait.h \
5786 syscall.h \
5787 termios.h \
5788 unistd.h \
5789 utime.h \
5790 valgrind/memcheck.h \
5791 valgrind/valgrind.h \
5792 zlib.h
5794 do :
5795 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5796 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5797 eval as_val=\$$as_ac_Header
5798 if test "x$as_val" = x""yes; then :
5799 cat >>confdefs.h <<_ACEOF
5800 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5801 _ACEOF
5805 done
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5808 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5809 if test "${ac_cv_header_stat_broken+set}" = set; then :
5810 $as_echo_n "(cached) " >&6
5811 else
5812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5813 /* end confdefs.h. */
5814 #include <sys/types.h>
5815 #include <sys/stat.h>
5817 #if defined S_ISBLK && defined S_IFDIR
5818 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5819 #endif
5821 #if defined S_ISBLK && defined S_IFCHR
5822 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5823 #endif
5825 #if defined S_ISLNK && defined S_IFREG
5826 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5827 #endif
5829 #if defined S_ISSOCK && defined S_IFREG
5830 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5831 #endif
5833 _ACEOF
5834 if ac_fn_c_try_compile "$LINENO"; then :
5835 ac_cv_header_stat_broken=no
5836 else
5837 ac_cv_header_stat_broken=yes
5839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5842 $as_echo "$ac_cv_header_stat_broken" >&6; }
5843 if test $ac_cv_header_stat_broken = yes; then
5845 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5851 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5852 do :
5853 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5854 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5855 #ifdef HAVE_SYS_PARAM_H
5856 # include <sys/param.h>
5857 #endif
5859 eval as_val=\$$as_ac_Header
5860 if test "x$as_val" = x""yes; then :
5861 cat >>confdefs.h <<_ACEOF
5862 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5863 _ACEOF
5867 done
5870 for ac_header in \
5871 netinet/ip.h \
5872 net/if.h \
5873 net/if_arp.h \
5874 net/if_dl.h \
5875 net/if_types.h \
5876 net/route.h \
5877 netinet/if_ether.h \
5878 netinet/if_inarp.h \
5879 netinet/in_pcb.h \
5880 netinet/ip_icmp.h \
5881 netinet/ip_var.h \
5882 netinet/udp.h \
5883 netipx/ipx.h \
5885 do :
5886 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5887 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5888 #ifdef HAVE_SYS_SOCKET_H
5889 # include <sys/socket.h>
5890 #endif
5891 #ifdef HAVE_SYS_SOCKETVAR_H
5892 # include <sys/socketvar.h>
5893 #endif
5894 #ifdef HAVE_NET_ROUTE_H
5895 # include <net/route.h>
5896 #endif
5897 #ifdef HAVE_NETINET_IN_H
5898 # include <netinet/in.h>
5899 #endif
5900 #ifdef HAVE_NETINET_IN_SYSTM_H
5901 # include <netinet/in_systm.h>
5902 #endif
5903 #ifdef HAVE_NET_IF_H
5904 # include <net/if.h>
5905 #endif
5906 #ifdef HAVE_NETINET_IP_H
5907 # include <netinet/ip.h>
5908 #endif
5910 eval as_val=\$$as_ac_Header
5911 if test "x$as_val" = x""yes; then :
5912 cat >>confdefs.h <<_ACEOF
5913 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5914 _ACEOF
5918 done
5921 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5922 do :
5923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5924 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5925 #ifdef HAVE_ALIAS_H
5926 # include <alias.h>
5927 #endif
5928 #ifdef HAVE_SYS_SOCKET_H
5929 # include <sys/socket.h>
5930 #endif
5931 #ifdef HAVE_SYS_SOCKETVAR_H
5932 # include <sys/socketvar.h>
5933 #endif
5934 #ifdef HAVE_SYS_TIMEOUT_H
5935 # include <sys/timeout.h>
5936 #endif
5937 #ifdef HAVE_NETINET_IN_H
5938 # include <netinet/in.h>
5939 #endif
5940 #ifdef HAVE_NETINET_IN_SYSTM_H
5941 # include <netinet/in_systm.h>
5942 #endif
5943 #ifdef HAVE_NETINET_IP_H
5944 # include <netinet/ip.h>
5945 #endif
5946 #ifdef HAVE_NETINET_IP_VAR_H
5947 # include <netinet/ip_var.h>
5948 #endif
5949 #ifdef HAVE_NETINET_IP_ICMP_H
5950 # include <netinet/ip_icmp.h>
5951 #endif
5952 #ifdef HAVE_NETINET_UDP_H
5953 # include <netinet/udp.h>
5954 #endif
5955 #ifdef HAVE_NETINET_TCP_H
5956 # include <netinet/tcp.h>
5957 #endif
5958 #ifdef HAVE_NETINET_TCP_TIMER_H
5959 #include <netinet/tcp_timer.h>
5960 #endif
5962 eval as_val=\$$as_ac_Header
5963 if test "x$as_val" = x""yes; then :
5964 cat >>confdefs.h <<_ACEOF
5965 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5966 _ACEOF
5970 done
5973 for ac_header in linux/ipx.h linux/irda.h
5974 do :
5975 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5976 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5977 #ifdef HAVE_ASM_TYPES_H
5978 # include <asm/types.h>
5979 #endif
5980 #ifdef HAVE_SYS_SOCKET_H
5981 # include <sys/socket.h>
5982 #endif
5983 #ifdef HAVE_LINUX_TYPES_H
5984 # include <linux/types.h>
5985 #endif
5987 eval as_val=\$$as_ac_Header
5988 if test "x$as_val" = x""yes; then :
5989 cat >>confdefs.h <<_ACEOF
5990 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5991 _ACEOF
5995 done
5998 for ac_header in mach-o/dyld_images.h
5999 do :
6000 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6001 # include <stdbool.h>
6002 #endif
6003 #ifdef HAVE_STDINT_H
6004 # include <stdint.h>
6005 #endif
6007 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6008 cat >>confdefs.h <<_ACEOF
6009 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6010 _ACEOF
6014 done
6017 for ac_header in resolv.h
6018 do :
6019 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6020 #ifdef HAVE_SYS_SOCKET_H
6021 # include <sys/socket.h>
6022 #endif
6023 #ifdef HAVE_NETINET_IN_H
6024 # include <netinet/in.h>
6025 #endif
6026 #ifdef HAVE_ARPA_NAMESER_H
6027 # include <arpa/nameser.h>
6028 #endif
6030 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6031 cat >>confdefs.h <<_ACEOF
6032 #define HAVE_RESOLV_H 1
6033 _ACEOF
6037 done
6040 for ac_header in ucontext.h
6041 do :
6042 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6044 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6045 cat >>confdefs.h <<_ACEOF
6046 #define HAVE_UCONTEXT_H 1
6047 _ACEOF
6051 done
6054 for ac_header in sys/thr.h
6055 do :
6056 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6057 #ifdef HAVE_UCONTEXT_H
6058 #include <ucontext.h>
6059 #endif
6061 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6062 cat >>confdefs.h <<_ACEOF
6063 #define HAVE_SYS_THR_H 1
6064 _ACEOF
6068 done
6071 for ac_header in pthread_np.h
6072 do :
6073 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6074 #include <pthread.h>
6075 #endif
6077 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6078 cat >>confdefs.h <<_ACEOF
6079 #define HAVE_PTHREAD_NP_H 1
6080 _ACEOF
6084 done
6087 for ac_header in linux/videodev.h
6088 do :
6089 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6090 #include <sys/time.h>
6091 #endif
6092 #include <sys/types.h>
6093 #ifdef HAVE_ASM_TYPES_H
6094 #include <asm/types.h>
6095 #endif
6097 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6098 cat >>confdefs.h <<_ACEOF
6099 #define HAVE_LINUX_VIDEODEV_H 1
6100 _ACEOF
6104 done
6107 for ac_header in linux/capi.h
6108 do :
6109 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6111 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6112 cat >>confdefs.h <<_ACEOF
6113 #define HAVE_LINUX_CAPI_H 1
6114 _ACEOF
6118 done
6122 DLLEXT=""
6124 DLLFLAGS="-D_REENTRANT"
6126 LDSHARED=""
6128 LDDLLFLAGS=""
6130 LIBEXT="so"
6132 IMPLIBEXT="def"
6134 LDRPATH_INSTALL=""
6136 LDRPATH_LOCAL=""
6138 # Extract the first word of "ldd", so it can be a program name with args.
6139 set dummy ldd; ac_word=$2
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6141 $as_echo_n "checking for $ac_word... " >&6; }
6142 if test "${ac_cv_path_LDD+set}" = set; then :
6143 $as_echo_n "(cached) " >&6
6144 else
6145 case $LDD in
6146 [\\/]* | ?:[\\/]*)
6147 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6151 as_dummy="/sbin:/usr/sbin:$PATH"
6152 for as_dir in $as_dummy
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
6157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6158 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6162 done
6163 done
6164 IFS=$as_save_IFS
6166 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6168 esac
6170 LDD=$ac_cv_path_LDD
6171 if test -n "$LDD"; then
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6173 $as_echo "$LDD" >&6; }
6174 else
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176 $as_echo "no" >&6; }
6181 case $host_os in
6182 cygwin*|mingw32*)
6183 if test -n "$ac_tool_prefix"; then
6184 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6185 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6187 $as_echo_n "checking for $ac_word... " >&6; }
6188 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6189 $as_echo_n "(cached) " >&6
6190 else
6191 if test -n "$DLLTOOL"; then
6192 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6193 else
6194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 for as_dir in $PATH
6197 IFS=$as_save_IFS
6198 test -z "$as_dir" && as_dir=.
6199 for ac_exec_ext in '' $ac_executable_extensions; do
6200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6201 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203 break 2
6205 done
6206 done
6207 IFS=$as_save_IFS
6211 DLLTOOL=$ac_cv_prog_DLLTOOL
6212 if test -n "$DLLTOOL"; then
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6214 $as_echo "$DLLTOOL" >&6; }
6215 else
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6217 $as_echo "no" >&6; }
6222 if test -z "$ac_cv_prog_DLLTOOL"; then
6223 ac_ct_DLLTOOL=$DLLTOOL
6224 # Extract the first word of "dlltool", so it can be a program name with args.
6225 set dummy dlltool; ac_word=$2
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6227 $as_echo_n "checking for $ac_word... " >&6; }
6228 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6229 $as_echo_n "(cached) " >&6
6230 else
6231 if test -n "$ac_ct_DLLTOOL"; then
6232 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6233 else
6234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235 for as_dir in $PATH
6237 IFS=$as_save_IFS
6238 test -z "$as_dir" && as_dir=.
6239 for ac_exec_ext in '' $ac_executable_extensions; do
6240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6241 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6243 break 2
6245 done
6246 done
6247 IFS=$as_save_IFS
6251 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6252 if test -n "$ac_ct_DLLTOOL"; then
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6254 $as_echo "$ac_ct_DLLTOOL" >&6; }
6255 else
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6257 $as_echo "no" >&6; }
6260 if test "x$ac_ct_DLLTOOL" = x; then
6261 DLLTOOL="false"
6262 else
6263 case $cross_compiling:$ac_tool_warned in
6264 yes:)
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6266 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6267 ac_tool_warned=yes ;;
6268 esac
6269 DLLTOOL=$ac_ct_DLLTOOL
6271 else
6272 DLLTOOL="$ac_cv_prog_DLLTOOL"
6275 if test -n "$ac_tool_prefix"; then
6276 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6277 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6279 $as_echo_n "checking for $ac_word... " >&6; }
6280 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6281 $as_echo_n "(cached) " >&6
6282 else
6283 if test -n "$DLLWRAP"; then
6284 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6285 else
6286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6287 for as_dir in $PATH
6289 IFS=$as_save_IFS
6290 test -z "$as_dir" && as_dir=.
6291 for ac_exec_ext in '' $ac_executable_extensions; do
6292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6293 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6295 break 2
6297 done
6298 done
6299 IFS=$as_save_IFS
6303 DLLWRAP=$ac_cv_prog_DLLWRAP
6304 if test -n "$DLLWRAP"; then
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6306 $as_echo "$DLLWRAP" >&6; }
6307 else
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6309 $as_echo "no" >&6; }
6314 if test -z "$ac_cv_prog_DLLWRAP"; then
6315 ac_ct_DLLWRAP=$DLLWRAP
6316 # Extract the first word of "dllwrap", so it can be a program name with args.
6317 set dummy dllwrap; ac_word=$2
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6319 $as_echo_n "checking for $ac_word... " >&6; }
6320 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6321 $as_echo_n "(cached) " >&6
6322 else
6323 if test -n "$ac_ct_DLLWRAP"; then
6324 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6325 else
6326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327 for as_dir in $PATH
6329 IFS=$as_save_IFS
6330 test -z "$as_dir" && as_dir=.
6331 for ac_exec_ext in '' $ac_executable_extensions; do
6332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6333 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6335 break 2
6337 done
6338 done
6339 IFS=$as_save_IFS
6343 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6344 if test -n "$ac_ct_DLLWRAP"; then
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6346 $as_echo "$ac_ct_DLLWRAP" >&6; }
6347 else
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6349 $as_echo "no" >&6; }
6352 if test "x$ac_ct_DLLWRAP" = x; then
6353 DLLWRAP="false"
6354 else
6355 case $cross_compiling:$ac_tool_warned in
6356 yes:)
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6358 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6359 ac_tool_warned=yes ;;
6360 esac
6361 DLLWRAP=$ac_ct_DLLWRAP
6363 else
6364 DLLWRAP="$ac_cv_prog_DLLWRAP"
6367 if test -n "$ac_tool_prefix"; then
6368 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6369 set dummy ${ac_tool_prefix}ar; ac_word=$2
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6371 $as_echo_n "checking for $ac_word... " >&6; }
6372 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6373 $as_echo_n "(cached) " >&6
6374 else
6375 if test -n "$MINGWAR"; then
6376 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6377 else
6378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6379 for as_dir in $PATH
6381 IFS=$as_save_IFS
6382 test -z "$as_dir" && as_dir=.
6383 for ac_exec_ext in '' $ac_executable_extensions; do
6384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6385 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6387 break 2
6389 done
6390 done
6391 IFS=$as_save_IFS
6395 MINGWAR=$ac_cv_prog_MINGWAR
6396 if test -n "$MINGWAR"; then
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6398 $as_echo "$MINGWAR" >&6; }
6399 else
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6401 $as_echo "no" >&6; }
6406 if test -z "$ac_cv_prog_MINGWAR"; then
6407 ac_ct_MINGWAR=$MINGWAR
6408 # Extract the first word of "ar", so it can be a program name with args.
6409 set dummy ar; ac_word=$2
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411 $as_echo_n "checking for $ac_word... " >&6; }
6412 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6413 $as_echo_n "(cached) " >&6
6414 else
6415 if test -n "$ac_ct_MINGWAR"; then
6416 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6417 else
6418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6419 for as_dir in $PATH
6421 IFS=$as_save_IFS
6422 test -z "$as_dir" && as_dir=.
6423 for ac_exec_ext in '' $ac_executable_extensions; do
6424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6425 ac_cv_prog_ac_ct_MINGWAR="ar"
6426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6427 break 2
6429 done
6430 done
6431 IFS=$as_save_IFS
6435 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6436 if test -n "$ac_ct_MINGWAR"; then
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6438 $as_echo "$ac_ct_MINGWAR" >&6; }
6439 else
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441 $as_echo "no" >&6; }
6444 if test "x$ac_ct_MINGWAR" = x; then
6445 MINGWAR="false"
6446 else
6447 case $cross_compiling:$ac_tool_warned in
6448 yes:)
6449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6451 ac_tool_warned=yes ;;
6452 esac
6453 MINGWAR=$ac_ct_MINGWAR
6455 else
6456 MINGWAR="$ac_cv_prog_MINGWAR"
6459 if test "$DLLWRAP" = "false"; then
6460 LIBEXT="a"
6461 else
6462 LIBEXT="dll"
6464 IMPLIBEXT="a"
6465 enable_iphlpapi=${enable_iphlpapi:-no}
6466 enable_kernel32=${enable_kernel32:-no}
6467 enable_msvcrt=${enable_msvcrt:-no}
6468 enable_ntdll=${enable_ntdll:-no}
6469 enable_ws2_32=${enable_ws2_32:-no}
6470 enable_loader=${enable_loader:-no}
6471 enable_server=${enable_server:-no}
6472 with_x=${with_x:-no}
6473 with_pthread=${with_pthread:-no}
6475 darwin*|macosx*)
6476 DLLEXT=".so"
6477 LIBEXT="dylib"
6478 DLLFLAGS="$DLLFLAGS -fPIC"
6479 LDDLLFLAGS="-bundle -multiply_defined suppress"
6480 LIBWINE_LDFLAGS="-multiply_defined suppress"
6481 LDSHARED="\$(CC) -dynamiclib"
6482 STRIP="$STRIP -x"
6483 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6484 SECURITYLIB="-framework Security -framework CoreFoundation"
6486 COREFOUNDATIONLIB="-framework CoreFoundation"
6488 IOKITLIB="-framework IOKit -framework CoreFoundation"
6490 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6492 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6493 then
6494 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6497 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6498 then
6499 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6502 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6503 then
6504 LIBOPENAL="-framework OpenAL"
6506 ac_cv_lib_openal_alGetSource3i=yes
6508 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6509 then
6510 ac_save_LIBS="$LIBS"
6511 LIBS="$LIBS $IOKITLIB"
6512 for ac_func in IOHIDManagerCreate
6513 do :
6514 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6515 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6516 cat >>confdefs.h <<_ACEOF
6517 #define HAVE_IOHIDMANAGERCREATE 1
6518 _ACEOF
6521 done
6523 LIBS="$ac_save_LIBS"
6525 case $host_cpu in
6526 *powerpc*)
6527 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6528 esac
6529 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6530 then
6531 CARBONLIB="-framework Carbon"
6533 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6535 if test "x$enable_win16" = "xyes"
6536 then
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6538 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6539 if test "$cross_compiling" = yes; then :
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6541 $as_echo "cross-compiling, assuming yes" >&6; }
6542 else
6543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6544 /* end confdefs.h. */
6545 asm(".text\n"
6546 "bad:\tnop;nop\n"
6547 "good:\tnop;nop\n\t"
6548 ".globl _testfunc\n"
6549 "_testfunc:\tcallw good");
6550 extern void testfunc();
6552 main ()
6554 unsigned short *p = (unsigned short *)testfunc;
6555 return p[0] != 0xe866 || p[1] != 0xfffa
6557 return 0;
6559 _ACEOF
6560 if ac_fn_c_try_run "$LINENO"; then :
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6562 $as_echo "yes" >&6; }
6563 else
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6565 $as_echo "no" >&6; }
6566 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
6568 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6569 conftest.$ac_objext conftest.beam conftest.$ac_ext
6575 DLLFLAGS="$DLLFLAGS -fPIC"
6576 DLLEXT=".so"
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6578 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6579 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6580 $as_echo_n "(cached) " >&6
6581 else
6582 ac_wine_try_cflags_saved=$CFLAGS
6583 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6585 /* end confdefs.h. */
6586 void myfunc() {}
6587 _ACEOF
6588 if ac_fn_c_try_link "$LINENO"; then :
6589 ac_cv_c_dll_gnuelf="yes"
6590 else
6591 ac_cv_c_dll_gnuelf="no"
6593 rm -f core conftest.err conftest.$ac_objext \
6594 conftest$ac_exeext conftest.$ac_ext
6595 CFLAGS=$ac_wine_try_cflags_saved
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6598 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6599 if test "$ac_cv_c_dll_gnuelf" = "yes"
6600 then
6601 LDSHARED="\$(CC) -shared"
6602 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6604 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6605 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6606 $as_echo_n "(cached) " >&6
6607 else
6608 ac_wine_try_cflags_saved=$CFLAGS
6609 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6611 /* end confdefs.h. */
6612 int main(int argc, char *argv) { return 0; }
6613 _ACEOF
6614 if ac_fn_c_try_link "$LINENO"; then :
6615 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6616 else
6617 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6619 rm -f core conftest.err conftest.$ac_objext \
6620 conftest$ac_exeext conftest.$ac_ext
6621 CFLAGS=$ac_wine_try_cflags_saved
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6624 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6625 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6626 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6627 else
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6629 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6630 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6631 $as_echo_n "(cached) " >&6
6632 else
6633 ac_wine_try_cflags_saved=$CFLAGS
6634 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6636 /* end confdefs.h. */
6637 int main(int argc, char *argv) { return 0; }
6638 _ACEOF
6639 if ac_fn_c_try_link "$LINENO"; then :
6640 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6641 else
6642 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6644 rm -f core conftest.err conftest.$ac_objext \
6645 conftest$ac_exeext conftest.$ac_ext
6646 CFLAGS=$ac_wine_try_cflags_saved
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6649 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6650 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6651 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6656 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6657 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6658 $as_echo_n "(cached) " >&6
6659 else
6660 ac_wine_try_cflags_saved=$CFLAGS
6661 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6663 /* end confdefs.h. */
6664 int main(int argc, char *argv) { return 0; }
6665 _ACEOF
6666 if ac_fn_c_try_link "$LINENO"; then :
6667 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6668 else
6669 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6671 rm -f core conftest.err conftest.$ac_objext \
6672 conftest$ac_exeext conftest.$ac_ext
6673 CFLAGS=$ac_wine_try_cflags_saved
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6676 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6677 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6678 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6681 { $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
6682 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6683 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6684 $as_echo_n "(cached) " >&6
6685 else
6686 ac_wine_try_cflags_saved=$CFLAGS
6687 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6689 /* end confdefs.h. */
6690 int main(int argc, char *argv) { return 0; }
6691 _ACEOF
6692 if ac_fn_c_try_link "$LINENO"; then :
6693 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6694 else
6695 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6697 rm -f core conftest.err conftest.$ac_objext \
6698 conftest$ac_exeext conftest.$ac_ext
6699 CFLAGS=$ac_wine_try_cflags_saved
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6702 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6703 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6704 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6707 echo '{ global: *; };' >conftest.map
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6709 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6710 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6711 $as_echo_n "(cached) " >&6
6712 else
6713 ac_wine_try_cflags_saved=$CFLAGS
6714 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6716 /* end confdefs.h. */
6717 int main(int argc, char *argv) { return 0; }
6718 _ACEOF
6719 if ac_fn_c_try_link "$LINENO"; then :
6720 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6721 else
6722 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6724 rm -f core conftest.err conftest.$ac_objext \
6725 conftest$ac_exeext conftest.$ac_ext
6726 CFLAGS=$ac_wine_try_cflags_saved
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6729 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6730 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6731 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6733 rm -f conftest.map
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6736 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6737 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6738 $as_echo_n "(cached) " >&6
6739 else
6740 ac_wine_try_cflags_saved=$CFLAGS
6741 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h. */
6744 int main(int argc, char *argv) { return 0; }
6745 _ACEOF
6746 if ac_fn_c_try_link "$LINENO"; then :
6747 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6748 else
6749 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6751 rm -f core conftest.err conftest.$ac_objext \
6752 conftest$ac_exeext conftest.$ac_ext
6753 CFLAGS=$ac_wine_try_cflags_saved
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6756 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6757 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6758 LDEXECFLAGS="-Wl,--export-dynamic"
6762 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6764 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6765 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6766 $as_echo_n "(cached) " >&6
6767 else
6768 ac_wine_try_cflags_saved=$CFLAGS
6769 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6771 /* end confdefs.h. */
6772 int main(int argc, char *argv) { return 0; }
6773 _ACEOF
6774 if ac_fn_c_try_link "$LINENO"; then :
6775 eval "$as_ac_var=yes"
6776 else
6777 eval "$as_ac_var=no"
6779 rm -f core conftest.err conftest.$ac_objext \
6780 conftest$ac_exeext conftest.$ac_ext
6781 CFLAGS=$ac_wine_try_cflags_saved
6783 eval ac_res=\$$as_ac_var
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6785 $as_echo "$ac_res" >&6; }
6786 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6787 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6788 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6789 else
6790 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6792 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6793 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6794 $as_echo_n "(cached) " >&6
6795 else
6796 ac_wine_try_cflags_saved=$CFLAGS
6797 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6799 /* end confdefs.h. */
6800 int main(int argc, char *argv) { return 0; }
6801 _ACEOF
6802 if ac_fn_c_try_link "$LINENO"; then :
6803 eval "$as_ac_var=yes"
6804 else
6805 eval "$as_ac_var=no"
6807 rm -f core conftest.err conftest.$ac_objext \
6808 conftest$ac_exeext conftest.$ac_ext
6809 CFLAGS=$ac_wine_try_cflags_saved
6811 eval ac_res=\$$as_ac_var
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6813 $as_echo "$ac_res" >&6; }
6814 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6815 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6816 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6821 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6822 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6823 $as_echo_n "(cached) " >&6
6824 else
6825 ac_wine_try_cflags_saved=$CFLAGS
6826 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6828 /* end confdefs.h. */
6829 int main(int argc, char *argv) { return 0; }
6830 _ACEOF
6831 if ac_fn_c_try_link "$LINENO"; then :
6832 ac_cv_cflags__Wl___enable_new_dtags=yes
6833 else
6834 ac_cv_cflags__Wl___enable_new_dtags=no
6836 rm -f core conftest.err conftest.$ac_objext \
6837 conftest$ac_exeext conftest.$ac_ext
6838 CFLAGS=$ac_wine_try_cflags_saved
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6841 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6842 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6843 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6846 case $host_cpu in
6847 *i[3456789]86* | x86_64)
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6849 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6850 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6851 $as_echo_n "(cached) " >&6
6852 else
6853 ac_wine_try_cflags_saved=$CFLAGS
6854 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6856 /* end confdefs.h. */
6857 int main(int argc, char *argv) { return 0; }
6858 _ACEOF
6859 if ac_fn_c_try_link "$LINENO"; then :
6860 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6861 else
6862 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6864 rm -f core conftest.err conftest.$ac_objext \
6865 conftest$ac_exeext conftest.$ac_ext
6866 CFLAGS=$ac_wine_try_cflags_saved
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6869 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6870 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6871 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6874 esac
6876 else
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6878 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6879 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6880 $as_echo_n "(cached) " >&6
6881 else
6882 ac_wine_try_cflags_saved=$CFLAGS
6883 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6885 /* end confdefs.h. */
6886 void myfunc() {}
6887 _ACEOF
6888 if ac_fn_c_try_link "$LINENO"; then :
6889 ac_cv_c_dll_unixware="yes"
6890 else
6891 ac_cv_c_dll_unixware="no"
6893 rm -f core conftest.err conftest.$ac_objext \
6894 conftest$ac_exeext conftest.$ac_ext
6895 CFLAGS=$ac_wine_try_cflags_saved
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6898 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6899 if test "$ac_cv_c_dll_unixware" = "yes"
6900 then
6901 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6902 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6904 else
6905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6906 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6907 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6908 $as_echo_n "(cached) " >&6
6909 else
6910 ac_wine_try_cflags_saved=$CFLAGS
6911 CFLAGS="$CFLAGS -shared"
6912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6913 /* end confdefs.h. */
6914 void myfunc() {}
6915 _ACEOF
6916 if ac_fn_c_try_link "$LINENO"; then :
6917 ac_cv_c_dll_hpux="yes"
6918 else
6919 ac_cv_c_dll_hpux="no"
6921 rm -f core conftest.err conftest.$ac_objext \
6922 conftest$ac_exeext conftest.$ac_ext
6923 CFLAGS=$ac_wine_try_cflags_saved
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6926 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6927 if test "$ac_cv_c_dll_hpux" = "yes"
6928 then
6929 LIBEXT="sl"
6930 DLLEXT=".sl"
6931 LDDLLFLAGS="-shared -fPIC"
6932 LDSHARED="\$(CC) -shared"
6937 esac
6939 enable_winequartz_drv=${enable_winequartz_drv:-no}
6941 if test "$LIBEXT" = "a"; then
6942 as_fn_error "could not find a way to build shared libraries.
6943 It is currently not possible to build Wine without shared library
6944 (.so) support to allow transparent switch between .so and .dll files.
6945 If you are using Linux, you will need a newer binutils.
6946 " "$LINENO" 5
6949 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6950 then
6951 case "$host_cpu" in
6952 i[3456789]86*)
6953 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 " ;;
6954 x86_64)
6955 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6957 ac_prefix_list="" ;;
6958 esac
6959 for ac_prog in $ac_prefix_list
6961 # Extract the first word of "$ac_prog", so it can be a program name with args.
6962 set dummy $ac_prog; ac_word=$2
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6964 $as_echo_n "checking for $ac_word... " >&6; }
6965 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6966 $as_echo_n "(cached) " >&6
6967 else
6968 if test -n "$CROSSCC"; then
6969 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6970 else
6971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6972 for as_dir in $PATH
6974 IFS=$as_save_IFS
6975 test -z "$as_dir" && as_dir=.
6976 for ac_exec_ext in '' $ac_executable_extensions; do
6977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6978 ac_cv_prog_CROSSCC="$ac_prog"
6979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6980 break 2
6982 done
6983 done
6984 IFS=$as_save_IFS
6988 CROSSCC=$ac_cv_prog_CROSSCC
6989 if test -n "$CROSSCC"; then
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6991 $as_echo "$CROSSCC" >&6; }
6992 else
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6994 $as_echo "no" >&6; }
6998 test -n "$CROSSCC" && break
6999 done
7000 test -n "$CROSSCC" || CROSSCC="false"
7002 case "$host_cpu" in
7003 i[3456789]86*)
7004 ac_prefix_list="i686-pc-mingw32-dlltool i586-pc-mingw32-dlltool i486-pc-mingw32-dlltool i386-pc-mingw32-dlltool i686-mingw32msvc-dlltool i586-mingw32msvc-dlltool i486-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool " ;;
7005 x86_64)
7006 ac_prefix_list="x86_64-pc-mingw32-dlltool x86_64-w64-mingw32-dlltool " ;;
7008 ac_prefix_list="" ;;
7009 esac
7010 for ac_prog in $ac_prefix_list
7012 # Extract the first word of "$ac_prog", so it can be a program name with args.
7013 set dummy $ac_prog; ac_word=$2
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7015 $as_echo_n "checking for $ac_word... " >&6; }
7016 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7017 $as_echo_n "(cached) " >&6
7018 else
7019 if test -n "$DLLTOOL"; then
7020 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7021 else
7022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7023 for as_dir in $PATH
7025 IFS=$as_save_IFS
7026 test -z "$as_dir" && as_dir=.
7027 for ac_exec_ext in '' $ac_executable_extensions; do
7028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7029 ac_cv_prog_DLLTOOL="$ac_prog"
7030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7031 break 2
7033 done
7034 done
7035 IFS=$as_save_IFS
7039 DLLTOOL=$ac_cv_prog_DLLTOOL
7040 if test -n "$DLLTOOL"; then
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7042 $as_echo "$DLLTOOL" >&6; }
7043 else
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7045 $as_echo "no" >&6; }
7049 test -n "$DLLTOOL" && break
7050 done
7051 test -n "$DLLTOOL" || DLLTOOL="false"
7053 case "$host_cpu" in
7054 i[3456789]86*)
7055 ac_prefix_list="i686-pc-mingw32-ar i586-pc-mingw32-ar i486-pc-mingw32-ar i386-pc-mingw32-ar i686-mingw32msvc-ar i586-mingw32msvc-ar i486-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar " ;;
7056 x86_64)
7057 ac_prefix_list="x86_64-pc-mingw32-ar x86_64-w64-mingw32-ar " ;;
7059 ac_prefix_list="" ;;
7060 esac
7061 for ac_prog in $ac_prefix_list
7063 # Extract the first word of "$ac_prog", so it can be a program name with args.
7064 set dummy $ac_prog; ac_word=$2
7065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7066 $as_echo_n "checking for $ac_word... " >&6; }
7067 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7068 $as_echo_n "(cached) " >&6
7069 else
7070 if test -n "$MINGWAR"; then
7071 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7072 else
7073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7074 for as_dir in $PATH
7076 IFS=$as_save_IFS
7077 test -z "$as_dir" && as_dir=.
7078 for ac_exec_ext in '' $ac_executable_extensions; do
7079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7080 ac_cv_prog_MINGWAR="$ac_prog"
7081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7082 break 2
7084 done
7085 done
7086 IFS=$as_save_IFS
7090 MINGWAR=$ac_cv_prog_MINGWAR
7091 if test -n "$MINGWAR"; then
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7093 $as_echo "$MINGWAR" >&6; }
7094 else
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7096 $as_echo "no" >&6; }
7100 test -n "$MINGWAR" && break
7101 done
7102 test -n "$MINGWAR" || MINGWAR="false"
7104 if test "$CROSSCC" != "false"
7105 then
7106 CROSSTEST="\$(CROSSTEST)"
7108 set x $CROSSCC
7109 shift
7110 target=""
7111 while test $# -ge 1
7113 case "$1" in
7114 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7115 esac
7116 shift
7117 done
7118 if test -n "$target"
7119 then
7120 CROSSTARGETFLAGS="-b $target"
7127 if test "$ac_cv_header_pthread_h" = "yes"
7128 then
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7130 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7131 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7132 $as_echo_n "(cached) " >&6
7133 else
7134 ac_check_lib_save_LIBS=$LIBS
7135 LIBS="-lpthread $LIBS"
7136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7137 /* end confdefs.h. */
7139 /* Override any GCC internal prototype to avoid an error.
7140 Use char because int might match the return type of a GCC
7141 builtin and then its argument prototype would still apply. */
7142 #ifdef __cplusplus
7143 extern "C"
7144 #endif
7145 char pthread_create ();
7147 main ()
7149 return pthread_create ();
7151 return 0;
7153 _ACEOF
7154 if ac_fn_c_try_link "$LINENO"; then :
7155 ac_cv_lib_pthread_pthread_create=yes
7156 else
7157 ac_cv_lib_pthread_pthread_create=no
7159 rm -f core conftest.err conftest.$ac_objext \
7160 conftest$ac_exeext conftest.$ac_ext
7161 LIBS=$ac_check_lib_save_LIBS
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7164 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7165 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7166 LIBPTHREAD="-lpthread"
7171 if test "x$LIBPTHREAD" = "x"; then :
7172 case "x$with_pthread" in
7173 xno) ;;
7174 *) as_fn_error "pthread ${notice_platform}development files not found.
7175 Wine cannot support threads without libpthread.
7176 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7177 esac
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7182 $as_echo_n "checking for X... " >&6; }
7185 # Check whether --with-x was given.
7186 if test "${with_x+set}" = set; then :
7187 withval=$with_x;
7190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7191 if test "x$with_x" = xno; then
7192 # The user explicitly disabled X.
7193 have_x=disabled
7194 else
7195 case $x_includes,$x_libraries in #(
7196 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7197 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7198 $as_echo_n "(cached) " >&6
7199 else
7200 # One or both of the vars are not set, and there is no cached value.
7201 ac_x_includes=no ac_x_libraries=no
7202 rm -f -r conftest.dir
7203 if mkdir conftest.dir; then
7204 cd conftest.dir
7205 cat >Imakefile <<'_ACEOF'
7206 incroot:
7207 @echo incroot='${INCROOT}'
7208 usrlibdir:
7209 @echo usrlibdir='${USRLIBDIR}'
7210 libdir:
7211 @echo libdir='${LIBDIR}'
7212 _ACEOF
7213 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7214 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7215 for ac_var in incroot usrlibdir libdir; do
7216 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7217 done
7218 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7219 for ac_extension in a so sl dylib la dll; do
7220 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7221 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7222 ac_im_usrlibdir=$ac_im_libdir; break
7224 done
7225 # Screen out bogus values from the imake configuration. They are
7226 # bogus both because they are the default anyway, and because
7227 # using them would break gcc on systems where it needs fixed includes.
7228 case $ac_im_incroot in
7229 /usr/include) ac_x_includes= ;;
7230 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7231 esac
7232 case $ac_im_usrlibdir in
7233 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7234 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7235 esac
7237 cd ..
7238 rm -f -r conftest.dir
7241 # Standard set of common directories for X headers.
7242 # Check X11 before X11Rn because it is often a symlink to the current release.
7243 ac_x_header_dirs='
7244 /usr/X11/include
7245 /usr/X11R7/include
7246 /usr/X11R6/include
7247 /usr/X11R5/include
7248 /usr/X11R4/include
7250 /usr/include/X11
7251 /usr/include/X11R7
7252 /usr/include/X11R6
7253 /usr/include/X11R5
7254 /usr/include/X11R4
7256 /usr/local/X11/include
7257 /usr/local/X11R7/include
7258 /usr/local/X11R6/include
7259 /usr/local/X11R5/include
7260 /usr/local/X11R4/include
7262 /usr/local/include/X11
7263 /usr/local/include/X11R7
7264 /usr/local/include/X11R6
7265 /usr/local/include/X11R5
7266 /usr/local/include/X11R4
7268 /usr/X386/include
7269 /usr/x386/include
7270 /usr/XFree86/include/X11
7272 /usr/include
7273 /usr/local/include
7274 /usr/unsupported/include
7275 /usr/athena/include
7276 /usr/local/x11r5/include
7277 /usr/lpp/Xamples/include
7279 /usr/openwin/include
7280 /usr/openwin/share/include'
7282 if test "$ac_x_includes" = no; then
7283 # Guess where to find include files, by looking for Xlib.h.
7284 # First, try using that file with no special directory specified.
7285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7286 /* end confdefs.h. */
7287 #include <X11/Xlib.h>
7288 _ACEOF
7289 if ac_fn_c_try_cpp "$LINENO"; then :
7290 # We can compile using X headers with no special include directory.
7291 ac_x_includes=
7292 else
7293 for ac_dir in $ac_x_header_dirs; do
7294 if test -r "$ac_dir/X11/Xlib.h"; then
7295 ac_x_includes=$ac_dir
7296 break
7298 done
7300 rm -f conftest.err conftest.$ac_ext
7301 fi # $ac_x_includes = no
7303 if test "$ac_x_libraries" = no; then
7304 # Check for the libraries.
7305 # See if we find them without any special options.
7306 # Don't add to $LIBS permanently.
7307 ac_save_LIBS=$LIBS
7308 LIBS="-lX11 $LIBS"
7309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7310 /* end confdefs.h. */
7311 #include <X11/Xlib.h>
7313 main ()
7315 XrmInitialize ()
7317 return 0;
7319 _ACEOF
7320 if ac_fn_c_try_link "$LINENO"; then :
7321 LIBS=$ac_save_LIBS
7322 # We can link X programs with no special library path.
7323 ac_x_libraries=
7324 else
7325 LIBS=$ac_save_LIBS
7326 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7328 # Don't even attempt the hair of trying to link an X program!
7329 for ac_extension in a so sl dylib la dll; do
7330 if test -r "$ac_dir/libX11.$ac_extension"; then
7331 ac_x_libraries=$ac_dir
7332 break 2
7334 done
7335 done
7337 rm -f core conftest.err conftest.$ac_objext \
7338 conftest$ac_exeext conftest.$ac_ext
7339 fi # $ac_x_libraries = no
7341 case $ac_x_includes,$ac_x_libraries in #(
7342 no,* | *,no | *\'*)
7343 # Didn't find X, or a directory has "'" in its name.
7344 ac_cv_have_x="have_x=no";; #(
7346 # Record where we found X for the cache.
7347 ac_cv_have_x="have_x=yes\
7348 ac_x_includes='$ac_x_includes'\
7349 ac_x_libraries='$ac_x_libraries'"
7350 esac
7352 ;; #(
7353 *) have_x=yes;;
7354 esac
7355 eval "$ac_cv_have_x"
7356 fi # $with_x != no
7358 if test "$have_x" != yes; then
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7360 $as_echo "$have_x" >&6; }
7361 no_x=yes
7362 else
7363 # If each of the values was on the command line, it overrides each guess.
7364 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7365 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7366 # Update the cache value to reflect the command line values.
7367 ac_cv_have_x="have_x=yes\
7368 ac_x_includes='$x_includes'\
7369 ac_x_libraries='$x_libraries'"
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7371 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7374 if test "$no_x" = yes; then
7375 # Not all programs may use this symbol, but it does not hurt to define it.
7377 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7379 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7380 else
7381 if test -n "$x_includes"; then
7382 X_CFLAGS="$X_CFLAGS -I$x_includes"
7385 # It would also be nice to do this for all -L options, not just this one.
7386 if test -n "$x_libraries"; then
7387 X_LIBS="$X_LIBS -L$x_libraries"
7388 # For Solaris; some versions of Sun CC require a space after -R and
7389 # others require no space. Words are not sufficient . . . .
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7391 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7392 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7393 ac_xsave_c_werror_flag=$ac_c_werror_flag
7394 ac_c_werror_flag=yes
7395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7396 /* end confdefs.h. */
7399 main ()
7403 return 0;
7405 _ACEOF
7406 if ac_fn_c_try_link "$LINENO"; then :
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7408 $as_echo "no" >&6; }
7409 X_LIBS="$X_LIBS -R$x_libraries"
7410 else
7411 LIBS="$ac_xsave_LIBS -R $x_libraries"
7412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7413 /* end confdefs.h. */
7416 main ()
7420 return 0;
7422 _ACEOF
7423 if ac_fn_c_try_link "$LINENO"; then :
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7425 $as_echo "yes" >&6; }
7426 X_LIBS="$X_LIBS -R $x_libraries"
7427 else
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7429 $as_echo "neither works" >&6; }
7431 rm -f core conftest.err conftest.$ac_objext \
7432 conftest$ac_exeext conftest.$ac_ext
7434 rm -f core conftest.err conftest.$ac_objext \
7435 conftest$ac_exeext conftest.$ac_ext
7436 ac_c_werror_flag=$ac_xsave_c_werror_flag
7437 LIBS=$ac_xsave_LIBS
7440 # Check for system-dependent libraries X programs must link with.
7441 # Do this before checking for the system-independent R6 libraries
7442 # (-lICE), since we may need -lsocket or whatever for X linking.
7444 if test "$ISC" = yes; then
7445 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7446 else
7447 # Martyn Johnson says this is needed for Ultrix, if the X
7448 # libraries were built with DECnet support. And Karl Berry says
7449 # the Alpha needs dnet_stub (dnet does not exist).
7450 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7452 /* end confdefs.h. */
7454 /* Override any GCC internal prototype to avoid an error.
7455 Use char because int might match the return type of a GCC
7456 builtin and then its argument prototype would still apply. */
7457 #ifdef __cplusplus
7458 extern "C"
7459 #endif
7460 char XOpenDisplay ();
7462 main ()
7464 return XOpenDisplay ();
7466 return 0;
7468 _ACEOF
7469 if ac_fn_c_try_link "$LINENO"; then :
7471 else
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7473 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7474 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7475 $as_echo_n "(cached) " >&6
7476 else
7477 ac_check_lib_save_LIBS=$LIBS
7478 LIBS="-ldnet $LIBS"
7479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7480 /* end confdefs.h. */
7482 /* Override any GCC internal prototype to avoid an error.
7483 Use char because int might match the return type of a GCC
7484 builtin and then its argument prototype would still apply. */
7485 #ifdef __cplusplus
7486 extern "C"
7487 #endif
7488 char dnet_ntoa ();
7490 main ()
7492 return dnet_ntoa ();
7494 return 0;
7496 _ACEOF
7497 if ac_fn_c_try_link "$LINENO"; then :
7498 ac_cv_lib_dnet_dnet_ntoa=yes
7499 else
7500 ac_cv_lib_dnet_dnet_ntoa=no
7502 rm -f core conftest.err conftest.$ac_objext \
7503 conftest$ac_exeext conftest.$ac_ext
7504 LIBS=$ac_check_lib_save_LIBS
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7507 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7508 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7509 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7512 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7514 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7515 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7516 $as_echo_n "(cached) " >&6
7517 else
7518 ac_check_lib_save_LIBS=$LIBS
7519 LIBS="-ldnet_stub $LIBS"
7520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7521 /* end confdefs.h. */
7523 /* Override any GCC internal prototype to avoid an error.
7524 Use char because int might match the return type of a GCC
7525 builtin and then its argument prototype would still apply. */
7526 #ifdef __cplusplus
7527 extern "C"
7528 #endif
7529 char dnet_ntoa ();
7531 main ()
7533 return dnet_ntoa ();
7535 return 0;
7537 _ACEOF
7538 if ac_fn_c_try_link "$LINENO"; then :
7539 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7540 else
7541 ac_cv_lib_dnet_stub_dnet_ntoa=no
7543 rm -f core conftest.err conftest.$ac_objext \
7544 conftest$ac_exeext conftest.$ac_ext
7545 LIBS=$ac_check_lib_save_LIBS
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7548 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7549 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7550 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7555 rm -f core conftest.err conftest.$ac_objext \
7556 conftest$ac_exeext conftest.$ac_ext
7557 LIBS="$ac_xsave_LIBS"
7559 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7560 # to get the SysV transport functions.
7561 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7562 # needs -lnsl.
7563 # The nsl library prevents programs from opening the X display
7564 # on Irix 5.2, according to T.E. Dickey.
7565 # The functions gethostbyname, getservbyname, and inet_addr are
7566 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7567 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7568 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7572 if test $ac_cv_func_gethostbyname = no; then
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7574 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7575 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7576 $as_echo_n "(cached) " >&6
7577 else
7578 ac_check_lib_save_LIBS=$LIBS
7579 LIBS="-lnsl $LIBS"
7580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7581 /* end confdefs.h. */
7583 /* Override any GCC internal prototype to avoid an error.
7584 Use char because int might match the return type of a GCC
7585 builtin and then its argument prototype would still apply. */
7586 #ifdef __cplusplus
7587 extern "C"
7588 #endif
7589 char gethostbyname ();
7591 main ()
7593 return gethostbyname ();
7595 return 0;
7597 _ACEOF
7598 if ac_fn_c_try_link "$LINENO"; then :
7599 ac_cv_lib_nsl_gethostbyname=yes
7600 else
7601 ac_cv_lib_nsl_gethostbyname=no
7603 rm -f core conftest.err conftest.$ac_objext \
7604 conftest$ac_exeext conftest.$ac_ext
7605 LIBS=$ac_check_lib_save_LIBS
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7608 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7609 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7610 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7613 if test $ac_cv_lib_nsl_gethostbyname = no; then
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7615 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7616 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7617 $as_echo_n "(cached) " >&6
7618 else
7619 ac_check_lib_save_LIBS=$LIBS
7620 LIBS="-lbsd $LIBS"
7621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7622 /* end confdefs.h. */
7624 /* Override any GCC internal prototype to avoid an error.
7625 Use char because int might match the return type of a GCC
7626 builtin and then its argument prototype would still apply. */
7627 #ifdef __cplusplus
7628 extern "C"
7629 #endif
7630 char gethostbyname ();
7632 main ()
7634 return gethostbyname ();
7636 return 0;
7638 _ACEOF
7639 if ac_fn_c_try_link "$LINENO"; then :
7640 ac_cv_lib_bsd_gethostbyname=yes
7641 else
7642 ac_cv_lib_bsd_gethostbyname=no
7644 rm -f core conftest.err conftest.$ac_objext \
7645 conftest$ac_exeext conftest.$ac_ext
7646 LIBS=$ac_check_lib_save_LIBS
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7649 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7650 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7657 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7658 # socket/setsockopt and other routines are undefined under SCO ODT
7659 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7660 # on later versions), says Simon Leinen: it contains gethostby*
7661 # variants that don't use the name server (or something). -lsocket
7662 # must be given before -lnsl if both are needed. We assume that
7663 # if connect needs -lnsl, so does gethostbyname.
7664 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7665 if test "x$ac_cv_func_connect" = x""yes; then :
7669 if test $ac_cv_func_connect = no; then
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7671 $as_echo_n "checking for connect in -lsocket... " >&6; }
7672 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7673 $as_echo_n "(cached) " >&6
7674 else
7675 ac_check_lib_save_LIBS=$LIBS
7676 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7678 /* end confdefs.h. */
7680 /* Override any GCC internal prototype to avoid an error.
7681 Use char because int might match the return type of a GCC
7682 builtin and then its argument prototype would still apply. */
7683 #ifdef __cplusplus
7684 extern "C"
7685 #endif
7686 char connect ();
7688 main ()
7690 return connect ();
7692 return 0;
7694 _ACEOF
7695 if ac_fn_c_try_link "$LINENO"; then :
7696 ac_cv_lib_socket_connect=yes
7697 else
7698 ac_cv_lib_socket_connect=no
7700 rm -f core conftest.err conftest.$ac_objext \
7701 conftest$ac_exeext conftest.$ac_ext
7702 LIBS=$ac_check_lib_save_LIBS
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7705 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7706 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7707 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7712 # Guillermo Gomez says -lposix is necessary on A/UX.
7713 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7714 if test "x$ac_cv_func_remove" = x""yes; then :
7718 if test $ac_cv_func_remove = no; then
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7720 $as_echo_n "checking for remove in -lposix... " >&6; }
7721 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7722 $as_echo_n "(cached) " >&6
7723 else
7724 ac_check_lib_save_LIBS=$LIBS
7725 LIBS="-lposix $LIBS"
7726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7727 /* end confdefs.h. */
7729 /* Override any GCC internal prototype to avoid an error.
7730 Use char because int might match the return type of a GCC
7731 builtin and then its argument prototype would still apply. */
7732 #ifdef __cplusplus
7733 extern "C"
7734 #endif
7735 char remove ();
7737 main ()
7739 return remove ();
7741 return 0;
7743 _ACEOF
7744 if ac_fn_c_try_link "$LINENO"; then :
7745 ac_cv_lib_posix_remove=yes
7746 else
7747 ac_cv_lib_posix_remove=no
7749 rm -f core conftest.err conftest.$ac_objext \
7750 conftest$ac_exeext conftest.$ac_ext
7751 LIBS=$ac_check_lib_save_LIBS
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7754 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7755 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7756 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7761 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7762 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7763 if test "x$ac_cv_func_shmat" = x""yes; then :
7767 if test $ac_cv_func_shmat = no; then
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7769 $as_echo_n "checking for shmat in -lipc... " >&6; }
7770 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7771 $as_echo_n "(cached) " >&6
7772 else
7773 ac_check_lib_save_LIBS=$LIBS
7774 LIBS="-lipc $LIBS"
7775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7776 /* end confdefs.h. */
7778 /* Override any GCC internal prototype to avoid an error.
7779 Use char because int might match the return type of a GCC
7780 builtin and then its argument prototype would still apply. */
7781 #ifdef __cplusplus
7782 extern "C"
7783 #endif
7784 char shmat ();
7786 main ()
7788 return shmat ();
7790 return 0;
7792 _ACEOF
7793 if ac_fn_c_try_link "$LINENO"; then :
7794 ac_cv_lib_ipc_shmat=yes
7795 else
7796 ac_cv_lib_ipc_shmat=no
7798 rm -f core conftest.err conftest.$ac_objext \
7799 conftest$ac_exeext conftest.$ac_ext
7800 LIBS=$ac_check_lib_save_LIBS
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7803 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7804 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7805 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7811 # Check for libraries that X11R6 Xt/Xaw programs need.
7812 ac_save_LDFLAGS=$LDFLAGS
7813 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7814 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7815 # check for ICE first), but we must link in the order -lSM -lICE or
7816 # we get undefined symbols. So assume we have SM if we have ICE.
7817 # These have to be linked with before -lX11, unlike the other
7818 # libraries we check for below, so use a different variable.
7819 # John Interrante, Karl Berry
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7821 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7822 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7823 $as_echo_n "(cached) " >&6
7824 else
7825 ac_check_lib_save_LIBS=$LIBS
7826 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7828 /* end confdefs.h. */
7830 /* Override any GCC internal prototype to avoid an error.
7831 Use char because int might match the return type of a GCC
7832 builtin and then its argument prototype would still apply. */
7833 #ifdef __cplusplus
7834 extern "C"
7835 #endif
7836 char IceConnectionNumber ();
7838 main ()
7840 return IceConnectionNumber ();
7842 return 0;
7844 _ACEOF
7845 if ac_fn_c_try_link "$LINENO"; then :
7846 ac_cv_lib_ICE_IceConnectionNumber=yes
7847 else
7848 ac_cv_lib_ICE_IceConnectionNumber=no
7850 rm -f core conftest.err conftest.$ac_objext \
7851 conftest$ac_exeext conftest.$ac_ext
7852 LIBS=$ac_check_lib_save_LIBS
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7855 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7856 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7857 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7860 LDFLAGS=$ac_save_LDFLAGS
7865 if test "$have_x" = "yes"
7866 then
7867 XLIB="-lX11"
7868 ac_save_CPPFLAGS="$CPPFLAGS"
7869 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7872 $as_echo_n "checking for -lX11... " >&6; }
7873 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7874 $as_echo_n "(cached) " >&6
7875 else
7876 ac_check_soname_save_LIBS=$LIBS
7877 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7879 /* end confdefs.h. */
7881 /* Override any GCC internal prototype to avoid an error.
7882 Use char because int might match the return type of a GCC
7883 builtin and then its argument prototype would still apply. */
7884 #ifdef __cplusplus
7885 extern "C"
7886 #endif
7887 char XCreateWindow ();
7889 main ()
7891 return XCreateWindow ();
7893 return 0;
7895 _ACEOF
7896 if ac_fn_c_try_link "$LINENO"; then :
7897 case "$LIBEXT" in
7898 dll) ;;
7899 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'` ;;
7900 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7901 esac
7903 rm -f core conftest.err conftest.$ac_objext \
7904 conftest$ac_exeext conftest.$ac_ext
7905 LIBS=$ac_check_soname_save_LIBS
7907 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7909 $as_echo "not found" >&6; }
7911 else
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7913 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7915 cat >>confdefs.h <<_ACEOF
7916 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7917 _ACEOF
7921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7922 $as_echo_n "checking for -lXext... " >&6; }
7923 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7924 $as_echo_n "(cached) " >&6
7925 else
7926 ac_check_soname_save_LIBS=$LIBS
7927 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7929 /* end confdefs.h. */
7931 /* Override any GCC internal prototype to avoid an error.
7932 Use char because int might match the return type of a GCC
7933 builtin and then its argument prototype would still apply. */
7934 #ifdef __cplusplus
7935 extern "C"
7936 #endif
7937 char XextCreateExtension ();
7939 main ()
7941 return XextCreateExtension ();
7943 return 0;
7945 _ACEOF
7946 if ac_fn_c_try_link "$LINENO"; then :
7947 case "$LIBEXT" in
7948 dll) ;;
7949 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'` ;;
7950 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7951 esac
7953 rm -f core conftest.err conftest.$ac_objext \
7954 conftest$ac_exeext conftest.$ac_ext
7955 LIBS=$ac_check_soname_save_LIBS
7957 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7959 $as_echo "not found" >&6; }
7961 else
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7963 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7965 cat >>confdefs.h <<_ACEOF
7966 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7967 _ACEOF
7969 XLIB="-lXext $XLIB"
7972 for ac_header in X11/Xlib.h \
7973 X11/XKBlib.h \
7974 X11/Xutil.h \
7975 X11/Xcursor/Xcursor.h \
7976 X11/extensions/shape.h \
7977 X11/extensions/XInput.h \
7978 X11/extensions/XShm.h \
7979 X11/extensions/Xcomposite.h \
7980 X11/extensions/Xinerama.h \
7981 X11/extensions/Xrandr.h \
7982 X11/extensions/Xrender.h \
7983 X11/extensions/xf86vmode.h \
7984 X11/extensions/xf86vmproto.h
7985 do :
7986 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7987 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7988 # include <X11/Xlib.h>
7989 #endif
7990 #ifdef HAVE_X11_XUTIL_H
7991 # include <X11/Xutil.h>
7992 #endif
7994 eval as_val=\$$as_ac_Header
7995 if test "x$as_val" = x""yes; then :
7996 cat >>confdefs.h <<_ACEOF
7997 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7998 _ACEOF
8002 done
8005 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8006 then
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8008 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8009 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8010 $as_echo_n "(cached) " >&6
8011 else
8012 ac_check_lib_save_LIBS=$LIBS
8013 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8015 /* end confdefs.h. */
8017 /* Override any GCC internal prototype to avoid an error.
8018 Use char because int might match the return type of a GCC
8019 builtin and then its argument prototype would still apply. */
8020 #ifdef __cplusplus
8021 extern "C"
8022 #endif
8023 char XkbQueryExtension ();
8025 main ()
8027 return XkbQueryExtension ();
8029 return 0;
8031 _ACEOF
8032 if ac_fn_c_try_link "$LINENO"; then :
8033 ac_cv_lib_X11_XkbQueryExtension=yes
8034 else
8035 ac_cv_lib_X11_XkbQueryExtension=no
8037 rm -f core conftest.err conftest.$ac_objext \
8038 conftest$ac_exeext conftest.$ac_ext
8039 LIBS=$ac_check_lib_save_LIBS
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8042 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8043 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8045 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8051 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8052 then
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8054 $as_echo_n "checking for -lXcursor... " >&6; }
8055 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8056 $as_echo_n "(cached) " >&6
8057 else
8058 ac_check_soname_save_LIBS=$LIBS
8059 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8061 /* end confdefs.h. */
8063 /* Override any GCC internal prototype to avoid an error.
8064 Use char because int might match the return type of a GCC
8065 builtin and then its argument prototype would still apply. */
8066 #ifdef __cplusplus
8067 extern "C"
8068 #endif
8069 char XcursorImageLoadCursor ();
8071 main ()
8073 return XcursorImageLoadCursor ();
8075 return 0;
8077 _ACEOF
8078 if ac_fn_c_try_link "$LINENO"; then :
8079 case "$LIBEXT" in
8080 dll) ;;
8081 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'` ;;
8082 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8083 esac
8085 rm -f core conftest.err conftest.$ac_objext \
8086 conftest$ac_exeext conftest.$ac_ext
8087 LIBS=$ac_check_soname_save_LIBS
8089 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8091 $as_echo "not found" >&6; }
8093 else
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8095 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8097 cat >>confdefs.h <<_ACEOF
8098 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8099 _ACEOF
8104 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8105 case "x$with_xcursor" in
8106 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8107 xno) ;;
8108 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8109 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8110 esac
8113 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8114 then
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8116 $as_echo_n "checking for -lXi... " >&6; }
8117 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8118 $as_echo_n "(cached) " >&6
8119 else
8120 ac_check_soname_save_LIBS=$LIBS
8121 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8123 /* end confdefs.h. */
8125 /* Override any GCC internal prototype to avoid an error.
8126 Use char because int might match the return type of a GCC
8127 builtin and then its argument prototype would still apply. */
8128 #ifdef __cplusplus
8129 extern "C"
8130 #endif
8131 char XOpenDevice ();
8133 main ()
8135 return XOpenDevice ();
8137 return 0;
8139 _ACEOF
8140 if ac_fn_c_try_link "$LINENO"; then :
8141 case "$LIBEXT" in
8142 dll) ;;
8143 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'` ;;
8144 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8145 esac
8147 rm -f core conftest.err conftest.$ac_objext \
8148 conftest$ac_exeext conftest.$ac_ext
8149 LIBS=$ac_check_soname_save_LIBS
8151 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8153 $as_echo "not found" >&6; }
8155 else
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8157 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8159 cat >>confdefs.h <<_ACEOF
8160 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8161 _ACEOF
8166 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8167 case "x$with_xinput" in
8168 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8169 xno) ;;
8170 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8171 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8172 esac
8175 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8176 then
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8178 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8179 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8180 $as_echo_n "(cached) " >&6
8181 else
8182 ac_check_lib_save_LIBS=$LIBS
8183 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8185 /* end confdefs.h. */
8187 /* Override any GCC internal prototype to avoid an error.
8188 Use char because int might match the return type of a GCC
8189 builtin and then its argument prototype would still apply. */
8190 #ifdef __cplusplus
8191 extern "C"
8192 #endif
8193 char XShmQueryExtension ();
8195 main ()
8197 return XShmQueryExtension ();
8199 return 0;
8201 _ACEOF
8202 if ac_fn_c_try_link "$LINENO"; then :
8203 ac_cv_lib_Xext_XShmQueryExtension=yes
8204 else
8205 ac_cv_lib_Xext_XShmQueryExtension=no
8207 rm -f core conftest.err conftest.$ac_objext \
8208 conftest$ac_exeext conftest.$ac_ext
8209 LIBS=$ac_check_lib_save_LIBS
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8212 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8213 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8215 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8220 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8221 case "x$with_xshm" in
8222 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8223 xno) ;;
8224 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8225 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8226 esac
8229 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8230 then
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8232 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8233 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8234 $as_echo_n "(cached) " >&6
8235 else
8236 ac_check_lib_save_LIBS=$LIBS
8237 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8239 /* end confdefs.h. */
8241 /* Override any GCC internal prototype to avoid an error.
8242 Use char because int might match the return type of a GCC
8243 builtin and then its argument prototype would still apply. */
8244 #ifdef __cplusplus
8245 extern "C"
8246 #endif
8247 char XShapeQueryExtension ();
8249 main ()
8251 return XShapeQueryExtension ();
8253 return 0;
8255 _ACEOF
8256 if ac_fn_c_try_link "$LINENO"; then :
8257 ac_cv_lib_Xext_XShapeQueryExtension=yes
8258 else
8259 ac_cv_lib_Xext_XShapeQueryExtension=no
8261 rm -f core conftest.err conftest.$ac_objext \
8262 conftest$ac_exeext conftest.$ac_ext
8263 LIBS=$ac_check_lib_save_LIBS
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8266 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8267 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8269 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8274 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8275 case "x$with_xshape" in
8276 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8277 xno) ;;
8278 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8279 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8280 esac
8283 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8284 then
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8286 $as_echo_n "checking for -lXxf86vm... " >&6; }
8287 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8288 $as_echo_n "(cached) " >&6
8289 else
8290 ac_check_soname_save_LIBS=$LIBS
8291 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8293 /* end confdefs.h. */
8295 /* Override any GCC internal prototype to avoid an error.
8296 Use char because int might match the return type of a GCC
8297 builtin and then its argument prototype would still apply. */
8298 #ifdef __cplusplus
8299 extern "C"
8300 #endif
8301 char XF86VidModeQueryExtension ();
8303 main ()
8305 return XF86VidModeQueryExtension ();
8307 return 0;
8309 _ACEOF
8310 if ac_fn_c_try_link "$LINENO"; then :
8311 case "$LIBEXT" in
8312 dll) ;;
8313 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'` ;;
8314 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8315 esac
8317 rm -f core conftest.err conftest.$ac_objext \
8318 conftest$ac_exeext conftest.$ac_ext
8319 LIBS=$ac_check_soname_save_LIBS
8321 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8323 $as_echo "not found" >&6; }
8325 else
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8327 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8329 cat >>confdefs.h <<_ACEOF
8330 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8331 _ACEOF
8336 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8337 case "x$with_xxf86vm" in
8338 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8339 xno) ;;
8340 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8341 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8342 esac
8345 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"
8346 then
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8348 $as_echo_n "checking for -lXrender... " >&6; }
8349 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8350 $as_echo_n "(cached) " >&6
8351 else
8352 ac_check_soname_save_LIBS=$LIBS
8353 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8355 /* end confdefs.h. */
8357 /* Override any GCC internal prototype to avoid an error.
8358 Use char because int might match the return type of a GCC
8359 builtin and then its argument prototype would still apply. */
8360 #ifdef __cplusplus
8361 extern "C"
8362 #endif
8363 char XRenderQueryExtension ();
8365 main ()
8367 return XRenderQueryExtension ();
8369 return 0;
8371 _ACEOF
8372 if ac_fn_c_try_link "$LINENO"; then :
8373 case "$LIBEXT" in
8374 dll) ;;
8375 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'` ;;
8376 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8377 esac
8379 rm -f core conftest.err conftest.$ac_objext \
8380 conftest$ac_exeext conftest.$ac_ext
8381 LIBS=$ac_check_soname_save_LIBS
8383 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8385 $as_echo "not found" >&6; }
8387 else
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8389 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8391 cat >>confdefs.h <<_ACEOF
8392 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8393 _ACEOF
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8396 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8397 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8398 $as_echo_n "(cached) " >&6
8399 else
8400 ac_check_lib_save_LIBS=$LIBS
8401 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8403 /* end confdefs.h. */
8405 /* Override any GCC internal prototype to avoid an error.
8406 Use char because int might match the return type of a GCC
8407 builtin and then its argument prototype would still apply. */
8408 #ifdef __cplusplus
8409 extern "C"
8410 #endif
8411 char XRenderSetPictureTransform ();
8413 main ()
8415 return XRenderSetPictureTransform ();
8417 return 0;
8419 _ACEOF
8420 if ac_fn_c_try_link "$LINENO"; then :
8421 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8422 else
8423 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8425 rm -f core conftest.err conftest.$ac_objext \
8426 conftest$ac_exeext conftest.$ac_ext
8427 LIBS=$ac_check_lib_save_LIBS
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8430 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8431 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8433 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8440 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8441 case "x$with_xrender" in
8442 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8443 xno) ;;
8444 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8445 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8446 esac
8449 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8450 then
8451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8452 /* end confdefs.h. */
8453 #include <X11/Xlib.h>
8454 #include <X11/extensions/Xrandr.h>
8456 main ()
8458 static typeof(XRRSetScreenConfigAndRate) * func;
8460 return 0;
8462 _ACEOF
8463 if ac_fn_c_try_compile "$LINENO"; then :
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8465 $as_echo_n "checking for -lXrandr... " >&6; }
8466 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8467 $as_echo_n "(cached) " >&6
8468 else
8469 ac_check_soname_save_LIBS=$LIBS
8470 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8472 /* end confdefs.h. */
8474 /* Override any GCC internal prototype to avoid an error.
8475 Use char because int might match the return type of a GCC
8476 builtin and then its argument prototype would still apply. */
8477 #ifdef __cplusplus
8478 extern "C"
8479 #endif
8480 char XRRQueryExtension ();
8482 main ()
8484 return XRRQueryExtension ();
8486 return 0;
8488 _ACEOF
8489 if ac_fn_c_try_link "$LINENO"; then :
8490 case "$LIBEXT" in
8491 dll) ;;
8492 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'` ;;
8493 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8494 esac
8496 rm -f core conftest.err conftest.$ac_objext \
8497 conftest$ac_exeext conftest.$ac_ext
8498 LIBS=$ac_check_soname_save_LIBS
8500 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8502 $as_echo "not found" >&6; }
8504 else
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8506 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8508 cat >>confdefs.h <<_ACEOF
8509 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8510 _ACEOF
8515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8517 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8518 case "x$with_xrandr" in
8519 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8520 xno) ;;
8521 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8522 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8523 esac
8526 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8527 then
8528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8529 /* end confdefs.h. */
8530 #include <X11/Xlib.h>
8531 #include <X11/extensions/Xinerama.h>
8533 main ()
8535 static typeof(XineramaQueryScreens) * func;
8537 return 0;
8539 _ACEOF
8540 if ac_fn_c_try_compile "$LINENO"; then :
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8542 $as_echo_n "checking for -lXinerama... " >&6; }
8543 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8544 $as_echo_n "(cached) " >&6
8545 else
8546 ac_check_soname_save_LIBS=$LIBS
8547 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8549 /* end confdefs.h. */
8551 /* Override any GCC internal prototype to avoid an error.
8552 Use char because int might match the return type of a GCC
8553 builtin and then its argument prototype would still apply. */
8554 #ifdef __cplusplus
8555 extern "C"
8556 #endif
8557 char XineramaQueryScreens ();
8559 main ()
8561 return XineramaQueryScreens ();
8563 return 0;
8565 _ACEOF
8566 if ac_fn_c_try_link "$LINENO"; then :
8567 case "$LIBEXT" in
8568 dll) ;;
8569 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'` ;;
8570 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8571 esac
8573 rm -f core conftest.err conftest.$ac_objext \
8574 conftest$ac_exeext conftest.$ac_ext
8575 LIBS=$ac_check_soname_save_LIBS
8577 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8579 $as_echo "not found" >&6; }
8581 else
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8583 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8585 cat >>confdefs.h <<_ACEOF
8586 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8587 _ACEOF
8592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8594 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8595 case "x$with_xinerama" in
8596 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8597 xno) ;;
8598 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8599 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8600 esac
8603 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8604 then
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8606 $as_echo_n "checking for -lXcomposite... " >&6; }
8607 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8608 $as_echo_n "(cached) " >&6
8609 else
8610 ac_check_soname_save_LIBS=$LIBS
8611 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8612 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8613 /* end confdefs.h. */
8615 /* Override any GCC internal prototype to avoid an error.
8616 Use char because int might match the return type of a GCC
8617 builtin and then its argument prototype would still apply. */
8618 #ifdef __cplusplus
8619 extern "C"
8620 #endif
8621 char XCompositeRedirectWindow ();
8623 main ()
8625 return XCompositeRedirectWindow ();
8627 return 0;
8629 _ACEOF
8630 if ac_fn_c_try_link "$LINENO"; then :
8631 case "$LIBEXT" in
8632 dll) ;;
8633 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'` ;;
8634 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8635 esac
8637 rm -f core conftest.err conftest.$ac_objext \
8638 conftest$ac_exeext conftest.$ac_ext
8639 LIBS=$ac_check_soname_save_LIBS
8641 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8643 $as_echo "not found" >&6; }
8645 else
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8647 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8649 cat >>confdefs.h <<_ACEOF
8650 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8651 _ACEOF
8656 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8657 case "x$with_xcomposite" in
8658 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8659 xno) ;;
8660 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8661 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8662 esac
8665 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8666 #include <X11/Xlib.h>
8667 #endif
8669 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8671 cat >>confdefs.h <<_ACEOF
8672 #define HAVE_XICCALLBACK_CALLBACK 1
8673 _ACEOF
8680 opengl_msg=""
8681 if test "x$with_opengl" != "xno"
8682 then
8683 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8684 do :
8685 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8686 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8687 # include <GL/glx.h>
8688 #endif
8690 eval as_val=\$$as_ac_Header
8691 if test "x$as_val" = x""yes; then :
8692 cat >>confdefs.h <<_ACEOF
8693 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8694 _ACEOF
8698 done
8700 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8701 then
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8703 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8704 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8705 $as_echo_n "(cached) " >&6
8706 else
8707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8708 /* end confdefs.h. */
8709 #include <GL/gl.h>
8711 main ()
8713 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8715 return 0;
8717 _ACEOF
8718 if ac_fn_c_try_compile "$LINENO"; then :
8719 wine_cv_opengl_header_version_OK="yes"
8720 else
8721 wine_cv_opengl_header_version_OK="no"
8723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8726 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8728 if test "$wine_cv_opengl_header_version_OK" = "yes"
8729 then
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8731 $as_echo_n "checking for -lGL... " >&6; }
8732 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8733 $as_echo_n "(cached) " >&6
8734 else
8735 ac_check_soname_save_LIBS=$LIBS
8736 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8738 /* end confdefs.h. */
8740 /* Override any GCC internal prototype to avoid an error.
8741 Use char because int might match the return type of a GCC
8742 builtin and then its argument prototype would still apply. */
8743 #ifdef __cplusplus
8744 extern "C"
8745 #endif
8746 char glXCreateContext ();
8748 main ()
8750 return glXCreateContext ();
8752 return 0;
8754 _ACEOF
8755 if ac_fn_c_try_link "$LINENO"; then :
8756 case "$LIBEXT" in
8757 dll) ;;
8758 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'` ;;
8759 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8760 esac
8762 rm -f core conftest.err conftest.$ac_objext \
8763 conftest$ac_exeext conftest.$ac_ext
8764 LIBS=$ac_check_soname_save_LIBS
8766 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8768 $as_echo "not found" >&6; }
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8770 $as_echo_n "checking for -lGL... " >&6; }
8771 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8772 $as_echo_n "(cached) " >&6
8773 else
8774 ac_check_soname_save_LIBS=$LIBS
8775 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"
8776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8777 /* end confdefs.h. */
8779 /* Override any GCC internal prototype to avoid an error.
8780 Use char because int might match the return type of a GCC
8781 builtin and then its argument prototype would still apply. */
8782 #ifdef __cplusplus
8783 extern "C"
8784 #endif
8785 char glXCreateContext ();
8787 main ()
8789 return glXCreateContext ();
8791 return 0;
8793 _ACEOF
8794 if ac_fn_c_try_link "$LINENO"; then :
8795 case "$LIBEXT" in
8796 dll) ;;
8797 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'` ;;
8798 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8799 esac
8801 rm -f core conftest.err conftest.$ac_objext \
8802 conftest$ac_exeext conftest.$ac_ext
8803 LIBS=$ac_check_soname_save_LIBS
8805 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8807 $as_echo "not found" >&6; }
8808 if test -f /usr/X11R6/lib/libGL.a
8809 then
8810 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8811 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8812 else
8813 opengl_msg="No OpenGL library found on this system."
8815 else
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8817 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8819 cat >>confdefs.h <<_ACEOF
8820 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8821 _ACEOF
8823 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"
8825 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8828 else
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8830 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8832 cat >>confdefs.h <<_ACEOF
8833 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8834 _ACEOF
8836 OPENGL_LIBS="-lGL"
8838 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8841 if test "$ac_cv_header_GL_glu_h" = "yes"
8842 then
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8844 $as_echo_n "checking for -lGLU... " >&6; }
8845 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8846 $as_echo_n "(cached) " >&6
8847 else
8848 ac_check_soname_save_LIBS=$LIBS
8849 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8851 /* end confdefs.h. */
8853 /* Override any GCC internal prototype to avoid an error.
8854 Use char because int might match the return type of a GCC
8855 builtin and then its argument prototype would still apply. */
8856 #ifdef __cplusplus
8857 extern "C"
8858 #endif
8859 char gluLookAt ();
8861 main ()
8863 return gluLookAt ();
8865 return 0;
8867 _ACEOF
8868 if ac_fn_c_try_link "$LINENO"; then :
8869 case "$LIBEXT" in
8870 dll) ;;
8871 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'` ;;
8872 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8873 esac
8875 rm -f core conftest.err conftest.$ac_objext \
8876 conftest$ac_exeext conftest.$ac_ext
8877 LIBS=$ac_check_soname_save_LIBS
8879 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8881 $as_echo "not found" >&6; }
8883 else
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8885 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8887 cat >>confdefs.h <<_ACEOF
8888 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8889 _ACEOF
8894 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8895 case "x$with_glu" in
8896 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8897 xno) ;;
8898 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8899 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8900 esac
8902 else
8903 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8905 else
8906 opengl_msg="OpenGL development headers not found."
8908 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8909 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8910 else
8911 enable_opengl32=${enable_opengl32:-no}
8912 enable_glu32=${enable_glu32:-no}
8914 if test -n "$opengl_msg"; then :
8915 case "x$with_opengl" in
8916 x) wine_warnings="$wine_warnings|$opengl_msg
8917 OpenGL and Direct3D won't be supported." ;;
8918 xno) ;;
8919 *) as_fn_error "$opengl_msg
8920 OpenGL and Direct3D won't be supported.
8921 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8922 esac
8925 NASLIBS=""
8927 for ac_header in audio/audiolib.h
8928 do :
8929 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8930 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8931 cat >>confdefs.h <<_ACEOF
8932 #define HAVE_AUDIO_AUDIOLIB_H 1
8933 _ACEOF
8934 for ac_header in audio/soundlib.h
8935 do :
8936 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8938 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8939 cat >>confdefs.h <<_ACEOF
8940 #define HAVE_AUDIO_SOUNDLIB_H 1
8941 _ACEOF
8945 done
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8948 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8949 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8950 $as_echo_n "(cached) " >&6
8951 else
8952 ac_check_lib_save_LIBS=$LIBS
8953 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8955 /* end confdefs.h. */
8957 /* Override any GCC internal prototype to avoid an error.
8958 Use char because int might match the return type of a GCC
8959 builtin and then its argument prototype would still apply. */
8960 #ifdef __cplusplus
8961 extern "C"
8962 #endif
8963 char AuCreateFlow ();
8965 main ()
8967 return AuCreateFlow ();
8969 return 0;
8971 _ACEOF
8972 if ac_fn_c_try_link "$LINENO"; then :
8973 ac_cv_lib_audio_AuCreateFlow=yes
8974 else
8975 ac_cv_lib_audio_AuCreateFlow=no
8977 rm -f core conftest.err conftest.$ac_objext \
8978 conftest$ac_exeext conftest.$ac_ext
8979 LIBS=$ac_check_lib_save_LIBS
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8982 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8983 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8985 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8988 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8989 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8990 $as_echo_n "(cached) " >&6
8991 else
8992 ac_check_lib_save_LIBS=$LIBS
8993 LIBS="-lXau $X_LIBS $LIBS"
8994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8995 /* end confdefs.h. */
8997 /* Override any GCC internal prototype to avoid an error.
8998 Use char because int might match the return type of a GCC
8999 builtin and then its argument prototype would still apply. */
9000 #ifdef __cplusplus
9001 extern "C"
9002 #endif
9003 char XauGetBestAuthByAddr ();
9005 main ()
9007 return XauGetBestAuthByAddr ();
9009 return 0;
9011 _ACEOF
9012 if ac_fn_c_try_link "$LINENO"; then :
9013 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9014 else
9015 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9017 rm -f core conftest.err conftest.$ac_objext \
9018 conftest$ac_exeext conftest.$ac_ext
9019 LIBS=$ac_check_lib_save_LIBS
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9022 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9023 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9024 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9025 else
9026 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9034 done
9037 CPPFLAGS="$ac_save_CPPFLAGS"
9038 else
9039 XLIB=""
9040 X_CFLAGS=""
9041 X_LIBS=""
9042 enable_winex11_drv=${enable_winex11_drv:-no}
9043 enable_opengl32=${enable_opengl32:-no}
9044 enable_glu32=${enable_glu32:-no}
9046 if test "x$XLIB" = "x"; then :
9047 case "x$with_x" in
9048 xno) ;;
9049 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
9050 without X support, which probably isn't what you want. You will need to install
9051 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9052 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9053 esac
9057 XML2LIBS=""
9059 XML2INCL=""
9061 XSLTINCL=""
9063 if test "x$with_xml" != "xno"
9064 then
9065 ac_save_CPPFLAGS="$CPPFLAGS"
9066 if test "$PKG_CONFIG" != "false"
9067 then
9068 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9069 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9070 else
9071 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9072 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9074 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9075 for ac_header in libxml/parser.h
9076 do :
9077 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9078 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9079 cat >>confdefs.h <<_ACEOF
9080 #define HAVE_LIBXML_PARSER_H 1
9081 _ACEOF
9082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9083 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9084 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9085 $as_echo_n "(cached) " >&6
9086 else
9087 ac_check_lib_save_LIBS=$LIBS
9088 LIBS="-lxml2 $ac_xml_libs $LIBS"
9089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9090 /* end confdefs.h. */
9092 /* Override any GCC internal prototype to avoid an error.
9093 Use char because int might match the return type of a GCC
9094 builtin and then its argument prototype would still apply. */
9095 #ifdef __cplusplus
9096 extern "C"
9097 #endif
9098 char xmlParseMemory ();
9100 main ()
9102 return xmlParseMemory ();
9104 return 0;
9106 _ACEOF
9107 if ac_fn_c_try_link "$LINENO"; then :
9108 ac_cv_lib_xml2_xmlParseMemory=yes
9109 else
9110 ac_cv_lib_xml2_xmlParseMemory=no
9112 rm -f core conftest.err conftest.$ac_objext \
9113 conftest$ac_exeext conftest.$ac_ext
9114 LIBS=$ac_check_lib_save_LIBS
9116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9117 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9118 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9120 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9122 XML2LIBS="$ac_xml_libs"
9123 XML2INCL="$ac_xml_cflags"
9126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9127 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9128 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9129 $as_echo_n "(cached) " >&6
9130 else
9131 ac_check_lib_save_LIBS=$LIBS
9132 LIBS="-lxml2 $ac_xml_libs $LIBS"
9133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9134 /* end confdefs.h. */
9136 /* Override any GCC internal prototype to avoid an error.
9137 Use char because int might match the return type of a GCC
9138 builtin and then its argument prototype would still apply. */
9139 #ifdef __cplusplus
9140 extern "C"
9141 #endif
9142 char xmlReadMemory ();
9144 main ()
9146 return xmlReadMemory ();
9148 return 0;
9150 _ACEOF
9151 if ac_fn_c_try_link "$LINENO"; then :
9152 ac_cv_lib_xml2_xmlReadMemory=yes
9153 else
9154 ac_cv_lib_xml2_xmlReadMemory=no
9156 rm -f core conftest.err conftest.$ac_objext \
9157 conftest$ac_exeext conftest.$ac_ext
9158 LIBS=$ac_check_lib_save_LIBS
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9161 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9162 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9164 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9169 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9170 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9171 $as_echo_n "(cached) " >&6
9172 else
9173 ac_check_lib_save_LIBS=$LIBS
9174 LIBS="-lxml2 $ac_xml_libs $LIBS"
9175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9176 /* end confdefs.h. */
9178 /* Override any GCC internal prototype to avoid an error.
9179 Use char because int might match the return type of a GCC
9180 builtin and then its argument prototype would still apply. */
9181 #ifdef __cplusplus
9182 extern "C"
9183 #endif
9184 char xmlNewDocPI ();
9186 main ()
9188 return xmlNewDocPI ();
9190 return 0;
9192 _ACEOF
9193 if ac_fn_c_try_link "$LINENO"; then :
9194 ac_cv_lib_xml2_xmlNewDocPI=yes
9195 else
9196 ac_cv_lib_xml2_xmlNewDocPI=no
9198 rm -f core conftest.err conftest.$ac_objext \
9199 conftest$ac_exeext conftest.$ac_ext
9200 LIBS=$ac_check_lib_save_LIBS
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9203 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9204 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9206 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9213 done
9215 CPPFLAGS="$ac_save_CPPFLAGS"
9217 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9218 case "x$with_xml" in
9219 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9220 xno) ;;
9221 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9222 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9223 esac
9226 if test "x$with_xslt" != "xno"
9227 then
9228 if test "$PKG_CONFIG" != "false"
9229 then
9230 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9231 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9232 else
9233 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9234 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9236 ac_save_CPPFLAGS="$CPPFLAGS"
9237 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9238 for ac_header in libxslt/pattern.h libxslt/transform.h
9239 do :
9240 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9241 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9242 # include <libxslt/pattern.h>
9243 #endif
9245 eval as_val=\$$as_ac_Header
9246 if test "x$as_val" = x""yes; then :
9247 cat >>confdefs.h <<_ACEOF
9248 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9249 _ACEOF
9253 done
9255 CPPFLAGS="$ac_save_CPPFLAGS"
9256 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9257 then
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9259 $as_echo_n "checking for -lxslt... " >&6; }
9260 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9261 $as_echo_n "(cached) " >&6
9262 else
9263 ac_check_soname_save_LIBS=$LIBS
9264 LIBS="-lxslt $ac_xslt_libs $LIBS"
9265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9266 /* end confdefs.h. */
9268 /* Override any GCC internal prototype to avoid an error.
9269 Use char because int might match the return type of a GCC
9270 builtin and then its argument prototype would still apply. */
9271 #ifdef __cplusplus
9272 extern "C"
9273 #endif
9274 char xsltCompilePattern ();
9276 main ()
9278 return xsltCompilePattern ();
9280 return 0;
9282 _ACEOF
9283 if ac_fn_c_try_link "$LINENO"; then :
9284 case "$LIBEXT" in
9285 dll) ;;
9286 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'` ;;
9287 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9288 esac
9290 rm -f core conftest.err conftest.$ac_objext \
9291 conftest$ac_exeext conftest.$ac_ext
9292 LIBS=$ac_check_soname_save_LIBS
9294 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9296 $as_echo "not found" >&6; }
9298 else
9299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9300 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9302 cat >>confdefs.h <<_ACEOF
9303 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9304 _ACEOF
9306 XSLTINCL="$ac_xslt_cflags"
9310 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9311 case "x$with_xslt" in
9312 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9313 xno) ;;
9314 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9315 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9316 esac
9319 HALINCL=""
9321 if test "x$with_hal" != "xno"
9322 then
9323 ac_save_CPPFLAGS="$CPPFLAGS"
9324 if test "$PKG_CONFIG" != "false"
9325 then
9326 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9327 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9328 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9330 for ac_header in dbus/dbus.h hal/libhal.h
9331 do :
9332 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9333 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9334 eval as_val=\$$as_ac_Header
9335 if test "x$as_val" = x""yes; then :
9336 cat >>confdefs.h <<_ACEOF
9337 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9338 _ACEOF
9342 done
9344 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9345 then
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9347 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9348 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9349 $as_echo_n "(cached) " >&6
9350 else
9351 ac_check_lib_save_LIBS=$LIBS
9352 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9354 /* end confdefs.h. */
9356 /* Override any GCC internal prototype to avoid an error.
9357 Use char because int might match the return type of a GCC
9358 builtin and then its argument prototype would still apply. */
9359 #ifdef __cplusplus
9360 extern "C"
9361 #endif
9362 char dbus_connection_close ();
9364 main ()
9366 return dbus_connection_close ();
9368 return 0;
9370 _ACEOF
9371 if ac_fn_c_try_link "$LINENO"; then :
9372 ac_cv_lib_dbus_1_dbus_connection_close=yes
9373 else
9374 ac_cv_lib_dbus_1_dbus_connection_close=no
9376 rm -f core conftest.err conftest.$ac_objext \
9377 conftest$ac_exeext conftest.$ac_ext
9378 LIBS=$ac_check_lib_save_LIBS
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9381 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9382 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9384 $as_echo_n "checking for -lhal... " >&6; }
9385 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9386 $as_echo_n "(cached) " >&6
9387 else
9388 ac_check_soname_save_LIBS=$LIBS
9389 LIBS="-lhal $ac_hal_libs $LIBS"
9390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9391 /* end confdefs.h. */
9393 /* Override any GCC internal prototype to avoid an error.
9394 Use char because int might match the return type of a GCC
9395 builtin and then its argument prototype would still apply. */
9396 #ifdef __cplusplus
9397 extern "C"
9398 #endif
9399 char libhal_ctx_new ();
9401 main ()
9403 return libhal_ctx_new ();
9405 return 0;
9407 _ACEOF
9408 if ac_fn_c_try_link "$LINENO"; then :
9409 case "$LIBEXT" in
9410 dll) ;;
9411 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'` ;;
9412 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9413 esac
9415 rm -f core conftest.err conftest.$ac_objext \
9416 conftest$ac_exeext conftest.$ac_ext
9417 LIBS=$ac_check_soname_save_LIBS
9419 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9421 $as_echo "not found" >&6; }
9423 else
9424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9425 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9427 cat >>confdefs.h <<_ACEOF
9428 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9429 _ACEOF
9431 HALINCL="$ac_hal_cflags"
9436 CPPFLAGS="$ac_save_CPPFLAGS"
9438 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9439 case "x$with_hal" in
9440 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9441 xno) ;;
9442 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9443 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9444 esac
9447 if test "x$with_gnutls" != "xno"
9448 then
9449 ac_save_CPPFLAGS="$CPPFLAGS"
9450 if test "$PKG_CONFIG" != "false"
9451 then
9452 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9453 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9454 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9456 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9457 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9459 /* end confdefs.h. */
9460 #include <gnutls/gnutls.h>
9462 main ()
9464 typeof(gnutls_mac_get_key_size) *pfunc;
9466 return 0;
9468 _ACEOF
9469 if ac_fn_c_try_compile "$LINENO"; then :
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9471 $as_echo_n "checking for -lgnutls... " >&6; }
9472 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9473 $as_echo_n "(cached) " >&6
9474 else
9475 ac_check_soname_save_LIBS=$LIBS
9476 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9478 /* end confdefs.h. */
9480 /* Override any GCC internal prototype to avoid an error.
9481 Use char because int might match the return type of a GCC
9482 builtin and then its argument prototype would still apply. */
9483 #ifdef __cplusplus
9484 extern "C"
9485 #endif
9486 char gnutls_global_init ();
9488 main ()
9490 return gnutls_global_init ();
9492 return 0;
9494 _ACEOF
9495 if ac_fn_c_try_link "$LINENO"; then :
9496 case "$LIBEXT" in
9497 dll) ;;
9498 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'` ;;
9499 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9500 esac
9502 rm -f core conftest.err conftest.$ac_objext \
9503 conftest$ac_exeext conftest.$ac_ext
9504 LIBS=$ac_check_soname_save_LIBS
9506 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9508 $as_echo "not found" >&6; }
9510 else
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9512 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9514 cat >>confdefs.h <<_ACEOF
9515 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9516 _ACEOF
9518 GNUTLSINCL="$ac_gnutls_cflags"
9522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9526 CPPFLAGS="$ac_save_CPPFLAGS"
9528 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9529 case "x$with_gnutls" in
9530 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9531 xno) ;;
9532 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9533 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9534 esac
9537 CURSESLIBS=""
9538 if test "$ac_cv_header_ncurses_h" = "yes"
9539 then
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9541 $as_echo_n "checking for -lncurses... " >&6; }
9542 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9543 $as_echo_n "(cached) " >&6
9544 else
9545 ac_check_soname_save_LIBS=$LIBS
9546 LIBS="-lncurses $LIBS"
9547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9548 /* end confdefs.h. */
9550 /* Override any GCC internal prototype to avoid an error.
9551 Use char because int might match the return type of a GCC
9552 builtin and then its argument prototype would still apply. */
9553 #ifdef __cplusplus
9554 extern "C"
9555 #endif
9556 char waddch ();
9558 main ()
9560 return waddch ();
9562 return 0;
9564 _ACEOF
9565 if ac_fn_c_try_link "$LINENO"; then :
9566 case "$LIBEXT" in
9567 dll) ;;
9568 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'` ;;
9569 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9570 esac
9572 rm -f core conftest.err conftest.$ac_objext \
9573 conftest$ac_exeext conftest.$ac_ext
9574 LIBS=$ac_check_soname_save_LIBS
9576 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9578 $as_echo "not found" >&6; }
9580 else
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9582 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9584 cat >>confdefs.h <<_ACEOF
9585 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9586 _ACEOF
9588 CURSESLIBS="-lncurses"
9590 elif test "$ac_cv_header_curses_h" = "yes"
9591 then
9592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9593 $as_echo_n "checking for -lcurses... " >&6; }
9594 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9595 $as_echo_n "(cached) " >&6
9596 else
9597 ac_check_soname_save_LIBS=$LIBS
9598 LIBS="-lcurses $LIBS"
9599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9600 /* end confdefs.h. */
9602 /* Override any GCC internal prototype to avoid an error.
9603 Use char because int might match the return type of a GCC
9604 builtin and then its argument prototype would still apply. */
9605 #ifdef __cplusplus
9606 extern "C"
9607 #endif
9608 char waddch ();
9610 main ()
9612 return waddch ();
9614 return 0;
9616 _ACEOF
9617 if ac_fn_c_try_link "$LINENO"; then :
9618 case "$LIBEXT" in
9619 dll) ;;
9620 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'` ;;
9621 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9622 esac
9624 rm -f core conftest.err conftest.$ac_objext \
9625 conftest$ac_exeext conftest.$ac_ext
9626 LIBS=$ac_check_soname_save_LIBS
9628 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9630 $as_echo "not found" >&6; }
9632 else
9633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9634 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9636 cat >>confdefs.h <<_ACEOF
9637 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9638 _ACEOF
9640 CURSESLIBS="-lcurses"
9643 ac_save_LIBS="$LIBS"
9644 LIBS="$LIBS $CURSESLIBS"
9645 for ac_func in mousemask
9646 do :
9647 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9648 if test "x$ac_cv_func_mousemask" = x""yes; then :
9649 cat >>confdefs.h <<_ACEOF
9650 #define HAVE_MOUSEMASK 1
9651 _ACEOF
9654 done
9656 LIBS="$ac_save_LIBS"
9657 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9658 case "x$with_curses" in
9659 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9660 xno) ;;
9661 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9662 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9663 esac
9666 if test "x$with_sane" != "xno"
9667 then
9668 ac_save_CPPFLAGS="$CPPFLAGS"
9669 # Extract the first word of "sane-config", so it can be a program name with args.
9670 set dummy sane-config; ac_word=$2
9671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9672 $as_echo_n "checking for $ac_word... " >&6; }
9673 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9674 $as_echo_n "(cached) " >&6
9675 else
9676 if test -n "$sane_devel"; then
9677 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9678 else
9679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9680 for as_dir in $PATH
9682 IFS=$as_save_IFS
9683 test -z "$as_dir" && as_dir=.
9684 for ac_exec_ext in '' $ac_executable_extensions; do
9685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9686 ac_cv_prog_sane_devel="sane-config"
9687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9688 break 2
9690 done
9691 done
9692 IFS=$as_save_IFS
9694 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9697 sane_devel=$ac_cv_prog_sane_devel
9698 if test -n "$sane_devel"; then
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9700 $as_echo "$sane_devel" >&6; }
9701 else
9702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9703 $as_echo "no" >&6; }
9707 if test "$sane_devel" != "no"
9708 then
9709 ac_sane_incl="`$sane_devel --cflags`"
9710 ac_sane_libs="`$sane_devel --ldflags`"
9711 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9713 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9714 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9716 $as_echo_n "checking for -lsane... " >&6; }
9717 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9718 $as_echo_n "(cached) " >&6
9719 else
9720 ac_check_soname_save_LIBS=$LIBS
9721 LIBS="-lsane $ac_sane_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 sane_init ();
9733 main ()
9735 return sane_init ();
9737 return 0;
9739 _ACEOF
9740 if ac_fn_c_try_link "$LINENO"; then :
9741 case "$LIBEXT" in
9742 dll) ;;
9743 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'` ;;
9744 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9745 esac
9747 rm -f core conftest.err conftest.$ac_objext \
9748 conftest$ac_exeext conftest.$ac_ext
9749 LIBS=$ac_check_soname_save_LIBS
9751 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9753 $as_echo "not found" >&6; }
9755 else
9756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9757 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9759 cat >>confdefs.h <<_ACEOF
9760 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9761 _ACEOF
9763 SANEINCL="$ac_sane_incl"
9769 CPPFLAGS="$ac_save_CPPFLAGS"
9771 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9772 case "x$with_sane" in
9773 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9774 xno) ;;
9775 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9776 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9777 esac
9780 if test "x$with_gphoto" != "xno"
9781 then
9782 ac_save_CPPFLAGS="$CPPFLAGS"
9783 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9784 set dummy gphoto2-config; ac_word=$2
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9786 $as_echo_n "checking for $ac_word... " >&6; }
9787 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9788 $as_echo_n "(cached) " >&6
9789 else
9790 if test -n "$gphoto2_devel"; then
9791 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9792 else
9793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9794 for as_dir in $PATH
9796 IFS=$as_save_IFS
9797 test -z "$as_dir" && as_dir=.
9798 for ac_exec_ext in '' $ac_executable_extensions; do
9799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9800 ac_cv_prog_gphoto2_devel="gphoto2-config"
9801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9802 break 2
9804 done
9805 done
9806 IFS=$as_save_IFS
9808 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9811 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9812 if test -n "$gphoto2_devel"; then
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9814 $as_echo "$gphoto2_devel" >&6; }
9815 else
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9817 $as_echo "no" >&6; }
9821 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9822 set dummy gphoto2-port-config; ac_word=$2
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9824 $as_echo_n "checking for $ac_word... " >&6; }
9825 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9826 $as_echo_n "(cached) " >&6
9827 else
9828 if test -n "$gphoto2port_devel"; then
9829 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9830 else
9831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9832 for as_dir in $PATH
9834 IFS=$as_save_IFS
9835 test -z "$as_dir" && as_dir=.
9836 for ac_exec_ext in '' $ac_executable_extensions; do
9837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9838 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9840 break 2
9842 done
9843 done
9844 IFS=$as_save_IFS
9846 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9849 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9850 if test -n "$gphoto2port_devel"; then
9851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9852 $as_echo "$gphoto2port_devel" >&6; }
9853 else
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9855 $as_echo "no" >&6; }
9859 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9860 then
9861 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9862 ac_gphoto2_libs=""
9863 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9865 case "$i" in
9866 -L/usr/lib|-L/usr/lib64) ;;
9867 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9868 esac
9869 done
9870 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9872 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9873 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9874 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9876 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9877 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9878 $as_echo_n "(cached) " >&6
9879 else
9880 ac_check_lib_save_LIBS=$LIBS
9881 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9883 /* end confdefs.h. */
9885 /* Override any GCC internal prototype to avoid an error.
9886 Use char because int might match the return type of a GCC
9887 builtin and then its argument prototype would still apply. */
9888 #ifdef __cplusplus
9889 extern "C"
9890 #endif
9891 char gp_camera_new ();
9893 main ()
9895 return gp_camera_new ();
9897 return 0;
9899 _ACEOF
9900 if ac_fn_c_try_link "$LINENO"; then :
9901 ac_cv_lib_gphoto2_gp_camera_new=yes
9902 else
9903 ac_cv_lib_gphoto2_gp_camera_new=no
9905 rm -f core conftest.err conftest.$ac_objext \
9906 conftest$ac_exeext conftest.$ac_ext
9907 LIBS=$ac_check_lib_save_LIBS
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9910 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9911 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9913 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9915 GPHOTO2LIBS="$ac_gphoto2_libs"
9917 GPHOTO2INCL="$ac_gphoto2_incl"
9924 CPPFLAGS="$ac_save_CPPFLAGS"
9926 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9927 case "x$with_gphoto" in
9928 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9929 xno) ;;
9930 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9931 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9932 esac
9936 RESOLVLIBS=""
9938 if test "$ac_cv_header_resolv_h" = "yes"
9939 then
9940 ac_save_LIBS="$LIBS"
9941 LIBS="$LIBS -lresolv"
9942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9943 /* end confdefs.h. */
9944 #ifdef HAVE_NETINET_IN_H
9945 #include <netinet/in.h>
9946 #endif
9947 #include <resolv.h>
9949 main ()
9951 res_init();
9953 return 0;
9955 _ACEOF
9956 if ac_fn_c_try_link "$LINENO"; then :
9958 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9960 RESOLVLIBS="-lresolv"
9962 rm -f core conftest.err conftest.$ac_objext \
9963 conftest$ac_exeext conftest.$ac_ext
9964 LIBS="$ac_save_LIBS"
9967 LCMSLIBS=""
9969 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9970 then
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9972 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9973 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9974 $as_echo_n "(cached) " >&6
9975 else
9976 ac_check_lib_save_LIBS=$LIBS
9977 LIBS="-llcms $LIBS"
9978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9979 /* end confdefs.h. */
9981 /* Override any GCC internal prototype to avoid an error.
9982 Use char because int might match the return type of a GCC
9983 builtin and then its argument prototype would still apply. */
9984 #ifdef __cplusplus
9985 extern "C"
9986 #endif
9987 char cmsOpenProfileFromFile ();
9989 main ()
9991 return cmsOpenProfileFromFile ();
9993 return 0;
9995 _ACEOF
9996 if ac_fn_c_try_link "$LINENO"; then :
9997 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9998 else
9999 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10001 rm -f core conftest.err conftest.$ac_objext \
10002 conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_lib_save_LIBS
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10006 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10007 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10009 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10011 LCMSLIBS="-llcms"
10015 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10016 case "x$with_cms" in
10017 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10018 xno) ;;
10019 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10020 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10021 esac
10024 if test "x$with_freetype" != "xno"
10025 then
10026 for ac_prog in freetype-config freetype2-config
10028 # Extract the first word of "$ac_prog", so it can be a program name with args.
10029 set dummy $ac_prog; ac_word=$2
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10031 $as_echo_n "checking for $ac_word... " >&6; }
10032 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10033 $as_echo_n "(cached) " >&6
10034 else
10035 if test -n "$ft_devel"; then
10036 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10037 else
10038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10039 for as_dir in $PATH
10041 IFS=$as_save_IFS
10042 test -z "$as_dir" && as_dir=.
10043 for ac_exec_ext in '' $ac_executable_extensions; do
10044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10045 ac_cv_prog_ft_devel="$ac_prog"
10046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10047 break 2
10049 done
10050 done
10051 IFS=$as_save_IFS
10055 ft_devel=$ac_cv_prog_ft_devel
10056 if test -n "$ft_devel"; then
10057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10058 $as_echo "$ft_devel" >&6; }
10059 else
10060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10061 $as_echo "no" >&6; }
10065 test -n "$ft_devel" && break
10066 done
10067 test -n "$ft_devel" || ft_devel="no"
10069 if test "$ft_devel" != "no"
10070 then
10071 ac_freetype_incl=`$ft_devel --cflags`
10072 ac_freetype_libs=`$ft_devel --libs`
10074 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10076 $as_echo_n "checking for -lfreetype... " >&6; }
10077 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10078 $as_echo_n "(cached) " >&6
10079 else
10080 ac_check_soname_save_LIBS=$LIBS
10081 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10083 /* end confdefs.h. */
10085 /* Override any GCC internal prototype to avoid an error.
10086 Use char because int might match the return type of a GCC
10087 builtin and then its argument prototype would still apply. */
10088 #ifdef __cplusplus
10089 extern "C"
10090 #endif
10091 char FT_Init_FreeType ();
10093 main ()
10095 return FT_Init_FreeType ();
10097 return 0;
10099 _ACEOF
10100 if ac_fn_c_try_link "$LINENO"; then :
10101 case "$LIBEXT" in
10102 dll) ;;
10103 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'` ;;
10104 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10105 esac
10107 rm -f core conftest.err conftest.$ac_objext \
10108 conftest$ac_exeext conftest.$ac_ext
10109 LIBS=$ac_check_soname_save_LIBS
10111 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10113 $as_echo "not found" >&6; }
10114 ft_lib=no
10115 else
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10117 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10119 cat >>confdefs.h <<_ACEOF
10120 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10121 _ACEOF
10123 ft_lib=yes
10125 if test "$ft_lib" = "yes"
10126 then
10127 ac_save_CPPFLAGS="$CPPFLAGS"
10128 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10129 for ac_header in ft2build.h \
10130 freetype/freetype.h \
10131 freetype/ftglyph.h \
10132 freetype/fttypes.h \
10133 freetype/tttables.h \
10134 freetype/ftsnames.h \
10135 freetype/ttnameid.h \
10136 freetype/ftoutln.h \
10137 freetype/ftwinfnt.h \
10138 freetype/ftmodapi.h \
10139 freetype/ftlcdfil.h \
10140 freetype/internal/sfnt.h
10141 do :
10142 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10143 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10144 # include <ft2build.h>
10145 #endif
10147 eval as_val=\$$as_ac_Header
10148 if test "x$as_val" = x""yes; then :
10149 cat >>confdefs.h <<_ACEOF
10150 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10151 _ACEOF
10155 done
10157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10158 /* end confdefs.h. */
10159 #include <ft2build.h>
10160 #include <freetype/fttrigon.h>
10161 _ACEOF
10162 if ac_fn_c_try_cpp "$LINENO"; then :
10164 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10166 wine_cv_fttrigon=yes
10167 else
10168 wine_cv_fttrigon=no
10170 rm -f conftest.err conftest.$ac_ext
10171 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10173 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10175 cat >>confdefs.h <<_ACEOF
10176 #define HAVE_FT_TRUETYPEENGINETYPE 1
10177 _ACEOF
10182 ac_save_CFLAGS="$CFLAGS"
10183 CFLAGS="$CFLAGS $ac_freetype_libs"
10184 for ac_func in FT_Load_Sfnt_Table
10185 do :
10186 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10187 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10188 cat >>confdefs.h <<_ACEOF
10189 #define HAVE_FT_LOAD_SFNT_TABLE 1
10190 _ACEOF
10193 done
10195 CFLAGS="$ac_save_CFLAGS"
10196 CPPFLAGS="$ac_save_CPPFLAGS"
10197 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10198 then
10200 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10202 FREETYPELIBS="$ac_freetype_libs"
10204 FREETYPEINCL="$ac_freetype_incl"
10209 if test "x$FREETYPELIBS" = "x"; then :
10210 case "x$with_freetype" in
10211 xno) ;;
10212 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10213 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10214 esac
10216 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10219 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10220 if test "${ac_cv_c_ppdev+set}" = set; then :
10221 $as_echo_n "(cached) " >&6
10222 else
10223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10224 /* end confdefs.h. */
10225 #include <linux/ppdev.h>
10227 main ()
10229 ioctl (1,PPCLAIM,0)
10231 return 0;
10233 _ACEOF
10234 if ac_fn_c_try_compile "$LINENO"; then :
10235 ac_cv_c_ppdev="yes"
10236 else
10237 ac_cv_c_ppdev="no"
10239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10242 $as_echo "$ac_cv_c_ppdev" >&6; }
10243 if test "$ac_cv_c_ppdev" = "yes"
10244 then
10246 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10250 ac_wine_check_funcs_save_LIBS="$LIBS"
10251 LIBS="$LIBS $LIBPTHREAD"
10252 for ac_func in \
10253 pthread_attr_get_np \
10254 pthread_getattr_np \
10255 pthread_get_stackaddr_np \
10256 pthread_get_stacksize_np
10257 do :
10258 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10259 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10260 eval as_val=\$$as_ac_var
10261 if test "x$as_val" = x""yes; then :
10262 cat >>confdefs.h <<_ACEOF
10263 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10264 _ACEOF
10267 done
10269 LIBS="$ac_wine_check_funcs_save_LIBS"
10271 if test "$ac_cv_header_zlib_h" = "yes"
10272 then
10273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10274 $as_echo_n "checking for inflate in -lz... " >&6; }
10275 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10276 $as_echo_n "(cached) " >&6
10277 else
10278 ac_check_lib_save_LIBS=$LIBS
10279 LIBS="-lz $LIBS"
10280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10281 /* end confdefs.h. */
10283 /* Override any GCC internal prototype to avoid an error.
10284 Use char because int might match the return type of a GCC
10285 builtin and then its argument prototype would still apply. */
10286 #ifdef __cplusplus
10287 extern "C"
10288 #endif
10289 char inflate ();
10291 main ()
10293 return inflate ();
10295 return 0;
10297 _ACEOF
10298 if ac_fn_c_try_link "$LINENO"; then :
10299 ac_cv_lib_z_inflate=yes
10300 else
10301 ac_cv_lib_z_inflate=no
10303 rm -f core conftest.err conftest.$ac_objext \
10304 conftest$ac_exeext conftest.$ac_ext
10305 LIBS=$ac_check_lib_save_LIBS
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10308 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10309 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10311 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10313 ZLIB="-lz"
10319 if test "x$with_esd" != xno
10320 then
10321 save_CFLAGS="$CFLAGS"
10322 # Extract the first word of "esd-config", so it can be a program name with args.
10323 set dummy esd-config; ac_word=$2
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10325 $as_echo_n "checking for $ac_word... " >&6; }
10326 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10327 $as_echo_n "(cached) " >&6
10328 else
10329 case $ESDCONFIG in
10330 [\\/]* | ?:[\\/]*)
10331 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10335 for as_dir in $PATH
10337 IFS=$as_save_IFS
10338 test -z "$as_dir" && as_dir=.
10339 for ac_exec_ext in '' $ac_executable_extensions; do
10340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10341 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10343 break 2
10345 done
10346 done
10347 IFS=$as_save_IFS
10349 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10351 esac
10353 ESDCONFIG=$ac_cv_path_ESDCONFIG
10354 if test -n "$ESDCONFIG"; then
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10356 $as_echo "$ESDCONFIG" >&6; }
10357 else
10358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10359 $as_echo "no" >&6; }
10363 if test "x$ESDCONFIG" != "xno"
10364 then
10365 ac_esd_incl=""
10366 for i in `$ESDCONFIG --cflags`
10368 case "$i" in
10369 -I*) ac_esd_incl="$ac_esd_incl $i";;
10370 esac
10371 done
10372 ac_esd_libs=`$ESDCONFIG --libs`
10373 CFLAGS="$CFLAGS $ac_esd_incl"
10375 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10376 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10377 if test "x$ac_cv_header_esd_h" = x""yes; then :
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10379 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10380 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10381 $as_echo_n "(cached) " >&6
10382 else
10383 ac_check_lib_save_LIBS=$LIBS
10384 LIBS="-lesd $ac_esd_libs $LIBS"
10385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10386 /* end confdefs.h. */
10388 /* Override any GCC internal prototype to avoid an error.
10389 Use char because int might match the return type of a GCC
10390 builtin and then its argument prototype would still apply. */
10391 #ifdef __cplusplus
10392 extern "C"
10393 #endif
10394 char esd_open_sound ();
10396 main ()
10398 return esd_open_sound ();
10400 return 0;
10402 _ACEOF
10403 if ac_fn_c_try_link "$LINENO"; then :
10404 ac_cv_lib_esd_esd_open_sound=yes
10405 else
10406 ac_cv_lib_esd_esd_open_sound=no
10408 rm -f core conftest.err conftest.$ac_objext \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_lib_save_LIBS
10412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10413 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10414 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10415 ESDINCL="$ac_esd_incl"
10417 ESDLIBS="$ac_esd_libs"
10420 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10427 CFLAGS="$save_CFLAGS"
10430 ALSALIBS=""
10432 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10433 then
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10435 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10436 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10437 $as_echo_n "(cached) " >&6
10438 else
10439 ac_check_lib_save_LIBS=$LIBS
10440 LIBS="-lasound $LIBS"
10441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10442 /* end confdefs.h. */
10444 /* Override any GCC internal prototype to avoid an error.
10445 Use char because int might match the return type of a GCC
10446 builtin and then its argument prototype would still apply. */
10447 #ifdef __cplusplus
10448 extern "C"
10449 #endif
10450 char snd_pcm_hw_params_get_access ();
10452 main ()
10454 return snd_pcm_hw_params_get_access ();
10456 return 0;
10458 _ACEOF
10459 if ac_fn_c_try_link "$LINENO"; then :
10460 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10461 else
10462 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10464 rm -f core conftest.err conftest.$ac_objext \
10465 conftest$ac_exeext conftest.$ac_ext
10466 LIBS=$ac_check_lib_save_LIBS
10468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10469 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10470 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10472 /* end confdefs.h. */
10473 #ifdef HAVE_ALSA_ASOUNDLIB_H
10474 #include <alsa/asoundlib.h>
10475 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10476 #include <sys/asoundlib.h>
10477 #endif
10479 main ()
10481 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10483 return 0;
10485 _ACEOF
10486 if ac_fn_c_try_compile "$LINENO"; then :
10488 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10490 ALSALIBS="-lasound"
10492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10497 AUDIOIOLIBS=""
10499 if test "$ac_cv_header_libaudioio_h" = "yes"
10500 then
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10502 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10503 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10504 $as_echo_n "(cached) " >&6
10505 else
10506 ac_check_lib_save_LIBS=$LIBS
10507 LIBS="-laudioio $LIBS"
10508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10509 /* end confdefs.h. */
10511 /* Override any GCC internal prototype to avoid an error.
10512 Use char because int might match the return type of a GCC
10513 builtin and then its argument prototype would still apply. */
10514 #ifdef __cplusplus
10515 extern "C"
10516 #endif
10517 char AudioIOGetVersion ();
10519 main ()
10521 return AudioIOGetVersion ();
10523 return 0;
10525 _ACEOF
10526 if ac_fn_c_try_link "$LINENO"; then :
10527 ac_cv_lib_audioio_AudioIOGetVersion=yes
10528 else
10529 ac_cv_lib_audioio_AudioIOGetVersion=no
10531 rm -f core conftest.err conftest.$ac_objext \
10532 conftest$ac_exeext conftest.$ac_ext
10533 LIBS=$ac_check_lib_save_LIBS
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10536 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10537 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10538 AUDIOIOLIBS="-laudioio"
10540 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10547 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10548 then
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10550 $as_echo_n "checking for -lcapi20... " >&6; }
10551 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10552 $as_echo_n "(cached) " >&6
10553 else
10554 ac_check_soname_save_LIBS=$LIBS
10555 LIBS="-lcapi20 $LIBS"
10556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10562 #ifdef __cplusplus
10563 extern "C"
10564 #endif
10565 char capi20_register ();
10567 main ()
10569 return capi20_register ();
10571 return 0;
10573 _ACEOF
10574 if ac_fn_c_try_link "$LINENO"; then :
10575 case "$LIBEXT" in
10576 dll) ;;
10577 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'` ;;
10578 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10579 esac
10581 rm -f core conftest.err conftest.$ac_objext \
10582 conftest$ac_exeext conftest.$ac_ext
10583 LIBS=$ac_check_soname_save_LIBS
10585 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10587 $as_echo "not found" >&6; }
10589 else
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10591 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10593 cat >>confdefs.h <<_ACEOF
10594 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10595 _ACEOF
10600 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10601 case "x$with_capi" in
10602 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10603 xno) ;;
10604 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10605 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10606 esac
10609 CUPSINCL=""
10611 if test "x$with_cups" != "xno"
10612 then
10613 ac_save_CPPFLAGS="$CPPFLAGS"
10614 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10615 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10616 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10617 for ac_header in cups/cups.h
10618 do :
10619 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10620 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10621 cat >>confdefs.h <<_ACEOF
10622 #define HAVE_CUPS_CUPS_H 1
10623 _ACEOF
10624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10625 $as_echo_n "checking for -lcups... " >&6; }
10626 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10627 $as_echo_n "(cached) " >&6
10628 else
10629 ac_check_soname_save_LIBS=$LIBS
10630 LIBS="-lcups $ac_cups_libs $LIBS"
10631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10632 /* end confdefs.h. */
10634 /* Override any GCC internal prototype to avoid an error.
10635 Use char because int might match the return type of a GCC
10636 builtin and then its argument prototype would still apply. */
10637 #ifdef __cplusplus
10638 extern "C"
10639 #endif
10640 char cupsGetDefault ();
10642 main ()
10644 return cupsGetDefault ();
10646 return 0;
10648 _ACEOF
10649 if ac_fn_c_try_link "$LINENO"; then :
10650 case "$LIBEXT" in
10651 dll) ;;
10652 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'` ;;
10653 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10654 esac
10656 rm -f core conftest.err conftest.$ac_objext \
10657 conftest$ac_exeext conftest.$ac_ext
10658 LIBS=$ac_check_soname_save_LIBS
10660 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10662 $as_echo "not found" >&6; }
10664 else
10665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10666 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10668 cat >>confdefs.h <<_ACEOF
10669 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10670 _ACEOF
10672 CUPSINCL="$ac_cups_cflags"
10676 done
10678 CPPFLAGS="$ac_save_CPPFLAGS"
10680 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10681 case "x$with_cups" in
10682 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10683 xno) ;;
10684 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10685 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10686 esac
10689 if test "$ac_cv_header_jack_jack_h" = "yes"
10690 then
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10692 $as_echo_n "checking for -ljack... " >&6; }
10693 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10694 $as_echo_n "(cached) " >&6
10695 else
10696 ac_check_soname_save_LIBS=$LIBS
10697 LIBS="-ljack $LIBS"
10698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10699 /* end confdefs.h. */
10701 /* Override any GCC internal prototype to avoid an error.
10702 Use char because int might match the return type of a GCC
10703 builtin and then its argument prototype would still apply. */
10704 #ifdef __cplusplus
10705 extern "C"
10706 #endif
10707 char jack_client_new ();
10709 main ()
10711 return jack_client_new ();
10713 return 0;
10715 _ACEOF
10716 if ac_fn_c_try_link "$LINENO"; then :
10717 case "$LIBEXT" in
10718 dll) ;;
10719 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'` ;;
10720 *) 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'` ;;
10721 esac
10723 rm -f core conftest.err conftest.$ac_objext \
10724 conftest$ac_exeext conftest.$ac_ext
10725 LIBS=$ac_check_soname_save_LIBS
10727 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10729 $as_echo "not found" >&6; }
10731 else
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10733 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10735 cat >>confdefs.h <<_ACEOF
10736 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10737 _ACEOF
10743 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10744 then
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10746 $as_echo_n "checking for -lfontconfig... " >&6; }
10747 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10748 $as_echo_n "(cached) " >&6
10749 else
10750 ac_check_soname_save_LIBS=$LIBS
10751 LIBS="-lfontconfig $LIBS"
10752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10753 /* end confdefs.h. */
10755 /* Override any GCC internal prototype to avoid an error.
10756 Use char because int might match the return type of a GCC
10757 builtin and then its argument prototype would still apply. */
10758 #ifdef __cplusplus
10759 extern "C"
10760 #endif
10761 char FcInit ();
10763 main ()
10765 return FcInit ();
10767 return 0;
10769 _ACEOF
10770 if ac_fn_c_try_link "$LINENO"; then :
10771 case "$LIBEXT" in
10772 dll) ;;
10773 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'` ;;
10774 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10775 esac
10777 rm -f core conftest.err conftest.$ac_objext \
10778 conftest$ac_exeext conftest.$ac_ext
10779 LIBS=$ac_check_soname_save_LIBS
10781 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10783 $as_echo "not found" >&6; }
10785 else
10786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10787 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10789 cat >>confdefs.h <<_ACEOF
10790 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10791 _ACEOF
10795 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10796 then
10797 ac_save_CPPFLAGS="$CPPFLAGS"
10798 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10799 $as_unset ac_cv_header_fontconfig_fontconfig_h
10800 for ac_header in fontconfig/fontconfig.h
10801 do :
10802 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10803 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10804 cat >>confdefs.h <<_ACEOF
10805 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10806 _ACEOF
10810 done
10812 CPPFLAGS="$ac_save_CPPFLAGS"
10813 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10814 then
10815 FONTCONFIGINCL="$X_CFLAGS"
10817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10818 $as_echo_n "checking for -lfontconfig... " >&6; }
10819 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10820 $as_echo_n "(cached) " >&6
10821 else
10822 ac_check_soname_save_LIBS=$LIBS
10823 LIBS="-lfontconfig $X_LIBS $LIBS"
10824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10825 /* end confdefs.h. */
10827 /* Override any GCC internal prototype to avoid an error.
10828 Use char because int might match the return type of a GCC
10829 builtin and then its argument prototype would still apply. */
10830 #ifdef __cplusplus
10831 extern "C"
10832 #endif
10833 char FcInit ();
10835 main ()
10837 return FcInit ();
10839 return 0;
10841 _ACEOF
10842 if ac_fn_c_try_link "$LINENO"; then :
10843 case "$LIBEXT" in
10844 dll) ;;
10845 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'` ;;
10846 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10847 esac
10849 rm -f core conftest.err conftest.$ac_objext \
10850 conftest$ac_exeext conftest.$ac_ext
10851 LIBS=$ac_check_soname_save_LIBS
10853 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10855 $as_echo "not found" >&6; }
10857 else
10858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10859 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10861 cat >>confdefs.h <<_ACEOF
10862 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10863 _ACEOF
10869 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10870 case "x$with_fontconfig" in
10871 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10872 xno) ;;
10873 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10874 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10875 esac
10878 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10879 then
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10881 $as_echo_n "checking for -lssl... " >&6; }
10882 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10883 $as_echo_n "(cached) " >&6
10884 else
10885 ac_check_soname_save_LIBS=$LIBS
10886 LIBS="-lssl $LIBS"
10887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10888 /* end confdefs.h. */
10890 /* Override any GCC internal prototype to avoid an error.
10891 Use char because int might match the return type of a GCC
10892 builtin and then its argument prototype would still apply. */
10893 #ifdef __cplusplus
10894 extern "C"
10895 #endif
10896 char SSL_library_init ();
10898 main ()
10900 return SSL_library_init ();
10902 return 0;
10904 _ACEOF
10905 if ac_fn_c_try_link "$LINENO"; then :
10906 case "$LIBEXT" in
10907 dll) ;;
10908 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'` ;;
10909 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10910 esac
10912 rm -f core conftest.err conftest.$ac_objext \
10913 conftest$ac_exeext conftest.$ac_ext
10914 LIBS=$ac_check_soname_save_LIBS
10916 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10918 $as_echo "not found" >&6; }
10920 else
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10922 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10924 cat >>confdefs.h <<_ACEOF
10925 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10926 _ACEOF
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10931 $as_echo_n "checking for -lcrypto... " >&6; }
10932 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10933 $as_echo_n "(cached) " >&6
10934 else
10935 ac_check_soname_save_LIBS=$LIBS
10936 LIBS="-lcrypto $LIBS"
10937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10938 /* end confdefs.h. */
10940 /* Override any GCC internal prototype to avoid an error.
10941 Use char because int might match the return type of a GCC
10942 builtin and then its argument prototype would still apply. */
10943 #ifdef __cplusplus
10944 extern "C"
10945 #endif
10946 char BIO_new_socket ();
10948 main ()
10950 return BIO_new_socket ();
10952 return 0;
10954 _ACEOF
10955 if ac_fn_c_try_link "$LINENO"; then :
10956 case "$LIBEXT" in
10957 dll) ;;
10958 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'` ;;
10959 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10960 esac
10962 rm -f core conftest.err conftest.$ac_objext \
10963 conftest$ac_exeext conftest.$ac_ext
10964 LIBS=$ac_check_soname_save_LIBS
10966 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10968 $as_echo "not found" >&6; }
10970 else
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10972 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10974 cat >>confdefs.h <<_ACEOF
10975 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10976 _ACEOF
10981 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10982 case "x$with_openssl" in
10983 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10984 xno) ;;
10985 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10986 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10987 esac
10990 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10991 then
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10993 $as_echo_n "checking for -lgsm... " >&6; }
10994 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10995 $as_echo_n "(cached) " >&6
10996 else
10997 ac_check_soname_save_LIBS=$LIBS
10998 LIBS="-lgsm $LIBS"
10999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11000 /* end confdefs.h. */
11002 /* Override any GCC internal prototype to avoid an error.
11003 Use char because int might match the return type of a GCC
11004 builtin and then its argument prototype would still apply. */
11005 #ifdef __cplusplus
11006 extern "C"
11007 #endif
11008 char gsm_create ();
11010 main ()
11012 return gsm_create ();
11014 return 0;
11016 _ACEOF
11017 if ac_fn_c_try_link "$LINENO"; then :
11018 case "$LIBEXT" in
11019 dll) ;;
11020 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'` ;;
11021 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11022 esac
11024 rm -f core conftest.err conftest.$ac_objext \
11025 conftest$ac_exeext conftest.$ac_ext
11026 LIBS=$ac_check_soname_save_LIBS
11028 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11030 $as_echo "not found" >&6; }
11032 else
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11034 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11036 cat >>confdefs.h <<_ACEOF
11037 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11038 _ACEOF
11043 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11044 case "x$with_gsm" in
11045 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11046 xno) ;;
11047 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11048 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11049 esac
11052 if test "$ac_cv_header_jpeglib_h" = "yes"
11053 then
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11055 $as_echo_n "checking for -ljpeg... " >&6; }
11056 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11057 $as_echo_n "(cached) " >&6
11058 else
11059 ac_check_soname_save_LIBS=$LIBS
11060 LIBS="-ljpeg $LIBS"
11061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11062 /* end confdefs.h. */
11064 /* Override any GCC internal prototype to avoid an error.
11065 Use char because int might match the return type of a GCC
11066 builtin and then its argument prototype would still apply. */
11067 #ifdef __cplusplus
11068 extern "C"
11069 #endif
11070 char jpeg_start_decompress ();
11072 main ()
11074 return jpeg_start_decompress ();
11076 return 0;
11078 _ACEOF
11079 if ac_fn_c_try_link "$LINENO"; then :
11080 case "$LIBEXT" in
11081 dll) ;;
11082 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'` ;;
11083 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11084 esac
11086 rm -f core conftest.err conftest.$ac_objext \
11087 conftest$ac_exeext conftest.$ac_ext
11088 LIBS=$ac_check_soname_save_LIBS
11090 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11092 $as_echo "not found" >&6; }
11094 else
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11096 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11098 cat >>confdefs.h <<_ACEOF
11099 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11100 _ACEOF
11105 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11106 case "x$with_jpeg" in
11107 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11108 xno) ;;
11109 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11110 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11111 esac
11114 if test "$ac_cv_header_png_h" = "yes"
11115 then
11116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11117 $as_echo_n "checking for -lpng... " >&6; }
11118 if test "${ac_cv_lib_soname_png+set}" = set; then :
11119 $as_echo_n "(cached) " >&6
11120 else
11121 ac_check_soname_save_LIBS=$LIBS
11122 LIBS="-lpng -lm -lz $LIBS"
11123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11124 /* end confdefs.h. */
11126 /* Override any GCC internal prototype to avoid an error.
11127 Use char because int might match the return type of a GCC
11128 builtin and then its argument prototype would still apply. */
11129 #ifdef __cplusplus
11130 extern "C"
11131 #endif
11132 char png_create_read_struct ();
11134 main ()
11136 return png_create_read_struct ();
11138 return 0;
11140 _ACEOF
11141 if ac_fn_c_try_link "$LINENO"; then :
11142 case "$LIBEXT" in
11143 dll) ;;
11144 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'` ;;
11145 *) 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'` ;;
11146 esac
11148 rm -f core conftest.err conftest.$ac_objext \
11149 conftest$ac_exeext conftest.$ac_ext
11150 LIBS=$ac_check_soname_save_LIBS
11152 if test "x$ac_cv_lib_soname_png" = "x"; then :
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11154 $as_echo "not found" >&6; }
11156 else
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11158 $as_echo "$ac_cv_lib_soname_png" >&6; }
11160 cat >>confdefs.h <<_ACEOF
11161 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11162 _ACEOF
11166 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11167 then
11168 ac_save_CPPFLAGS="$CPPFLAGS"
11169 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11170 $as_unset ac_cv_header_png_h
11171 for ac_header in png.h
11172 do :
11173 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11174 if test "x$ac_cv_header_png_h" = x""yes; then :
11175 cat >>confdefs.h <<_ACEOF
11176 #define HAVE_PNG_H 1
11177 _ACEOF
11181 done
11183 CPPFLAGS="$ac_save_CPPFLAGS"
11184 if test "$ac_cv_header_png_h" = "yes"
11185 then
11186 PNGINCL="$X_CFLAGS"
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11189 $as_echo_n "checking for -lpng... " >&6; }
11190 if test "${ac_cv_lib_soname_png+set}" = set; then :
11191 $as_echo_n "(cached) " >&6
11192 else
11193 ac_check_soname_save_LIBS=$LIBS
11194 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11196 /* end confdefs.h. */
11198 /* Override any GCC internal prototype to avoid an error.
11199 Use char because int might match the return type of a GCC
11200 builtin and then its argument prototype would still apply. */
11201 #ifdef __cplusplus
11202 extern "C"
11203 #endif
11204 char png_create_read_struct ();
11206 main ()
11208 return png_create_read_struct ();
11210 return 0;
11212 _ACEOF
11213 if ac_fn_c_try_link "$LINENO"; then :
11214 case "$LIBEXT" in
11215 dll) ;;
11216 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'` ;;
11217 *) 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'` ;;
11218 esac
11220 rm -f core conftest.err conftest.$ac_objext \
11221 conftest$ac_exeext conftest.$ac_ext
11222 LIBS=$ac_check_soname_save_LIBS
11224 if test "x$ac_cv_lib_soname_png" = "x"; then :
11225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11226 $as_echo "not found" >&6; }
11228 else
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11230 $as_echo "$ac_cv_lib_soname_png" >&6; }
11232 cat >>confdefs.h <<_ACEOF
11233 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11234 _ACEOF
11240 if test "x$ac_cv_lib_soname_png" = "x"; then :
11241 case "x$with_png" in
11242 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11243 xno) ;;
11244 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11245 This is an error since --with-png was requested." "$LINENO" 5 ;;
11246 esac
11249 if test "$ac_cv_header_mpg123_h" = "yes"
11250 then
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11252 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11253 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11254 $as_echo_n "(cached) " >&6
11255 else
11256 ac_check_lib_save_LIBS=$LIBS
11257 LIBS="-lmpg123 $LIBS"
11258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259 /* end confdefs.h. */
11261 /* Override any GCC internal prototype to avoid an error.
11262 Use char because int might match the return type of a GCC
11263 builtin and then its argument prototype would still apply. */
11264 #ifdef __cplusplus
11265 extern "C"
11266 #endif
11267 char mpg123_feed ();
11269 main ()
11271 return mpg123_feed ();
11273 return 0;
11275 _ACEOF
11276 if ac_fn_c_try_link "$LINENO"; then :
11277 ac_cv_lib_mpg123_mpg123_feed=yes
11278 else
11279 ac_cv_lib_mpg123_mpg123_feed=no
11281 rm -f core conftest.err conftest.$ac_objext \
11282 conftest$ac_exeext conftest.$ac_ext
11283 LIBS=$ac_check_lib_save_LIBS
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11286 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11287 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11288 LIBMPG123="-lmpg123"
11293 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11294 case "x$with_mpg123" in
11295 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11296 xno) ;;
11297 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11298 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11299 esac
11301 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11303 if test "$ac_cv_header_AL_al_h" = "yes"
11304 then
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11306 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11307 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11308 $as_echo_n "(cached) " >&6
11309 else
11310 ac_check_lib_save_LIBS=$LIBS
11311 LIBS="-lopenal $LIBS"
11312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11313 /* end confdefs.h. */
11315 /* Override any GCC internal prototype to avoid an error.
11316 Use char because int might match the return type of a GCC
11317 builtin and then its argument prototype would still apply. */
11318 #ifdef __cplusplus
11319 extern "C"
11320 #endif
11321 char alGetSource3i ();
11323 main ()
11325 return alGetSource3i ();
11327 return 0;
11329 _ACEOF
11330 if ac_fn_c_try_link "$LINENO"; then :
11331 ac_cv_lib_openal_alGetSource3i=yes
11332 else
11333 ac_cv_lib_openal_alGetSource3i=no
11335 rm -f core conftest.err conftest.$ac_objext \
11336 conftest$ac_exeext conftest.$ac_ext
11337 LIBS=$ac_check_lib_save_LIBS
11339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11340 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11341 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11342 LIBOPENAL="-lopenal"
11347 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11348 case "x$with_openal" in
11349 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11350 xno) ;;
11351 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11352 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11353 esac
11355 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11357 if test "$ac_cv_header_kstat_h" = "yes"
11358 then
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11360 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11361 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11362 $as_echo_n "(cached) " >&6
11363 else
11364 ac_check_lib_save_LIBS=$LIBS
11365 LIBS="-lkstat $LIBS"
11366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11367 /* end confdefs.h. */
11369 /* Override any GCC internal prototype to avoid an error.
11370 Use char because int might match the return type of a GCC
11371 builtin and then its argument prototype would still apply. */
11372 #ifdef __cplusplus
11373 extern "C"
11374 #endif
11375 char kstat_open ();
11377 main ()
11379 return kstat_open ();
11381 return 0;
11383 _ACEOF
11384 if ac_fn_c_try_link "$LINENO"; then :
11385 ac_cv_lib_kstat_kstat_open=yes
11386 else
11387 ac_cv_lib_kstat_kstat_open=no
11389 rm -f core conftest.err conftest.$ac_objext \
11390 conftest$ac_exeext conftest.$ac_ext
11391 LIBS=$ac_check_lib_save_LIBS
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11394 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11395 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11397 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11399 LIBKSTAT="-lkstat"
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11406 $as_echo_n "checking for -lodbc... " >&6; }
11407 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11408 $as_echo_n "(cached) " >&6
11409 else
11410 ac_check_soname_save_LIBS=$LIBS
11411 LIBS="-lodbc $LIBS"
11412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11413 /* end confdefs.h. */
11415 /* Override any GCC internal prototype to avoid an error.
11416 Use char because int might match the return type of a GCC
11417 builtin and then its argument prototype would still apply. */
11418 #ifdef __cplusplus
11419 extern "C"
11420 #endif
11421 char SQLConnect ();
11423 main ()
11425 return SQLConnect ();
11427 return 0;
11429 _ACEOF
11430 if ac_fn_c_try_link "$LINENO"; then :
11431 case "$LIBEXT" in
11432 dll) ;;
11433 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'` ;;
11434 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11435 esac
11437 rm -f core conftest.err conftest.$ac_objext \
11438 conftest$ac_exeext conftest.$ac_ext
11439 LIBS=$ac_check_soname_save_LIBS
11441 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11443 $as_echo "not found" >&6; }
11444 cat >>confdefs.h <<_ACEOF
11445 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11446 _ACEOF
11448 else
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11450 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11452 cat >>confdefs.h <<_ACEOF
11453 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11454 _ACEOF
11459 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11460 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11461 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11462 "$ac_cv_header_soundcard_h" != "yes" -a \
11463 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11464 then
11465 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11469 EXTRACFLAGS=""
11471 if test "x${GCC}" = "xyes"
11472 then
11473 EXTRACFLAGS="-Wall -pipe"
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11476 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11477 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11478 $as_echo_n "(cached) " >&6
11479 else
11480 if test "$cross_compiling" = yes; then :
11481 ac_cv_c_gcc_strength_bug="yes"
11482 else
11483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11484 /* end confdefs.h. */
11485 int L[4] = {0,1,2,3};
11487 main ()
11489 static int Array[3];
11490 unsigned int B = 3;
11491 int i;
11492 for(i=0; i<B; i++) Array[i] = i - 3;
11493 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11494 L[i] = 4;
11495 return (Array[1] != -2 || L[2] != 3)
11497 return 0;
11499 _ACEOF
11500 if ac_fn_c_try_run "$LINENO"; then :
11501 ac_cv_c_gcc_strength_bug="no"
11502 else
11503 ac_cv_c_gcc_strength_bug="yes"
11505 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11506 conftest.$ac_objext conftest.beam conftest.$ac_ext
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11511 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11512 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11513 then
11514 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11518 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11519 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11520 $as_echo_n "(cached) " >&6
11521 else
11522 ac_wine_try_cflags_saved=$CFLAGS
11523 CFLAGS="$CFLAGS -fno-builtin"
11524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11525 /* end confdefs.h. */
11526 int main(int argc, char *argv) { return 0; }
11527 _ACEOF
11528 if ac_fn_c_try_link "$LINENO"; then :
11529 ac_cv_cflags__fno_builtin=yes
11530 else
11531 ac_cv_cflags__fno_builtin=no
11533 rm -f core conftest.err conftest.$ac_objext \
11534 conftest$ac_exeext conftest.$ac_ext
11535 CFLAGS=$ac_wine_try_cflags_saved
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11538 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11539 if test $ac_cv_cflags__fno_builtin = yes; then :
11540 BUILTINFLAG="-fno-builtin"
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11544 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11545 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11546 $as_echo_n "(cached) " >&6
11547 else
11548 ac_wine_try_cflags_saved=$CFLAGS
11549 CFLAGS="$CFLAGS -fno-strict-aliasing"
11550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11551 /* end confdefs.h. */
11552 int main(int argc, char *argv) { return 0; }
11553 _ACEOF
11554 if ac_fn_c_try_link "$LINENO"; then :
11555 ac_cv_cflags__fno_strict_aliasing=yes
11556 else
11557 ac_cv_cflags__fno_strict_aliasing=no
11559 rm -f core conftest.err conftest.$ac_objext \
11560 conftest$ac_exeext conftest.$ac_ext
11561 CFLAGS=$ac_wine_try_cflags_saved
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11564 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11565 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11566 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11569 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11570 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11571 $as_echo_n "(cached) " >&6
11572 else
11573 ac_wine_try_cflags_saved=$CFLAGS
11574 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11576 /* end confdefs.h. */
11577 int main(int argc, char *argv) { return 0; }
11578 _ACEOF
11579 if ac_fn_c_try_link "$LINENO"; then :
11580 ac_cv_cflags__Wdeclaration_after_statement=yes
11581 else
11582 ac_cv_cflags__Wdeclaration_after_statement=no
11584 rm -f core conftest.err conftest.$ac_objext \
11585 conftest$ac_exeext conftest.$ac_ext
11586 CFLAGS=$ac_wine_try_cflags_saved
11588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11589 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11590 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11591 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11594 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11595 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11596 $as_echo_n "(cached) " >&6
11597 else
11598 ac_wine_try_cflags_saved=$CFLAGS
11599 CFLAGS="$CFLAGS -Wstrict-prototypes"
11600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11601 /* end confdefs.h. */
11602 int main(int argc, char *argv) { return 0; }
11603 _ACEOF
11604 if ac_fn_c_try_link "$LINENO"; then :
11605 ac_cv_cflags__Wstrict_prototypes=yes
11606 else
11607 ac_cv_cflags__Wstrict_prototypes=no
11609 rm -f core conftest.err conftest.$ac_objext \
11610 conftest$ac_exeext conftest.$ac_ext
11611 CFLAGS=$ac_wine_try_cflags_saved
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11614 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11615 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11616 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11619 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11620 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11621 $as_echo_n "(cached) " >&6
11622 else
11623 ac_wine_try_cflags_saved=$CFLAGS
11624 CFLAGS="$CFLAGS -Wwrite-strings"
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h. */
11627 int main(int argc, char *argv) { return 0; }
11628 _ACEOF
11629 if ac_fn_c_try_link "$LINENO"; then :
11630 ac_cv_cflags__Wwrite_strings=yes
11631 else
11632 ac_cv_cflags__Wwrite_strings=no
11634 rm -f core conftest.err conftest.$ac_objext \
11635 conftest$ac_exeext conftest.$ac_ext
11636 CFLAGS=$ac_wine_try_cflags_saved
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11639 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11640 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11641 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11644 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11645 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11646 $as_echo_n "(cached) " >&6
11647 else
11648 ac_wine_try_cflags_saved=$CFLAGS
11649 CFLAGS="$CFLAGS -Wtype-limits"
11650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11651 /* end confdefs.h. */
11652 int main(int argc, char *argv) { return 0; }
11653 _ACEOF
11654 if ac_fn_c_try_link "$LINENO"; then :
11655 ac_cv_cflags__Wtype_limits=yes
11656 else
11657 ac_cv_cflags__Wtype_limits=no
11659 rm -f core conftest.err conftest.$ac_objext \
11660 conftest$ac_exeext conftest.$ac_ext
11661 CFLAGS=$ac_wine_try_cflags_saved
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11664 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11665 if test $ac_cv_cflags__Wtype_limits = yes; then :
11666 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11669 saved_CFLAGS="$CFLAGS"
11670 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11672 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11673 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11674 $as_echo_n "(cached) " >&6
11675 else
11676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11677 /* end confdefs.h. */
11678 #include <string.h>
11680 main ()
11684 return 0;
11686 _ACEOF
11687 if ac_fn_c_try_compile "$LINENO"; then :
11688 ac_cv_c_string_h_warnings=no
11689 else
11690 ac_cv_c_string_h_warnings=yes
11692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11695 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11696 CFLAGS="$saved_CFLAGS"
11697 if test "$ac_cv_c_string_h_warnings" = "no"
11698 then
11699 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11702 if test "${enable_maintainer_mode+set}" = set
11703 then
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11705 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11706 if test "${ac_cv_cflags__Werror+set}" = set; then :
11707 $as_echo_n "(cached) " >&6
11708 else
11709 ac_wine_try_cflags_saved=$CFLAGS
11710 CFLAGS="$CFLAGS -Werror"
11711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11712 /* end confdefs.h. */
11713 int main(int argc, char *argv) { return 0; }
11714 _ACEOF
11715 if ac_fn_c_try_link "$LINENO"; then :
11716 ac_cv_cflags__Werror=yes
11717 else
11718 ac_cv_cflags__Werror=no
11720 rm -f core conftest.err conftest.$ac_objext \
11721 conftest$ac_exeext conftest.$ac_ext
11722 CFLAGS=$ac_wine_try_cflags_saved
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11725 $as_echo "$ac_cv_cflags__Werror" >&6; }
11726 if test $ac_cv_cflags__Werror = yes; then :
11727 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11731 saved_CFLAGS="$CFLAGS"
11732 CFLAGS="$CFLAGS -Werror"
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11734 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11735 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11736 $as_echo_n "(cached) " >&6
11737 else
11738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11739 /* end confdefs.h. */
11740 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11742 main ()
11746 return 0;
11748 _ACEOF
11749 if ac_fn_c_try_compile "$LINENO"; then :
11750 ac_cv_have_ms_hook_prologue="yes"
11751 else
11752 ac_cv_have_ms_hook_prologue="no"
11754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11757 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11758 CFLAGS="$saved_CFLAGS"
11759 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11760 then
11762 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11764 else
11765 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11772 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11773 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11774 $as_echo_n "(cached) " >&6
11775 else
11776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11777 /* end confdefs.h. */
11778 extern int ac_test;
11780 main ()
11782 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11784 return 0;
11786 _ACEOF
11787 if ac_fn_c_try_link "$LINENO"; then :
11788 ac_cv_c_extern_prefix="yes"
11789 else
11790 ac_cv_c_extern_prefix="no"
11792 rm -f core conftest.err conftest.$ac_objext \
11793 conftest$ac_exeext conftest.$ac_ext
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11796 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11798 case $host_cpu in
11799 *i[3456789]86*)
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11801 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11802 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11803 $as_echo_n "(cached) " >&6
11804 else
11805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11806 /* end confdefs.h. */
11807 #ifndef _MSC_VER
11808 #define __stdcall __attribute__((__stdcall__))
11809 #endif
11810 int __stdcall ac_test(int i) { return i; }
11812 main ()
11814 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11816 return 0;
11818 _ACEOF
11819 if ac_fn_c_try_link "$LINENO"; then :
11820 ac_cv_c_stdcall_suffix="yes"
11821 else
11822 ac_cv_c_stdcall_suffix="no"
11824 rm -f core conftest.err conftest.$ac_objext \
11825 conftest$ac_exeext conftest.$ac_ext
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11828 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11829 *) ac_cv_c_stdcall_suffix="no" ;;
11830 esac
11833 if test "$ac_cv_c_extern_prefix" = "yes"
11834 then
11835 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11837 asm_name_prefix="_"
11838 else
11839 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11841 asm_name_prefix=""
11845 if test "$ac_cv_c_stdcall_suffix" = "yes"
11846 then
11847 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11849 else
11850 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11856 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11857 if test "${ac_cv_asm_func_def+set}" = set; then :
11858 $as_echo_n "(cached) " >&6
11859 else
11860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h. */
11864 main ()
11866 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11868 return 0;
11870 _ACEOF
11871 if ac_fn_c_try_link "$LINENO"; then :
11872 ac_cv_asm_func_def=".def"
11873 else
11874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11875 /* end confdefs.h. */
11878 main ()
11880 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11882 return 0;
11884 _ACEOF
11885 if ac_fn_c_try_link "$LINENO"; then :
11886 ac_cv_asm_func_def=".type @function"
11887 else
11888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11889 /* end confdefs.h. */
11892 main ()
11894 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11896 return 0;
11898 _ACEOF
11899 if ac_fn_c_try_link "$LINENO"; then :
11900 ac_cv_asm_func_def=".type 2"
11901 else
11902 ac_cv_asm_func_def="unknown"
11904 rm -f core conftest.err conftest.$ac_objext \
11905 conftest$ac_exeext conftest.$ac_ext
11907 rm -f core conftest.err conftest.$ac_objext \
11908 conftest$ac_exeext conftest.$ac_ext
11910 rm -f core conftest.err conftest.$ac_objext \
11911 conftest$ac_exeext conftest.$ac_ext
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11914 $as_echo "$ac_cv_asm_func_def" >&6; }
11917 case "$ac_cv_asm_func_def" in
11918 ".def")
11919 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11921 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11922 ".type @function")
11923 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11925 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11926 ".type 2")
11927 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11929 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11931 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11933 asm_func_header="" ;;
11934 esac
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11937 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11938 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11939 $as_echo_n "(cached) " >&6
11940 else
11941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11942 /* end confdefs.h. */
11943 asm(".text\n\t.long 0");
11945 main ()
11949 return 0;
11951 _ACEOF
11952 if ac_fn_c_try_compile "$LINENO"; then :
11953 ac_cv_c_asm_outside_funcs="yes"
11954 else
11955 ac_cv_c_asm_outside_funcs="no"
11957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11960 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11963 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11964 if test "${ac_cv_c_dot_previous+set}" = set; then :
11965 $as_echo_n "(cached) " >&6
11966 else
11967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11968 /* end confdefs.h. */
11971 main ()
11973 asm(".text\nac_test:\t.long 0\n\t.previous");
11975 return 0;
11977 _ACEOF
11978 if ac_fn_c_try_link "$LINENO"; then :
11979 ac_cv_c_dot_previous="yes"
11980 else
11981 ac_cv_c_dot_previous="no"
11983 rm -f core conftest.err conftest.$ac_objext \
11984 conftest$ac_exeext conftest.$ac_ext
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11987 $as_echo "$ac_cv_c_dot_previous" >&6; }
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11990 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11991 if test "${ac_cv_c_cfi_support+set}" = set; then :
11992 $as_echo_n "(cached) " >&6
11993 else
11994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11995 /* end confdefs.h. */
11996 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11998 main ()
12002 return 0;
12004 _ACEOF
12005 if ac_fn_c_try_compile "$LINENO"; then :
12006 ac_cv_c_cfi_support="yes"
12007 else
12008 ac_cv_c_cfi_support="no"
12010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12013 $as_echo "$ac_cv_c_cfi_support" >&6; }
12015 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12016 asm_func_trailer=""
12017 if test "$ac_cv_c_dot_previous" = "yes"
12018 then
12019 asm_func_trailer="\\n\\t.previous"
12021 if test "$ac_cv_c_cfi_support" = "yes"
12022 then
12023 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12024 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12026 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12028 else
12029 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12033 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12036 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12037 then
12038 cat >>confdefs.h <<_ACEOF
12039 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12040 _ACEOF
12042 else
12043 cat >>confdefs.h <<_ACEOF
12044 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12045 _ACEOF
12049 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12052 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12056 LDPATH=""
12058 case $build_os in
12059 cygwin*|mingw32*)
12060 TOOLSEXT=".exe"
12062 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12064 darwin*|macosx*)
12067 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12069 esac
12071 case $host_os in
12072 mingw32*)
12073 CRTLIBS="-lmsvcrt"
12075 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12078 esac
12080 MAIN_BINARY="wine"
12082 test -z "$with_wine64" || MAIN_BINARY="wine32"
12084 case $host_cpu in
12085 *i[3456789]86*)
12086 case $host_os in
12087 linux*)
12088 EXTRA_BINARIES="wine-preloader"
12090 esac
12092 esac
12095 ac_save_CFLAGS="$CFLAGS"
12096 CFLAGS="$CFLAGS $BUILTINFLAG"
12097 for ac_func in \
12098 _pclose \
12099 _popen \
12100 _snprintf \
12101 _spawnvp \
12102 _strdup \
12103 _stricmp \
12104 _strnicmp \
12105 _strtoi64 \
12106 _strtoui64 \
12107 _vsnprintf \
12108 asctime_r \
12109 chsize \
12110 dlopen \
12111 epoll_create \
12112 ffs \
12113 finite \
12114 fnmatch \
12115 fork \
12116 fpclass \
12117 fstatfs \
12118 fstatvfs \
12119 ftruncate \
12120 futimes \
12121 futimesat \
12122 getdirentries \
12123 getopt_long \
12124 getpagesize \
12125 getpwuid \
12126 gettid \
12127 gettimeofday \
12128 getuid \
12129 kqueue \
12130 lstat \
12131 memmove \
12132 mmap \
12133 pclose \
12134 pipe2 \
12135 poll \
12136 popen \
12137 port_create \
12138 prctl \
12139 pread \
12140 pwrite \
12141 readdir \
12142 readlink \
12143 sched_setaffinity \
12144 sched_yield \
12145 select \
12146 setproctitle \
12147 setrlimit \
12148 settimeofday \
12149 sigaltstack \
12150 sigprocmask \
12151 snprintf \
12152 spawnvp \
12153 statfs \
12154 statvfs \
12155 strcasecmp \
12156 strdup \
12157 strerror \
12158 strncasecmp \
12159 strtold \
12160 strtoll \
12161 strtoull \
12162 symlink \
12163 tcgetattr \
12164 thr_kill2 \
12165 timegm \
12166 usleep \
12167 vsnprintf \
12168 wait4 \
12169 waitpid \
12171 do :
12172 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12173 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12174 eval as_val=\$$as_ac_var
12175 if test "x$as_val" = x""yes; then :
12176 cat >>confdefs.h <<_ACEOF
12177 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12178 _ACEOF
12181 done
12183 CFLAGS="$ac_save_CFLAGS"
12185 if test "$ac_cv_func_dlopen" = no
12186 then
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12188 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12189 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12190 $as_echo_n "(cached) " >&6
12191 else
12192 ac_check_lib_save_LIBS=$LIBS
12193 LIBS="-ldl $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 dlopen ();
12205 main ()
12207 return dlopen ();
12209 return 0;
12211 _ACEOF
12212 if ac_fn_c_try_link "$LINENO"; then :
12213 ac_cv_lib_dl_dlopen=yes
12214 else
12215 ac_cv_lib_dl_dlopen=no
12217 rm -f core conftest.err conftest.$ac_objext \
12218 conftest$ac_exeext conftest.$ac_ext
12219 LIBS=$ac_check_lib_save_LIBS
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12222 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12223 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12224 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12225 LIBDL="-ldl"
12230 ac_wine_check_funcs_save_LIBS="$LIBS"
12231 LIBS="$LIBS $LIBDL"
12232 for ac_func in dladdr
12233 do :
12234 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12235 if test "x$ac_cv_func_dladdr" = x""yes; then :
12236 cat >>confdefs.h <<_ACEOF
12237 #define HAVE_DLADDR 1
12238 _ACEOF
12241 done
12243 LIBS="$ac_wine_check_funcs_save_LIBS"
12245 if test "$ac_cv_func_poll" = no
12246 then
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12248 $as_echo_n "checking for poll in -lpoll... " >&6; }
12249 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12250 $as_echo_n "(cached) " >&6
12251 else
12252 ac_check_lib_save_LIBS=$LIBS
12253 LIBS="-lpoll $LIBS"
12254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12260 #ifdef __cplusplus
12261 extern "C"
12262 #endif
12263 char poll ();
12265 main ()
12267 return poll ();
12269 return 0;
12271 _ACEOF
12272 if ac_fn_c_try_link "$LINENO"; then :
12273 ac_cv_lib_poll_poll=yes
12274 else
12275 ac_cv_lib_poll_poll=no
12277 rm -f core conftest.err conftest.$ac_objext \
12278 conftest$ac_exeext conftest.$ac_ext
12279 LIBS=$ac_check_lib_save_LIBS
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12282 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12283 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12284 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12285 LIBPOLL="-lpoll"
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12292 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12293 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12294 $as_echo_n "(cached) " >&6
12295 else
12296 ac_func_search_save_LIBS=$LIBS
12297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12298 /* end confdefs.h. */
12300 /* Override any GCC internal prototype to avoid an error.
12301 Use char because int might match the return type of a GCC
12302 builtin and then its argument prototype would still apply. */
12303 #ifdef __cplusplus
12304 extern "C"
12305 #endif
12306 char gethostbyname ();
12308 main ()
12310 return gethostbyname ();
12312 return 0;
12314 _ACEOF
12315 for ac_lib in '' nsl; do
12316 if test -z "$ac_lib"; then
12317 ac_res="none required"
12318 else
12319 ac_res=-l$ac_lib
12320 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12322 if ac_fn_c_try_link "$LINENO"; then :
12323 ac_cv_search_gethostbyname=$ac_res
12325 rm -f core conftest.err conftest.$ac_objext \
12326 conftest$ac_exeext
12327 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12328 break
12330 done
12331 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12333 else
12334 ac_cv_search_gethostbyname=no
12336 rm conftest.$ac_ext
12337 LIBS=$ac_func_search_save_LIBS
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12340 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12341 ac_res=$ac_cv_search_gethostbyname
12342 if test "$ac_res" != no; then :
12343 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12349 $as_echo_n "checking for library containing connect... " >&6; }
12350 if test "${ac_cv_search_connect+set}" = set; then :
12351 $as_echo_n "(cached) " >&6
12352 else
12353 ac_func_search_save_LIBS=$LIBS
12354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12355 /* end confdefs.h. */
12357 /* Override any GCC internal prototype to avoid an error.
12358 Use char because int might match the return type of a GCC
12359 builtin and then its argument prototype would still apply. */
12360 #ifdef __cplusplus
12361 extern "C"
12362 #endif
12363 char connect ();
12365 main ()
12367 return connect ();
12369 return 0;
12371 _ACEOF
12372 for ac_lib in '' socket; do
12373 if test -z "$ac_lib"; then
12374 ac_res="none required"
12375 else
12376 ac_res=-l$ac_lib
12377 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12379 if ac_fn_c_try_link "$LINENO"; then :
12380 ac_cv_search_connect=$ac_res
12382 rm -f core conftest.err conftest.$ac_objext \
12383 conftest$ac_exeext
12384 if test "${ac_cv_search_connect+set}" = set; then :
12385 break
12387 done
12388 if test "${ac_cv_search_connect+set}" = set; then :
12390 else
12391 ac_cv_search_connect=no
12393 rm conftest.$ac_ext
12394 LIBS=$ac_func_search_save_LIBS
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12397 $as_echo "$ac_cv_search_connect" >&6; }
12398 ac_res=$ac_cv_search_connect
12399 if test "$ac_res" != no; then :
12400 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12406 $as_echo_n "checking for library containing inet_aton... " >&6; }
12407 if test "${ac_cv_search_inet_aton+set}" = set; then :
12408 $as_echo_n "(cached) " >&6
12409 else
12410 ac_func_search_save_LIBS=$LIBS
12411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12412 /* end confdefs.h. */
12414 /* Override any GCC internal prototype to avoid an error.
12415 Use char because int might match the return type of a GCC
12416 builtin and then its argument prototype would still apply. */
12417 #ifdef __cplusplus
12418 extern "C"
12419 #endif
12420 char inet_aton ();
12422 main ()
12424 return inet_aton ();
12426 return 0;
12428 _ACEOF
12429 for ac_lib in '' resolv; do
12430 if test -z "$ac_lib"; then
12431 ac_res="none required"
12432 else
12433 ac_res=-l$ac_lib
12434 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12436 if ac_fn_c_try_link "$LINENO"; then :
12437 ac_cv_search_inet_aton=$ac_res
12439 rm -f core conftest.err conftest.$ac_objext \
12440 conftest$ac_exeext
12441 if test "${ac_cv_search_inet_aton+set}" = set; then :
12442 break
12444 done
12445 if test "${ac_cv_search_inet_aton+set}" = set; then :
12447 else
12448 ac_cv_search_inet_aton=no
12450 rm conftest.$ac_ext
12451 LIBS=$ac_func_search_save_LIBS
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12454 $as_echo "$ac_cv_search_inet_aton" >&6; }
12455 ac_res=$ac_cv_search_inet_aton
12456 if test "$ac_res" != no; then :
12457 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12462 for ac_func in \
12463 getaddrinfo \
12464 getnameinfo \
12465 getnetbyname \
12466 getprotobyname \
12467 getprotobynumber \
12468 getservbyport \
12469 inet_network \
12470 inet_ntop \
12471 inet_pton \
12472 sendmsg \
12473 socketpair \
12475 do :
12476 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12477 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12478 eval as_val=\$$as_ac_var
12479 if test "x$as_val" = x""yes; then :
12480 cat >>confdefs.h <<_ACEOF
12481 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12482 _ACEOF
12485 done
12488 LDAPLIBS=""
12490 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12491 then
12492 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12494 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12496 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12497 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12498 $as_echo_n "(cached) " >&6
12499 else
12500 ac_check_lib_save_LIBS=$LIBS
12501 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12503 /* end confdefs.h. */
12505 /* Override any GCC internal prototype to avoid an error.
12506 Use char because int might match the return type of a GCC
12507 builtin and then its argument prototype would still apply. */
12508 #ifdef __cplusplus
12509 extern "C"
12510 #endif
12511 char ldap_initialize ();
12513 main ()
12515 return ldap_initialize ();
12517 return 0;
12519 _ACEOF
12520 if ac_fn_c_try_link "$LINENO"; then :
12521 ac_cv_lib_ldap_r_ldap_initialize=yes
12522 else
12523 ac_cv_lib_ldap_r_ldap_initialize=no
12525 rm -f core conftest.err conftest.$ac_objext \
12526 conftest$ac_exeext conftest.$ac_ext
12527 LIBS=$ac_check_lib_save_LIBS
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12530 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12531 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12533 $as_echo_n "checking for ber_init in -llber... " >&6; }
12534 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12535 $as_echo_n "(cached) " >&6
12536 else
12537 ac_check_lib_save_LIBS=$LIBS
12538 LIBS="-llber $LIBPTHREAD $LIBS"
12539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12540 /* end confdefs.h. */
12542 /* Override any GCC internal prototype to avoid an error.
12543 Use char because int might match the return type of a GCC
12544 builtin and then its argument prototype would still apply. */
12545 #ifdef __cplusplus
12546 extern "C"
12547 #endif
12548 char ber_init ();
12550 main ()
12552 return ber_init ();
12554 return 0;
12556 _ACEOF
12557 if ac_fn_c_try_link "$LINENO"; then :
12558 ac_cv_lib_lber_ber_init=yes
12559 else
12560 ac_cv_lib_lber_ber_init=no
12562 rm -f core conftest.err conftest.$ac_objext \
12563 conftest$ac_exeext conftest.$ac_ext
12564 LIBS=$ac_check_lib_save_LIBS
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12567 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12568 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12570 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12572 LDAPLIBS="-lldap_r -llber"
12579 ac_wine_check_funcs_save_LIBS="$LIBS"
12580 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12581 for ac_func in \
12582 ldap_count_references \
12583 ldap_first_reference \
12584 ldap_next_reference \
12585 ldap_parse_reference \
12586 ldap_parse_sort_control \
12587 ldap_parse_sortresponse_control \
12588 ldap_parse_vlv_control \
12589 ldap_parse_vlvresponse_control
12590 do :
12591 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12592 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12593 eval as_val=\$$as_ac_var
12594 if test "x$as_val" = x""yes; then :
12595 cat >>confdefs.h <<_ACEOF
12596 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12597 _ACEOF
12600 done
12602 LIBS="$ac_wine_check_funcs_save_LIBS"
12604 if test "x$LDAPLIBS" = "x"; then :
12605 case "x$with_ldap" in
12606 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12607 xno) ;;
12608 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12609 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12610 esac
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12614 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12615 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12616 $as_echo_n "(cached) " >&6
12617 else
12618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12619 /* end confdefs.h. */
12620 #include <sys/stat.h>
12622 main ()
12624 mkdir("foo");
12626 return 0;
12628 _ACEOF
12629 if ac_fn_c_try_compile "$LINENO"; then :
12630 wine_cv_one_arg_mkdir=yes
12631 else
12632 wine_cv_one_arg_mkdir=no
12634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12637 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12638 if test "$wine_cv_one_arg_mkdir" = "yes"
12639 then
12641 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12647 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12648 if test "${ac_cv_c_const+set}" = set; then :
12649 $as_echo_n "(cached) " >&6
12650 else
12651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12652 /* end confdefs.h. */
12655 main ()
12657 /* FIXME: Include the comments suggested by Paul. */
12658 #ifndef __cplusplus
12659 /* Ultrix mips cc rejects this. */
12660 typedef int charset[2];
12661 const charset cs;
12662 /* SunOS 4.1.1 cc rejects this. */
12663 char const *const *pcpcc;
12664 char **ppc;
12665 /* NEC SVR4.0.2 mips cc rejects this. */
12666 struct point {int x, y;};
12667 static struct point const zero = {0,0};
12668 /* AIX XL C 1.02.0.0 rejects this.
12669 It does not let you subtract one const X* pointer from another in
12670 an arm of an if-expression whose if-part is not a constant
12671 expression */
12672 const char *g = "string";
12673 pcpcc = &g + (g ? g-g : 0);
12674 /* HPUX 7.0 cc rejects these. */
12675 ++pcpcc;
12676 ppc = (char**) pcpcc;
12677 pcpcc = (char const *const *) ppc;
12678 { /* SCO 3.2v4 cc rejects this. */
12679 char *t;
12680 char const *s = 0 ? (char *) 0 : (char const *) 0;
12682 *t++ = 0;
12683 if (s) return 0;
12685 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12686 int x[] = {25, 17};
12687 const int *foo = &x[0];
12688 ++foo;
12690 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12691 typedef const int *iptr;
12692 iptr p = 0;
12693 ++p;
12695 { /* AIX XL C 1.02.0.0 rejects this saying
12696 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12697 struct s { int j; const int *ap[3]; };
12698 struct s *b; b->j = 5;
12700 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12701 const int foo = 10;
12702 if (!foo) return 0;
12704 return !cs[0] && !zero.x;
12705 #endif
12708 return 0;
12710 _ACEOF
12711 if ac_fn_c_try_compile "$LINENO"; then :
12712 ac_cv_c_const=yes
12713 else
12714 ac_cv_c_const=no
12716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12719 $as_echo "$ac_cv_c_const" >&6; }
12720 if test $ac_cv_c_const = no; then
12722 $as_echo "#define const /**/" >>confdefs.h
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12727 $as_echo_n "checking for inline... " >&6; }
12728 if test "${ac_cv_c_inline+set}" = set; then :
12729 $as_echo_n "(cached) " >&6
12730 else
12731 ac_cv_c_inline=no
12732 for ac_kw in inline __inline__ __inline; do
12733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12735 #ifndef __cplusplus
12736 typedef int foo_t;
12737 static $ac_kw foo_t static_foo () {return 0; }
12738 $ac_kw foo_t foo () {return 0; }
12739 #endif
12741 _ACEOF
12742 if ac_fn_c_try_compile "$LINENO"; then :
12743 ac_cv_c_inline=$ac_kw
12745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12746 test "$ac_cv_c_inline" != no && break
12747 done
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12751 $as_echo "$ac_cv_c_inline" >&6; }
12753 case $ac_cv_c_inline in
12754 inline | yes) ;;
12756 case $ac_cv_c_inline in
12757 no) ac_val=;;
12758 *) ac_val=$ac_cv_c_inline;;
12759 esac
12760 cat >>confdefs.h <<_ACEOF
12761 #ifndef __cplusplus
12762 #define inline $ac_val
12763 #endif
12764 _ACEOF
12766 esac
12768 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12769 if test "x$ac_cv_type_mode_t" = x""yes; then :
12771 cat >>confdefs.h <<_ACEOF
12772 #define HAVE_MODE_T 1
12773 _ACEOF
12777 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12778 if test "x$ac_cv_type_off_t" = x""yes; then :
12780 cat >>confdefs.h <<_ACEOF
12781 #define HAVE_OFF_T 1
12782 _ACEOF
12786 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12787 if test "x$ac_cv_type_pid_t" = x""yes; then :
12789 cat >>confdefs.h <<_ACEOF
12790 #define HAVE_PID_T 1
12791 _ACEOF
12795 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12796 if test "x$ac_cv_type_size_t" = x""yes; then :
12798 cat >>confdefs.h <<_ACEOF
12799 #define HAVE_SIZE_T 1
12800 _ACEOF
12804 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12805 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12807 cat >>confdefs.h <<_ACEOF
12808 #define HAVE_SSIZE_T 1
12809 _ACEOF
12813 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12814 if test "x$ac_cv_type_long_long" = x""yes; then :
12816 cat >>confdefs.h <<_ACEOF
12817 #define HAVE_LONG_LONG 1
12818 _ACEOF
12822 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12823 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12825 cat >>confdefs.h <<_ACEOF
12826 #define HAVE_FSBLKCNT_T 1
12827 _ACEOF
12831 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12832 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12834 cat >>confdefs.h <<_ACEOF
12835 #define HAVE_FSFILCNT_T 1
12836 _ACEOF
12841 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12842 #include <signal.h>
12844 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12846 cat >>confdefs.h <<_ACEOF
12847 #define HAVE_SIGSET_T 1
12848 _ACEOF
12853 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12855 if test "x$ac_cv_type_request_sense" = x""yes; then :
12857 cat >>confdefs.h <<_ACEOF
12858 #define HAVE_REQUEST_SENSE 1
12859 _ACEOF
12865 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12866 #ifdef HAVE_SYS_SOCKET_H
12867 #include <sys/socket.h>
12868 #endif
12869 #ifdef HAVE_SYS_SOCKETVAR_H
12870 #include <sys/socketvar.h>
12871 #endif
12872 #ifdef HAVE_NET_ROUTE_H
12873 #include <net/route.h>
12874 #endif
12875 #ifdef HAVE_NETINET_IN_H
12876 #include <netinet/in.h>
12877 #endif
12878 #ifdef HAVE_NETINET_IN_SYSTM_H
12879 #include <netinet/in_systm.h>
12880 #endif
12881 #ifdef HAVE_NETINET_IP_H
12882 #include <netinet/ip.h>
12883 #endif
12884 #ifdef HAVE_NETINET_IN_PCB_H
12885 #include <netinet/in_pcb.h>
12886 #endif
12888 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12890 cat >>confdefs.h <<_ACEOF
12891 #define HAVE_STRUCT_XINPGEN 1
12892 _ACEOF
12898 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12899 #include <linux/input.h>
12900 #endif
12902 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12904 cat >>confdefs.h <<_ACEOF
12905 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12906 _ACEOF
12912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12913 $as_echo_n "checking for sigaddset... " >&6; }
12914 if test "${wine_cv_have_sigaddset+set}" = set; then :
12915 $as_echo_n "(cached) " >&6
12916 else
12917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12918 /* end confdefs.h. */
12919 #include <signal.h>
12921 main ()
12923 sigset_t set; sigaddset(&set,SIGTERM);
12925 return 0;
12927 _ACEOF
12928 if ac_fn_c_try_link "$LINENO"; then :
12929 wine_cv_have_sigaddset=yes
12930 else
12931 wine_cv_have_sigaddset=no
12933 rm -f core conftest.err conftest.$ac_objext \
12934 conftest$ac_exeext conftest.$ac_ext
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12937 $as_echo "$wine_cv_have_sigaddset" >&6; }
12938 if test "$wine_cv_have_sigaddset" = "yes"
12939 then
12941 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12947 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12948 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12949 $as_echo_n "(cached) " >&6
12950 else
12951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12952 /* end confdefs.h. */
12953 #include <netdb.h>
12955 main ()
12958 char *name=0;
12959 struct hostent he;
12960 struct hostent *result;
12961 char *buf=0;
12962 int bufsize=0;
12963 int res,errnr;
12964 char *addr=0;
12965 int addrlen=0;
12966 int addrtype=0;
12967 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12968 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12971 return 0;
12973 _ACEOF
12974 if ac_fn_c_try_link "$LINENO"; then :
12975 wine_cv_linux_gethostbyname_r_6=yes
12976 else
12977 wine_cv_linux_gethostbyname_r_6=no
12980 rm -f core conftest.err conftest.$ac_objext \
12981 conftest$ac_exeext conftest.$ac_ext
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12985 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12986 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12987 then
12989 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12993 if test "$ac_cv_header_linux_joystick_h" = "yes"
12994 then
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12996 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12997 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12998 $as_echo_n "(cached) " >&6
12999 else
13000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13001 /* end confdefs.h. */
13003 #include <sys/ioctl.h>
13004 #include <sys/types.h>
13005 #include <linux/joystick.h>
13007 struct js_event blub;
13008 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13009 #error "no 2.2 header"
13010 #endif
13013 main ()
13015 /*empty*/
13017 return 0;
13019 _ACEOF
13020 if ac_fn_c_try_compile "$LINENO"; then :
13021 wine_cv_linux_joystick_22_api=yes
13022 else
13023 wine_cv_linux_joystick_22_api=no
13025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13029 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13030 if test "$wine_cv_linux_joystick_22_api" = "yes"
13031 then
13033 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13039 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13040 #ifdef HAVE_SYS_PARAM_H
13041 # include <sys/param.h>
13042 #endif
13043 #ifdef HAVE_SYS_MOUNT_H
13044 # include <sys/mount.h>
13045 #endif
13046 #ifdef HAVE_SYS_VFS_H
13047 # include <sys/vfs.h>
13048 #endif
13049 #ifdef HAVE_SYS_STATFS_H
13050 # include <sys/statfs.h>
13051 #endif
13053 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13055 cat >>confdefs.h <<_ACEOF
13056 #define HAVE_STRUCT_STATFS_F_BFREE 1
13057 _ACEOF
13061 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13062 #ifdef HAVE_SYS_PARAM_H
13063 # include <sys/param.h>
13064 #endif
13065 #ifdef HAVE_SYS_MOUNT_H
13066 # include <sys/mount.h>
13067 #endif
13068 #ifdef HAVE_SYS_VFS_H
13069 # include <sys/vfs.h>
13070 #endif
13071 #ifdef HAVE_SYS_STATFS_H
13072 # include <sys/statfs.h>
13073 #endif
13075 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13077 cat >>confdefs.h <<_ACEOF
13078 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13079 _ACEOF
13083 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13084 #ifdef HAVE_SYS_PARAM_H
13085 # include <sys/param.h>
13086 #endif
13087 #ifdef HAVE_SYS_MOUNT_H
13088 # include <sys/mount.h>
13089 #endif
13090 #ifdef HAVE_SYS_VFS_H
13091 # include <sys/vfs.h>
13092 #endif
13093 #ifdef HAVE_SYS_STATFS_H
13094 # include <sys/statfs.h>
13095 #endif
13097 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13099 cat >>confdefs.h <<_ACEOF
13100 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13101 _ACEOF
13105 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13106 #ifdef HAVE_SYS_PARAM_H
13107 # include <sys/param.h>
13108 #endif
13109 #ifdef HAVE_SYS_MOUNT_H
13110 # include <sys/mount.h>
13111 #endif
13112 #ifdef HAVE_SYS_VFS_H
13113 # include <sys/vfs.h>
13114 #endif
13115 #ifdef HAVE_SYS_STATFS_H
13116 # include <sys/statfs.h>
13117 #endif
13119 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13121 cat >>confdefs.h <<_ACEOF
13122 #define HAVE_STRUCT_STATFS_F_FFREE 1
13123 _ACEOF
13127 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13128 #ifdef HAVE_SYS_PARAM_H
13129 # include <sys/param.h>
13130 #endif
13131 #ifdef HAVE_SYS_MOUNT_H
13132 # include <sys/mount.h>
13133 #endif
13134 #ifdef HAVE_SYS_VFS_H
13135 # include <sys/vfs.h>
13136 #endif
13137 #ifdef HAVE_SYS_STATFS_H
13138 # include <sys/statfs.h>
13139 #endif
13141 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13143 cat >>confdefs.h <<_ACEOF
13144 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13145 _ACEOF
13149 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13150 #ifdef HAVE_SYS_PARAM_H
13151 # include <sys/param.h>
13152 #endif
13153 #ifdef HAVE_SYS_MOUNT_H
13154 # include <sys/mount.h>
13155 #endif
13156 #ifdef HAVE_SYS_VFS_H
13157 # include <sys/vfs.h>
13158 #endif
13159 #ifdef HAVE_SYS_STATFS_H
13160 # include <sys/statfs.h>
13161 #endif
13163 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13165 cat >>confdefs.h <<_ACEOF
13166 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13167 _ACEOF
13173 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13174 #include <sys/statvfs.h>
13175 #endif
13177 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13181 _ACEOF
13187 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13188 #ifdef HAVE_SYS_SOCKET_H
13189 # include <sys/socket.h>
13190 #endif
13191 #ifdef HAVE_SYS_UN_H
13192 # include <sys/un.h>
13193 #endif
13195 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13197 cat >>confdefs.h <<_ACEOF
13198 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13199 _ACEOF
13203 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13204 #ifdef HAVE_SYS_SOCKET_H
13205 # include <sys/socket.h>
13206 #endif
13207 #ifdef HAVE_SYS_UN_H
13208 # include <sys/un.h>
13209 #endif
13211 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13213 cat >>confdefs.h <<_ACEOF
13214 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13215 _ACEOF
13219 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13220 #ifdef HAVE_SYS_SOCKET_H
13221 # include <sys/socket.h>
13222 #endif
13223 #ifdef HAVE_SYS_UN_H
13224 # include <sys/un.h>
13225 #endif
13227 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13229 cat >>confdefs.h <<_ACEOF
13230 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13231 _ACEOF
13237 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13238 #ifdef HAVE_SCSI_SG_H
13239 #include <scsi/sg.h>
13240 #endif
13242 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13244 cat >>confdefs.h <<_ACEOF
13245 #define HAVE_SCSIREQ_T_CMD 1
13246 _ACEOF
13250 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>
13251 #ifdef HAVE_SCSI_SG_H
13252 #include <scsi/sg.h>
13253 #endif
13255 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13257 cat >>confdefs.h <<_ACEOF
13258 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13259 _ACEOF
13265 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13267 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13269 cat >>confdefs.h <<_ACEOF
13270 #define HAVE_SIGINFO_T_SI_FD 1
13271 _ACEOF
13277 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13278 #ifdef HAVE_SYS_MTIO_H
13279 #include <sys/mtio.h>
13280 #endif
13282 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13284 cat >>confdefs.h <<_ACEOF
13285 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13286 _ACEOF
13290 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13291 #ifdef HAVE_SYS_MTIO_H
13292 #include <sys/mtio.h>
13293 #endif
13295 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13297 cat >>confdefs.h <<_ACEOF
13298 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13299 _ACEOF
13303 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13304 #ifdef HAVE_SYS_MTIO_H
13305 #include <sys/mtio.h>
13306 #endif
13308 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13310 cat >>confdefs.h <<_ACEOF
13311 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13312 _ACEOF
13318 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13319 #include <getopt.h>
13320 #endif
13322 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13324 cat >>confdefs.h <<_ACEOF
13325 #define HAVE_STRUCT_OPTION_NAME 1
13326 _ACEOF
13332 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13333 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13335 cat >>confdefs.h <<_ACEOF
13336 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13337 _ACEOF
13341 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13342 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13344 cat >>confdefs.h <<_ACEOF
13345 #define HAVE_STRUCT_STAT_ST_MTIM 1
13346 _ACEOF
13350 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13351 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13353 cat >>confdefs.h <<_ACEOF
13354 #define HAVE_STRUCT_STAT_ST_CTIM 1
13355 _ACEOF
13359 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13360 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13362 cat >>confdefs.h <<_ACEOF
13363 #define HAVE_STRUCT_STAT_ST_ATIM 1
13364 _ACEOF
13370 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
13371 #include <sys/types.h>
13372 #endif
13373 #ifdef HAVE_NETINET_IN_H
13374 #include <netinet/in.h>
13375 #endif
13377 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13379 cat >>confdefs.h <<_ACEOF
13380 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13381 _ACEOF
13387 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13388 #include <sys/types.h>
13389 #endif
13390 #ifdef HAVE_NETINET_IN_H
13391 # include <netinet/in.h>
13392 #endif
13393 #ifdef HAVE_ARPA_NAMESER_H
13394 # include <arpa/nameser.h>
13395 #endif
13397 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13399 cat >>confdefs.h <<_ACEOF
13400 #define HAVE_NS_MSG__MSG_PTR 1
13401 _ACEOF
13407 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13408 #include <sys/types.h>
13409 #endif
13410 #ifdef HAVE_ALIAS_H
13411 #include <alias.h>
13412 #endif
13413 #ifdef HAVE_SYS_SOCKET_H
13414 #include <sys/socket.h>
13415 #endif
13416 #ifdef HAVE_SYS_SOCKETVAR_H
13417 #include <sys/socketvar.h>
13418 #endif
13419 #ifdef HAVE_SYS_TIMEOUT_H
13420 #include <sys/timeout.h>
13421 #endif
13422 #ifdef HAVE_NETINET_IN_H
13423 #include <netinet/in.h>
13424 #endif
13425 #ifdef HAVE_NETINET_IN_SYSTM_H
13426 #include <netinet/in_systm.h>
13427 #endif
13428 #ifdef HAVE_NETINET_IP_H
13429 #include <netinet/ip.h>
13430 #endif
13431 #ifdef HAVE_NETINET_IP_VAR_H
13432 #include <netinet/ip_var.h>
13433 #endif
13434 #ifdef HAVE_NETINET_IP_ICMP_H
13435 #include <netinet/ip_icmp.h>
13436 #endif
13437 #ifdef HAVE_NETINET_ICMP_VAR
13438 #include <netinet/icmp_var.h>
13439 #endif
13441 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13443 cat >>confdefs.h <<_ACEOF
13444 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13445 _ACEOF
13451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13452 $as_echo_n "checking for timezone variable... " >&6; }
13453 if test "${ac_cv_have_timezone+set}" = set; then :
13454 $as_echo_n "(cached) " >&6
13455 else
13456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13457 /* end confdefs.h. */
13458 #include <time.h>
13460 main ()
13462 timezone = 1
13464 return 0;
13466 _ACEOF
13467 if ac_fn_c_try_link "$LINENO"; then :
13468 ac_cv_have_timezone="yes"
13469 else
13470 ac_cv_have_timezone="no"
13472 rm -f core conftest.err conftest.$ac_objext \
13473 conftest$ac_exeext conftest.$ac_ext
13475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13476 $as_echo "$ac_cv_have_timezone" >&6; }
13477 if test "$ac_cv_have_timezone" = "yes"
13478 then
13480 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13484 $as_echo_n "checking for daylight variable... " >&6; }
13485 if test "${ac_cv_have_daylight+set}" = set; then :
13486 $as_echo_n "(cached) " >&6
13487 else
13488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13489 /* end confdefs.h. */
13490 #include <time.h>
13492 main ()
13494 daylight = 1
13496 return 0;
13498 _ACEOF
13499 if ac_fn_c_try_link "$LINENO"; then :
13500 ac_cv_have_daylight="yes"
13501 else
13502 ac_cv_have_daylight="no"
13504 rm -f core conftest.err conftest.$ac_objext \
13505 conftest$ac_exeext conftest.$ac_ext
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13508 $as_echo "$ac_cv_have_daylight" >&6; }
13509 if test "$ac_cv_have_daylight" = "yes"
13510 then
13512 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13517 $as_echo_n "checking for isinf... " >&6; }
13518 if test "${ac_cv_have_isinf+set}" = set; then :
13519 $as_echo_n "(cached) " >&6
13520 else
13521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13522 /* end confdefs.h. */
13523 #include <math.h>
13525 main ()
13527 float f = 0.0; int i=isinf(f)
13529 return 0;
13531 _ACEOF
13532 if ac_fn_c_try_link "$LINENO"; then :
13533 ac_cv_have_isinf="yes"
13534 else
13535 ac_cv_have_isinf="no"
13537 rm -f core conftest.err conftest.$ac_objext \
13538 conftest$ac_exeext conftest.$ac_ext
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13541 $as_echo "$ac_cv_have_isinf" >&6; }
13542 if test "$ac_cv_have_isinf" = "yes"
13543 then
13545 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13550 $as_echo_n "checking for isnan... " >&6; }
13551 if test "${ac_cv_have_isnan+set}" = set; then :
13552 $as_echo_n "(cached) " >&6
13553 else
13554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13555 /* end confdefs.h. */
13556 #include <math.h>
13558 main ()
13560 float f = 0.0; int i=isnan(f)
13562 return 0;
13564 _ACEOF
13565 if ac_fn_c_try_link "$LINENO"; then :
13566 ac_cv_have_isnan="yes"
13567 else
13568 ac_cv_have_isnan="no"
13570 rm -f core conftest.err conftest.$ac_objext \
13571 conftest$ac_exeext conftest.$ac_ext
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13574 $as_echo "$ac_cv_have_isnan" >&6; }
13575 if test "$ac_cv_have_isnan" = "yes"
13576 then
13578 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13583 case $host_cpu in
13584 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13585 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13586 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13587 $as_echo_n "(cached) " >&6
13588 else
13589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13590 /* end confdefs.h. */
13591 #ifndef __i386__
13593 #endif
13594 _ACEOF
13595 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13596 $EGREP "yes" >/dev/null 2>&1; then :
13597 ac_cv_cpp_def___i386__=yes
13598 else
13599 ac_cv_cpp_def___i386__=no
13601 rm -f conftest*
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13605 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13606 if test $ac_cv_cpp_def___i386__ = yes; then :
13607 CFLAGS="$CFLAGS -D__i386__"
13608 LINTFLAGS="$LINTFLAGS -D__i386__"
13609 fi ;;
13610 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13611 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13612 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13613 $as_echo_n "(cached) " >&6
13614 else
13615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13616 /* end confdefs.h. */
13617 #ifndef __x86_64__
13619 #endif
13620 _ACEOF
13621 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13622 $EGREP "yes" >/dev/null 2>&1; then :
13623 ac_cv_cpp_def___x86_64__=yes
13624 else
13625 ac_cv_cpp_def___x86_64__=no
13627 rm -f conftest*
13630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13631 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13632 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13633 CFLAGS="$CFLAGS -D__x86_64__"
13634 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13635 fi ;;
13636 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13637 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13638 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13639 $as_echo_n "(cached) " >&6
13640 else
13641 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13642 /* end confdefs.h. */
13643 #ifndef __ALPHA__
13645 #endif
13646 _ACEOF
13647 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13648 $EGREP "yes" >/dev/null 2>&1; then :
13649 ac_cv_cpp_def___ALPHA__=yes
13650 else
13651 ac_cv_cpp_def___ALPHA__=no
13653 rm -f conftest*
13656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13657 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13658 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13659 CFLAGS="$CFLAGS -D__ALPHA__"
13660 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13661 fi ;;
13662 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13663 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13664 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13665 $as_echo_n "(cached) " >&6
13666 else
13667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13668 /* end confdefs.h. */
13669 #ifndef __sparc__
13671 #endif
13672 _ACEOF
13673 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13674 $EGREP "yes" >/dev/null 2>&1; then :
13675 ac_cv_cpp_def___sparc__=yes
13676 else
13677 ac_cv_cpp_def___sparc__=no
13679 rm -f conftest*
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13683 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13684 if test $ac_cv_cpp_def___sparc__ = yes; then :
13685 CFLAGS="$CFLAGS -D__sparc__"
13686 LINTFLAGS="$LINTFLAGS -D__sparc__"
13687 fi ;;
13688 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13689 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13690 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13691 $as_echo_n "(cached) " >&6
13692 else
13693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13694 /* end confdefs.h. */
13695 #ifndef __powerpc__
13697 #endif
13698 _ACEOF
13699 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13700 $EGREP "yes" >/dev/null 2>&1; then :
13701 ac_cv_cpp_def___powerpc__=yes
13702 else
13703 ac_cv_cpp_def___powerpc__=no
13705 rm -f conftest*
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13709 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13710 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13711 CFLAGS="$CFLAGS -D__powerpc__"
13712 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13713 fi ;;
13714 esac
13716 case $host_vendor in
13717 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13718 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13719 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13720 $as_echo_n "(cached) " >&6
13721 else
13722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13723 /* end confdefs.h. */
13724 #ifndef __sun__
13726 #endif
13727 _ACEOF
13728 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13729 $EGREP "yes" >/dev/null 2>&1; then :
13730 ac_cv_cpp_def___sun__=yes
13731 else
13732 ac_cv_cpp_def___sun__=no
13734 rm -f conftest*
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13738 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13739 if test $ac_cv_cpp_def___sun__ = yes; then :
13740 CFLAGS="$CFLAGS -D__sun__"
13741 LINTFLAGS="$LINTFLAGS -D__sun__"
13742 fi ;;
13743 esac
13746 DEPENDENCIES="### Dependencies:
13748 .INIT: Makefile
13749 .BEGIN: Makefile
13750 .MAKEFILEDEPS:
13751 Makefile: dummy
13752 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13754 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13755 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13756 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13757 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13758 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13761 ALL_MAKERULES=""
13763 ALL_MAKEFILES=""
13765 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13768 ALL_TOP_DIRS=""
13770 ALL_DLL_DIRS=""
13772 ALL_IMPLIB_DIRS=""
13774 ALL_TEST_DIRS=""
13776 ALL_PROGRAM_DIRS=""
13778 ALL_PROGRAM_INSTALL_DIRS=""
13780 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13785 ac_config_commands="$ac_config_commands include/stamp-h"
13788 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13790 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13792 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13794 ac_config_commands="$ac_config_commands dlls/user32/resources"
13796 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13798 ac_config_commands="$ac_config_commands include/wine"
13801 ALL_MAKERULES="$ALL_MAKERULES \\
13802 Make.rules"
13803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13804 Make.rules: Make.rules.in"
13805 MAKE_RULES=Make.rules
13806 ac_config_files="$ac_config_files Make.rules"
13808 ALL_MAKERULES="$ALL_MAKERULES \\
13809 dlls/Makedll.rules"
13810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13811 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13812 MAKE_DLL_RULES=dlls/Makedll.rules
13813 ac_config_files="$ac_config_files dlls/Makedll.rules"
13815 ALL_MAKERULES="$ALL_MAKERULES \\
13816 dlls/Makeimplib.rules"
13817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13818 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13819 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13820 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13822 ALL_MAKERULES="$ALL_MAKERULES \\
13823 dlls/Maketest.rules"
13824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13826 MAKE_TEST_RULES=dlls/Maketest.rules
13827 ac_config_files="$ac_config_files dlls/Maketest.rules"
13829 ALL_MAKERULES="$ALL_MAKERULES \\
13830 programs/Makeprog.rules"
13831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13832 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13833 MAKE_PROG_RULES=programs/Makeprog.rules
13834 ac_config_files="$ac_config_files programs/Makeprog.rules"
13839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13840 Makefile: Makefile.in Make.rules"
13841 ac_config_files="$ac_config_files Makefile"
13843 ALL_MAKEFILES="$ALL_MAKEFILES \\
13844 dlls/Makefile"
13845 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13846 dlls"
13847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13848 dlls/Makefile: dlls/Makefile.in Make.rules"
13849 ac_config_files="$ac_config_files dlls/Makefile"
13851 ALL_MAKEFILES="$ALL_MAKEFILES \\
13852 dlls/acledit/Makefile"
13853 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13854 acledit"
13855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13856 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13857 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13859 ALL_MAKEFILES="$ALL_MAKEFILES \\
13860 dlls/aclui/Makefile"
13861 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13862 aclui"
13863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13864 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13865 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13867 ALL_MAKEFILES="$ALL_MAKEFILES \\
13868 dlls/activeds/Makefile"
13869 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13870 activeds"
13871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13872 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13873 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13875 ALL_MAKEFILES="$ALL_MAKEFILES \\
13876 dlls/actxprxy/Makefile"
13877 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13878 actxprxy"
13879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13880 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13881 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13883 ALL_MAKEFILES="$ALL_MAKEFILES \\
13884 dlls/adsiid/Makefile"
13885 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13886 adsiid"
13887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13888 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13889 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13891 ALL_MAKEFILES="$ALL_MAKEFILES \\
13892 dlls/advapi32/Makefile"
13893 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13894 advapi32"
13895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13896 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13897 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13899 ALL_MAKEFILES="$ALL_MAKEFILES \\
13900 dlls/advapi32/tests/Makefile"
13901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13902 advapi32/tests"
13903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13904 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13905 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13907 ALL_MAKEFILES="$ALL_MAKEFILES \\
13908 dlls/advpack/Makefile"
13909 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13910 advpack"
13911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13912 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13913 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13915 ALL_MAKEFILES="$ALL_MAKEFILES \\
13916 dlls/advpack/tests/Makefile"
13917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13918 advpack/tests"
13919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13920 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13921 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13923 ALL_MAKEFILES="$ALL_MAKEFILES \\
13924 dlls/amstream/Makefile"
13925 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13926 amstream"
13927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13928 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13929 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13931 ALL_MAKEFILES="$ALL_MAKEFILES \\
13932 dlls/amstream/tests/Makefile"
13933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13934 amstream/tests"
13935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13936 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13937 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13939 ALL_MAKEFILES="$ALL_MAKEFILES \\
13940 dlls/appwiz.cpl/Makefile"
13941 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13942 appwiz.cpl"
13943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13944 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13945 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13947 ALL_MAKEFILES="$ALL_MAKEFILES \\
13948 dlls/atl/Makefile"
13949 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13950 atl"
13951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13952 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13953 ac_config_files="$ac_config_files dlls/atl/Makefile"
13955 ALL_MAKEFILES="$ALL_MAKEFILES \\
13956 dlls/authz/Makefile"
13957 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13958 authz"
13959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13960 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13961 ac_config_files="$ac_config_files dlls/authz/Makefile"
13963 ALL_MAKEFILES="$ALL_MAKEFILES \\
13964 dlls/avicap32/Makefile"
13965 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13966 avicap32"
13967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13968 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13969 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13971 ALL_MAKEFILES="$ALL_MAKEFILES \\
13972 dlls/avifil32/Makefile"
13973 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13974 avifil32"
13975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13976 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13977 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13979 ALL_MAKEFILES="$ALL_MAKEFILES \\
13980 dlls/avifile.dll16/Makefile"
13981 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13982 avifile.dll16"
13983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13984 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13985 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13987 ALL_MAKEFILES="$ALL_MAKEFILES \\
13988 dlls/avrt/Makefile"
13989 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13990 avrt"
13991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13992 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
13993 ac_config_files="$ac_config_files dlls/avrt/Makefile"
13995 ALL_MAKEFILES="$ALL_MAKEFILES \\
13996 dlls/bcrypt/Makefile"
13997 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13998 bcrypt"
13999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14000 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
14001 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
14003 ALL_MAKEFILES="$ALL_MAKEFILES \\
14004 dlls/browseui/Makefile"
14005 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14006 browseui"
14007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14008 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
14009 ac_config_files="$ac_config_files dlls/browseui/Makefile"
14011 ALL_MAKEFILES="$ALL_MAKEFILES \\
14012 dlls/browseui/tests/Makefile"
14013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14014 browseui/tests"
14015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14016 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
14017 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
14019 ALL_MAKEFILES="$ALL_MAKEFILES \\
14020 dlls/cabinet/Makefile"
14021 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14022 cabinet"
14023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14024 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
14025 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14027 ALL_MAKEFILES="$ALL_MAKEFILES \\
14028 dlls/cabinet/tests/Makefile"
14029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14030 cabinet/tests"
14031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14032 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
14033 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14035 ALL_MAKEFILES="$ALL_MAKEFILES \\
14036 dlls/capi2032/Makefile"
14037 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14038 capi2032"
14039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14040 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
14041 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14043 ALL_MAKEFILES="$ALL_MAKEFILES \\
14044 dlls/cards/Makefile"
14045 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14046 cards"
14047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14048 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
14049 ac_config_files="$ac_config_files dlls/cards/Makefile"
14051 ALL_MAKEFILES="$ALL_MAKEFILES \\
14052 dlls/cfgmgr32/Makefile"
14053 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14054 cfgmgr32"
14055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14056 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
14057 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14059 ALL_MAKEFILES="$ALL_MAKEFILES \\
14060 dlls/clusapi/Makefile"
14061 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14062 clusapi"
14063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14064 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
14065 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14067 ALL_MAKEFILES="$ALL_MAKEFILES \\
14068 dlls/comcat/Makefile"
14069 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14070 comcat"
14071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14072 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
14073 ac_config_files="$ac_config_files dlls/comcat/Makefile"
14075 ALL_MAKEFILES="$ALL_MAKEFILES \\
14076 dlls/comcat/tests/Makefile"
14077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14078 comcat/tests"
14079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14080 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
14081 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14083 ALL_MAKEFILES="$ALL_MAKEFILES \\
14084 dlls/comctl32/Makefile"
14085 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14086 comctl32"
14087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14088 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
14089 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14091 ALL_MAKEFILES="$ALL_MAKEFILES \\
14092 dlls/comctl32/tests/Makefile"
14093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14094 comctl32/tests"
14095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14096 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14097 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14099 ALL_MAKEFILES="$ALL_MAKEFILES \\
14100 dlls/comdlg32/Makefile"
14101 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14102 comdlg32"
14103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14104 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14105 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14107 ALL_MAKEFILES="$ALL_MAKEFILES \\
14108 dlls/comdlg32/tests/Makefile"
14109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14110 comdlg32/tests"
14111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14112 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14113 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14115 ALL_MAKEFILES="$ALL_MAKEFILES \\
14116 dlls/comm.drv16/Makefile"
14117 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14118 comm.drv16"
14119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14120 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14121 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14123 ALL_MAKEFILES="$ALL_MAKEFILES \\
14124 dlls/commdlg.dll16/Makefile"
14125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14126 commdlg.dll16"
14127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14128 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
14129 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
14131 ALL_MAKEFILES="$ALL_MAKEFILES \\
14132 dlls/compobj.dll16/Makefile"
14133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14134 compobj.dll16"
14135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14136 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14137 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14139 ALL_MAKEFILES="$ALL_MAKEFILES \\
14140 dlls/compstui/Makefile"
14141 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14142 compstui"
14143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14144 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14145 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14147 ALL_MAKEFILES="$ALL_MAKEFILES \\
14148 dlls/credui/Makefile"
14149 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14150 credui"
14151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14152 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14153 ac_config_files="$ac_config_files dlls/credui/Makefile"
14155 ALL_MAKEFILES="$ALL_MAKEFILES \\
14156 dlls/credui/tests/Makefile"
14157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14158 credui/tests"
14159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14160 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14161 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14163 ALL_MAKEFILES="$ALL_MAKEFILES \\
14164 dlls/crtdll/Makefile"
14165 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14166 crtdll"
14167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14168 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14169 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14171 ALL_MAKEFILES="$ALL_MAKEFILES \\
14172 dlls/crypt32/Makefile"
14173 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14174 crypt32"
14175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14176 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14177 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14179 ALL_MAKEFILES="$ALL_MAKEFILES \\
14180 dlls/crypt32/tests/Makefile"
14181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14182 crypt32/tests"
14183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14184 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14185 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14187 ALL_MAKEFILES="$ALL_MAKEFILES \\
14188 dlls/cryptdlg/Makefile"
14189 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14190 cryptdlg"
14191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14192 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14193 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14195 ALL_MAKEFILES="$ALL_MAKEFILES \\
14196 dlls/cryptdll/Makefile"
14197 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14198 cryptdll"
14199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14200 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14201 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14203 ALL_MAKEFILES="$ALL_MAKEFILES \\
14204 dlls/cryptnet/Makefile"
14205 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14206 cryptnet"
14207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14208 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14209 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14211 ALL_MAKEFILES="$ALL_MAKEFILES \\
14212 dlls/cryptnet/tests/Makefile"
14213 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14214 cryptnet/tests"
14215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14216 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14217 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14219 ALL_MAKEFILES="$ALL_MAKEFILES \\
14220 dlls/cryptui/Makefile"
14221 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14222 cryptui"
14223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14224 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14225 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14227 ALL_MAKEFILES="$ALL_MAKEFILES \\
14228 dlls/cryptui/tests/Makefile"
14229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14230 cryptui/tests"
14231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14232 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14233 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14235 ALL_MAKEFILES="$ALL_MAKEFILES \\
14236 dlls/ctapi32/Makefile"
14237 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14238 ctapi32"
14239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14240 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14241 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14243 ALL_MAKEFILES="$ALL_MAKEFILES \\
14244 dlls/ctl3d.dll16/Makefile"
14245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14246 ctl3d.dll16"
14247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14248 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14249 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14251 ALL_MAKEFILES="$ALL_MAKEFILES \\
14252 dlls/ctl3d32/Makefile"
14253 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14254 ctl3d32"
14255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14256 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14257 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14259 ALL_MAKEFILES="$ALL_MAKEFILES \\
14260 dlls/ctl3dv2.dll16/Makefile"
14261 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14262 ctl3dv2.dll16"
14263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14264 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14265 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14267 ALL_MAKEFILES="$ALL_MAKEFILES \\
14268 dlls/d3d10/Makefile"
14269 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14270 d3d10"
14271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14272 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14273 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14275 ALL_MAKEFILES="$ALL_MAKEFILES \\
14276 dlls/d3d10/tests/Makefile"
14277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14278 d3d10/tests"
14279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14280 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14281 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14283 ALL_MAKEFILES="$ALL_MAKEFILES \\
14284 dlls/d3d10core/Makefile"
14285 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14286 d3d10core"
14287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14288 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14289 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14291 ALL_MAKEFILES="$ALL_MAKEFILES \\
14292 dlls/d3d10core/tests/Makefile"
14293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14294 d3d10core/tests"
14295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14296 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14297 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14299 ALL_MAKEFILES="$ALL_MAKEFILES \\
14300 dlls/d3d8/Makefile"
14301 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14302 d3d8"
14303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14304 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14305 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14307 ALL_MAKEFILES="$ALL_MAKEFILES \\
14308 dlls/d3d8/tests/Makefile"
14309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14310 d3d8/tests"
14311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14312 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14313 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14315 ALL_MAKEFILES="$ALL_MAKEFILES \\
14316 dlls/d3d9/Makefile"
14317 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14318 d3d9"
14319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14320 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14321 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14323 ALL_MAKEFILES="$ALL_MAKEFILES \\
14324 dlls/d3d9/tests/Makefile"
14325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14326 d3d9/tests"
14327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14328 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14329 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14331 ALL_MAKEFILES="$ALL_MAKEFILES \\
14332 dlls/d3dim/Makefile"
14333 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14334 d3dim"
14335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14336 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14337 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14339 ALL_MAKEFILES="$ALL_MAKEFILES \\
14340 dlls/d3drm/Makefile"
14341 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14342 d3drm"
14343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14344 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14345 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14347 ALL_MAKEFILES="$ALL_MAKEFILES \\
14348 dlls/d3drm/tests/Makefile"
14349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14350 d3drm/tests"
14351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14352 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14353 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14355 ALL_MAKEFILES="$ALL_MAKEFILES \\
14356 dlls/d3dx9_24/Makefile"
14357 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14358 d3dx9_24"
14359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14360 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14361 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14363 ALL_MAKEFILES="$ALL_MAKEFILES \\
14364 dlls/d3dx9_25/Makefile"
14365 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14366 d3dx9_25"
14367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14368 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14369 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14371 ALL_MAKEFILES="$ALL_MAKEFILES \\
14372 dlls/d3dx9_26/Makefile"
14373 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14374 d3dx9_26"
14375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14376 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14377 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14379 ALL_MAKEFILES="$ALL_MAKEFILES \\
14380 dlls/d3dx9_27/Makefile"
14381 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14382 d3dx9_27"
14383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14384 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14385 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14387 ALL_MAKEFILES="$ALL_MAKEFILES \\
14388 dlls/d3dx9_28/Makefile"
14389 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14390 d3dx9_28"
14391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14392 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14393 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14395 ALL_MAKEFILES="$ALL_MAKEFILES \\
14396 dlls/d3dx9_29/Makefile"
14397 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14398 d3dx9_29"
14399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14400 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14401 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14403 ALL_MAKEFILES="$ALL_MAKEFILES \\
14404 dlls/d3dx9_30/Makefile"
14405 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14406 d3dx9_30"
14407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14408 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14409 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14411 ALL_MAKEFILES="$ALL_MAKEFILES \\
14412 dlls/d3dx9_31/Makefile"
14413 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14414 d3dx9_31"
14415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14416 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14417 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14419 ALL_MAKEFILES="$ALL_MAKEFILES \\
14420 dlls/d3dx9_32/Makefile"
14421 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14422 d3dx9_32"
14423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14424 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14425 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14427 ALL_MAKEFILES="$ALL_MAKEFILES \\
14428 dlls/d3dx9_33/Makefile"
14429 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14430 d3dx9_33"
14431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14432 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14433 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14435 ALL_MAKEFILES="$ALL_MAKEFILES \\
14436 dlls/d3dx9_34/Makefile"
14437 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14438 d3dx9_34"
14439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14440 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14441 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14443 ALL_MAKEFILES="$ALL_MAKEFILES \\
14444 dlls/d3dx9_35/Makefile"
14445 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14446 d3dx9_35"
14447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14448 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14449 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14451 ALL_MAKEFILES="$ALL_MAKEFILES \\
14452 dlls/d3dx9_36/Makefile"
14453 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14454 d3dx9_36"
14455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14456 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14457 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14459 ALL_MAKEFILES="$ALL_MAKEFILES \\
14460 dlls/d3dx9_36/tests/Makefile"
14461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14462 d3dx9_36/tests"
14463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14464 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14465 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14467 ALL_MAKEFILES="$ALL_MAKEFILES \\
14468 dlls/d3dx9_37/Makefile"
14469 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14470 d3dx9_37"
14471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14472 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14473 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14475 ALL_MAKEFILES="$ALL_MAKEFILES \\
14476 dlls/d3dx9_38/Makefile"
14477 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14478 d3dx9_38"
14479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14480 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14481 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14483 ALL_MAKEFILES="$ALL_MAKEFILES \\
14484 dlls/d3dx9_39/Makefile"
14485 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14486 d3dx9_39"
14487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14488 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14489 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14491 ALL_MAKEFILES="$ALL_MAKEFILES \\
14492 dlls/d3dx9_40/Makefile"
14493 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14494 d3dx9_40"
14495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14496 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14497 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14499 ALL_MAKEFILES="$ALL_MAKEFILES \\
14500 dlls/d3dx9_41/Makefile"
14501 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14502 d3dx9_41"
14503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14504 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14505 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14507 ALL_MAKEFILES="$ALL_MAKEFILES \\
14508 dlls/d3dx9_42/Makefile"
14509 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14510 d3dx9_42"
14511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14512 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14513 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14515 ALL_MAKEFILES="$ALL_MAKEFILES \\
14516 dlls/d3dxof/Makefile"
14517 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14518 d3dxof"
14519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14520 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14521 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14523 ALL_MAKEFILES="$ALL_MAKEFILES \\
14524 dlls/d3dxof/tests/Makefile"
14525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14526 d3dxof/tests"
14527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14528 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14529 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14531 ALL_MAKEFILES="$ALL_MAKEFILES \\
14532 dlls/dbghelp/Makefile"
14533 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14534 dbghelp"
14535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14536 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14537 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14539 ALL_MAKEFILES="$ALL_MAKEFILES \\
14540 dlls/dciman32/Makefile"
14541 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14542 dciman32"
14543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14544 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14545 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14547 ALL_MAKEFILES="$ALL_MAKEFILES \\
14548 dlls/ddeml.dll16/Makefile"
14549 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14550 ddeml.dll16"
14551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14552 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14553 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14555 ALL_MAKEFILES="$ALL_MAKEFILES \\
14556 dlls/ddraw/Makefile"
14557 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14558 ddraw"
14559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14560 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14561 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14563 ALL_MAKEFILES="$ALL_MAKEFILES \\
14564 dlls/ddraw/tests/Makefile"
14565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14566 ddraw/tests"
14567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14568 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14569 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14571 ALL_MAKEFILES="$ALL_MAKEFILES \\
14572 dlls/ddrawex/Makefile"
14573 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14574 ddrawex"
14575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14576 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14577 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14579 ALL_MAKEFILES="$ALL_MAKEFILES \\
14580 dlls/ddrawex/tests/Makefile"
14581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14582 ddrawex/tests"
14583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14584 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14585 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14587 ALL_MAKEFILES="$ALL_MAKEFILES \\
14588 dlls/devenum/Makefile"
14589 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14590 devenum"
14591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14592 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14593 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14595 ALL_MAKEFILES="$ALL_MAKEFILES \\
14596 dlls/dinput/Makefile"
14597 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14598 dinput"
14599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14600 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14601 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14603 ALL_MAKEFILES="$ALL_MAKEFILES \\
14604 dlls/dinput/tests/Makefile"
14605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14606 dinput/tests"
14607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14608 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14609 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14611 ALL_MAKEFILES="$ALL_MAKEFILES \\
14612 dlls/dinput8/Makefile"
14613 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14614 dinput8"
14615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14616 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14617 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14619 ALL_MAKEFILES="$ALL_MAKEFILES \\
14620 dlls/dispdib.dll16/Makefile"
14621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14622 dispdib.dll16"
14623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14624 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14625 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14627 ALL_MAKEFILES="$ALL_MAKEFILES \\
14628 dlls/display.drv16/Makefile"
14629 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14630 display.drv16"
14631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14632 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14633 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14635 ALL_MAKEFILES="$ALL_MAKEFILES \\
14636 dlls/dmband/Makefile"
14637 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14638 dmband"
14639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14640 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14641 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14643 ALL_MAKEFILES="$ALL_MAKEFILES \\
14644 dlls/dmcompos/Makefile"
14645 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14646 dmcompos"
14647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14648 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14649 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14651 ALL_MAKEFILES="$ALL_MAKEFILES \\
14652 dlls/dmime/Makefile"
14653 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14654 dmime"
14655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14656 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14657 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14659 ALL_MAKEFILES="$ALL_MAKEFILES \\
14660 dlls/dmloader/Makefile"
14661 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14662 dmloader"
14663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14664 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14665 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14667 ALL_MAKEFILES="$ALL_MAKEFILES \\
14668 dlls/dmscript/Makefile"
14669 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14670 dmscript"
14671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14672 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14673 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14675 ALL_MAKEFILES="$ALL_MAKEFILES \\
14676 dlls/dmstyle/Makefile"
14677 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14678 dmstyle"
14679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14680 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14681 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14683 ALL_MAKEFILES="$ALL_MAKEFILES \\
14684 dlls/dmsynth/Makefile"
14685 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14686 dmsynth"
14687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14688 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14689 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14691 ALL_MAKEFILES="$ALL_MAKEFILES \\
14692 dlls/dmusic/Makefile"
14693 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14694 dmusic"
14695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14696 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14697 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14699 ALL_MAKEFILES="$ALL_MAKEFILES \\
14700 dlls/dmusic32/Makefile"
14701 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14702 dmusic32"
14703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14704 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14705 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14707 ALL_MAKEFILES="$ALL_MAKEFILES \\
14708 dlls/dnsapi/Makefile"
14709 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14710 dnsapi"
14711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14712 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14713 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14715 ALL_MAKEFILES="$ALL_MAKEFILES \\
14716 dlls/dnsapi/tests/Makefile"
14717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14718 dnsapi/tests"
14719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14720 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14721 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14723 ALL_MAKEFILES="$ALL_MAKEFILES \\
14724 dlls/dplay/Makefile"
14725 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14726 dplay"
14727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14728 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14729 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14731 ALL_MAKEFILES="$ALL_MAKEFILES \\
14732 dlls/dplayx/Makefile"
14733 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14734 dplayx"
14735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14736 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14737 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14739 ALL_MAKEFILES="$ALL_MAKEFILES \\
14740 dlls/dplayx/tests/Makefile"
14741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14742 dplayx/tests"
14743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14744 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14745 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14747 ALL_MAKEFILES="$ALL_MAKEFILES \\
14748 dlls/dpnaddr/Makefile"
14749 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14750 dpnaddr"
14751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14752 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14753 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14755 ALL_MAKEFILES="$ALL_MAKEFILES \\
14756 dlls/dpnet/Makefile"
14757 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14758 dpnet"
14759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14760 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14761 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14763 ALL_MAKEFILES="$ALL_MAKEFILES \\
14764 dlls/dpnhpast/Makefile"
14765 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14766 dpnhpast"
14767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14768 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14769 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14771 ALL_MAKEFILES="$ALL_MAKEFILES \\
14772 dlls/dpnlobby/Makefile"
14773 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14774 dpnlobby"
14775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14776 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14777 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14779 ALL_MAKEFILES="$ALL_MAKEFILES \\
14780 dlls/dpwsockx/Makefile"
14781 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14782 dpwsockx"
14783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14784 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14785 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14787 ALL_MAKEFILES="$ALL_MAKEFILES \\
14788 dlls/drmclien/Makefile"
14789 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14790 drmclien"
14791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14792 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14793 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14795 ALL_MAKEFILES="$ALL_MAKEFILES \\
14796 dlls/dsound/Makefile"
14797 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14798 dsound"
14799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14800 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14801 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14803 ALL_MAKEFILES="$ALL_MAKEFILES \\
14804 dlls/dsound/tests/Makefile"
14805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14806 dsound/tests"
14807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14808 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14809 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14811 ALL_MAKEFILES="$ALL_MAKEFILES \\
14812 dlls/dssenh/Makefile"
14813 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14814 dssenh"
14815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14816 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14817 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14819 ALL_MAKEFILES="$ALL_MAKEFILES \\
14820 dlls/dswave/Makefile"
14821 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14822 dswave"
14823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14824 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14825 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14827 ALL_MAKEFILES="$ALL_MAKEFILES \\
14828 dlls/dwmapi/Makefile"
14829 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14830 dwmapi"
14831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14832 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14833 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14835 ALL_MAKEFILES="$ALL_MAKEFILES \\
14836 dlls/dxdiagn/Makefile"
14837 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14838 dxdiagn"
14839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14840 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14841 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14843 ALL_MAKEFILES="$ALL_MAKEFILES \\
14844 dlls/dxerr8/Makefile"
14845 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14846 dxerr8"
14847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14848 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14849 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14851 ALL_MAKEFILES="$ALL_MAKEFILES \\
14852 dlls/dxerr9/Makefile"
14853 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14854 dxerr9"
14855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14856 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14857 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14859 ALL_MAKEFILES="$ALL_MAKEFILES \\
14860 dlls/dxgi/Makefile"
14861 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14862 dxgi"
14863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14864 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14865 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14867 ALL_MAKEFILES="$ALL_MAKEFILES \\
14868 dlls/dxgi/tests/Makefile"
14869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14870 dxgi/tests"
14871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14872 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14873 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14875 ALL_MAKEFILES="$ALL_MAKEFILES \\
14876 dlls/dxguid/Makefile"
14877 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14878 dxguid"
14879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14880 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14881 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14883 ALL_MAKEFILES="$ALL_MAKEFILES \\
14884 dlls/faultrep/Makefile"
14885 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14886 faultrep"
14887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14888 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14889 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14891 ALL_MAKEFILES="$ALL_MAKEFILES \\
14892 dlls/fltlib/Makefile"
14893 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14894 fltlib"
14895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14896 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
14897 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
14899 ALL_MAKEFILES="$ALL_MAKEFILES \\
14900 dlls/fusion/Makefile"
14901 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14902 fusion"
14903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14904 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14905 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14907 ALL_MAKEFILES="$ALL_MAKEFILES \\
14908 dlls/fusion/tests/Makefile"
14909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14910 fusion/tests"
14911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14912 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14913 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14915 ALL_MAKEFILES="$ALL_MAKEFILES \\
14916 dlls/fwpuclnt/Makefile"
14917 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14918 fwpuclnt"
14919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14920 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
14921 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
14923 ALL_MAKEFILES="$ALL_MAKEFILES \\
14924 dlls/gdi.exe16/Makefile"
14925 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14926 gdi.exe16"
14927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14928 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
14929 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
14931 ALL_MAKEFILES="$ALL_MAKEFILES \\
14932 dlls/gdi32/Makefile"
14933 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14934 gdi32"
14935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14936 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14937 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14939 ALL_MAKEFILES="$ALL_MAKEFILES \\
14940 dlls/gdi32/tests/Makefile"
14941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14942 gdi32/tests"
14943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14944 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14945 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14947 ALL_MAKEFILES="$ALL_MAKEFILES \\
14948 dlls/gdiplus/Makefile"
14949 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14950 gdiplus"
14951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14952 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14953 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14955 ALL_MAKEFILES="$ALL_MAKEFILES \\
14956 dlls/gdiplus/tests/Makefile"
14957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14958 gdiplus/tests"
14959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14960 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14961 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14963 ALL_MAKEFILES="$ALL_MAKEFILES \\
14964 dlls/glu32/Makefile"
14965 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14966 glu32"
14967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14968 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14969 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14971 ALL_MAKEFILES="$ALL_MAKEFILES \\
14972 dlls/gphoto2.ds/Makefile"
14973 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14974 gphoto2.ds"
14975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14976 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14977 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14979 ALL_MAKEFILES="$ALL_MAKEFILES \\
14980 dlls/gpkcsp/Makefile"
14981 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14982 gpkcsp"
14983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14984 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14985 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14987 ALL_MAKEFILES="$ALL_MAKEFILES \\
14988 dlls/hal/Makefile"
14989 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14990 hal"
14991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14992 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14993 ac_config_files="$ac_config_files dlls/hal/Makefile"
14995 ALL_MAKEFILES="$ALL_MAKEFILES \\
14996 dlls/hhctrl.ocx/Makefile"
14997 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14998 hhctrl.ocx"
14999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15000 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
15001 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
15003 ALL_MAKEFILES="$ALL_MAKEFILES \\
15004 dlls/hid/Makefile"
15005 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15006 hid"
15007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15008 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
15009 ac_config_files="$ac_config_files dlls/hid/Makefile"
15011 ALL_MAKEFILES="$ALL_MAKEFILES \\
15012 dlls/hlink/Makefile"
15013 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15014 hlink"
15015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15016 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
15017 ac_config_files="$ac_config_files dlls/hlink/Makefile"
15019 ALL_MAKEFILES="$ALL_MAKEFILES \\
15020 dlls/hlink/tests/Makefile"
15021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15022 hlink/tests"
15023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15024 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
15025 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
15027 ALL_MAKEFILES="$ALL_MAKEFILES \\
15028 dlls/hnetcfg/Makefile"
15029 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15030 hnetcfg"
15031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15032 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
15033 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
15035 ALL_MAKEFILES="$ALL_MAKEFILES \\
15036 dlls/httpapi/Makefile"
15037 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15038 httpapi"
15039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15040 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
15041 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
15043 ALL_MAKEFILES="$ALL_MAKEFILES \\
15044 dlls/iccvid/Makefile"
15045 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15046 iccvid"
15047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15048 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
15049 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
15051 ALL_MAKEFILES="$ALL_MAKEFILES \\
15052 dlls/icmp/Makefile"
15053 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15054 icmp"
15055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15056 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
15057 ac_config_files="$ac_config_files dlls/icmp/Makefile"
15059 ALL_MAKEFILES="$ALL_MAKEFILES \\
15060 dlls/ifsmgr.vxd/Makefile"
15061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15062 ifsmgr.vxd"
15063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15064 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
15065 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15067 ALL_MAKEFILES="$ALL_MAKEFILES \\
15068 dlls/imaadp32.acm/Makefile"
15069 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15070 imaadp32.acm"
15071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15072 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
15073 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15075 ALL_MAKEFILES="$ALL_MAKEFILES \\
15076 dlls/imagehlp/Makefile"
15077 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15078 imagehlp"
15079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15080 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
15081 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15083 ALL_MAKEFILES="$ALL_MAKEFILES \\
15084 dlls/imagehlp/tests/Makefile"
15085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15086 imagehlp/tests"
15087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15088 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
15089 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
15091 ALL_MAKEFILES="$ALL_MAKEFILES \\
15092 dlls/imm.dll16/Makefile"
15093 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15094 imm.dll16"
15095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15096 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15097 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15099 ALL_MAKEFILES="$ALL_MAKEFILES \\
15100 dlls/imm32/Makefile"
15101 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15102 imm32"
15103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15104 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
15105 ac_config_files="$ac_config_files dlls/imm32/Makefile"
15107 ALL_MAKEFILES="$ALL_MAKEFILES \\
15108 dlls/imm32/tests/Makefile"
15109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15110 imm32/tests"
15111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15112 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
15113 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15115 ALL_MAKEFILES="$ALL_MAKEFILES \\
15116 dlls/inetcomm/Makefile"
15117 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15118 inetcomm"
15119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15120 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
15121 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15123 ALL_MAKEFILES="$ALL_MAKEFILES \\
15124 dlls/inetcomm/tests/Makefile"
15125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15126 inetcomm/tests"
15127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15128 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
15129 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15131 ALL_MAKEFILES="$ALL_MAKEFILES \\
15132 dlls/inetmib1/Makefile"
15133 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15134 inetmib1"
15135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15136 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
15137 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15139 ALL_MAKEFILES="$ALL_MAKEFILES \\
15140 dlls/inetmib1/tests/Makefile"
15141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15142 inetmib1/tests"
15143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15144 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15145 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15147 ALL_MAKEFILES="$ALL_MAKEFILES \\
15148 dlls/infosoft/Makefile"
15149 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15150 infosoft"
15151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15152 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15153 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15155 ALL_MAKEFILES="$ALL_MAKEFILES \\
15156 dlls/infosoft/tests/Makefile"
15157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15158 infosoft/tests"
15159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15160 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15161 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15163 ALL_MAKEFILES="$ALL_MAKEFILES \\
15164 dlls/initpki/Makefile"
15165 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15166 initpki"
15167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15168 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15169 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15171 ALL_MAKEFILES="$ALL_MAKEFILES \\
15172 dlls/inkobj/Makefile"
15173 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15174 inkobj"
15175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15176 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15177 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15179 ALL_MAKEFILES="$ALL_MAKEFILES \\
15180 dlls/inseng/Makefile"
15181 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15182 inseng"
15183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15184 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15185 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15187 ALL_MAKEFILES="$ALL_MAKEFILES \\
15188 dlls/iphlpapi/Makefile"
15189 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15190 iphlpapi"
15191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15192 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15193 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15195 ALL_MAKEFILES="$ALL_MAKEFILES \\
15196 dlls/iphlpapi/tests/Makefile"
15197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15198 iphlpapi/tests"
15199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15200 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15201 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15203 ALL_MAKEFILES="$ALL_MAKEFILES \\
15204 dlls/itircl/Makefile"
15205 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15206 itircl"
15207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15208 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15209 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15211 ALL_MAKEFILES="$ALL_MAKEFILES \\
15212 dlls/itss/Makefile"
15213 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15214 itss"
15215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15216 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15217 ac_config_files="$ac_config_files dlls/itss/Makefile"
15219 ALL_MAKEFILES="$ALL_MAKEFILES \\
15220 dlls/itss/tests/Makefile"
15221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15222 itss/tests"
15223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15224 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15225 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15227 ALL_MAKEFILES="$ALL_MAKEFILES \\
15228 dlls/jscript/Makefile"
15229 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15230 jscript"
15231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15232 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15233 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15235 ALL_MAKEFILES="$ALL_MAKEFILES \\
15236 dlls/jscript/tests/Makefile"
15237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15238 jscript/tests"
15239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15240 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15241 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15243 ALL_MAKEFILES="$ALL_MAKEFILES \\
15244 dlls/kernel32/Makefile"
15245 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15246 kernel32"
15247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15248 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15249 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15251 ALL_MAKEFILES="$ALL_MAKEFILES \\
15252 dlls/kernel32/tests/Makefile"
15253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15254 kernel32/tests"
15255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15256 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15257 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15259 ALL_MAKEFILES="$ALL_MAKEFILES \\
15260 dlls/keyboard.drv16/Makefile"
15261 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15262 keyboard.drv16"
15263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15264 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15265 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15267 ALL_MAKEFILES="$ALL_MAKEFILES \\
15268 dlls/loadperf/Makefile"
15269 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15270 loadperf"
15271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15272 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15273 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15275 ALL_MAKEFILES="$ALL_MAKEFILES \\
15276 dlls/localspl/Makefile"
15277 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15278 localspl"
15279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15280 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15281 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15283 ALL_MAKEFILES="$ALL_MAKEFILES \\
15284 dlls/localspl/tests/Makefile"
15285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15286 localspl/tests"
15287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15288 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15289 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15291 ALL_MAKEFILES="$ALL_MAKEFILES \\
15292 dlls/localui/Makefile"
15293 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15294 localui"
15295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15296 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15297 ac_config_files="$ac_config_files dlls/localui/Makefile"
15299 ALL_MAKEFILES="$ALL_MAKEFILES \\
15300 dlls/localui/tests/Makefile"
15301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15302 localui/tests"
15303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15304 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15305 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15307 ALL_MAKEFILES="$ALL_MAKEFILES \\
15308 dlls/lz32/Makefile"
15309 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15310 lz32"
15311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15312 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15313 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15315 ALL_MAKEFILES="$ALL_MAKEFILES \\
15316 dlls/lz32/tests/Makefile"
15317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15318 lz32/tests"
15319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15320 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15321 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15323 ALL_MAKEFILES="$ALL_MAKEFILES \\
15324 dlls/lzexpand.dll16/Makefile"
15325 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15326 lzexpand.dll16"
15327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15328 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15329 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15331 ALL_MAKEFILES="$ALL_MAKEFILES \\
15332 dlls/mapi32/Makefile"
15333 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15334 mapi32"
15335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15336 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15337 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15339 ALL_MAKEFILES="$ALL_MAKEFILES \\
15340 dlls/mapi32/tests/Makefile"
15341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15342 mapi32/tests"
15343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15344 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15345 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15347 ALL_MAKEFILES="$ALL_MAKEFILES \\
15348 dlls/mciavi32/Makefile"
15349 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15350 mciavi32"
15351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15352 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15353 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15355 ALL_MAKEFILES="$ALL_MAKEFILES \\
15356 dlls/mcicda/Makefile"
15357 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15358 mcicda"
15359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15360 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15361 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15363 ALL_MAKEFILES="$ALL_MAKEFILES \\
15364 dlls/mciqtz32/Makefile"
15365 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15366 mciqtz32"
15367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15368 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15369 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15371 ALL_MAKEFILES="$ALL_MAKEFILES \\
15372 dlls/mciseq/Makefile"
15373 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15374 mciseq"
15375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15376 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15377 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15379 ALL_MAKEFILES="$ALL_MAKEFILES \\
15380 dlls/mciwave/Makefile"
15381 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15382 mciwave"
15383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15384 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15385 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15387 ALL_MAKEFILES="$ALL_MAKEFILES \\
15388 dlls/midimap/Makefile"
15389 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15390 midimap"
15391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15392 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15393 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15395 ALL_MAKEFILES="$ALL_MAKEFILES \\
15396 dlls/mlang/Makefile"
15397 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15398 mlang"
15399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15400 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15401 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15403 ALL_MAKEFILES="$ALL_MAKEFILES \\
15404 dlls/mlang/tests/Makefile"
15405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15406 mlang/tests"
15407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15408 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15409 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15411 ALL_MAKEFILES="$ALL_MAKEFILES \\
15412 dlls/mmdevapi/Makefile"
15413 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15414 mmdevapi"
15415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15416 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
15417 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
15419 ALL_MAKEFILES="$ALL_MAKEFILES \\
15420 dlls/mmdevapi/tests/Makefile"
15421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15422 mmdevapi/tests"
15423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15424 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
15425 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
15427 ALL_MAKEFILES="$ALL_MAKEFILES \\
15428 dlls/mmdevldr.vxd/Makefile"
15429 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15430 mmdevldr.vxd"
15431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15432 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15433 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15435 ALL_MAKEFILES="$ALL_MAKEFILES \\
15436 dlls/mmsystem.dll16/Makefile"
15437 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15438 mmsystem.dll16"
15439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15440 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
15441 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
15443 ALL_MAKEFILES="$ALL_MAKEFILES \\
15444 dlls/monodebg.vxd/Makefile"
15445 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15446 monodebg.vxd"
15447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15448 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15449 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15451 ALL_MAKEFILES="$ALL_MAKEFILES \\
15452 dlls/mountmgr.sys/Makefile"
15453 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15454 mountmgr.sys"
15455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15456 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15457 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15459 ALL_MAKEFILES="$ALL_MAKEFILES \\
15460 dlls/mouse.drv16/Makefile"
15461 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15462 mouse.drv16"
15463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15464 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15465 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15467 ALL_MAKEFILES="$ALL_MAKEFILES \\
15468 dlls/mpr/Makefile"
15469 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15470 mpr"
15471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15472 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15473 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15475 ALL_MAKEFILES="$ALL_MAKEFILES \\
15476 dlls/mprapi/Makefile"
15477 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15478 mprapi"
15479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15480 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15481 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15483 ALL_MAKEFILES="$ALL_MAKEFILES \\
15484 dlls/msacm.dll16/Makefile"
15485 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15486 msacm.dll16"
15487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15488 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15489 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15491 ALL_MAKEFILES="$ALL_MAKEFILES \\
15492 dlls/msacm32.drv/Makefile"
15493 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15494 msacm32.drv"
15495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15496 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15497 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15499 ALL_MAKEFILES="$ALL_MAKEFILES \\
15500 dlls/msacm32/Makefile"
15501 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15502 msacm32"
15503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15504 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15505 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15507 ALL_MAKEFILES="$ALL_MAKEFILES \\
15508 dlls/msacm32/tests/Makefile"
15509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15510 msacm32/tests"
15511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15512 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15513 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15515 ALL_MAKEFILES="$ALL_MAKEFILES \\
15516 dlls/msadp32.acm/Makefile"
15517 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15518 msadp32.acm"
15519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15520 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15521 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15523 ALL_MAKEFILES="$ALL_MAKEFILES \\
15524 dlls/mscat32/Makefile"
15525 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15526 mscat32"
15527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15528 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15529 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15531 ALL_MAKEFILES="$ALL_MAKEFILES \\
15532 dlls/mscms/Makefile"
15533 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15534 mscms"
15535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15536 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15537 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15539 ALL_MAKEFILES="$ALL_MAKEFILES \\
15540 dlls/mscms/tests/Makefile"
15541 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15542 mscms/tests"
15543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15544 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15545 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15547 ALL_MAKEFILES="$ALL_MAKEFILES \\
15548 dlls/mscoree/Makefile"
15549 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15550 mscoree"
15551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15552 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15553 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15555 ALL_MAKEFILES="$ALL_MAKEFILES \\
15556 dlls/msctf/Makefile"
15557 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15558 msctf"
15559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15560 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15561 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15563 ALL_MAKEFILES="$ALL_MAKEFILES \\
15564 dlls/msctf/tests/Makefile"
15565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15566 msctf/tests"
15567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15568 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15569 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15571 ALL_MAKEFILES="$ALL_MAKEFILES \\
15572 dlls/msdaps/Makefile"
15573 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15574 msdaps"
15575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15576 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15577 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15579 ALL_MAKEFILES="$ALL_MAKEFILES \\
15580 dlls/msdmo/Makefile"
15581 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15582 msdmo"
15583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15584 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15585 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15587 ALL_MAKEFILES="$ALL_MAKEFILES \\
15588 dlls/msftedit/Makefile"
15589 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15590 msftedit"
15591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15592 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15593 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15595 ALL_MAKEFILES="$ALL_MAKEFILES \\
15596 dlls/msg711.acm/Makefile"
15597 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15598 msg711.acm"
15599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15600 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15601 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15603 ALL_MAKEFILES="$ALL_MAKEFILES \\
15604 dlls/msgsm32.acm/Makefile"
15605 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15606 msgsm32.acm"
15607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15608 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15609 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15611 ALL_MAKEFILES="$ALL_MAKEFILES \\
15612 dlls/mshtml.tlb/Makefile"
15613 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15614 mshtml.tlb"
15615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15616 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15617 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15619 ALL_MAKEFILES="$ALL_MAKEFILES \\
15620 dlls/mshtml/Makefile"
15621 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15622 mshtml"
15623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15624 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15625 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15627 ALL_MAKEFILES="$ALL_MAKEFILES \\
15628 dlls/mshtml/tests/Makefile"
15629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15630 mshtml/tests"
15631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15632 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15633 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15635 ALL_MAKEFILES="$ALL_MAKEFILES \\
15636 dlls/msi/Makefile"
15637 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15638 msi"
15639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15640 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15641 ac_config_files="$ac_config_files dlls/msi/Makefile"
15643 ALL_MAKEFILES="$ALL_MAKEFILES \\
15644 dlls/msi/tests/Makefile"
15645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15646 msi/tests"
15647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15648 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15649 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15651 ALL_MAKEFILES="$ALL_MAKEFILES \\
15652 dlls/msimg32/Makefile"
15653 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15654 msimg32"
15655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15656 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15657 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15659 ALL_MAKEFILES="$ALL_MAKEFILES \\
15660 dlls/msimtf/Makefile"
15661 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15662 msimtf"
15663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15664 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15665 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15667 ALL_MAKEFILES="$ALL_MAKEFILES \\
15668 dlls/msisip/Makefile"
15669 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15670 msisip"
15671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15672 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15673 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15675 ALL_MAKEFILES="$ALL_MAKEFILES \\
15676 dlls/msisys.ocx/Makefile"
15677 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15678 msisys.ocx"
15679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15680 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15681 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15683 ALL_MAKEFILES="$ALL_MAKEFILES \\
15684 dlls/msnet32/Makefile"
15685 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15686 msnet32"
15687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15688 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15689 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15691 ALL_MAKEFILES="$ALL_MAKEFILES \\
15692 dlls/msrle32/Makefile"
15693 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15694 msrle32"
15695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15696 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15697 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15699 ALL_MAKEFILES="$ALL_MAKEFILES \\
15700 dlls/mssign32/Makefile"
15701 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15702 mssign32"
15703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15704 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15705 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15707 ALL_MAKEFILES="$ALL_MAKEFILES \\
15708 dlls/mssip32/Makefile"
15709 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15710 mssip32"
15711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15712 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15713 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15715 ALL_MAKEFILES="$ALL_MAKEFILES \\
15716 dlls/mstask/Makefile"
15717 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15718 mstask"
15719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15720 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15721 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15723 ALL_MAKEFILES="$ALL_MAKEFILES \\
15724 dlls/mstask/tests/Makefile"
15725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15726 mstask/tests"
15727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15728 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15729 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15731 ALL_MAKEFILES="$ALL_MAKEFILES \\
15732 dlls/msvcirt/Makefile"
15733 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15734 msvcirt"
15735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15736 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15737 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15739 ALL_MAKEFILES="$ALL_MAKEFILES \\
15740 dlls/msvcr71/Makefile"
15741 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15742 msvcr71"
15743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15744 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15745 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15747 ALL_MAKEFILES="$ALL_MAKEFILES \\
15748 dlls/msvcrt/Makefile"
15749 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15750 msvcrt"
15751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15752 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15753 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15755 ALL_MAKEFILES="$ALL_MAKEFILES \\
15756 dlls/msvcrt/tests/Makefile"
15757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15758 msvcrt/tests"
15759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15760 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15761 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15763 ALL_MAKEFILES="$ALL_MAKEFILES \\
15764 dlls/msvcrt20/Makefile"
15765 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15766 msvcrt20"
15767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15768 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15769 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15771 ALL_MAKEFILES="$ALL_MAKEFILES \\
15772 dlls/msvcrt40/Makefile"
15773 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15774 msvcrt40"
15775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15776 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15777 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15779 ALL_MAKEFILES="$ALL_MAKEFILES \\
15780 dlls/msvcrtd/Makefile"
15781 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15782 msvcrtd"
15783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15784 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15785 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15787 ALL_MAKEFILES="$ALL_MAKEFILES \\
15788 dlls/msvcrtd/tests/Makefile"
15789 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15790 msvcrtd/tests"
15791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15792 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15793 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15795 ALL_MAKEFILES="$ALL_MAKEFILES \\
15796 dlls/msvfw32/Makefile"
15797 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15798 msvfw32"
15799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15800 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15801 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15803 ALL_MAKEFILES="$ALL_MAKEFILES \\
15804 dlls/msvfw32/tests/Makefile"
15805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15806 msvfw32/tests"
15807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15808 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15809 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15811 ALL_MAKEFILES="$ALL_MAKEFILES \\
15812 dlls/msvidc32/Makefile"
15813 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15814 msvidc32"
15815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15816 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15817 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15819 ALL_MAKEFILES="$ALL_MAKEFILES \\
15820 dlls/msvideo.dll16/Makefile"
15821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15822 msvideo.dll16"
15823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15824 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15825 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15827 ALL_MAKEFILES="$ALL_MAKEFILES \\
15828 dlls/mswsock/Makefile"
15829 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15830 mswsock"
15831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15832 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15833 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15835 ALL_MAKEFILES="$ALL_MAKEFILES \\
15836 dlls/msxml3/Makefile"
15837 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15838 msxml3"
15839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15840 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15841 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15843 ALL_MAKEFILES="$ALL_MAKEFILES \\
15844 dlls/msxml3/tests/Makefile"
15845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15846 msxml3/tests"
15847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15848 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15849 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15851 ALL_MAKEFILES="$ALL_MAKEFILES \\
15852 dlls/nddeapi/Makefile"
15853 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15854 nddeapi"
15855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15856 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15857 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15859 ALL_MAKEFILES="$ALL_MAKEFILES \\
15860 dlls/netapi32/Makefile"
15861 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15862 netapi32"
15863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15864 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15865 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15867 ALL_MAKEFILES="$ALL_MAKEFILES \\
15868 dlls/netapi32/tests/Makefile"
15869 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15870 netapi32/tests"
15871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15872 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15873 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15875 ALL_MAKEFILES="$ALL_MAKEFILES \\
15876 dlls/newdev/Makefile"
15877 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15878 newdev"
15879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15880 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15881 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15883 ALL_MAKEFILES="$ALL_MAKEFILES \\
15884 dlls/ntdll/Makefile"
15885 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15886 ntdll"
15887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15888 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15889 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15891 ALL_MAKEFILES="$ALL_MAKEFILES \\
15892 dlls/ntdll/tests/Makefile"
15893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15894 ntdll/tests"
15895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15896 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15897 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15899 ALL_MAKEFILES="$ALL_MAKEFILES \\
15900 dlls/ntdsapi/Makefile"
15901 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15902 ntdsapi"
15903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15904 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15905 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15907 ALL_MAKEFILES="$ALL_MAKEFILES \\
15908 dlls/ntdsapi/tests/Makefile"
15909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15910 ntdsapi/tests"
15911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15912 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15913 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15915 ALL_MAKEFILES="$ALL_MAKEFILES \\
15916 dlls/ntoskrnl.exe/Makefile"
15917 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15918 ntoskrnl.exe"
15919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15920 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15921 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15923 ALL_MAKEFILES="$ALL_MAKEFILES \\
15924 dlls/ntprint/Makefile"
15925 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15926 ntprint"
15927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15928 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15929 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15931 ALL_MAKEFILES="$ALL_MAKEFILES \\
15932 dlls/ntprint/tests/Makefile"
15933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15934 ntprint/tests"
15935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15936 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15937 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15939 ALL_MAKEFILES="$ALL_MAKEFILES \\
15940 dlls/objsel/Makefile"
15941 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15942 objsel"
15943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15944 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15945 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15947 ALL_MAKEFILES="$ALL_MAKEFILES \\
15948 dlls/odbc32/Makefile"
15949 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15950 odbc32"
15951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15952 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15953 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15955 ALL_MAKEFILES="$ALL_MAKEFILES \\
15956 dlls/odbccp32/Makefile"
15957 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15958 odbccp32"
15959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15960 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15961 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15963 ALL_MAKEFILES="$ALL_MAKEFILES \\
15964 dlls/odbccp32/tests/Makefile"
15965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15966 odbccp32/tests"
15967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15968 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15969 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15971 ALL_MAKEFILES="$ALL_MAKEFILES \\
15972 dlls/ole2.dll16/Makefile"
15973 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15974 ole2.dll16"
15975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15976 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15977 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15979 ALL_MAKEFILES="$ALL_MAKEFILES \\
15980 dlls/ole2conv.dll16/Makefile"
15981 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15982 ole2conv.dll16"
15983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15984 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15985 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15987 ALL_MAKEFILES="$ALL_MAKEFILES \\
15988 dlls/ole2disp.dll16/Makefile"
15989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15990 ole2disp.dll16"
15991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15992 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15993 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15995 ALL_MAKEFILES="$ALL_MAKEFILES \\
15996 dlls/ole2nls.dll16/Makefile"
15997 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15998 ole2nls.dll16"
15999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16000 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
16001 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
16003 ALL_MAKEFILES="$ALL_MAKEFILES \\
16004 dlls/ole2prox.dll16/Makefile"
16005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16006 ole2prox.dll16"
16007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16008 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
16009 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
16011 ALL_MAKEFILES="$ALL_MAKEFILES \\
16012 dlls/ole2thk.dll16/Makefile"
16013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16014 ole2thk.dll16"
16015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16016 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
16017 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
16019 ALL_MAKEFILES="$ALL_MAKEFILES \\
16020 dlls/ole32/Makefile"
16021 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16022 ole32"
16023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16024 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
16025 ac_config_files="$ac_config_files dlls/ole32/Makefile"
16027 ALL_MAKEFILES="$ALL_MAKEFILES \\
16028 dlls/ole32/tests/Makefile"
16029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16030 ole32/tests"
16031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16032 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
16033 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
16035 ALL_MAKEFILES="$ALL_MAKEFILES \\
16036 dlls/oleacc/Makefile"
16037 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16038 oleacc"
16039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16040 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
16041 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
16043 ALL_MAKEFILES="$ALL_MAKEFILES \\
16044 dlls/oleacc/tests/Makefile"
16045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16046 oleacc/tests"
16047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16048 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
16049 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
16051 ALL_MAKEFILES="$ALL_MAKEFILES \\
16052 dlls/oleaut32/Makefile"
16053 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16054 oleaut32"
16055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16056 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
16057 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
16059 ALL_MAKEFILES="$ALL_MAKEFILES \\
16060 dlls/oleaut32/tests/Makefile"
16061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16062 oleaut32/tests"
16063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16064 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
16065 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
16067 ALL_MAKEFILES="$ALL_MAKEFILES \\
16068 dlls/olecli.dll16/Makefile"
16069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16070 olecli.dll16"
16071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16072 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
16073 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
16075 ALL_MAKEFILES="$ALL_MAKEFILES \\
16076 dlls/olecli32/Makefile"
16077 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16078 olecli32"
16079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16080 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
16081 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
16083 ALL_MAKEFILES="$ALL_MAKEFILES \\
16084 dlls/oledb32/Makefile"
16085 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16086 oledb32"
16087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16088 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16089 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16091 ALL_MAKEFILES="$ALL_MAKEFILES \\
16092 dlls/oledb32/tests/Makefile"
16093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16094 oledb32/tests"
16095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16096 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16097 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16099 ALL_MAKEFILES="$ALL_MAKEFILES \\
16100 dlls/oledlg/Makefile"
16101 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16102 oledlg"
16103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16104 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
16105 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16107 ALL_MAKEFILES="$ALL_MAKEFILES \\
16108 dlls/olepro32/Makefile"
16109 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16110 olepro32"
16111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16112 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
16113 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16115 ALL_MAKEFILES="$ALL_MAKEFILES \\
16116 dlls/olesvr.dll16/Makefile"
16117 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16118 olesvr.dll16"
16119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16120 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16121 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16123 ALL_MAKEFILES="$ALL_MAKEFILES \\
16124 dlls/olesvr32/Makefile"
16125 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16126 olesvr32"
16127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16128 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
16129 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16131 ALL_MAKEFILES="$ALL_MAKEFILES \\
16132 dlls/olethk32/Makefile"
16133 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16134 olethk32"
16135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16136 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
16137 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16139 ALL_MAKEFILES="$ALL_MAKEFILES \\
16140 dlls/openal32/Makefile"
16141 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16142 openal32"
16143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16144 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16145 ac_config_files="$ac_config_files dlls/openal32/Makefile"
16147 ALL_MAKEFILES="$ALL_MAKEFILES \\
16148 dlls/opengl32/Makefile"
16149 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16150 opengl32"
16151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16152 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
16153 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16155 ALL_MAKEFILES="$ALL_MAKEFILES \\
16156 dlls/opengl32/tests/Makefile"
16157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16158 opengl32/tests"
16159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16160 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
16161 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16163 ALL_MAKEFILES="$ALL_MAKEFILES \\
16164 dlls/pdh/Makefile"
16165 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16166 pdh"
16167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16168 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
16169 ac_config_files="$ac_config_files dlls/pdh/Makefile"
16171 ALL_MAKEFILES="$ALL_MAKEFILES \\
16172 dlls/pdh/tests/Makefile"
16173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16174 pdh/tests"
16175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16176 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
16177 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16179 ALL_MAKEFILES="$ALL_MAKEFILES \\
16180 dlls/pidgen/Makefile"
16181 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16182 pidgen"
16183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16184 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16185 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16187 ALL_MAKEFILES="$ALL_MAKEFILES \\
16188 dlls/powrprof/Makefile"
16189 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16190 powrprof"
16191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16192 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16193 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16195 ALL_MAKEFILES="$ALL_MAKEFILES \\
16196 dlls/printui/Makefile"
16197 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16198 printui"
16199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16200 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16201 ac_config_files="$ac_config_files dlls/printui/Makefile"
16203 ALL_MAKEFILES="$ALL_MAKEFILES \\
16204 dlls/propsys/Makefile"
16205 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16206 propsys"
16207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16208 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16209 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16211 ALL_MAKEFILES="$ALL_MAKEFILES \\
16212 dlls/psapi/Makefile"
16213 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16214 psapi"
16215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16216 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16217 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16219 ALL_MAKEFILES="$ALL_MAKEFILES \\
16220 dlls/psapi/tests/Makefile"
16221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16222 psapi/tests"
16223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16224 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16225 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16227 ALL_MAKEFILES="$ALL_MAKEFILES \\
16228 dlls/pstorec/Makefile"
16229 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16230 pstorec"
16231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16232 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16233 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16235 ALL_MAKEFILES="$ALL_MAKEFILES \\
16236 dlls/qcap/Makefile"
16237 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16238 qcap"
16239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16240 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16241 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16243 ALL_MAKEFILES="$ALL_MAKEFILES \\
16244 dlls/qedit/Makefile"
16245 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16246 qedit"
16247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16248 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16249 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16251 ALL_MAKEFILES="$ALL_MAKEFILES \\
16252 dlls/qedit/tests/Makefile"
16253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16254 qedit/tests"
16255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16256 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16257 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16259 ALL_MAKEFILES="$ALL_MAKEFILES \\
16260 dlls/qmgr/Makefile"
16261 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16262 qmgr"
16263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16264 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16265 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16267 ALL_MAKEFILES="$ALL_MAKEFILES \\
16268 dlls/qmgr/tests/Makefile"
16269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16270 qmgr/tests"
16271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16272 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16273 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16275 ALL_MAKEFILES="$ALL_MAKEFILES \\
16276 dlls/qmgrprxy/Makefile"
16277 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16278 qmgrprxy"
16279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16280 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16281 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16283 ALL_MAKEFILES="$ALL_MAKEFILES \\
16284 dlls/quartz/Makefile"
16285 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16286 quartz"
16287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16288 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16289 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16291 ALL_MAKEFILES="$ALL_MAKEFILES \\
16292 dlls/quartz/tests/Makefile"
16293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16294 quartz/tests"
16295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16296 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16297 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16299 ALL_MAKEFILES="$ALL_MAKEFILES \\
16300 dlls/query/Makefile"
16301 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16302 query"
16303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16304 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16305 ac_config_files="$ac_config_files dlls/query/Makefile"
16307 ALL_MAKEFILES="$ALL_MAKEFILES \\
16308 dlls/rasapi16.dll16/Makefile"
16309 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16310 rasapi16.dll16"
16311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16312 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16313 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16315 ALL_MAKEFILES="$ALL_MAKEFILES \\
16316 dlls/rasapi32/Makefile"
16317 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16318 rasapi32"
16319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16320 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16321 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16323 ALL_MAKEFILES="$ALL_MAKEFILES \\
16324 dlls/rasapi32/tests/Makefile"
16325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16326 rasapi32/tests"
16327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16328 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16329 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16331 ALL_MAKEFILES="$ALL_MAKEFILES \\
16332 dlls/rasdlg/Makefile"
16333 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16334 rasdlg"
16335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16336 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16337 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16339 ALL_MAKEFILES="$ALL_MAKEFILES \\
16340 dlls/resutils/Makefile"
16341 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16342 resutils"
16343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16344 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16345 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16347 ALL_MAKEFILES="$ALL_MAKEFILES \\
16348 dlls/riched20/Makefile"
16349 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16350 riched20"
16351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16352 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16353 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16355 ALL_MAKEFILES="$ALL_MAKEFILES \\
16356 dlls/riched20/tests/Makefile"
16357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16358 riched20/tests"
16359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16360 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16361 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16363 ALL_MAKEFILES="$ALL_MAKEFILES \\
16364 dlls/riched32/Makefile"
16365 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16366 riched32"
16367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16368 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16369 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16371 ALL_MAKEFILES="$ALL_MAKEFILES \\
16372 dlls/riched32/tests/Makefile"
16373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16374 riched32/tests"
16375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16376 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16377 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16379 ALL_MAKEFILES="$ALL_MAKEFILES \\
16380 dlls/rpcrt4/Makefile"
16381 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16382 rpcrt4"
16383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16384 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16385 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16387 ALL_MAKEFILES="$ALL_MAKEFILES \\
16388 dlls/rpcrt4/tests/Makefile"
16389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16390 rpcrt4/tests"
16391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16392 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16393 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16395 ALL_MAKEFILES="$ALL_MAKEFILES \\
16396 dlls/rsabase/Makefile"
16397 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16398 rsabase"
16399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16400 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16401 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16403 ALL_MAKEFILES="$ALL_MAKEFILES \\
16404 dlls/rsaenh/Makefile"
16405 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16406 rsaenh"
16407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16408 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16409 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16411 ALL_MAKEFILES="$ALL_MAKEFILES \\
16412 dlls/rsaenh/tests/Makefile"
16413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16414 rsaenh/tests"
16415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16416 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16417 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16419 ALL_MAKEFILES="$ALL_MAKEFILES \\
16420 dlls/rtutils/Makefile"
16421 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16422 rtutils"
16423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16424 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16425 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16427 ALL_MAKEFILES="$ALL_MAKEFILES \\
16428 dlls/sane.ds/Makefile"
16429 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16430 sane.ds"
16431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16432 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16433 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16435 ALL_MAKEFILES="$ALL_MAKEFILES \\
16436 dlls/sccbase/Makefile"
16437 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16438 sccbase"
16439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16440 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16441 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16443 ALL_MAKEFILES="$ALL_MAKEFILES \\
16444 dlls/schannel/Makefile"
16445 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16446 schannel"
16447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16448 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16449 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16451 ALL_MAKEFILES="$ALL_MAKEFILES \\
16452 dlls/schannel/tests/Makefile"
16453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16454 schannel/tests"
16455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16456 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16457 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16459 ALL_MAKEFILES="$ALL_MAKEFILES \\
16460 dlls/secur32/Makefile"
16461 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16462 secur32"
16463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16464 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16465 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16467 ALL_MAKEFILES="$ALL_MAKEFILES \\
16468 dlls/secur32/tests/Makefile"
16469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16470 secur32/tests"
16471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16472 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16473 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16475 ALL_MAKEFILES="$ALL_MAKEFILES \\
16476 dlls/security/Makefile"
16477 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16478 security"
16479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16480 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16481 ac_config_files="$ac_config_files dlls/security/Makefile"
16483 ALL_MAKEFILES="$ALL_MAKEFILES \\
16484 dlls/sensapi/Makefile"
16485 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16486 sensapi"
16487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16488 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16489 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16491 ALL_MAKEFILES="$ALL_MAKEFILES \\
16492 dlls/serialui/Makefile"
16493 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16494 serialui"
16495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16496 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16497 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16499 ALL_MAKEFILES="$ALL_MAKEFILES \\
16500 dlls/serialui/tests/Makefile"
16501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16502 serialui/tests"
16503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16504 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16505 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16507 ALL_MAKEFILES="$ALL_MAKEFILES \\
16508 dlls/setupapi/Makefile"
16509 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16510 setupapi"
16511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16512 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16513 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16515 ALL_MAKEFILES="$ALL_MAKEFILES \\
16516 dlls/setupapi/tests/Makefile"
16517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16518 setupapi/tests"
16519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16520 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16521 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16523 ALL_MAKEFILES="$ALL_MAKEFILES \\
16524 dlls/setupx.dll16/Makefile"
16525 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16526 setupx.dll16"
16527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16528 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
16529 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
16531 ALL_MAKEFILES="$ALL_MAKEFILES \\
16532 dlls/sfc/Makefile"
16533 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16534 sfc"
16535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16536 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16537 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16539 ALL_MAKEFILES="$ALL_MAKEFILES \\
16540 dlls/sfc_os/Makefile"
16541 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16542 sfc_os"
16543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16544 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16545 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16547 ALL_MAKEFILES="$ALL_MAKEFILES \\
16548 dlls/shdoclc/Makefile"
16549 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16550 shdoclc"
16551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16552 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16553 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16555 ALL_MAKEFILES="$ALL_MAKEFILES \\
16556 dlls/shdocvw/Makefile"
16557 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16558 shdocvw"
16559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16560 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16561 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16563 ALL_MAKEFILES="$ALL_MAKEFILES \\
16564 dlls/shdocvw/tests/Makefile"
16565 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16566 shdocvw/tests"
16567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16568 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16569 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16571 ALL_MAKEFILES="$ALL_MAKEFILES \\
16572 dlls/shell.dll16/Makefile"
16573 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16574 shell.dll16"
16575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16576 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16577 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16579 ALL_MAKEFILES="$ALL_MAKEFILES \\
16580 dlls/shell32/Makefile"
16581 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16582 shell32"
16583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16584 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16585 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16587 ALL_MAKEFILES="$ALL_MAKEFILES \\
16588 dlls/shell32/tests/Makefile"
16589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16590 shell32/tests"
16591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16592 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16593 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16595 ALL_MAKEFILES="$ALL_MAKEFILES \\
16596 dlls/shfolder/Makefile"
16597 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16598 shfolder"
16599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16600 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16601 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16603 ALL_MAKEFILES="$ALL_MAKEFILES \\
16604 dlls/shlwapi/Makefile"
16605 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16606 shlwapi"
16607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16608 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16609 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16611 ALL_MAKEFILES="$ALL_MAKEFILES \\
16612 dlls/shlwapi/tests/Makefile"
16613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16614 shlwapi/tests"
16615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16616 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16617 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16619 ALL_MAKEFILES="$ALL_MAKEFILES \\
16620 dlls/slbcsp/Makefile"
16621 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16622 slbcsp"
16623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16624 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16625 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16627 ALL_MAKEFILES="$ALL_MAKEFILES \\
16628 dlls/slc/Makefile"
16629 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16630 slc"
16631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16632 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16633 ac_config_files="$ac_config_files dlls/slc/Makefile"
16635 ALL_MAKEFILES="$ALL_MAKEFILES \\
16636 dlls/snmpapi/Makefile"
16637 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16638 snmpapi"
16639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16640 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16641 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16643 ALL_MAKEFILES="$ALL_MAKEFILES \\
16644 dlls/snmpapi/tests/Makefile"
16645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16646 snmpapi/tests"
16647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16648 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16649 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16651 ALL_MAKEFILES="$ALL_MAKEFILES \\
16652 dlls/softpub/Makefile"
16653 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16654 softpub"
16655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16656 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16657 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16659 ALL_MAKEFILES="$ALL_MAKEFILES \\
16660 dlls/sound.drv16/Makefile"
16661 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16662 sound.drv16"
16663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16664 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16665 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16667 ALL_MAKEFILES="$ALL_MAKEFILES \\
16668 dlls/spoolss/Makefile"
16669 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16670 spoolss"
16671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16672 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16673 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16675 ALL_MAKEFILES="$ALL_MAKEFILES \\
16676 dlls/spoolss/tests/Makefile"
16677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16678 spoolss/tests"
16679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16680 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16681 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16683 ALL_MAKEFILES="$ALL_MAKEFILES \\
16684 dlls/stdole2.tlb/Makefile"
16685 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16686 stdole2.tlb"
16687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16688 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16689 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16691 ALL_MAKEFILES="$ALL_MAKEFILES \\
16692 dlls/stdole32.tlb/Makefile"
16693 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16694 stdole32.tlb"
16695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16696 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16697 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16699 ALL_MAKEFILES="$ALL_MAKEFILES \\
16700 dlls/sti/Makefile"
16701 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16702 sti"
16703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16704 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16705 ac_config_files="$ac_config_files dlls/sti/Makefile"
16707 ALL_MAKEFILES="$ALL_MAKEFILES \\
16708 dlls/sti/tests/Makefile"
16709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16710 sti/tests"
16711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16712 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16713 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16715 ALL_MAKEFILES="$ALL_MAKEFILES \\
16716 dlls/storage.dll16/Makefile"
16717 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16718 storage.dll16"
16719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16720 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16721 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16723 ALL_MAKEFILES="$ALL_MAKEFILES \\
16724 dlls/stress.dll16/Makefile"
16725 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16726 stress.dll16"
16727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16728 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16729 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16731 ALL_MAKEFILES="$ALL_MAKEFILES \\
16732 dlls/strmiids/Makefile"
16733 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16734 strmiids"
16735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16736 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16737 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16739 ALL_MAKEFILES="$ALL_MAKEFILES \\
16740 dlls/svrapi/Makefile"
16741 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16742 svrapi"
16743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16744 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16745 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16747 ALL_MAKEFILES="$ALL_MAKEFILES \\
16748 dlls/sxs/Makefile"
16749 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16750 sxs"
16751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16752 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16753 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16755 ALL_MAKEFILES="$ALL_MAKEFILES \\
16756 dlls/system.drv16/Makefile"
16757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16758 system.drv16"
16759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16760 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16761 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16763 ALL_MAKEFILES="$ALL_MAKEFILES \\
16764 dlls/t2embed/Makefile"
16765 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16766 t2embed"
16767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16768 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16769 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16771 ALL_MAKEFILES="$ALL_MAKEFILES \\
16772 dlls/tapi32/Makefile"
16773 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16774 tapi32"
16775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16776 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16777 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16779 ALL_MAKEFILES="$ALL_MAKEFILES \\
16780 dlls/toolhelp.dll16/Makefile"
16781 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16782 toolhelp.dll16"
16783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16784 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16785 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16787 ALL_MAKEFILES="$ALL_MAKEFILES \\
16788 dlls/traffic/Makefile"
16789 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16790 traffic"
16791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16792 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16793 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16795 ALL_MAKEFILES="$ALL_MAKEFILES \\
16796 dlls/twain.dll16/Makefile"
16797 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16798 twain.dll16"
16799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16800 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16801 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16803 ALL_MAKEFILES="$ALL_MAKEFILES \\
16804 dlls/twain_32/Makefile"
16805 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16806 twain_32"
16807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16808 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16809 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16811 ALL_MAKEFILES="$ALL_MAKEFILES \\
16812 dlls/twain_32/tests/Makefile"
16813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16814 twain_32/tests"
16815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16816 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16817 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16819 ALL_MAKEFILES="$ALL_MAKEFILES \\
16820 dlls/typelib.dll16/Makefile"
16821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16822 typelib.dll16"
16823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16824 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16825 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16827 ALL_MAKEFILES="$ALL_MAKEFILES \\
16828 dlls/unicows/Makefile"
16829 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16830 unicows"
16831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16832 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16833 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16835 ALL_MAKEFILES="$ALL_MAKEFILES \\
16836 dlls/updspapi/Makefile"
16837 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16838 updspapi"
16839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16840 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16841 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16843 ALL_MAKEFILES="$ALL_MAKEFILES \\
16844 dlls/url/Makefile"
16845 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16846 url"
16847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16848 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16849 ac_config_files="$ac_config_files dlls/url/Makefile"
16851 ALL_MAKEFILES="$ALL_MAKEFILES \\
16852 dlls/urlmon/Makefile"
16853 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16854 urlmon"
16855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16856 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16857 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16859 ALL_MAKEFILES="$ALL_MAKEFILES \\
16860 dlls/urlmon/tests/Makefile"
16861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16862 urlmon/tests"
16863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16864 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16865 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16867 ALL_MAKEFILES="$ALL_MAKEFILES \\
16868 dlls/user32/Makefile"
16869 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16870 user32"
16871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16872 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16873 ac_config_files="$ac_config_files dlls/user32/Makefile"
16875 ALL_MAKEFILES="$ALL_MAKEFILES \\
16876 dlls/user32/tests/Makefile"
16877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16878 user32/tests"
16879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16880 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16881 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16883 ALL_MAKEFILES="$ALL_MAKEFILES \\
16884 dlls/userenv/Makefile"
16885 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16886 userenv"
16887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16888 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16889 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16891 ALL_MAKEFILES="$ALL_MAKEFILES \\
16892 dlls/userenv/tests/Makefile"
16893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16894 userenv/tests"
16895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16896 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16897 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16899 ALL_MAKEFILES="$ALL_MAKEFILES \\
16900 dlls/usp10/Makefile"
16901 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16902 usp10"
16903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16904 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16905 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16907 ALL_MAKEFILES="$ALL_MAKEFILES \\
16908 dlls/usp10/tests/Makefile"
16909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16910 usp10/tests"
16911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16912 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16913 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16915 ALL_MAKEFILES="$ALL_MAKEFILES \\
16916 dlls/uuid/Makefile"
16917 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16918 uuid"
16919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16920 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16921 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16923 ALL_MAKEFILES="$ALL_MAKEFILES \\
16924 dlls/uxtheme/Makefile"
16925 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16926 uxtheme"
16927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16928 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16929 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16931 ALL_MAKEFILES="$ALL_MAKEFILES \\
16932 dlls/uxtheme/tests/Makefile"
16933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16934 uxtheme/tests"
16935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16936 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16937 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16939 ALL_MAKEFILES="$ALL_MAKEFILES \\
16940 dlls/vdhcp.vxd/Makefile"
16941 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16942 vdhcp.vxd"
16943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16944 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16945 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16947 ALL_MAKEFILES="$ALL_MAKEFILES \\
16948 dlls/vdmdbg/Makefile"
16949 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16950 vdmdbg"
16951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16952 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16953 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16955 ALL_MAKEFILES="$ALL_MAKEFILES \\
16956 dlls/ver.dll16/Makefile"
16957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16958 ver.dll16"
16959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16960 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
16961 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
16963 ALL_MAKEFILES="$ALL_MAKEFILES \\
16964 dlls/version/Makefile"
16965 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16966 version"
16967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16968 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16969 ac_config_files="$ac_config_files dlls/version/Makefile"
16971 ALL_MAKEFILES="$ALL_MAKEFILES \\
16972 dlls/version/tests/Makefile"
16973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16974 version/tests"
16975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16976 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16977 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16979 ALL_MAKEFILES="$ALL_MAKEFILES \\
16980 dlls/vmm.vxd/Makefile"
16981 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16982 vmm.vxd"
16983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16984 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16985 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16987 ALL_MAKEFILES="$ALL_MAKEFILES \\
16988 dlls/vnbt.vxd/Makefile"
16989 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16990 vnbt.vxd"
16991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16992 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16993 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16995 ALL_MAKEFILES="$ALL_MAKEFILES \\
16996 dlls/vnetbios.vxd/Makefile"
16997 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16998 vnetbios.vxd"
16999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17000 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
17001 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
17003 ALL_MAKEFILES="$ALL_MAKEFILES \\
17004 dlls/vtdapi.vxd/Makefile"
17005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17006 vtdapi.vxd"
17007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17008 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
17009 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
17011 ALL_MAKEFILES="$ALL_MAKEFILES \\
17012 dlls/vwin32.vxd/Makefile"
17013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17014 vwin32.vxd"
17015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17016 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
17017 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
17019 ALL_MAKEFILES="$ALL_MAKEFILES \\
17020 dlls/w32skrnl/Makefile"
17021 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17022 w32skrnl"
17023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17024 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
17025 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
17027 ALL_MAKEFILES="$ALL_MAKEFILES \\
17028 dlls/w32sys.dll16/Makefile"
17029 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17030 w32sys.dll16"
17031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17032 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
17033 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
17035 ALL_MAKEFILES="$ALL_MAKEFILES \\
17036 dlls/wbemprox/Makefile"
17037 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17038 wbemprox"
17039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17040 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
17041 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
17043 ALL_MAKEFILES="$ALL_MAKEFILES \\
17044 dlls/wiaservc/Makefile"
17045 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17046 wiaservc"
17047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17048 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
17049 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
17051 ALL_MAKEFILES="$ALL_MAKEFILES \\
17052 dlls/win32s16.dll16/Makefile"
17053 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17054 win32s16.dll16"
17055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17056 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
17057 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
17059 ALL_MAKEFILES="$ALL_MAKEFILES \\
17060 dlls/win87em.dll16/Makefile"
17061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17062 win87em.dll16"
17063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17064 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
17065 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
17067 ALL_MAKEFILES="$ALL_MAKEFILES \\
17068 dlls/winaspi.dll16/Makefile"
17069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17070 winaspi.dll16"
17071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17072 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
17073 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
17075 ALL_MAKEFILES="$ALL_MAKEFILES \\
17076 dlls/windebug.dll16/Makefile"
17077 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17078 windebug.dll16"
17079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17080 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
17081 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
17083 ALL_MAKEFILES="$ALL_MAKEFILES \\
17084 dlls/windowscodecs/Makefile"
17085 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17086 windowscodecs"
17087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17088 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
17089 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
17091 ALL_MAKEFILES="$ALL_MAKEFILES \\
17092 dlls/windowscodecs/tests/Makefile"
17093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17094 windowscodecs/tests"
17095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17096 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
17097 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
17099 ALL_MAKEFILES="$ALL_MAKEFILES \\
17100 dlls/winealsa.drv/Makefile"
17101 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17102 winealsa.drv"
17103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17104 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
17105 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
17107 ALL_MAKEFILES="$ALL_MAKEFILES \\
17108 dlls/wineaudioio.drv/Makefile"
17109 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17110 wineaudioio.drv"
17111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17112 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
17113 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17115 ALL_MAKEFILES="$ALL_MAKEFILES \\
17116 dlls/winecoreaudio.drv/Makefile"
17117 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17118 winecoreaudio.drv"
17119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17120 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
17121 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17123 ALL_MAKEFILES="$ALL_MAKEFILES \\
17124 dlls/winecrt0/Makefile"
17125 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
17126 winecrt0"
17127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17128 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
17129 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17131 ALL_MAKEFILES="$ALL_MAKEFILES \\
17132 dlls/wined3d/Makefile"
17133 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17134 wined3d"
17135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17136 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
17137 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17139 ALL_MAKEFILES="$ALL_MAKEFILES \\
17140 dlls/winedos/Makefile"
17141 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17142 winedos"
17143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17144 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
17145 ac_config_files="$ac_config_files dlls/winedos/Makefile"
17147 ALL_MAKEFILES="$ALL_MAKEFILES \\
17148 dlls/wineesd.drv/Makefile"
17149 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17150 wineesd.drv"
17151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17152 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
17153 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17155 ALL_MAKEFILES="$ALL_MAKEFILES \\
17156 dlls/winejack.drv/Makefile"
17157 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17158 winejack.drv"
17159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17160 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
17161 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17163 ALL_MAKEFILES="$ALL_MAKEFILES \\
17164 dlls/winejoystick.drv/Makefile"
17165 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17166 winejoystick.drv"
17167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17168 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
17169 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17171 ALL_MAKEFILES="$ALL_MAKEFILES \\
17172 dlls/winemp3.acm/Makefile"
17173 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17174 winemp3.acm"
17175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17176 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
17177 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17179 ALL_MAKEFILES="$ALL_MAKEFILES \\
17180 dlls/winenas.drv/Makefile"
17181 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17182 winenas.drv"
17183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17184 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
17185 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17187 ALL_MAKEFILES="$ALL_MAKEFILES \\
17188 dlls/wineoss.drv/Makefile"
17189 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17190 wineoss.drv"
17191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17192 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
17193 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17195 ALL_MAKEFILES="$ALL_MAKEFILES \\
17196 dlls/wineps.drv/Makefile"
17197 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17198 wineps.drv"
17199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17200 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
17201 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17203 ALL_MAKEFILES="$ALL_MAKEFILES \\
17204 dlls/wineps16.drv16/Makefile"
17205 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17206 wineps16.drv16"
17207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17208 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
17209 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
17211 ALL_MAKEFILES="$ALL_MAKEFILES \\
17212 dlls/winequartz.drv/Makefile"
17213 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17214 winequartz.drv"
17215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17216 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
17217 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17219 ALL_MAKEFILES="$ALL_MAKEFILES \\
17220 dlls/winex11.drv/Makefile"
17221 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17222 winex11.drv"
17223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17224 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
17225 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17227 ALL_MAKEFILES="$ALL_MAKEFILES \\
17228 dlls/wing.dll16/Makefile"
17229 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17230 wing.dll16"
17231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17232 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17233 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17235 ALL_MAKEFILES="$ALL_MAKEFILES \\
17236 dlls/wing32/Makefile"
17237 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17238 wing32"
17239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17240 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
17241 ac_config_files="$ac_config_files dlls/wing32/Makefile"
17243 ALL_MAKEFILES="$ALL_MAKEFILES \\
17244 dlls/winhttp/Makefile"
17245 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17246 winhttp"
17247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17248 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
17249 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17251 ALL_MAKEFILES="$ALL_MAKEFILES \\
17252 dlls/winhttp/tests/Makefile"
17253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17254 winhttp/tests"
17255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17256 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17257 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17259 ALL_MAKEFILES="$ALL_MAKEFILES \\
17260 dlls/wininet/Makefile"
17261 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17262 wininet"
17263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17264 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17265 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17267 ALL_MAKEFILES="$ALL_MAKEFILES \\
17268 dlls/wininet/tests/Makefile"
17269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17270 wininet/tests"
17271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17272 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17273 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17275 ALL_MAKEFILES="$ALL_MAKEFILES \\
17276 dlls/winmm/Makefile"
17277 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17278 winmm"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17281 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284 dlls/winmm/tests/Makefile"
17285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17286 winmm/tests"
17287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17288 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17289 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17291 ALL_MAKEFILES="$ALL_MAKEFILES \\
17292 dlls/winnls.dll16/Makefile"
17293 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17294 winnls.dll16"
17295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17296 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17297 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17299 ALL_MAKEFILES="$ALL_MAKEFILES \\
17300 dlls/winnls32/Makefile"
17301 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17302 winnls32"
17303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17304 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17305 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17307 ALL_MAKEFILES="$ALL_MAKEFILES \\
17308 dlls/winscard/Makefile"
17309 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17310 winscard"
17311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17312 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17313 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17315 ALL_MAKEFILES="$ALL_MAKEFILES \\
17316 dlls/winsock.dll16/Makefile"
17317 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17318 winsock.dll16"
17319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17320 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
17321 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
17323 ALL_MAKEFILES="$ALL_MAKEFILES \\
17324 dlls/winspool.drv/Makefile"
17325 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17326 winspool.drv"
17327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17328 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17329 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17331 ALL_MAKEFILES="$ALL_MAKEFILES \\
17332 dlls/winspool.drv/tests/Makefile"
17333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17334 winspool.drv/tests"
17335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17336 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17337 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340 dlls/wintab.dll16/Makefile"
17341 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17342 wintab.dll16"
17343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17344 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17345 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17347 ALL_MAKEFILES="$ALL_MAKEFILES \\
17348 dlls/wintab32/Makefile"
17349 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17350 wintab32"
17351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17352 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17353 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17355 ALL_MAKEFILES="$ALL_MAKEFILES \\
17356 dlls/wintab32/tests/Makefile"
17357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17358 wintab32/tests"
17359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17360 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17361 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17363 ALL_MAKEFILES="$ALL_MAKEFILES \\
17364 dlls/wintrust/Makefile"
17365 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17366 wintrust"
17367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17368 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17369 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17371 ALL_MAKEFILES="$ALL_MAKEFILES \\
17372 dlls/wintrust/tests/Makefile"
17373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17374 wintrust/tests"
17375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17376 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17377 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17379 ALL_MAKEFILES="$ALL_MAKEFILES \\
17380 dlls/wldap32/Makefile"
17381 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17382 wldap32"
17383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17384 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17385 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17387 ALL_MAKEFILES="$ALL_MAKEFILES \\
17388 dlls/wldap32/tests/Makefile"
17389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17390 wldap32/tests"
17391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17392 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17393 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17395 ALL_MAKEFILES="$ALL_MAKEFILES \\
17396 dlls/wmi/Makefile"
17397 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17398 wmi"
17399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17400 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17401 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17403 ALL_MAKEFILES="$ALL_MAKEFILES \\
17404 dlls/wmiutils/Makefile"
17405 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17406 wmiutils"
17407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17408 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17409 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412 dlls/wnaspi32/Makefile"
17413 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17414 wnaspi32"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17417 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17419 ALL_MAKEFILES="$ALL_MAKEFILES \\
17420 dlls/wow32/Makefile"
17421 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17422 wow32"
17423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17424 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17425 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17427 ALL_MAKEFILES="$ALL_MAKEFILES \\
17428 dlls/ws2_32/Makefile"
17429 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17430 ws2_32"
17431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17432 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17433 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17435 ALL_MAKEFILES="$ALL_MAKEFILES \\
17436 dlls/ws2_32/tests/Makefile"
17437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17438 ws2_32/tests"
17439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17440 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17441 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17443 ALL_MAKEFILES="$ALL_MAKEFILES \\
17444 dlls/wsock32/Makefile"
17445 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17446 wsock32"
17447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17448 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17449 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17451 ALL_MAKEFILES="$ALL_MAKEFILES \\
17452 dlls/wtsapi32/Makefile"
17453 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17454 wtsapi32"
17455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17456 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17457 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17459 ALL_MAKEFILES="$ALL_MAKEFILES \\
17460 dlls/wuapi/Makefile"
17461 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17462 wuapi"
17463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17464 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17465 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468 dlls/wuaueng/Makefile"
17469 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17470 wuaueng"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
17473 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
17475 ALL_MAKEFILES="$ALL_MAKEFILES \\
17476 dlls/xinput1_1/Makefile"
17477 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17478 xinput1_1"
17479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17480 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17481 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17483 ALL_MAKEFILES="$ALL_MAKEFILES \\
17484 dlls/xinput1_2/Makefile"
17485 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17486 xinput1_2"
17487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17488 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17489 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17491 ALL_MAKEFILES="$ALL_MAKEFILES \\
17492 dlls/xinput1_3/Makefile"
17493 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17494 xinput1_3"
17495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17496 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17497 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17499 ALL_MAKEFILES="$ALL_MAKEFILES \\
17500 dlls/xinput1_3/tests/Makefile"
17501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17502 xinput1_3/tests"
17503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17504 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17505 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17507 ALL_MAKEFILES="$ALL_MAKEFILES \\
17508 dlls/xinput9_1_0/Makefile"
17509 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17510 xinput9_1_0"
17511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17512 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17513 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17515 ALL_MAKEFILES="$ALL_MAKEFILES \\
17516 dlls/xmllite/Makefile"
17517 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17518 xmllite"
17519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17520 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17521 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17523 ALL_MAKEFILES="$ALL_MAKEFILES \\
17524 documentation/Makefile"
17525 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17526 documentation"
17527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17528 documentation/Makefile: documentation/Makefile.in Make.rules"
17529 ac_config_files="$ac_config_files documentation/Makefile"
17531 ALL_MAKEFILES="$ALL_MAKEFILES \\
17532 fonts/Makefile"
17533 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17534 fonts"
17535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17536 fonts/Makefile: fonts/Makefile.in Make.rules"
17537 ac_config_files="$ac_config_files fonts/Makefile"
17539 ALL_MAKEFILES="$ALL_MAKEFILES \\
17540 include/Makefile"
17541 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17542 include"
17543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17544 include/Makefile: include/Makefile.in Make.rules"
17545 ac_config_files="$ac_config_files include/Makefile"
17547 ALL_MAKEFILES="$ALL_MAKEFILES \\
17548 libs/Makefile"
17549 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17550 libs"
17551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17552 libs/Makefile: libs/Makefile.in Make.rules"
17553 ac_config_files="$ac_config_files libs/Makefile"
17555 ALL_MAKEFILES="$ALL_MAKEFILES \\
17556 libs/port/Makefile"
17558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17559 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17560 ac_config_files="$ac_config_files libs/port/Makefile"
17562 ALL_MAKEFILES="$ALL_MAKEFILES \\
17563 libs/wine/Makefile"
17565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17566 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17567 ac_config_files="$ac_config_files libs/wine/Makefile"
17569 ALL_MAKEFILES="$ALL_MAKEFILES \\
17570 libs/wpp/Makefile"
17572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17573 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17574 ac_config_files="$ac_config_files libs/wpp/Makefile"
17576 ALL_MAKEFILES="$ALL_MAKEFILES \\
17577 loader/Makefile"
17578 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17579 loader"
17580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17581 loader/Makefile: loader/Makefile.in Make.rules"
17582 ac_config_files="$ac_config_files loader/Makefile"
17584 ALL_MAKEFILES="$ALL_MAKEFILES \\
17585 programs/Makefile"
17586 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17587 programs"
17588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17589 programs/Makefile: programs/Makefile.in Make.rules"
17590 ac_config_files="$ac_config_files programs/Makefile"
17592 ALL_MAKEFILES="$ALL_MAKEFILES \\
17593 programs/cacls/Makefile"
17594 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17595 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17596 cacls"
17597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17598 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17599 ac_config_files="$ac_config_files programs/cacls/Makefile"
17601 ALL_MAKEFILES="$ALL_MAKEFILES \\
17602 programs/clock/Makefile"
17603 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17604 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17605 clock"
17606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17607 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17608 ac_config_files="$ac_config_files programs/clock/Makefile"
17610 ALL_MAKEFILES="$ALL_MAKEFILES \\
17611 programs/cmd/Makefile"
17612 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17613 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17614 cmd"
17615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17616 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17617 ac_config_files="$ac_config_files programs/cmd/Makefile"
17619 ALL_MAKEFILES="$ALL_MAKEFILES \\
17620 programs/cmdlgtst/Makefile"
17621 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17622 cmdlgtst"
17623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17624 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17625 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17627 ALL_MAKEFILES="$ALL_MAKEFILES \\
17628 programs/control/Makefile"
17629 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17630 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17631 control"
17632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17633 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17634 ac_config_files="$ac_config_files programs/control/Makefile"
17636 ALL_MAKEFILES="$ALL_MAKEFILES \\
17637 programs/dxdiag/Makefile"
17638 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17639 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17640 dxdiag"
17641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17642 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17643 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17645 ALL_MAKEFILES="$ALL_MAKEFILES \\
17646 programs/eject/Makefile"
17647 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17648 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17649 eject"
17650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17651 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17652 ac_config_files="$ac_config_files programs/eject/Makefile"
17654 ALL_MAKEFILES="$ALL_MAKEFILES \\
17655 programs/expand/Makefile"
17656 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17657 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17658 expand"
17659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17660 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17661 ac_config_files="$ac_config_files programs/expand/Makefile"
17663 ALL_MAKEFILES="$ALL_MAKEFILES \\
17664 programs/explorer/Makefile"
17665 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17666 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17667 explorer"
17668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17669 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17670 ac_config_files="$ac_config_files programs/explorer/Makefile"
17672 ALL_MAKEFILES="$ALL_MAKEFILES \\
17673 programs/extrac32/Makefile"
17674 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17675 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17676 extrac32"
17677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17678 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
17679 ac_config_files="$ac_config_files programs/extrac32/Makefile"
17681 ALL_MAKEFILES="$ALL_MAKEFILES \\
17682 programs/hh/Makefile"
17683 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17684 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17687 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17688 ac_config_files="$ac_config_files programs/hh/Makefile"
17690 ALL_MAKEFILES="$ALL_MAKEFILES \\
17691 programs/icinfo/Makefile"
17692 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17693 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17694 icinfo"
17695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17696 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17697 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17699 ALL_MAKEFILES="$ALL_MAKEFILES \\
17700 programs/iexplore/Makefile"
17701 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17702 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17703 iexplore"
17704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17705 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17706 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17708 ALL_MAKEFILES="$ALL_MAKEFILES \\
17709 programs/lodctr/Makefile"
17710 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17711 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17712 lodctr"
17713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17714 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17715 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17717 ALL_MAKEFILES="$ALL_MAKEFILES \\
17718 programs/mshta/Makefile"
17719 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17720 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17721 mshta"
17722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17723 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
17724 ac_config_files="$ac_config_files programs/mshta/Makefile"
17726 ALL_MAKEFILES="$ALL_MAKEFILES \\
17727 programs/msiexec/Makefile"
17728 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17729 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17730 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17731 msiexec"
17732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17733 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17734 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17736 ALL_MAKEFILES="$ALL_MAKEFILES \\
17737 programs/net/Makefile"
17738 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17739 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17740 net"
17741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17742 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17743 ac_config_files="$ac_config_files programs/net/Makefile"
17745 ALL_MAKEFILES="$ALL_MAKEFILES \\
17746 programs/notepad/Makefile"
17747 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17748 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17749 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17750 notepad"
17751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17752 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17753 ac_config_files="$ac_config_files programs/notepad/Makefile"
17755 ALL_MAKEFILES="$ALL_MAKEFILES \\
17756 programs/oleview/Makefile"
17757 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17758 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17759 oleview"
17760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17761 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17762 ac_config_files="$ac_config_files programs/oleview/Makefile"
17764 ALL_MAKEFILES="$ALL_MAKEFILES \\
17765 programs/progman/Makefile"
17766 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17767 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17768 progman"
17769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17770 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17771 ac_config_files="$ac_config_files programs/progman/Makefile"
17773 ALL_MAKEFILES="$ALL_MAKEFILES \\
17774 programs/reg/Makefile"
17775 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17776 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17777 reg"
17778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17779 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17780 ac_config_files="$ac_config_files programs/reg/Makefile"
17782 ALL_MAKEFILES="$ALL_MAKEFILES \\
17783 programs/regedit/Makefile"
17784 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17785 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17786 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17787 regedit"
17788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17789 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17790 ac_config_files="$ac_config_files programs/regedit/Makefile"
17792 ALL_MAKEFILES="$ALL_MAKEFILES \\
17793 programs/regsvr32/Makefile"
17794 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17795 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17796 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17797 regsvr32"
17798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17799 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17800 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17802 ALL_MAKEFILES="$ALL_MAKEFILES \\
17803 programs/rpcss/Makefile"
17804 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17805 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17806 rpcss"
17807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17808 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17809 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17811 ALL_MAKEFILES="$ALL_MAKEFILES \\
17812 programs/rundll32/Makefile"
17813 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17814 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17815 rundll32"
17816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17817 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17818 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17820 ALL_MAKEFILES="$ALL_MAKEFILES \\
17821 programs/secedit/Makefile"
17822 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17823 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17824 secedit"
17825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17826 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17827 ac_config_files="$ac_config_files programs/secedit/Makefile"
17829 ALL_MAKEFILES="$ALL_MAKEFILES \\
17830 programs/services/Makefile"
17831 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17832 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17833 services"
17834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17835 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17836 ac_config_files="$ac_config_files programs/services/Makefile"
17838 ALL_MAKEFILES="$ALL_MAKEFILES \\
17839 programs/spoolsv/Makefile"
17840 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17841 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17842 spoolsv"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17845 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17847 ALL_MAKEFILES="$ALL_MAKEFILES \\
17848 programs/start/Makefile"
17849 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17850 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17851 start"
17852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17853 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17854 ac_config_files="$ac_config_files programs/start/Makefile"
17856 ALL_MAKEFILES="$ALL_MAKEFILES \\
17857 programs/svchost/Makefile"
17858 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17859 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17860 svchost"
17861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17862 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17863 ac_config_files="$ac_config_files programs/svchost/Makefile"
17865 ALL_MAKEFILES="$ALL_MAKEFILES \\
17866 programs/taskmgr/Makefile"
17867 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17868 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17869 taskmgr"
17870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17871 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17872 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17874 ALL_MAKEFILES="$ALL_MAKEFILES \\
17875 programs/termsv/Makefile"
17876 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17877 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17878 termsv"
17879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17880 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17881 ac_config_files="$ac_config_files programs/termsv/Makefile"
17883 ALL_MAKEFILES="$ALL_MAKEFILES \\
17884 programs/uninstaller/Makefile"
17885 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17886 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17887 uninstaller"
17888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17889 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17890 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17892 ALL_MAKEFILES="$ALL_MAKEFILES \\
17893 programs/unlodctr/Makefile"
17894 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17895 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17896 unlodctr"
17897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17898 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17899 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17901 ALL_MAKEFILES="$ALL_MAKEFILES \\
17902 programs/view/Makefile"
17903 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17904 view"
17905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17906 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17907 ac_config_files="$ac_config_files programs/view/Makefile"
17909 ALL_MAKEFILES="$ALL_MAKEFILES \\
17910 programs/wineboot/Makefile"
17911 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17912 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17913 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17914 wineboot"
17915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17916 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17917 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17919 ALL_MAKEFILES="$ALL_MAKEFILES \\
17920 programs/winebrowser/Makefile"
17921 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17922 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17923 winebrowser"
17924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17925 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17926 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17928 ALL_MAKEFILES="$ALL_MAKEFILES \\
17929 programs/winecfg/Makefile"
17930 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17931 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17932 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17933 winecfg"
17934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17935 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17936 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17938 ALL_MAKEFILES="$ALL_MAKEFILES \\
17939 programs/wineconsole/Makefile"
17940 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17941 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17942 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17943 wineconsole"
17944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17945 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17946 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17948 ALL_MAKEFILES="$ALL_MAKEFILES \\
17949 programs/winedbg/Makefile"
17950 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17951 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17952 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17953 winedbg"
17954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17955 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17956 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17958 ALL_MAKEFILES="$ALL_MAKEFILES \\
17959 programs/winedevice/Makefile"
17960 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17961 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17962 winedevice"
17963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17964 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17965 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17967 ALL_MAKEFILES="$ALL_MAKEFILES \\
17968 programs/winefile/Makefile"
17969 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17970 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17971 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17972 winefile"
17973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17974 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17975 ac_config_files="$ac_config_files programs/winefile/Makefile"
17977 ALL_MAKEFILES="$ALL_MAKEFILES \\
17978 programs/winemenubuilder/Makefile"
17979 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17980 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17981 winemenubuilder"
17982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17983 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17984 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17986 ALL_MAKEFILES="$ALL_MAKEFILES \\
17987 programs/winemine/Makefile"
17988 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17989 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17990 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17991 winemine"
17992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17993 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17994 ac_config_files="$ac_config_files programs/winemine/Makefile"
17996 ALL_MAKEFILES="$ALL_MAKEFILES \\
17997 programs/winepath/Makefile"
17998 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17999 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18000 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
18001 winepath"
18002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18003 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
18004 ac_config_files="$ac_config_files programs/winepath/Makefile"
18006 ALL_MAKEFILES="$ALL_MAKEFILES \\
18007 programs/winetest/Makefile"
18008 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18009 winetest"
18010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18011 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
18012 ac_config_files="$ac_config_files programs/winetest/Makefile"
18014 ALL_MAKEFILES="$ALL_MAKEFILES \\
18015 programs/winevdm/Makefile"
18016 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18017 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18018 winevdm"
18019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18020 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
18021 ac_config_files="$ac_config_files programs/winevdm/Makefile"
18023 ALL_MAKEFILES="$ALL_MAKEFILES \\
18024 programs/winhelp.exe16/Makefile"
18025 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18026 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18027 winhelp.exe16"
18028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18029 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
18030 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
18032 ALL_MAKEFILES="$ALL_MAKEFILES \\
18033 programs/winhlp32/Makefile"
18034 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18035 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18036 winhlp32"
18037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18038 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
18039 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
18041 ALL_MAKEFILES="$ALL_MAKEFILES \\
18042 programs/winoldap.mod16/Makefile"
18043 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18044 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18045 winoldap.mod16"
18046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18047 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
18048 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
18050 ALL_MAKEFILES="$ALL_MAKEFILES \\
18051 programs/winver/Makefile"
18052 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18053 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18054 winver"
18055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18056 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
18057 ac_config_files="$ac_config_files programs/winver/Makefile"
18059 ALL_MAKEFILES="$ALL_MAKEFILES \\
18060 programs/wordpad/Makefile"
18061 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18062 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18063 wordpad"
18064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18065 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
18066 ac_config_files="$ac_config_files programs/wordpad/Makefile"
18068 ALL_MAKEFILES="$ALL_MAKEFILES \\
18069 programs/write/Makefile"
18070 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18071 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18072 write"
18073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18074 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
18075 ac_config_files="$ac_config_files programs/write/Makefile"
18077 ALL_MAKEFILES="$ALL_MAKEFILES \\
18078 programs/xcopy/Makefile"
18079 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
18080 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
18081 xcopy"
18082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18083 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
18084 ac_config_files="$ac_config_files programs/xcopy/Makefile"
18086 ALL_MAKEFILES="$ALL_MAKEFILES \\
18087 server/Makefile"
18088 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18089 server"
18090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18091 server/Makefile: server/Makefile.in Make.rules"
18092 ac_config_files="$ac_config_files server/Makefile"
18094 ALL_MAKEFILES="$ALL_MAKEFILES \\
18095 tools/Makefile"
18096 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
18097 tools"
18098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18099 tools/Makefile: tools/Makefile.in Make.rules"
18100 ac_config_files="$ac_config_files tools/Makefile"
18102 ALL_MAKEFILES="$ALL_MAKEFILES \\
18103 tools/widl/Makefile"
18105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18106 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
18107 ac_config_files="$ac_config_files tools/widl/Makefile"
18109 ALL_MAKEFILES="$ALL_MAKEFILES \\
18110 tools/winebuild/Makefile"
18112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18113 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
18114 ac_config_files="$ac_config_files tools/winebuild/Makefile"
18116 ALL_MAKEFILES="$ALL_MAKEFILES \\
18117 tools/winedump/Makefile"
18119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18120 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
18121 ac_config_files="$ac_config_files tools/winedump/Makefile"
18123 ALL_MAKEFILES="$ALL_MAKEFILES \\
18124 tools/winegcc/Makefile"
18126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18127 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
18128 ac_config_files="$ac_config_files tools/winegcc/Makefile"
18130 ALL_MAKEFILES="$ALL_MAKEFILES \\
18131 tools/wmc/Makefile"
18133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18134 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
18135 ac_config_files="$ac_config_files tools/wmc/Makefile"
18137 ALL_MAKEFILES="$ALL_MAKEFILES \\
18138 tools/wrc/Makefile"
18140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
18141 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
18142 ac_config_files="$ac_config_files tools/wrc/Makefile"
18146 ALL_WINETEST_DEPENDS="# Test binaries"
18148 for dir in $ALL_TEST_DIRS
18150 if test "$dir" != "\\"
18151 then
18152 testname=`expr $dir : '\(.*\)/tests'`_test
18153 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
18155 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18156 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18157 $testname.rc:
18158 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18159 $testname.res: $testname.rc $testname.exe"
18161 done
18163 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18165 cat >confcache <<\_ACEOF
18166 # This file is a shell script that caches the results of configure
18167 # tests run on this system so they can be shared between configure
18168 # scripts and configure runs, see configure's option --config-cache.
18169 # It is not useful on other systems. If it contains results you don't
18170 # want to keep, you may remove or edit it.
18172 # config.status only pays attention to the cache file if you give it
18173 # the --recheck option to rerun configure.
18175 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18176 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18177 # following values.
18179 _ACEOF
18181 # The following way of writing the cache mishandles newlines in values,
18182 # but we know of no workaround that is simple, portable, and efficient.
18183 # So, we kill variables containing newlines.
18184 # Ultrix sh set writes to stderr and can't be redirected directly,
18185 # and sets the high bit in the cache file unless we assign to the vars.
18187 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18188 eval ac_val=\$$ac_var
18189 case $ac_val in #(
18190 *${as_nl}*)
18191 case $ac_var in #(
18192 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18193 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18194 esac
18195 case $ac_var in #(
18196 _ | IFS | as_nl) ;; #(
18197 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18198 *) { eval $ac_var=; unset $ac_var;} ;;
18199 esac ;;
18200 esac
18201 done
18203 (set) 2>&1 |
18204 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18205 *${as_nl}ac_space=\ *)
18206 # `set' does not quote correctly, so add quotes: double-quote
18207 # substitution turns \\\\ into \\, and sed turns \\ into \.
18208 sed -n \
18209 "s/'/'\\\\''/g;
18210 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18211 ;; #(
18213 # `set' quotes correctly as required by POSIX, so do not add quotes.
18214 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18216 esac |
18217 sort
18219 sed '
18220 /^ac_cv_env_/b end
18221 t clear
18222 :clear
18223 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18224 t end
18225 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18226 :end' >>confcache
18227 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18228 if test -w "$cache_file"; then
18229 test "x$cache_file" != "x/dev/null" &&
18230 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18231 $as_echo "$as_me: updating cache $cache_file" >&6;}
18232 cat confcache >$cache_file
18233 else
18234 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18235 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18238 rm -f confcache
18240 test "x$prefix" = xNONE && prefix=$ac_default_prefix
18241 # Let make expand exec_prefix.
18242 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18244 DEFS=-DHAVE_CONFIG_H
18246 ac_libobjs=
18247 ac_ltlibobjs=
18248 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18249 # 1. Remove the extension, and $U if already installed.
18250 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18251 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18252 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18253 # will be set to the directory where LIBOBJS objects are built.
18254 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18255 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
18256 done
18257 LIBOBJS=$ac_libobjs
18259 LTLIBOBJS=$ac_ltlibobjs
18263 : ${CONFIG_STATUS=./config.status}
18264 ac_write_fail=0
18265 ac_clean_files_save=$ac_clean_files
18266 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18267 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18268 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18269 as_write_fail=0
18270 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18271 #! $SHELL
18272 # Generated by $as_me.
18273 # Run this file to recreate the current configuration.
18274 # Compiler output produced by configure, useful for debugging
18275 # configure, is in config.log if it exists.
18277 debug=false
18278 ac_cs_recheck=false
18279 ac_cs_silent=false
18281 SHELL=\${CONFIG_SHELL-$SHELL}
18282 export SHELL
18283 _ASEOF
18284 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18285 ## -------------------- ##
18286 ## M4sh Initialization. ##
18287 ## -------------------- ##
18289 # Be more Bourne compatible
18290 DUALCASE=1; export DUALCASE # for MKS sh
18291 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18292 emulate sh
18293 NULLCMD=:
18294 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18295 # is contrary to our usage. Disable this feature.
18296 alias -g '${1+"$@"}'='"$@"'
18297 setopt NO_GLOB_SUBST
18298 else
18299 case `(set -o) 2>/dev/null` in #(
18300 *posix*) :
18301 set -o posix ;; #(
18302 *) :
18304 esac
18308 as_nl='
18310 export as_nl
18311 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18312 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18313 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18314 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18315 # Prefer a ksh shell builtin over an external printf program on Solaris,
18316 # but without wasting forks for bash or zsh.
18317 if test -z "$BASH_VERSION$ZSH_VERSION" \
18318 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18319 as_echo='print -r --'
18320 as_echo_n='print -rn --'
18321 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18322 as_echo='printf %s\n'
18323 as_echo_n='printf %s'
18324 else
18325 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18326 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18327 as_echo_n='/usr/ucb/echo -n'
18328 else
18329 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18330 as_echo_n_body='eval
18331 arg=$1;
18332 case $arg in #(
18333 *"$as_nl"*)
18334 expr "X$arg" : "X\\(.*\\)$as_nl";
18335 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18336 esac;
18337 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18339 export as_echo_n_body
18340 as_echo_n='sh -c $as_echo_n_body as_echo'
18342 export as_echo_body
18343 as_echo='sh -c $as_echo_body as_echo'
18346 # The user is always right.
18347 if test "${PATH_SEPARATOR+set}" != set; then
18348 PATH_SEPARATOR=:
18349 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18350 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18351 PATH_SEPARATOR=';'
18356 # IFS
18357 # We need space, tab and new line, in precisely that order. Quoting is
18358 # there to prevent editors from complaining about space-tab.
18359 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18360 # splitting by setting IFS to empty value.)
18361 IFS=" "" $as_nl"
18363 # Find who we are. Look in the path if we contain no directory separator.
18364 case $0 in #((
18365 *[\\/]* ) as_myself=$0 ;;
18366 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18367 for as_dir in $PATH
18369 IFS=$as_save_IFS
18370 test -z "$as_dir" && as_dir=.
18371 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18372 done
18373 IFS=$as_save_IFS
18376 esac
18377 # We did not find ourselves, most probably we were run as `sh COMMAND'
18378 # in which case we are not to be found in the path.
18379 if test "x$as_myself" = x; then
18380 as_myself=$0
18382 if test ! -f "$as_myself"; then
18383 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18384 exit 1
18387 # Unset variables that we do not need and which cause bugs (e.g. in
18388 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18389 # suppresses any "Segmentation fault" message there. '((' could
18390 # trigger a bug in pdksh 5.2.14.
18391 for as_var in BASH_ENV ENV MAIL MAILPATH
18392 do eval test x\${$as_var+set} = xset \
18393 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18394 done
18395 PS1='$ '
18396 PS2='> '
18397 PS4='+ '
18399 # NLS nuisances.
18400 LC_ALL=C
18401 export LC_ALL
18402 LANGUAGE=C
18403 export LANGUAGE
18405 # CDPATH.
18406 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18409 # as_fn_error ERROR [LINENO LOG_FD]
18410 # ---------------------------------
18411 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18412 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18413 # script with status $?, using 1 if that was 0.
18414 as_fn_error ()
18416 as_status=$?; test $as_status -eq 0 && as_status=1
18417 if test "$3"; then
18418 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18419 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18421 $as_echo "$as_me: error: $1" >&2
18422 as_fn_exit $as_status
18423 } # as_fn_error
18426 # as_fn_set_status STATUS
18427 # -----------------------
18428 # Set $? to STATUS, without forking.
18429 as_fn_set_status ()
18431 return $1
18432 } # as_fn_set_status
18434 # as_fn_exit STATUS
18435 # -----------------
18436 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18437 as_fn_exit ()
18439 set +e
18440 as_fn_set_status $1
18441 exit $1
18442 } # as_fn_exit
18444 # as_fn_unset VAR
18445 # ---------------
18446 # Portably unset VAR.
18447 as_fn_unset ()
18449 { eval $1=; unset $1;}
18451 as_unset=as_fn_unset
18452 # as_fn_append VAR VALUE
18453 # ----------------------
18454 # Append the text in VALUE to the end of the definition contained in VAR. Take
18455 # advantage of any shell optimizations that allow amortized linear growth over
18456 # repeated appends, instead of the typical quadratic growth present in naive
18457 # implementations.
18458 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18459 eval 'as_fn_append ()
18461 eval $1+=\$2
18463 else
18464 as_fn_append ()
18466 eval $1=\$$1\$2
18468 fi # as_fn_append
18470 # as_fn_arith ARG...
18471 # ------------------
18472 # Perform arithmetic evaluation on the ARGs, and store the result in the
18473 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18474 # must be portable across $(()) and expr.
18475 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18476 eval 'as_fn_arith ()
18478 as_val=$(( $* ))
18480 else
18481 as_fn_arith ()
18483 as_val=`expr "$@" || test $? -eq 1`
18485 fi # as_fn_arith
18488 if expr a : '\(a\)' >/dev/null 2>&1 &&
18489 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18490 as_expr=expr
18491 else
18492 as_expr=false
18495 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18496 as_basename=basename
18497 else
18498 as_basename=false
18501 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18502 as_dirname=dirname
18503 else
18504 as_dirname=false
18507 as_me=`$as_basename -- "$0" ||
18508 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18509 X"$0" : 'X\(//\)$' \| \
18510 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18511 $as_echo X/"$0" |
18512 sed '/^.*\/\([^/][^/]*\)\/*$/{
18513 s//\1/
18516 /^X\/\(\/\/\)$/{
18517 s//\1/
18520 /^X\/\(\/\).*/{
18521 s//\1/
18524 s/.*/./; q'`
18526 # Avoid depending upon Character Ranges.
18527 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18528 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18529 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18530 as_cr_digits='0123456789'
18531 as_cr_alnum=$as_cr_Letters$as_cr_digits
18533 ECHO_C= ECHO_N= ECHO_T=
18534 case `echo -n x` in #(((((
18535 -n*)
18536 case `echo 'xy\c'` in
18537 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18538 xy) ECHO_C='\c';;
18539 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18540 ECHO_T=' ';;
18541 esac;;
18543 ECHO_N='-n';;
18544 esac
18546 rm -f conf$$ conf$$.exe conf$$.file
18547 if test -d conf$$.dir; then
18548 rm -f conf$$.dir/conf$$.file
18549 else
18550 rm -f conf$$.dir
18551 mkdir conf$$.dir 2>/dev/null
18553 if (echo >conf$$.file) 2>/dev/null; then
18554 if ln -s conf$$.file conf$$ 2>/dev/null; then
18555 as_ln_s='ln -s'
18556 # ... but there are two gotchas:
18557 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18558 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18559 # In both cases, we have to default to `cp -p'.
18560 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18561 as_ln_s='cp -p'
18562 elif ln conf$$.file conf$$ 2>/dev/null; then
18563 as_ln_s=ln
18564 else
18565 as_ln_s='cp -p'
18567 else
18568 as_ln_s='cp -p'
18570 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18571 rmdir conf$$.dir 2>/dev/null
18574 # as_fn_mkdir_p
18575 # -------------
18576 # Create "$as_dir" as a directory, including parents if necessary.
18577 as_fn_mkdir_p ()
18580 case $as_dir in #(
18581 -*) as_dir=./$as_dir;;
18582 esac
18583 test -d "$as_dir" || eval $as_mkdir_p || {
18584 as_dirs=
18585 while :; do
18586 case $as_dir in #(
18587 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18588 *) as_qdir=$as_dir;;
18589 esac
18590 as_dirs="'$as_qdir' $as_dirs"
18591 as_dir=`$as_dirname -- "$as_dir" ||
18592 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18593 X"$as_dir" : 'X\(//\)[^/]' \| \
18594 X"$as_dir" : 'X\(//\)$' \| \
18595 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18596 $as_echo X"$as_dir" |
18597 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18598 s//\1/
18601 /^X\(\/\/\)[^/].*/{
18602 s//\1/
18605 /^X\(\/\/\)$/{
18606 s//\1/
18609 /^X\(\/\).*/{
18610 s//\1/
18613 s/.*/./; q'`
18614 test -d "$as_dir" && break
18615 done
18616 test -z "$as_dirs" || eval "mkdir $as_dirs"
18617 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18620 } # as_fn_mkdir_p
18621 if mkdir -p . 2>/dev/null; then
18622 as_mkdir_p='mkdir -p "$as_dir"'
18623 else
18624 test -d ./-p && rmdir ./-p
18625 as_mkdir_p=false
18628 if test -x / >/dev/null 2>&1; then
18629 as_test_x='test -x'
18630 else
18631 if ls -dL / >/dev/null 2>&1; then
18632 as_ls_L_option=L
18633 else
18634 as_ls_L_option=
18636 as_test_x='
18637 eval sh -c '\''
18638 if test -d "$1"; then
18639 test -d "$1/.";
18640 else
18641 case $1 in #(
18642 -*)set "./$1";;
18643 esac;
18644 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18645 ???[sx]*):;;*)false;;esac;fi
18646 '\'' sh
18649 as_executable_p=$as_test_x
18651 # Sed expression to map a string onto a valid CPP name.
18652 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18654 # Sed expression to map a string onto a valid variable name.
18655 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18658 exec 6>&1
18659 ## ----------------------------------- ##
18660 ## Main body of $CONFIG_STATUS script. ##
18661 ## ----------------------------------- ##
18662 _ASEOF
18663 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18666 # Save the log message, to keep $0 and so on meaningful, and to
18667 # report actual input values of CONFIG_FILES etc. instead of their
18668 # values after options handling.
18669 ac_log="
18670 This file was extended by Wine $as_me 1.1.34, which was
18671 generated by GNU Autoconf 2.64. Invocation command line was
18673 CONFIG_FILES = $CONFIG_FILES
18674 CONFIG_HEADERS = $CONFIG_HEADERS
18675 CONFIG_LINKS = $CONFIG_LINKS
18676 CONFIG_COMMANDS = $CONFIG_COMMANDS
18677 $ $0 $@
18679 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18682 _ACEOF
18684 case $ac_config_files in *"
18685 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18686 esac
18688 case $ac_config_headers in *"
18689 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18690 esac
18693 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18694 # Files that config.status was made for.
18695 config_files="$ac_config_files"
18696 config_headers="$ac_config_headers"
18697 config_commands="$ac_config_commands"
18699 _ACEOF
18701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18702 ac_cs_usage="\
18703 \`$as_me' instantiates files and other configuration actions
18704 from templates according to the current configuration. Unless the files
18705 and actions are specified as TAGs, all are instantiated by default.
18707 Usage: $0 [OPTION]... [TAG]...
18709 -h, --help print this help, then exit
18710 -V, --version print version number and configuration settings, then exit
18711 -q, --quiet, --silent
18712 do not print progress messages
18713 -d, --debug don't remove temporary files
18714 --recheck update $as_me by reconfiguring in the same conditions
18715 --file=FILE[:TEMPLATE]
18716 instantiate the configuration file FILE
18717 --header=FILE[:TEMPLATE]
18718 instantiate the configuration header FILE
18720 Configuration files:
18721 $config_files
18723 Configuration headers:
18724 $config_headers
18726 Configuration commands:
18727 $config_commands
18729 Report bugs to <wine-devel@winehq.org>.
18730 Wine home page: <http://www.winehq.org>."
18732 _ACEOF
18733 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18734 ac_cs_version="\\
18735 Wine config.status 1.1.34
18736 configured by $0, generated by GNU Autoconf 2.64,
18737 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18739 Copyright (C) 2009 Free Software Foundation, Inc.
18740 This config.status script is free software; the Free Software Foundation
18741 gives unlimited permission to copy, distribute and modify it."
18743 ac_pwd='$ac_pwd'
18744 srcdir='$srcdir'
18745 INSTALL='$INSTALL'
18746 test -n "\$AWK" || AWK=awk
18747 _ACEOF
18749 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18750 # The default lists apply if the user does not specify any file.
18751 ac_need_defaults=:
18752 while test $# != 0
18754 case $1 in
18755 --*=*)
18756 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18757 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18758 ac_shift=:
18761 ac_option=$1
18762 ac_optarg=$2
18763 ac_shift=shift
18765 esac
18767 case $ac_option in
18768 # Handling of the options.
18769 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18770 ac_cs_recheck=: ;;
18771 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18772 $as_echo "$ac_cs_version"; exit ;;
18773 --debug | --debu | --deb | --de | --d | -d )
18774 debug=: ;;
18775 --file | --fil | --fi | --f )
18776 $ac_shift
18777 case $ac_optarg in
18778 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18779 esac
18780 as_fn_append CONFIG_FILES " '$ac_optarg'"
18781 ac_need_defaults=false;;
18782 --header | --heade | --head | --hea )
18783 $ac_shift
18784 case $ac_optarg in
18785 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18786 esac
18787 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18788 ac_need_defaults=false;;
18789 --he | --h)
18790 # Conflict between --help and --header
18791 as_fn_error "ambiguous option: \`$1'
18792 Try \`$0 --help' for more information.";;
18793 --help | --hel | -h )
18794 $as_echo "$ac_cs_usage"; exit ;;
18795 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18796 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18797 ac_cs_silent=: ;;
18799 # This is an error.
18800 -*) as_fn_error "unrecognized option: \`$1'
18801 Try \`$0 --help' for more information." ;;
18803 *) as_fn_append ac_config_targets " $1"
18804 ac_need_defaults=false ;;
18806 esac
18807 shift
18808 done
18810 ac_configure_extra_args=
18812 if $ac_cs_silent; then
18813 exec 6>/dev/null
18814 ac_configure_extra_args="$ac_configure_extra_args --silent"
18817 _ACEOF
18818 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18819 if \$ac_cs_recheck; then
18820 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18821 shift
18822 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18823 CONFIG_SHELL='$SHELL'
18824 export CONFIG_SHELL
18825 exec "\$@"
18828 _ACEOF
18829 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18830 exec 5>>config.log
18832 echo
18833 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18834 ## Running $as_me. ##
18835 _ASBOX
18836 $as_echo "$ac_log"
18837 } >&5
18839 _ACEOF
18840 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18841 _ACEOF
18843 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18845 # Handling of arguments.
18846 for ac_config_target in $ac_config_targets
18848 case $ac_config_target in
18849 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18850 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18851 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18852 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18853 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18854 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18855 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18856 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18857 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18858 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18859 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18860 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18861 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18862 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18863 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18864 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18865 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18866 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18867 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18868 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18869 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18870 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18871 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18872 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18873 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18874 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18875 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18876 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18877 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18878 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18879 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18880 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18881 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
18882 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18883 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18884 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18885 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18886 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18887 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18888 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18889 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18890 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18891 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18892 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18893 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18894 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18895 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18896 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18897 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18898 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
18899 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18900 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18901 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18902 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18903 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18904 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18905 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18906 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18907 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18908 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18909 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18910 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18911 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18912 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18913 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18914 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18915 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18916 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18917 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18918 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18919 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18920 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18921 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18922 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18923 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18924 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18925 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18926 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18927 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18928 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18929 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18930 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18931 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18932 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18933 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18934 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18935 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18936 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18937 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18938 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18939 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18940 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18941 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18942 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18943 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18944 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18945 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18946 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
18947 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18948 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18949 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18950 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18951 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18952 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18953 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18954 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18955 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18956 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18957 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18958 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18959 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18960 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18961 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18962 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18963 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18964 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18965 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18966 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18967 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18968 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18969 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18970 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18971 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18972 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18973 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18974 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18975 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18976 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18977 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18978 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18979 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18980 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18981 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18982 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18983 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18984 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18985 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18986 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18987 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18988 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18989 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18990 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18991 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18992 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18993 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18994 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
18995 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18996 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18997 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
18998 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
18999 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
19000 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
19001 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
19002 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
19003 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
19004 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
19005 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
19006 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
19007 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
19008 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
19009 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
19010 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
19011 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
19012 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
19013 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
19014 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
19015 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
19016 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
19017 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
19018 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
19019 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
19020 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
19021 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
19022 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
19023 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
19024 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
19025 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
19026 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
19027 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
19028 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
19029 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
19030 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
19031 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
19032 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
19033 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
19034 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
19035 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
19036 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
19037 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
19038 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
19039 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
19040 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
19041 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
19042 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
19043 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
19044 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
19045 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
19046 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
19047 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
19048 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
19049 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
19050 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
19051 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
19052 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
19053 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
19054 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
19055 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
19056 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
19057 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
19058 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
19059 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
19060 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
19061 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
19062 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
19063 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
19064 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
19065 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
19066 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
19067 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
19068 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
19069 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
19070 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
19071 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
19072 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
19073 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
19074 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
19075 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
19076 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
19077 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
19078 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
19079 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
19080 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
19081 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
19082 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
19083 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
19084 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
19085 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
19086 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
19087 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
19088 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
19089 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
19090 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
19091 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
19092 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
19093 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
19094 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
19095 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
19096 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
19097 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
19098 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
19099 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
19100 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
19101 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
19102 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
19103 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
19104 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
19105 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
19106 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
19107 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
19108 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
19109 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
19110 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
19111 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
19112 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
19113 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
19114 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
19115 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
19116 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
19117 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
19118 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
19119 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
19120 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
19121 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
19122 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
19123 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
19124 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
19125 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
19126 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
19127 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
19128 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
19129 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
19130 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
19131 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
19132 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
19133 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
19134 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
19135 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
19136 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
19137 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
19138 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
19139 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
19140 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
19141 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
19142 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
19143 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
19144 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
19145 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
19146 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
19147 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
19148 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
19149 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
19150 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
19151 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
19152 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
19153 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
19154 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
19155 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
19156 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
19157 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
19158 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
19159 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
19160 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
19161 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
19162 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
19163 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
19164 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
19165 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
19166 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
19167 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
19168 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19169 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
19170 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
19171 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
19172 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
19173 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
19174 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
19175 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
19176 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19177 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19178 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
19179 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
19180 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19181 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19182 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
19183 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19184 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
19185 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
19186 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
19187 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
19188 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
19189 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
19190 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19191 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19192 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19193 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19194 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
19195 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
19196 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19197 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19198 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
19199 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
19200 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
19201 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
19202 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19203 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
19204 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
19205 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19206 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19207 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19208 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19209 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
19210 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
19211 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
19212 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
19213 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
19214 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
19215 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
19216 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
19217 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
19218 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19219 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19220 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
19221 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
19222 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
19223 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
19224 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
19225 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
19226 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
19227 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
19228 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
19229 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
19230 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
19231 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
19232 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
19233 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
19234 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
19235 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
19236 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
19237 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
19238 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19239 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19240 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
19241 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19242 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
19243 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
19244 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
19245 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19246 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19247 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19248 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
19249 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
19250 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19251 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19252 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
19253 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19254 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19255 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19256 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19257 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19258 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19259 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19260 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
19261 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
19262 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
19263 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
19264 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
19265 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
19266 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
19267 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
19268 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
19269 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
19270 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
19271 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
19272 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
19273 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19274 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19275 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
19276 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
19277 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
19278 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
19279 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
19280 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
19281 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
19282 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
19283 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
19284 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
19285 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
19286 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
19287 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
19288 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
19289 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
19290 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19291 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19292 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
19293 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
19294 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
19295 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
19296 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
19297 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
19298 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19299 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
19300 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
19301 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
19302 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
19303 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
19304 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
19305 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
19306 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
19307 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
19308 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
19309 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19310 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19311 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19312 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19313 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19314 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19315 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19316 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
19317 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19318 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19319 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19320 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19321 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19322 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19323 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19324 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19325 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19326 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19327 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19328 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19329 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19330 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19331 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19332 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19333 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19334 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19335 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19336 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19337 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19338 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19339 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19340 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19341 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
19342 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19343 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19344 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19345 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19346 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
19347 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19348 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19349 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19350 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19351 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19352 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19353 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19354 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19355 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19356 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19357 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19358 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19359 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19360 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19361 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19362 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19363 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19364 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19365 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19366 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19367 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19368 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19369 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19370 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19371 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19372 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19373 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19374 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19375 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19376 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19377 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19378 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19379 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19380 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19381 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19382 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19383 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19384 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19385 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19386 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19387 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19388 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19389 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19390 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19391 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19392 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19393 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19395 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19396 esac
19397 done
19400 # If the user did not use the arguments to specify the items to instantiate,
19401 # then the envvar interface is used. Set only those that are not.
19402 # We use the long form for the default assignment because of an extremely
19403 # bizarre bug on SunOS 4.1.3.
19404 if $ac_need_defaults; then
19405 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19406 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19407 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19410 # Have a temporary directory for convenience. Make it in the build tree
19411 # simply because there is no reason against having it here, and in addition,
19412 # creating and moving files from /tmp can sometimes cause problems.
19413 # Hook for its removal unless debugging.
19414 # Note that there is a small window in which the directory will not be cleaned:
19415 # after its creation but before its name has been assigned to `$tmp'.
19416 $debug ||
19418 tmp=
19419 trap 'exit_status=$?
19420 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19422 trap 'as_fn_exit 1' 1 2 13 15
19424 # Create a (secure) tmp directory for tmp files.
19427 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19428 test -n "$tmp" && test -d "$tmp"
19429 } ||
19431 tmp=./conf$$-$RANDOM
19432 (umask 077 && mkdir "$tmp")
19433 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19435 # Set up the scripts for CONFIG_FILES section.
19436 # No need to generate them if there are no CONFIG_FILES.
19437 # This happens for instance with `./config.status config.h'.
19438 if test -n "$CONFIG_FILES"; then
19440 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19441 ac_cs_awk_getline=:
19442 ac_cs_awk_pipe_init=
19443 ac_cs_awk_read_file='
19444 while ((getline aline < (F[key])) > 0)
19445 print(aline)
19446 close(F[key])'
19447 ac_cs_awk_pipe_fini=
19448 else
19449 ac_cs_awk_getline=false
19450 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19451 ac_cs_awk_read_file='
19452 print "|#_!!_#|"
19453 print "cat " F[key] " &&"
19454 '$ac_cs_awk_pipe_init
19455 # The final `:' finishes the AND list.
19456 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19458 ac_cr=`echo X | tr X '\015'`
19459 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19460 # But we know of no other shell where ac_cr would be empty at this
19461 # point, so we can use a bashism as a fallback.
19462 if test "x$ac_cr" = x; then
19463 eval ac_cr=\$\'\\r\'
19465 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19466 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19467 ac_cs_awk_cr='\r'
19468 else
19469 ac_cs_awk_cr=$ac_cr
19472 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19473 _ACEOF
19475 # Create commands to substitute file output variables.
19477 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19478 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19479 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19480 echo "_ACAWK" &&
19481 echo "_ACEOF"
19482 } >conf$$files.sh &&
19483 . ./conf$$files.sh ||
19484 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19485 rm -f conf$$files.sh
19488 echo "cat >conf$$subs.awk <<_ACEOF" &&
19489 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19490 echo "_ACEOF"
19491 } >conf$$subs.sh ||
19492 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19493 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19494 ac_delim='%!_!# '
19495 for ac_last_try in false false false false false :; do
19496 . ./conf$$subs.sh ||
19497 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19499 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19500 if test $ac_delim_n = $ac_delim_num; then
19501 break
19502 elif $ac_last_try; then
19503 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19504 else
19505 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19507 done
19508 rm -f conf$$subs.sh
19510 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19511 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19512 _ACEOF
19513 sed -n '
19515 s/^/S["/; s/!.*/"]=/
19518 s/^[^!]*!//
19519 :repl
19520 t repl
19521 s/'"$ac_delim"'$//
19522 t delim
19525 s/\(.\{148\}\).*/\1/
19526 t more1
19527 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19530 b repl
19531 :more1
19532 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19535 s/.\{148\}//
19536 t nl
19537 :delim
19539 s/\(.\{148\}\).*/\1/
19540 t more2
19541 s/["\\]/\\&/g; s/^/"/; s/$/"/
19544 :more2
19545 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19548 s/.\{148\}//
19549 t delim
19550 ' <conf$$subs.awk | sed '
19551 /^[^""]/{
19553 s/\n//
19555 ' >>$CONFIG_STATUS || ac_write_fail=1
19556 rm -f conf$$subs.awk
19557 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19558 _ACAWK
19559 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19560 for (key in S) S_is_set[key] = 1
19561 FS = "\a"
19562 \$ac_cs_awk_pipe_init
19565 line = $ 0
19566 nfields = split(line, field, "@")
19567 substed = 0
19568 len = length(field[1])
19569 for (i = 2; i < nfields; i++) {
19570 key = field[i]
19571 keylen = length(key)
19572 if (S_is_set[key]) {
19573 value = S[key]
19574 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19575 len += length(value) + length(field[++i])
19576 substed = 1
19577 } else
19578 len += 1 + keylen
19580 if (nfields == 3 && !substed) {
19581 key = field[2]
19582 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19583 \$ac_cs_awk_read_file
19584 next
19587 print line
19589 \$ac_cs_awk_pipe_fini
19590 _ACAWK
19591 _ACEOF
19592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19593 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19594 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19595 else
19597 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19598 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19599 _ACEOF
19601 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19602 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19603 # trailing colons and then remove the whole line if VPATH becomes empty
19604 # (actually we leave an empty line to preserve line numbers).
19605 if test "x$srcdir" = x.; then
19606 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19607 s/:*\$(srcdir):*/:/
19608 s/:*\${srcdir}:*/:/
19609 s/:*@srcdir@:*/:/
19610 s/^\([^=]*=[ ]*\):*/\1/
19611 s/:*$//
19612 s/^[^=]*=[ ]*$//
19616 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19617 fi # test -n "$CONFIG_FILES"
19619 # Set up the scripts for CONFIG_HEADERS section.
19620 # No need to generate them if there are no CONFIG_HEADERS.
19621 # This happens for instance with `./config.status Makefile'.
19622 if test -n "$CONFIG_HEADERS"; then
19623 cat >"$tmp/defines.awk" <<\_ACAWK ||
19624 BEGIN {
19625 _ACEOF
19627 # Transform confdefs.h into an awk script `defines.awk', embedded as
19628 # here-document in config.status, that substitutes the proper values into
19629 # config.h.in to produce config.h.
19631 # Create a delimiter string that does not exist in confdefs.h, to ease
19632 # handling of long lines.
19633 ac_delim='%!_!# '
19634 for ac_last_try in false false :; do
19635 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19636 if test -z "$ac_t"; then
19637 break
19638 elif $ac_last_try; then
19639 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19640 else
19641 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19643 done
19645 # For the awk script, D is an array of macro values keyed by name,
19646 # likewise P contains macro parameters if any. Preserve backslash
19647 # newline sequences.
19649 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19650 sed -n '
19651 s/.\{148\}/&'"$ac_delim"'/g
19652 t rset
19653 :rset
19654 s/^[ ]*#[ ]*define[ ][ ]*/ /
19655 t def
19657 :def
19658 s/\\$//
19659 t bsnl
19660 s/["\\]/\\&/g
19661 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19662 D["\1"]=" \3"/p
19663 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19665 :bsnl
19666 s/["\\]/\\&/g
19667 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19668 D["\1"]=" \3\\\\\\n"\\/p
19669 t cont
19670 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19671 t cont
19673 :cont
19675 s/.\{148\}/&'"$ac_delim"'/g
19676 t clear
19677 :clear
19678 s/\\$//
19679 t bsnlc
19680 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19682 :bsnlc
19683 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19684 b cont
19685 ' <confdefs.h | sed '
19686 s/'"$ac_delim"'/"\\\
19687 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19689 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19690 for (key in D) D_is_set[key] = 1
19691 FS = "\a"
19693 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19694 line = \$ 0
19695 split(line, arg, " ")
19696 if (arg[1] == "#") {
19697 defundef = arg[2]
19698 mac1 = arg[3]
19699 } else {
19700 defundef = substr(arg[1], 2)
19701 mac1 = arg[2]
19703 split(mac1, mac2, "(") #)
19704 macro = mac2[1]
19705 prefix = substr(line, 1, index(line, defundef) - 1)
19706 if (D_is_set[macro]) {
19707 # Preserve the white space surrounding the "#".
19708 print prefix "define", macro P[macro] D[macro]
19709 next
19710 } else {
19711 # Replace #undef with comments. This is necessary, for example,
19712 # in the case of _POSIX_SOURCE, which is predefined and required
19713 # on some systems where configure will not decide to define it.
19714 if (defundef == "undef") {
19715 print "/*", prefix defundef, macro, "*/"
19716 next
19720 { print }
19721 _ACAWK
19722 _ACEOF
19723 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19724 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19725 fi # test -n "$CONFIG_HEADERS"
19728 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19729 shift
19730 for ac_tag
19732 case $ac_tag in
19733 :[FHLC]) ac_mode=$ac_tag; continue;;
19734 esac
19735 case $ac_mode$ac_tag in
19736 :[FHL]*:*);;
19737 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19738 :[FH]-) ac_tag=-:-;;
19739 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19740 esac
19741 ac_save_IFS=$IFS
19742 IFS=:
19743 set x $ac_tag
19744 IFS=$ac_save_IFS
19745 shift
19746 ac_file=$1
19747 shift
19749 case $ac_mode in
19750 :L) ac_source=$1;;
19751 :[FH])
19752 ac_file_inputs=
19753 for ac_f
19755 case $ac_f in
19756 -) ac_f="$tmp/stdin";;
19757 *) # Look for the file first in the build tree, then in the source tree
19758 # (if the path is not absolute). The absolute path cannot be DOS-style,
19759 # because $ac_f cannot contain `:'.
19760 test -f "$ac_f" ||
19761 case $ac_f in
19762 [\\/$]*) false;;
19763 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19764 esac ||
19765 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19766 esac
19767 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19768 as_fn_append ac_file_inputs " '$ac_f'"
19769 done
19771 # Let's still pretend it is `configure' which instantiates (i.e., don't
19772 # use $as_me), people would be surprised to read:
19773 # /* config.h. Generated by config.status. */
19774 configure_input='Generated from '`
19775 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19776 `' by configure.'
19777 if test x"$ac_file" != x-; then
19778 configure_input="$ac_file. $configure_input"
19779 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19780 $as_echo "$as_me: creating $ac_file" >&6;}
19782 # Neutralize special characters interpreted by sed in replacement strings.
19783 case $configure_input in #(
19784 *\&* | *\|* | *\\* )
19785 ac_sed_conf_input=`$as_echo "$configure_input" |
19786 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19787 *) ac_sed_conf_input=$configure_input;;
19788 esac
19790 case $ac_tag in
19791 *:-:* | *:-) cat >"$tmp/stdin" \
19792 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19793 esac
19795 esac
19797 ac_dir=`$as_dirname -- "$ac_file" ||
19798 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19799 X"$ac_file" : 'X\(//\)[^/]' \| \
19800 X"$ac_file" : 'X\(//\)$' \| \
19801 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19802 $as_echo X"$ac_file" |
19803 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19804 s//\1/
19807 /^X\(\/\/\)[^/].*/{
19808 s//\1/
19811 /^X\(\/\/\)$/{
19812 s//\1/
19815 /^X\(\/\).*/{
19816 s//\1/
19819 s/.*/./; q'`
19820 as_dir="$ac_dir"; as_fn_mkdir_p
19821 ac_builddir=.
19823 case "$ac_dir" in
19824 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19826 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19827 # A ".." for each directory in $ac_dir_suffix.
19828 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19829 case $ac_top_builddir_sub in
19830 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19831 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19832 esac ;;
19833 esac
19834 ac_abs_top_builddir=$ac_pwd
19835 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19836 # for backward compatibility:
19837 ac_top_builddir=$ac_top_build_prefix
19839 case $srcdir in
19840 .) # We are building in place.
19841 ac_srcdir=.
19842 ac_top_srcdir=$ac_top_builddir_sub
19843 ac_abs_top_srcdir=$ac_pwd ;;
19844 [\\/]* | ?:[\\/]* ) # Absolute name.
19845 ac_srcdir=$srcdir$ac_dir_suffix;
19846 ac_top_srcdir=$srcdir
19847 ac_abs_top_srcdir=$srcdir ;;
19848 *) # Relative name.
19849 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19850 ac_top_srcdir=$ac_top_build_prefix$srcdir
19851 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19852 esac
19853 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19856 case $ac_mode in
19859 # CONFIG_FILE
19862 case $INSTALL in
19863 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19864 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19865 esac
19866 _ACEOF
19868 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19869 # If the template does not know about datarootdir, expand it.
19870 # FIXME: This hack should be removed a few years after 2.60.
19871 ac_datarootdir_hack=; ac_datarootdir_seen=
19872 ac_sed_dataroot='
19873 /datarootdir/ {
19877 /@datadir@/p
19878 /@docdir@/p
19879 /@infodir@/p
19880 /@localedir@/p
19881 /@mandir@/p'
19882 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19883 *datarootdir*) ac_datarootdir_seen=yes;;
19884 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19886 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19887 _ACEOF
19888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19889 ac_datarootdir_hack='
19890 s&@datadir@&$datadir&g
19891 s&@docdir@&$docdir&g
19892 s&@infodir@&$infodir&g
19893 s&@localedir@&$localedir&g
19894 s&@mandir@&$mandir&g
19895 s&\\\${datarootdir}&$datarootdir&g' ;;
19896 esac
19897 _ACEOF
19899 # Neutralize VPATH when `$srcdir' = `.'.
19900 # Shell code in configure.ac might set extrasub.
19901 # FIXME: do we really want to maintain this feature?
19902 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19903 ac_sed_extra="$ac_vpsub
19904 $extrasub
19905 _ACEOF
19906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19908 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19909 s|@configure_input@|$ac_sed_conf_input|;t t
19910 s&@top_builddir@&$ac_top_builddir_sub&;t t
19911 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19912 s&@srcdir@&$ac_srcdir&;t t
19913 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19914 s&@top_srcdir@&$ac_top_srcdir&;t t
19915 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19916 s&@builddir@&$ac_builddir&;t t
19917 s&@abs_builddir@&$ac_abs_builddir&;t t
19918 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19919 s&@INSTALL@&$ac_INSTALL&;t t
19920 $ac_datarootdir_hack
19922 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19923 if $ac_cs_awk_getline; then
19924 $AWK -f "$tmp/subs.awk"
19925 else
19926 $AWK -f "$tmp/subs.awk" | $SHELL
19927 fi >$tmp/out \
19928 || as_fn_error "could not create $ac_file" "$LINENO" 5
19930 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19931 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19932 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19934 which seems to be undefined. Please make sure it is defined." >&5
19935 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19936 which seems to be undefined. Please make sure it is defined." >&2;}
19938 rm -f "$tmp/stdin"
19939 case $ac_file in
19940 -) cat "$tmp/out" && rm -f "$tmp/out";;
19941 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19942 esac \
19943 || as_fn_error "could not create $ac_file" "$LINENO" 5
19947 # CONFIG_HEADER
19949 if test x"$ac_file" != x-; then
19951 $as_echo "/* $configure_input */" \
19952 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19953 } >"$tmp/config.h" \
19954 || as_fn_error "could not create $ac_file" "$LINENO" 5
19955 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19956 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19957 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19958 else
19959 rm -f "$ac_file"
19960 mv "$tmp/config.h" "$ac_file" \
19961 || as_fn_error "could not create $ac_file" "$LINENO" 5
19963 else
19964 $as_echo "/* $configure_input */" \
19965 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19966 || as_fn_error "could not create -" "$LINENO" 5
19970 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19971 $as_echo "$as_me: executing $ac_file commands" >&6;}
19973 esac
19976 case $ac_file$ac_mode in
19977 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19978 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19979 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19980 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19981 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19982 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19983 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19984 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19985 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19986 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19987 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19988 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19989 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19991 esac
19992 done # for ac_tag
19995 as_fn_exit 0
19996 _ACEOF
19997 ac_clean_files=$ac_clean_files_save
19999 test $ac_write_fail = 0 ||
20000 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
20003 # configure is writing to config.log, and then calls config.status.
20004 # config.status does its own redirection, appending to config.log.
20005 # Unfortunately, on DOS this fails, as config.log is still kept open
20006 # by configure, so config.status won't be able to write to it; its
20007 # output is simply discarded. So we exec the FD to /dev/null,
20008 # effectively closing config.log, so it can be properly (re)opened and
20009 # appended to by config.status. When coming back to configure, we
20010 # need to make the FD available again.
20011 if test "$no_create" != yes; then
20012 ac_cs_success=:
20013 ac_config_status_args=
20014 test "$silent" = yes &&
20015 ac_config_status_args="$ac_config_status_args --quiet"
20016 exec 5>/dev/null
20017 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20018 exec 5>>config.log
20019 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20020 # would make configure fail if this is the last instruction.
20021 $ac_cs_success || as_fn_exit $?
20023 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20025 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20029 if test "$no_create" = "yes"
20030 then
20031 exit 0
20034 ac_save_IFS="$IFS"
20035 if test "x$wine_notices != "x; then
20036 echo >&6
20037 IFS="|"
20038 for msg in $wine_notices; do
20039 IFS="$ac_save_IFS"
20040 if test -n "$msg"; then
20041 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
20042 $as_echo "$as_me: $msg" >&6;}
20044 done
20046 IFS="|"
20047 for msg in $wine_warnings; do
20048 IFS="$ac_save_IFS"
20049 if test -n "$msg"; then
20050 echo >&2
20051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
20052 $as_echo "$as_me: WARNING: $msg" >&2;}
20054 done
20055 IFS="$ac_save_IFS"
20057 echo "
20058 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
20059 " >&6