d3d10: Add the ID3D10EffectBlendVariable interface.
[wine/multimedia.git] / configure
blobd8db56d133c1e51c19c43399f6f0ce071ea4e973
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for Wine 1.1.28.
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.28'
553 PACKAGE_STRING='Wine 1.1.28'
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 COREAUDIO
658 DISKARBITRATIONLIB
659 LDEXECFLAGS
660 IOKITLIB
661 COREFOUNDATIONLIB
662 SECURITYLIB
663 MINGWAR
664 DLLWRAP
665 DLLTOOL
667 LDRPATH_LOCAL
668 LDRPATH_INSTALL
669 IMPLIBEXT
670 LIBEXT
671 LDDLLFLAGS
672 LDSHARED
673 DLLFLAGS
674 DLLEXT
676 OPENGL_LIBS
677 XLIB
678 PRELINK
679 ICOTOOL
680 RSVG
681 PKG_CONFIG
682 FONTFORGE
683 LINTFLAGS
684 LINT
685 INSTALL_DATA
686 INSTALL_SCRIPT
687 INSTALL_PROGRAM
688 LDCONFIG
689 EGREP
690 GREP
692 LN_S
693 STRIP
694 RANLIB
695 ARFLAGS
696 ac_ct_AR
698 BISON
699 FLEX
700 TOOLSDIR
701 WOW64_DISABLE
702 WIN16_INSTALL
703 WIN16_FILES
704 TARGETFLAGS
705 CPPBIN
706 ac_ct_CXX
707 CXXFLAGS
709 OBJEXT
710 EXEEXT
711 ac_ct_CC
712 CPPFLAGS
713 LDFLAGS
714 CFLAGS
716 SET_MAKE
717 host_os
718 host_vendor
719 host_cpu
720 host
721 build_os
722 build_vendor
723 build_cpu
724 build
725 MAINTAINER_MODE
726 target_alias
727 host_alias
728 build_alias
729 LIBS
730 ECHO_T
731 ECHO_N
732 ECHO_C
733 DEFS
734 mandir
735 localedir
736 libdir
737 psdir
738 pdfdir
739 dvidir
740 htmldir
741 infodir
742 docdir
743 oldincludedir
744 includedir
745 localstatedir
746 sharedstatedir
747 sysconfdir
748 datadir
749 datarootdir
750 libexecdir
751 sbindir
752 bindir
753 program_transform_name
754 prefix
755 exec_prefix
756 PACKAGE_URL
757 PACKAGE_BUGREPORT
758 PACKAGE_STRING
759 PACKAGE_VERSION
760 PACKAGE_TARNAME
761 PACKAGE_NAME
762 PATH_SEPARATOR
763 SHELL'
764 ac_subst_files='MAKE_RULES
765 MAKE_DLL_RULES
766 MAKE_IMPLIB_RULES
767 MAKE_TEST_RULES
768 MAKE_PROG_RULES'
769 ac_user_opts='
770 enable_option_checking
771 enable_win16
772 enable_win64
773 enable_tests
774 enable_maintainer_mode
775 with_alsa
776 with_audioio
777 with_capi
778 with_cms
779 with_coreaudio
780 with_cups
781 with_curses
782 with_esd
783 with_fontconfig
784 with_freetype
785 with_gphoto
786 with_glu
787 with_gnutls
788 with_gsm
789 with_hal
790 with_jack
791 with_jpeg
792 with_ldap
793 with_mpg123
794 with_nas
795 with_opengl
796 with_openssl
797 with_oss
798 with_png
799 with_pthread
800 with_sane
801 with_xcomposite
802 with_xcursor
803 with_xinerama
804 with_xinput
805 with_xml
806 with_xrandr
807 with_xrender
808 with_xshape
809 with_xshm
810 with_xslt
811 with_xxf86vm
812 with_wine_tools
813 with_wine64
814 enable_largefile
815 with_x
817 ac_precious_vars='build_alias
818 host_alias
819 target_alias
821 CFLAGS
822 LDFLAGS
823 LIBS
824 CPPFLAGS
826 CXXFLAGS
829 XMKMF'
832 # Initialize some variables set by options.
833 ac_init_help=
834 ac_init_version=false
835 ac_unrecognized_opts=
836 ac_unrecognized_sep=
837 # The variables have the same names as the options, with
838 # dashes changed to underlines.
839 cache_file=/dev/null
840 exec_prefix=NONE
841 no_create=
842 no_recursion=
843 prefix=NONE
844 program_prefix=NONE
845 program_suffix=NONE
846 program_transform_name=s,x,x,
847 silent=
848 site=
849 srcdir=
850 verbose=
851 x_includes=NONE
852 x_libraries=NONE
854 # Installation directory options.
855 # These are left unexpanded so users can "make install exec_prefix=/foo"
856 # and all the variables that are supposed to be based on exec_prefix
857 # by default will actually change.
858 # Use braces instead of parens because sh, perl, etc. also accept them.
859 # (The list follows the same order as the GNU Coding Standards.)
860 bindir='${exec_prefix}/bin'
861 sbindir='${exec_prefix}/sbin'
862 libexecdir='${exec_prefix}/libexec'
863 datarootdir='${prefix}/share'
864 datadir='${datarootdir}'
865 sysconfdir='${prefix}/etc'
866 sharedstatedir='${prefix}/com'
867 localstatedir='${prefix}/var'
868 includedir='${prefix}/include'
869 oldincludedir='/usr/include'
870 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
871 infodir='${datarootdir}/info'
872 htmldir='${docdir}'
873 dvidir='${docdir}'
874 pdfdir='${docdir}'
875 psdir='${docdir}'
876 libdir='${exec_prefix}/lib'
877 localedir='${datarootdir}/locale'
878 mandir='${datarootdir}/man'
880 ac_prev=
881 ac_dashdash=
882 for ac_option
884 # If the previous option needs an argument, assign it.
885 if test -n "$ac_prev"; then
886 eval $ac_prev=\$ac_option
887 ac_prev=
888 continue
891 case $ac_option in
892 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
893 *) ac_optarg=yes ;;
894 esac
896 # Accept the important Cygnus configure options, so we can diagnose typos.
898 case $ac_dashdash$ac_option in
900 ac_dashdash=yes ;;
902 -bindir | --bindir | --bindi | --bind | --bin | --bi)
903 ac_prev=bindir ;;
904 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
905 bindir=$ac_optarg ;;
907 -build | --build | --buil | --bui | --bu)
908 ac_prev=build_alias ;;
909 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
910 build_alias=$ac_optarg ;;
912 -cache-file | --cache-file | --cache-fil | --cache-fi \
913 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
914 ac_prev=cache_file ;;
915 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
916 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
917 cache_file=$ac_optarg ;;
919 --config-cache | -C)
920 cache_file=config.cache ;;
922 -datadir | --datadir | --datadi | --datad)
923 ac_prev=datadir ;;
924 -datadir=* | --datadir=* | --datadi=* | --datad=*)
925 datadir=$ac_optarg ;;
927 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
928 | --dataroo | --dataro | --datar)
929 ac_prev=datarootdir ;;
930 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
931 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
932 datarootdir=$ac_optarg ;;
934 -disable-* | --disable-*)
935 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
936 # Reject names that are not valid shell variable names.
937 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
938 as_fn_error "invalid feature name: $ac_useropt"
939 ac_useropt_orig=$ac_useropt
940 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
941 case $ac_user_opts in
943 "enable_$ac_useropt"
944 "*) ;;
945 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
946 ac_unrecognized_sep=', ';;
947 esac
948 eval enable_$ac_useropt=no ;;
950 -docdir | --docdir | --docdi | --doc | --do)
951 ac_prev=docdir ;;
952 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
953 docdir=$ac_optarg ;;
955 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
956 ac_prev=dvidir ;;
957 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
958 dvidir=$ac_optarg ;;
960 -enable-* | --enable-*)
961 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
962 # Reject names that are not valid shell variable names.
963 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
964 as_fn_error "invalid feature name: $ac_useropt"
965 ac_useropt_orig=$ac_useropt
966 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
967 case $ac_user_opts in
969 "enable_$ac_useropt"
970 "*) ;;
971 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
972 ac_unrecognized_sep=', ';;
973 esac
974 eval enable_$ac_useropt=\$ac_optarg ;;
976 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
977 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
978 | --exec | --exe | --ex)
979 ac_prev=exec_prefix ;;
980 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
981 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
982 | --exec=* | --exe=* | --ex=*)
983 exec_prefix=$ac_optarg ;;
985 -gas | --gas | --ga | --g)
986 # Obsolete; use --with-gas.
987 with_gas=yes ;;
989 -help | --help | --hel | --he | -h)
990 ac_init_help=long ;;
991 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
992 ac_init_help=recursive ;;
993 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
994 ac_init_help=short ;;
996 -host | --host | --hos | --ho)
997 ac_prev=host_alias ;;
998 -host=* | --host=* | --hos=* | --ho=*)
999 host_alias=$ac_optarg ;;
1001 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1002 ac_prev=htmldir ;;
1003 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1004 | --ht=*)
1005 htmldir=$ac_optarg ;;
1007 -includedir | --includedir | --includedi | --included | --include \
1008 | --includ | --inclu | --incl | --inc)
1009 ac_prev=includedir ;;
1010 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1011 | --includ=* | --inclu=* | --incl=* | --inc=*)
1012 includedir=$ac_optarg ;;
1014 -infodir | --infodir | --infodi | --infod | --info | --inf)
1015 ac_prev=infodir ;;
1016 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1017 infodir=$ac_optarg ;;
1019 -libdir | --libdir | --libdi | --libd)
1020 ac_prev=libdir ;;
1021 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1022 libdir=$ac_optarg ;;
1024 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1025 | --libexe | --libex | --libe)
1026 ac_prev=libexecdir ;;
1027 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1028 | --libexe=* | --libex=* | --libe=*)
1029 libexecdir=$ac_optarg ;;
1031 -localedir | --localedir | --localedi | --localed | --locale)
1032 ac_prev=localedir ;;
1033 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1034 localedir=$ac_optarg ;;
1036 -localstatedir | --localstatedir | --localstatedi | --localstated \
1037 | --localstate | --localstat | --localsta | --localst | --locals)
1038 ac_prev=localstatedir ;;
1039 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1040 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1041 localstatedir=$ac_optarg ;;
1043 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1044 ac_prev=mandir ;;
1045 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1046 mandir=$ac_optarg ;;
1048 -nfp | --nfp | --nf)
1049 # Obsolete; use --without-fp.
1050 with_fp=no ;;
1052 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1053 | --no-cr | --no-c | -n)
1054 no_create=yes ;;
1056 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1057 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1058 no_recursion=yes ;;
1060 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1061 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1062 | --oldin | --oldi | --old | --ol | --o)
1063 ac_prev=oldincludedir ;;
1064 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1065 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1066 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1067 oldincludedir=$ac_optarg ;;
1069 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1070 ac_prev=prefix ;;
1071 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1072 prefix=$ac_optarg ;;
1074 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1075 | --program-pre | --program-pr | --program-p)
1076 ac_prev=program_prefix ;;
1077 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1078 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1079 program_prefix=$ac_optarg ;;
1081 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1082 | --program-suf | --program-su | --program-s)
1083 ac_prev=program_suffix ;;
1084 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1085 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1086 program_suffix=$ac_optarg ;;
1088 -program-transform-name | --program-transform-name \
1089 | --program-transform-nam | --program-transform-na \
1090 | --program-transform-n | --program-transform- \
1091 | --program-transform | --program-transfor \
1092 | --program-transfo | --program-transf \
1093 | --program-trans | --program-tran \
1094 | --progr-tra | --program-tr | --program-t)
1095 ac_prev=program_transform_name ;;
1096 -program-transform-name=* | --program-transform-name=* \
1097 | --program-transform-nam=* | --program-transform-na=* \
1098 | --program-transform-n=* | --program-transform-=* \
1099 | --program-transform=* | --program-transfor=* \
1100 | --program-transfo=* | --program-transf=* \
1101 | --program-trans=* | --program-tran=* \
1102 | --progr-tra=* | --program-tr=* | --program-t=*)
1103 program_transform_name=$ac_optarg ;;
1105 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1106 ac_prev=pdfdir ;;
1107 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1108 pdfdir=$ac_optarg ;;
1110 -psdir | --psdir | --psdi | --psd | --ps)
1111 ac_prev=psdir ;;
1112 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1113 psdir=$ac_optarg ;;
1115 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1116 | -silent | --silent | --silen | --sile | --sil)
1117 silent=yes ;;
1119 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1120 ac_prev=sbindir ;;
1121 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1122 | --sbi=* | --sb=*)
1123 sbindir=$ac_optarg ;;
1125 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1126 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1127 | --sharedst | --shareds | --shared | --share | --shar \
1128 | --sha | --sh)
1129 ac_prev=sharedstatedir ;;
1130 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1131 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1132 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1133 | --sha=* | --sh=*)
1134 sharedstatedir=$ac_optarg ;;
1136 -site | --site | --sit)
1137 ac_prev=site ;;
1138 -site=* | --site=* | --sit=*)
1139 site=$ac_optarg ;;
1141 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1142 ac_prev=srcdir ;;
1143 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1144 srcdir=$ac_optarg ;;
1146 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1147 | --syscon | --sysco | --sysc | --sys | --sy)
1148 ac_prev=sysconfdir ;;
1149 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1150 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1151 sysconfdir=$ac_optarg ;;
1153 -target | --target | --targe | --targ | --tar | --ta | --t)
1154 ac_prev=target_alias ;;
1155 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1156 target_alias=$ac_optarg ;;
1158 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1159 verbose=yes ;;
1161 -version | --version | --versio | --versi | --vers | -V)
1162 ac_init_version=: ;;
1164 -with-* | --with-*)
1165 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1168 as_fn_error "invalid package name: $ac_useropt"
1169 ac_useropt_orig=$ac_useropt
1170 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1171 case $ac_user_opts in
1173 "with_$ac_useropt"
1174 "*) ;;
1175 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1176 ac_unrecognized_sep=', ';;
1177 esac
1178 eval with_$ac_useropt=\$ac_optarg ;;
1180 -without-* | --without-*)
1181 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1182 # Reject names that are not valid shell variable names.
1183 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1184 as_fn_error "invalid package name: $ac_useropt"
1185 ac_useropt_orig=$ac_useropt
1186 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1187 case $ac_user_opts in
1189 "with_$ac_useropt"
1190 "*) ;;
1191 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1192 ac_unrecognized_sep=', ';;
1193 esac
1194 eval with_$ac_useropt=no ;;
1196 --x)
1197 # Obsolete; use --with-x.
1198 with_x=yes ;;
1200 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1201 | --x-incl | --x-inc | --x-in | --x-i)
1202 ac_prev=x_includes ;;
1203 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1204 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1205 x_includes=$ac_optarg ;;
1207 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1208 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1209 ac_prev=x_libraries ;;
1210 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1211 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1212 x_libraries=$ac_optarg ;;
1214 -*) as_fn_error "unrecognized option: \`$ac_option'
1215 Try \`$0 --help' for more information."
1218 *=*)
1219 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1220 # Reject names that are not valid shell variable names.
1221 case $ac_envvar in #(
1222 '' | [0-9]* | *[!_$as_cr_alnum]* )
1223 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1224 esac
1225 eval $ac_envvar=\$ac_optarg
1226 export $ac_envvar ;;
1229 # FIXME: should be removed in autoconf 3.0.
1230 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1231 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1232 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1233 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1236 esac
1237 done
1239 if test -n "$ac_prev"; then
1240 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1241 as_fn_error "missing argument to $ac_option"
1244 if test -n "$ac_unrecognized_opts"; then
1245 case $enable_option_checking in
1246 no) ;;
1247 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1248 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1249 esac
1252 # Check all directory arguments for consistency.
1253 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1254 datadir sysconfdir sharedstatedir localstatedir includedir \
1255 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1256 libdir localedir mandir
1258 eval ac_val=\$$ac_var
1259 # Remove trailing slashes.
1260 case $ac_val in
1261 */ )
1262 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1263 eval $ac_var=\$ac_val;;
1264 esac
1265 # Be sure to have absolute directory names.
1266 case $ac_val in
1267 [\\/$]* | ?:[\\/]* ) continue;;
1268 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1269 esac
1270 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1271 done
1273 # There might be people who depend on the old broken behavior: `$host'
1274 # used to hold the argument of --host etc.
1275 # FIXME: To remove some day.
1276 build=$build_alias
1277 host=$host_alias
1278 target=$target_alias
1280 # FIXME: To remove some day.
1281 if test "x$host_alias" != x; then
1282 if test "x$build_alias" = x; then
1283 cross_compiling=maybe
1284 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1285 If a cross compiler is detected then cross compile mode will be used." >&2
1286 elif test "x$build_alias" != "x$host_alias"; then
1287 cross_compiling=yes
1291 ac_tool_prefix=
1292 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294 test "$silent" = yes && exec 6>/dev/null
1297 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1298 ac_ls_di=`ls -di .` &&
1299 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1300 as_fn_error "working directory cannot be determined"
1301 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1302 as_fn_error "pwd does not report name of working directory"
1305 # Find the source files, if location was not specified.
1306 if test -z "$srcdir"; then
1307 ac_srcdir_defaulted=yes
1308 # Try the directory containing this script, then the parent directory.
1309 ac_confdir=`$as_dirname -- "$as_myself" ||
1310 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1311 X"$as_myself" : 'X\(//\)[^/]' \| \
1312 X"$as_myself" : 'X\(//\)$' \| \
1313 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1314 $as_echo X"$as_myself" |
1315 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1316 s//\1/
1319 /^X\(\/\/\)[^/].*/{
1320 s//\1/
1323 /^X\(\/\/\)$/{
1324 s//\1/
1327 /^X\(\/\).*/{
1328 s//\1/
1331 s/.*/./; q'`
1332 srcdir=$ac_confdir
1333 if test ! -r "$srcdir/$ac_unique_file"; then
1334 srcdir=..
1336 else
1337 ac_srcdir_defaulted=no
1339 if test ! -r "$srcdir/$ac_unique_file"; then
1340 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1341 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1343 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1344 ac_abs_confdir=`(
1345 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1346 pwd)`
1347 # When building in place, set srcdir=.
1348 if test "$ac_abs_confdir" = "$ac_pwd"; then
1349 srcdir=.
1351 # Remove unnecessary trailing slashes from srcdir.
1352 # Double slashes in file names in object file debugging info
1353 # mess up M-x gdb in Emacs.
1354 case $srcdir in
1355 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1356 esac
1357 for ac_var in $ac_precious_vars; do
1358 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1359 eval ac_env_${ac_var}_value=\$${ac_var}
1360 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1361 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1362 done
1365 # Report the --help message.
1367 if test "$ac_init_help" = "long"; then
1368 # Omit some internal or obsolete options to make the list less imposing.
1369 # This message is too long to be a string in the A/UX 3.1 sh.
1370 cat <<_ACEOF
1371 \`configure' configures Wine 1.1.28 to adapt to many kinds of systems.
1373 Usage: $0 [OPTION]... [VAR=VALUE]...
1375 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1376 VAR=VALUE. See below for descriptions of some of the useful variables.
1378 Defaults for the options are specified in brackets.
1380 Configuration:
1381 -h, --help display this help and exit
1382 --help=short display options specific to this package
1383 --help=recursive display the short help of all the included packages
1384 -V, --version display version information and exit
1385 -q, --quiet, --silent do not print \`checking...' messages
1386 --cache-file=FILE cache test results in FILE [disabled]
1387 -C, --config-cache alias for \`--cache-file=config.cache'
1388 -n, --no-create do not create output files
1389 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1391 Installation directories:
1392 --prefix=PREFIX install architecture-independent files in PREFIX
1393 [$ac_default_prefix]
1394 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1395 [PREFIX]
1397 By default, \`make install' will install all the files in
1398 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1399 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1400 for instance \`--prefix=\$HOME'.
1402 For better control, use the options below.
1404 Fine tuning of the installation directories:
1405 --bindir=DIR user executables [EPREFIX/bin]
1406 --sbindir=DIR system admin executables [EPREFIX/sbin]
1407 --libexecdir=DIR program executables [EPREFIX/libexec]
1408 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1409 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1410 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1411 --libdir=DIR object code libraries [EPREFIX/lib]
1412 --includedir=DIR C header files [PREFIX/include]
1413 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1414 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1415 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1416 --infodir=DIR info documentation [DATAROOTDIR/info]
1417 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1418 --mandir=DIR man documentation [DATAROOTDIR/man]
1419 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1420 --htmldir=DIR html documentation [DOCDIR]
1421 --dvidir=DIR dvi documentation [DOCDIR]
1422 --pdfdir=DIR pdf documentation [DOCDIR]
1423 --psdir=DIR ps documentation [DOCDIR]
1424 _ACEOF
1426 cat <<\_ACEOF
1428 X features:
1429 --x-includes=DIR X include files are in DIR
1430 --x-libraries=DIR X library files are in DIR
1432 System types:
1433 --build=BUILD configure for building on BUILD [guessed]
1434 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1435 _ACEOF
1438 if test -n "$ac_init_help"; then
1439 case $ac_init_help in
1440 short | recursive ) echo "Configuration of Wine 1.1.28:";;
1441 esac
1442 cat <<\_ACEOF
1444 Optional Features:
1445 --disable-option-checking ignore unrecognized --enable/--with options
1446 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1447 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1448 --disable-win16 do not include Win16 support
1449 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1450 binaries)
1451 --disable-tests do not build the regression tests
1452 --enable-maintainer-mode
1453 enable maintainer-specific build rules
1454 --disable-largefile omit support for large files
1456 Optional Packages:
1457 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1458 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1459 --without-alsa do not use the Alsa sound support
1460 --without-audioio do not use the AudioIO sound support
1461 --without-capi do not use CAPI (ISDN support)
1462 --without-cms do not use CMS (color management support)
1463 --without-coreaudio do not use the CoreAudio sound support
1464 --without-cups do not use CUPS
1465 --without-curses do not use (n)curses
1466 --without-esd do not use the EsounD sound support
1467 --without-fontconfig do not use fontconfig
1468 --without-freetype do not use the FreeType library
1469 --without-gphoto do not use gphoto (Digital Camera support)
1470 --without-glu do not use the GLU library
1471 --without-gnutls do not use GnuTLS (schannel support)
1472 --without-gsm do not use libgsm (GSM 06.10 codec support)
1473 --without-hal do not use HAL (dynamic device support)
1474 --without-jack do not use the Jack sound support
1475 --without-jpeg do not use JPEG
1476 --without-ldap do not use LDAP
1477 --without-mpg123 do not use the mpg123 library
1478 --without-nas do not use the NAS sound support
1479 --without-opengl do not use OpenGL
1480 --without-openssl do not use OpenSSL
1481 --without-oss do not use the OSS sound support
1482 --without-png do not use PNG
1483 --without-pthread do not use the pthread library
1484 --without-sane do not use SANE (scanner support)
1485 --without-xcomposite do not use the Xcomposite extension
1486 --without-xcursor do not use the Xcursor extension
1487 --without-xinerama do not use Xinerama (multi-monitor support)
1488 --without-xinput do not use the Xinput extension
1489 --without-xml do not use XML
1490 --without-xrandr do not use Xrandr (resolution changes)
1491 --without-xrender do not use the Xrender extension
1492 --without-xshape do not use the Xshape extension
1493 --without-xshm do not use XShm (shared memory extension)
1494 --without-xslt do not use XSLT
1495 --without-xxf86vm do not use XFree video mode extension
1496 --with-wine-tools=DIR use Wine tools from directory DIR
1497 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1498 --with-x use the X Window System
1500 Some influential environment variables:
1501 CC C compiler command
1502 CFLAGS C compiler flags
1503 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1504 nonstandard directory <lib dir>
1505 LIBS libraries to pass to the linker, e.g. -l<library>
1506 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1507 you have headers in a nonstandard directory <include dir>
1508 CXX C++ compiler command
1509 CXXFLAGS C++ compiler flags
1510 CPP C preprocessor
1511 XMKMF Path to xmkmf, Makefile generator for X Window System
1513 Use these variables to override the choices made by `configure' or to help
1514 it to find libraries and programs with nonstandard names/locations.
1516 Report bugs to <wine-devel@winehq.org>.
1517 Wine home page: <http://www.winehq.org>.
1518 _ACEOF
1519 ac_status=$?
1522 if test "$ac_init_help" = "recursive"; then
1523 # If there are subdirs, report their specific --help.
1524 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1525 test -d "$ac_dir" ||
1526 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1527 continue
1528 ac_builddir=.
1530 case "$ac_dir" in
1531 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1533 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1534 # A ".." for each directory in $ac_dir_suffix.
1535 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1536 case $ac_top_builddir_sub in
1537 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1538 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1539 esac ;;
1540 esac
1541 ac_abs_top_builddir=$ac_pwd
1542 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1543 # for backward compatibility:
1544 ac_top_builddir=$ac_top_build_prefix
1546 case $srcdir in
1547 .) # We are building in place.
1548 ac_srcdir=.
1549 ac_top_srcdir=$ac_top_builddir_sub
1550 ac_abs_top_srcdir=$ac_pwd ;;
1551 [\\/]* | ?:[\\/]* ) # Absolute name.
1552 ac_srcdir=$srcdir$ac_dir_suffix;
1553 ac_top_srcdir=$srcdir
1554 ac_abs_top_srcdir=$srcdir ;;
1555 *) # Relative name.
1556 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1557 ac_top_srcdir=$ac_top_build_prefix$srcdir
1558 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1559 esac
1560 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1562 cd "$ac_dir" || { ac_status=$?; continue; }
1563 # Check for guested configure.
1564 if test -f "$ac_srcdir/configure.gnu"; then
1565 echo &&
1566 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1567 elif test -f "$ac_srcdir/configure"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure" --help=recursive
1570 else
1571 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1572 fi || ac_status=$?
1573 cd "$ac_pwd" || { ac_status=$?; break; }
1574 done
1577 test -n "$ac_init_help" && exit $ac_status
1578 if $ac_init_version; then
1579 cat <<\_ACEOF
1580 Wine configure 1.1.28
1581 generated by GNU Autoconf 2.64
1583 Copyright (C) 2009 Free Software Foundation, Inc.
1584 This configure script is free software; the Free Software Foundation
1585 gives unlimited permission to copy, distribute and modify it.
1586 _ACEOF
1587 exit
1590 ## ------------------------ ##
1591 ## Autoconf initialization. ##
1592 ## ------------------------ ##
1594 # ac_fn_c_try_compile LINENO
1595 # --------------------------
1596 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1597 ac_fn_c_try_compile ()
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 rm -f conftest.$ac_objext
1601 if { { ac_try="$ac_compile"
1602 case "(($ac_try" in
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1605 esac
1606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_compile") 2>conftest.err
1609 ac_status=$?
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest.$ac_objext; then :
1620 ac_retval=0
1621 else
1622 $as_echo "$as_me: failed program was:" >&5
1623 sed 's/^/| /' conftest.$ac_ext >&5
1625 ac_retval=1
1627 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1628 return $ac_retval
1630 } # ac_fn_c_try_compile
1632 # ac_fn_cxx_try_compile LINENO
1633 # ----------------------------
1634 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1635 ac_fn_cxx_try_compile ()
1637 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1638 rm -f conftest.$ac_objext
1639 if { { ac_try="$ac_compile"
1640 case "(($ac_try" in
1641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1642 *) ac_try_echo=$ac_try;;
1643 esac
1644 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1645 $as_echo "$ac_try_echo"; } >&5
1646 (eval "$ac_compile") 2>conftest.err
1647 ac_status=$?
1648 if test -s conftest.err; then
1649 grep -v '^ *+' conftest.err >conftest.er1
1650 cat conftest.er1 >&5
1651 mv -f conftest.er1 conftest.err
1653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1654 test $ac_status = 0; } && {
1655 test -z "$ac_cxx_werror_flag" ||
1656 test ! -s conftest.err
1657 } && test -s conftest.$ac_objext; then :
1658 ac_retval=0
1659 else
1660 $as_echo "$as_me: failed program was:" >&5
1661 sed 's/^/| /' conftest.$ac_ext >&5
1663 ac_retval=1
1665 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1666 return $ac_retval
1668 } # ac_fn_cxx_try_compile
1670 # ac_fn_c_try_link LINENO
1671 # -----------------------
1672 # Try to link conftest.$ac_ext, and return whether this succeeded.
1673 ac_fn_c_try_link ()
1675 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1676 rm -f conftest.$ac_objext conftest$ac_exeext
1677 if { { ac_try="$ac_link"
1678 case "(($ac_try" in
1679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1680 *) ac_try_echo=$ac_try;;
1681 esac
1682 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1683 $as_echo "$ac_try_echo"; } >&5
1684 (eval "$ac_link") 2>conftest.err
1685 ac_status=$?
1686 if test -s conftest.err; then
1687 grep -v '^ *+' conftest.err >conftest.er1
1688 cat conftest.er1 >&5
1689 mv -f conftest.er1 conftest.err
1691 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1692 test $ac_status = 0; } && {
1693 test -z "$ac_c_werror_flag" ||
1694 test ! -s conftest.err
1695 } && test -s conftest$ac_exeext && {
1696 test "$cross_compiling" = yes ||
1697 $as_test_x conftest$ac_exeext
1698 }; then :
1699 ac_retval=0
1700 else
1701 $as_echo "$as_me: failed program was:" >&5
1702 sed 's/^/| /' conftest.$ac_ext >&5
1704 ac_retval=1
1706 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1707 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1708 # interfere with the next link command; also delete a directory that is
1709 # left behind by Apple's compiler. We do this before executing the actions.
1710 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1711 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1712 return $ac_retval
1714 } # ac_fn_c_try_link
1716 # ac_fn_c_try_cpp LINENO
1717 # ----------------------
1718 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1719 ac_fn_c_try_cpp ()
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 if { { ac_try="$ac_cpp conftest.$ac_ext"
1723 case "(($ac_try" in
1724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1726 esac
1727 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728 $as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1730 ac_status=$?
1731 if test -s conftest.err; then
1732 grep -v '^ *+' conftest.err >conftest.er1
1733 cat conftest.er1 >&5
1734 mv -f conftest.er1 conftest.err
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } >/dev/null && {
1738 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1739 test ! -s conftest.err
1740 }; then :
1741 ac_retval=0
1742 else
1743 $as_echo "$as_me: failed program was:" >&5
1744 sed 's/^/| /' conftest.$ac_ext >&5
1746 ac_retval=1
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749 return $ac_retval
1751 } # ac_fn_c_try_cpp
1753 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1754 # -------------------------------------------------------
1755 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1756 # the include files in INCLUDES and setting the cache variable VAR
1757 # accordingly.
1758 ac_fn_c_check_header_mongrel ()
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1763 $as_echo_n "checking for $2... " >&6; }
1764 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765 $as_echo_n "(cached) " >&6
1767 eval ac_res=\$$3
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1769 $as_echo "$ac_res" >&6; }
1770 else
1771 # Is the header compilable?
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1773 $as_echo_n "checking $2 usability... " >&6; }
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775 /* end confdefs.h. */
1777 #include <$2>
1778 _ACEOF
1779 if ac_fn_c_try_compile "$LINENO"; then :
1780 ac_header_compiler=yes
1781 else
1782 ac_header_compiler=no
1784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1786 $as_echo "$ac_header_compiler" >&6; }
1788 # Is the header present?
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1790 $as_echo_n "checking $2 presence... " >&6; }
1791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1792 /* end confdefs.h. */
1793 #include <$2>
1794 _ACEOF
1795 if ac_fn_c_try_cpp "$LINENO"; then :
1796 ac_header_preproc=yes
1797 else
1798 ac_header_preproc=no
1800 rm -f conftest.err conftest.$ac_ext
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1802 $as_echo "$ac_header_preproc" >&6; }
1804 # So? What about this header?
1805 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1806 yes:no: )
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1808 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1810 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1812 no:yes:* )
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1814 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1816 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1818 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1820 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1822 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1823 ( cat <<\_ASBOX
1824 ## ------------------------------------ ##
1825 ## Report this to wine-devel@winehq.org ##
1826 ## ------------------------------------ ##
1827 _ASBOX
1828 ) | sed "s/^/$as_me: WARNING: /" >&2
1830 esac
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834 $as_echo_n "(cached) " >&6
1835 else
1836 eval "$3=\$ac_header_compiler"
1838 eval ac_res=\$$3
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1840 $as_echo "$ac_res" >&6; }
1842 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1844 } # ac_fn_c_check_header_mongrel
1846 # ac_fn_c_try_run LINENO
1847 # ----------------------
1848 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1849 # that executables *can* be run.
1850 ac_fn_c_try_run ()
1852 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1853 if { { ac_try="$ac_link"
1854 case "(($ac_try" in
1855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1856 *) ac_try_echo=$ac_try;;
1857 esac
1858 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1859 $as_echo "$ac_try_echo"; } >&5
1860 (eval "$ac_link") 2>&5
1861 ac_status=$?
1862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1863 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1864 { { case "(($ac_try" in
1865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1866 *) ac_try_echo=$ac_try;;
1867 esac
1868 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1869 $as_echo "$ac_try_echo"; } >&5
1870 (eval "$ac_try") 2>&5
1871 ac_status=$?
1872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1873 test $ac_status = 0; }; }; then :
1874 ac_retval=0
1875 else
1876 $as_echo "$as_me: program exited with status $ac_status" >&5
1877 $as_echo "$as_me: failed program was:" >&5
1878 sed 's/^/| /' conftest.$ac_ext >&5
1880 ac_retval=$ac_status
1882 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1883 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1884 return $ac_retval
1886 } # ac_fn_c_try_run
1888 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1889 # -------------------------------------------------------
1890 # Tests whether HEADER exists and can be compiled using the include files in
1891 # INCLUDES, setting the cache variable VAR accordingly.
1892 ac_fn_c_check_header_compile ()
1894 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1896 $as_echo_n "checking for $2... " >&6; }
1897 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1898 $as_echo_n "(cached) " >&6
1899 else
1900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1901 /* end confdefs.h. */
1903 #include <$2>
1904 _ACEOF
1905 if ac_fn_c_try_compile "$LINENO"; then :
1906 eval "$3=yes"
1907 else
1908 eval "$3=no"
1910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1912 eval ac_res=\$$3
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1914 $as_echo "$ac_res" >&6; }
1915 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1917 } # ac_fn_c_check_header_compile
1919 # ac_fn_c_check_func LINENO FUNC VAR
1920 # ----------------------------------
1921 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1922 ac_fn_c_check_func ()
1924 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1926 $as_echo_n "checking for $2... " >&6; }
1927 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1928 $as_echo_n "(cached) " >&6
1929 else
1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931 /* end confdefs.h. */
1932 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1933 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1934 #define $2 innocuous_$2
1936 /* System header to define __stub macros and hopefully few prototypes,
1937 which can conflict with char $2 (); below.
1938 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1939 <limits.h> exists even on freestanding compilers. */
1941 #ifdef __STDC__
1942 # include <limits.h>
1943 #else
1944 # include <assert.h>
1945 #endif
1947 #undef $2
1949 /* Override any GCC internal prototype to avoid an error.
1950 Use char because int might match the return type of a GCC
1951 builtin and then its argument prototype would still apply. */
1952 #ifdef __cplusplus
1953 extern "C"
1954 #endif
1955 char $2 ();
1956 /* The GNU C library defines this for functions which it implements
1957 to always fail with ENOSYS. Some functions are actually named
1958 something starting with __ and the normal name is an alias. */
1959 #if defined __stub_$2 || defined __stub___$2
1960 choke me
1961 #endif
1964 main ()
1966 return $2 ();
1968 return 0;
1970 _ACEOF
1971 if ac_fn_c_try_link "$LINENO"; then :
1972 eval "$3=yes"
1973 else
1974 eval "$3=no"
1976 rm -f core conftest.err conftest.$ac_objext \
1977 conftest$ac_exeext conftest.$ac_ext
1979 eval ac_res=\$$3
1980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1981 $as_echo "$ac_res" >&6; }
1982 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1984 } # ac_fn_c_check_func
1986 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1987 # ----------------------------------------------------
1988 # Tries to find if the field MEMBER exists in type AGGR, after including
1989 # INCLUDES, setting cache variable VAR accordingly.
1990 ac_fn_c_check_member ()
1992 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1994 $as_echo_n "checking for $2.$3... " >&6; }
1995 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1996 $as_echo_n "(cached) " >&6
1997 else
1998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1999 /* end confdefs.h. */
2002 main ()
2004 static $2 ac_aggr;
2005 if (ac_aggr.$3)
2006 return 0;
2008 return 0;
2010 _ACEOF
2011 if ac_fn_c_try_compile "$LINENO"; then :
2012 eval "$4=yes"
2013 else
2014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015 /* end confdefs.h. */
2018 main ()
2020 static $2 ac_aggr;
2021 if (sizeof ac_aggr.$3)
2022 return 0;
2024 return 0;
2026 _ACEOF
2027 if ac_fn_c_try_compile "$LINENO"; then :
2028 eval "$4=yes"
2029 else
2030 eval "$4=no"
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 eval ac_res=\$$4
2037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2038 $as_echo "$ac_res" >&6; }
2039 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2041 } # ac_fn_c_check_member
2043 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2044 # -------------------------------------------
2045 # Tests whether TYPE exists after having included INCLUDES, setting cache
2046 # variable VAR accordingly.
2047 ac_fn_c_check_type ()
2049 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2051 $as_echo_n "checking for $2... " >&6; }
2052 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2053 $as_echo_n "(cached) " >&6
2054 else
2055 eval "$3=no"
2056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2057 /* end confdefs.h. */
2060 main ()
2062 if (sizeof ($2))
2063 return 0;
2065 return 0;
2067 _ACEOF
2068 if ac_fn_c_try_compile "$LINENO"; then :
2069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2070 /* end confdefs.h. */
2073 main ()
2075 if (sizeof (($2)))
2076 return 0;
2078 return 0;
2080 _ACEOF
2081 if ac_fn_c_try_compile "$LINENO"; then :
2083 else
2084 eval "$3=yes"
2086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 eval ac_res=\$$3
2091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2092 $as_echo "$ac_res" >&6; }
2093 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2095 } # ac_fn_c_check_type
2096 cat >config.log <<_ACEOF
2097 This file contains any messages produced by compilers while
2098 running configure, to aid debugging if configure makes a mistake.
2100 It was created by Wine $as_me 1.1.28, which was
2101 generated by GNU Autoconf 2.64. Invocation command line was
2103 $ $0 $@
2105 _ACEOF
2106 exec 5>>config.log
2108 cat <<_ASUNAME
2109 ## --------- ##
2110 ## Platform. ##
2111 ## --------- ##
2113 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2114 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2115 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2116 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2117 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2119 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2120 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2122 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2123 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2124 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2125 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2126 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2127 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2128 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2130 _ASUNAME
2132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2133 for as_dir in $PATH
2135 IFS=$as_save_IFS
2136 test -z "$as_dir" && as_dir=.
2137 $as_echo "PATH: $as_dir"
2138 done
2139 IFS=$as_save_IFS
2141 } >&5
2143 cat >&5 <<_ACEOF
2146 ## ----------- ##
2147 ## Core tests. ##
2148 ## ----------- ##
2150 _ACEOF
2153 # Keep a trace of the command line.
2154 # Strip out --no-create and --no-recursion so they do not pile up.
2155 # Strip out --silent because we don't want to record it for future runs.
2156 # Also quote any args containing shell meta-characters.
2157 # Make two passes to allow for proper duplicate-argument suppression.
2158 ac_configure_args=
2159 ac_configure_args0=
2160 ac_configure_args1=
2161 ac_must_keep_next=false
2162 for ac_pass in 1 2
2164 for ac_arg
2166 case $ac_arg in
2167 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2168 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2169 | -silent | --silent | --silen | --sile | --sil)
2170 continue ;;
2171 *\'*)
2172 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2173 esac
2174 case $ac_pass in
2175 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2177 as_fn_append ac_configure_args1 " '$ac_arg'"
2178 if test $ac_must_keep_next = true; then
2179 ac_must_keep_next=false # Got value, back to normal.
2180 else
2181 case $ac_arg in
2182 *=* | --config-cache | -C | -disable-* | --disable-* \
2183 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2184 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2185 | -with-* | --with-* | -without-* | --without-* | --x)
2186 case "$ac_configure_args0 " in
2187 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2188 esac
2190 -* ) ac_must_keep_next=true ;;
2191 esac
2193 as_fn_append ac_configure_args " '$ac_arg'"
2195 esac
2196 done
2197 done
2198 { ac_configure_args0=; unset ac_configure_args0;}
2199 { ac_configure_args1=; unset ac_configure_args1;}
2201 # When interrupted or exit'd, cleanup temporary files, and complete
2202 # config.log. We remove comments because anyway the quotes in there
2203 # would cause problems or look ugly.
2204 # WARNING: Use '\'' to represent an apostrophe within the trap.
2205 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2206 trap 'exit_status=$?
2207 # Save into config.log some information that might help in debugging.
2209 echo
2211 cat <<\_ASBOX
2212 ## ---------------- ##
2213 ## Cache variables. ##
2214 ## ---------------- ##
2215 _ASBOX
2216 echo
2217 # The following way of writing the cache mishandles newlines in values,
2219 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2220 eval ac_val=\$$ac_var
2221 case $ac_val in #(
2222 *${as_nl}*)
2223 case $ac_var in #(
2224 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2225 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2226 esac
2227 case $ac_var in #(
2228 _ | IFS | as_nl) ;; #(
2229 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2230 *) { eval $ac_var=; unset $ac_var;} ;;
2231 esac ;;
2232 esac
2233 done
2234 (set) 2>&1 |
2235 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2236 *${as_nl}ac_space=\ *)
2237 sed -n \
2238 "s/'\''/'\''\\\\'\'''\''/g;
2239 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2240 ;; #(
2242 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2244 esac |
2245 sort
2247 echo
2249 cat <<\_ASBOX
2250 ## ----------------- ##
2251 ## Output variables. ##
2252 ## ----------------- ##
2253 _ASBOX
2254 echo
2255 for ac_var in $ac_subst_vars
2257 eval ac_val=\$$ac_var
2258 case $ac_val in
2259 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2260 esac
2261 $as_echo "$ac_var='\''$ac_val'\''"
2262 done | sort
2263 echo
2265 if test -n "$ac_subst_files"; then
2266 cat <<\_ASBOX
2267 ## ------------------- ##
2268 ## File substitutions. ##
2269 ## ------------------- ##
2270 _ASBOX
2271 echo
2272 for ac_var in $ac_subst_files
2274 eval ac_val=\$$ac_var
2275 case $ac_val in
2276 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2277 esac
2278 $as_echo "$ac_var='\''$ac_val'\''"
2279 done | sort
2280 echo
2283 if test -s confdefs.h; then
2284 cat <<\_ASBOX
2285 ## ----------- ##
2286 ## confdefs.h. ##
2287 ## ----------- ##
2288 _ASBOX
2289 echo
2290 cat confdefs.h
2291 echo
2293 test "$ac_signal" != 0 &&
2294 $as_echo "$as_me: caught signal $ac_signal"
2295 $as_echo "$as_me: exit $exit_status"
2296 } >&5
2297 rm -f core *.core core.conftest.* &&
2298 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2299 exit $exit_status
2301 for ac_signal in 1 2 13 15; do
2302 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2303 done
2304 ac_signal=0
2306 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2307 rm -f -r conftest* confdefs.h
2309 $as_echo "/* confdefs.h */" > confdefs.h
2311 # Predefined preprocessor variables.
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_NAME "$PACKAGE_NAME"
2315 _ACEOF
2317 cat >>confdefs.h <<_ACEOF
2318 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2319 _ACEOF
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_STRING "$PACKAGE_STRING"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_URL "$PACKAGE_URL"
2335 _ACEOF
2338 # Let the site file select an alternate cache file if it wants to.
2339 # Prefer an explicitly selected file to automatically selected ones.
2340 ac_site_file1=NONE
2341 ac_site_file2=NONE
2342 if test -n "$CONFIG_SITE"; then
2343 ac_site_file1=$CONFIG_SITE
2344 elif test "x$prefix" != xNONE; then
2345 ac_site_file1=$prefix/share/config.site
2346 ac_site_file2=$prefix/etc/config.site
2347 else
2348 ac_site_file1=$ac_default_prefix/share/config.site
2349 ac_site_file2=$ac_default_prefix/etc/config.site
2351 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2353 test "x$ac_site_file" = xNONE && continue
2354 if test -r "$ac_site_file"; then
2355 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2356 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2357 sed 's/^/| /' "$ac_site_file" >&5
2358 . "$ac_site_file"
2360 done
2362 if test -r "$cache_file"; then
2363 # Some versions of bash will fail to source /dev/null (special
2364 # files actually), so we avoid doing that.
2365 if test -f "$cache_file"; then
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2367 $as_echo "$as_me: loading cache $cache_file" >&6;}
2368 case $cache_file in
2369 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2370 *) . "./$cache_file";;
2371 esac
2373 else
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2375 $as_echo "$as_me: creating cache $cache_file" >&6;}
2376 >$cache_file
2379 # Check that the precious variables saved in the cache have kept the same
2380 # value.
2381 ac_cache_corrupted=false
2382 for ac_var in $ac_precious_vars; do
2383 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2384 eval ac_new_set=\$ac_env_${ac_var}_set
2385 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2386 eval ac_new_val=\$ac_env_${ac_var}_value
2387 case $ac_old_set,$ac_new_set in
2388 set,)
2389 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2390 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2391 ac_cache_corrupted=: ;;
2392 ,set)
2393 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2394 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2395 ac_cache_corrupted=: ;;
2396 ,);;
2398 if test "x$ac_old_val" != "x$ac_new_val"; then
2399 # differences in whitespace do not lead to failure.
2400 ac_old_val_w=`echo x $ac_old_val`
2401 ac_new_val_w=`echo x $ac_new_val`
2402 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2404 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2405 ac_cache_corrupted=:
2406 else
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2408 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2409 eval $ac_var=\$ac_old_val
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2412 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2414 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2415 fi;;
2416 esac
2417 # Pass precious variables to config.status.
2418 if test "$ac_new_set" = set; then
2419 case $ac_new_val in
2420 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2421 *) ac_arg=$ac_var=$ac_new_val ;;
2422 esac
2423 case " $ac_configure_args " in
2424 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2425 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2426 esac
2428 done
2429 if $ac_cache_corrupted; then
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2433 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2434 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2436 ## -------------------- ##
2437 ## Main body of script. ##
2438 ## -------------------- ##
2440 ac_ext=c
2441 ac_cpp='$CPP $CPPFLAGS'
2442 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2443 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2444 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2448 ac_config_headers="$ac_config_headers include/config.h"
2450 ac_aux_dir=
2451 for ac_dir in tools "$srcdir"/tools; do
2452 for ac_t in install-sh install.sh shtool; do
2453 if test -f "$ac_dir/$ac_t"; then
2454 ac_aux_dir=$ac_dir
2455 ac_install_sh="$ac_aux_dir/$ac_t -c"
2456 break 2
2458 done
2459 done
2460 if test -z "$ac_aux_dir"; then
2461 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2464 # These three variables are undocumented and unsupported,
2465 # and are intended to be withdrawn in a future Autoconf release.
2466 # They can cause serious problems if a builder's source tree is in a directory
2467 # whose full name contains unusual characters.
2468 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2469 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2470 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2475 # Check whether --enable-win16 was given.
2476 if test "${enable_win16+set}" = set; then :
2477 enableval=$enable_win16;
2480 # Check whether --enable-win64 was given.
2481 if test "${enable_win64+set}" = set; then :
2482 enableval=$enable_win64;
2485 # Check whether --enable-tests was given.
2486 if test "${enable_tests+set}" = set; then :
2487 enableval=$enable_tests;
2490 # Check whether --enable-maintainer-mode was given.
2491 if test "${enable_maintainer_mode+set}" = set; then :
2492 enableval=$enable_maintainer_mode;
2493 else
2494 MAINTAINER_MODE=\#
2500 # Check whether --with-alsa was given.
2501 if test "${with_alsa+set}" = set; then :
2502 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2506 # Check whether --with-audioio was given.
2507 if test "${with_audioio+set}" = set; then :
2508 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2512 # Check whether --with-capi was given.
2513 if test "${with_capi+set}" = set; then :
2514 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2518 # Check whether --with-cms was given.
2519 if test "${with_cms+set}" = set; then :
2520 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2524 # Check whether --with-coreaudio was given.
2525 if test "${with_coreaudio+set}" = set; then :
2526 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2530 # Check whether --with-cups was given.
2531 if test "${with_cups+set}" = set; then :
2532 withval=$with_cups;
2536 # Check whether --with-curses was given.
2537 if test "${with_curses+set}" = set; then :
2538 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2542 # Check whether --with-esd was given.
2543 if test "${with_esd+set}" = set; then :
2544 withval=$with_esd;
2548 # Check whether --with-fontconfig was given.
2549 if test "${with_fontconfig+set}" = set; then :
2550 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2554 # Check whether --with-freetype was given.
2555 if test "${with_freetype+set}" = set; then :
2556 withval=$with_freetype;
2560 # Check whether --with-gphoto was given.
2561 if test "${with_gphoto+set}" = set; then :
2562 withval=$with_gphoto;
2566 # Check whether --with-glu was given.
2567 if test "${with_glu+set}" = set; then :
2568 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2572 # Check whether --with-gnutls was given.
2573 if test "${with_gnutls+set}" = set; then :
2574 withval=$with_gnutls;
2578 # Check whether --with-gsm was given.
2579 if test "${with_gsm+set}" = set; then :
2580 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2584 # Check whether --with-hal was given.
2585 if test "${with_hal+set}" = set; then :
2586 withval=$with_hal;
2590 # Check whether --with-jack was given.
2591 if test "${with_jack+set}" = set; then :
2592 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2596 # Check whether --with-jpeg was given.
2597 if test "${with_jpeg+set}" = set; then :
2598 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2602 # Check whether --with-ldap was given.
2603 if test "${with_ldap+set}" = set; then :
2604 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2608 # Check whether --with-mpg123 was given.
2609 if test "${with_mpg123+set}" = set; then :
2610 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2614 # Check whether --with-nas was given.
2615 if test "${with_nas+set}" = set; then :
2616 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2620 # Check whether --with-opengl was given.
2621 if test "${with_opengl+set}" = set; then :
2622 withval=$with_opengl;
2626 # Check whether --with-openssl was given.
2627 if test "${with_openssl+set}" = set; then :
2628 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2632 # Check whether --with-oss was given.
2633 if test "${with_oss+set}" = set; then :
2634 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
2638 # Check whether --with-png was given.
2639 if test "${with_png+set}" = set; then :
2640 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2644 # Check whether --with-pthread was given.
2645 if test "${with_pthread+set}" = set; then :
2646 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2650 # Check whether --with-sane was given.
2651 if test "${with_sane+set}" = set; then :
2652 withval=$with_sane;
2656 # Check whether --with-xcomposite was given.
2657 if test "${with_xcomposite+set}" = set; then :
2658 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2662 # Check whether --with-xcursor was given.
2663 if test "${with_xcursor+set}" = set; then :
2664 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2668 # Check whether --with-xinerama was given.
2669 if test "${with_xinerama+set}" = set; then :
2670 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2674 # Check whether --with-xinput was given.
2675 if test "${with_xinput+set}" = set; then :
2676 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2680 # Check whether --with-xml was given.
2681 if test "${with_xml+set}" = set; then :
2682 withval=$with_xml;
2686 # Check whether --with-xrandr was given.
2687 if test "${with_xrandr+set}" = set; then :
2688 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2692 # Check whether --with-xrender was given.
2693 if test "${with_xrender+set}" = set; then :
2694 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2698 # Check whether --with-xshape was given.
2699 if test "${with_xshape+set}" = set; then :
2700 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2704 # Check whether --with-xshm was given.
2705 if test "${with_xshm+set}" = set; then :
2706 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2710 # Check whether --with-xslt was given.
2711 if test "${with_xslt+set}" = set; then :
2712 withval=$with_xslt;
2716 # Check whether --with-xxf86vm was given.
2717 if test "${with_xxf86vm+set}" = set; then :
2718 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2723 # Check whether --with-wine-tools was given.
2724 if test "${with_wine_tools+set}" = set; then :
2725 withval=$with_wine_tools;
2729 # Check whether --with-wine64 was given.
2730 if test "${with_wine64+set}" = set; then :
2731 withval=$with_wine64;
2735 # Make sure we can run config.sub.
2736 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2737 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2740 $as_echo_n "checking build system type... " >&6; }
2741 if test "${ac_cv_build+set}" = set; then :
2742 $as_echo_n "(cached) " >&6
2743 else
2744 ac_build_alias=$build_alias
2745 test "x$ac_build_alias" = x &&
2746 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2747 test "x$ac_build_alias" = x &&
2748 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2749 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2750 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2754 $as_echo "$ac_cv_build" >&6; }
2755 case $ac_cv_build in
2756 *-*-*) ;;
2757 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2758 esac
2759 build=$ac_cv_build
2760 ac_save_IFS=$IFS; IFS='-'
2761 set x $ac_cv_build
2762 shift
2763 build_cpu=$1
2764 build_vendor=$2
2765 shift; shift
2766 # Remember, the first character of IFS is used to create $*,
2767 # except with old shells:
2768 build_os=$*
2769 IFS=$ac_save_IFS
2770 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2774 $as_echo_n "checking host system type... " >&6; }
2775 if test "${ac_cv_host+set}" = set; then :
2776 $as_echo_n "(cached) " >&6
2777 else
2778 if test "x$host_alias" = x; then
2779 ac_cv_host=$ac_cv_build
2780 else
2781 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2782 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2787 $as_echo "$ac_cv_host" >&6; }
2788 case $ac_cv_host in
2789 *-*-*) ;;
2790 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2791 esac
2792 host=$ac_cv_host
2793 ac_save_IFS=$IFS; IFS='-'
2794 set x $ac_cv_host
2795 shift
2796 host_cpu=$1
2797 host_vendor=$2
2798 shift; shift
2799 # Remember, the first character of IFS is used to create $*,
2800 # except with old shells:
2801 host_os=$*
2802 IFS=$ac_save_IFS
2803 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2807 case "$srcdir" in
2808 .) ;;
2809 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2810 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2811 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2812 fi ;;
2813 esac
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2817 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2818 set x ${MAKE-make}
2819 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2820 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2821 $as_echo_n "(cached) " >&6
2822 else
2823 cat >conftest.make <<\_ACEOF
2824 SHELL = /bin/sh
2825 all:
2826 @echo '@@@%%%=$(MAKE)=@@@%%%'
2827 _ACEOF
2828 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2829 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2830 *@@@%%%=?*=@@@%%%*)
2831 eval ac_cv_prog_make_${ac_make}_set=yes;;
2833 eval ac_cv_prog_make_${ac_make}_set=no;;
2834 esac
2835 rm -f conftest.make
2837 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2839 $as_echo "yes" >&6; }
2840 SET_MAKE=
2841 else
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2843 $as_echo "no" >&6; }
2844 SET_MAKE="MAKE=${MAKE-make}"
2847 ac_ext=c
2848 ac_cpp='$CPP $CPPFLAGS'
2849 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2850 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2851 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2852 if test -n "$ac_tool_prefix"; then
2853 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2854 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2856 $as_echo_n "checking for $ac_word... " >&6; }
2857 if test "${ac_cv_prog_CC+set}" = set; then :
2858 $as_echo_n "(cached) " >&6
2859 else
2860 if test -n "$CC"; then
2861 ac_cv_prog_CC="$CC" # Let the user override the test.
2862 else
2863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2864 for as_dir in $PATH
2866 IFS=$as_save_IFS
2867 test -z "$as_dir" && as_dir=.
2868 for ac_exec_ext in '' $ac_executable_extensions; do
2869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2870 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2872 break 2
2874 done
2875 done
2876 IFS=$as_save_IFS
2880 CC=$ac_cv_prog_CC
2881 if test -n "$CC"; then
2882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2883 $as_echo "$CC" >&6; }
2884 else
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2886 $as_echo "no" >&6; }
2891 if test -z "$ac_cv_prog_CC"; then
2892 ac_ct_CC=$CC
2893 # Extract the first word of "gcc", so it can be a program name with args.
2894 set dummy gcc; ac_word=$2
2895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2896 $as_echo_n "checking for $ac_word... " >&6; }
2897 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2898 $as_echo_n "(cached) " >&6
2899 else
2900 if test -n "$ac_ct_CC"; then
2901 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2902 else
2903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2904 for as_dir in $PATH
2906 IFS=$as_save_IFS
2907 test -z "$as_dir" && as_dir=.
2908 for ac_exec_ext in '' $ac_executable_extensions; do
2909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2910 ac_cv_prog_ac_ct_CC="gcc"
2911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2912 break 2
2914 done
2915 done
2916 IFS=$as_save_IFS
2920 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2921 if test -n "$ac_ct_CC"; then
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2923 $as_echo "$ac_ct_CC" >&6; }
2924 else
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2926 $as_echo "no" >&6; }
2929 if test "x$ac_ct_CC" = x; then
2930 CC=""
2931 else
2932 case $cross_compiling:$ac_tool_warned in
2933 yes:)
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2935 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2936 ac_tool_warned=yes ;;
2937 esac
2938 CC=$ac_ct_CC
2940 else
2941 CC="$ac_cv_prog_CC"
2944 if test -z "$CC"; then
2945 if test -n "$ac_tool_prefix"; then
2946 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2947 set dummy ${ac_tool_prefix}cc; ac_word=$2
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2949 $as_echo_n "checking for $ac_word... " >&6; }
2950 if test "${ac_cv_prog_CC+set}" = set; then :
2951 $as_echo_n "(cached) " >&6
2952 else
2953 if test -n "$CC"; then
2954 ac_cv_prog_CC="$CC" # Let the user override the test.
2955 else
2956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2957 for as_dir in $PATH
2959 IFS=$as_save_IFS
2960 test -z "$as_dir" && as_dir=.
2961 for ac_exec_ext in '' $ac_executable_extensions; do
2962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2963 ac_cv_prog_CC="${ac_tool_prefix}cc"
2964 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2965 break 2
2967 done
2968 done
2969 IFS=$as_save_IFS
2973 CC=$ac_cv_prog_CC
2974 if test -n "$CC"; then
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2976 $as_echo "$CC" >&6; }
2977 else
2978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2979 $as_echo "no" >&6; }
2985 if test -z "$CC"; then
2986 # Extract the first word of "cc", so it can be a program name with args.
2987 set dummy cc; ac_word=$2
2988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2989 $as_echo_n "checking for $ac_word... " >&6; }
2990 if test "${ac_cv_prog_CC+set}" = set; then :
2991 $as_echo_n "(cached) " >&6
2992 else
2993 if test -n "$CC"; then
2994 ac_cv_prog_CC="$CC" # Let the user override the test.
2995 else
2996 ac_prog_rejected=no
2997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2998 for as_dir in $PATH
3000 IFS=$as_save_IFS
3001 test -z "$as_dir" && as_dir=.
3002 for ac_exec_ext in '' $ac_executable_extensions; do
3003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3004 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3005 ac_prog_rejected=yes
3006 continue
3008 ac_cv_prog_CC="cc"
3009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3010 break 2
3012 done
3013 done
3014 IFS=$as_save_IFS
3016 if test $ac_prog_rejected = yes; then
3017 # We found a bogon in the path, so make sure we never use it.
3018 set dummy $ac_cv_prog_CC
3019 shift
3020 if test $# != 0; then
3021 # We chose a different compiler from the bogus one.
3022 # However, it has the same basename, so the bogon will be chosen
3023 # first if we set CC to just the basename; use the full file name.
3024 shift
3025 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3030 CC=$ac_cv_prog_CC
3031 if test -n "$CC"; then
3032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3033 $as_echo "$CC" >&6; }
3034 else
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3036 $as_echo "no" >&6; }
3041 if test -z "$CC"; then
3042 if test -n "$ac_tool_prefix"; then
3043 for ac_prog in cl.exe
3045 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3046 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3048 $as_echo_n "checking for $ac_word... " >&6; }
3049 if test "${ac_cv_prog_CC+set}" = set; then :
3050 $as_echo_n "(cached) " >&6
3051 else
3052 if test -n "$CC"; then
3053 ac_cv_prog_CC="$CC" # Let the user override the test.
3054 else
3055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3056 for as_dir in $PATH
3058 IFS=$as_save_IFS
3059 test -z "$as_dir" && as_dir=.
3060 for ac_exec_ext in '' $ac_executable_extensions; do
3061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3062 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3064 break 2
3066 done
3067 done
3068 IFS=$as_save_IFS
3072 CC=$ac_cv_prog_CC
3073 if test -n "$CC"; then
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3075 $as_echo "$CC" >&6; }
3076 else
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3078 $as_echo "no" >&6; }
3082 test -n "$CC" && break
3083 done
3085 if test -z "$CC"; then
3086 ac_ct_CC=$CC
3087 for ac_prog in cl.exe
3089 # Extract the first word of "$ac_prog", so it can be a program name with args.
3090 set dummy $ac_prog; ac_word=$2
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3092 $as_echo_n "checking for $ac_word... " >&6; }
3093 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3094 $as_echo_n "(cached) " >&6
3095 else
3096 if test -n "$ac_ct_CC"; then
3097 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3098 else
3099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3100 for as_dir in $PATH
3102 IFS=$as_save_IFS
3103 test -z "$as_dir" && as_dir=.
3104 for ac_exec_ext in '' $ac_executable_extensions; do
3105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3106 ac_cv_prog_ac_ct_CC="$ac_prog"
3107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3108 break 2
3110 done
3111 done
3112 IFS=$as_save_IFS
3116 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3117 if test -n "$ac_ct_CC"; then
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3119 $as_echo "$ac_ct_CC" >&6; }
3120 else
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3122 $as_echo "no" >&6; }
3126 test -n "$ac_ct_CC" && break
3127 done
3129 if test "x$ac_ct_CC" = x; then
3130 CC=""
3131 else
3132 case $cross_compiling:$ac_tool_warned in
3133 yes:)
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3135 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3136 ac_tool_warned=yes ;;
3137 esac
3138 CC=$ac_ct_CC
3145 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3146 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3147 as_fn_error "no acceptable C compiler found in \$PATH
3148 See \`config.log' for more details." "$LINENO" 5; }
3150 # Provide some information about the compiler.
3151 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3152 set X $ac_compile
3153 ac_compiler=$2
3154 for ac_option in --version -v -V -qversion; do
3155 { { ac_try="$ac_compiler $ac_option >&5"
3156 case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3161 $as_echo "$ac_try_echo"; } >&5
3162 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3163 ac_status=$?
3164 if test -s conftest.err; then
3165 sed '10a\
3166 ... rest of stderr output deleted ...
3167 10q' conftest.err >conftest.er1
3168 cat conftest.er1 >&5
3169 rm -f conftest.er1 conftest.err
3171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3172 test $ac_status = 0; }
3173 done
3175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3176 /* end confdefs.h. */
3177 #include <stdio.h>
3179 main ()
3181 FILE *f = fopen ("conftest.out", "w");
3182 return ferror (f) || fclose (f) != 0;
3185 return 0;
3187 _ACEOF
3188 ac_clean_files_save=$ac_clean_files
3189 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3190 # Try to create an executable without -o first, disregard a.out.
3191 # It will help us diagnose broken compilers, and finding out an intuition
3192 # of exeext.
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3194 $as_echo_n "checking for C compiler default output file name... " >&6; }
3195 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3197 # The possible output files:
3198 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3200 ac_rmfiles=
3201 for ac_file in $ac_files
3203 case $ac_file in
3204 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3205 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3206 esac
3207 done
3208 rm -f $ac_rmfiles
3210 if { { ac_try="$ac_link_default"
3211 case "(($ac_try" in
3212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213 *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3216 $as_echo "$ac_try_echo"; } >&5
3217 (eval "$ac_link_default") 2>&5
3218 ac_status=$?
3219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3220 test $ac_status = 0; }; then :
3221 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3222 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3223 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3224 # so that the user can short-circuit this test for compilers unknown to
3225 # Autoconf.
3226 for ac_file in $ac_files ''
3228 test -f "$ac_file" || continue
3229 case $ac_file in
3230 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3232 [ab].out )
3233 # We found the default executable, but exeext='' is most
3234 # certainly right.
3235 break;;
3236 *.* )
3237 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3238 then :; else
3239 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3241 # We set ac_cv_exeext here because the later test for it is not
3242 # safe: cross compilers may not add the suffix if given an `-o'
3243 # argument, so we may need to know it at that point already.
3244 # Even if this section looks crufty: it has the advantage of
3245 # actually working.
3246 break;;
3248 break;;
3249 esac
3250 done
3251 test "$ac_cv_exeext" = no && ac_cv_exeext=
3253 else
3254 ac_file=''
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3257 $as_echo "$ac_file" >&6; }
3258 if test -z "$ac_file"; then :
3259 $as_echo "$as_me: failed program was:" >&5
3260 sed 's/^/| /' conftest.$ac_ext >&5
3262 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3263 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3264 { as_fn_set_status 77
3265 as_fn_error "C compiler cannot create executables
3266 See \`config.log' for more details." "$LINENO" 5; }; }
3268 ac_exeext=$ac_cv_exeext
3270 # Check that the compiler produces executables we can run. If not, either
3271 # the compiler is broken, or we cross compile.
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3273 $as_echo_n "checking whether the C compiler works... " >&6; }
3274 # If not cross compiling, check that we can run a simple program.
3275 if test "$cross_compiling" != yes; then
3276 if { ac_try='./$ac_file'
3277 { { case "(($ac_try" in
3278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3279 *) ac_try_echo=$ac_try;;
3280 esac
3281 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3282 $as_echo "$ac_try_echo"; } >&5
3283 (eval "$ac_try") 2>&5
3284 ac_status=$?
3285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3286 test $ac_status = 0; }; }; then
3287 cross_compiling=no
3288 else
3289 if test "$cross_compiling" = maybe; then
3290 cross_compiling=yes
3291 else
3292 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3293 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3294 as_fn_error "cannot run C compiled programs.
3295 If you meant to cross compile, use \`--host'.
3296 See \`config.log' for more details." "$LINENO" 5; }
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3301 $as_echo "yes" >&6; }
3303 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3304 ac_clean_files=$ac_clean_files_save
3305 # Check that the compiler produces executables we can run. If not, either
3306 # the compiler is broken, or we cross compile.
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3308 $as_echo_n "checking whether we are cross compiling... " >&6; }
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3310 $as_echo "$cross_compiling" >&6; }
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3313 $as_echo_n "checking for suffix of executables... " >&6; }
3314 if { { ac_try="$ac_link"
3315 case "(($ac_try" in
3316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3317 *) ac_try_echo=$ac_try;;
3318 esac
3319 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3320 $as_echo "$ac_try_echo"; } >&5
3321 (eval "$ac_link") 2>&5
3322 ac_status=$?
3323 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3324 test $ac_status = 0; }; then :
3325 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3326 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3327 # work properly (i.e., refer to `conftest.exe'), while it won't with
3328 # `rm'.
3329 for ac_file in conftest.exe conftest conftest.*; do
3330 test -f "$ac_file" || continue
3331 case $ac_file in
3332 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3333 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3334 break;;
3335 * ) break;;
3336 esac
3337 done
3338 else
3339 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3340 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3341 as_fn_error "cannot compute suffix of executables: cannot compile and link
3342 See \`config.log' for more details." "$LINENO" 5; }
3344 rm -f conftest$ac_cv_exeext
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3346 $as_echo "$ac_cv_exeext" >&6; }
3348 rm -f conftest.$ac_ext
3349 EXEEXT=$ac_cv_exeext
3350 ac_exeext=$EXEEXT
3351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3352 $as_echo_n "checking for suffix of object files... " >&6; }
3353 if test "${ac_cv_objext+set}" = set; then :
3354 $as_echo_n "(cached) " >&6
3355 else
3356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3357 /* end confdefs.h. */
3360 main ()
3364 return 0;
3366 _ACEOF
3367 rm -f conftest.o conftest.obj
3368 if { { ac_try="$ac_compile"
3369 case "(($ac_try" in
3370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3371 *) ac_try_echo=$ac_try;;
3372 esac
3373 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3374 $as_echo "$ac_try_echo"; } >&5
3375 (eval "$ac_compile") 2>&5
3376 ac_status=$?
3377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3378 test $ac_status = 0; }; then :
3379 for ac_file in conftest.o conftest.obj conftest.*; do
3380 test -f "$ac_file" || continue;
3381 case $ac_file in
3382 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3383 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3384 break;;
3385 esac
3386 done
3387 else
3388 $as_echo "$as_me: failed program was:" >&5
3389 sed 's/^/| /' conftest.$ac_ext >&5
3391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3392 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3393 as_fn_error "cannot compute suffix of object files: cannot compile
3394 See \`config.log' for more details." "$LINENO" 5; }
3396 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3399 $as_echo "$ac_cv_objext" >&6; }
3400 OBJEXT=$ac_cv_objext
3401 ac_objext=$OBJEXT
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3403 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3404 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3405 $as_echo_n "(cached) " >&6
3406 else
3407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3408 /* end confdefs.h. */
3411 main ()
3413 #ifndef __GNUC__
3414 choke me
3415 #endif
3418 return 0;
3420 _ACEOF
3421 if ac_fn_c_try_compile "$LINENO"; then :
3422 ac_compiler_gnu=yes
3423 else
3424 ac_compiler_gnu=no
3426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3427 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3431 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3432 if test $ac_compiler_gnu = yes; then
3433 GCC=yes
3434 else
3435 GCC=
3437 ac_test_CFLAGS=${CFLAGS+set}
3438 ac_save_CFLAGS=$CFLAGS
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3440 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3441 if test "${ac_cv_prog_cc_g+set}" = set; then :
3442 $as_echo_n "(cached) " >&6
3443 else
3444 ac_save_c_werror_flag=$ac_c_werror_flag
3445 ac_c_werror_flag=yes
3446 ac_cv_prog_cc_g=no
3447 CFLAGS="-g"
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449 /* end confdefs.h. */
3452 main ()
3456 return 0;
3458 _ACEOF
3459 if ac_fn_c_try_compile "$LINENO"; then :
3460 ac_cv_prog_cc_g=yes
3461 else
3462 CFLAGS=""
3463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3464 /* end confdefs.h. */
3467 main ()
3471 return 0;
3473 _ACEOF
3474 if ac_fn_c_try_compile "$LINENO"; then :
3476 else
3477 ac_c_werror_flag=$ac_save_c_werror_flag
3478 CFLAGS="-g"
3479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3480 /* end confdefs.h. */
3483 main ()
3487 return 0;
3489 _ACEOF
3490 if ac_fn_c_try_compile "$LINENO"; then :
3491 ac_cv_prog_cc_g=yes
3493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3498 ac_c_werror_flag=$ac_save_c_werror_flag
3500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3501 $as_echo "$ac_cv_prog_cc_g" >&6; }
3502 if test "$ac_test_CFLAGS" = set; then
3503 CFLAGS=$ac_save_CFLAGS
3504 elif test $ac_cv_prog_cc_g = yes; then
3505 if test "$GCC" = yes; then
3506 CFLAGS="-g -O2"
3507 else
3508 CFLAGS="-g"
3510 else
3511 if test "$GCC" = yes; then
3512 CFLAGS="-O2"
3513 else
3514 CFLAGS=
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3518 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3519 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3520 $as_echo_n "(cached) " >&6
3521 else
3522 ac_cv_prog_cc_c89=no
3523 ac_save_CC=$CC
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3526 #include <stdarg.h>
3527 #include <stdio.h>
3528 #include <sys/types.h>
3529 #include <sys/stat.h>
3530 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3531 struct buf { int x; };
3532 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3533 static char *e (p, i)
3534 char **p;
3535 int i;
3537 return p[i];
3539 static char *f (char * (*g) (char **, int), char **p, ...)
3541 char *s;
3542 va_list v;
3543 va_start (v,p);
3544 s = g (p, va_arg (v,int));
3545 va_end (v);
3546 return s;
3549 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3550 function prototypes and stuff, but not '\xHH' hex character constants.
3551 These don't provoke an error unfortunately, instead are silently treated
3552 as 'x'. The following induces an error, until -std is added to get
3553 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3554 array size at least. It's necessary to write '\x00'==0 to get something
3555 that's true only with -std. */
3556 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3558 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3559 inside strings and character constants. */
3560 #define FOO(x) 'x'
3561 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3563 int test (int i, double x);
3564 struct s1 {int (*f) (int a);};
3565 struct s2 {int (*f) (double a);};
3566 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3567 int argc;
3568 char **argv;
3570 main ()
3572 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3574 return 0;
3576 _ACEOF
3577 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3578 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3580 CC="$ac_save_CC $ac_arg"
3581 if ac_fn_c_try_compile "$LINENO"; then :
3582 ac_cv_prog_cc_c89=$ac_arg
3584 rm -f core conftest.err conftest.$ac_objext
3585 test "x$ac_cv_prog_cc_c89" != "xno" && break
3586 done
3587 rm -f conftest.$ac_ext
3588 CC=$ac_save_CC
3591 # AC_CACHE_VAL
3592 case "x$ac_cv_prog_cc_c89" in
3594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3595 $as_echo "none needed" >&6; } ;;
3596 xno)
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3598 $as_echo "unsupported" >&6; } ;;
3600 CC="$CC $ac_cv_prog_cc_c89"
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3602 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3603 esac
3604 if test "x$ac_cv_prog_cc_c89" != xno; then :
3608 ac_ext=c
3609 ac_cpp='$CPP $CPPFLAGS'
3610 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3611 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3612 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3614 ac_ext=cpp
3615 ac_cpp='$CXXCPP $CPPFLAGS'
3616 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3617 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3618 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3619 if test -z "$CXX"; then
3620 if test -n "$CCC"; then
3621 CXX=$CCC
3622 else
3623 if test -n "$ac_tool_prefix"; then
3624 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3626 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3627 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3629 $as_echo_n "checking for $ac_word... " >&6; }
3630 if test "${ac_cv_prog_CXX+set}" = set; then :
3631 $as_echo_n "(cached) " >&6
3632 else
3633 if test -n "$CXX"; then
3634 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3635 else
3636 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3637 for as_dir in $PATH
3639 IFS=$as_save_IFS
3640 test -z "$as_dir" && as_dir=.
3641 for ac_exec_ext in '' $ac_executable_extensions; do
3642 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3643 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3645 break 2
3647 done
3648 done
3649 IFS=$as_save_IFS
3653 CXX=$ac_cv_prog_CXX
3654 if test -n "$CXX"; then
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3656 $as_echo "$CXX" >&6; }
3657 else
3658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3659 $as_echo "no" >&6; }
3663 test -n "$CXX" && break
3664 done
3666 if test -z "$CXX"; then
3667 ac_ct_CXX=$CXX
3668 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670 # Extract the first word of "$ac_prog", so it can be a program name with args.
3671 set dummy $ac_prog; ac_word=$2
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673 $as_echo_n "checking for $ac_word... " >&6; }
3674 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 if test -n "$ac_ct_CXX"; then
3678 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3679 else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681 for as_dir in $PATH
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 for ac_exec_ext in '' $ac_executable_extensions; do
3686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3687 ac_cv_prog_ac_ct_CXX="$ac_prog"
3688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3689 break 2
3691 done
3692 done
3693 IFS=$as_save_IFS
3697 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3698 if test -n "$ac_ct_CXX"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3700 $as_echo "$ac_ct_CXX" >&6; }
3701 else
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703 $as_echo "no" >&6; }
3707 test -n "$ac_ct_CXX" && break
3708 done
3710 if test "x$ac_ct_CXX" = x; then
3711 CXX="g++"
3712 else
3713 case $cross_compiling:$ac_tool_warned in
3714 yes:)
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3716 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3717 ac_tool_warned=yes ;;
3718 esac
3719 CXX=$ac_ct_CXX
3725 # Provide some information about the compiler.
3726 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3727 set X $ac_compile
3728 ac_compiler=$2
3729 for ac_option in --version -v -V -qversion; do
3730 { { ac_try="$ac_compiler $ac_option >&5"
3731 case "(($ac_try" in
3732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3733 *) ac_try_echo=$ac_try;;
3734 esac
3735 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3736 $as_echo "$ac_try_echo"; } >&5
3737 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3738 ac_status=$?
3739 if test -s conftest.err; then
3740 sed '10a\
3741 ... rest of stderr output deleted ...
3742 10q' conftest.err >conftest.er1
3743 cat conftest.er1 >&5
3744 rm -f conftest.er1 conftest.err
3746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3747 test $ac_status = 0; }
3748 done
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3751 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3752 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3753 $as_echo_n "(cached) " >&6
3754 else
3755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3756 /* end confdefs.h. */
3759 main ()
3761 #ifndef __GNUC__
3762 choke me
3763 #endif
3766 return 0;
3768 _ACEOF
3769 if ac_fn_cxx_try_compile "$LINENO"; then :
3770 ac_compiler_gnu=yes
3771 else
3772 ac_compiler_gnu=no
3774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3775 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3779 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3780 if test $ac_compiler_gnu = yes; then
3781 GXX=yes
3782 else
3783 GXX=
3785 ac_test_CXXFLAGS=${CXXFLAGS+set}
3786 ac_save_CXXFLAGS=$CXXFLAGS
3787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3788 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3789 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3790 $as_echo_n "(cached) " >&6
3791 else
3792 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3793 ac_cxx_werror_flag=yes
3794 ac_cv_prog_cxx_g=no
3795 CXXFLAGS="-g"
3796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3797 /* end confdefs.h. */
3800 main ()
3804 return 0;
3806 _ACEOF
3807 if ac_fn_cxx_try_compile "$LINENO"; then :
3808 ac_cv_prog_cxx_g=yes
3809 else
3810 CXXFLAGS=""
3811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3812 /* end confdefs.h. */
3815 main ()
3819 return 0;
3821 _ACEOF
3822 if ac_fn_cxx_try_compile "$LINENO"; then :
3824 else
3825 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3826 CXXFLAGS="-g"
3827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3828 /* end confdefs.h. */
3831 main ()
3835 return 0;
3837 _ACEOF
3838 if ac_fn_cxx_try_compile "$LINENO"; then :
3839 ac_cv_prog_cxx_g=yes
3841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3846 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3849 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3850 if test "$ac_test_CXXFLAGS" = set; then
3851 CXXFLAGS=$ac_save_CXXFLAGS
3852 elif test $ac_cv_prog_cxx_g = yes; then
3853 if test "$GXX" = yes; then
3854 CXXFLAGS="-g -O2"
3855 else
3856 CXXFLAGS="-g"
3858 else
3859 if test "$GXX" = yes; then
3860 CXXFLAGS="-O2"
3861 else
3862 CXXFLAGS=
3865 ac_ext=c
3866 ac_cpp='$CPP $CPPFLAGS'
3867 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3868 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3869 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3871 if test -n "$ac_tool_prefix"; then
3872 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3873 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3875 $as_echo_n "checking for $ac_word... " >&6; }
3876 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3877 $as_echo_n "(cached) " >&6
3878 else
3879 if test -n "$CPPBIN"; then
3880 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3881 else
3882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3883 for as_dir in $PATH
3885 IFS=$as_save_IFS
3886 test -z "$as_dir" && as_dir=.
3887 for ac_exec_ext in '' $ac_executable_extensions; do
3888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3889 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3891 break 2
3893 done
3894 done
3895 IFS=$as_save_IFS
3899 CPPBIN=$ac_cv_prog_CPPBIN
3900 if test -n "$CPPBIN"; then
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3902 $as_echo "$CPPBIN" >&6; }
3903 else
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3905 $as_echo "no" >&6; }
3910 if test -z "$ac_cv_prog_CPPBIN"; then
3911 ac_ct_CPPBIN=$CPPBIN
3912 # Extract the first word of "cpp", so it can be a program name with args.
3913 set dummy cpp; ac_word=$2
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3915 $as_echo_n "checking for $ac_word... " >&6; }
3916 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3917 $as_echo_n "(cached) " >&6
3918 else
3919 if test -n "$ac_ct_CPPBIN"; then
3920 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3921 else
3922 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3923 for as_dir in $PATH
3925 IFS=$as_save_IFS
3926 test -z "$as_dir" && as_dir=.
3927 for ac_exec_ext in '' $ac_executable_extensions; do
3928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3929 ac_cv_prog_ac_ct_CPPBIN="cpp"
3930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3931 break 2
3933 done
3934 done
3935 IFS=$as_save_IFS
3939 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3940 if test -n "$ac_ct_CPPBIN"; then
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3942 $as_echo "$ac_ct_CPPBIN" >&6; }
3943 else
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3945 $as_echo "no" >&6; }
3948 if test "x$ac_ct_CPPBIN" = x; then
3949 CPPBIN="cpp"
3950 else
3951 case $cross_compiling:$ac_tool_warned in
3952 yes:)
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3955 ac_tool_warned=yes ;;
3956 esac
3957 CPPBIN=$ac_ct_CPPBIN
3959 else
3960 CPPBIN="$ac_cv_prog_CPPBIN"
3964 cat >>confdefs.h <<_ACEOF
3965 #define EXEEXT "$ac_exeext"
3966 _ACEOF
3969 case $host in
3970 *-darwin*)
3971 if test "x$enable_win64" = "xyes"
3972 then
3973 CC="$CC -m64"
3974 CXX="$CXX -m64"
3975 LD="${LD:-ld} -arch x86_64"
3976 AS="${AS:-as} -arch x86_64"
3977 host_cpu="x86_64"
3978 notice_platform="64-bit "
3979 TARGETFLAGS="-m64"
3981 else
3982 CC="$CC -m32"
3983 CXX="$CXX -m32"
3984 LD="${LD:-ld} -arch i386"
3985 AS="${AS:-as} -arch i386"
3986 host_cpu="i386"
3987 notice_platform="32-bit "
3988 TARGETFLAGS="-m32"
3990 enable_win16=${enable_win16:-yes}
3993 x86_64*)
3994 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3995 then
3996 CC="$CC -m32"
3997 CXX="$CXX -m32"
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3999 $as_echo_n "checking whether $CC works... " >&6; }
4001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4002 /* end confdefs.h. */
4005 main ()
4009 return 0;
4011 _ACEOF
4012 if ac_fn_c_try_link "$LINENO"; then :
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4014 $as_echo "yes" >&6; }
4015 else
4016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4017 $as_echo "no" >&6; }
4018 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4020 rm -f core conftest.err conftest.$ac_objext \
4021 conftest$ac_exeext conftest.$ac_ext
4022 LD="${LD:-ld} -m elf_i386"
4023 AS="${AS:-as} --32"
4024 host_cpu="i386"
4025 notice_platform="32-bit "
4026 TARGETFLAGS="-m32"
4028 enable_win16=${enable_win16:-yes}
4029 else
4030 if test "x${GCC}" = "xyes"
4031 then
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4033 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4036 #include <stdarg.h>
4038 main ()
4040 void func(__builtin_ms_va_list *args);
4042 return 0;
4044 _ACEOF
4045 if ac_fn_c_try_compile "$LINENO"; then :
4046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4047 $as_echo "yes" >&6; }
4048 else
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4050 $as_echo "no" >&6; }
4051 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4055 TARGETFLAGS="-m64"
4059 *-mingw32*|*-cygwin*)
4060 enable_win16=${enable_win16:-no}
4062 i[3456789]86*)
4063 enable_win16=${enable_win16:-yes}
4065 esac
4067 enable_win16=${enable_win16:-no}
4069 WIN16_FILES="\$(WIN16_FILES)"
4071 WIN16_INSTALL="\$(WIN16_INSTALL)"
4073 if test "x$enable_win16" != "xyes"
4074 then
4075 WIN16_FILES=""
4076 WIN16_INSTALL=""
4077 enable_w32skrnl=${enable_w32skrnl:-no}
4078 enable_winedos=${enable_winedos:-no}
4079 enable_winevdm=${enable_winevdm:-no}
4082 if test -n "$with_wine64"
4083 then
4084 if test "x$enable_win64" = "xyes"
4085 then
4086 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4087 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4089 WOW64_DISABLE=\#
4091 enable_fonts=${enable_fonts:-no}
4092 enable_include=${enable_include:-no}
4093 enable_server=${enable_server:-no}
4094 enable_tools=${enable_tools:-no}
4095 enable_wineboot=${enable_wineboot:-no}
4096 enable_winedbg=${enable_winedbg:-no}
4097 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4101 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4102 if test "${wine_cv_toolsdir+set}" = set; then :
4103 $as_echo_n "(cached) " >&6
4104 else
4105 wine_cv_toolsdir="$with_wine_tools"
4106 if test -z "$with_wine_tools"; then
4107 if test "$cross_compiling" = "yes"; then
4108 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4109 elif test -n "$with_wine64"; then
4110 wine_cv_toolsdir="$with_wine64"
4113 if test -z "$wine_cv_toolsdir"; then
4114 wine_cv_toolsdir="\$(TOPOBJDIR)"
4115 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4116 case "$wine_cv_toolsdir" in
4117 /*) ;;
4118 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4119 esac
4120 else
4121 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4125 $as_echo "$wine_cv_toolsdir" >&6; }
4126 TOOLSDIR=$wine_cv_toolsdir
4128 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4129 then
4130 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4134 for ac_prog in flex
4136 # Extract the first word of "$ac_prog", so it can be a program name with args.
4137 set dummy $ac_prog; ac_word=$2
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4139 $as_echo_n "checking for $ac_word... " >&6; }
4140 if test "${ac_cv_prog_FLEX+set}" = set; then :
4141 $as_echo_n "(cached) " >&6
4142 else
4143 if test -n "$FLEX"; then
4144 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4145 else
4146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4147 for as_dir in $PATH
4149 IFS=$as_save_IFS
4150 test -z "$as_dir" && as_dir=.
4151 for ac_exec_ext in '' $ac_executable_extensions; do
4152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4153 ac_cv_prog_FLEX="$ac_prog"
4154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4155 break 2
4157 done
4158 done
4159 IFS=$as_save_IFS
4163 FLEX=$ac_cv_prog_FLEX
4164 if test -n "$FLEX"; then
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4166 $as_echo "$FLEX" >&6; }
4167 else
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4169 $as_echo "no" >&6; }
4173 test -n "$FLEX" && break
4174 done
4175 test -n "$FLEX" || FLEX="none"
4177 if test "$FLEX" = "none"
4178 then
4179 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4182 for ac_prog in bison
4184 # Extract the first word of "$ac_prog", so it can be a program name with args.
4185 set dummy $ac_prog; ac_word=$2
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4187 $as_echo_n "checking for $ac_word... " >&6; }
4188 if test "${ac_cv_prog_BISON+set}" = set; then :
4189 $as_echo_n "(cached) " >&6
4190 else
4191 if test -n "$BISON"; then
4192 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4193 else
4194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195 for as_dir in $PATH
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
4199 for ac_exec_ext in '' $ac_executable_extensions; do
4200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4201 ac_cv_prog_BISON="$ac_prog"
4202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4203 break 2
4205 done
4206 done
4207 IFS=$as_save_IFS
4211 BISON=$ac_cv_prog_BISON
4212 if test -n "$BISON"; then
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4214 $as_echo "$BISON" >&6; }
4215 else
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4217 $as_echo "no" >&6; }
4221 test -n "$BISON" && break
4222 done
4223 test -n "$BISON" || BISON="none"
4225 if test "$BISON" = "none"
4226 then
4227 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4230 if test -n "$ac_tool_prefix"; then
4231 for ac_prog in ar gar
4233 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4234 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_AR+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$AR"; then
4241 ac_cv_prog_AR="$AR" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 AR=$ac_cv_prog_AR
4261 if test -n "$AR"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4263 $as_echo "$AR" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4270 test -n "$AR" && break
4271 done
4273 if test -z "$AR"; then
4274 ac_ct_AR=$AR
4275 for ac_prog in ar gar
4277 # Extract the first word of "$ac_prog", so it can be a program name with args.
4278 set dummy $ac_prog; ac_word=$2
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4280 $as_echo_n "checking for $ac_word... " >&6; }
4281 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
4283 else
4284 if test -n "$ac_ct_AR"; then
4285 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4286 else
4287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4288 for as_dir in $PATH
4290 IFS=$as_save_IFS
4291 test -z "$as_dir" && as_dir=.
4292 for ac_exec_ext in '' $ac_executable_extensions; do
4293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4294 ac_cv_prog_ac_ct_AR="$ac_prog"
4295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 break 2
4298 done
4299 done
4300 IFS=$as_save_IFS
4304 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4305 if test -n "$ac_ct_AR"; then
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4307 $as_echo "$ac_ct_AR" >&6; }
4308 else
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4310 $as_echo "no" >&6; }
4314 test -n "$ac_ct_AR" && break
4315 done
4317 if test "x$ac_ct_AR" = x; then
4318 AR="ar"
4319 else
4320 case $cross_compiling:$ac_tool_warned in
4321 yes:)
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4323 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4324 ac_tool_warned=yes ;;
4325 esac
4326 AR=$ac_ct_AR
4330 ARFLAGS=rc
4332 if test -n "$ac_tool_prefix"; then
4333 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4334 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4336 $as_echo_n "checking for $ac_word... " >&6; }
4337 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4338 $as_echo_n "(cached) " >&6
4339 else
4340 if test -n "$RANLIB"; then
4341 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4342 else
4343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344 for as_dir in $PATH
4346 IFS=$as_save_IFS
4347 test -z "$as_dir" && as_dir=.
4348 for ac_exec_ext in '' $ac_executable_extensions; do
4349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4352 break 2
4354 done
4355 done
4356 IFS=$as_save_IFS
4360 RANLIB=$ac_cv_prog_RANLIB
4361 if test -n "$RANLIB"; then
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4363 $as_echo "$RANLIB" >&6; }
4364 else
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4366 $as_echo "no" >&6; }
4371 if test -z "$ac_cv_prog_RANLIB"; then
4372 ac_ct_RANLIB=$RANLIB
4373 # Extract the first word of "ranlib", so it can be a program name with args.
4374 set dummy ranlib; ac_word=$2
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4376 $as_echo_n "checking for $ac_word... " >&6; }
4377 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4378 $as_echo_n "(cached) " >&6
4379 else
4380 if test -n "$ac_ct_RANLIB"; then
4381 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4382 else
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4390 ac_cv_prog_ac_ct_RANLIB="ranlib"
4391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 break 2
4394 done
4395 done
4396 IFS=$as_save_IFS
4400 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4401 if test -n "$ac_ct_RANLIB"; then
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4403 $as_echo "$ac_ct_RANLIB" >&6; }
4404 else
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4406 $as_echo "no" >&6; }
4409 if test "x$ac_ct_RANLIB" = x; then
4410 RANLIB=":"
4411 else
4412 case $cross_compiling:$ac_tool_warned in
4413 yes:)
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4415 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4416 ac_tool_warned=yes ;;
4417 esac
4418 RANLIB=$ac_ct_RANLIB
4420 else
4421 RANLIB="$ac_cv_prog_RANLIB"
4424 if test -n "$ac_tool_prefix"; then
4425 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4426 set dummy ${ac_tool_prefix}strip; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if test "${ac_cv_prog_STRIP+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
4431 else
4432 if test -n "$STRIP"; then
4433 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444 break 2
4446 done
4447 done
4448 IFS=$as_save_IFS
4452 STRIP=$ac_cv_prog_STRIP
4453 if test -n "$STRIP"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4455 $as_echo "$STRIP" >&6; }
4456 else
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4463 if test -z "$ac_cv_prog_STRIP"; then
4464 ac_ct_STRIP=$STRIP
4465 # Extract the first word of "strip", so it can be a program name with args.
4466 set dummy strip; ac_word=$2
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4468 $as_echo_n "checking for $ac_word... " >&6; }
4469 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4470 $as_echo_n "(cached) " >&6
4471 else
4472 if test -n "$ac_ct_STRIP"; then
4473 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4474 else
4475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476 for as_dir in $PATH
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
4480 for ac_exec_ext in '' $ac_executable_extensions; do
4481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4482 ac_cv_prog_ac_ct_STRIP="strip"
4483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4484 break 2
4486 done
4487 done
4488 IFS=$as_save_IFS
4492 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4493 if test -n "$ac_ct_STRIP"; then
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4495 $as_echo "$ac_ct_STRIP" >&6; }
4496 else
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4498 $as_echo "no" >&6; }
4501 if test "x$ac_ct_STRIP" = x; then
4502 STRIP="strip"
4503 else
4504 case $cross_compiling:$ac_tool_warned in
4505 yes:)
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4507 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4508 ac_tool_warned=yes ;;
4509 esac
4510 STRIP=$ac_ct_STRIP
4512 else
4513 STRIP="$ac_cv_prog_STRIP"
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4517 $as_echo_n "checking whether ln -s works... " >&6; }
4518 LN_S=$as_ln_s
4519 if test "$LN_S" = "ln -s"; then
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4521 $as_echo "yes" >&6; }
4522 else
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4524 $as_echo "no, using $LN_S" >&6; }
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4528 $as_echo_n "checking whether ln works... " >&6; }
4529 rm -f conf$$ conf$$.file
4530 echo >conf$$.file
4531 if ln conf$$.file conf$$ 2>/dev/null; then
4532 LN=ln
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4535 $as_echo "yes" >&6; }
4536 else
4537 LN="cp -p"
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4540 $as_echo "no, using $LN" >&6; }
4542 rm -f conf$$ conf$$.file
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4544 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4545 if test "${ac_cv_path_GREP+set}" = set; then :
4546 $as_echo_n "(cached) " >&6
4547 else
4548 if test -z "$GREP"; then
4549 ac_path_GREP_found=false
4550 # Loop through the user's path and test for each of PROGNAME-LIST
4551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4552 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4554 IFS=$as_save_IFS
4555 test -z "$as_dir" && as_dir=.
4556 for ac_prog in grep ggrep; do
4557 for ac_exec_ext in '' $ac_executable_extensions; do
4558 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4559 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4560 # Check for GNU ac_path_GREP and select it if it is found.
4561 # Check for GNU $ac_path_GREP
4562 case `"$ac_path_GREP" --version 2>&1` in
4563 *GNU*)
4564 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4566 ac_count=0
4567 $as_echo_n 0123456789 >"conftest.in"
4568 while :
4570 cat "conftest.in" "conftest.in" >"conftest.tmp"
4571 mv "conftest.tmp" "conftest.in"
4572 cp "conftest.in" "conftest.nl"
4573 $as_echo 'GREP' >> "conftest.nl"
4574 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4575 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4576 as_fn_arith $ac_count + 1 && ac_count=$as_val
4577 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4578 # Best one so far, save it but keep looking for a better one
4579 ac_cv_path_GREP="$ac_path_GREP"
4580 ac_path_GREP_max=$ac_count
4582 # 10*(2^10) chars as input seems more than enough
4583 test $ac_count -gt 10 && break
4584 done
4585 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4586 esac
4588 $ac_path_GREP_found && break 3
4589 done
4590 done
4591 done
4592 IFS=$as_save_IFS
4593 if test -z "$ac_cv_path_GREP"; then
4594 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4596 else
4597 ac_cv_path_GREP=$GREP
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4602 $as_echo "$ac_cv_path_GREP" >&6; }
4603 GREP="$ac_cv_path_GREP"
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4607 $as_echo_n "checking for egrep... " >&6; }
4608 if test "${ac_cv_path_EGREP+set}" = set; then :
4609 $as_echo_n "(cached) " >&6
4610 else
4611 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4612 then ac_cv_path_EGREP="$GREP -E"
4613 else
4614 if test -z "$EGREP"; then
4615 ac_path_EGREP_found=false
4616 # Loop through the user's path and test for each of PROGNAME-LIST
4617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4618 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4620 IFS=$as_save_IFS
4621 test -z "$as_dir" && as_dir=.
4622 for ac_prog in egrep; do
4623 for ac_exec_ext in '' $ac_executable_extensions; do
4624 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4625 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4626 # Check for GNU ac_path_EGREP and select it if it is found.
4627 # Check for GNU $ac_path_EGREP
4628 case `"$ac_path_EGREP" --version 2>&1` in
4629 *GNU*)
4630 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4632 ac_count=0
4633 $as_echo_n 0123456789 >"conftest.in"
4634 while :
4636 cat "conftest.in" "conftest.in" >"conftest.tmp"
4637 mv "conftest.tmp" "conftest.in"
4638 cp "conftest.in" "conftest.nl"
4639 $as_echo 'EGREP' >> "conftest.nl"
4640 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4641 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4642 as_fn_arith $ac_count + 1 && ac_count=$as_val
4643 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4644 # Best one so far, save it but keep looking for a better one
4645 ac_cv_path_EGREP="$ac_path_EGREP"
4646 ac_path_EGREP_max=$ac_count
4648 # 10*(2^10) chars as input seems more than enough
4649 test $ac_count -gt 10 && break
4650 done
4651 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4652 esac
4654 $ac_path_EGREP_found && break 3
4655 done
4656 done
4657 done
4658 IFS=$as_save_IFS
4659 if test -z "$ac_cv_path_EGREP"; then
4660 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4662 else
4663 ac_cv_path_EGREP=$EGREP
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4669 $as_echo "$ac_cv_path_EGREP" >&6; }
4670 EGREP="$ac_cv_path_EGREP"
4673 # Extract the first word of "ldconfig", so it can be a program name with args.
4674 set dummy ldconfig; ac_word=$2
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4676 $as_echo_n "checking for $ac_word... " >&6; }
4677 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4678 $as_echo_n "(cached) " >&6
4679 else
4680 case $LDCONFIG in
4681 [\\/]* | ?:[\\/]*)
4682 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4686 for as_dir in /sbin /usr/sbin $PATH
4688 IFS=$as_save_IFS
4689 test -z "$as_dir" && as_dir=.
4690 for ac_exec_ext in '' $ac_executable_extensions; do
4691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4692 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4694 break 2
4696 done
4697 done
4698 IFS=$as_save_IFS
4700 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4702 esac
4704 LDCONFIG=$ac_cv_path_LDCONFIG
4705 if test -n "$LDCONFIG"; then
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4707 $as_echo "$LDCONFIG" >&6; }
4708 else
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4710 $as_echo "no" >&6; }
4714 # Find a good install program. We prefer a C program (faster),
4715 # so one script is as good as another. But avoid the broken or
4716 # incompatible versions:
4717 # SysV /etc/install, /usr/sbin/install
4718 # SunOS /usr/etc/install
4719 # IRIX /sbin/install
4720 # AIX /bin/install
4721 # AmigaOS /C/install, which installs bootblocks on floppy discs
4722 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4723 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4724 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4725 # OS/2's system install, which has a completely different semantic
4726 # ./install, which can be erroneously created by make from ./install.sh.
4727 # Reject install programs that cannot install multiple files.
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4729 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4730 if test -z "$INSTALL"; then
4731 if test "${ac_cv_path_install+set}" = set; then :
4732 $as_echo_n "(cached) " >&6
4733 else
4734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4735 for as_dir in $PATH
4737 IFS=$as_save_IFS
4738 test -z "$as_dir" && as_dir=.
4739 # Account for people who put trailing slashes in PATH elements.
4740 case $as_dir/ in #((
4741 ./ | .// | /[cC]/* | \
4742 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4743 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4744 /usr/ucb/* ) ;;
4746 # OSF1 and SCO ODT 3.0 have their own names for install.
4747 # Don't use installbsd from OSF since it installs stuff as root
4748 # by default.
4749 for ac_prog in ginstall scoinst install; do
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4752 if test $ac_prog = install &&
4753 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4754 # AIX install. It has an incompatible calling convention.
4756 elif test $ac_prog = install &&
4757 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4758 # program-specific install script used by HP pwplus--don't use.
4760 else
4761 rm -rf conftest.one conftest.two conftest.dir
4762 echo one > conftest.one
4763 echo two > conftest.two
4764 mkdir conftest.dir
4765 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4766 test -s conftest.one && test -s conftest.two &&
4767 test -s conftest.dir/conftest.one &&
4768 test -s conftest.dir/conftest.two
4769 then
4770 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4771 break 3
4775 done
4776 done
4778 esac
4780 done
4781 IFS=$as_save_IFS
4783 rm -rf conftest.one conftest.two conftest.dir
4786 if test "${ac_cv_path_install+set}" = set; then
4787 INSTALL=$ac_cv_path_install
4788 else
4789 # As a last resort, use the slow shell script. Don't cache a
4790 # value for INSTALL within a source directory, because that will
4791 # break other packages using the cache if that directory is
4792 # removed, or if the value is a relative name.
4793 INSTALL=$ac_install_sh
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4797 $as_echo "$INSTALL" >&6; }
4799 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4800 # It thinks the first close brace ends the variable substitution.
4801 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4803 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4805 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4807 case "$INSTALL" in
4808 [\\/$]* | ?:[\\/]* ) ;;
4809 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4810 esac
4812 for ac_prog in lclint lint
4814 # Extract the first word of "$ac_prog", so it can be a program name with args.
4815 set dummy $ac_prog; ac_word=$2
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817 $as_echo_n "checking for $ac_word... " >&6; }
4818 if test "${ac_cv_prog_LINT+set}" = set; then :
4819 $as_echo_n "(cached) " >&6
4820 else
4821 if test -n "$LINT"; then
4822 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4823 else
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in $PATH
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_prog_LINT="$ac_prog"
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4833 break 2
4835 done
4836 done
4837 IFS=$as_save_IFS
4841 LINT=$ac_cv_prog_LINT
4842 if test -n "$LINT"; then
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4844 $as_echo "$LINT" >&6; }
4845 else
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4847 $as_echo "no" >&6; }
4851 test -n "$LINT" && break
4852 done
4854 if test "$LINT" = "lint"
4855 then
4856 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4861 for ac_prog in fontforge
4863 # Extract the first word of "$ac_prog", so it can be a program name with args.
4864 set dummy $ac_prog; ac_word=$2
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4866 $as_echo_n "checking for $ac_word... " >&6; }
4867 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4868 $as_echo_n "(cached) " >&6
4869 else
4870 if test -n "$FONTFORGE"; then
4871 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4872 else
4873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4874 for as_dir in $PATH
4876 IFS=$as_save_IFS
4877 test -z "$as_dir" && as_dir=.
4878 for ac_exec_ext in '' $ac_executable_extensions; do
4879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4880 ac_cv_prog_FONTFORGE="$ac_prog"
4881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4882 break 2
4884 done
4885 done
4886 IFS=$as_save_IFS
4890 FONTFORGE=$ac_cv_prog_FONTFORGE
4891 if test -n "$FONTFORGE"; then
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4893 $as_echo "$FONTFORGE" >&6; }
4894 else
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4896 $as_echo "no" >&6; }
4900 test -n "$FONTFORGE" && break
4901 done
4902 test -n "$FONTFORGE" || FONTFORGE="false"
4904 for ac_prog in pkg-config
4906 # Extract the first word of "$ac_prog", so it can be a program name with args.
4907 set dummy $ac_prog; ac_word=$2
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4909 $as_echo_n "checking for $ac_word... " >&6; }
4910 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4911 $as_echo_n "(cached) " >&6
4912 else
4913 if test -n "$PKG_CONFIG"; then
4914 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4915 else
4916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4917 for as_dir in $PATH
4919 IFS=$as_save_IFS
4920 test -z "$as_dir" && as_dir=.
4921 for ac_exec_ext in '' $ac_executable_extensions; do
4922 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4923 ac_cv_prog_PKG_CONFIG="$ac_prog"
4924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4925 break 2
4927 done
4928 done
4929 IFS=$as_save_IFS
4933 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4934 if test -n "$PKG_CONFIG"; then
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4936 $as_echo "$PKG_CONFIG" >&6; }
4937 else
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4939 $as_echo "no" >&6; }
4943 test -n "$PKG_CONFIG" && break
4944 done
4945 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4947 for ac_prog in rsvg
4949 # Extract the first word of "$ac_prog", so it can be a program name with args.
4950 set dummy $ac_prog; ac_word=$2
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4952 $as_echo_n "checking for $ac_word... " >&6; }
4953 if test "${ac_cv_prog_RSVG+set}" = set; then :
4954 $as_echo_n "(cached) " >&6
4955 else
4956 if test -n "$RSVG"; then
4957 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4958 else
4959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4960 for as_dir in $PATH
4962 IFS=$as_save_IFS
4963 test -z "$as_dir" && as_dir=.
4964 for ac_exec_ext in '' $ac_executable_extensions; do
4965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4966 ac_cv_prog_RSVG="$ac_prog"
4967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4968 break 2
4970 done
4971 done
4972 IFS=$as_save_IFS
4976 RSVG=$ac_cv_prog_RSVG
4977 if test -n "$RSVG"; then
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4979 $as_echo "$RSVG" >&6; }
4980 else
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4982 $as_echo "no" >&6; }
4986 test -n "$RSVG" && break
4987 done
4988 test -n "$RSVG" || RSVG="false"
4990 for ac_prog in icotool
4992 # Extract the first word of "$ac_prog", so it can be a program name with args.
4993 set dummy $ac_prog; ac_word=$2
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4995 $as_echo_n "checking for $ac_word... " >&6; }
4996 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4997 $as_echo_n "(cached) " >&6
4998 else
4999 if test -n "$ICOTOOL"; then
5000 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5001 else
5002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003 for as_dir in $PATH
5005 IFS=$as_save_IFS
5006 test -z "$as_dir" && as_dir=.
5007 for ac_exec_ext in '' $ac_executable_extensions; do
5008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5009 ac_cv_prog_ICOTOOL="$ac_prog"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 break 2
5013 done
5014 done
5015 IFS=$as_save_IFS
5019 ICOTOOL=$ac_cv_prog_ICOTOOL
5020 if test -n "$ICOTOOL"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5022 $as_echo "$ICOTOOL" >&6; }
5023 else
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025 $as_echo "no" >&6; }
5029 test -n "$ICOTOOL" && break
5030 done
5031 test -n "$ICOTOOL" || ICOTOOL="false"
5034 if test "${enable_maintainer_mode+set}" = set
5035 then
5036 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5037 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5038 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5041 case $host_cpu in
5042 *i[3456789]86*)
5043 # Extract the first word of "prelink", so it can be a program name with args.
5044 set dummy prelink; ac_word=$2
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5046 $as_echo_n "checking for $ac_word... " >&6; }
5047 if test "${ac_cv_path_PRELINK+set}" = set; then :
5048 $as_echo_n "(cached) " >&6
5049 else
5050 case $PRELINK in
5051 [\\/]* | ?:[\\/]*)
5052 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5056 for as_dir in /sbin /usr/sbin $PATH
5058 IFS=$as_save_IFS
5059 test -z "$as_dir" && as_dir=.
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5062 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5064 break 2
5066 done
5067 done
5068 IFS=$as_save_IFS
5070 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5072 esac
5074 PRELINK=$ac_cv_path_PRELINK
5075 if test -n "$PRELINK"; then
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5077 $as_echo "$PRELINK" >&6; }
5078 else
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5080 $as_echo "no" >&6; }
5085 esac
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5089 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5090 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5091 $as_echo_n "(cached) " >&6
5092 else
5093 ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-li386 $LIBS"
5095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5096 /* end confdefs.h. */
5098 /* Override any GCC internal prototype to avoid an error.
5099 Use char because int might match the return type of a GCC
5100 builtin and then its argument prototype would still apply. */
5101 #ifdef __cplusplus
5102 extern "C"
5103 #endif
5104 char i386_set_ldt ();
5106 main ()
5108 return i386_set_ldt ();
5110 return 0;
5112 _ACEOF
5113 if ac_fn_c_try_link "$LINENO"; then :
5114 ac_cv_lib_i386_i386_set_ldt=yes
5115 else
5116 ac_cv_lib_i386_i386_set_ldt=no
5118 rm -f core conftest.err conftest.$ac_objext \
5119 conftest$ac_exeext conftest.$ac_ext
5120 LIBS=$ac_check_lib_save_LIBS
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5123 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5124 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5125 cat >>confdefs.h <<_ACEOF
5126 #define HAVE_LIBI386 1
5127 _ACEOF
5129 LIBS="-li386 $LIBS"
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5134 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5135 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5136 $as_echo_n "(cached) " >&6
5137 else
5138 ac_check_lib_save_LIBS=$LIBS
5139 LIBS="-lossaudio $LIBS"
5140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5141 /* end confdefs.h. */
5143 /* Override any GCC internal prototype to avoid an error.
5144 Use char because int might match the return type of a GCC
5145 builtin and then its argument prototype would still apply. */
5146 #ifdef __cplusplus
5147 extern "C"
5148 #endif
5149 char _oss_ioctl ();
5151 main ()
5153 return _oss_ioctl ();
5155 return 0;
5157 _ACEOF
5158 if ac_fn_c_try_link "$LINENO"; then :
5159 ac_cv_lib_ossaudio__oss_ioctl=yes
5160 else
5161 ac_cv_lib_ossaudio__oss_ioctl=no
5163 rm -f core conftest.err conftest.$ac_objext \
5164 conftest$ac_exeext conftest.$ac_ext
5165 LIBS=$ac_check_lib_save_LIBS
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5168 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5169 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5170 cat >>confdefs.h <<_ACEOF
5171 #define HAVE_LIBOSSAUDIO 1
5172 _ACEOF
5174 LIBS="-lossaudio $LIBS"
5179 XLIB=""
5181 OPENGL_LIBS=""
5185 # Check whether --enable-largefile was given.
5186 if test "${enable_largefile+set}" = set; then :
5187 enableval=$enable_largefile;
5190 if test "$enable_largefile" != no; then
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5193 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5194 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5195 $as_echo_n "(cached) " >&6
5196 else
5197 ac_cv_sys_largefile_CC=no
5198 if test "$GCC" != yes; then
5199 ac_save_CC=$CC
5200 while :; do
5201 # IRIX 6.2 and later do not support large files by default,
5202 # so use the C compiler's -n32 option if that helps.
5203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5204 /* end confdefs.h. */
5205 #include <sys/types.h>
5206 /* Check that off_t can represent 2**63 - 1 correctly.
5207 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5208 since some C++ compilers masquerading as C compilers
5209 incorrectly reject 9223372036854775807. */
5210 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5211 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5212 && LARGE_OFF_T % 2147483647 == 1)
5213 ? 1 : -1];
5215 main ()
5219 return 0;
5221 _ACEOF
5222 if ac_fn_c_try_compile "$LINENO"; then :
5223 break
5225 rm -f core conftest.err conftest.$ac_objext
5226 CC="$CC -n32"
5227 if ac_fn_c_try_compile "$LINENO"; then :
5228 ac_cv_sys_largefile_CC=' -n32'; break
5230 rm -f core conftest.err conftest.$ac_objext
5231 break
5232 done
5233 CC=$ac_save_CC
5234 rm -f conftest.$ac_ext
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5238 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5239 if test "$ac_cv_sys_largefile_CC" != no; then
5240 CC=$CC$ac_cv_sys_largefile_CC
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5244 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5245 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5246 $as_echo_n "(cached) " >&6
5247 else
5248 while :; do
5249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5250 /* end confdefs.h. */
5251 #include <sys/types.h>
5252 /* Check that off_t can represent 2**63 - 1 correctly.
5253 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5254 since some C++ compilers masquerading as C compilers
5255 incorrectly reject 9223372036854775807. */
5256 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5257 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5258 && LARGE_OFF_T % 2147483647 == 1)
5259 ? 1 : -1];
5261 main ()
5265 return 0;
5267 _ACEOF
5268 if ac_fn_c_try_compile "$LINENO"; then :
5269 ac_cv_sys_file_offset_bits=no; break
5271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5273 /* end confdefs.h. */
5274 #define _FILE_OFFSET_BITS 64
5275 #include <sys/types.h>
5276 /* Check that off_t can represent 2**63 - 1 correctly.
5277 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5278 since some C++ compilers masquerading as C compilers
5279 incorrectly reject 9223372036854775807. */
5280 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5281 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5282 && LARGE_OFF_T % 2147483647 == 1)
5283 ? 1 : -1];
5285 main ()
5289 return 0;
5291 _ACEOF
5292 if ac_fn_c_try_compile "$LINENO"; then :
5293 ac_cv_sys_file_offset_bits=64; break
5295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5296 ac_cv_sys_file_offset_bits=unknown
5297 break
5298 done
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5301 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5302 case $ac_cv_sys_file_offset_bits in #(
5303 no | unknown) ;;
5305 cat >>confdefs.h <<_ACEOF
5306 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5307 _ACEOF
5309 esac
5310 rm -rf conftest*
5311 if test $ac_cv_sys_file_offset_bits = unknown; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5313 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5314 if test "${ac_cv_sys_large_files+set}" = set; then :
5315 $as_echo_n "(cached) " >&6
5316 else
5317 while :; do
5318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5319 /* end confdefs.h. */
5320 #include <sys/types.h>
5321 /* Check that off_t can represent 2**63 - 1 correctly.
5322 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5323 since some C++ compilers masquerading as C compilers
5324 incorrectly reject 9223372036854775807. */
5325 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5326 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5327 && LARGE_OFF_T % 2147483647 == 1)
5328 ? 1 : -1];
5330 main ()
5334 return 0;
5336 _ACEOF
5337 if ac_fn_c_try_compile "$LINENO"; then :
5338 ac_cv_sys_large_files=no; break
5340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5342 /* end confdefs.h. */
5343 #define _LARGE_FILES 1
5344 #include <sys/types.h>
5345 /* Check that off_t can represent 2**63 - 1 correctly.
5346 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5347 since some C++ compilers masquerading as C compilers
5348 incorrectly reject 9223372036854775807. */
5349 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5350 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5351 && LARGE_OFF_T % 2147483647 == 1)
5352 ? 1 : -1];
5354 main ()
5358 return 0;
5360 _ACEOF
5361 if ac_fn_c_try_compile "$LINENO"; then :
5362 ac_cv_sys_large_files=1; break
5364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5365 ac_cv_sys_large_files=unknown
5366 break
5367 done
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5370 $as_echo "$ac_cv_sys_large_files" >&6; }
5371 case $ac_cv_sys_large_files in #(
5372 no | unknown) ;;
5374 cat >>confdefs.h <<_ACEOF
5375 #define _LARGE_FILES $ac_cv_sys_large_files
5376 _ACEOF
5378 esac
5379 rm -rf conftest*
5384 ac_ext=c
5385 ac_cpp='$CPP $CPPFLAGS'
5386 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5387 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5388 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5390 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5391 # On Suns, sometimes $CPP names a directory.
5392 if test -n "$CPP" && test -d "$CPP"; then
5393 CPP=
5395 if test -z "$CPP"; then
5396 if test "${ac_cv_prog_CPP+set}" = set; then :
5397 $as_echo_n "(cached) " >&6
5398 else
5399 # Double quotes because CPP needs to be expanded
5400 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5402 ac_preproc_ok=false
5403 for ac_c_preproc_warn_flag in '' yes
5405 # Use a header file that comes with gcc, so configuring glibc
5406 # with a fresh cross-compiler works.
5407 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5408 # <limits.h> exists even on freestanding compilers.
5409 # On the NeXT, cc -E runs the code through the compiler's parser,
5410 # not just through cpp. "Syntax error" is here to catch this case.
5411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5412 /* end confdefs.h. */
5413 #ifdef __STDC__
5414 # include <limits.h>
5415 #else
5416 # include <assert.h>
5417 #endif
5418 Syntax error
5419 _ACEOF
5420 if ac_fn_c_try_cpp "$LINENO"; then :
5422 else
5423 # Broken: fails on valid input.
5424 continue
5426 rm -f conftest.err conftest.$ac_ext
5428 # OK, works on sane cases. Now check whether nonexistent headers
5429 # can be detected and how.
5430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5431 /* end confdefs.h. */
5432 #include <ac_nonexistent.h>
5433 _ACEOF
5434 if ac_fn_c_try_cpp "$LINENO"; then :
5435 # Broken: success on invalid input.
5436 continue
5437 else
5438 # Passes both tests.
5439 ac_preproc_ok=:
5440 break
5442 rm -f conftest.err conftest.$ac_ext
5444 done
5445 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5446 rm -f conftest.err conftest.$ac_ext
5447 if $ac_preproc_ok; then :
5448 break
5451 done
5452 ac_cv_prog_CPP=$CPP
5455 CPP=$ac_cv_prog_CPP
5456 else
5457 ac_cv_prog_CPP=$CPP
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5460 $as_echo "$CPP" >&6; }
5461 ac_preproc_ok=false
5462 for ac_c_preproc_warn_flag in '' yes
5464 # Use a header file that comes with gcc, so configuring glibc
5465 # with a fresh cross-compiler works.
5466 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5467 # <limits.h> exists even on freestanding compilers.
5468 # On the NeXT, cc -E runs the code through the compiler's parser,
5469 # not just through cpp. "Syntax error" is here to catch this case.
5470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5471 /* end confdefs.h. */
5472 #ifdef __STDC__
5473 # include <limits.h>
5474 #else
5475 # include <assert.h>
5476 #endif
5477 Syntax error
5478 _ACEOF
5479 if ac_fn_c_try_cpp "$LINENO"; then :
5481 else
5482 # Broken: fails on valid input.
5483 continue
5485 rm -f conftest.err conftest.$ac_ext
5487 # OK, works on sane cases. Now check whether nonexistent headers
5488 # can be detected and how.
5489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5490 /* end confdefs.h. */
5491 #include <ac_nonexistent.h>
5492 _ACEOF
5493 if ac_fn_c_try_cpp "$LINENO"; then :
5494 # Broken: success on invalid input.
5495 continue
5496 else
5497 # Passes both tests.
5498 ac_preproc_ok=:
5499 break
5501 rm -f conftest.err conftest.$ac_ext
5503 done
5504 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5505 rm -f conftest.err conftest.$ac_ext
5506 if $ac_preproc_ok; then :
5508 else
5509 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5510 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5511 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5512 See \`config.log' for more details." "$LINENO" 5; }
5515 ac_ext=c
5516 ac_cpp='$CPP $CPPFLAGS'
5517 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5518 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5519 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5523 $as_echo_n "checking for ANSI C header files... " >&6; }
5524 if test "${ac_cv_header_stdc+set}" = set; then :
5525 $as_echo_n "(cached) " >&6
5526 else
5527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5528 /* end confdefs.h. */
5529 #include <stdlib.h>
5530 #include <stdarg.h>
5531 #include <string.h>
5532 #include <float.h>
5535 main ()
5539 return 0;
5541 _ACEOF
5542 if ac_fn_c_try_compile "$LINENO"; then :
5543 ac_cv_header_stdc=yes
5544 else
5545 ac_cv_header_stdc=no
5547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5549 if test $ac_cv_header_stdc = yes; then
5550 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5552 /* end confdefs.h. */
5553 #include <string.h>
5555 _ACEOF
5556 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5557 $EGREP "memchr" >/dev/null 2>&1; then :
5559 else
5560 ac_cv_header_stdc=no
5562 rm -f conftest*
5566 if test $ac_cv_header_stdc = yes; then
5567 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5569 /* end confdefs.h. */
5570 #include <stdlib.h>
5572 _ACEOF
5573 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5574 $EGREP "free" >/dev/null 2>&1; then :
5576 else
5577 ac_cv_header_stdc=no
5579 rm -f conftest*
5583 if test $ac_cv_header_stdc = yes; then
5584 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5585 if test "$cross_compiling" = yes; then :
5587 else
5588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5589 /* end confdefs.h. */
5590 #include <ctype.h>
5591 #include <stdlib.h>
5592 #if ((' ' & 0x0FF) == 0x020)
5593 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5594 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5595 #else
5596 # define ISLOWER(c) \
5597 (('a' <= (c) && (c) <= 'i') \
5598 || ('j' <= (c) && (c) <= 'r') \
5599 || ('s' <= (c) && (c) <= 'z'))
5600 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5601 #endif
5603 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5605 main ()
5607 int i;
5608 for (i = 0; i < 256; i++)
5609 if (XOR (islower (i), ISLOWER (i))
5610 || toupper (i) != TOUPPER (i))
5611 return 2;
5612 return 0;
5614 _ACEOF
5615 if ac_fn_c_try_run "$LINENO"; then :
5617 else
5618 ac_cv_header_stdc=no
5620 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5621 conftest.$ac_objext conftest.beam conftest.$ac_ext
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5627 $as_echo "$ac_cv_header_stdc" >&6; }
5628 if test $ac_cv_header_stdc = yes; then
5630 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5634 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5635 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5636 inttypes.h stdint.h unistd.h
5637 do :
5638 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5639 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5641 eval as_val=\$$as_ac_Header
5642 if test "x$as_val" = x""yes; then :
5643 cat >>confdefs.h <<_ACEOF
5644 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5645 _ACEOF
5649 done
5652 for ac_header in \
5653 AudioUnit/AudioUnit.h \
5654 Carbon/Carbon.h \
5655 CoreAudio/CoreAudio.h \
5656 DiskArbitration/DiskArbitration.h \
5657 IOKit/IOKitLib.h \
5658 IOKit/hid/IOHIDLib.h \
5659 alias.h \
5660 alsa/asoundlib.h \
5661 arpa/inet.h \
5662 arpa/nameser.h \
5663 asm/types.h \
5664 capi20.h \
5665 curses.h \
5666 direct.h \
5667 dirent.h \
5668 dlfcn.h \
5669 elf.h \
5670 float.h \
5671 fnmatch.h \
5672 fontconfig/fontconfig.h \
5673 getopt.h \
5674 grp.h \
5675 gsm.h \
5676 gsm/gsm.h \
5677 ieeefp.h \
5678 inet/mib2.h \
5679 io.h \
5680 jack/jack.h \
5681 jpeglib.h \
5682 kstat.h \
5683 lber.h \
5684 lcms.h \
5685 lcms/lcms.h \
5686 ldap.h \
5687 libaudioio.h \
5688 link.h \
5689 linux/cdrom.h \
5690 linux/compiler.h \
5691 linux/hdreg.h \
5692 linux/input.h \
5693 linux/ioctl.h \
5694 linux/joystick.h \
5695 linux/major.h \
5696 linux/param.h \
5697 linux/serial.h \
5698 linux/types.h \
5699 linux/ucdrom.h \
5700 mach-o/nlist.h \
5701 mach/mach.h \
5702 mach/machine.h \
5703 machine/cpu.h \
5704 machine/limits.h \
5705 machine/soundcard.h \
5706 mntent.h \
5707 mpg123.h \
5708 ncurses.h \
5709 netdb.h \
5710 netinet/in.h \
5711 netinet/in_systm.h \
5712 netinet/tcp.h \
5713 netinet/tcp_fsm.h \
5714 openssl/err.h \
5715 openssl/ssl.h \
5716 png.h \
5717 poll.h \
5718 process.h \
5719 pthread.h \
5720 pwd.h \
5721 regex.h \
5722 sched.h \
5723 scsi/scsi.h \
5724 scsi/scsi_ioctl.h \
5725 scsi/sg.h \
5726 soundcard.h \
5727 stdbool.h \
5728 stdint.h \
5729 strings.h \
5730 stropts.h \
5731 sys/asoundlib.h \
5732 sys/cdio.h \
5733 sys/elf32.h \
5734 sys/epoll.h \
5735 sys/errno.h \
5736 sys/event.h \
5737 sys/exec_elf.h \
5738 sys/filio.h \
5739 sys/inotify.h \
5740 sys/ioctl.h \
5741 sys/ipc.h \
5742 sys/limits.h \
5743 sys/link.h \
5744 sys/mman.h \
5745 sys/modem.h \
5746 sys/msg.h \
5747 sys/mtio.h \
5748 sys/param.h \
5749 sys/poll.h \
5750 sys/prctl.h \
5751 sys/protosw.h \
5752 sys/ptrace.h \
5753 sys/resource.h \
5754 sys/scsiio.h \
5755 sys/shm.h \
5756 sys/signal.h \
5757 sys/socket.h \
5758 sys/socketvar.h \
5759 sys/sockio.h \
5760 sys/soundcard.h \
5761 sys/statvfs.h \
5762 sys/strtio.h \
5763 sys/syscall.h \
5764 sys/tihdr.h \
5765 sys/time.h \
5766 sys/timeout.h \
5767 sys/times.h \
5768 sys/uio.h \
5769 sys/un.h \
5770 sys/utsname.h \
5771 sys/vm86.h \
5772 sys/wait.h \
5773 syscall.h \
5774 termios.h \
5775 unistd.h \
5776 utime.h \
5777 valgrind/memcheck.h \
5778 valgrind/valgrind.h \
5779 zlib.h
5781 do :
5782 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5783 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5784 eval as_val=\$$as_ac_Header
5785 if test "x$as_val" = x""yes; then :
5786 cat >>confdefs.h <<_ACEOF
5787 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5788 _ACEOF
5792 done
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5795 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5796 if test "${ac_cv_header_stat_broken+set}" = set; then :
5797 $as_echo_n "(cached) " >&6
5798 else
5799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5800 /* end confdefs.h. */
5801 #include <sys/types.h>
5802 #include <sys/stat.h>
5804 #if defined S_ISBLK && defined S_IFDIR
5805 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5806 #endif
5808 #if defined S_ISBLK && defined S_IFCHR
5809 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5810 #endif
5812 #if defined S_ISLNK && defined S_IFREG
5813 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5814 #endif
5816 #if defined S_ISSOCK && defined S_IFREG
5817 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5818 #endif
5820 _ACEOF
5821 if ac_fn_c_try_compile "$LINENO"; then :
5822 ac_cv_header_stat_broken=no
5823 else
5824 ac_cv_header_stat_broken=yes
5826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5829 $as_echo "$ac_cv_header_stat_broken" >&6; }
5830 if test $ac_cv_header_stat_broken = yes; then
5832 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5838 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5839 do :
5840 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5841 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5842 #ifdef HAVE_SYS_PARAM_H
5843 # include <sys/param.h>
5844 #endif
5846 eval as_val=\$$as_ac_Header
5847 if test "x$as_val" = x""yes; then :
5848 cat >>confdefs.h <<_ACEOF
5849 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5850 _ACEOF
5854 done
5857 for ac_header in \
5858 netinet/ip.h \
5859 net/if.h \
5860 net/if_arp.h \
5861 net/if_dl.h \
5862 net/if_types.h \
5863 net/route.h \
5864 netinet/if_ether.h \
5865 netinet/if_inarp.h \
5866 netinet/in_pcb.h \
5867 netinet/ip_icmp.h \
5868 netinet/ip_var.h \
5869 netinet/udp.h \
5870 netipx/ipx.h \
5872 do :
5873 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5874 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5875 #ifdef HAVE_SYS_SOCKET_H
5876 # include <sys/socket.h>
5877 #endif
5878 #ifdef HAVE_SYS_SOCKETVAR_H
5879 # include <sys/socketvar.h>
5880 #endif
5881 #ifdef HAVE_NET_ROUTE_H
5882 # include <net/route.h>
5883 #endif
5884 #ifdef HAVE_NETINET_IN_H
5885 # include <netinet/in.h>
5886 #endif
5887 #ifdef HAVE_NETINET_IN_SYSTM_H
5888 # include <netinet/in_systm.h>
5889 #endif
5890 #ifdef HAVE_NET_IF_H
5891 # include <net/if.h>
5892 #endif
5893 #ifdef HAVE_NETINET_IP_H
5894 # include <netinet/ip.h>
5895 #endif
5897 eval as_val=\$$as_ac_Header
5898 if test "x$as_val" = x""yes; then :
5899 cat >>confdefs.h <<_ACEOF
5900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5901 _ACEOF
5905 done
5908 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5909 do :
5910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5911 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5912 #ifdef HAVE_ALIAS_H
5913 # include <alias.h>
5914 #endif
5915 #ifdef HAVE_SYS_SOCKET_H
5916 # include <sys/socket.h>
5917 #endif
5918 #ifdef HAVE_SYS_SOCKETVAR_H
5919 # include <sys/socketvar.h>
5920 #endif
5921 #ifdef HAVE_SYS_TIMEOUT_H
5922 # include <sys/timeout.h>
5923 #endif
5924 #ifdef HAVE_NETINET_IN_H
5925 # include <netinet/in.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IN_SYSTM_H
5928 # include <netinet/in_systm.h>
5929 #endif
5930 #ifdef HAVE_NETINET_IP_H
5931 # include <netinet/ip.h>
5932 #endif
5933 #ifdef HAVE_NETINET_IP_VAR_H
5934 # include <netinet/ip_var.h>
5935 #endif
5936 #ifdef HAVE_NETINET_IP_ICMP_H
5937 # include <netinet/ip_icmp.h>
5938 #endif
5939 #ifdef HAVE_NETINET_UDP_H
5940 # include <netinet/udp.h>
5941 #endif
5942 #ifdef HAVE_NETINET_TCP_H
5943 # include <netinet/tcp.h>
5944 #endif
5945 #ifdef HAVE_NETINET_TCP_TIMER_H
5946 #include <netinet/tcp_timer.h>
5947 #endif
5949 eval as_val=\$$as_ac_Header
5950 if test "x$as_val" = x""yes; then :
5951 cat >>confdefs.h <<_ACEOF
5952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5953 _ACEOF
5957 done
5960 for ac_header in linux/ipx.h linux/irda.h
5961 do :
5962 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5963 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5964 #ifdef HAVE_ASM_TYPES_H
5965 # include <asm/types.h>
5966 #endif
5967 #ifdef HAVE_SYS_SOCKET_H
5968 # include <sys/socket.h>
5969 #endif
5970 #ifdef HAVE_LINUX_TYPES_H
5971 # include <linux/types.h>
5972 #endif
5974 eval as_val=\$$as_ac_Header
5975 if test "x$as_val" = x""yes; then :
5976 cat >>confdefs.h <<_ACEOF
5977 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5978 _ACEOF
5982 done
5985 for ac_header in mach-o/dyld_images.h
5986 do :
5987 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5988 # include <stdbool.h>
5989 #endif
5990 #ifdef HAVE_STDINT_H
5991 # include <stdint.h>
5992 #endif
5994 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5995 cat >>confdefs.h <<_ACEOF
5996 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5997 _ACEOF
6001 done
6004 for ac_header in resolv.h
6005 do :
6006 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6007 #ifdef HAVE_SYS_SOCKET_H
6008 # include <sys/socket.h>
6009 #endif
6010 #ifdef HAVE_NETINET_IN_H
6011 # include <netinet/in.h>
6012 #endif
6013 #ifdef HAVE_ARPA_NAMESER_H
6014 # include <arpa/nameser.h>
6015 #endif
6017 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6018 cat >>confdefs.h <<_ACEOF
6019 #define HAVE_RESOLV_H 1
6020 _ACEOF
6024 done
6027 for ac_header in ucontext.h
6028 do :
6029 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6031 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6032 cat >>confdefs.h <<_ACEOF
6033 #define HAVE_UCONTEXT_H 1
6034 _ACEOF
6038 done
6041 for ac_header in sys/thr.h
6042 do :
6043 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6044 #ifdef HAVE_UCONTEXT_H
6045 #include <ucontext.h>
6046 #endif
6048 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6049 cat >>confdefs.h <<_ACEOF
6050 #define HAVE_SYS_THR_H 1
6051 _ACEOF
6055 done
6058 for ac_header in pthread_np.h
6059 do :
6060 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6061 #include <pthread.h>
6062 #endif
6064 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6065 cat >>confdefs.h <<_ACEOF
6066 #define HAVE_PTHREAD_NP_H 1
6067 _ACEOF
6071 done
6074 for ac_header in linux/videodev.h
6075 do :
6076 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6077 #include <sys/time.h>
6078 #endif
6079 #include <sys/types.h>
6080 #ifdef HAVE_ASM_TYPES_H
6081 #include <asm/types.h>
6082 #endif
6084 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define HAVE_LINUX_VIDEODEV_H 1
6087 _ACEOF
6091 done
6094 for ac_header in linux/capi.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6098 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6099 cat >>confdefs.h <<_ACEOF
6100 #define HAVE_LINUX_CAPI_H 1
6101 _ACEOF
6105 done
6109 DLLEXT=""
6111 DLLFLAGS="-D_REENTRANT"
6113 LDSHARED=""
6115 LDDLLFLAGS=""
6117 LIBEXT="so"
6119 IMPLIBEXT="def"
6121 LDRPATH_INSTALL=""
6123 LDRPATH_LOCAL=""
6125 # Extract the first word of "ldd", so it can be a program name with args.
6126 set dummy ldd; ac_word=$2
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128 $as_echo_n "checking for $ac_word... " >&6; }
6129 if test "${ac_cv_path_LDD+set}" = set; then :
6130 $as_echo_n "(cached) " >&6
6131 else
6132 case $LDD in
6133 [\\/]* | ?:[\\/]*)
6134 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6138 as_dummy="/sbin:/usr/sbin:$PATH"
6139 for as_dir in $as_dummy
6141 IFS=$as_save_IFS
6142 test -z "$as_dir" && as_dir=.
6143 for ac_exec_ext in '' $ac_executable_extensions; do
6144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6145 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6147 break 2
6149 done
6150 done
6151 IFS=$as_save_IFS
6153 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6155 esac
6157 LDD=$ac_cv_path_LDD
6158 if test -n "$LDD"; then
6159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6160 $as_echo "$LDD" >&6; }
6161 else
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6163 $as_echo "no" >&6; }
6168 case $host_os in
6169 cygwin*|mingw32*)
6170 if test -n "$ac_tool_prefix"; then
6171 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6172 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6174 $as_echo_n "checking for $ac_word... " >&6; }
6175 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6176 $as_echo_n "(cached) " >&6
6177 else
6178 if test -n "$DLLTOOL"; then
6179 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6180 else
6181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6182 for as_dir in $PATH
6184 IFS=$as_save_IFS
6185 test -z "$as_dir" && as_dir=.
6186 for ac_exec_ext in '' $ac_executable_extensions; do
6187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6188 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6190 break 2
6192 done
6193 done
6194 IFS=$as_save_IFS
6198 DLLTOOL=$ac_cv_prog_DLLTOOL
6199 if test -n "$DLLTOOL"; then
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6201 $as_echo "$DLLTOOL" >&6; }
6202 else
6203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6204 $as_echo "no" >&6; }
6209 if test -z "$ac_cv_prog_DLLTOOL"; then
6210 ac_ct_DLLTOOL=$DLLTOOL
6211 # Extract the first word of "dlltool", so it can be a program name with args.
6212 set dummy dlltool; ac_word=$2
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6214 $as_echo_n "checking for $ac_word... " >&6; }
6215 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6216 $as_echo_n "(cached) " >&6
6217 else
6218 if test -n "$ac_ct_DLLTOOL"; then
6219 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6220 else
6221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6222 for as_dir in $PATH
6224 IFS=$as_save_IFS
6225 test -z "$as_dir" && as_dir=.
6226 for ac_exec_ext in '' $ac_executable_extensions; do
6227 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6228 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6230 break 2
6232 done
6233 done
6234 IFS=$as_save_IFS
6238 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6239 if test -n "$ac_ct_DLLTOOL"; then
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6241 $as_echo "$ac_ct_DLLTOOL" >&6; }
6242 else
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6244 $as_echo "no" >&6; }
6247 if test "x$ac_ct_DLLTOOL" = x; then
6248 DLLTOOL="false"
6249 else
6250 case $cross_compiling:$ac_tool_warned in
6251 yes:)
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6253 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6254 ac_tool_warned=yes ;;
6255 esac
6256 DLLTOOL=$ac_ct_DLLTOOL
6258 else
6259 DLLTOOL="$ac_cv_prog_DLLTOOL"
6262 if test -n "$ac_tool_prefix"; then
6263 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6264 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6266 $as_echo_n "checking for $ac_word... " >&6; }
6267 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6268 $as_echo_n "(cached) " >&6
6269 else
6270 if test -n "$DLLWRAP"; then
6271 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6272 else
6273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6274 for as_dir in $PATH
6276 IFS=$as_save_IFS
6277 test -z "$as_dir" && as_dir=.
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6280 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6282 break 2
6284 done
6285 done
6286 IFS=$as_save_IFS
6290 DLLWRAP=$ac_cv_prog_DLLWRAP
6291 if test -n "$DLLWRAP"; then
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6293 $as_echo "$DLLWRAP" >&6; }
6294 else
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6296 $as_echo "no" >&6; }
6301 if test -z "$ac_cv_prog_DLLWRAP"; then
6302 ac_ct_DLLWRAP=$DLLWRAP
6303 # Extract the first word of "dllwrap", so it can be a program name with args.
6304 set dummy dllwrap; ac_word=$2
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6306 $as_echo_n "checking for $ac_word... " >&6; }
6307 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
6309 else
6310 if test -n "$ac_ct_DLLWRAP"; then
6311 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6312 else
6313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6314 for as_dir in $PATH
6316 IFS=$as_save_IFS
6317 test -z "$as_dir" && as_dir=.
6318 for ac_exec_ext in '' $ac_executable_extensions; do
6319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6320 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6322 break 2
6324 done
6325 done
6326 IFS=$as_save_IFS
6330 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6331 if test -n "$ac_ct_DLLWRAP"; then
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6333 $as_echo "$ac_ct_DLLWRAP" >&6; }
6334 else
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6336 $as_echo "no" >&6; }
6339 if test "x$ac_ct_DLLWRAP" = x; then
6340 DLLWRAP="false"
6341 else
6342 case $cross_compiling:$ac_tool_warned in
6343 yes:)
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6345 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6346 ac_tool_warned=yes ;;
6347 esac
6348 DLLWRAP=$ac_ct_DLLWRAP
6350 else
6351 DLLWRAP="$ac_cv_prog_DLLWRAP"
6354 if test -n "$ac_tool_prefix"; then
6355 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6356 set dummy ${ac_tool_prefix}ar; ac_word=$2
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6358 $as_echo_n "checking for $ac_word... " >&6; }
6359 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6360 $as_echo_n "(cached) " >&6
6361 else
6362 if test -n "$MINGWAR"; then
6363 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6364 else
6365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6366 for as_dir in $PATH
6368 IFS=$as_save_IFS
6369 test -z "$as_dir" && as_dir=.
6370 for ac_exec_ext in '' $ac_executable_extensions; do
6371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6372 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6374 break 2
6376 done
6377 done
6378 IFS=$as_save_IFS
6382 MINGWAR=$ac_cv_prog_MINGWAR
6383 if test -n "$MINGWAR"; then
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6385 $as_echo "$MINGWAR" >&6; }
6386 else
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6388 $as_echo "no" >&6; }
6393 if test -z "$ac_cv_prog_MINGWAR"; then
6394 ac_ct_MINGWAR=$MINGWAR
6395 # Extract the first word of "ar", so it can be a program name with args.
6396 set dummy ar; ac_word=$2
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6398 $as_echo_n "checking for $ac_word... " >&6; }
6399 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6400 $as_echo_n "(cached) " >&6
6401 else
6402 if test -n "$ac_ct_MINGWAR"; then
6403 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6404 else
6405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6406 for as_dir in $PATH
6408 IFS=$as_save_IFS
6409 test -z "$as_dir" && as_dir=.
6410 for ac_exec_ext in '' $ac_executable_extensions; do
6411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6412 ac_cv_prog_ac_ct_MINGWAR="ar"
6413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6414 break 2
6416 done
6417 done
6418 IFS=$as_save_IFS
6422 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6423 if test -n "$ac_ct_MINGWAR"; then
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6425 $as_echo "$ac_ct_MINGWAR" >&6; }
6426 else
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6428 $as_echo "no" >&6; }
6431 if test "x$ac_ct_MINGWAR" = x; then
6432 MINGWAR="false"
6433 else
6434 case $cross_compiling:$ac_tool_warned in
6435 yes:)
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6438 ac_tool_warned=yes ;;
6439 esac
6440 MINGWAR=$ac_ct_MINGWAR
6442 else
6443 MINGWAR="$ac_cv_prog_MINGWAR"
6446 if test "$DLLWRAP" = "false"; then
6447 LIBEXT="a"
6448 else
6449 LIBEXT="dll"
6451 IMPLIBEXT="a"
6452 enable_iphlpapi=${enable_iphlpapi:-no}
6453 enable_kernel32=${enable_kernel32:-no}
6454 enable_msvcrt=${enable_msvcrt:-no}
6455 enable_ntdll=${enable_ntdll:-no}
6456 enable_ws2_32=${enable_ws2_32:-no}
6457 enable_loader=${enable_loader:-no}
6458 enable_server=${enable_server:-no}
6459 with_x=${with_x:-no}
6460 with_pthread=${with_pthread:-no}
6462 darwin*|macosx*)
6463 DLLEXT=".so"
6464 LIBEXT="dylib"
6465 DLLFLAGS="$DLLFLAGS -fPIC"
6466 LDDLLFLAGS="-bundle -multiply_defined suppress"
6467 LIBWINE_LDFLAGS="-multiply_defined suppress"
6468 LDSHARED="\$(CC) -dynamiclib"
6469 STRIP="$STRIP -x"
6470 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6471 SECURITYLIB="-framework Security -framework CoreFoundation"
6473 COREFOUNDATIONLIB="-framework CoreFoundation"
6475 IOKITLIB="-framework IOKit -framework CoreFoundation"
6477 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6479 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6480 then
6481 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6484 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6485 then
6486 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6489 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6490 then
6491 ac_save_LIBS="$LIBS"
6492 LIBS="$LIBS $IOKITLIB"
6493 for ac_func in IOHIDManagerCreate
6494 do :
6495 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6496 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6497 cat >>confdefs.h <<_ACEOF
6498 #define HAVE_IOHIDMANAGERCREATE 1
6499 _ACEOF
6502 done
6504 LIBS="$ac_save_LIBS"
6506 case $host_cpu in
6507 *powerpc*)
6508 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6509 esac
6510 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6511 then
6512 CARBONLIB="-framework Carbon"
6514 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6516 if test "x$enable_win16" = "xyes"
6517 then
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6519 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6520 if test "$cross_compiling" = yes; then :
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6522 $as_echo "cross-compiling, assuming yes" >&6; }
6523 else
6524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6525 /* end confdefs.h. */
6526 asm(".text\n"
6527 "bad:\tnop;nop\n"
6528 "good:\tnop;nop\n\t"
6529 ".globl _testfunc\n"
6530 "_testfunc:\tcallw good");
6531 extern void testfunc();
6533 main ()
6535 unsigned short *p = (unsigned short *)testfunc;
6536 return p[0] != 0xe866 || p[1] != 0xfffa
6538 return 0;
6540 _ACEOF
6541 if ac_fn_c_try_run "$LINENO"; then :
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6543 $as_echo "yes" >&6; }
6544 else
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6546 $as_echo "no" >&6; }
6547 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
6549 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6550 conftest.$ac_objext conftest.beam conftest.$ac_ext
6556 DLLFLAGS="$DLLFLAGS -fPIC"
6557 DLLEXT=".so"
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6559 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6560 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6561 $as_echo_n "(cached) " >&6
6562 else
6563 ac_wine_try_cflags_saved=$CFLAGS
6564 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6566 /* end confdefs.h. */
6567 void myfunc() {}
6568 _ACEOF
6569 if ac_fn_c_try_link "$LINENO"; then :
6570 ac_cv_c_dll_gnuelf="yes"
6571 else
6572 ac_cv_c_dll_gnuelf="no"
6574 rm -f core conftest.err conftest.$ac_objext \
6575 conftest$ac_exeext conftest.$ac_ext
6576 CFLAGS=$ac_wine_try_cflags_saved
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6579 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6580 if test "$ac_cv_c_dll_gnuelf" = "yes"
6581 then
6582 LDSHARED="\$(CC) -shared"
6583 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6585 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6586 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6587 $as_echo_n "(cached) " >&6
6588 else
6589 ac_wine_try_cflags_saved=$CFLAGS
6590 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6592 /* end confdefs.h. */
6595 main ()
6599 return 0;
6601 _ACEOF
6602 if ac_fn_c_try_link "$LINENO"; then :
6603 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6604 else
6605 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6607 rm -f core conftest.err conftest.$ac_objext \
6608 conftest$ac_exeext conftest.$ac_ext
6609 CFLAGS=$ac_wine_try_cflags_saved
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6612 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6613 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6614 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6615 else
6616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6617 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6618 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6619 $as_echo_n "(cached) " >&6
6620 else
6621 ac_wine_try_cflags_saved=$CFLAGS
6622 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6624 /* end confdefs.h. */
6627 main ()
6631 return 0;
6633 _ACEOF
6634 if ac_fn_c_try_link "$LINENO"; then :
6635 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6636 else
6637 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6639 rm -f core conftest.err conftest.$ac_objext \
6640 conftest$ac_exeext conftest.$ac_ext
6641 CFLAGS=$ac_wine_try_cflags_saved
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6644 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6645 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6646 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6651 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6652 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6653 $as_echo_n "(cached) " >&6
6654 else
6655 ac_wine_try_cflags_saved=$CFLAGS
6656 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6658 /* end confdefs.h. */
6661 main ()
6665 return 0;
6667 _ACEOF
6668 if ac_fn_c_try_link "$LINENO"; then :
6669 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6670 else
6671 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6673 rm -f core conftest.err conftest.$ac_objext \
6674 conftest$ac_exeext conftest.$ac_ext
6675 CFLAGS=$ac_wine_try_cflags_saved
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6678 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6679 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6680 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6683 { $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
6684 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6685 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6686 $as_echo_n "(cached) " >&6
6687 else
6688 ac_wine_try_cflags_saved=$CFLAGS
6689 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6691 /* end confdefs.h. */
6694 main ()
6698 return 0;
6700 _ACEOF
6701 if ac_fn_c_try_link "$LINENO"; then :
6702 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6703 else
6704 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6706 rm -f core conftest.err conftest.$ac_objext \
6707 conftest$ac_exeext conftest.$ac_ext
6708 CFLAGS=$ac_wine_try_cflags_saved
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6711 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6712 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6713 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6716 echo '{ global: *; };' >conftest.map
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6718 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6719 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6720 $as_echo_n "(cached) " >&6
6721 else
6722 ac_wine_try_cflags_saved=$CFLAGS
6723 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6725 /* end confdefs.h. */
6728 main ()
6732 return 0;
6734 _ACEOF
6735 if ac_fn_c_try_link "$LINENO"; then :
6736 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6737 else
6738 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6740 rm -f core conftest.err conftest.$ac_objext \
6741 conftest$ac_exeext conftest.$ac_ext
6742 CFLAGS=$ac_wine_try_cflags_saved
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6745 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6746 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6747 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6749 rm -f conftest.map
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6752 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6753 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6754 $as_echo_n "(cached) " >&6
6755 else
6756 ac_wine_try_cflags_saved=$CFLAGS
6757 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6759 /* end confdefs.h. */
6762 main ()
6766 return 0;
6768 _ACEOF
6769 if ac_fn_c_try_link "$LINENO"; then :
6770 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6771 else
6772 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6774 rm -f core conftest.err conftest.$ac_objext \
6775 conftest$ac_exeext conftest.$ac_ext
6776 CFLAGS=$ac_wine_try_cflags_saved
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6779 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6780 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6781 LDEXECFLAGS="-Wl,--export-dynamic"
6785 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6787 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6788 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6789 $as_echo_n "(cached) " >&6
6790 else
6791 ac_wine_try_cflags_saved=$CFLAGS
6792 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6794 /* end confdefs.h. */
6797 main ()
6801 return 0;
6803 _ACEOF
6804 if ac_fn_c_try_link "$LINENO"; then :
6805 eval "$as_ac_var=yes"
6806 else
6807 eval "$as_ac_var=no"
6809 rm -f core conftest.err conftest.$ac_objext \
6810 conftest$ac_exeext conftest.$ac_ext
6811 CFLAGS=$ac_wine_try_cflags_saved
6813 eval ac_res=\$$as_ac_var
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6815 $as_echo "$ac_res" >&6; }
6816 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6817 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6818 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6819 else
6820 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6822 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6823 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6824 $as_echo_n "(cached) " >&6
6825 else
6826 ac_wine_try_cflags_saved=$CFLAGS
6827 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6829 /* end confdefs.h. */
6832 main ()
6836 return 0;
6838 _ACEOF
6839 if ac_fn_c_try_link "$LINENO"; then :
6840 eval "$as_ac_var=yes"
6841 else
6842 eval "$as_ac_var=no"
6844 rm -f core conftest.err conftest.$ac_objext \
6845 conftest$ac_exeext conftest.$ac_ext
6846 CFLAGS=$ac_wine_try_cflags_saved
6848 eval ac_res=\$$as_ac_var
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6850 $as_echo "$ac_res" >&6; }
6851 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6852 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6853 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6858 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6859 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6860 $as_echo_n "(cached) " >&6
6861 else
6862 ac_wine_try_cflags_saved=$CFLAGS
6863 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6865 /* end confdefs.h. */
6868 main ()
6872 return 0;
6874 _ACEOF
6875 if ac_fn_c_try_link "$LINENO"; then :
6876 ac_cv_cflags__Wl___enable_new_dtags=yes
6877 else
6878 ac_cv_cflags__Wl___enable_new_dtags=no
6880 rm -f core conftest.err conftest.$ac_objext \
6881 conftest$ac_exeext conftest.$ac_ext
6882 CFLAGS=$ac_wine_try_cflags_saved
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6885 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6886 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6887 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6890 case $host_cpu in
6891 *i[3456789]86* | x86_64)
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6893 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6894 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6895 $as_echo_n "(cached) " >&6
6896 else
6897 ac_wine_try_cflags_saved=$CFLAGS
6898 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6900 /* end confdefs.h. */
6903 main ()
6907 return 0;
6909 _ACEOF
6910 if ac_fn_c_try_link "$LINENO"; then :
6911 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6912 else
6913 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6915 rm -f core conftest.err conftest.$ac_objext \
6916 conftest$ac_exeext conftest.$ac_ext
6917 CFLAGS=$ac_wine_try_cflags_saved
6919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6920 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6921 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6922 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6925 esac
6927 else
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6929 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6930 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6931 $as_echo_n "(cached) " >&6
6932 else
6933 ac_wine_try_cflags_saved=$CFLAGS
6934 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6936 /* end confdefs.h. */
6937 void myfunc() {}
6938 _ACEOF
6939 if ac_fn_c_try_link "$LINENO"; then :
6940 ac_cv_c_dll_unixware="yes"
6941 else
6942 ac_cv_c_dll_unixware="no"
6944 rm -f core conftest.err conftest.$ac_objext \
6945 conftest$ac_exeext conftest.$ac_ext
6946 CFLAGS=$ac_wine_try_cflags_saved
6948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6949 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6950 if test "$ac_cv_c_dll_unixware" = "yes"
6951 then
6952 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6953 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6955 else
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6957 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6958 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6959 $as_echo_n "(cached) " >&6
6960 else
6961 ac_wine_try_cflags_saved=$CFLAGS
6962 CFLAGS="$CFLAGS -shared"
6963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6964 /* end confdefs.h. */
6965 void myfunc() {}
6966 _ACEOF
6967 if ac_fn_c_try_link "$LINENO"; then :
6968 ac_cv_c_dll_hpux="yes"
6969 else
6970 ac_cv_c_dll_hpux="no"
6972 rm -f core conftest.err conftest.$ac_objext \
6973 conftest$ac_exeext conftest.$ac_ext
6974 CFLAGS=$ac_wine_try_cflags_saved
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6977 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6978 if test "$ac_cv_c_dll_hpux" = "yes"
6979 then
6980 LIBEXT="sl"
6981 DLLEXT=".sl"
6982 LDDLLFLAGS="-shared -fPIC"
6983 LDSHARED="\$(CC) -shared"
6988 esac
6990 enable_winequartz_drv=${enable_winequartz_drv:-no}
6992 if test "$LIBEXT" = "a"; then
6993 as_fn_error "could not find a way to build shared libraries.
6994 It is currently not possible to build Wine without shared library
6995 (.so) support to allow transparent switch between .so and .dll files.
6996 If you are using Linux, you will need a newer binutils.
6997 " "$LINENO" 5
7000 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7001 then
7002 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
7004 # Extract the first word of "$ac_prog", so it can be a program name with args.
7005 set dummy $ac_prog; ac_word=$2
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7007 $as_echo_n "checking for $ac_word... " >&6; }
7008 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7009 $as_echo_n "(cached) " >&6
7010 else
7011 if test -n "$CROSSCC"; then
7012 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7013 else
7014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7015 for as_dir in $PATH
7017 IFS=$as_save_IFS
7018 test -z "$as_dir" && as_dir=.
7019 for ac_exec_ext in '' $ac_executable_extensions; do
7020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7021 ac_cv_prog_CROSSCC="$ac_prog"
7022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7023 break 2
7025 done
7026 done
7027 IFS=$as_save_IFS
7031 CROSSCC=$ac_cv_prog_CROSSCC
7032 if test -n "$CROSSCC"; then
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7034 $as_echo "$CROSSCC" >&6; }
7035 else
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7037 $as_echo "no" >&6; }
7041 test -n "$CROSSCC" && break
7042 done
7043 test -n "$CROSSCC" || CROSSCC="false"
7045 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
7047 # Extract the first word of "$ac_prog", so it can be a program name with args.
7048 set dummy $ac_prog; ac_word=$2
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7050 $as_echo_n "checking for $ac_word... " >&6; }
7051 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7052 $as_echo_n "(cached) " >&6
7053 else
7054 if test -n "$DLLTOOL"; then
7055 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7056 else
7057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7058 for as_dir in $PATH
7060 IFS=$as_save_IFS
7061 test -z "$as_dir" && as_dir=.
7062 for ac_exec_ext in '' $ac_executable_extensions; do
7063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7064 ac_cv_prog_DLLTOOL="$ac_prog"
7065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7066 break 2
7068 done
7069 done
7070 IFS=$as_save_IFS
7074 DLLTOOL=$ac_cv_prog_DLLTOOL
7075 if test -n "$DLLTOOL"; then
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7077 $as_echo "$DLLTOOL" >&6; }
7078 else
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080 $as_echo "no" >&6; }
7084 test -n "$DLLTOOL" && break
7085 done
7086 test -n "$DLLTOOL" || DLLTOOL="false"
7088 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
7090 # Extract the first word of "$ac_prog", so it can be a program name with args.
7091 set dummy $ac_prog; ac_word=$2
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7093 $as_echo_n "checking for $ac_word... " >&6; }
7094 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7095 $as_echo_n "(cached) " >&6
7096 else
7097 if test -n "$MINGWAR"; then
7098 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7099 else
7100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7101 for as_dir in $PATH
7103 IFS=$as_save_IFS
7104 test -z "$as_dir" && as_dir=.
7105 for ac_exec_ext in '' $ac_executable_extensions; do
7106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 ac_cv_prog_MINGWAR="$ac_prog"
7108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7109 break 2
7111 done
7112 done
7113 IFS=$as_save_IFS
7117 MINGWAR=$ac_cv_prog_MINGWAR
7118 if test -n "$MINGWAR"; then
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7120 $as_echo "$MINGWAR" >&6; }
7121 else
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7123 $as_echo "no" >&6; }
7127 test -n "$MINGWAR" && break
7128 done
7129 test -n "$MINGWAR" || MINGWAR="false"
7131 if test "$CROSSCC" != "false"
7132 then
7133 CROSSTEST="\$(CROSSTEST)"
7135 set x $CROSSCC
7136 shift
7137 target=""
7138 while test $# -ge 1
7140 case "$1" in
7141 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7142 esac
7143 shift
7144 done
7145 if test -n "$target"
7146 then
7147 CROSSTARGETFLAGS="-b $target"
7154 if test "$ac_cv_header_pthread_h" = "yes"
7155 then
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7157 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7158 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7159 $as_echo_n "(cached) " >&6
7160 else
7161 ac_check_lib_save_LIBS=$LIBS
7162 LIBS="-lpthread $LIBS"
7163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7164 /* end confdefs.h. */
7166 /* Override any GCC internal prototype to avoid an error.
7167 Use char because int might match the return type of a GCC
7168 builtin and then its argument prototype would still apply. */
7169 #ifdef __cplusplus
7170 extern "C"
7171 #endif
7172 char pthread_create ();
7174 main ()
7176 return pthread_create ();
7178 return 0;
7180 _ACEOF
7181 if ac_fn_c_try_link "$LINENO"; then :
7182 ac_cv_lib_pthread_pthread_create=yes
7183 else
7184 ac_cv_lib_pthread_pthread_create=no
7186 rm -f core conftest.err conftest.$ac_objext \
7187 conftest$ac_exeext conftest.$ac_ext
7188 LIBS=$ac_check_lib_save_LIBS
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7191 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7192 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7193 LIBPTHREAD="-lpthread"
7198 if test "x$LIBPTHREAD" = "x"; then :
7199 case "x$with_pthread" in
7200 xno) ;;
7201 *) as_fn_error "pthread ${notice_platform}development files not found.
7202 Wine cannot support threads without libpthread.
7203 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7204 esac
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7209 $as_echo_n "checking for X... " >&6; }
7212 # Check whether --with-x was given.
7213 if test "${with_x+set}" = set; then :
7214 withval=$with_x;
7217 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7218 if test "x$with_x" = xno; then
7219 # The user explicitly disabled X.
7220 have_x=disabled
7221 else
7222 case $x_includes,$x_libraries in #(
7223 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7224 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7225 $as_echo_n "(cached) " >&6
7226 else
7227 # One or both of the vars are not set, and there is no cached value.
7228 ac_x_includes=no ac_x_libraries=no
7229 rm -f -r conftest.dir
7230 if mkdir conftest.dir; then
7231 cd conftest.dir
7232 cat >Imakefile <<'_ACEOF'
7233 incroot:
7234 @echo incroot='${INCROOT}'
7235 usrlibdir:
7236 @echo usrlibdir='${USRLIBDIR}'
7237 libdir:
7238 @echo libdir='${LIBDIR}'
7239 _ACEOF
7240 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7241 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7242 for ac_var in incroot usrlibdir libdir; do
7243 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7244 done
7245 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7246 for ac_extension in a so sl dylib la dll; do
7247 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7248 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7249 ac_im_usrlibdir=$ac_im_libdir; break
7251 done
7252 # Screen out bogus values from the imake configuration. They are
7253 # bogus both because they are the default anyway, and because
7254 # using them would break gcc on systems where it needs fixed includes.
7255 case $ac_im_incroot in
7256 /usr/include) ac_x_includes= ;;
7257 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7258 esac
7259 case $ac_im_usrlibdir in
7260 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7261 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7262 esac
7264 cd ..
7265 rm -f -r conftest.dir
7268 # Standard set of common directories for X headers.
7269 # Check X11 before X11Rn because it is often a symlink to the current release.
7270 ac_x_header_dirs='
7271 /usr/X11/include
7272 /usr/X11R7/include
7273 /usr/X11R6/include
7274 /usr/X11R5/include
7275 /usr/X11R4/include
7277 /usr/include/X11
7278 /usr/include/X11R7
7279 /usr/include/X11R6
7280 /usr/include/X11R5
7281 /usr/include/X11R4
7283 /usr/local/X11/include
7284 /usr/local/X11R7/include
7285 /usr/local/X11R6/include
7286 /usr/local/X11R5/include
7287 /usr/local/X11R4/include
7289 /usr/local/include/X11
7290 /usr/local/include/X11R7
7291 /usr/local/include/X11R6
7292 /usr/local/include/X11R5
7293 /usr/local/include/X11R4
7295 /usr/X386/include
7296 /usr/x386/include
7297 /usr/XFree86/include/X11
7299 /usr/include
7300 /usr/local/include
7301 /usr/unsupported/include
7302 /usr/athena/include
7303 /usr/local/x11r5/include
7304 /usr/lpp/Xamples/include
7306 /usr/openwin/include
7307 /usr/openwin/share/include'
7309 if test "$ac_x_includes" = no; then
7310 # Guess where to find include files, by looking for Xlib.h.
7311 # First, try using that file with no special directory specified.
7312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7313 /* end confdefs.h. */
7314 #include <X11/Xlib.h>
7315 _ACEOF
7316 if ac_fn_c_try_cpp "$LINENO"; then :
7317 # We can compile using X headers with no special include directory.
7318 ac_x_includes=
7319 else
7320 for ac_dir in $ac_x_header_dirs; do
7321 if test -r "$ac_dir/X11/Xlib.h"; then
7322 ac_x_includes=$ac_dir
7323 break
7325 done
7327 rm -f conftest.err conftest.$ac_ext
7328 fi # $ac_x_includes = no
7330 if test "$ac_x_libraries" = no; then
7331 # Check for the libraries.
7332 # See if we find them without any special options.
7333 # Don't add to $LIBS permanently.
7334 ac_save_LIBS=$LIBS
7335 LIBS="-lX11 $LIBS"
7336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7337 /* end confdefs.h. */
7338 #include <X11/Xlib.h>
7340 main ()
7342 XrmInitialize ()
7344 return 0;
7346 _ACEOF
7347 if ac_fn_c_try_link "$LINENO"; then :
7348 LIBS=$ac_save_LIBS
7349 # We can link X programs with no special library path.
7350 ac_x_libraries=
7351 else
7352 LIBS=$ac_save_LIBS
7353 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7355 # Don't even attempt the hair of trying to link an X program!
7356 for ac_extension in a so sl dylib la dll; do
7357 if test -r "$ac_dir/libX11.$ac_extension"; then
7358 ac_x_libraries=$ac_dir
7359 break 2
7361 done
7362 done
7364 rm -f core conftest.err conftest.$ac_objext \
7365 conftest$ac_exeext conftest.$ac_ext
7366 fi # $ac_x_libraries = no
7368 case $ac_x_includes,$ac_x_libraries in #(
7369 no,* | *,no | *\'*)
7370 # Didn't find X, or a directory has "'" in its name.
7371 ac_cv_have_x="have_x=no";; #(
7373 # Record where we found X for the cache.
7374 ac_cv_have_x="have_x=yes\
7375 ac_x_includes='$ac_x_includes'\
7376 ac_x_libraries='$ac_x_libraries'"
7377 esac
7379 ;; #(
7380 *) have_x=yes;;
7381 esac
7382 eval "$ac_cv_have_x"
7383 fi # $with_x != no
7385 if test "$have_x" != yes; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7387 $as_echo "$have_x" >&6; }
7388 no_x=yes
7389 else
7390 # If each of the values was on the command line, it overrides each guess.
7391 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7392 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7393 # Update the cache value to reflect the command line values.
7394 ac_cv_have_x="have_x=yes\
7395 ac_x_includes='$x_includes'\
7396 ac_x_libraries='$x_libraries'"
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7398 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7401 if test "$no_x" = yes; then
7402 # Not all programs may use this symbol, but it does not hurt to define it.
7404 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7406 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7407 else
7408 if test -n "$x_includes"; then
7409 X_CFLAGS="$X_CFLAGS -I$x_includes"
7412 # It would also be nice to do this for all -L options, not just this one.
7413 if test -n "$x_libraries"; then
7414 X_LIBS="$X_LIBS -L$x_libraries"
7415 # For Solaris; some versions of Sun CC require a space after -R and
7416 # others require no space. Words are not sufficient . . . .
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7418 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7419 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7420 ac_xsave_c_werror_flag=$ac_c_werror_flag
7421 ac_c_werror_flag=yes
7422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7423 /* end confdefs.h. */
7426 main ()
7430 return 0;
7432 _ACEOF
7433 if ac_fn_c_try_link "$LINENO"; then :
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7435 $as_echo "no" >&6; }
7436 X_LIBS="$X_LIBS -R$x_libraries"
7437 else
7438 LIBS="$ac_xsave_LIBS -R $x_libraries"
7439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7440 /* end confdefs.h. */
7443 main ()
7447 return 0;
7449 _ACEOF
7450 if ac_fn_c_try_link "$LINENO"; then :
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7452 $as_echo "yes" >&6; }
7453 X_LIBS="$X_LIBS -R $x_libraries"
7454 else
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7456 $as_echo "neither works" >&6; }
7458 rm -f core conftest.err conftest.$ac_objext \
7459 conftest$ac_exeext conftest.$ac_ext
7461 rm -f core conftest.err conftest.$ac_objext \
7462 conftest$ac_exeext conftest.$ac_ext
7463 ac_c_werror_flag=$ac_xsave_c_werror_flag
7464 LIBS=$ac_xsave_LIBS
7467 # Check for system-dependent libraries X programs must link with.
7468 # Do this before checking for the system-independent R6 libraries
7469 # (-lICE), since we may need -lsocket or whatever for X linking.
7471 if test "$ISC" = yes; then
7472 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7473 else
7474 # Martyn Johnson says this is needed for Ultrix, if the X
7475 # libraries were built with DECnet support. And Karl Berry says
7476 # the Alpha needs dnet_stub (dnet does not exist).
7477 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7479 /* end confdefs.h. */
7481 /* Override any GCC internal prototype to avoid an error.
7482 Use char because int might match the return type of a GCC
7483 builtin and then its argument prototype would still apply. */
7484 #ifdef __cplusplus
7485 extern "C"
7486 #endif
7487 char XOpenDisplay ();
7489 main ()
7491 return XOpenDisplay ();
7493 return 0;
7495 _ACEOF
7496 if ac_fn_c_try_link "$LINENO"; then :
7498 else
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7500 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7501 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7502 $as_echo_n "(cached) " >&6
7503 else
7504 ac_check_lib_save_LIBS=$LIBS
7505 LIBS="-ldnet $LIBS"
7506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7507 /* end confdefs.h. */
7509 /* Override any GCC internal prototype to avoid an error.
7510 Use char because int might match the return type of a GCC
7511 builtin and then its argument prototype would still apply. */
7512 #ifdef __cplusplus
7513 extern "C"
7514 #endif
7515 char dnet_ntoa ();
7517 main ()
7519 return dnet_ntoa ();
7521 return 0;
7523 _ACEOF
7524 if ac_fn_c_try_link "$LINENO"; then :
7525 ac_cv_lib_dnet_dnet_ntoa=yes
7526 else
7527 ac_cv_lib_dnet_dnet_ntoa=no
7529 rm -f core conftest.err conftest.$ac_objext \
7530 conftest$ac_exeext conftest.$ac_ext
7531 LIBS=$ac_check_lib_save_LIBS
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7534 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7535 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7536 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7539 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7541 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7542 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7543 $as_echo_n "(cached) " >&6
7544 else
7545 ac_check_lib_save_LIBS=$LIBS
7546 LIBS="-ldnet_stub $LIBS"
7547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7548 /* end confdefs.h. */
7550 /* Override any GCC internal prototype to avoid an error.
7551 Use char because int might match the return type of a GCC
7552 builtin and then its argument prototype would still apply. */
7553 #ifdef __cplusplus
7554 extern "C"
7555 #endif
7556 char dnet_ntoa ();
7558 main ()
7560 return dnet_ntoa ();
7562 return 0;
7564 _ACEOF
7565 if ac_fn_c_try_link "$LINENO"; then :
7566 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7567 else
7568 ac_cv_lib_dnet_stub_dnet_ntoa=no
7570 rm -f core conftest.err conftest.$ac_objext \
7571 conftest$ac_exeext conftest.$ac_ext
7572 LIBS=$ac_check_lib_save_LIBS
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7575 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7576 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7577 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7582 rm -f core conftest.err conftest.$ac_objext \
7583 conftest$ac_exeext conftest.$ac_ext
7584 LIBS="$ac_xsave_LIBS"
7586 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7587 # to get the SysV transport functions.
7588 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7589 # needs -lnsl.
7590 # The nsl library prevents programs from opening the X display
7591 # on Irix 5.2, according to T.E. Dickey.
7592 # The functions gethostbyname, getservbyname, and inet_addr are
7593 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7594 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7595 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7599 if test $ac_cv_func_gethostbyname = no; then
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7601 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7602 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7603 $as_echo_n "(cached) " >&6
7604 else
7605 ac_check_lib_save_LIBS=$LIBS
7606 LIBS="-lnsl $LIBS"
7607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7608 /* end confdefs.h. */
7610 /* Override any GCC internal prototype to avoid an error.
7611 Use char because int might match the return type of a GCC
7612 builtin and then its argument prototype would still apply. */
7613 #ifdef __cplusplus
7614 extern "C"
7615 #endif
7616 char gethostbyname ();
7618 main ()
7620 return gethostbyname ();
7622 return 0;
7624 _ACEOF
7625 if ac_fn_c_try_link "$LINENO"; then :
7626 ac_cv_lib_nsl_gethostbyname=yes
7627 else
7628 ac_cv_lib_nsl_gethostbyname=no
7630 rm -f core conftest.err conftest.$ac_objext \
7631 conftest$ac_exeext conftest.$ac_ext
7632 LIBS=$ac_check_lib_save_LIBS
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7635 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7636 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7637 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7640 if test $ac_cv_lib_nsl_gethostbyname = no; then
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7642 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7643 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7644 $as_echo_n "(cached) " >&6
7645 else
7646 ac_check_lib_save_LIBS=$LIBS
7647 LIBS="-lbsd $LIBS"
7648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7649 /* end confdefs.h. */
7651 /* Override any GCC internal prototype to avoid an error.
7652 Use char because int might match the return type of a GCC
7653 builtin and then its argument prototype would still apply. */
7654 #ifdef __cplusplus
7655 extern "C"
7656 #endif
7657 char gethostbyname ();
7659 main ()
7661 return gethostbyname ();
7663 return 0;
7665 _ACEOF
7666 if ac_fn_c_try_link "$LINENO"; then :
7667 ac_cv_lib_bsd_gethostbyname=yes
7668 else
7669 ac_cv_lib_bsd_gethostbyname=no
7671 rm -f core conftest.err conftest.$ac_objext \
7672 conftest$ac_exeext conftest.$ac_ext
7673 LIBS=$ac_check_lib_save_LIBS
7675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7676 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7677 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7678 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7684 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7685 # socket/setsockopt and other routines are undefined under SCO ODT
7686 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7687 # on later versions), says Simon Leinen: it contains gethostby*
7688 # variants that don't use the name server (or something). -lsocket
7689 # must be given before -lnsl if both are needed. We assume that
7690 # if connect needs -lnsl, so does gethostbyname.
7691 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7692 if test "x$ac_cv_func_connect" = x""yes; then :
7696 if test $ac_cv_func_connect = no; then
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7698 $as_echo_n "checking for connect in -lsocket... " >&6; }
7699 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7700 $as_echo_n "(cached) " >&6
7701 else
7702 ac_check_lib_save_LIBS=$LIBS
7703 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7705 /* end confdefs.h. */
7707 /* Override any GCC internal prototype to avoid an error.
7708 Use char because int might match the return type of a GCC
7709 builtin and then its argument prototype would still apply. */
7710 #ifdef __cplusplus
7711 extern "C"
7712 #endif
7713 char connect ();
7715 main ()
7717 return connect ();
7719 return 0;
7721 _ACEOF
7722 if ac_fn_c_try_link "$LINENO"; then :
7723 ac_cv_lib_socket_connect=yes
7724 else
7725 ac_cv_lib_socket_connect=no
7727 rm -f core conftest.err conftest.$ac_objext \
7728 conftest$ac_exeext conftest.$ac_ext
7729 LIBS=$ac_check_lib_save_LIBS
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7732 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7733 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7734 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7739 # Guillermo Gomez says -lposix is necessary on A/UX.
7740 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7741 if test "x$ac_cv_func_remove" = x""yes; then :
7745 if test $ac_cv_func_remove = no; then
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7747 $as_echo_n "checking for remove in -lposix... " >&6; }
7748 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7749 $as_echo_n "(cached) " >&6
7750 else
7751 ac_check_lib_save_LIBS=$LIBS
7752 LIBS="-lposix $LIBS"
7753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7754 /* end confdefs.h. */
7756 /* Override any GCC internal prototype to avoid an error.
7757 Use char because int might match the return type of a GCC
7758 builtin and then its argument prototype would still apply. */
7759 #ifdef __cplusplus
7760 extern "C"
7761 #endif
7762 char remove ();
7764 main ()
7766 return remove ();
7768 return 0;
7770 _ACEOF
7771 if ac_fn_c_try_link "$LINENO"; then :
7772 ac_cv_lib_posix_remove=yes
7773 else
7774 ac_cv_lib_posix_remove=no
7776 rm -f core conftest.err conftest.$ac_objext \
7777 conftest$ac_exeext conftest.$ac_ext
7778 LIBS=$ac_check_lib_save_LIBS
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7781 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7782 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7783 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7788 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7789 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7790 if test "x$ac_cv_func_shmat" = x""yes; then :
7794 if test $ac_cv_func_shmat = no; then
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7796 $as_echo_n "checking for shmat in -lipc... " >&6; }
7797 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7798 $as_echo_n "(cached) " >&6
7799 else
7800 ac_check_lib_save_LIBS=$LIBS
7801 LIBS="-lipc $LIBS"
7802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7803 /* end confdefs.h. */
7805 /* Override any GCC internal prototype to avoid an error.
7806 Use char because int might match the return type of a GCC
7807 builtin and then its argument prototype would still apply. */
7808 #ifdef __cplusplus
7809 extern "C"
7810 #endif
7811 char shmat ();
7813 main ()
7815 return shmat ();
7817 return 0;
7819 _ACEOF
7820 if ac_fn_c_try_link "$LINENO"; then :
7821 ac_cv_lib_ipc_shmat=yes
7822 else
7823 ac_cv_lib_ipc_shmat=no
7825 rm -f core conftest.err conftest.$ac_objext \
7826 conftest$ac_exeext conftest.$ac_ext
7827 LIBS=$ac_check_lib_save_LIBS
7829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7830 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7831 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7832 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7838 # Check for libraries that X11R6 Xt/Xaw programs need.
7839 ac_save_LDFLAGS=$LDFLAGS
7840 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7841 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7842 # check for ICE first), but we must link in the order -lSM -lICE or
7843 # we get undefined symbols. So assume we have SM if we have ICE.
7844 # These have to be linked with before -lX11, unlike the other
7845 # libraries we check for below, so use a different variable.
7846 # John Interrante, Karl Berry
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7848 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7849 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
7851 else
7852 ac_check_lib_save_LIBS=$LIBS
7853 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7855 /* end confdefs.h. */
7857 /* Override any GCC internal prototype to avoid an error.
7858 Use char because int might match the return type of a GCC
7859 builtin and then its argument prototype would still apply. */
7860 #ifdef __cplusplus
7861 extern "C"
7862 #endif
7863 char IceConnectionNumber ();
7865 main ()
7867 return IceConnectionNumber ();
7869 return 0;
7871 _ACEOF
7872 if ac_fn_c_try_link "$LINENO"; then :
7873 ac_cv_lib_ICE_IceConnectionNumber=yes
7874 else
7875 ac_cv_lib_ICE_IceConnectionNumber=no
7877 rm -f core conftest.err conftest.$ac_objext \
7878 conftest$ac_exeext conftest.$ac_ext
7879 LIBS=$ac_check_lib_save_LIBS
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7882 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7883 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7884 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7887 LDFLAGS=$ac_save_LDFLAGS
7892 if test "$have_x" = "yes"
7893 then
7894 XLIB="-lX11"
7895 ac_save_CPPFLAGS="$CPPFLAGS"
7896 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7899 $as_echo_n "checking for -lX11... " >&6; }
7900 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7901 $as_echo_n "(cached) " >&6
7902 else
7903 ac_check_soname_save_LIBS=$LIBS
7904 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7906 /* end confdefs.h. */
7908 /* Override any GCC internal prototype to avoid an error.
7909 Use char because int might match the return type of a GCC
7910 builtin and then its argument prototype would still apply. */
7911 #ifdef __cplusplus
7912 extern "C"
7913 #endif
7914 char XCreateWindow ();
7916 main ()
7918 return XCreateWindow ();
7920 return 0;
7922 _ACEOF
7923 if ac_fn_c_try_link "$LINENO"; then :
7924 case "$LIBEXT" in
7925 dll) ;;
7926 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7927 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7928 esac
7930 rm -f core conftest.err conftest.$ac_objext \
7931 conftest$ac_exeext conftest.$ac_ext
7932 LIBS=$ac_check_soname_save_LIBS
7934 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7936 $as_echo "not found" >&6; }
7938 else
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7940 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7942 cat >>confdefs.h <<_ACEOF
7943 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7944 _ACEOF
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7949 $as_echo_n "checking for -lXext... " >&6; }
7950 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7951 $as_echo_n "(cached) " >&6
7952 else
7953 ac_check_soname_save_LIBS=$LIBS
7954 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7956 /* end confdefs.h. */
7958 /* Override any GCC internal prototype to avoid an error.
7959 Use char because int might match the return type of a GCC
7960 builtin and then its argument prototype would still apply. */
7961 #ifdef __cplusplus
7962 extern "C"
7963 #endif
7964 char XextCreateExtension ();
7966 main ()
7968 return XextCreateExtension ();
7970 return 0;
7972 _ACEOF
7973 if ac_fn_c_try_link "$LINENO"; then :
7974 case "$LIBEXT" in
7975 dll) ;;
7976 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7977 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7978 esac
7980 rm -f core conftest.err conftest.$ac_objext \
7981 conftest$ac_exeext conftest.$ac_ext
7982 LIBS=$ac_check_soname_save_LIBS
7984 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7986 $as_echo "not found" >&6; }
7988 else
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7990 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7992 cat >>confdefs.h <<_ACEOF
7993 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7994 _ACEOF
7996 XLIB="-lXext $XLIB"
7999 for ac_header in X11/Xlib.h \
8000 X11/XKBlib.h \
8001 X11/Xutil.h \
8002 X11/Xcursor/Xcursor.h \
8003 X11/extensions/shape.h \
8004 X11/extensions/XInput.h \
8005 X11/extensions/XShm.h \
8006 X11/extensions/Xcomposite.h \
8007 X11/extensions/Xinerama.h \
8008 X11/extensions/Xrandr.h \
8009 X11/extensions/Xrender.h \
8010 X11/extensions/xf86vmode.h
8011 do :
8012 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8013 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8014 # include <X11/Xlib.h>
8015 #endif
8016 #ifdef HAVE_X11_XUTIL_H
8017 # include <X11/Xutil.h>
8018 #endif
8020 eval as_val=\$$as_ac_Header
8021 if test "x$as_val" = x""yes; then :
8022 cat >>confdefs.h <<_ACEOF
8023 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8024 _ACEOF
8028 done
8031 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8032 then
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8034 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8035 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8036 $as_echo_n "(cached) " >&6
8037 else
8038 ac_check_lib_save_LIBS=$LIBS
8039 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8041 /* end confdefs.h. */
8043 /* Override any GCC internal prototype to avoid an error.
8044 Use char because int might match the return type of a GCC
8045 builtin and then its argument prototype would still apply. */
8046 #ifdef __cplusplus
8047 extern "C"
8048 #endif
8049 char XkbQueryExtension ();
8051 main ()
8053 return XkbQueryExtension ();
8055 return 0;
8057 _ACEOF
8058 if ac_fn_c_try_link "$LINENO"; then :
8059 ac_cv_lib_X11_XkbQueryExtension=yes
8060 else
8061 ac_cv_lib_X11_XkbQueryExtension=no
8063 rm -f core conftest.err conftest.$ac_objext \
8064 conftest$ac_exeext conftest.$ac_ext
8065 LIBS=$ac_check_lib_save_LIBS
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8068 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8069 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8071 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8077 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8078 then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8080 $as_echo_n "checking for -lXcursor... " >&6; }
8081 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8082 $as_echo_n "(cached) " >&6
8083 else
8084 ac_check_soname_save_LIBS=$LIBS
8085 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8087 /* end confdefs.h. */
8089 /* Override any GCC internal prototype to avoid an error.
8090 Use char because int might match the return type of a GCC
8091 builtin and then its argument prototype would still apply. */
8092 #ifdef __cplusplus
8093 extern "C"
8094 #endif
8095 char XcursorImageLoadCursor ();
8097 main ()
8099 return XcursorImageLoadCursor ();
8101 return 0;
8103 _ACEOF
8104 if ac_fn_c_try_link "$LINENO"; then :
8105 case "$LIBEXT" in
8106 dll) ;;
8107 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'` ;;
8108 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8109 esac
8111 rm -f core conftest.err conftest.$ac_objext \
8112 conftest$ac_exeext conftest.$ac_ext
8113 LIBS=$ac_check_soname_save_LIBS
8115 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8117 $as_echo "not found" >&6; }
8119 else
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8121 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8123 cat >>confdefs.h <<_ACEOF
8124 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8125 _ACEOF
8130 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8131 case "x$with_xcursor" in
8132 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8133 xno) ;;
8134 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8135 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8136 esac
8139 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8140 then
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8142 $as_echo_n "checking for -lXi... " >&6; }
8143 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8144 $as_echo_n "(cached) " >&6
8145 else
8146 ac_check_soname_save_LIBS=$LIBS
8147 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8149 /* end confdefs.h. */
8151 /* Override any GCC internal prototype to avoid an error.
8152 Use char because int might match the return type of a GCC
8153 builtin and then its argument prototype would still apply. */
8154 #ifdef __cplusplus
8155 extern "C"
8156 #endif
8157 char XOpenDevice ();
8159 main ()
8161 return XOpenDevice ();
8163 return 0;
8165 _ACEOF
8166 if ac_fn_c_try_link "$LINENO"; then :
8167 case "$LIBEXT" in
8168 dll) ;;
8169 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'` ;;
8170 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8171 esac
8173 rm -f core conftest.err conftest.$ac_objext \
8174 conftest$ac_exeext conftest.$ac_ext
8175 LIBS=$ac_check_soname_save_LIBS
8177 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8179 $as_echo "not found" >&6; }
8181 else
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8183 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8185 cat >>confdefs.h <<_ACEOF
8186 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8187 _ACEOF
8192 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8193 case "x$with_xinput" in
8194 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8195 xno) ;;
8196 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8197 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8198 esac
8201 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8202 then
8203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8204 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8205 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8206 $as_echo_n "(cached) " >&6
8207 else
8208 ac_check_lib_save_LIBS=$LIBS
8209 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8211 /* end confdefs.h. */
8213 /* Override any GCC internal prototype to avoid an error.
8214 Use char because int might match the return type of a GCC
8215 builtin and then its argument prototype would still apply. */
8216 #ifdef __cplusplus
8217 extern "C"
8218 #endif
8219 char XShmQueryExtension ();
8221 main ()
8223 return XShmQueryExtension ();
8225 return 0;
8227 _ACEOF
8228 if ac_fn_c_try_link "$LINENO"; then :
8229 ac_cv_lib_Xext_XShmQueryExtension=yes
8230 else
8231 ac_cv_lib_Xext_XShmQueryExtension=no
8233 rm -f core conftest.err conftest.$ac_objext \
8234 conftest$ac_exeext conftest.$ac_ext
8235 LIBS=$ac_check_lib_save_LIBS
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8238 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8239 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8241 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8246 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8247 case "x$with_xshm" in
8248 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8249 xno) ;;
8250 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8251 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8252 esac
8255 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8256 then
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8258 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8259 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8260 $as_echo_n "(cached) " >&6
8261 else
8262 ac_check_lib_save_LIBS=$LIBS
8263 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8265 /* end confdefs.h. */
8267 /* Override any GCC internal prototype to avoid an error.
8268 Use char because int might match the return type of a GCC
8269 builtin and then its argument prototype would still apply. */
8270 #ifdef __cplusplus
8271 extern "C"
8272 #endif
8273 char XShapeQueryExtension ();
8275 main ()
8277 return XShapeQueryExtension ();
8279 return 0;
8281 _ACEOF
8282 if ac_fn_c_try_link "$LINENO"; then :
8283 ac_cv_lib_Xext_XShapeQueryExtension=yes
8284 else
8285 ac_cv_lib_Xext_XShapeQueryExtension=no
8287 rm -f core conftest.err conftest.$ac_objext \
8288 conftest$ac_exeext conftest.$ac_ext
8289 LIBS=$ac_check_lib_save_LIBS
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8292 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8293 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8295 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8300 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8301 case "x$with_xshape" in
8302 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8303 xno) ;;
8304 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8305 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8306 esac
8309 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8310 then
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8312 $as_echo_n "checking for -lXxf86vm... " >&6; }
8313 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8314 $as_echo_n "(cached) " >&6
8315 else
8316 ac_check_soname_save_LIBS=$LIBS
8317 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8319 /* end confdefs.h. */
8321 /* Override any GCC internal prototype to avoid an error.
8322 Use char because int might match the return type of a GCC
8323 builtin and then its argument prototype would still apply. */
8324 #ifdef __cplusplus
8325 extern "C"
8326 #endif
8327 char XF86VidModeQueryExtension ();
8329 main ()
8331 return XF86VidModeQueryExtension ();
8333 return 0;
8335 _ACEOF
8336 if ac_fn_c_try_link "$LINENO"; then :
8337 case "$LIBEXT" in
8338 dll) ;;
8339 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'` ;;
8340 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8341 esac
8343 rm -f core conftest.err conftest.$ac_objext \
8344 conftest$ac_exeext conftest.$ac_ext
8345 LIBS=$ac_check_soname_save_LIBS
8347 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8349 $as_echo "not found" >&6; }
8351 else
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8353 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8355 cat >>confdefs.h <<_ACEOF
8356 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8357 _ACEOF
8362 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8363 case "x$with_xxf86vm" in
8364 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8365 xno) ;;
8366 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8367 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8368 esac
8371 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"
8372 then
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8374 $as_echo_n "checking for -lXrender... " >&6; }
8375 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8376 $as_echo_n "(cached) " >&6
8377 else
8378 ac_check_soname_save_LIBS=$LIBS
8379 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8381 /* end confdefs.h. */
8383 /* Override any GCC internal prototype to avoid an error.
8384 Use char because int might match the return type of a GCC
8385 builtin and then its argument prototype would still apply. */
8386 #ifdef __cplusplus
8387 extern "C"
8388 #endif
8389 char XRenderQueryExtension ();
8391 main ()
8393 return XRenderQueryExtension ();
8395 return 0;
8397 _ACEOF
8398 if ac_fn_c_try_link "$LINENO"; then :
8399 case "$LIBEXT" in
8400 dll) ;;
8401 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'` ;;
8402 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8403 esac
8405 rm -f core conftest.err conftest.$ac_objext \
8406 conftest$ac_exeext conftest.$ac_ext
8407 LIBS=$ac_check_soname_save_LIBS
8409 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8411 $as_echo "not found" >&6; }
8413 else
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8415 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8417 cat >>confdefs.h <<_ACEOF
8418 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8419 _ACEOF
8421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8422 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8423 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8424 $as_echo_n "(cached) " >&6
8425 else
8426 ac_check_lib_save_LIBS=$LIBS
8427 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8429 /* end confdefs.h. */
8431 /* Override any GCC internal prototype to avoid an error.
8432 Use char because int might match the return type of a GCC
8433 builtin and then its argument prototype would still apply. */
8434 #ifdef __cplusplus
8435 extern "C"
8436 #endif
8437 char XRenderSetPictureTransform ();
8439 main ()
8441 return XRenderSetPictureTransform ();
8443 return 0;
8445 _ACEOF
8446 if ac_fn_c_try_link "$LINENO"; then :
8447 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8448 else
8449 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8451 rm -f core conftest.err conftest.$ac_objext \
8452 conftest$ac_exeext conftest.$ac_ext
8453 LIBS=$ac_check_lib_save_LIBS
8455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8456 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8457 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8459 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8466 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8467 case "x$with_xrender" in
8468 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8469 xno) ;;
8470 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8471 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8472 esac
8475 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8476 then
8477 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8478 /* end confdefs.h. */
8479 #include <X11/Xlib.h>
8480 #include <X11/extensions/Xrandr.h>
8482 main ()
8484 static typeof(XRRSetScreenConfigAndRate) * func;
8486 return 0;
8488 _ACEOF
8489 if ac_fn_c_try_compile "$LINENO"; then :
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8491 $as_echo_n "checking for -lXrandr... " >&6; }
8492 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8493 $as_echo_n "(cached) " >&6
8494 else
8495 ac_check_soname_save_LIBS=$LIBS
8496 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8498 /* end confdefs.h. */
8500 /* Override any GCC internal prototype to avoid an error.
8501 Use char because int might match the return type of a GCC
8502 builtin and then its argument prototype would still apply. */
8503 #ifdef __cplusplus
8504 extern "C"
8505 #endif
8506 char XRRQueryExtension ();
8508 main ()
8510 return XRRQueryExtension ();
8512 return 0;
8514 _ACEOF
8515 if ac_fn_c_try_link "$LINENO"; then :
8516 case "$LIBEXT" in
8517 dll) ;;
8518 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'` ;;
8519 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8520 esac
8522 rm -f core conftest.err conftest.$ac_objext \
8523 conftest$ac_exeext conftest.$ac_ext
8524 LIBS=$ac_check_soname_save_LIBS
8526 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8528 $as_echo "not found" >&6; }
8530 else
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8532 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8534 cat >>confdefs.h <<_ACEOF
8535 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8536 _ACEOF
8541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8543 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8544 case "x$with_xrandr" in
8545 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8546 xno) ;;
8547 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8548 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8549 esac
8552 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8553 then
8554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8555 /* end confdefs.h. */
8556 #include <X11/Xlib.h>
8557 #include <X11/extensions/Xinerama.h>
8559 main ()
8561 static typeof(XineramaQueryScreens) * func;
8563 return 0;
8565 _ACEOF
8566 if ac_fn_c_try_compile "$LINENO"; then :
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8568 $as_echo_n "checking for -lXinerama... " >&6; }
8569 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8570 $as_echo_n "(cached) " >&6
8571 else
8572 ac_check_soname_save_LIBS=$LIBS
8573 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8575 /* end confdefs.h. */
8577 /* Override any GCC internal prototype to avoid an error.
8578 Use char because int might match the return type of a GCC
8579 builtin and then its argument prototype would still apply. */
8580 #ifdef __cplusplus
8581 extern "C"
8582 #endif
8583 char XineramaQueryScreens ();
8585 main ()
8587 return XineramaQueryScreens ();
8589 return 0;
8591 _ACEOF
8592 if ac_fn_c_try_link "$LINENO"; then :
8593 case "$LIBEXT" in
8594 dll) ;;
8595 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'` ;;
8596 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8597 esac
8599 rm -f core conftest.err conftest.$ac_objext \
8600 conftest$ac_exeext conftest.$ac_ext
8601 LIBS=$ac_check_soname_save_LIBS
8603 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8605 $as_echo "not found" >&6; }
8607 else
8608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8609 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8611 cat >>confdefs.h <<_ACEOF
8612 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8613 _ACEOF
8618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8620 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8621 case "x$with_xinerama" in
8622 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8623 xno) ;;
8624 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8625 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8626 esac
8629 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8630 then
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8632 $as_echo_n "checking for -lXcomposite... " >&6; }
8633 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8634 $as_echo_n "(cached) " >&6
8635 else
8636 ac_check_soname_save_LIBS=$LIBS
8637 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8639 /* end confdefs.h. */
8641 /* Override any GCC internal prototype to avoid an error.
8642 Use char because int might match the return type of a GCC
8643 builtin and then its argument prototype would still apply. */
8644 #ifdef __cplusplus
8645 extern "C"
8646 #endif
8647 char XCompositeRedirectWindow ();
8649 main ()
8651 return XCompositeRedirectWindow ();
8653 return 0;
8655 _ACEOF
8656 if ac_fn_c_try_link "$LINENO"; then :
8657 case "$LIBEXT" in
8658 dll) ;;
8659 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'` ;;
8660 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8661 esac
8663 rm -f core conftest.err conftest.$ac_objext \
8664 conftest$ac_exeext conftest.$ac_ext
8665 LIBS=$ac_check_soname_save_LIBS
8667 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8669 $as_echo "not found" >&6; }
8671 else
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8673 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8675 cat >>confdefs.h <<_ACEOF
8676 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8677 _ACEOF
8682 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8683 case "x$with_xcomposite" in
8684 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8685 xno) ;;
8686 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8687 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8688 esac
8691 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8692 #include <X11/Xlib.h>
8693 #endif
8695 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8697 cat >>confdefs.h <<_ACEOF
8698 #define HAVE_XICCALLBACK_CALLBACK 1
8699 _ACEOF
8706 opengl_msg=""
8707 if test "x$with_opengl" != "xno"
8708 then
8709 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8710 do :
8711 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8712 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8713 # include <GL/glx.h>
8714 #endif
8716 eval as_val=\$$as_ac_Header
8717 if test "x$as_val" = x""yes; then :
8718 cat >>confdefs.h <<_ACEOF
8719 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8720 _ACEOF
8724 done
8726 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8727 then
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8729 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8730 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8731 $as_echo_n "(cached) " >&6
8732 else
8733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8734 /* end confdefs.h. */
8735 #include <GL/gl.h>
8737 main ()
8739 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8741 return 0;
8743 _ACEOF
8744 if ac_fn_c_try_compile "$LINENO"; then :
8745 wine_cv_opengl_header_version_OK="yes"
8746 else
8747 wine_cv_opengl_header_version_OK="no"
8749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8752 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8754 if test "$wine_cv_opengl_header_version_OK" = "yes"
8755 then
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8757 $as_echo_n "checking for -lGL... " >&6; }
8758 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8759 $as_echo_n "(cached) " >&6
8760 else
8761 ac_check_soname_save_LIBS=$LIBS
8762 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8764 /* end confdefs.h. */
8766 /* Override any GCC internal prototype to avoid an error.
8767 Use char because int might match the return type of a GCC
8768 builtin and then its argument prototype would still apply. */
8769 #ifdef __cplusplus
8770 extern "C"
8771 #endif
8772 char glXCreateContext ();
8774 main ()
8776 return glXCreateContext ();
8778 return 0;
8780 _ACEOF
8781 if ac_fn_c_try_link "$LINENO"; then :
8782 case "$LIBEXT" in
8783 dll) ;;
8784 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'` ;;
8785 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8786 esac
8788 rm -f core conftest.err conftest.$ac_objext \
8789 conftest$ac_exeext conftest.$ac_ext
8790 LIBS=$ac_check_soname_save_LIBS
8792 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8794 $as_echo "not found" >&6; }
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8796 $as_echo_n "checking for -lGL... " >&6; }
8797 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8798 $as_echo_n "(cached) " >&6
8799 else
8800 ac_check_soname_save_LIBS=$LIBS
8801 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"
8802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8803 /* end confdefs.h. */
8805 /* Override any GCC internal prototype to avoid an error.
8806 Use char because int might match the return type of a GCC
8807 builtin and then its argument prototype would still apply. */
8808 #ifdef __cplusplus
8809 extern "C"
8810 #endif
8811 char glXCreateContext ();
8813 main ()
8815 return glXCreateContext ();
8817 return 0;
8819 _ACEOF
8820 if ac_fn_c_try_link "$LINENO"; then :
8821 case "$LIBEXT" in
8822 dll) ;;
8823 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'` ;;
8824 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8825 esac
8827 rm -f core conftest.err conftest.$ac_objext \
8828 conftest$ac_exeext conftest.$ac_ext
8829 LIBS=$ac_check_soname_save_LIBS
8831 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8833 $as_echo "not found" >&6; }
8834 if test -f /usr/X11R6/lib/libGL.a
8835 then
8836 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8837 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8838 else
8839 opengl_msg="No OpenGL library found on this system."
8841 else
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8843 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8845 cat >>confdefs.h <<_ACEOF
8846 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8847 _ACEOF
8849 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"
8851 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8854 else
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8856 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8858 cat >>confdefs.h <<_ACEOF
8859 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8860 _ACEOF
8862 OPENGL_LIBS="-lGL"
8864 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8867 if test "$ac_cv_header_GL_glu_h" = "yes"
8868 then
8869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8870 $as_echo_n "checking for -lGLU... " >&6; }
8871 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8872 $as_echo_n "(cached) " >&6
8873 else
8874 ac_check_soname_save_LIBS=$LIBS
8875 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8877 /* end confdefs.h. */
8879 /* Override any GCC internal prototype to avoid an error.
8880 Use char because int might match the return type of a GCC
8881 builtin and then its argument prototype would still apply. */
8882 #ifdef __cplusplus
8883 extern "C"
8884 #endif
8885 char gluLookAt ();
8887 main ()
8889 return gluLookAt ();
8891 return 0;
8893 _ACEOF
8894 if ac_fn_c_try_link "$LINENO"; then :
8895 case "$LIBEXT" in
8896 dll) ;;
8897 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'` ;;
8898 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8899 esac
8901 rm -f core conftest.err conftest.$ac_objext \
8902 conftest$ac_exeext conftest.$ac_ext
8903 LIBS=$ac_check_soname_save_LIBS
8905 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8907 $as_echo "not found" >&6; }
8909 else
8910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8911 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8913 cat >>confdefs.h <<_ACEOF
8914 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8915 _ACEOF
8920 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8921 case "x$with_glu" in
8922 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8923 xno) ;;
8924 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8925 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8926 esac
8928 else
8929 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8931 else
8932 opengl_msg="OpenGL development headers not found."
8934 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8935 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8936 else
8937 enable_opengl32=${enable_opengl32:-no}
8938 enable_glu32=${enable_glu32:-no}
8940 if test -n "$opengl_msg"; then :
8941 case "x$with_opengl" in
8942 x) wine_warnings="$wine_warnings|$opengl_msg
8943 OpenGL and Direct3D won't be supported." ;;
8944 xno) ;;
8945 *) as_fn_error "$opengl_msg
8946 OpenGL and Direct3D won't be supported.
8947 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8948 esac
8951 NASLIBS=""
8953 for ac_header in audio/audiolib.h
8954 do :
8955 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8956 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8957 cat >>confdefs.h <<_ACEOF
8958 #define HAVE_AUDIO_AUDIOLIB_H 1
8959 _ACEOF
8960 for ac_header in audio/soundlib.h
8961 do :
8962 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8964 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8965 cat >>confdefs.h <<_ACEOF
8966 #define HAVE_AUDIO_SOUNDLIB_H 1
8967 _ACEOF
8971 done
8973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8974 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8975 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8976 $as_echo_n "(cached) " >&6
8977 else
8978 ac_check_lib_save_LIBS=$LIBS
8979 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8981 /* end confdefs.h. */
8983 /* Override any GCC internal prototype to avoid an error.
8984 Use char because int might match the return type of a GCC
8985 builtin and then its argument prototype would still apply. */
8986 #ifdef __cplusplus
8987 extern "C"
8988 #endif
8989 char AuCreateFlow ();
8991 main ()
8993 return AuCreateFlow ();
8995 return 0;
8997 _ACEOF
8998 if ac_fn_c_try_link "$LINENO"; then :
8999 ac_cv_lib_audio_AuCreateFlow=yes
9000 else
9001 ac_cv_lib_audio_AuCreateFlow=no
9003 rm -f core conftest.err conftest.$ac_objext \
9004 conftest$ac_exeext conftest.$ac_ext
9005 LIBS=$ac_check_lib_save_LIBS
9007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9008 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9009 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9011 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9014 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9015 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9016 $as_echo_n "(cached) " >&6
9017 else
9018 ac_check_lib_save_LIBS=$LIBS
9019 LIBS="-lXau $X_LIBS $LIBS"
9020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9021 /* end confdefs.h. */
9023 /* Override any GCC internal prototype to avoid an error.
9024 Use char because int might match the return type of a GCC
9025 builtin and then its argument prototype would still apply. */
9026 #ifdef __cplusplus
9027 extern "C"
9028 #endif
9029 char XauGetBestAuthByAddr ();
9031 main ()
9033 return XauGetBestAuthByAddr ();
9035 return 0;
9037 _ACEOF
9038 if ac_fn_c_try_link "$LINENO"; then :
9039 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9040 else
9041 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9043 rm -f core conftest.err conftest.$ac_objext \
9044 conftest$ac_exeext conftest.$ac_ext
9045 LIBS=$ac_check_lib_save_LIBS
9047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9048 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9049 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9050 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9051 else
9052 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9060 done
9063 CPPFLAGS="$ac_save_CPPFLAGS"
9064 else
9065 XLIB=""
9066 X_CFLAGS=""
9067 X_LIBS=""
9068 enable_winex11_drv=${enable_winex11_drv:-no}
9069 enable_opengl32=${enable_opengl32:-no}
9070 enable_glu32=${enable_glu32:-no}
9072 if test "x$XLIB" = "x"; then :
9073 case "x$with_x" in
9074 xno) ;;
9075 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
9076 without X support, which probably isn't what you want. You will need to install
9077 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9078 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9079 esac
9083 XML2LIBS=""
9085 XML2INCL=""
9087 XSLTINCL=""
9089 if test "x$with_xml" != "xno"
9090 then
9091 ac_save_CPPFLAGS="$CPPFLAGS"
9092 if test "$PKG_CONFIG" != "false"
9093 then
9094 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9095 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9096 else
9097 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9098 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9100 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9101 for ac_header in libxml/parser.h
9102 do :
9103 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9104 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9105 cat >>confdefs.h <<_ACEOF
9106 #define HAVE_LIBXML_PARSER_H 1
9107 _ACEOF
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9109 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9110 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9111 $as_echo_n "(cached) " >&6
9112 else
9113 ac_check_lib_save_LIBS=$LIBS
9114 LIBS="-lxml2 $ac_xml_libs $LIBS"
9115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9116 /* end confdefs.h. */
9118 /* Override any GCC internal prototype to avoid an error.
9119 Use char because int might match the return type of a GCC
9120 builtin and then its argument prototype would still apply. */
9121 #ifdef __cplusplus
9122 extern "C"
9123 #endif
9124 char xmlParseMemory ();
9126 main ()
9128 return xmlParseMemory ();
9130 return 0;
9132 _ACEOF
9133 if ac_fn_c_try_link "$LINENO"; then :
9134 ac_cv_lib_xml2_xmlParseMemory=yes
9135 else
9136 ac_cv_lib_xml2_xmlParseMemory=no
9138 rm -f core conftest.err conftest.$ac_objext \
9139 conftest$ac_exeext conftest.$ac_ext
9140 LIBS=$ac_check_lib_save_LIBS
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9143 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9144 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9146 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9148 XML2LIBS="$ac_xml_libs"
9149 XML2INCL="$ac_xml_cflags"
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9153 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9154 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9155 $as_echo_n "(cached) " >&6
9156 else
9157 ac_check_lib_save_LIBS=$LIBS
9158 LIBS="-lxml2 $ac_xml_libs $LIBS"
9159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9160 /* end confdefs.h. */
9162 /* Override any GCC internal prototype to avoid an error.
9163 Use char because int might match the return type of a GCC
9164 builtin and then its argument prototype would still apply. */
9165 #ifdef __cplusplus
9166 extern "C"
9167 #endif
9168 char xmlReadMemory ();
9170 main ()
9172 return xmlReadMemory ();
9174 return 0;
9176 _ACEOF
9177 if ac_fn_c_try_link "$LINENO"; then :
9178 ac_cv_lib_xml2_xmlReadMemory=yes
9179 else
9180 ac_cv_lib_xml2_xmlReadMemory=no
9182 rm -f core conftest.err conftest.$ac_objext \
9183 conftest$ac_exeext conftest.$ac_ext
9184 LIBS=$ac_check_lib_save_LIBS
9186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9187 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9188 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9190 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9195 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9196 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9197 $as_echo_n "(cached) " >&6
9198 else
9199 ac_check_lib_save_LIBS=$LIBS
9200 LIBS="-lxml2 $ac_xml_libs $LIBS"
9201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9202 /* end confdefs.h. */
9204 /* Override any GCC internal prototype to avoid an error.
9205 Use char because int might match the return type of a GCC
9206 builtin and then its argument prototype would still apply. */
9207 #ifdef __cplusplus
9208 extern "C"
9209 #endif
9210 char xmlNewDocPI ();
9212 main ()
9214 return xmlNewDocPI ();
9216 return 0;
9218 _ACEOF
9219 if ac_fn_c_try_link "$LINENO"; then :
9220 ac_cv_lib_xml2_xmlNewDocPI=yes
9221 else
9222 ac_cv_lib_xml2_xmlNewDocPI=no
9224 rm -f core conftest.err conftest.$ac_objext \
9225 conftest$ac_exeext conftest.$ac_ext
9226 LIBS=$ac_check_lib_save_LIBS
9228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9229 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9230 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9232 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9239 done
9241 CPPFLAGS="$ac_save_CPPFLAGS"
9243 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9244 case "x$with_xml" in
9245 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9246 xno) ;;
9247 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9248 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9249 esac
9252 if test "x$with_xslt" != "xno"
9253 then
9254 if test "$PKG_CONFIG" != "false"
9255 then
9256 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9257 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9258 else
9259 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9260 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9262 ac_save_CPPFLAGS="$CPPFLAGS"
9263 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9264 for ac_header in libxslt/pattern.h libxslt/transform.h
9265 do :
9266 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9267 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9268 # include <libxslt/pattern.h>
9269 #endif
9271 eval as_val=\$$as_ac_Header
9272 if test "x$as_val" = x""yes; then :
9273 cat >>confdefs.h <<_ACEOF
9274 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9275 _ACEOF
9279 done
9281 CPPFLAGS="$ac_save_CPPFLAGS"
9282 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9283 then
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9285 $as_echo_n "checking for -lxslt... " >&6; }
9286 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9287 $as_echo_n "(cached) " >&6
9288 else
9289 ac_check_soname_save_LIBS=$LIBS
9290 LIBS="-lxslt $ac_xslt_libs $LIBS"
9291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292 /* end confdefs.h. */
9294 /* Override any GCC internal prototype to avoid an error.
9295 Use char because int might match the return type of a GCC
9296 builtin and then its argument prototype would still apply. */
9297 #ifdef __cplusplus
9298 extern "C"
9299 #endif
9300 char xsltCompilePattern ();
9302 main ()
9304 return xsltCompilePattern ();
9306 return 0;
9308 _ACEOF
9309 if ac_fn_c_try_link "$LINENO"; then :
9310 case "$LIBEXT" in
9311 dll) ;;
9312 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'` ;;
9313 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9314 esac
9316 rm -f core conftest.err conftest.$ac_objext \
9317 conftest$ac_exeext conftest.$ac_ext
9318 LIBS=$ac_check_soname_save_LIBS
9320 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9322 $as_echo "not found" >&6; }
9324 else
9325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9326 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9328 cat >>confdefs.h <<_ACEOF
9329 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9330 _ACEOF
9332 XSLTINCL="$ac_xslt_cflags"
9336 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9337 case "x$with_xslt" in
9338 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9339 xno) ;;
9340 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9341 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9342 esac
9345 HALINCL=""
9347 if test "x$with_hal" != "xno"
9348 then
9349 ac_save_CPPFLAGS="$CPPFLAGS"
9350 if test "$PKG_CONFIG" != "false"
9351 then
9352 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9353 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9354 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9356 for ac_header in dbus/dbus.h hal/libhal.h
9357 do :
9358 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9359 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9360 eval as_val=\$$as_ac_Header
9361 if test "x$as_val" = x""yes; then :
9362 cat >>confdefs.h <<_ACEOF
9363 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9364 _ACEOF
9368 done
9370 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9371 then
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9373 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9374 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9375 $as_echo_n "(cached) " >&6
9376 else
9377 ac_check_lib_save_LIBS=$LIBS
9378 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9380 /* end confdefs.h. */
9382 /* Override any GCC internal prototype to avoid an error.
9383 Use char because int might match the return type of a GCC
9384 builtin and then its argument prototype would still apply. */
9385 #ifdef __cplusplus
9386 extern "C"
9387 #endif
9388 char dbus_connection_close ();
9390 main ()
9392 return dbus_connection_close ();
9394 return 0;
9396 _ACEOF
9397 if ac_fn_c_try_link "$LINENO"; then :
9398 ac_cv_lib_dbus_1_dbus_connection_close=yes
9399 else
9400 ac_cv_lib_dbus_1_dbus_connection_close=no
9402 rm -f core conftest.err conftest.$ac_objext \
9403 conftest$ac_exeext conftest.$ac_ext
9404 LIBS=$ac_check_lib_save_LIBS
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9407 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9408 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9410 $as_echo_n "checking for -lhal... " >&6; }
9411 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9412 $as_echo_n "(cached) " >&6
9413 else
9414 ac_check_soname_save_LIBS=$LIBS
9415 LIBS="-lhal $ac_hal_libs $LIBS"
9416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9417 /* end confdefs.h. */
9419 /* Override any GCC internal prototype to avoid an error.
9420 Use char because int might match the return type of a GCC
9421 builtin and then its argument prototype would still apply. */
9422 #ifdef __cplusplus
9423 extern "C"
9424 #endif
9425 char libhal_ctx_new ();
9427 main ()
9429 return libhal_ctx_new ();
9431 return 0;
9433 _ACEOF
9434 if ac_fn_c_try_link "$LINENO"; then :
9435 case "$LIBEXT" in
9436 dll) ;;
9437 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'` ;;
9438 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9439 esac
9441 rm -f core conftest.err conftest.$ac_objext \
9442 conftest$ac_exeext conftest.$ac_ext
9443 LIBS=$ac_check_soname_save_LIBS
9445 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9447 $as_echo "not found" >&6; }
9449 else
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9451 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9453 cat >>confdefs.h <<_ACEOF
9454 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9455 _ACEOF
9457 HALINCL="$ac_hal_cflags"
9462 CPPFLAGS="$ac_save_CPPFLAGS"
9464 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9465 case "x$with_hal" in
9466 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9467 xno) ;;
9468 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9469 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9470 esac
9473 if test "x$with_gnutls" != "xno"
9474 then
9475 ac_save_CPPFLAGS="$CPPFLAGS"
9476 if test "$PKG_CONFIG" != "false"
9477 then
9478 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9479 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9480 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9482 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9483 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9485 /* end confdefs.h. */
9486 #include <gnutls/gnutls.h>
9488 main ()
9490 typeof(gnutls_mac_get_key_size) *pfunc;
9492 return 0;
9494 _ACEOF
9495 if ac_fn_c_try_compile "$LINENO"; then :
9496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9497 $as_echo_n "checking for -lgnutls... " >&6; }
9498 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9499 $as_echo_n "(cached) " >&6
9500 else
9501 ac_check_soname_save_LIBS=$LIBS
9502 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9504 /* end confdefs.h. */
9506 /* Override any GCC internal prototype to avoid an error.
9507 Use char because int might match the return type of a GCC
9508 builtin and then its argument prototype would still apply. */
9509 #ifdef __cplusplus
9510 extern "C"
9511 #endif
9512 char gnutls_global_init ();
9514 main ()
9516 return gnutls_global_init ();
9518 return 0;
9520 _ACEOF
9521 if ac_fn_c_try_link "$LINENO"; then :
9522 case "$LIBEXT" in
9523 dll) ;;
9524 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'` ;;
9525 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9526 esac
9528 rm -f core conftest.err conftest.$ac_objext \
9529 conftest$ac_exeext conftest.$ac_ext
9530 LIBS=$ac_check_soname_save_LIBS
9532 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9534 $as_echo "not found" >&6; }
9536 else
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9538 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9540 cat >>confdefs.h <<_ACEOF
9541 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9542 _ACEOF
9544 GNUTLSINCL="$ac_gnutls_cflags"
9548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9552 CPPFLAGS="$ac_save_CPPFLAGS"
9554 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9555 case "x$with_gnutls" in
9556 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9557 xno) ;;
9558 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9559 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9560 esac
9563 CURSESLIBS=""
9564 if test "$ac_cv_header_ncurses_h" = "yes"
9565 then
9566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9567 $as_echo_n "checking for -lncurses... " >&6; }
9568 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9569 $as_echo_n "(cached) " >&6
9570 else
9571 ac_check_soname_save_LIBS=$LIBS
9572 LIBS="-lncurses $LIBS"
9573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9574 /* end confdefs.h. */
9576 /* Override any GCC internal prototype to avoid an error.
9577 Use char because int might match the return type of a GCC
9578 builtin and then its argument prototype would still apply. */
9579 #ifdef __cplusplus
9580 extern "C"
9581 #endif
9582 char waddch ();
9584 main ()
9586 return waddch ();
9588 return 0;
9590 _ACEOF
9591 if ac_fn_c_try_link "$LINENO"; then :
9592 case "$LIBEXT" in
9593 dll) ;;
9594 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'` ;;
9595 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9596 esac
9598 rm -f core conftest.err conftest.$ac_objext \
9599 conftest$ac_exeext conftest.$ac_ext
9600 LIBS=$ac_check_soname_save_LIBS
9602 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9604 $as_echo "not found" >&6; }
9606 else
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9608 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9610 cat >>confdefs.h <<_ACEOF
9611 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9612 _ACEOF
9614 CURSESLIBS="-lncurses"
9616 elif test "$ac_cv_header_curses_h" = "yes"
9617 then
9618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9619 $as_echo_n "checking for -lcurses... " >&6; }
9620 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9621 $as_echo_n "(cached) " >&6
9622 else
9623 ac_check_soname_save_LIBS=$LIBS
9624 LIBS="-lcurses $LIBS"
9625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9626 /* end confdefs.h. */
9628 /* Override any GCC internal prototype to avoid an error.
9629 Use char because int might match the return type of a GCC
9630 builtin and then its argument prototype would still apply. */
9631 #ifdef __cplusplus
9632 extern "C"
9633 #endif
9634 char waddch ();
9636 main ()
9638 return waddch ();
9640 return 0;
9642 _ACEOF
9643 if ac_fn_c_try_link "$LINENO"; then :
9644 case "$LIBEXT" in
9645 dll) ;;
9646 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'` ;;
9647 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9648 esac
9650 rm -f core conftest.err conftest.$ac_objext \
9651 conftest$ac_exeext conftest.$ac_ext
9652 LIBS=$ac_check_soname_save_LIBS
9654 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9656 $as_echo "not found" >&6; }
9658 else
9659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9660 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9662 cat >>confdefs.h <<_ACEOF
9663 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9664 _ACEOF
9666 CURSESLIBS="-lcurses"
9669 ac_save_LIBS="$LIBS"
9670 LIBS="$LIBS $CURSESLIBS"
9671 for ac_func in mousemask
9672 do :
9673 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9674 if test "x$ac_cv_func_mousemask" = x""yes; then :
9675 cat >>confdefs.h <<_ACEOF
9676 #define HAVE_MOUSEMASK 1
9677 _ACEOF
9680 done
9682 LIBS="$ac_save_LIBS"
9683 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9684 case "x$with_curses" in
9685 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9686 xno) ;;
9687 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9688 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9689 esac
9692 if test "x$with_sane" != "xno"
9693 then
9694 ac_save_CPPFLAGS="$CPPFLAGS"
9695 # Extract the first word of "sane-config", so it can be a program name with args.
9696 set dummy sane-config; ac_word=$2
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9698 $as_echo_n "checking for $ac_word... " >&6; }
9699 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9700 $as_echo_n "(cached) " >&6
9701 else
9702 if test -n "$sane_devel"; then
9703 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9704 else
9705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9706 for as_dir in $PATH
9708 IFS=$as_save_IFS
9709 test -z "$as_dir" && as_dir=.
9710 for ac_exec_ext in '' $ac_executable_extensions; do
9711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9712 ac_cv_prog_sane_devel="sane-config"
9713 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9714 break 2
9716 done
9717 done
9718 IFS=$as_save_IFS
9720 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9723 sane_devel=$ac_cv_prog_sane_devel
9724 if test -n "$sane_devel"; then
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9726 $as_echo "$sane_devel" >&6; }
9727 else
9728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9729 $as_echo "no" >&6; }
9733 if test "$sane_devel" != "no"
9734 then
9735 ac_sane_incl="`$sane_devel --cflags`"
9736 ac_sane_libs="`$sane_devel --ldflags`"
9737 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9739 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9740 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9742 $as_echo_n "checking for -lsane... " >&6; }
9743 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9744 $as_echo_n "(cached) " >&6
9745 else
9746 ac_check_soname_save_LIBS=$LIBS
9747 LIBS="-lsane $ac_sane_libs $LIBS"
9748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9749 /* end confdefs.h. */
9751 /* Override any GCC internal prototype to avoid an error.
9752 Use char because int might match the return type of a GCC
9753 builtin and then its argument prototype would still apply. */
9754 #ifdef __cplusplus
9755 extern "C"
9756 #endif
9757 char sane_init ();
9759 main ()
9761 return sane_init ();
9763 return 0;
9765 _ACEOF
9766 if ac_fn_c_try_link "$LINENO"; then :
9767 case "$LIBEXT" in
9768 dll) ;;
9769 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'` ;;
9770 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9771 esac
9773 rm -f core conftest.err conftest.$ac_objext \
9774 conftest$ac_exeext conftest.$ac_ext
9775 LIBS=$ac_check_soname_save_LIBS
9777 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9779 $as_echo "not found" >&6; }
9781 else
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9783 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9785 cat >>confdefs.h <<_ACEOF
9786 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9787 _ACEOF
9789 SANEINCL="$ac_sane_incl"
9795 CPPFLAGS="$ac_save_CPPFLAGS"
9797 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9798 case "x$with_sane" in
9799 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9800 xno) ;;
9801 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9802 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9803 esac
9806 if test "x$with_gphoto" != "xno"
9807 then
9808 ac_save_CPPFLAGS="$CPPFLAGS"
9809 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9810 set dummy gphoto2-config; ac_word=$2
9811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9812 $as_echo_n "checking for $ac_word... " >&6; }
9813 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9814 $as_echo_n "(cached) " >&6
9815 else
9816 if test -n "$gphoto2_devel"; then
9817 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9818 else
9819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9820 for as_dir in $PATH
9822 IFS=$as_save_IFS
9823 test -z "$as_dir" && as_dir=.
9824 for ac_exec_ext in '' $ac_executable_extensions; do
9825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9826 ac_cv_prog_gphoto2_devel="gphoto2-config"
9827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9828 break 2
9830 done
9831 done
9832 IFS=$as_save_IFS
9834 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9837 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9838 if test -n "$gphoto2_devel"; then
9839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9840 $as_echo "$gphoto2_devel" >&6; }
9841 else
9842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9843 $as_echo "no" >&6; }
9847 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9848 set dummy gphoto2-port-config; ac_word=$2
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9850 $as_echo_n "checking for $ac_word... " >&6; }
9851 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9852 $as_echo_n "(cached) " >&6
9853 else
9854 if test -n "$gphoto2port_devel"; then
9855 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9856 else
9857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9858 for as_dir in $PATH
9860 IFS=$as_save_IFS
9861 test -z "$as_dir" && as_dir=.
9862 for ac_exec_ext in '' $ac_executable_extensions; do
9863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9864 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9866 break 2
9868 done
9869 done
9870 IFS=$as_save_IFS
9872 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9875 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9876 if test -n "$gphoto2port_devel"; then
9877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9878 $as_echo "$gphoto2port_devel" >&6; }
9879 else
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9881 $as_echo "no" >&6; }
9885 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9886 then
9887 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9888 ac_gphoto2_libs=""
9889 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9891 case "$i" in
9892 -L/usr/lib|-L/usr/lib64) ;;
9893 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9894 esac
9895 done
9896 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9898 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9899 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9900 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9902 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9903 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9904 $as_echo_n "(cached) " >&6
9905 else
9906 ac_check_lib_save_LIBS=$LIBS
9907 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9914 #ifdef __cplusplus
9915 extern "C"
9916 #endif
9917 char gp_camera_new ();
9919 main ()
9921 return gp_camera_new ();
9923 return 0;
9925 _ACEOF
9926 if ac_fn_c_try_link "$LINENO"; then :
9927 ac_cv_lib_gphoto2_gp_camera_new=yes
9928 else
9929 ac_cv_lib_gphoto2_gp_camera_new=no
9931 rm -f core conftest.err conftest.$ac_objext \
9932 conftest$ac_exeext conftest.$ac_ext
9933 LIBS=$ac_check_lib_save_LIBS
9935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9936 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9937 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9939 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9941 GPHOTO2LIBS="$ac_gphoto2_libs"
9943 GPHOTO2INCL="$ac_gphoto2_incl"
9950 CPPFLAGS="$ac_save_CPPFLAGS"
9952 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9953 case "x$with_gphoto" in
9954 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9955 xno) ;;
9956 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9957 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9958 esac
9962 RESOLVLIBS=""
9964 if test "$ac_cv_header_resolv_h" = "yes"
9965 then
9966 ac_save_LIBS="$LIBS"
9967 LIBS="$LIBS -lresolv"
9968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9969 /* end confdefs.h. */
9970 #ifdef HAVE_NETINET_IN_H
9971 #include <netinet/in.h>
9972 #endif
9973 #include <resolv.h>
9975 main ()
9977 res_init();
9979 return 0;
9981 _ACEOF
9982 if ac_fn_c_try_link "$LINENO"; then :
9984 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9986 RESOLVLIBS="-lresolv"
9988 rm -f core conftest.err conftest.$ac_objext \
9989 conftest$ac_exeext conftest.$ac_ext
9990 LIBS="$ac_save_LIBS"
9993 LCMSLIBS=""
9995 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9996 then
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9998 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9999 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10000 $as_echo_n "(cached) " >&6
10001 else
10002 ac_check_lib_save_LIBS=$LIBS
10003 LIBS="-llcms $LIBS"
10004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10005 /* end confdefs.h. */
10007 /* Override any GCC internal prototype to avoid an error.
10008 Use char because int might match the return type of a GCC
10009 builtin and then its argument prototype would still apply. */
10010 #ifdef __cplusplus
10011 extern "C"
10012 #endif
10013 char cmsOpenProfileFromFile ();
10015 main ()
10017 return cmsOpenProfileFromFile ();
10019 return 0;
10021 _ACEOF
10022 if ac_fn_c_try_link "$LINENO"; then :
10023 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10024 else
10025 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10027 rm -f core conftest.err conftest.$ac_objext \
10028 conftest$ac_exeext conftest.$ac_ext
10029 LIBS=$ac_check_lib_save_LIBS
10031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10032 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10033 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10035 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10037 LCMSLIBS="-llcms"
10041 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10042 case "x$with_cms" in
10043 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10044 xno) ;;
10045 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10046 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10047 esac
10050 if test "x$with_freetype" != "xno"
10051 then
10052 for ac_prog in freetype-config freetype2-config
10054 # Extract the first word of "$ac_prog", so it can be a program name with args.
10055 set dummy $ac_prog; ac_word=$2
10056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10057 $as_echo_n "checking for $ac_word... " >&6; }
10058 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10059 $as_echo_n "(cached) " >&6
10060 else
10061 if test -n "$ft_devel"; then
10062 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10063 else
10064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10065 for as_dir in $PATH
10067 IFS=$as_save_IFS
10068 test -z "$as_dir" && as_dir=.
10069 for ac_exec_ext in '' $ac_executable_extensions; do
10070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10071 ac_cv_prog_ft_devel="$ac_prog"
10072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10073 break 2
10075 done
10076 done
10077 IFS=$as_save_IFS
10081 ft_devel=$ac_cv_prog_ft_devel
10082 if test -n "$ft_devel"; then
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10084 $as_echo "$ft_devel" >&6; }
10085 else
10086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10087 $as_echo "no" >&6; }
10091 test -n "$ft_devel" && break
10092 done
10093 test -n "$ft_devel" || ft_devel="no"
10095 if test "$ft_devel" != "no"
10096 then
10097 ac_freetype_incl=`$ft_devel --cflags`
10098 ac_freetype_libs=`$ft_devel --libs`
10100 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10102 $as_echo_n "checking for -lfreetype... " >&6; }
10103 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10104 $as_echo_n "(cached) " >&6
10105 else
10106 ac_check_soname_save_LIBS=$LIBS
10107 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10109 /* end confdefs.h. */
10111 /* Override any GCC internal prototype to avoid an error.
10112 Use char because int might match the return type of a GCC
10113 builtin and then its argument prototype would still apply. */
10114 #ifdef __cplusplus
10115 extern "C"
10116 #endif
10117 char FT_Init_FreeType ();
10119 main ()
10121 return FT_Init_FreeType ();
10123 return 0;
10125 _ACEOF
10126 if ac_fn_c_try_link "$LINENO"; then :
10127 case "$LIBEXT" in
10128 dll) ;;
10129 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'` ;;
10130 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10131 esac
10133 rm -f core conftest.err conftest.$ac_objext \
10134 conftest$ac_exeext conftest.$ac_ext
10135 LIBS=$ac_check_soname_save_LIBS
10137 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10139 $as_echo "not found" >&6; }
10140 ft_lib=no
10141 else
10142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10143 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10145 cat >>confdefs.h <<_ACEOF
10146 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10147 _ACEOF
10149 ft_lib=yes
10151 if test "$ft_lib" = "yes"
10152 then
10153 ac_save_CPPFLAGS="$CPPFLAGS"
10154 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10155 for ac_header in ft2build.h \
10156 freetype/freetype.h \
10157 freetype/ftglyph.h \
10158 freetype/fttypes.h \
10159 freetype/tttables.h \
10160 freetype/ftsnames.h \
10161 freetype/ttnameid.h \
10162 freetype/ftoutln.h \
10163 freetype/ftwinfnt.h \
10164 freetype/ftmodapi.h \
10165 freetype/ftlcdfil.h \
10166 freetype/internal/sfnt.h
10167 do :
10168 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10169 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10170 # include <ft2build.h>
10171 #endif
10173 eval as_val=\$$as_ac_Header
10174 if test "x$as_val" = x""yes; then :
10175 cat >>confdefs.h <<_ACEOF
10176 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10177 _ACEOF
10181 done
10183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10184 /* end confdefs.h. */
10185 #include <ft2build.h>
10186 #include <freetype/fttrigon.h>
10187 _ACEOF
10188 if ac_fn_c_try_cpp "$LINENO"; then :
10190 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10192 wine_cv_fttrigon=yes
10193 else
10194 wine_cv_fttrigon=no
10196 rm -f conftest.err conftest.$ac_ext
10197 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10199 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10201 cat >>confdefs.h <<_ACEOF
10202 #define HAVE_FT_TRUETYPEENGINETYPE 1
10203 _ACEOF
10208 ac_save_CFLAGS="$CFLAGS"
10209 CFLAGS="$CFLAGS $ac_freetype_libs"
10210 for ac_func in FT_Load_Sfnt_Table
10211 do :
10212 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10213 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10214 cat >>confdefs.h <<_ACEOF
10215 #define HAVE_FT_LOAD_SFNT_TABLE 1
10216 _ACEOF
10219 done
10221 CFLAGS="$ac_save_CFLAGS"
10222 CPPFLAGS="$ac_save_CPPFLAGS"
10223 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10224 then
10226 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10228 FREETYPELIBS="$ac_freetype_libs"
10230 FREETYPEINCL="$ac_freetype_incl"
10235 if test "x$FREETYPELIBS" = "x"; then :
10236 case "x$with_freetype" in
10237 xno) ;;
10238 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10239 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10240 esac
10242 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10245 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10246 if test "${ac_cv_c_ppdev+set}" = set; then :
10247 $as_echo_n "(cached) " >&6
10248 else
10249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10250 /* end confdefs.h. */
10251 #include <linux/ppdev.h>
10253 main ()
10255 ioctl (1,PPCLAIM,0)
10257 return 0;
10259 _ACEOF
10260 if ac_fn_c_try_compile "$LINENO"; then :
10261 ac_cv_c_ppdev="yes"
10262 else
10263 ac_cv_c_ppdev="no"
10265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10268 $as_echo "$ac_cv_c_ppdev" >&6; }
10269 if test "$ac_cv_c_ppdev" = "yes"
10270 then
10272 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10276 ac_wine_check_funcs_save_LIBS="$LIBS"
10277 LIBS="$LIBS $LIBPTHREAD"
10278 for ac_func in \
10279 pthread_attr_get_np \
10280 pthread_getattr_np \
10281 pthread_get_stackaddr_np \
10282 pthread_get_stacksize_np
10283 do :
10284 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10285 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10286 eval as_val=\$$as_ac_var
10287 if test "x$as_val" = x""yes; then :
10288 cat >>confdefs.h <<_ACEOF
10289 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10290 _ACEOF
10293 done
10295 LIBS="$ac_wine_check_funcs_save_LIBS"
10297 if test "$ac_cv_header_zlib_h" = "yes"
10298 then
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10300 $as_echo_n "checking for inflate in -lz... " >&6; }
10301 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10302 $as_echo_n "(cached) " >&6
10303 else
10304 ac_check_lib_save_LIBS=$LIBS
10305 LIBS="-lz $LIBS"
10306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10307 /* end confdefs.h. */
10309 /* Override any GCC internal prototype to avoid an error.
10310 Use char because int might match the return type of a GCC
10311 builtin and then its argument prototype would still apply. */
10312 #ifdef __cplusplus
10313 extern "C"
10314 #endif
10315 char inflate ();
10317 main ()
10319 return inflate ();
10321 return 0;
10323 _ACEOF
10324 if ac_fn_c_try_link "$LINENO"; then :
10325 ac_cv_lib_z_inflate=yes
10326 else
10327 ac_cv_lib_z_inflate=no
10329 rm -f core conftest.err conftest.$ac_objext \
10330 conftest$ac_exeext conftest.$ac_ext
10331 LIBS=$ac_check_lib_save_LIBS
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10334 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10335 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10337 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10339 ZLIB="-lz"
10345 if test "x$with_esd" != xno
10346 then
10347 save_CFLAGS="$CFLAGS"
10348 # Extract the first word of "esd-config", so it can be a program name with args.
10349 set dummy esd-config; ac_word=$2
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10351 $as_echo_n "checking for $ac_word... " >&6; }
10352 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10353 $as_echo_n "(cached) " >&6
10354 else
10355 case $ESDCONFIG in
10356 [\\/]* | ?:[\\/]*)
10357 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10361 for as_dir in $PATH
10363 IFS=$as_save_IFS
10364 test -z "$as_dir" && as_dir=.
10365 for ac_exec_ext in '' $ac_executable_extensions; do
10366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10367 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10369 break 2
10371 done
10372 done
10373 IFS=$as_save_IFS
10375 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10377 esac
10379 ESDCONFIG=$ac_cv_path_ESDCONFIG
10380 if test -n "$ESDCONFIG"; then
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10382 $as_echo "$ESDCONFIG" >&6; }
10383 else
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10385 $as_echo "no" >&6; }
10389 if test "x$ESDCONFIG" != "xno"
10390 then
10391 ac_esd_incl=""
10392 for i in `$ESDCONFIG --cflags`
10394 case "$i" in
10395 -I*) ac_esd_incl="$ac_esd_incl $i";;
10396 esac
10397 done
10398 ac_esd_libs=`$ESDCONFIG --libs`
10399 CFLAGS="$CFLAGS $ac_esd_incl"
10401 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10402 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10403 if test "x$ac_cv_header_esd_h" = x""yes; then :
10404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10405 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10406 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10407 $as_echo_n "(cached) " >&6
10408 else
10409 ac_check_lib_save_LIBS=$LIBS
10410 LIBS="-lesd $ac_esd_libs $LIBS"
10411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10412 /* end confdefs.h. */
10414 /* Override any GCC internal prototype to avoid an error.
10415 Use char because int might match the return type of a GCC
10416 builtin and then its argument prototype would still apply. */
10417 #ifdef __cplusplus
10418 extern "C"
10419 #endif
10420 char esd_open_sound ();
10422 main ()
10424 return esd_open_sound ();
10426 return 0;
10428 _ACEOF
10429 if ac_fn_c_try_link "$LINENO"; then :
10430 ac_cv_lib_esd_esd_open_sound=yes
10431 else
10432 ac_cv_lib_esd_esd_open_sound=no
10434 rm -f core conftest.err conftest.$ac_objext \
10435 conftest$ac_exeext conftest.$ac_ext
10436 LIBS=$ac_check_lib_save_LIBS
10438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10439 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10440 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10441 ESDINCL="$ac_esd_incl"
10443 ESDLIBS="$ac_esd_libs"
10446 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10453 CFLAGS="$save_CFLAGS"
10456 ALSALIBS=""
10458 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10459 then
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10461 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10462 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10463 $as_echo_n "(cached) " >&6
10464 else
10465 ac_check_lib_save_LIBS=$LIBS
10466 LIBS="-lasound $LIBS"
10467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10468 /* end confdefs.h. */
10470 /* Override any GCC internal prototype to avoid an error.
10471 Use char because int might match the return type of a GCC
10472 builtin and then its argument prototype would still apply. */
10473 #ifdef __cplusplus
10474 extern "C"
10475 #endif
10476 char snd_pcm_hw_params_get_access ();
10478 main ()
10480 return snd_pcm_hw_params_get_access ();
10482 return 0;
10484 _ACEOF
10485 if ac_fn_c_try_link "$LINENO"; then :
10486 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10487 else
10488 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10490 rm -f core conftest.err conftest.$ac_objext \
10491 conftest$ac_exeext conftest.$ac_ext
10492 LIBS=$ac_check_lib_save_LIBS
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10495 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10496 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10498 /* end confdefs.h. */
10499 #ifdef HAVE_ALSA_ASOUNDLIB_H
10500 #include <alsa/asoundlib.h>
10501 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10502 #include <sys/asoundlib.h>
10503 #endif
10505 main ()
10507 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10509 return 0;
10511 _ACEOF
10512 if ac_fn_c_try_compile "$LINENO"; then :
10514 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10516 ALSALIBS="-lasound"
10518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10523 AUDIOIOLIBS=""
10525 if test "$ac_cv_header_libaudioio_h" = "yes"
10526 then
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10528 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10529 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10530 $as_echo_n "(cached) " >&6
10531 else
10532 ac_check_lib_save_LIBS=$LIBS
10533 LIBS="-laudioio $LIBS"
10534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10535 /* end confdefs.h. */
10537 /* Override any GCC internal prototype to avoid an error.
10538 Use char because int might match the return type of a GCC
10539 builtin and then its argument prototype would still apply. */
10540 #ifdef __cplusplus
10541 extern "C"
10542 #endif
10543 char AudioIOGetVersion ();
10545 main ()
10547 return AudioIOGetVersion ();
10549 return 0;
10551 _ACEOF
10552 if ac_fn_c_try_link "$LINENO"; then :
10553 ac_cv_lib_audioio_AudioIOGetVersion=yes
10554 else
10555 ac_cv_lib_audioio_AudioIOGetVersion=no
10557 rm -f core conftest.err conftest.$ac_objext \
10558 conftest$ac_exeext conftest.$ac_ext
10559 LIBS=$ac_check_lib_save_LIBS
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10562 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10563 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10564 AUDIOIOLIBS="-laudioio"
10566 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10573 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10574 then
10575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10576 $as_echo_n "checking for -lcapi20... " >&6; }
10577 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10578 $as_echo_n "(cached) " >&6
10579 else
10580 ac_check_soname_save_LIBS=$LIBS
10581 LIBS="-lcapi20 $LIBS"
10582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10583 /* end confdefs.h. */
10585 /* Override any GCC internal prototype to avoid an error.
10586 Use char because int might match the return type of a GCC
10587 builtin and then its argument prototype would still apply. */
10588 #ifdef __cplusplus
10589 extern "C"
10590 #endif
10591 char capi20_register ();
10593 main ()
10595 return capi20_register ();
10597 return 0;
10599 _ACEOF
10600 if ac_fn_c_try_link "$LINENO"; then :
10601 case "$LIBEXT" in
10602 dll) ;;
10603 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'` ;;
10604 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10605 esac
10607 rm -f core conftest.err conftest.$ac_objext \
10608 conftest$ac_exeext conftest.$ac_ext
10609 LIBS=$ac_check_soname_save_LIBS
10611 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10613 $as_echo "not found" >&6; }
10615 else
10616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10617 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10619 cat >>confdefs.h <<_ACEOF
10620 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10621 _ACEOF
10626 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10627 case "x$with_capi" in
10628 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10629 xno) ;;
10630 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10631 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10632 esac
10635 CUPSINCL=""
10637 if test "x$with_cups" != "xno"
10638 then
10639 ac_save_CPPFLAGS="$CPPFLAGS"
10640 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10641 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10642 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10643 for ac_header in cups/cups.h
10644 do :
10645 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10646 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10647 cat >>confdefs.h <<_ACEOF
10648 #define HAVE_CUPS_CUPS_H 1
10649 _ACEOF
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10651 $as_echo_n "checking for -lcups... " >&6; }
10652 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10653 $as_echo_n "(cached) " >&6
10654 else
10655 ac_check_soname_save_LIBS=$LIBS
10656 LIBS="-lcups $ac_cups_libs $LIBS"
10657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10658 /* end confdefs.h. */
10660 /* Override any GCC internal prototype to avoid an error.
10661 Use char because int might match the return type of a GCC
10662 builtin and then its argument prototype would still apply. */
10663 #ifdef __cplusplus
10664 extern "C"
10665 #endif
10666 char cupsGetDefault ();
10668 main ()
10670 return cupsGetDefault ();
10672 return 0;
10674 _ACEOF
10675 if ac_fn_c_try_link "$LINENO"; then :
10676 case "$LIBEXT" in
10677 dll) ;;
10678 dylib) ac_cv_lib_soname_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'` ;;
10679 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10680 esac
10682 rm -f core conftest.err conftest.$ac_objext \
10683 conftest$ac_exeext conftest.$ac_ext
10684 LIBS=$ac_check_soname_save_LIBS
10686 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10688 $as_echo "not found" >&6; }
10690 else
10691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10692 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10694 cat >>confdefs.h <<_ACEOF
10695 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10696 _ACEOF
10698 CUPSINCL="$ac_cups_cflags"
10702 done
10704 CPPFLAGS="$ac_save_CPPFLAGS"
10706 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10707 case "x$with_cups" in
10708 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10709 xno) ;;
10710 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10711 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10712 esac
10715 if test "$ac_cv_header_jack_jack_h" = "yes"
10716 then
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10718 $as_echo_n "checking for -ljack... " >&6; }
10719 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10720 $as_echo_n "(cached) " >&6
10721 else
10722 ac_check_soname_save_LIBS=$LIBS
10723 LIBS="-ljack $LIBS"
10724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10725 /* end confdefs.h. */
10727 /* Override any GCC internal prototype to avoid an error.
10728 Use char because int might match the return type of a GCC
10729 builtin and then its argument prototype would still apply. */
10730 #ifdef __cplusplus
10731 extern "C"
10732 #endif
10733 char jack_client_new ();
10735 main ()
10737 return jack_client_new ();
10739 return 0;
10741 _ACEOF
10742 if ac_fn_c_try_link "$LINENO"; then :
10743 case "$LIBEXT" in
10744 dll) ;;
10745 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'` ;;
10746 *) 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'` ;;
10747 esac
10749 rm -f core conftest.err conftest.$ac_objext \
10750 conftest$ac_exeext conftest.$ac_ext
10751 LIBS=$ac_check_soname_save_LIBS
10753 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10755 $as_echo "not found" >&6; }
10757 else
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10759 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10761 cat >>confdefs.h <<_ACEOF
10762 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10763 _ACEOF
10769 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10770 then
10771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10772 $as_echo_n "checking for -lfontconfig... " >&6; }
10773 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10774 $as_echo_n "(cached) " >&6
10775 else
10776 ac_check_soname_save_LIBS=$LIBS
10777 LIBS="-lfontconfig $LIBS"
10778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10779 /* end confdefs.h. */
10781 /* Override any GCC internal prototype to avoid an error.
10782 Use char because int might match the return type of a GCC
10783 builtin and then its argument prototype would still apply. */
10784 #ifdef __cplusplus
10785 extern "C"
10786 #endif
10787 char FcInit ();
10789 main ()
10791 return FcInit ();
10793 return 0;
10795 _ACEOF
10796 if ac_fn_c_try_link "$LINENO"; then :
10797 case "$LIBEXT" in
10798 dll) ;;
10799 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'` ;;
10800 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10801 esac
10803 rm -f core conftest.err conftest.$ac_objext \
10804 conftest$ac_exeext conftest.$ac_ext
10805 LIBS=$ac_check_soname_save_LIBS
10807 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10809 $as_echo "not found" >&6; }
10811 else
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10813 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10815 cat >>confdefs.h <<_ACEOF
10816 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10817 _ACEOF
10821 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10822 then
10823 ac_save_CPPFLAGS="$CPPFLAGS"
10824 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10825 $as_unset ac_cv_header_fontconfig_fontconfig_h
10826 for ac_header in fontconfig/fontconfig.h
10827 do :
10828 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10829 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10830 cat >>confdefs.h <<_ACEOF
10831 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10832 _ACEOF
10836 done
10838 CPPFLAGS="$ac_save_CPPFLAGS"
10839 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10840 then
10841 FONTCONFIGINCL="$X_CFLAGS"
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10844 $as_echo_n "checking for -lfontconfig... " >&6; }
10845 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10846 $as_echo_n "(cached) " >&6
10847 else
10848 ac_check_soname_save_LIBS=$LIBS
10849 LIBS="-lfontconfig $X_LIBS $LIBS"
10850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10851 /* end confdefs.h. */
10853 /* Override any GCC internal prototype to avoid an error.
10854 Use char because int might match the return type of a GCC
10855 builtin and then its argument prototype would still apply. */
10856 #ifdef __cplusplus
10857 extern "C"
10858 #endif
10859 char FcInit ();
10861 main ()
10863 return FcInit ();
10865 return 0;
10867 _ACEOF
10868 if ac_fn_c_try_link "$LINENO"; then :
10869 case "$LIBEXT" in
10870 dll) ;;
10871 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'` ;;
10872 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10873 esac
10875 rm -f core conftest.err conftest.$ac_objext \
10876 conftest$ac_exeext conftest.$ac_ext
10877 LIBS=$ac_check_soname_save_LIBS
10879 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10881 $as_echo "not found" >&6; }
10883 else
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10885 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10887 cat >>confdefs.h <<_ACEOF
10888 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10889 _ACEOF
10895 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10896 case "x$with_fontconfig" in
10897 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10898 xno) ;;
10899 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10900 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10901 esac
10904 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10905 then
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10907 $as_echo_n "checking for -lssl... " >&6; }
10908 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10909 $as_echo_n "(cached) " >&6
10910 else
10911 ac_check_soname_save_LIBS=$LIBS
10912 LIBS="-lssl $LIBS"
10913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10914 /* end confdefs.h. */
10916 /* Override any GCC internal prototype to avoid an error.
10917 Use char because int might match the return type of a GCC
10918 builtin and then its argument prototype would still apply. */
10919 #ifdef __cplusplus
10920 extern "C"
10921 #endif
10922 char SSL_library_init ();
10924 main ()
10926 return SSL_library_init ();
10928 return 0;
10930 _ACEOF
10931 if ac_fn_c_try_link "$LINENO"; then :
10932 case "$LIBEXT" in
10933 dll) ;;
10934 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'` ;;
10935 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10936 esac
10938 rm -f core conftest.err conftest.$ac_objext \
10939 conftest$ac_exeext conftest.$ac_ext
10940 LIBS=$ac_check_soname_save_LIBS
10942 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10944 $as_echo "not found" >&6; }
10946 else
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10948 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10950 cat >>confdefs.h <<_ACEOF
10951 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10952 _ACEOF
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10957 $as_echo_n "checking for -lcrypto... " >&6; }
10958 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 ac_check_soname_save_LIBS=$LIBS
10962 LIBS="-lcrypto $LIBS"
10963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char BIO_new_socket ();
10974 main ()
10976 return BIO_new_socket ();
10978 return 0;
10980 _ACEOF
10981 if ac_fn_c_try_link "$LINENO"; then :
10982 case "$LIBEXT" in
10983 dll) ;;
10984 dylib) ac_cv_lib_soname_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'` ;;
10985 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10986 esac
10988 rm -f core conftest.err conftest.$ac_objext \
10989 conftest$ac_exeext conftest.$ac_ext
10990 LIBS=$ac_check_soname_save_LIBS
10992 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10994 $as_echo "not found" >&6; }
10996 else
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10998 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11000 cat >>confdefs.h <<_ACEOF
11001 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11002 _ACEOF
11007 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11008 case "x$with_openssl" in
11009 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11010 xno) ;;
11011 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11012 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11013 esac
11016 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11017 then
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11019 $as_echo_n "checking for -lgsm... " >&6; }
11020 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11021 $as_echo_n "(cached) " >&6
11022 else
11023 ac_check_soname_save_LIBS=$LIBS
11024 LIBS="-lgsm $LIBS"
11025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11026 /* end confdefs.h. */
11028 /* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11031 #ifdef __cplusplus
11032 extern "C"
11033 #endif
11034 char gsm_create ();
11036 main ()
11038 return gsm_create ();
11040 return 0;
11042 _ACEOF
11043 if ac_fn_c_try_link "$LINENO"; then :
11044 case "$LIBEXT" in
11045 dll) ;;
11046 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'` ;;
11047 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11048 esac
11050 rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext conftest.$ac_ext
11052 LIBS=$ac_check_soname_save_LIBS
11054 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11056 $as_echo "not found" >&6; }
11058 else
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11060 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11062 cat >>confdefs.h <<_ACEOF
11063 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11064 _ACEOF
11069 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11070 case "x$with_gsm" in
11071 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11072 xno) ;;
11073 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11074 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11075 esac
11078 if test "$ac_cv_header_jpeglib_h" = "yes"
11079 then
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11081 $as_echo_n "checking for -ljpeg... " >&6; }
11082 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11083 $as_echo_n "(cached) " >&6
11084 else
11085 ac_check_soname_save_LIBS=$LIBS
11086 LIBS="-ljpeg $LIBS"
11087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11088 /* end confdefs.h. */
11090 /* Override any GCC internal prototype to avoid an error.
11091 Use char because int might match the return type of a GCC
11092 builtin and then its argument prototype would still apply. */
11093 #ifdef __cplusplus
11094 extern "C"
11095 #endif
11096 char jpeg_start_decompress ();
11098 main ()
11100 return jpeg_start_decompress ();
11102 return 0;
11104 _ACEOF
11105 if ac_fn_c_try_link "$LINENO"; then :
11106 case "$LIBEXT" in
11107 dll) ;;
11108 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'` ;;
11109 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11110 esac
11112 rm -f core conftest.err conftest.$ac_objext \
11113 conftest$ac_exeext conftest.$ac_ext
11114 LIBS=$ac_check_soname_save_LIBS
11116 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11118 $as_echo "not found" >&6; }
11120 else
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11122 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11124 cat >>confdefs.h <<_ACEOF
11125 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11126 _ACEOF
11131 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11132 case "x$with_jpeg" in
11133 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11134 xno) ;;
11135 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11136 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11137 esac
11140 if test "$ac_cv_header_png_h" = "yes"
11141 then
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11143 $as_echo_n "checking for -lpng... " >&6; }
11144 if test "${ac_cv_lib_soname_png+set}" = set; then :
11145 $as_echo_n "(cached) " >&6
11146 else
11147 ac_check_soname_save_LIBS=$LIBS
11148 LIBS="-lpng -lm -lz $LIBS"
11149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11150 /* end confdefs.h. */
11152 /* Override any GCC internal prototype to avoid an error.
11153 Use char because int might match the return type of a GCC
11154 builtin and then its argument prototype would still apply. */
11155 #ifdef __cplusplus
11156 extern "C"
11157 #endif
11158 char png_create_read_struct ();
11160 main ()
11162 return png_create_read_struct ();
11164 return 0;
11166 _ACEOF
11167 if ac_fn_c_try_link "$LINENO"; then :
11168 case "$LIBEXT" in
11169 dll) ;;
11170 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'` ;;
11171 *) 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'` ;;
11172 esac
11174 rm -f core conftest.err conftest.$ac_objext \
11175 conftest$ac_exeext conftest.$ac_ext
11176 LIBS=$ac_check_soname_save_LIBS
11178 if test "x$ac_cv_lib_soname_png" = "x"; then :
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11180 $as_echo "not found" >&6; }
11182 else
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11184 $as_echo "$ac_cv_lib_soname_png" >&6; }
11186 cat >>confdefs.h <<_ACEOF
11187 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11188 _ACEOF
11192 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11193 then
11194 ac_save_CPPFLAGS="$CPPFLAGS"
11195 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11196 $as_unset ac_cv_header_png_h
11197 for ac_header in png.h
11198 do :
11199 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11200 if test "x$ac_cv_header_png_h" = x""yes; then :
11201 cat >>confdefs.h <<_ACEOF
11202 #define HAVE_PNG_H 1
11203 _ACEOF
11207 done
11209 CPPFLAGS="$ac_save_CPPFLAGS"
11210 if test "$ac_cv_header_png_h" = "yes"
11211 then
11212 PNGINCL="$X_CFLAGS"
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11215 $as_echo_n "checking for -lpng... " >&6; }
11216 if test "${ac_cv_lib_soname_png+set}" = set; then :
11217 $as_echo_n "(cached) " >&6
11218 else
11219 ac_check_soname_save_LIBS=$LIBS
11220 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11222 /* end confdefs.h. */
11224 /* Override any GCC internal prototype to avoid an error.
11225 Use char because int might match the return type of a GCC
11226 builtin and then its argument prototype would still apply. */
11227 #ifdef __cplusplus
11228 extern "C"
11229 #endif
11230 char png_create_read_struct ();
11232 main ()
11234 return png_create_read_struct ();
11236 return 0;
11238 _ACEOF
11239 if ac_fn_c_try_link "$LINENO"; then :
11240 case "$LIBEXT" in
11241 dll) ;;
11242 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'` ;;
11243 *) 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'` ;;
11244 esac
11246 rm -f core conftest.err conftest.$ac_objext \
11247 conftest$ac_exeext conftest.$ac_ext
11248 LIBS=$ac_check_soname_save_LIBS
11250 if test "x$ac_cv_lib_soname_png" = "x"; then :
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11252 $as_echo "not found" >&6; }
11254 else
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11256 $as_echo "$ac_cv_lib_soname_png" >&6; }
11258 cat >>confdefs.h <<_ACEOF
11259 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11260 _ACEOF
11266 if test "x$ac_cv_lib_soname_png" = "x"; then :
11267 case "x$with_png" in
11268 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11269 xno) ;;
11270 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11271 This is an error since --with-png was requested." "$LINENO" 5 ;;
11272 esac
11275 if test "$ac_cv_header_mpg123_h" = "yes"
11276 then
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11278 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11279 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11280 $as_echo_n "(cached) " >&6
11281 else
11282 ac_check_lib_save_LIBS=$LIBS
11283 LIBS="-lmpg123 $LIBS"
11284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11285 /* end confdefs.h. */
11287 /* Override any GCC internal prototype to avoid an error.
11288 Use char because int might match the return type of a GCC
11289 builtin and then its argument prototype would still apply. */
11290 #ifdef __cplusplus
11291 extern "C"
11292 #endif
11293 char mpg123_feed ();
11295 main ()
11297 return mpg123_feed ();
11299 return 0;
11301 _ACEOF
11302 if ac_fn_c_try_link "$LINENO"; then :
11303 ac_cv_lib_mpg123_mpg123_feed=yes
11304 else
11305 ac_cv_lib_mpg123_mpg123_feed=no
11307 rm -f core conftest.err conftest.$ac_objext \
11308 conftest$ac_exeext conftest.$ac_ext
11309 LIBS=$ac_check_lib_save_LIBS
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11312 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11313 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11314 LIBMPG123="-lmpg123"
11319 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
11320 case "x$with_mpg123" in
11321 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11322 xno) ;;
11323 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11324 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11325 esac
11327 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11329 if test "$ac_cv_header_kstat_h" = "yes"
11330 then
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11332 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11333 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11334 $as_echo_n "(cached) " >&6
11335 else
11336 ac_check_lib_save_LIBS=$LIBS
11337 LIBS="-lkstat $LIBS"
11338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344 #ifdef __cplusplus
11345 extern "C"
11346 #endif
11347 char kstat_open ();
11349 main ()
11351 return kstat_open ();
11353 return 0;
11355 _ACEOF
11356 if ac_fn_c_try_link "$LINENO"; then :
11357 ac_cv_lib_kstat_kstat_open=yes
11358 else
11359 ac_cv_lib_kstat_kstat_open=no
11361 rm -f core conftest.err conftest.$ac_objext \
11362 conftest$ac_exeext conftest.$ac_ext
11363 LIBS=$ac_check_lib_save_LIBS
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11366 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11367 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11369 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11371 LIBKSTAT="-lkstat"
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11378 $as_echo_n "checking for -lodbc... " >&6; }
11379 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11380 $as_echo_n "(cached) " >&6
11381 else
11382 ac_check_soname_save_LIBS=$LIBS
11383 LIBS="-lodbc $LIBS"
11384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11385 /* end confdefs.h. */
11387 /* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
11390 #ifdef __cplusplus
11391 extern "C"
11392 #endif
11393 char SQLConnect ();
11395 main ()
11397 return SQLConnect ();
11399 return 0;
11401 _ACEOF
11402 if ac_fn_c_try_link "$LINENO"; then :
11403 case "$LIBEXT" in
11404 dll) ;;
11405 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'` ;;
11406 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11407 esac
11409 rm -f core conftest.err conftest.$ac_objext \
11410 conftest$ac_exeext conftest.$ac_ext
11411 LIBS=$ac_check_soname_save_LIBS
11413 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11415 $as_echo "not found" >&6; }
11416 cat >>confdefs.h <<_ACEOF
11417 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11418 _ACEOF
11420 else
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11422 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11424 cat >>confdefs.h <<_ACEOF
11425 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11426 _ACEOF
11431 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11432 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11433 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11434 "$ac_cv_header_soundcard_h" != "yes" -a \
11435 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11436 then
11437 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11441 EXTRACFLAGS=""
11443 if test "x${GCC}" = "xyes"
11444 then
11445 EXTRACFLAGS="-Wall -pipe"
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11448 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11449 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11450 $as_echo_n "(cached) " >&6
11451 else
11452 if test "$cross_compiling" = yes; then :
11453 ac_cv_c_gcc_strength_bug="yes"
11454 else
11455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11456 /* end confdefs.h. */
11457 int L[4] = {0,1,2,3};
11459 main ()
11461 static int Array[3];
11462 unsigned int B = 3;
11463 int i;
11464 for(i=0; i<B; i++) Array[i] = i - 3;
11465 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11466 L[i] = 4;
11467 return (Array[1] != -2 || L[2] != 3)
11469 return 0;
11471 _ACEOF
11472 if ac_fn_c_try_run "$LINENO"; then :
11473 ac_cv_c_gcc_strength_bug="no"
11474 else
11475 ac_cv_c_gcc_strength_bug="yes"
11477 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11478 conftest.$ac_objext conftest.beam conftest.$ac_ext
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11483 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11484 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11485 then
11486 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11490 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11491 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11492 $as_echo_n "(cached) " >&6
11493 else
11494 ac_wine_try_cflags_saved=$CFLAGS
11495 CFLAGS="$CFLAGS -fno-builtin"
11496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11497 /* end confdefs.h. */
11500 main ()
11504 return 0;
11506 _ACEOF
11507 if ac_fn_c_try_link "$LINENO"; then :
11508 ac_cv_cflags__fno_builtin=yes
11509 else
11510 ac_cv_cflags__fno_builtin=no
11512 rm -f core conftest.err conftest.$ac_objext \
11513 conftest$ac_exeext conftest.$ac_ext
11514 CFLAGS=$ac_wine_try_cflags_saved
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11517 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11518 if test $ac_cv_cflags__fno_builtin = yes; then :
11519 BUILTINFLAG="-fno-builtin"
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11523 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11524 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11525 $as_echo_n "(cached) " >&6
11526 else
11527 ac_wine_try_cflags_saved=$CFLAGS
11528 CFLAGS="$CFLAGS -fno-strict-aliasing"
11529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11530 /* end confdefs.h. */
11533 main ()
11537 return 0;
11539 _ACEOF
11540 if ac_fn_c_try_link "$LINENO"; then :
11541 ac_cv_cflags__fno_strict_aliasing=yes
11542 else
11543 ac_cv_cflags__fno_strict_aliasing=no
11545 rm -f core conftest.err conftest.$ac_objext \
11546 conftest$ac_exeext conftest.$ac_ext
11547 CFLAGS=$ac_wine_try_cflags_saved
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11550 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11551 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11552 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11555 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11556 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11557 $as_echo_n "(cached) " >&6
11558 else
11559 ac_wine_try_cflags_saved=$CFLAGS
11560 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11562 /* end confdefs.h. */
11565 main ()
11569 return 0;
11571 _ACEOF
11572 if ac_fn_c_try_link "$LINENO"; then :
11573 ac_cv_cflags__Wdeclaration_after_statement=yes
11574 else
11575 ac_cv_cflags__Wdeclaration_after_statement=no
11577 rm -f core conftest.err conftest.$ac_objext \
11578 conftest$ac_exeext conftest.$ac_ext
11579 CFLAGS=$ac_wine_try_cflags_saved
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11582 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11583 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11584 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11587 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11588 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11589 $as_echo_n "(cached) " >&6
11590 else
11591 ac_wine_try_cflags_saved=$CFLAGS
11592 CFLAGS="$CFLAGS -Wwrite-strings"
11593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11594 /* end confdefs.h. */
11597 main ()
11601 return 0;
11603 _ACEOF
11604 if ac_fn_c_try_link "$LINENO"; then :
11605 ac_cv_cflags__Wwrite_strings=yes
11606 else
11607 ac_cv_cflags__Wwrite_strings=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__Wwrite_strings" >&5
11614 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11615 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11616 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11619 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11620 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11621 $as_echo_n "(cached) " >&6
11622 else
11623 ac_wine_try_cflags_saved=$CFLAGS
11624 CFLAGS="$CFLAGS -Wtype-limits"
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h. */
11629 main ()
11633 return 0;
11635 _ACEOF
11636 if ac_fn_c_try_link "$LINENO"; then :
11637 ac_cv_cflags__Wtype_limits=yes
11638 else
11639 ac_cv_cflags__Wtype_limits=no
11641 rm -f core conftest.err conftest.$ac_objext \
11642 conftest$ac_exeext conftest.$ac_ext
11643 CFLAGS=$ac_wine_try_cflags_saved
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11646 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11647 if test $ac_cv_cflags__Wtype_limits = yes; then :
11648 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11651 saved_CFLAGS="$CFLAGS"
11652 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11654 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11655 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11656 $as_echo_n "(cached) " >&6
11657 else
11658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11659 /* end confdefs.h. */
11660 #include <string.h>
11662 main ()
11666 return 0;
11668 _ACEOF
11669 if ac_fn_c_try_compile "$LINENO"; then :
11670 ac_cv_c_string_h_warnings=no
11671 else
11672 ac_cv_c_string_h_warnings=yes
11674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11677 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11678 CFLAGS="$saved_CFLAGS"
11679 if test "$ac_cv_c_string_h_warnings" = "no"
11680 then
11681 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11687 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11688 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11689 $as_echo_n "(cached) " >&6
11690 else
11691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11692 /* end confdefs.h. */
11693 extern int ac_test;
11695 main ()
11697 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11699 return 0;
11701 _ACEOF
11702 if ac_fn_c_try_link "$LINENO"; then :
11703 ac_cv_c_extern_prefix="yes"
11704 else
11705 ac_cv_c_extern_prefix="no"
11707 rm -f core conftest.err conftest.$ac_objext \
11708 conftest$ac_exeext conftest.$ac_ext
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11711 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11713 case $host_cpu in
11714 *i[3456789]86*)
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11716 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11717 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11718 $as_echo_n "(cached) " >&6
11719 else
11720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11721 /* end confdefs.h. */
11722 #ifndef _MSC_VER
11723 #define __stdcall __attribute__((__stdcall__))
11724 #endif
11725 int __stdcall ac_test(int i) { return i; }
11727 main ()
11729 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11731 return 0;
11733 _ACEOF
11734 if ac_fn_c_try_link "$LINENO"; then :
11735 ac_cv_c_stdcall_suffix="yes"
11736 else
11737 ac_cv_c_stdcall_suffix="no"
11739 rm -f core conftest.err conftest.$ac_objext \
11740 conftest$ac_exeext conftest.$ac_ext
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11743 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11744 *) ac_cv_c_stdcall_suffix="no" ;;
11745 esac
11748 if test "$ac_cv_c_extern_prefix" = "yes"
11749 then
11750 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11752 asm_name_prefix="_"
11753 else
11754 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11756 asm_name_prefix=""
11760 if test "$ac_cv_c_stdcall_suffix" = "yes"
11761 then
11762 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11764 else
11765 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11771 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11772 if test "${ac_cv_asm_func_def+set}" = set; then :
11773 $as_echo_n "(cached) " >&6
11774 else
11775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11776 /* end confdefs.h. */
11779 main ()
11781 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11783 return 0;
11785 _ACEOF
11786 if ac_fn_c_try_link "$LINENO"; then :
11787 ac_cv_asm_func_def=".def"
11788 else
11789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11790 /* end confdefs.h. */
11793 main ()
11795 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11797 return 0;
11799 _ACEOF
11800 if ac_fn_c_try_link "$LINENO"; then :
11801 ac_cv_asm_func_def=".type @function"
11802 else
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11807 main ()
11809 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11811 return 0;
11813 _ACEOF
11814 if ac_fn_c_try_link "$LINENO"; then :
11815 ac_cv_asm_func_def=".type 2"
11816 else
11817 ac_cv_asm_func_def="unknown"
11819 rm -f core conftest.err conftest.$ac_objext \
11820 conftest$ac_exeext conftest.$ac_ext
11822 rm -f core conftest.err conftest.$ac_objext \
11823 conftest$ac_exeext conftest.$ac_ext
11825 rm -f core conftest.err conftest.$ac_objext \
11826 conftest$ac_exeext conftest.$ac_ext
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11829 $as_echo "$ac_cv_asm_func_def" >&6; }
11832 case "$ac_cv_asm_func_def" in
11833 ".def")
11834 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11836 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11837 ".type @function")
11838 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11840 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11841 ".type 2")
11842 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11844 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11846 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11848 asm_func_header="" ;;
11849 esac
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11852 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11853 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11854 $as_echo_n "(cached) " >&6
11855 else
11856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11857 /* end confdefs.h. */
11858 asm(".text\n\t.long 0");
11860 main ()
11864 return 0;
11866 _ACEOF
11867 if ac_fn_c_try_compile "$LINENO"; then :
11868 ac_cv_c_asm_outside_funcs="yes"
11869 else
11870 ac_cv_c_asm_outside_funcs="no"
11872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11875 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11878 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11879 if test "${ac_cv_c_dot_previous+set}" = set; then :
11880 $as_echo_n "(cached) " >&6
11881 else
11882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11883 /* end confdefs.h. */
11886 main ()
11888 asm(".text\nac_test:\t.long 0\n\t.previous");
11890 return 0;
11892 _ACEOF
11893 if ac_fn_c_try_link "$LINENO"; then :
11894 ac_cv_c_dot_previous="yes"
11895 else
11896 ac_cv_c_dot_previous="no"
11898 rm -f core conftest.err conftest.$ac_objext \
11899 conftest$ac_exeext conftest.$ac_ext
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11902 $as_echo "$ac_cv_c_dot_previous" >&6; }
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11905 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11906 if test "${ac_cv_c_cfi_support+set}" = set; then :
11907 $as_echo_n "(cached) " >&6
11908 else
11909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11910 /* end confdefs.h. */
11911 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11913 main ()
11917 return 0;
11919 _ACEOF
11920 if ac_fn_c_try_compile "$LINENO"; then :
11921 ac_cv_c_cfi_support="yes"
11922 else
11923 ac_cv_c_cfi_support="no"
11925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11928 $as_echo "$ac_cv_c_cfi_support" >&6; }
11930 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11931 asm_func_trailer=""
11932 if test "$ac_cv_c_dot_previous" = "yes"
11933 then
11934 asm_func_trailer="\\n\\t.previous"
11936 if test "$ac_cv_c_cfi_support" = "yes"
11937 then
11938 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11939 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11941 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11943 else
11944 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11948 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11951 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11952 then
11953 cat >>confdefs.h <<_ACEOF
11954 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11955 _ACEOF
11957 else
11958 cat >>confdefs.h <<_ACEOF
11959 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11960 _ACEOF
11964 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11967 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11971 LDPATH=""
11973 case $build_os in
11974 cygwin*|mingw32*)
11975 TOOLSEXT=".exe"
11977 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11979 darwin*|macosx*)
11982 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11984 esac
11986 case $host_os in
11987 mingw32*)
11988 CRTLIBS="-lmsvcrt"
11990 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11993 esac
11995 MAIN_BINARY="wine"
11997 test -z "$with_wine64" || MAIN_BINARY="wine32"
11999 case $host_cpu in
12000 *i[3456789]86*)
12001 case $host_os in
12002 linux* | k*bsd*-gnu)
12003 EXTRA_BINARIES="wine-preloader"
12005 esac
12007 esac
12010 ac_save_CFLAGS="$CFLAGS"
12011 CFLAGS="$CFLAGS $BUILTINFLAG"
12012 for ac_func in \
12013 _pclose \
12014 _popen \
12015 _snprintf \
12016 _spawnvp \
12017 _strdup \
12018 _stricmp \
12019 _strnicmp \
12020 _strtoi64 \
12021 _strtoui64 \
12022 _vsnprintf \
12023 asctime_r \
12024 chsize \
12025 dlopen \
12026 epoll_create \
12027 ffs \
12028 finite \
12029 fnmatch \
12030 fork \
12031 fpclass \
12032 fstatfs \
12033 fstatvfs \
12034 ftruncate \
12035 futimes \
12036 futimesat \
12037 getdirentries \
12038 getopt_long \
12039 getpagesize \
12040 getpwuid \
12041 gettid \
12042 gettimeofday \
12043 getuid \
12044 kqueue \
12045 lstat \
12046 memmove \
12047 mmap \
12048 pclose \
12049 pipe2 \
12050 poll \
12051 popen \
12052 prctl \
12053 pread \
12054 pwrite \
12055 readdir \
12056 readlink \
12057 sched_yield \
12058 select \
12059 setproctitle \
12060 setrlimit \
12061 settimeofday \
12062 sigaltstack \
12063 sigprocmask \
12064 snprintf \
12065 spawnvp \
12066 statfs \
12067 statvfs \
12068 strcasecmp \
12069 strdup \
12070 strerror \
12071 strncasecmp \
12072 strtold \
12073 strtoll \
12074 strtoull \
12075 symlink \
12076 tcgetattr \
12077 thr_kill2 \
12078 timegm \
12079 usleep \
12080 vsnprintf \
12081 wait4 \
12082 waitpid \
12084 do :
12085 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12086 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12087 eval as_val=\$$as_ac_var
12088 if test "x$as_val" = x""yes; then :
12089 cat >>confdefs.h <<_ACEOF
12090 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12091 _ACEOF
12094 done
12096 CFLAGS="$ac_save_CFLAGS"
12098 if test "$ac_cv_func_dlopen" = no
12099 then
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12101 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12102 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12103 $as_echo_n "(cached) " >&6
12104 else
12105 ac_check_lib_save_LIBS=$LIBS
12106 LIBS="-ldl $LIBS"
12107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12108 /* end confdefs.h. */
12110 /* Override any GCC internal prototype to avoid an error.
12111 Use char because int might match the return type of a GCC
12112 builtin and then its argument prototype would still apply. */
12113 #ifdef __cplusplus
12114 extern "C"
12115 #endif
12116 char dlopen ();
12118 main ()
12120 return dlopen ();
12122 return 0;
12124 _ACEOF
12125 if ac_fn_c_try_link "$LINENO"; then :
12126 ac_cv_lib_dl_dlopen=yes
12127 else
12128 ac_cv_lib_dl_dlopen=no
12130 rm -f core conftest.err conftest.$ac_objext \
12131 conftest$ac_exeext conftest.$ac_ext
12132 LIBS=$ac_check_lib_save_LIBS
12134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12135 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12136 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12137 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12138 LIBDL="-ldl"
12143 ac_wine_check_funcs_save_LIBS="$LIBS"
12144 LIBS="$LIBS $LIBDL"
12145 for ac_func in dladdr
12146 do :
12147 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12148 if test "x$ac_cv_func_dladdr" = x""yes; then :
12149 cat >>confdefs.h <<_ACEOF
12150 #define HAVE_DLADDR 1
12151 _ACEOF
12154 done
12156 LIBS="$ac_wine_check_funcs_save_LIBS"
12158 if test "$ac_cv_func_poll" = no
12159 then
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12161 $as_echo_n "checking for poll in -lpoll... " >&6; }
12162 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12163 $as_echo_n "(cached) " >&6
12164 else
12165 ac_check_lib_save_LIBS=$LIBS
12166 LIBS="-lpoll $LIBS"
12167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12168 /* end confdefs.h. */
12170 /* Override any GCC internal prototype to avoid an error.
12171 Use char because int might match the return type of a GCC
12172 builtin and then its argument prototype would still apply. */
12173 #ifdef __cplusplus
12174 extern "C"
12175 #endif
12176 char poll ();
12178 main ()
12180 return poll ();
12182 return 0;
12184 _ACEOF
12185 if ac_fn_c_try_link "$LINENO"; then :
12186 ac_cv_lib_poll_poll=yes
12187 else
12188 ac_cv_lib_poll_poll=no
12190 rm -f core conftest.err conftest.$ac_objext \
12191 conftest$ac_exeext conftest.$ac_ext
12192 LIBS=$ac_check_lib_save_LIBS
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12195 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12196 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12197 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12198 LIBPOLL="-lpoll"
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12205 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12206 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12207 $as_echo_n "(cached) " >&6
12208 else
12209 ac_func_search_save_LIBS=$LIBS
12210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12211 /* end confdefs.h. */
12213 /* Override any GCC internal prototype to avoid an error.
12214 Use char because int might match the return type of a GCC
12215 builtin and then its argument prototype would still apply. */
12216 #ifdef __cplusplus
12217 extern "C"
12218 #endif
12219 char gethostbyname ();
12221 main ()
12223 return gethostbyname ();
12225 return 0;
12227 _ACEOF
12228 for ac_lib in '' nsl; do
12229 if test -z "$ac_lib"; then
12230 ac_res="none required"
12231 else
12232 ac_res=-l$ac_lib
12233 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12235 if ac_fn_c_try_link "$LINENO"; then :
12236 ac_cv_search_gethostbyname=$ac_res
12238 rm -f core conftest.err conftest.$ac_objext \
12239 conftest$ac_exeext
12240 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12241 break
12243 done
12244 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12246 else
12247 ac_cv_search_gethostbyname=no
12249 rm conftest.$ac_ext
12250 LIBS=$ac_func_search_save_LIBS
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12253 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12254 ac_res=$ac_cv_search_gethostbyname
12255 if test "$ac_res" != no; then :
12256 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12262 $as_echo_n "checking for library containing connect... " >&6; }
12263 if test "${ac_cv_search_connect+set}" = set; then :
12264 $as_echo_n "(cached) " >&6
12265 else
12266 ac_func_search_save_LIBS=$LIBS
12267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12268 /* end confdefs.h. */
12270 /* Override any GCC internal prototype to avoid an error.
12271 Use char because int might match the return type of a GCC
12272 builtin and then its argument prototype would still apply. */
12273 #ifdef __cplusplus
12274 extern "C"
12275 #endif
12276 char connect ();
12278 main ()
12280 return connect ();
12282 return 0;
12284 _ACEOF
12285 for ac_lib in '' socket; do
12286 if test -z "$ac_lib"; then
12287 ac_res="none required"
12288 else
12289 ac_res=-l$ac_lib
12290 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12292 if ac_fn_c_try_link "$LINENO"; then :
12293 ac_cv_search_connect=$ac_res
12295 rm -f core conftest.err conftest.$ac_objext \
12296 conftest$ac_exeext
12297 if test "${ac_cv_search_connect+set}" = set; then :
12298 break
12300 done
12301 if test "${ac_cv_search_connect+set}" = set; then :
12303 else
12304 ac_cv_search_connect=no
12306 rm conftest.$ac_ext
12307 LIBS=$ac_func_search_save_LIBS
12309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12310 $as_echo "$ac_cv_search_connect" >&6; }
12311 ac_res=$ac_cv_search_connect
12312 if test "$ac_res" != no; then :
12313 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12319 $as_echo_n "checking for library containing inet_aton... " >&6; }
12320 if test "${ac_cv_search_inet_aton+set}" = set; then :
12321 $as_echo_n "(cached) " >&6
12322 else
12323 ac_func_search_save_LIBS=$LIBS
12324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12325 /* end confdefs.h. */
12327 /* Override any GCC internal prototype to avoid an error.
12328 Use char because int might match the return type of a GCC
12329 builtin and then its argument prototype would still apply. */
12330 #ifdef __cplusplus
12331 extern "C"
12332 #endif
12333 char inet_aton ();
12335 main ()
12337 return inet_aton ();
12339 return 0;
12341 _ACEOF
12342 for ac_lib in '' resolv; do
12343 if test -z "$ac_lib"; then
12344 ac_res="none required"
12345 else
12346 ac_res=-l$ac_lib
12347 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12349 if ac_fn_c_try_link "$LINENO"; then :
12350 ac_cv_search_inet_aton=$ac_res
12352 rm -f core conftest.err conftest.$ac_objext \
12353 conftest$ac_exeext
12354 if test "${ac_cv_search_inet_aton+set}" = set; then :
12355 break
12357 done
12358 if test "${ac_cv_search_inet_aton+set}" = set; then :
12360 else
12361 ac_cv_search_inet_aton=no
12363 rm conftest.$ac_ext
12364 LIBS=$ac_func_search_save_LIBS
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12367 $as_echo "$ac_cv_search_inet_aton" >&6; }
12368 ac_res=$ac_cv_search_inet_aton
12369 if test "$ac_res" != no; then :
12370 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12375 for ac_func in \
12376 getaddrinfo \
12377 getnameinfo \
12378 getnetbyname \
12379 getprotobyname \
12380 getprotobynumber \
12381 getservbyport \
12382 inet_network \
12383 inet_ntop \
12384 inet_pton \
12385 sendmsg \
12386 socketpair \
12388 do :
12389 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12390 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12391 eval as_val=\$$as_ac_var
12392 if test "x$as_val" = x""yes; then :
12393 cat >>confdefs.h <<_ACEOF
12394 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12395 _ACEOF
12398 done
12401 LDAPLIBS=""
12403 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12404 then
12405 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12407 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12409 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12410 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12411 $as_echo_n "(cached) " >&6
12412 else
12413 ac_check_lib_save_LIBS=$LIBS
12414 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12416 /* end confdefs.h. */
12418 /* Override any GCC internal prototype to avoid an error.
12419 Use char because int might match the return type of a GCC
12420 builtin and then its argument prototype would still apply. */
12421 #ifdef __cplusplus
12422 extern "C"
12423 #endif
12424 char ldap_initialize ();
12426 main ()
12428 return ldap_initialize ();
12430 return 0;
12432 _ACEOF
12433 if ac_fn_c_try_link "$LINENO"; then :
12434 ac_cv_lib_ldap_r_ldap_initialize=yes
12435 else
12436 ac_cv_lib_ldap_r_ldap_initialize=no
12438 rm -f core conftest.err conftest.$ac_objext \
12439 conftest$ac_exeext conftest.$ac_ext
12440 LIBS=$ac_check_lib_save_LIBS
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12443 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12444 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12446 $as_echo_n "checking for ber_init in -llber... " >&6; }
12447 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12448 $as_echo_n "(cached) " >&6
12449 else
12450 ac_check_lib_save_LIBS=$LIBS
12451 LIBS="-llber $LIBPTHREAD $LIBS"
12452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12453 /* end confdefs.h. */
12455 /* Override any GCC internal prototype to avoid an error.
12456 Use char because int might match the return type of a GCC
12457 builtin and then its argument prototype would still apply. */
12458 #ifdef __cplusplus
12459 extern "C"
12460 #endif
12461 char ber_init ();
12463 main ()
12465 return ber_init ();
12467 return 0;
12469 _ACEOF
12470 if ac_fn_c_try_link "$LINENO"; then :
12471 ac_cv_lib_lber_ber_init=yes
12472 else
12473 ac_cv_lib_lber_ber_init=no
12475 rm -f core conftest.err conftest.$ac_objext \
12476 conftest$ac_exeext conftest.$ac_ext
12477 LIBS=$ac_check_lib_save_LIBS
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12480 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12481 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12483 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12485 LDAPLIBS="-lldap_r -llber"
12492 ac_wine_check_funcs_save_LIBS="$LIBS"
12493 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12494 for ac_func in \
12495 ldap_count_references \
12496 ldap_first_reference \
12497 ldap_next_reference \
12498 ldap_parse_reference \
12499 ldap_parse_sort_control \
12500 ldap_parse_sortresponse_control \
12501 ldap_parse_vlv_control \
12502 ldap_parse_vlvresponse_control
12503 do :
12504 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12505 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12506 eval as_val=\$$as_ac_var
12507 if test "x$as_val" = x""yes; then :
12508 cat >>confdefs.h <<_ACEOF
12509 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12510 _ACEOF
12513 done
12515 LIBS="$ac_wine_check_funcs_save_LIBS"
12517 if test "x$LDAPLIBS" = "x"; then :
12518 case "x$with_ldap" in
12519 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12520 xno) ;;
12521 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12522 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12523 esac
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12527 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12528 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12529 $as_echo_n "(cached) " >&6
12530 else
12531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12532 /* end confdefs.h. */
12533 #include <sys/stat.h>
12535 main ()
12537 mkdir("foo");
12539 return 0;
12541 _ACEOF
12542 if ac_fn_c_try_compile "$LINENO"; then :
12543 wine_cv_one_arg_mkdir=yes
12544 else
12545 wine_cv_one_arg_mkdir=no
12547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12550 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12551 if test "$wine_cv_one_arg_mkdir" = "yes"
12552 then
12554 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12560 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12561 if test "${ac_cv_c_const+set}" = set; then :
12562 $as_echo_n "(cached) " >&6
12563 else
12564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12565 /* end confdefs.h. */
12568 main ()
12570 /* FIXME: Include the comments suggested by Paul. */
12571 #ifndef __cplusplus
12572 /* Ultrix mips cc rejects this. */
12573 typedef int charset[2];
12574 const charset cs;
12575 /* SunOS 4.1.1 cc rejects this. */
12576 char const *const *pcpcc;
12577 char **ppc;
12578 /* NEC SVR4.0.2 mips cc rejects this. */
12579 struct point {int x, y;};
12580 static struct point const zero = {0,0};
12581 /* AIX XL C 1.02.0.0 rejects this.
12582 It does not let you subtract one const X* pointer from another in
12583 an arm of an if-expression whose if-part is not a constant
12584 expression */
12585 const char *g = "string";
12586 pcpcc = &g + (g ? g-g : 0);
12587 /* HPUX 7.0 cc rejects these. */
12588 ++pcpcc;
12589 ppc = (char**) pcpcc;
12590 pcpcc = (char const *const *) ppc;
12591 { /* SCO 3.2v4 cc rejects this. */
12592 char *t;
12593 char const *s = 0 ? (char *) 0 : (char const *) 0;
12595 *t++ = 0;
12596 if (s) return 0;
12598 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12599 int x[] = {25, 17};
12600 const int *foo = &x[0];
12601 ++foo;
12603 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12604 typedef const int *iptr;
12605 iptr p = 0;
12606 ++p;
12608 { /* AIX XL C 1.02.0.0 rejects this saying
12609 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12610 struct s { int j; const int *ap[3]; };
12611 struct s *b; b->j = 5;
12613 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12614 const int foo = 10;
12615 if (!foo) return 0;
12617 return !cs[0] && !zero.x;
12618 #endif
12621 return 0;
12623 _ACEOF
12624 if ac_fn_c_try_compile "$LINENO"; then :
12625 ac_cv_c_const=yes
12626 else
12627 ac_cv_c_const=no
12629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12632 $as_echo "$ac_cv_c_const" >&6; }
12633 if test $ac_cv_c_const = no; then
12635 $as_echo "#define const /**/" >>confdefs.h
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12640 $as_echo_n "checking for inline... " >&6; }
12641 if test "${ac_cv_c_inline+set}" = set; then :
12642 $as_echo_n "(cached) " >&6
12643 else
12644 ac_cv_c_inline=no
12645 for ac_kw in inline __inline__ __inline; do
12646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12647 /* end confdefs.h. */
12648 #ifndef __cplusplus
12649 typedef int foo_t;
12650 static $ac_kw foo_t static_foo () {return 0; }
12651 $ac_kw foo_t foo () {return 0; }
12652 #endif
12654 _ACEOF
12655 if ac_fn_c_try_compile "$LINENO"; then :
12656 ac_cv_c_inline=$ac_kw
12658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12659 test "$ac_cv_c_inline" != no && break
12660 done
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12664 $as_echo "$ac_cv_c_inline" >&6; }
12666 case $ac_cv_c_inline in
12667 inline | yes) ;;
12669 case $ac_cv_c_inline in
12670 no) ac_val=;;
12671 *) ac_val=$ac_cv_c_inline;;
12672 esac
12673 cat >>confdefs.h <<_ACEOF
12674 #ifndef __cplusplus
12675 #define inline $ac_val
12676 #endif
12677 _ACEOF
12679 esac
12681 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12682 if test "x$ac_cv_type_mode_t" = x""yes; then :
12684 cat >>confdefs.h <<_ACEOF
12685 #define HAVE_MODE_T 1
12686 _ACEOF
12690 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12691 if test "x$ac_cv_type_off_t" = x""yes; then :
12693 cat >>confdefs.h <<_ACEOF
12694 #define HAVE_OFF_T 1
12695 _ACEOF
12699 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12700 if test "x$ac_cv_type_pid_t" = x""yes; then :
12702 cat >>confdefs.h <<_ACEOF
12703 #define HAVE_PID_T 1
12704 _ACEOF
12708 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12709 if test "x$ac_cv_type_size_t" = x""yes; then :
12711 cat >>confdefs.h <<_ACEOF
12712 #define HAVE_SIZE_T 1
12713 _ACEOF
12717 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12718 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12720 cat >>confdefs.h <<_ACEOF
12721 #define HAVE_SSIZE_T 1
12722 _ACEOF
12726 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12727 if test "x$ac_cv_type_long_long" = x""yes; then :
12729 cat >>confdefs.h <<_ACEOF
12730 #define HAVE_LONG_LONG 1
12731 _ACEOF
12735 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12736 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12738 cat >>confdefs.h <<_ACEOF
12739 #define HAVE_FSBLKCNT_T 1
12740 _ACEOF
12744 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12745 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12747 cat >>confdefs.h <<_ACEOF
12748 #define HAVE_FSFILCNT_T 1
12749 _ACEOF
12754 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12755 #include <signal.h>
12757 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12759 cat >>confdefs.h <<_ACEOF
12760 #define HAVE_SIGSET_T 1
12761 _ACEOF
12766 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12768 if test "x$ac_cv_type_request_sense" = x""yes; then :
12770 cat >>confdefs.h <<_ACEOF
12771 #define HAVE_REQUEST_SENSE 1
12772 _ACEOF
12778 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12779 #ifdef HAVE_SYS_SOCKET_H
12780 #include <sys/socket.h>
12781 #endif
12782 #ifdef HAVE_SYS_SOCKETVAR_H
12783 #include <sys/socketvar.h>
12784 #endif
12785 #ifdef HAVE_NET_ROUTE_H
12786 #include <net/route.h>
12787 #endif
12788 #ifdef HAVE_NETINET_IN_H
12789 #include <netinet/in.h>
12790 #endif
12791 #ifdef HAVE_NETINET_IN_SYSTM_H
12792 #include <netinet/in_systm.h>
12793 #endif
12794 #ifdef HAVE_NETINET_IP_H
12795 #include <netinet/ip.h>
12796 #endif
12797 #ifdef HAVE_NETINET_IN_PCB_H
12798 #include <netinet/in_pcb.h>
12799 #endif
12801 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12803 cat >>confdefs.h <<_ACEOF
12804 #define HAVE_STRUCT_XINPGEN 1
12805 _ACEOF
12811 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12812 #include <linux/input.h>
12813 #endif
12815 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12817 cat >>confdefs.h <<_ACEOF
12818 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12819 _ACEOF
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12826 $as_echo_n "checking for sigaddset... " >&6; }
12827 if test "${wine_cv_have_sigaddset+set}" = set; then :
12828 $as_echo_n "(cached) " >&6
12829 else
12830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12831 /* end confdefs.h. */
12832 #include <signal.h>
12834 main ()
12836 sigset_t set; sigaddset(&set,SIGTERM);
12838 return 0;
12840 _ACEOF
12841 if ac_fn_c_try_link "$LINENO"; then :
12842 wine_cv_have_sigaddset=yes
12843 else
12844 wine_cv_have_sigaddset=no
12846 rm -f core conftest.err conftest.$ac_objext \
12847 conftest$ac_exeext conftest.$ac_ext
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12850 $as_echo "$wine_cv_have_sigaddset" >&6; }
12851 if test "$wine_cv_have_sigaddset" = "yes"
12852 then
12854 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12860 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12861 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12862 $as_echo_n "(cached) " >&6
12863 else
12864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12865 /* end confdefs.h. */
12866 #include <netdb.h>
12868 main ()
12871 char *name=0;
12872 struct hostent he;
12873 struct hostent *result;
12874 char *buf=0;
12875 int bufsize=0;
12876 int res,errnr;
12877 char *addr=0;
12878 int addrlen=0;
12879 int addrtype=0;
12880 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12881 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12884 return 0;
12886 _ACEOF
12887 if ac_fn_c_try_link "$LINENO"; then :
12888 wine_cv_linux_gethostbyname_r_6=yes
12889 else
12890 wine_cv_linux_gethostbyname_r_6=no
12893 rm -f core conftest.err conftest.$ac_objext \
12894 conftest$ac_exeext conftest.$ac_ext
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12898 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12899 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12900 then
12902 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12906 if test "$ac_cv_header_linux_joystick_h" = "yes"
12907 then
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12909 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12910 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12911 $as_echo_n "(cached) " >&6
12912 else
12913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12914 /* end confdefs.h. */
12916 #include <sys/ioctl.h>
12917 #include <sys/types.h>
12918 #include <linux/joystick.h>
12920 struct js_event blub;
12921 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12922 #error "no 2.2 header"
12923 #endif
12926 main ()
12928 /*empty*/
12930 return 0;
12932 _ACEOF
12933 if ac_fn_c_try_compile "$LINENO"; then :
12934 wine_cv_linux_joystick_22_api=yes
12935 else
12936 wine_cv_linux_joystick_22_api=no
12938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12942 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12943 if test "$wine_cv_linux_joystick_22_api" = "yes"
12944 then
12946 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12952 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12953 #ifdef HAVE_SYS_PARAM_H
12954 # include <sys/param.h>
12955 #endif
12956 #ifdef HAVE_SYS_MOUNT_H
12957 # include <sys/mount.h>
12958 #endif
12959 #ifdef HAVE_SYS_VFS_H
12960 # include <sys/vfs.h>
12961 #endif
12962 #ifdef HAVE_SYS_STATFS_H
12963 # include <sys/statfs.h>
12964 #endif
12966 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12968 cat >>confdefs.h <<_ACEOF
12969 #define HAVE_STRUCT_STATFS_F_BFREE 1
12970 _ACEOF
12974 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12975 #ifdef HAVE_SYS_PARAM_H
12976 # include <sys/param.h>
12977 #endif
12978 #ifdef HAVE_SYS_MOUNT_H
12979 # include <sys/mount.h>
12980 #endif
12981 #ifdef HAVE_SYS_VFS_H
12982 # include <sys/vfs.h>
12983 #endif
12984 #ifdef HAVE_SYS_STATFS_H
12985 # include <sys/statfs.h>
12986 #endif
12988 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12990 cat >>confdefs.h <<_ACEOF
12991 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12992 _ACEOF
12996 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12997 #ifdef HAVE_SYS_PARAM_H
12998 # include <sys/param.h>
12999 #endif
13000 #ifdef HAVE_SYS_MOUNT_H
13001 # include <sys/mount.h>
13002 #endif
13003 #ifdef HAVE_SYS_VFS_H
13004 # include <sys/vfs.h>
13005 #endif
13006 #ifdef HAVE_SYS_STATFS_H
13007 # include <sys/statfs.h>
13008 #endif
13010 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13012 cat >>confdefs.h <<_ACEOF
13013 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13014 _ACEOF
13018 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13019 #ifdef HAVE_SYS_PARAM_H
13020 # include <sys/param.h>
13021 #endif
13022 #ifdef HAVE_SYS_MOUNT_H
13023 # include <sys/mount.h>
13024 #endif
13025 #ifdef HAVE_SYS_VFS_H
13026 # include <sys/vfs.h>
13027 #endif
13028 #ifdef HAVE_SYS_STATFS_H
13029 # include <sys/statfs.h>
13030 #endif
13032 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13034 cat >>confdefs.h <<_ACEOF
13035 #define HAVE_STRUCT_STATFS_F_FFREE 1
13036 _ACEOF
13040 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13041 #ifdef HAVE_SYS_PARAM_H
13042 # include <sys/param.h>
13043 #endif
13044 #ifdef HAVE_SYS_MOUNT_H
13045 # include <sys/mount.h>
13046 #endif
13047 #ifdef HAVE_SYS_VFS_H
13048 # include <sys/vfs.h>
13049 #endif
13050 #ifdef HAVE_SYS_STATFS_H
13051 # include <sys/statfs.h>
13052 #endif
13054 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13056 cat >>confdefs.h <<_ACEOF
13057 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13058 _ACEOF
13062 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13063 #ifdef HAVE_SYS_PARAM_H
13064 # include <sys/param.h>
13065 #endif
13066 #ifdef HAVE_SYS_MOUNT_H
13067 # include <sys/mount.h>
13068 #endif
13069 #ifdef HAVE_SYS_VFS_H
13070 # include <sys/vfs.h>
13071 #endif
13072 #ifdef HAVE_SYS_STATFS_H
13073 # include <sys/statfs.h>
13074 #endif
13076 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13078 cat >>confdefs.h <<_ACEOF
13079 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13080 _ACEOF
13086 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13087 #include <sys/statvfs.h>
13088 #endif
13090 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13092 cat >>confdefs.h <<_ACEOF
13093 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13094 _ACEOF
13100 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13101 #ifdef HAVE_SYS_SOCKET_H
13102 # include <sys/socket.h>
13103 #endif
13104 #ifdef HAVE_SYS_UN_H
13105 # include <sys/un.h>
13106 #endif
13108 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13110 cat >>confdefs.h <<_ACEOF
13111 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13112 _ACEOF
13116 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13117 #ifdef HAVE_SYS_SOCKET_H
13118 # include <sys/socket.h>
13119 #endif
13120 #ifdef HAVE_SYS_UN_H
13121 # include <sys/un.h>
13122 #endif
13124 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13126 cat >>confdefs.h <<_ACEOF
13127 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13128 _ACEOF
13132 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13133 #ifdef HAVE_SYS_SOCKET_H
13134 # include <sys/socket.h>
13135 #endif
13136 #ifdef HAVE_SYS_UN_H
13137 # include <sys/un.h>
13138 #endif
13140 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13142 cat >>confdefs.h <<_ACEOF
13143 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13144 _ACEOF
13150 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13151 #ifdef HAVE_SCSI_SG_H
13152 #include <scsi/sg.h>
13153 #endif
13155 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13157 cat >>confdefs.h <<_ACEOF
13158 #define HAVE_SCSIREQ_T_CMD 1
13159 _ACEOF
13163 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>
13164 #ifdef HAVE_SCSI_SG_H
13165 #include <scsi/sg.h>
13166 #endif
13168 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13170 cat >>confdefs.h <<_ACEOF
13171 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13172 _ACEOF
13178 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13180 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13182 cat >>confdefs.h <<_ACEOF
13183 #define HAVE_SIGINFO_T_SI_FD 1
13184 _ACEOF
13190 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13191 #ifdef HAVE_SYS_MTIO_H
13192 #include <sys/mtio.h>
13193 #endif
13195 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13197 cat >>confdefs.h <<_ACEOF
13198 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13199 _ACEOF
13203 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13204 #ifdef HAVE_SYS_MTIO_H
13205 #include <sys/mtio.h>
13206 #endif
13208 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13210 cat >>confdefs.h <<_ACEOF
13211 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13212 _ACEOF
13216 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13217 #ifdef HAVE_SYS_MTIO_H
13218 #include <sys/mtio.h>
13219 #endif
13221 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13223 cat >>confdefs.h <<_ACEOF
13224 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13225 _ACEOF
13231 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13232 #include <getopt.h>
13233 #endif
13235 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_STRUCT_OPTION_NAME 1
13239 _ACEOF
13245 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13246 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13248 cat >>confdefs.h <<_ACEOF
13249 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13250 _ACEOF
13254 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13255 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13257 cat >>confdefs.h <<_ACEOF
13258 #define HAVE_STRUCT_STAT_ST_MTIM 1
13259 _ACEOF
13263 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13264 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13266 cat >>confdefs.h <<_ACEOF
13267 #define HAVE_STRUCT_STAT_ST_CTIM 1
13268 _ACEOF
13272 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13273 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13275 cat >>confdefs.h <<_ACEOF
13276 #define HAVE_STRUCT_STAT_ST_ATIM 1
13277 _ACEOF
13283 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
13284 #include <sys/types.h>
13285 #endif
13286 #ifdef HAVE_NETINET_IN_H
13287 #include <netinet/in.h>
13288 #endif
13290 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13294 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13301 #include <sys/types.h>
13302 #endif
13303 #ifdef HAVE_NETINET_IN_H
13304 # include <netinet/in.h>
13305 #endif
13306 #ifdef HAVE_ARPA_NAMESER_H
13307 # include <arpa/nameser.h>
13308 #endif
13310 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13312 cat >>confdefs.h <<_ACEOF
13313 #define HAVE_NS_MSG__MSG_PTR 1
13314 _ACEOF
13320 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13321 #include <sys/types.h>
13322 #endif
13323 #ifdef HAVE_ALIAS_H
13324 #include <alias.h>
13325 #endif
13326 #ifdef HAVE_SYS_SOCKET_H
13327 #include <sys/socket.h>
13328 #endif
13329 #ifdef HAVE_SYS_SOCKETVAR_H
13330 #include <sys/socketvar.h>
13331 #endif
13332 #ifdef HAVE_SYS_TIMEOUT_H
13333 #include <sys/timeout.h>
13334 #endif
13335 #ifdef HAVE_NETINET_IN_H
13336 #include <netinet/in.h>
13337 #endif
13338 #ifdef HAVE_NETINET_IN_SYSTM_H
13339 #include <netinet/in_systm.h>
13340 #endif
13341 #ifdef HAVE_NETINET_IP_H
13342 #include <netinet/ip.h>
13343 #endif
13344 #ifdef HAVE_NETINET_IP_VAR_H
13345 #include <netinet/ip_var.h>
13346 #endif
13347 #ifdef HAVE_NETINET_IP_ICMP_H
13348 #include <netinet/ip_icmp.h>
13349 #endif
13350 #ifdef HAVE_NETINET_ICMP_VAR
13351 #include <netinet/icmp_var.h>
13352 #endif
13354 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13356 cat >>confdefs.h <<_ACEOF
13357 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13358 _ACEOF
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13365 $as_echo_n "checking for timezone variable... " >&6; }
13366 if test "${ac_cv_have_timezone+set}" = set; then :
13367 $as_echo_n "(cached) " >&6
13368 else
13369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13370 /* end confdefs.h. */
13371 #include <time.h>
13373 main ()
13375 timezone = 1
13377 return 0;
13379 _ACEOF
13380 if ac_fn_c_try_link "$LINENO"; then :
13381 ac_cv_have_timezone="yes"
13382 else
13383 ac_cv_have_timezone="no"
13385 rm -f core conftest.err conftest.$ac_objext \
13386 conftest$ac_exeext conftest.$ac_ext
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13389 $as_echo "$ac_cv_have_timezone" >&6; }
13390 if test "$ac_cv_have_timezone" = "yes"
13391 then
13393 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13397 $as_echo_n "checking for daylight variable... " >&6; }
13398 if test "${ac_cv_have_daylight+set}" = set; then :
13399 $as_echo_n "(cached) " >&6
13400 else
13401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13402 /* end confdefs.h. */
13403 #include <time.h>
13405 main ()
13407 daylight = 1
13409 return 0;
13411 _ACEOF
13412 if ac_fn_c_try_link "$LINENO"; then :
13413 ac_cv_have_daylight="yes"
13414 else
13415 ac_cv_have_daylight="no"
13417 rm -f core conftest.err conftest.$ac_objext \
13418 conftest$ac_exeext conftest.$ac_ext
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13421 $as_echo "$ac_cv_have_daylight" >&6; }
13422 if test "$ac_cv_have_daylight" = "yes"
13423 then
13425 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13430 $as_echo_n "checking for isinf... " >&6; }
13431 if test "${ac_cv_have_isinf+set}" = set; then :
13432 $as_echo_n "(cached) " >&6
13433 else
13434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13435 /* end confdefs.h. */
13436 #include <math.h>
13438 main ()
13440 float f = 0.0; int i=isinf(f)
13442 return 0;
13444 _ACEOF
13445 if ac_fn_c_try_link "$LINENO"; then :
13446 ac_cv_have_isinf="yes"
13447 else
13448 ac_cv_have_isinf="no"
13450 rm -f core conftest.err conftest.$ac_objext \
13451 conftest$ac_exeext conftest.$ac_ext
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13454 $as_echo "$ac_cv_have_isinf" >&6; }
13455 if test "$ac_cv_have_isinf" = "yes"
13456 then
13458 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13463 $as_echo_n "checking for isnan... " >&6; }
13464 if test "${ac_cv_have_isnan+set}" = set; then :
13465 $as_echo_n "(cached) " >&6
13466 else
13467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13468 /* end confdefs.h. */
13469 #include <math.h>
13471 main ()
13473 float f = 0.0; int i=isnan(f)
13475 return 0;
13477 _ACEOF
13478 if ac_fn_c_try_link "$LINENO"; then :
13479 ac_cv_have_isnan="yes"
13480 else
13481 ac_cv_have_isnan="no"
13483 rm -f core conftest.err conftest.$ac_objext \
13484 conftest$ac_exeext conftest.$ac_ext
13486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13487 $as_echo "$ac_cv_have_isnan" >&6; }
13488 if test "$ac_cv_have_isnan" = "yes"
13489 then
13491 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13496 case $host_cpu in
13497 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13498 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13499 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13500 $as_echo_n "(cached) " >&6
13501 else
13502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13503 /* end confdefs.h. */
13504 #ifndef __i386__
13506 #endif
13507 _ACEOF
13508 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13509 $EGREP "yes" >/dev/null 2>&1; then :
13510 ac_cv_cpp_def___i386__=yes
13511 else
13512 ac_cv_cpp_def___i386__=no
13514 rm -f conftest*
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13518 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13519 if test $ac_cv_cpp_def___i386__ = yes; then :
13520 CFLAGS="$CFLAGS -D__i386__"
13521 LINTFLAGS="$LINTFLAGS -D__i386__"
13522 fi ;;
13523 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13524 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13525 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13526 $as_echo_n "(cached) " >&6
13527 else
13528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13529 /* end confdefs.h. */
13530 #ifndef __x86_64__
13532 #endif
13533 _ACEOF
13534 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13535 $EGREP "yes" >/dev/null 2>&1; then :
13536 ac_cv_cpp_def___x86_64__=yes
13537 else
13538 ac_cv_cpp_def___x86_64__=no
13540 rm -f conftest*
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13544 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13545 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13546 CFLAGS="$CFLAGS -D__x86_64__"
13547 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13548 fi ;;
13549 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13550 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13551 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13552 $as_echo_n "(cached) " >&6
13553 else
13554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13555 /* end confdefs.h. */
13556 #ifndef __ALPHA__
13558 #endif
13559 _ACEOF
13560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13561 $EGREP "yes" >/dev/null 2>&1; then :
13562 ac_cv_cpp_def___ALPHA__=yes
13563 else
13564 ac_cv_cpp_def___ALPHA__=no
13566 rm -f conftest*
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13570 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13571 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13572 CFLAGS="$CFLAGS -D__ALPHA__"
13573 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13574 fi ;;
13575 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13576 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13577 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13578 $as_echo_n "(cached) " >&6
13579 else
13580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13581 /* end confdefs.h. */
13582 #ifndef __sparc__
13584 #endif
13585 _ACEOF
13586 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13587 $EGREP "yes" >/dev/null 2>&1; then :
13588 ac_cv_cpp_def___sparc__=yes
13589 else
13590 ac_cv_cpp_def___sparc__=no
13592 rm -f conftest*
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13596 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13597 if test $ac_cv_cpp_def___sparc__ = yes; then :
13598 CFLAGS="$CFLAGS -D__sparc__"
13599 LINTFLAGS="$LINTFLAGS -D__sparc__"
13600 fi ;;
13601 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13602 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13603 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13604 $as_echo_n "(cached) " >&6
13605 else
13606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13607 /* end confdefs.h. */
13608 #ifndef __powerpc__
13610 #endif
13611 _ACEOF
13612 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13613 $EGREP "yes" >/dev/null 2>&1; then :
13614 ac_cv_cpp_def___powerpc__=yes
13615 else
13616 ac_cv_cpp_def___powerpc__=no
13618 rm -f conftest*
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13622 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13623 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13624 CFLAGS="$CFLAGS -D__powerpc__"
13625 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13626 fi ;;
13627 esac
13629 case $host_vendor in
13630 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13631 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13632 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13633 $as_echo_n "(cached) " >&6
13634 else
13635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13636 /* end confdefs.h. */
13637 #ifndef __sun__
13639 #endif
13640 _ACEOF
13641 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13642 $EGREP "yes" >/dev/null 2>&1; then :
13643 ac_cv_cpp_def___sun__=yes
13644 else
13645 ac_cv_cpp_def___sun__=no
13647 rm -f conftest*
13650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13651 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13652 if test $ac_cv_cpp_def___sun__ = yes; then :
13653 CFLAGS="$CFLAGS -D__sun__"
13654 LINTFLAGS="$LINTFLAGS -D__sun__"
13655 fi ;;
13656 esac
13659 DEPENDENCIES="### Dependencies:
13661 .INIT: Makefile
13662 .BEGIN: Makefile
13663 .MAKEFILEDEPS:
13664 Makefile: dummy
13665 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13667 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13668 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13669 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13670 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13671 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13674 ALL_MAKERULES=""
13676 ALL_MAKEFILES=""
13678 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13681 ALL_TOP_DIRS=""
13683 ALL_DLL_DIRS=""
13685 ALL_IMPLIB_DIRS=""
13687 ALL_TEST_DIRS=""
13689 ALL_PROGRAM_DIRS=""
13691 ALL_PROGRAM_INSTALL_DIRS=""
13693 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13698 ac_config_commands="$ac_config_commands include/stamp-h"
13701 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13703 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13705 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13707 ac_config_commands="$ac_config_commands dlls/user32/resources"
13709 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13711 ac_config_commands="$ac_config_commands include/wine"
13714 ALL_MAKERULES="$ALL_MAKERULES \\
13715 Make.rules"
13716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13717 Make.rules: Make.rules.in"
13718 MAKE_RULES=Make.rules
13719 ac_config_files="$ac_config_files Make.rules"
13721 ALL_MAKERULES="$ALL_MAKERULES \\
13722 dlls/Makedll.rules"
13723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13724 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13725 MAKE_DLL_RULES=dlls/Makedll.rules
13726 ac_config_files="$ac_config_files dlls/Makedll.rules"
13728 ALL_MAKERULES="$ALL_MAKERULES \\
13729 dlls/Makeimplib.rules"
13730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13731 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13732 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13733 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13735 ALL_MAKERULES="$ALL_MAKERULES \\
13736 dlls/Maketest.rules"
13737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13738 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13739 MAKE_TEST_RULES=dlls/Maketest.rules
13740 ac_config_files="$ac_config_files dlls/Maketest.rules"
13742 ALL_MAKERULES="$ALL_MAKERULES \\
13743 programs/Makeprog.rules"
13744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13745 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13746 MAKE_PROG_RULES=programs/Makeprog.rules
13747 ac_config_files="$ac_config_files programs/Makeprog.rules"
13752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13753 Makefile: Makefile.in Make.rules"
13754 ac_config_files="$ac_config_files Makefile"
13756 ALL_MAKEFILES="$ALL_MAKEFILES \\
13757 dlls/Makefile"
13758 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13759 dlls"
13760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13761 dlls/Makefile: dlls/Makefile.in Make.rules"
13762 ac_config_files="$ac_config_files dlls/Makefile"
13764 ALL_MAKEFILES="$ALL_MAKEFILES \\
13765 dlls/acledit/Makefile"
13766 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13767 acledit"
13768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13769 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13770 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13772 ALL_MAKEFILES="$ALL_MAKEFILES \\
13773 dlls/aclui/Makefile"
13774 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13775 aclui"
13776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13777 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13778 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13780 ALL_MAKEFILES="$ALL_MAKEFILES \\
13781 dlls/activeds/Makefile"
13782 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13783 activeds"
13784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13785 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13786 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13788 ALL_MAKEFILES="$ALL_MAKEFILES \\
13789 dlls/actxprxy/Makefile"
13790 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13791 actxprxy"
13792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13793 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13794 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13796 ALL_MAKEFILES="$ALL_MAKEFILES \\
13797 dlls/adsiid/Makefile"
13798 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13799 adsiid"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13802 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13804 ALL_MAKEFILES="$ALL_MAKEFILES \\
13805 dlls/advapi32/Makefile"
13806 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13807 advapi32"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13810 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13812 ALL_MAKEFILES="$ALL_MAKEFILES \\
13813 dlls/advapi32/tests/Makefile"
13814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13815 advapi32/tests"
13816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13817 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13818 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13820 ALL_MAKEFILES="$ALL_MAKEFILES \\
13821 dlls/advpack/Makefile"
13822 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13823 advpack"
13824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13826 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13828 ALL_MAKEFILES="$ALL_MAKEFILES \\
13829 dlls/advpack/tests/Makefile"
13830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13831 advpack/tests"
13832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13833 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13834 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13836 ALL_MAKEFILES="$ALL_MAKEFILES \\
13837 dlls/amstream/Makefile"
13838 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13839 amstream"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13842 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13844 ALL_MAKEFILES="$ALL_MAKEFILES \\
13845 dlls/amstream/tests/Makefile"
13846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13847 amstream/tests"
13848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13849 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13850 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13852 ALL_MAKEFILES="$ALL_MAKEFILES \\
13853 dlls/appwiz.cpl/Makefile"
13854 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13855 appwiz.cpl"
13856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13857 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13858 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13860 ALL_MAKEFILES="$ALL_MAKEFILES \\
13861 dlls/atl/Makefile"
13862 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13863 atl"
13864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13865 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13866 ac_config_files="$ac_config_files dlls/atl/Makefile"
13868 ALL_MAKEFILES="$ALL_MAKEFILES \\
13869 dlls/authz/Makefile"
13870 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13871 authz"
13872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13874 ac_config_files="$ac_config_files dlls/authz/Makefile"
13876 ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/avicap32/Makefile"
13878 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13879 avicap32"
13880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13882 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13884 ALL_MAKEFILES="$ALL_MAKEFILES \\
13885 dlls/avifil32/Makefile"
13886 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13887 avifil32"
13888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13889 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13890 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13892 ALL_MAKEFILES="$ALL_MAKEFILES \\
13893 dlls/avifile.dll16/Makefile"
13894 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13895 avifile.dll16"
13896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13897 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13898 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/bcrypt/Makefile"
13902 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13903 bcrypt"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13906 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13908 ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/browseui/Makefile"
13910 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13911 browseui"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13914 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13916 ALL_MAKEFILES="$ALL_MAKEFILES \\
13917 dlls/browseui/tests/Makefile"
13918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13919 browseui/tests"
13920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13921 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13922 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13924 ALL_MAKEFILES="$ALL_MAKEFILES \\
13925 dlls/cabinet/Makefile"
13926 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13927 cabinet"
13928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13929 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13930 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13932 ALL_MAKEFILES="$ALL_MAKEFILES \\
13933 dlls/cabinet/tests/Makefile"
13934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13935 cabinet/tests"
13936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13937 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13938 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13940 ALL_MAKEFILES="$ALL_MAKEFILES \\
13941 dlls/capi2032/Makefile"
13942 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13943 capi2032"
13944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13945 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13946 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13948 ALL_MAKEFILES="$ALL_MAKEFILES \\
13949 dlls/cards/Makefile"
13950 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13951 cards"
13952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13954 ac_config_files="$ac_config_files dlls/cards/Makefile"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/cfgmgr32/Makefile"
13958 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13959 cfgmgr32"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13962 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13964 ALL_MAKEFILES="$ALL_MAKEFILES \\
13965 dlls/clusapi/Makefile"
13966 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 clusapi"
13968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13970 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13972 ALL_MAKEFILES="$ALL_MAKEFILES \\
13973 dlls/comcat/Makefile"
13974 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13975 comcat"
13976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13977 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13978 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13980 ALL_MAKEFILES="$ALL_MAKEFILES \\
13981 dlls/comcat/tests/Makefile"
13982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13983 comcat/tests"
13984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13986 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13988 ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/comctl32/Makefile"
13990 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13991 comctl32"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13994 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13996 ALL_MAKEFILES="$ALL_MAKEFILES \\
13997 dlls/comctl32/tests/Makefile"
13998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13999 comctl32/tests"
14000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14001 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
14002 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14004 ALL_MAKEFILES="$ALL_MAKEFILES \\
14005 dlls/comdlg32/Makefile"
14006 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14007 comdlg32"
14008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14009 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14010 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14012 ALL_MAKEFILES="$ALL_MAKEFILES \\
14013 dlls/comdlg32/tests/Makefile"
14014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14015 comdlg32/tests"
14016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14017 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14018 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14020 ALL_MAKEFILES="$ALL_MAKEFILES \\
14021 dlls/comm.drv16/Makefile"
14022 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14023 comm.drv16"
14024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14025 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14026 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14028 ALL_MAKEFILES="$ALL_MAKEFILES \\
14029 dlls/compobj.dll16/Makefile"
14030 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14031 compobj.dll16"
14032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14034 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14036 ALL_MAKEFILES="$ALL_MAKEFILES \\
14037 dlls/compstui/Makefile"
14038 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14039 compstui"
14040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14041 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14042 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14044 ALL_MAKEFILES="$ALL_MAKEFILES \\
14045 dlls/credui/Makefile"
14046 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14047 credui"
14048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14050 ac_config_files="$ac_config_files dlls/credui/Makefile"
14052 ALL_MAKEFILES="$ALL_MAKEFILES \\
14053 dlls/credui/tests/Makefile"
14054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14055 credui/tests"
14056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14057 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14058 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/crtdll/Makefile"
14062 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14063 crtdll"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14066 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14068 ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/crypt32/Makefile"
14070 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14071 crypt32"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14074 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14076 ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/crypt32/tests/Makefile"
14078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14079 crypt32/tests"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14082 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14084 ALL_MAKEFILES="$ALL_MAKEFILES \\
14085 dlls/cryptdlg/Makefile"
14086 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14087 cryptdlg"
14088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14089 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14090 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14092 ALL_MAKEFILES="$ALL_MAKEFILES \\
14093 dlls/cryptdll/Makefile"
14094 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14095 cryptdll"
14096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14097 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14098 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14100 ALL_MAKEFILES="$ALL_MAKEFILES \\
14101 dlls/cryptnet/Makefile"
14102 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14103 cryptnet"
14104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14105 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14106 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14108 ALL_MAKEFILES="$ALL_MAKEFILES \\
14109 dlls/cryptnet/tests/Makefile"
14110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14111 cryptnet/tests"
14112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14114 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14116 ALL_MAKEFILES="$ALL_MAKEFILES \\
14117 dlls/cryptui/Makefile"
14118 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14119 cryptui"
14120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14121 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14122 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14124 ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/cryptui/tests/Makefile"
14126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14127 cryptui/tests"
14128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14130 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14132 ALL_MAKEFILES="$ALL_MAKEFILES \\
14133 dlls/ctapi32/Makefile"
14134 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14135 ctapi32"
14136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14137 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14138 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14140 ALL_MAKEFILES="$ALL_MAKEFILES \\
14141 dlls/ctl3d.dll16/Makefile"
14142 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14143 ctl3d.dll16"
14144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14145 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14146 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14148 ALL_MAKEFILES="$ALL_MAKEFILES \\
14149 dlls/ctl3d32/Makefile"
14150 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14151 ctl3d32"
14152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14153 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14154 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14156 ALL_MAKEFILES="$ALL_MAKEFILES \\
14157 dlls/ctl3dv2.dll16/Makefile"
14158 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14159 ctl3dv2.dll16"
14160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14162 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14164 ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/d3d10/Makefile"
14166 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14167 d3d10"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14170 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14172 ALL_MAKEFILES="$ALL_MAKEFILES \\
14173 dlls/d3d10/tests/Makefile"
14174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14175 d3d10/tests"
14176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14177 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14178 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14180 ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/d3d10core/Makefile"
14182 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14183 d3d10core"
14184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14186 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14188 ALL_MAKEFILES="$ALL_MAKEFILES \\
14189 dlls/d3d10core/tests/Makefile"
14190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14191 d3d10core/tests"
14192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14193 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14194 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14196 ALL_MAKEFILES="$ALL_MAKEFILES \\
14197 dlls/d3d8/Makefile"
14198 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14199 d3d8"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14202 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14204 ALL_MAKEFILES="$ALL_MAKEFILES \\
14205 dlls/d3d8/tests/Makefile"
14206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14207 d3d8/tests"
14208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14210 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/d3d9/Makefile"
14214 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 d3d9"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14218 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14220 ALL_MAKEFILES="$ALL_MAKEFILES \\
14221 dlls/d3d9/tests/Makefile"
14222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14223 d3d9/tests"
14224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14226 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14228 ALL_MAKEFILES="$ALL_MAKEFILES \\
14229 dlls/d3dim/Makefile"
14230 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 d3dim"
14232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14234 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14236 ALL_MAKEFILES="$ALL_MAKEFILES \\
14237 dlls/d3drm/Makefile"
14238 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14239 d3drm"
14240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14241 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14242 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14244 ALL_MAKEFILES="$ALL_MAKEFILES \\
14245 dlls/d3drm/tests/Makefile"
14246 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14247 d3drm/tests"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14250 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14252 ALL_MAKEFILES="$ALL_MAKEFILES \\
14253 dlls/d3dx9_24/Makefile"
14254 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14255 d3dx9_24"
14256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14258 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14260 ALL_MAKEFILES="$ALL_MAKEFILES \\
14261 dlls/d3dx9_25/Makefile"
14262 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14263 d3dx9_25"
14264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14265 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14266 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14268 ALL_MAKEFILES="$ALL_MAKEFILES \\
14269 dlls/d3dx9_26/Makefile"
14270 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14271 d3dx9_26"
14272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14273 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14274 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14276 ALL_MAKEFILES="$ALL_MAKEFILES \\
14277 dlls/d3dx9_27/Makefile"
14278 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14279 d3dx9_27"
14280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14281 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14282 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14284 ALL_MAKEFILES="$ALL_MAKEFILES \\
14285 dlls/d3dx9_28/Makefile"
14286 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14287 d3dx9_28"
14288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14290 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14292 ALL_MAKEFILES="$ALL_MAKEFILES \\
14293 dlls/d3dx9_29/Makefile"
14294 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14295 d3dx9_29"
14296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14298 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14300 ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/d3dx9_30/Makefile"
14302 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14303 d3dx9_30"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14306 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14308 ALL_MAKEFILES="$ALL_MAKEFILES \\
14309 dlls/d3dx9_31/Makefile"
14310 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14311 d3dx9_31"
14312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14313 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14314 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14316 ALL_MAKEFILES="$ALL_MAKEFILES \\
14317 dlls/d3dx9_32/Makefile"
14318 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14319 d3dx9_32"
14320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14321 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14322 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14324 ALL_MAKEFILES="$ALL_MAKEFILES \\
14325 dlls/d3dx9_33/Makefile"
14326 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14327 d3dx9_33"
14328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14330 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14332 ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/d3dx9_34/Makefile"
14334 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14335 d3dx9_34"
14336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14338 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14340 ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/d3dx9_35/Makefile"
14342 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14343 d3dx9_35"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14346 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14348 ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/d3dx9_36/Makefile"
14350 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14351 d3dx9_36"
14352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14354 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14356 ALL_MAKEFILES="$ALL_MAKEFILES \\
14357 dlls/d3dx9_36/tests/Makefile"
14358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14359 d3dx9_36/tests"
14360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14361 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14362 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14364 ALL_MAKEFILES="$ALL_MAKEFILES \\
14365 dlls/d3dx9_37/Makefile"
14366 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14367 d3dx9_37"
14368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14369 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14370 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14372 ALL_MAKEFILES="$ALL_MAKEFILES \\
14373 dlls/d3dx9_38/Makefile"
14374 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14375 d3dx9_38"
14376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14377 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14378 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14380 ALL_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/d3dx9_39/Makefile"
14382 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14383 d3dx9_39"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14386 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/d3dx9_40/Makefile"
14390 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14391 d3dx9_40"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14394 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14396 ALL_MAKEFILES="$ALL_MAKEFILES \\
14397 dlls/d3dx9_41/Makefile"
14398 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14399 d3dx9_41"
14400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14402 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/d3dxof/Makefile"
14406 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14407 d3dxof"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14410 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/d3dxof/tests/Makefile"
14414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14415 d3dxof/tests"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14418 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/dbghelp/Makefile"
14422 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14423 dbghelp"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14426 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14428 ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/dciman32/Makefile"
14430 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14431 dciman32"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14434 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/ddeml.dll16/Makefile"
14438 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 ddeml.dll16"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14442 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14444 ALL_MAKEFILES="$ALL_MAKEFILES \\
14445 dlls/ddraw/Makefile"
14446 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14447 ddraw"
14448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14450 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14452 ALL_MAKEFILES="$ALL_MAKEFILES \\
14453 dlls/ddraw/tests/Makefile"
14454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14455 ddraw/tests"
14456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14458 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14460 ALL_MAKEFILES="$ALL_MAKEFILES \\
14461 dlls/ddrawex/Makefile"
14462 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14463 ddrawex"
14464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14466 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/ddrawex/tests/Makefile"
14470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14471 ddrawex/tests"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14474 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/devenum/Makefile"
14478 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 devenum"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14482 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/dinput/Makefile"
14486 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14487 dinput"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14490 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/dinput/tests/Makefile"
14494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14495 dinput/tests"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14498 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/dinput8/Makefile"
14502 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 dinput8"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14506 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/dispdib.dll16/Makefile"
14510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 dispdib.dll16"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14514 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/display.drv16/Makefile"
14518 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 display.drv16"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14522 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14524 ALL_MAKEFILES="$ALL_MAKEFILES \\
14525 dlls/dmband/Makefile"
14526 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14527 dmband"
14528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14529 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14530 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14532 ALL_MAKEFILES="$ALL_MAKEFILES \\
14533 dlls/dmcompos/Makefile"
14534 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14535 dmcompos"
14536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14537 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14538 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14540 ALL_MAKEFILES="$ALL_MAKEFILES \\
14541 dlls/dmime/Makefile"
14542 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14543 dmime"
14544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14545 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14546 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14548 ALL_MAKEFILES="$ALL_MAKEFILES \\
14549 dlls/dmloader/Makefile"
14550 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14551 dmloader"
14552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14553 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14554 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14556 ALL_MAKEFILES="$ALL_MAKEFILES \\
14557 dlls/dmscript/Makefile"
14558 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14559 dmscript"
14560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14561 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14562 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14564 ALL_MAKEFILES="$ALL_MAKEFILES \\
14565 dlls/dmstyle/Makefile"
14566 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14567 dmstyle"
14568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14569 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14570 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14572 ALL_MAKEFILES="$ALL_MAKEFILES \\
14573 dlls/dmsynth/Makefile"
14574 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14575 dmsynth"
14576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14577 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14578 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14580 ALL_MAKEFILES="$ALL_MAKEFILES \\
14581 dlls/dmusic/Makefile"
14582 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14583 dmusic"
14584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14586 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14588 ALL_MAKEFILES="$ALL_MAKEFILES \\
14589 dlls/dmusic32/Makefile"
14590 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14591 dmusic32"
14592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14593 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14594 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14596 ALL_MAKEFILES="$ALL_MAKEFILES \\
14597 dlls/dnsapi/Makefile"
14598 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14599 dnsapi"
14600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14601 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14602 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14604 ALL_MAKEFILES="$ALL_MAKEFILES \\
14605 dlls/dnsapi/tests/Makefile"
14606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14607 dnsapi/tests"
14608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14609 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14610 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14612 ALL_MAKEFILES="$ALL_MAKEFILES \\
14613 dlls/dplay/Makefile"
14614 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14615 dplay"
14616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14617 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14618 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14620 ALL_MAKEFILES="$ALL_MAKEFILES \\
14621 dlls/dplayx/Makefile"
14622 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14623 dplayx"
14624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14625 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14626 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14628 ALL_MAKEFILES="$ALL_MAKEFILES \\
14629 dlls/dplayx/tests/Makefile"
14630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14631 dplayx/tests"
14632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14633 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14634 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14636 ALL_MAKEFILES="$ALL_MAKEFILES \\
14637 dlls/dpnaddr/Makefile"
14638 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14639 dpnaddr"
14640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14641 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14642 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14644 ALL_MAKEFILES="$ALL_MAKEFILES \\
14645 dlls/dpnet/Makefile"
14646 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14647 dpnet"
14648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14649 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14650 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14652 ALL_MAKEFILES="$ALL_MAKEFILES \\
14653 dlls/dpnhpast/Makefile"
14654 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14655 dpnhpast"
14656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14657 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14658 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14660 ALL_MAKEFILES="$ALL_MAKEFILES \\
14661 dlls/dpnlobby/Makefile"
14662 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14663 dpnlobby"
14664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14665 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14666 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14668 ALL_MAKEFILES="$ALL_MAKEFILES \\
14669 dlls/dpwsockx/Makefile"
14670 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14671 dpwsockx"
14672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14673 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14674 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14676 ALL_MAKEFILES="$ALL_MAKEFILES \\
14677 dlls/drmclien/Makefile"
14678 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14679 drmclien"
14680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14681 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14682 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14684 ALL_MAKEFILES="$ALL_MAKEFILES \\
14685 dlls/dsound/Makefile"
14686 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14687 dsound"
14688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14689 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14690 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14692 ALL_MAKEFILES="$ALL_MAKEFILES \\
14693 dlls/dsound/tests/Makefile"
14694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14695 dsound/tests"
14696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14697 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14698 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14700 ALL_MAKEFILES="$ALL_MAKEFILES \\
14701 dlls/dssenh/Makefile"
14702 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14703 dssenh"
14704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14705 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14706 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14708 ALL_MAKEFILES="$ALL_MAKEFILES \\
14709 dlls/dswave/Makefile"
14710 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14711 dswave"
14712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14713 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14714 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14716 ALL_MAKEFILES="$ALL_MAKEFILES \\
14717 dlls/dwmapi/Makefile"
14718 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14719 dwmapi"
14720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14721 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14722 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14724 ALL_MAKEFILES="$ALL_MAKEFILES \\
14725 dlls/dxdiagn/Makefile"
14726 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14727 dxdiagn"
14728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14729 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14730 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14732 ALL_MAKEFILES="$ALL_MAKEFILES \\
14733 dlls/dxerr8/Makefile"
14734 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14735 dxerr8"
14736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14737 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14738 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14740 ALL_MAKEFILES="$ALL_MAKEFILES \\
14741 dlls/dxerr9/Makefile"
14742 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14743 dxerr9"
14744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14745 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14746 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14748 ALL_MAKEFILES="$ALL_MAKEFILES \\
14749 dlls/dxgi/Makefile"
14750 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14751 dxgi"
14752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14753 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14754 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14756 ALL_MAKEFILES="$ALL_MAKEFILES \\
14757 dlls/dxgi/tests/Makefile"
14758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14759 dxgi/tests"
14760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14761 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14762 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14764 ALL_MAKEFILES="$ALL_MAKEFILES \\
14765 dlls/dxguid/Makefile"
14766 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14767 dxguid"
14768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14769 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14770 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14772 ALL_MAKEFILES="$ALL_MAKEFILES \\
14773 dlls/faultrep/Makefile"
14774 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14775 faultrep"
14776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14777 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14778 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14780 ALL_MAKEFILES="$ALL_MAKEFILES \\
14781 dlls/fusion/Makefile"
14782 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14783 fusion"
14784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14785 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14786 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14788 ALL_MAKEFILES="$ALL_MAKEFILES \\
14789 dlls/fusion/tests/Makefile"
14790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14791 fusion/tests"
14792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14793 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14794 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14796 ALL_MAKEFILES="$ALL_MAKEFILES \\
14797 dlls/gdi32/Makefile"
14798 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14799 gdi32"
14800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14801 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14802 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14804 ALL_MAKEFILES="$ALL_MAKEFILES \\
14805 dlls/gdi32/tests/Makefile"
14806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14807 gdi32/tests"
14808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14809 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14810 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14812 ALL_MAKEFILES="$ALL_MAKEFILES \\
14813 dlls/gdiplus/Makefile"
14814 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14815 gdiplus"
14816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14817 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14818 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14820 ALL_MAKEFILES="$ALL_MAKEFILES \\
14821 dlls/gdiplus/tests/Makefile"
14822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14823 gdiplus/tests"
14824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14825 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14826 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14828 ALL_MAKEFILES="$ALL_MAKEFILES \\
14829 dlls/glu32/Makefile"
14830 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14831 glu32"
14832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14833 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14834 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14836 ALL_MAKEFILES="$ALL_MAKEFILES \\
14837 dlls/gphoto2.ds/Makefile"
14838 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14839 gphoto2.ds"
14840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14842 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14844 ALL_MAKEFILES="$ALL_MAKEFILES \\
14845 dlls/gpkcsp/Makefile"
14846 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14847 gpkcsp"
14848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14849 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14850 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14852 ALL_MAKEFILES="$ALL_MAKEFILES \\
14853 dlls/hal/Makefile"
14854 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14855 hal"
14856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14857 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14858 ac_config_files="$ac_config_files dlls/hal/Makefile"
14860 ALL_MAKEFILES="$ALL_MAKEFILES \\
14861 dlls/hhctrl.ocx/Makefile"
14862 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14863 hhctrl.ocx"
14864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14865 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14866 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14868 ALL_MAKEFILES="$ALL_MAKEFILES \\
14869 dlls/hid/Makefile"
14870 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14871 hid"
14872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14873 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14874 ac_config_files="$ac_config_files dlls/hid/Makefile"
14876 ALL_MAKEFILES="$ALL_MAKEFILES \\
14877 dlls/hlink/Makefile"
14878 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14879 hlink"
14880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14881 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14882 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14884 ALL_MAKEFILES="$ALL_MAKEFILES \\
14885 dlls/hlink/tests/Makefile"
14886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14887 hlink/tests"
14888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14889 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14890 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14892 ALL_MAKEFILES="$ALL_MAKEFILES \\
14893 dlls/hnetcfg/Makefile"
14894 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14895 hnetcfg"
14896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14897 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14898 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14900 ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/httpapi/Makefile"
14902 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14903 httpapi"
14904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14906 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14908 ALL_MAKEFILES="$ALL_MAKEFILES \\
14909 dlls/iccvid/Makefile"
14910 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14911 iccvid"
14912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14913 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14914 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14916 ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/icmp/Makefile"
14918 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14919 icmp"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14922 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14924 ALL_MAKEFILES="$ALL_MAKEFILES \\
14925 dlls/ifsmgr.vxd/Makefile"
14926 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14927 ifsmgr.vxd"
14928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14930 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14932 ALL_MAKEFILES="$ALL_MAKEFILES \\
14933 dlls/imaadp32.acm/Makefile"
14934 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14935 imaadp32.acm"
14936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14937 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14938 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14940 ALL_MAKEFILES="$ALL_MAKEFILES \\
14941 dlls/imagehlp/Makefile"
14942 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14943 imagehlp"
14944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14945 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14946 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14948 ALL_MAKEFILES="$ALL_MAKEFILES \\
14949 dlls/imm.dll16/Makefile"
14950 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14951 imm.dll16"
14952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14953 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14954 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14956 ALL_MAKEFILES="$ALL_MAKEFILES \\
14957 dlls/imm32/Makefile"
14958 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14959 imm32"
14960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14961 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14962 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14964 ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/imm32/tests/Makefile"
14966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14967 imm32/tests"
14968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14970 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14972 ALL_MAKEFILES="$ALL_MAKEFILES \\
14973 dlls/inetcomm/Makefile"
14974 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14975 inetcomm"
14976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14977 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14978 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14980 ALL_MAKEFILES="$ALL_MAKEFILES \\
14981 dlls/inetcomm/tests/Makefile"
14982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14983 inetcomm/tests"
14984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14985 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14986 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14988 ALL_MAKEFILES="$ALL_MAKEFILES \\
14989 dlls/inetmib1/Makefile"
14990 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14991 inetmib1"
14992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14993 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14994 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14996 ALL_MAKEFILES="$ALL_MAKEFILES \\
14997 dlls/inetmib1/tests/Makefile"
14998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14999 inetmib1/tests"
15000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15001 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
15002 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15004 ALL_MAKEFILES="$ALL_MAKEFILES \\
15005 dlls/infosoft/Makefile"
15006 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15007 infosoft"
15008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15009 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15010 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15012 ALL_MAKEFILES="$ALL_MAKEFILES \\
15013 dlls/infosoft/tests/Makefile"
15014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15015 infosoft/tests"
15016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15017 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15018 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15020 ALL_MAKEFILES="$ALL_MAKEFILES \\
15021 dlls/initpki/Makefile"
15022 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15023 initpki"
15024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15025 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15026 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15028 ALL_MAKEFILES="$ALL_MAKEFILES \\
15029 dlls/inkobj/Makefile"
15030 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15031 inkobj"
15032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15034 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15036 ALL_MAKEFILES="$ALL_MAKEFILES \\
15037 dlls/inseng/Makefile"
15038 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15039 inseng"
15040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15041 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15042 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15044 ALL_MAKEFILES="$ALL_MAKEFILES \\
15045 dlls/iphlpapi/Makefile"
15046 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15047 iphlpapi"
15048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15049 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15050 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15052 ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/iphlpapi/tests/Makefile"
15054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15055 iphlpapi/tests"
15056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15058 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/itircl/Makefile"
15062 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15063 itircl"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15066 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15068 ALL_MAKEFILES="$ALL_MAKEFILES \\
15069 dlls/itss/Makefile"
15070 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15071 itss"
15072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15073 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15074 ac_config_files="$ac_config_files dlls/itss/Makefile"
15076 ALL_MAKEFILES="$ALL_MAKEFILES \\
15077 dlls/itss/tests/Makefile"
15078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15079 itss/tests"
15080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15081 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15082 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15084 ALL_MAKEFILES="$ALL_MAKEFILES \\
15085 dlls/jscript/Makefile"
15086 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15087 jscript"
15088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15089 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15090 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15092 ALL_MAKEFILES="$ALL_MAKEFILES \\
15093 dlls/jscript/tests/Makefile"
15094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15095 jscript/tests"
15096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15097 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15098 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15100 ALL_MAKEFILES="$ALL_MAKEFILES \\
15101 dlls/kernel32/Makefile"
15102 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15103 kernel32"
15104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15105 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15106 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15108 ALL_MAKEFILES="$ALL_MAKEFILES \\
15109 dlls/kernel32/tests/Makefile"
15110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15111 kernel32/tests"
15112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15113 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15114 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15116 ALL_MAKEFILES="$ALL_MAKEFILES \\
15117 dlls/keyboard.drv16/Makefile"
15118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15119 keyboard.drv16"
15120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15121 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15122 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15124 ALL_MAKEFILES="$ALL_MAKEFILES \\
15125 dlls/loadperf/Makefile"
15126 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15127 loadperf"
15128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15129 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15130 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/localspl/Makefile"
15134 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15135 localspl"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15138 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15140 ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/localspl/tests/Makefile"
15142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15143 localspl/tests"
15144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15146 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15148 ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/localui/Makefile"
15150 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15151 localui"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15154 ac_config_files="$ac_config_files dlls/localui/Makefile"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/localui/tests/Makefile"
15158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15159 localui/tests"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15162 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15164 ALL_MAKEFILES="$ALL_MAKEFILES \\
15165 dlls/lz32/Makefile"
15166 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15167 lz32"
15168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15170 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15172 ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/lz32/tests/Makefile"
15174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15175 lz32/tests"
15176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15178 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15180 ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/lzexpand.dll16/Makefile"
15182 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15183 lzexpand.dll16"
15184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15186 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15188 ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/mapi32/Makefile"
15190 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15191 mapi32"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15194 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15196 ALL_MAKEFILES="$ALL_MAKEFILES \\
15197 dlls/mapi32/tests/Makefile"
15198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15199 mapi32/tests"
15200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15202 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15204 ALL_MAKEFILES="$ALL_MAKEFILES \\
15205 dlls/mciavi32/Makefile"
15206 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15207 mciavi32"
15208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15210 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15212 ALL_MAKEFILES="$ALL_MAKEFILES \\
15213 dlls/mcicda/Makefile"
15214 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15215 mcicda"
15216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15218 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15220 ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/mciqtz32/Makefile"
15222 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15223 mciqtz32"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15226 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15228 ALL_MAKEFILES="$ALL_MAKEFILES \\
15229 dlls/mciseq/Makefile"
15230 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15231 mciseq"
15232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15233 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15234 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15236 ALL_MAKEFILES="$ALL_MAKEFILES \\
15237 dlls/mciwave/Makefile"
15238 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15239 mciwave"
15240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15242 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15244 ALL_MAKEFILES="$ALL_MAKEFILES \\
15245 dlls/midimap/Makefile"
15246 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15247 midimap"
15248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15249 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15250 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15252 ALL_MAKEFILES="$ALL_MAKEFILES \\
15253 dlls/mlang/Makefile"
15254 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15255 mlang"
15256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15257 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15258 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15260 ALL_MAKEFILES="$ALL_MAKEFILES \\
15261 dlls/mlang/tests/Makefile"
15262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15263 mlang/tests"
15264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15265 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15266 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15268 ALL_MAKEFILES="$ALL_MAKEFILES \\
15269 dlls/mmdevldr.vxd/Makefile"
15270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15271 mmdevldr.vxd"
15272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15273 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15274 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15276 ALL_MAKEFILES="$ALL_MAKEFILES \\
15277 dlls/monodebg.vxd/Makefile"
15278 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15279 monodebg.vxd"
15280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15281 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15282 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15284 ALL_MAKEFILES="$ALL_MAKEFILES \\
15285 dlls/mountmgr.sys/Makefile"
15286 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15287 mountmgr.sys"
15288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15290 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15292 ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/mouse.drv16/Makefile"
15294 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15295 mouse.drv16"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15298 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15300 ALL_MAKEFILES="$ALL_MAKEFILES \\
15301 dlls/mpr/Makefile"
15302 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 mpr"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15306 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/mprapi/Makefile"
15310 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 mprapi"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15314 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15316 ALL_MAKEFILES="$ALL_MAKEFILES \\
15317 dlls/msacm.dll16/Makefile"
15318 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15319 msacm.dll16"
15320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15321 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15322 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15324 ALL_MAKEFILES="$ALL_MAKEFILES \\
15325 dlls/msacm32.drv/Makefile"
15326 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15327 msacm32.drv"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15330 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15332 ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/msacm32/Makefile"
15334 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15335 msacm32"
15336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15338 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15340 ALL_MAKEFILES="$ALL_MAKEFILES \\
15341 dlls/msacm32/tests/Makefile"
15342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15343 msacm32/tests"
15344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15345 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15346 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/msadp32.acm/Makefile"
15350 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 msadp32.acm"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15354 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/mscat32/Makefile"
15358 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15359 mscat32"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15362 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15364 ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/mscms/Makefile"
15366 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15367 mscms"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15370 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/mscms/tests/Makefile"
15374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15375 mscms/tests"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15378 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/mscoree/Makefile"
15382 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 mscoree"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15386 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/msctf/Makefile"
15390 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15391 msctf"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15394 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15396 ALL_MAKEFILES="$ALL_MAKEFILES \\
15397 dlls/msctf/tests/Makefile"
15398 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15399 msctf/tests"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15402 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15404 ALL_MAKEFILES="$ALL_MAKEFILES \\
15405 dlls/msdaps/Makefile"
15406 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15407 msdaps"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15410 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15412 ALL_MAKEFILES="$ALL_MAKEFILES \\
15413 dlls/msdmo/Makefile"
15414 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15415 msdmo"
15416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15417 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15418 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15420 ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/msftedit/Makefile"
15422 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15423 msftedit"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15426 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15428 ALL_MAKEFILES="$ALL_MAKEFILES \\
15429 dlls/msg711.acm/Makefile"
15430 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15431 msg711.acm"
15432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15433 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15434 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15436 ALL_MAKEFILES="$ALL_MAKEFILES \\
15437 dlls/msgsm32.acm/Makefile"
15438 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15439 msgsm32.acm"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15442 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15444 ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/mshtml.tlb/Makefile"
15446 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15447 mshtml.tlb"
15448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15450 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15452 ALL_MAKEFILES="$ALL_MAKEFILES \\
15453 dlls/mshtml/Makefile"
15454 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15455 mshtml"
15456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15457 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15458 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15460 ALL_MAKEFILES="$ALL_MAKEFILES \\
15461 dlls/mshtml/tests/Makefile"
15462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15463 mshtml/tests"
15464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15465 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15466 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15468 ALL_MAKEFILES="$ALL_MAKEFILES \\
15469 dlls/msi/Makefile"
15470 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15471 msi"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15474 ac_config_files="$ac_config_files dlls/msi/Makefile"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/msi/tests/Makefile"
15478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15479 msi/tests"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15482 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15484 ALL_MAKEFILES="$ALL_MAKEFILES \\
15485 dlls/msimg32/Makefile"
15486 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15487 msimg32"
15488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15489 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15490 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/msimtf/Makefile"
15494 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15495 msimtf"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15498 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/msisip/Makefile"
15502 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15503 msisip"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15506 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/msisys.ocx/Makefile"
15510 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15511 msisys.ocx"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15514 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15516 ALL_MAKEFILES="$ALL_MAKEFILES \\
15517 dlls/msnet32/Makefile"
15518 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15519 msnet32"
15520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15521 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15522 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15524 ALL_MAKEFILES="$ALL_MAKEFILES \\
15525 dlls/msrle32/Makefile"
15526 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15527 msrle32"
15528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15529 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15530 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15532 ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/mssign32/Makefile"
15534 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15535 mssign32"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15538 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/mssip32/Makefile"
15542 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 mssip32"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15546 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15548 ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/mstask/Makefile"
15550 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15551 mstask"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15554 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/mstask/tests/Makefile"
15558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15559 mstask/tests"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15562 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15564 ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/msvcirt/Makefile"
15566 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15567 msvcirt"
15568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15570 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15572 ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/msvcr71/Makefile"
15574 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15575 msvcr71"
15576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15578 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15580 ALL_MAKEFILES="$ALL_MAKEFILES \\
15581 dlls/msvcrt/Makefile"
15582 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15583 msvcrt"
15584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15585 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15586 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15588 ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/msvcrt/tests/Makefile"
15590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15591 msvcrt/tests"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15594 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15596 ALL_MAKEFILES="$ALL_MAKEFILES \\
15597 dlls/msvcrt20/Makefile"
15598 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15599 msvcrt20"
15600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15601 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15602 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15604 ALL_MAKEFILES="$ALL_MAKEFILES \\
15605 dlls/msvcrt40/Makefile"
15606 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15607 msvcrt40"
15608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15609 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15610 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15612 ALL_MAKEFILES="$ALL_MAKEFILES \\
15613 dlls/msvcrtd/Makefile"
15614 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15615 msvcrtd"
15616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15617 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15618 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15620 ALL_MAKEFILES="$ALL_MAKEFILES \\
15621 dlls/msvcrtd/tests/Makefile"
15622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15623 msvcrtd/tests"
15624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15626 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/msvfw32/Makefile"
15630 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15631 msvfw32"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15634 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/msvfw32/tests/Makefile"
15638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15639 msvfw32/tests"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15642 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/msvidc32/Makefile"
15646 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 msvidc32"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15650 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/msvideo.dll16/Makefile"
15654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15655 msvideo.dll16"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15658 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15660 ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/mswsock/Makefile"
15662 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15663 mswsock"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15666 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/msxml3/Makefile"
15670 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15671 msxml3"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15674 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15676 ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/msxml3/tests/Makefile"
15678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15679 msxml3/tests"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15682 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15684 ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/nddeapi/Makefile"
15686 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15687 nddeapi"
15688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15690 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15692 ALL_MAKEFILES="$ALL_MAKEFILES \\
15693 dlls/netapi32/Makefile"
15694 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15695 netapi32"
15696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15698 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15700 ALL_MAKEFILES="$ALL_MAKEFILES \\
15701 dlls/netapi32/tests/Makefile"
15702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15703 netapi32/tests"
15704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15705 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15706 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15708 ALL_MAKEFILES="$ALL_MAKEFILES \\
15709 dlls/newdev/Makefile"
15710 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15711 newdev"
15712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15713 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15714 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15716 ALL_MAKEFILES="$ALL_MAKEFILES \\
15717 dlls/ntdll/Makefile"
15718 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15719 ntdll"
15720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15722 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15724 ALL_MAKEFILES="$ALL_MAKEFILES \\
15725 dlls/ntdll/tests/Makefile"
15726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15727 ntdll/tests"
15728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15729 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15730 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15732 ALL_MAKEFILES="$ALL_MAKEFILES \\
15733 dlls/ntdsapi/Makefile"
15734 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15735 ntdsapi"
15736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15737 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15738 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15740 ALL_MAKEFILES="$ALL_MAKEFILES \\
15741 dlls/ntdsapi/tests/Makefile"
15742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15743 ntdsapi/tests"
15744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15745 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15746 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15748 ALL_MAKEFILES="$ALL_MAKEFILES \\
15749 dlls/ntoskrnl.exe/Makefile"
15750 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15751 ntoskrnl.exe"
15752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15753 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15754 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15756 ALL_MAKEFILES="$ALL_MAKEFILES \\
15757 dlls/ntprint/Makefile"
15758 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15759 ntprint"
15760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15762 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15764 ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/ntprint/tests/Makefile"
15766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15767 ntprint/tests"
15768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15770 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15772 ALL_MAKEFILES="$ALL_MAKEFILES \\
15773 dlls/objsel/Makefile"
15774 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15775 objsel"
15776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15777 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15778 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15780 ALL_MAKEFILES="$ALL_MAKEFILES \\
15781 dlls/odbc32/Makefile"
15782 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15783 odbc32"
15784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15785 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15786 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/odbccp32/Makefile"
15790 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15791 odbccp32"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15794 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15796 ALL_MAKEFILES="$ALL_MAKEFILES \\
15797 dlls/odbccp32/tests/Makefile"
15798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15799 odbccp32/tests"
15800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15801 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15802 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15804 ALL_MAKEFILES="$ALL_MAKEFILES \\
15805 dlls/ole2.dll16/Makefile"
15806 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15807 ole2.dll16"
15808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15809 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15810 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15812 ALL_MAKEFILES="$ALL_MAKEFILES \\
15813 dlls/ole2conv.dll16/Makefile"
15814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15815 ole2conv.dll16"
15816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15817 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15818 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15820 ALL_MAKEFILES="$ALL_MAKEFILES \\
15821 dlls/ole2disp.dll16/Makefile"
15822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15823 ole2disp.dll16"
15824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15825 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15826 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15828 ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/ole2nls.dll16/Makefile"
15830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15831 ole2nls.dll16"
15832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15834 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/ole2prox.dll16/Makefile"
15838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15839 ole2prox.dll16"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15842 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15844 ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/ole2thk.dll16/Makefile"
15846 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15847 ole2thk.dll16"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15850 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/ole32/Makefile"
15854 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15855 ole32"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15858 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15860 ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/ole32/tests/Makefile"
15862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15863 ole32/tests"
15864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15866 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15868 ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/oleacc/Makefile"
15870 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15871 oleacc"
15872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15874 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15876 ALL_MAKEFILES="$ALL_MAKEFILES \\
15877 dlls/oleacc/tests/Makefile"
15878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15879 oleacc/tests"
15880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15881 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15882 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15884 ALL_MAKEFILES="$ALL_MAKEFILES \\
15885 dlls/oleaut32/Makefile"
15886 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15887 oleaut32"
15888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15889 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15890 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15892 ALL_MAKEFILES="$ALL_MAKEFILES \\
15893 dlls/oleaut32/tests/Makefile"
15894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15895 oleaut32/tests"
15896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15897 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15898 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15900 ALL_MAKEFILES="$ALL_MAKEFILES \\
15901 dlls/olecli.dll16/Makefile"
15902 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15903 olecli.dll16"
15904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15906 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15908 ALL_MAKEFILES="$ALL_MAKEFILES \\
15909 dlls/olecli32/Makefile"
15910 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15911 olecli32"
15912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15914 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15916 ALL_MAKEFILES="$ALL_MAKEFILES \\
15917 dlls/oledlg/Makefile"
15918 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15919 oledlg"
15920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15921 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15922 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15924 ALL_MAKEFILES="$ALL_MAKEFILES \\
15925 dlls/olepro32/Makefile"
15926 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15927 olepro32"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15930 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/olesvr.dll16/Makefile"
15934 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15935 olesvr.dll16"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15938 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15940 ALL_MAKEFILES="$ALL_MAKEFILES \\
15941 dlls/olesvr32/Makefile"
15942 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15943 olesvr32"
15944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15945 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15946 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15948 ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/olethk32/Makefile"
15950 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15951 olethk32"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15954 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15956 ALL_MAKEFILES="$ALL_MAKEFILES \\
15957 dlls/opengl32/Makefile"
15958 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15959 opengl32"
15960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15962 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15964 ALL_MAKEFILES="$ALL_MAKEFILES \\
15965 dlls/opengl32/tests/Makefile"
15966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15967 opengl32/tests"
15968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15970 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15972 ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/pdh/Makefile"
15974 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15975 pdh"
15976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15978 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15980 ALL_MAKEFILES="$ALL_MAKEFILES \\
15981 dlls/pdh/tests/Makefile"
15982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15983 pdh/tests"
15984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15985 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15986 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15988 ALL_MAKEFILES="$ALL_MAKEFILES \\
15989 dlls/pidgen/Makefile"
15990 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15991 pidgen"
15992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15993 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15994 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15996 ALL_MAKEFILES="$ALL_MAKEFILES \\
15997 dlls/powrprof/Makefile"
15998 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15999 powrprof"
16000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16001 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
16002 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16004 ALL_MAKEFILES="$ALL_MAKEFILES \\
16005 dlls/printui/Makefile"
16006 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16007 printui"
16008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16009 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16010 ac_config_files="$ac_config_files dlls/printui/Makefile"
16012 ALL_MAKEFILES="$ALL_MAKEFILES \\
16013 dlls/propsys/Makefile"
16014 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16015 propsys"
16016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16017 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16018 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16020 ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/psapi/Makefile"
16022 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16023 psapi"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16026 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16028 ALL_MAKEFILES="$ALL_MAKEFILES \\
16029 dlls/psapi/tests/Makefile"
16030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16031 psapi/tests"
16032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16034 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16036 ALL_MAKEFILES="$ALL_MAKEFILES \\
16037 dlls/pstorec/Makefile"
16038 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16039 pstorec"
16040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16041 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16042 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16044 ALL_MAKEFILES="$ALL_MAKEFILES \\
16045 dlls/qcap/Makefile"
16046 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16047 qcap"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16050 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16052 ALL_MAKEFILES="$ALL_MAKEFILES \\
16053 dlls/qedit/Makefile"
16054 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16055 qedit"
16056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16058 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16060 ALL_MAKEFILES="$ALL_MAKEFILES \\
16061 dlls/qedit/tests/Makefile"
16062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16063 qedit/tests"
16064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16065 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16066 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16068 ALL_MAKEFILES="$ALL_MAKEFILES \\
16069 dlls/qmgr/Makefile"
16070 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16071 qmgr"
16072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16073 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16074 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16076 ALL_MAKEFILES="$ALL_MAKEFILES \\
16077 dlls/qmgr/tests/Makefile"
16078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16079 qmgr/tests"
16080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16081 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16082 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16084 ALL_MAKEFILES="$ALL_MAKEFILES \\
16085 dlls/qmgrprxy/Makefile"
16086 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16087 qmgrprxy"
16088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16089 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16090 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16092 ALL_MAKEFILES="$ALL_MAKEFILES \\
16093 dlls/quartz/Makefile"
16094 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16095 quartz"
16096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16097 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16098 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16100 ALL_MAKEFILES="$ALL_MAKEFILES \\
16101 dlls/quartz/tests/Makefile"
16102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16103 quartz/tests"
16104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16105 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16106 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16108 ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/query/Makefile"
16110 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16111 query"
16112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16114 ac_config_files="$ac_config_files dlls/query/Makefile"
16116 ALL_MAKEFILES="$ALL_MAKEFILES \\
16117 dlls/rasapi16.dll16/Makefile"
16118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16119 rasapi16.dll16"
16120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16121 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16122 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16124 ALL_MAKEFILES="$ALL_MAKEFILES \\
16125 dlls/rasapi32/Makefile"
16126 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16127 rasapi32"
16128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16129 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16130 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16132 ALL_MAKEFILES="$ALL_MAKEFILES \\
16133 dlls/rasapi32/tests/Makefile"
16134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16135 rasapi32/tests"
16136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16137 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16138 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16140 ALL_MAKEFILES="$ALL_MAKEFILES \\
16141 dlls/rasdlg/Makefile"
16142 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16143 rasdlg"
16144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16146 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16148 ALL_MAKEFILES="$ALL_MAKEFILES \\
16149 dlls/resutils/Makefile"
16150 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16151 resutils"
16152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16153 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16154 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16156 ALL_MAKEFILES="$ALL_MAKEFILES \\
16157 dlls/riched20/Makefile"
16158 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16159 riched20"
16160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16161 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16162 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/riched20/tests/Makefile"
16166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16167 riched20/tests"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16170 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/riched32/Makefile"
16174 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16175 riched32"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16178 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/riched32/tests/Makefile"
16182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16183 riched32/tests"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16186 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16188 ALL_MAKEFILES="$ALL_MAKEFILES \\
16189 dlls/rpcrt4/Makefile"
16190 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16191 rpcrt4"
16192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16193 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16194 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16196 ALL_MAKEFILES="$ALL_MAKEFILES \\
16197 dlls/rpcrt4/tests/Makefile"
16198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16199 rpcrt4/tests"
16200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16201 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16202 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16204 ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/rsabase/Makefile"
16206 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16207 rsabase"
16208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16210 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16212 ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/rsaenh/Makefile"
16214 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16215 rsaenh"
16216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16218 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16220 ALL_MAKEFILES="$ALL_MAKEFILES \\
16221 dlls/rsaenh/tests/Makefile"
16222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16223 rsaenh/tests"
16224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16225 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16226 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16228 ALL_MAKEFILES="$ALL_MAKEFILES \\
16229 dlls/rtutils/Makefile"
16230 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16231 rtutils"
16232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16233 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16234 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16236 ALL_MAKEFILES="$ALL_MAKEFILES \\
16237 dlls/sane.ds/Makefile"
16238 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16239 sane.ds"
16240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16241 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16242 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16244 ALL_MAKEFILES="$ALL_MAKEFILES \\
16245 dlls/sccbase/Makefile"
16246 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16247 sccbase"
16248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16249 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16250 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16252 ALL_MAKEFILES="$ALL_MAKEFILES \\
16253 dlls/schannel/Makefile"
16254 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16255 schannel"
16256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16257 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16258 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16260 ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/schannel/tests/Makefile"
16262 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16263 schannel/tests"
16264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16266 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16268 ALL_MAKEFILES="$ALL_MAKEFILES \\
16269 dlls/secur32/Makefile"
16270 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16271 secur32"
16272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16273 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16274 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16276 ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/secur32/tests/Makefile"
16278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16279 secur32/tests"
16280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16282 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16284 ALL_MAKEFILES="$ALL_MAKEFILES \\
16285 dlls/security/Makefile"
16286 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16287 security"
16288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16289 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16290 ac_config_files="$ac_config_files dlls/security/Makefile"
16292 ALL_MAKEFILES="$ALL_MAKEFILES \\
16293 dlls/sensapi/Makefile"
16294 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16295 sensapi"
16296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16297 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16298 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16300 ALL_MAKEFILES="$ALL_MAKEFILES \\
16301 dlls/serialui/Makefile"
16302 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16303 serialui"
16304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16305 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16306 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16308 ALL_MAKEFILES="$ALL_MAKEFILES \\
16309 dlls/serialui/tests/Makefile"
16310 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16311 serialui/tests"
16312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16313 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16314 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16316 ALL_MAKEFILES="$ALL_MAKEFILES \\
16317 dlls/setupapi/Makefile"
16318 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16319 setupapi"
16320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16322 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16324 ALL_MAKEFILES="$ALL_MAKEFILES \\
16325 dlls/setupapi/tests/Makefile"
16326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16327 setupapi/tests"
16328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16329 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16330 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16332 ALL_MAKEFILES="$ALL_MAKEFILES \\
16333 dlls/sfc/Makefile"
16334 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16335 sfc"
16336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16337 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16338 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16340 ALL_MAKEFILES="$ALL_MAKEFILES \\
16341 dlls/sfc_os/Makefile"
16342 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16343 sfc_os"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16346 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16348 ALL_MAKEFILES="$ALL_MAKEFILES \\
16349 dlls/shdoclc/Makefile"
16350 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16351 shdoclc"
16352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16353 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16354 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16356 ALL_MAKEFILES="$ALL_MAKEFILES \\
16357 dlls/shdocvw/Makefile"
16358 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16359 shdocvw"
16360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16361 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16362 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16364 ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/shdocvw/tests/Makefile"
16366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16367 shdocvw/tests"
16368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16370 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16372 ALL_MAKEFILES="$ALL_MAKEFILES \\
16373 dlls/shell.dll16/Makefile"
16374 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16375 shell.dll16"
16376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16377 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16378 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16380 ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/shell32/Makefile"
16382 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16383 shell32"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16386 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16388 ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/shell32/tests/Makefile"
16390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16391 shell32/tests"
16392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16394 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16396 ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/shfolder/Makefile"
16398 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16399 shfolder"
16400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16402 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16404 ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/shlwapi/Makefile"
16406 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16407 shlwapi"
16408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16410 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16412 ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/shlwapi/tests/Makefile"
16414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16415 shlwapi/tests"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16418 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/slbcsp/Makefile"
16422 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 slbcsp"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16426 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16428 ALL_MAKEFILES="$ALL_MAKEFILES \\
16429 dlls/slc/Makefile"
16430 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16431 slc"
16432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16434 ac_config_files="$ac_config_files dlls/slc/Makefile"
16436 ALL_MAKEFILES="$ALL_MAKEFILES \\
16437 dlls/snmpapi/Makefile"
16438 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16439 snmpapi"
16440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16441 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16442 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16444 ALL_MAKEFILES="$ALL_MAKEFILES \\
16445 dlls/snmpapi/tests/Makefile"
16446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16447 snmpapi/tests"
16448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16449 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16450 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16452 ALL_MAKEFILES="$ALL_MAKEFILES \\
16453 dlls/softpub/Makefile"
16454 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16455 softpub"
16456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16457 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16458 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16460 ALL_MAKEFILES="$ALL_MAKEFILES \\
16461 dlls/sound.drv16/Makefile"
16462 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16463 sound.drv16"
16464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16465 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16466 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16468 ALL_MAKEFILES="$ALL_MAKEFILES \\
16469 dlls/spoolss/Makefile"
16470 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16471 spoolss"
16472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16473 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16474 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16476 ALL_MAKEFILES="$ALL_MAKEFILES \\
16477 dlls/spoolss/tests/Makefile"
16478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16479 spoolss/tests"
16480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16481 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16482 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16484 ALL_MAKEFILES="$ALL_MAKEFILES \\
16485 dlls/stdole2.tlb/Makefile"
16486 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16487 stdole2.tlb"
16488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16490 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16492 ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/stdole32.tlb/Makefile"
16494 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16495 stdole32.tlb"
16496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16498 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16500 ALL_MAKEFILES="$ALL_MAKEFILES \\
16501 dlls/sti/Makefile"
16502 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16503 sti"
16504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16505 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16506 ac_config_files="$ac_config_files dlls/sti/Makefile"
16508 ALL_MAKEFILES="$ALL_MAKEFILES \\
16509 dlls/storage.dll16/Makefile"
16510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16511 storage.dll16"
16512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16514 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16516 ALL_MAKEFILES="$ALL_MAKEFILES \\
16517 dlls/stress.dll16/Makefile"
16518 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16519 stress.dll16"
16520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16521 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16522 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16524 ALL_MAKEFILES="$ALL_MAKEFILES \\
16525 dlls/strmiids/Makefile"
16526 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16527 strmiids"
16528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16529 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16530 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16532 ALL_MAKEFILES="$ALL_MAKEFILES \\
16533 dlls/svrapi/Makefile"
16534 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16535 svrapi"
16536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16537 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16538 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16540 ALL_MAKEFILES="$ALL_MAKEFILES \\
16541 dlls/sxs/Makefile"
16542 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16543 sxs"
16544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16545 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16546 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16548 ALL_MAKEFILES="$ALL_MAKEFILES \\
16549 dlls/t2embed/Makefile"
16550 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16551 t2embed"
16552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16553 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16554 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16556 ALL_MAKEFILES="$ALL_MAKEFILES \\
16557 dlls/tapi32/Makefile"
16558 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16559 tapi32"
16560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16561 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16562 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16564 ALL_MAKEFILES="$ALL_MAKEFILES \\
16565 dlls/traffic/Makefile"
16566 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16567 traffic"
16568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16569 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16570 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16572 ALL_MAKEFILES="$ALL_MAKEFILES \\
16573 dlls/twain.dll16/Makefile"
16574 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16575 twain.dll16"
16576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16577 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16578 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16580 ALL_MAKEFILES="$ALL_MAKEFILES \\
16581 dlls/twain_32/Makefile"
16582 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16583 twain_32"
16584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16585 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16586 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16588 ALL_MAKEFILES="$ALL_MAKEFILES \\
16589 dlls/twain_32/tests/Makefile"
16590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16591 twain_32/tests"
16592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16593 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16594 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16596 ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/typelib.dll16/Makefile"
16598 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16599 typelib.dll16"
16600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16602 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16604 ALL_MAKEFILES="$ALL_MAKEFILES \\
16605 dlls/unicows/Makefile"
16606 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16607 unicows"
16608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16609 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16610 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16612 ALL_MAKEFILES="$ALL_MAKEFILES \\
16613 dlls/updspapi/Makefile"
16614 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16615 updspapi"
16616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16617 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16618 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16620 ALL_MAKEFILES="$ALL_MAKEFILES \\
16621 dlls/url/Makefile"
16622 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16623 url"
16624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16625 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16626 ac_config_files="$ac_config_files dlls/url/Makefile"
16628 ALL_MAKEFILES="$ALL_MAKEFILES \\
16629 dlls/urlmon/Makefile"
16630 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16631 urlmon"
16632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16633 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16634 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16636 ALL_MAKEFILES="$ALL_MAKEFILES \\
16637 dlls/urlmon/tests/Makefile"
16638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16639 urlmon/tests"
16640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16641 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16642 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16644 ALL_MAKEFILES="$ALL_MAKEFILES \\
16645 dlls/user32/Makefile"
16646 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16647 user32"
16648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16649 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16650 ac_config_files="$ac_config_files dlls/user32/Makefile"
16652 ALL_MAKEFILES="$ALL_MAKEFILES \\
16653 dlls/user32/tests/Makefile"
16654 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16655 user32/tests"
16656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16657 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16658 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16660 ALL_MAKEFILES="$ALL_MAKEFILES \\
16661 dlls/userenv/Makefile"
16662 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16663 userenv"
16664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16665 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16666 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16668 ALL_MAKEFILES="$ALL_MAKEFILES \\
16669 dlls/userenv/tests/Makefile"
16670 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16671 userenv/tests"
16672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16673 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16674 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16676 ALL_MAKEFILES="$ALL_MAKEFILES \\
16677 dlls/usp10/Makefile"
16678 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16679 usp10"
16680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16681 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16682 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16684 ALL_MAKEFILES="$ALL_MAKEFILES \\
16685 dlls/usp10/tests/Makefile"
16686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16687 usp10/tests"
16688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16689 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16690 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16692 ALL_MAKEFILES="$ALL_MAKEFILES \\
16693 dlls/uuid/Makefile"
16694 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16695 uuid"
16696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16698 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16700 ALL_MAKEFILES="$ALL_MAKEFILES \\
16701 dlls/uxtheme/Makefile"
16702 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16703 uxtheme"
16704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16706 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16708 ALL_MAKEFILES="$ALL_MAKEFILES \\
16709 dlls/uxtheme/tests/Makefile"
16710 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16711 uxtheme/tests"
16712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16713 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16714 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16716 ALL_MAKEFILES="$ALL_MAKEFILES \\
16717 dlls/vdhcp.vxd/Makefile"
16718 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16719 vdhcp.vxd"
16720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16721 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16722 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16724 ALL_MAKEFILES="$ALL_MAKEFILES \\
16725 dlls/vdmdbg/Makefile"
16726 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16727 vdmdbg"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16730 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16732 ALL_MAKEFILES="$ALL_MAKEFILES \\
16733 dlls/version/Makefile"
16734 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16735 version"
16736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16737 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16738 ac_config_files="$ac_config_files dlls/version/Makefile"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/version/tests/Makefile"
16742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16743 version/tests"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16746 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16748 ALL_MAKEFILES="$ALL_MAKEFILES \\
16749 dlls/vmm.vxd/Makefile"
16750 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16751 vmm.vxd"
16752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16753 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16754 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16756 ALL_MAKEFILES="$ALL_MAKEFILES \\
16757 dlls/vnbt.vxd/Makefile"
16758 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16759 vnbt.vxd"
16760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16761 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16762 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16764 ALL_MAKEFILES="$ALL_MAKEFILES \\
16765 dlls/vnetbios.vxd/Makefile"
16766 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16767 vnetbios.vxd"
16768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16769 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16770 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16772 ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/vtdapi.vxd/Makefile"
16774 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16775 vtdapi.vxd"
16776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16778 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16780 ALL_MAKEFILES="$ALL_MAKEFILES \\
16781 dlls/vwin32.vxd/Makefile"
16782 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16783 vwin32.vxd"
16784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16785 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16786 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16788 ALL_MAKEFILES="$ALL_MAKEFILES \\
16789 dlls/w32skrnl/Makefile"
16790 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16791 w32skrnl"
16792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16793 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16794 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16796 ALL_MAKEFILES="$ALL_MAKEFILES \\
16797 dlls/w32sys.dll16/Makefile"
16798 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16799 w32sys.dll16"
16800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16801 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16802 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16804 ALL_MAKEFILES="$ALL_MAKEFILES \\
16805 dlls/wbemprox/Makefile"
16806 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16807 wbemprox"
16808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16809 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16810 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16812 ALL_MAKEFILES="$ALL_MAKEFILES \\
16813 dlls/win32s16.dll16/Makefile"
16814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16815 win32s16.dll16"
16816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16818 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16820 ALL_MAKEFILES="$ALL_MAKEFILES \\
16821 dlls/win87em.dll16/Makefile"
16822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16823 win87em.dll16"
16824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16825 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16826 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16828 ALL_MAKEFILES="$ALL_MAKEFILES \\
16829 dlls/winaspi.dll16/Makefile"
16830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16831 winaspi.dll16"
16832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16833 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16834 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16836 ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/windebug.dll16/Makefile"
16838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16839 windebug.dll16"
16840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16842 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16844 ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/windowscodecs/Makefile"
16846 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16847 windowscodecs"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16850 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16852 ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/windowscodecs/tests/Makefile"
16854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16855 windowscodecs/tests"
16856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16858 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16860 ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/winealsa.drv/Makefile"
16862 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16863 winealsa.drv"
16864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16866 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16868 ALL_MAKEFILES="$ALL_MAKEFILES \\
16869 dlls/wineaudioio.drv/Makefile"
16870 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16871 wineaudioio.drv"
16872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16873 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16874 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16876 ALL_MAKEFILES="$ALL_MAKEFILES \\
16877 dlls/winecoreaudio.drv/Makefile"
16878 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16879 winecoreaudio.drv"
16880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16882 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16884 ALL_MAKEFILES="$ALL_MAKEFILES \\
16885 dlls/winecrt0/Makefile"
16886 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16887 winecrt0"
16888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16889 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16890 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16892 ALL_MAKEFILES="$ALL_MAKEFILES \\
16893 dlls/wined3d/Makefile"
16894 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16895 wined3d"
16896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16897 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16898 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16900 ALL_MAKEFILES="$ALL_MAKEFILES \\
16901 dlls/winedos/Makefile"
16902 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16903 winedos"
16904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16905 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16906 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16908 ALL_MAKEFILES="$ALL_MAKEFILES \\
16909 dlls/wineesd.drv/Makefile"
16910 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16911 wineesd.drv"
16912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16913 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16914 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16916 ALL_MAKEFILES="$ALL_MAKEFILES \\
16917 dlls/winejack.drv/Makefile"
16918 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16919 winejack.drv"
16920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16921 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16922 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16924 ALL_MAKEFILES="$ALL_MAKEFILES \\
16925 dlls/winejoystick.drv/Makefile"
16926 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16927 winejoystick.drv"
16928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16929 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16930 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16932 ALL_MAKEFILES="$ALL_MAKEFILES \\
16933 dlls/winemp3.acm/Makefile"
16934 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16935 winemp3.acm"
16936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16937 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16938 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16940 ALL_MAKEFILES="$ALL_MAKEFILES \\
16941 dlls/winenas.drv/Makefile"
16942 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 winenas.drv"
16944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16946 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16948 ALL_MAKEFILES="$ALL_MAKEFILES \\
16949 dlls/wineoss.drv/Makefile"
16950 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16951 wineoss.drv"
16952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16954 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16956 ALL_MAKEFILES="$ALL_MAKEFILES \\
16957 dlls/wineps.drv/Makefile"
16958 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16959 wineps.drv"
16960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16961 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16962 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16964 ALL_MAKEFILES="$ALL_MAKEFILES \\
16965 dlls/winequartz.drv/Makefile"
16966 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16967 winequartz.drv"
16968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16970 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16972 ALL_MAKEFILES="$ALL_MAKEFILES \\
16973 dlls/winex11.drv/Makefile"
16974 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16975 winex11.drv"
16976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16978 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16980 ALL_MAKEFILES="$ALL_MAKEFILES \\
16981 dlls/wing32/Makefile"
16982 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16983 wing32"
16984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16986 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16988 ALL_MAKEFILES="$ALL_MAKEFILES \\
16989 dlls/winhttp/Makefile"
16990 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16991 winhttp"
16992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16994 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16996 ALL_MAKEFILES="$ALL_MAKEFILES \\
16997 dlls/winhttp/tests/Makefile"
16998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16999 winhttp/tests"
17000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
17002 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17004 ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/wininet/Makefile"
17006 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17007 wininet"
17008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17010 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17012 ALL_MAKEFILES="$ALL_MAKEFILES \\
17013 dlls/wininet/tests/Makefile"
17014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17015 wininet/tests"
17016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17018 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17020 ALL_MAKEFILES="$ALL_MAKEFILES \\
17021 dlls/winmm/Makefile"
17022 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17023 winmm"
17024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17025 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17026 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17028 ALL_MAKEFILES="$ALL_MAKEFILES \\
17029 dlls/winmm/tests/Makefile"
17030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17031 winmm/tests"
17032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17033 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17034 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17036 ALL_MAKEFILES="$ALL_MAKEFILES \\
17037 dlls/winnls.dll16/Makefile"
17038 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17039 winnls.dll16"
17040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17041 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17042 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17044 ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/winnls32/Makefile"
17046 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17047 winnls32"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17050 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17052 ALL_MAKEFILES="$ALL_MAKEFILES \\
17053 dlls/winscard/Makefile"
17054 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17055 winscard"
17056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17057 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17058 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17060 ALL_MAKEFILES="$ALL_MAKEFILES \\
17061 dlls/winspool.drv/Makefile"
17062 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17063 winspool.drv"
17064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17066 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17068 ALL_MAKEFILES="$ALL_MAKEFILES \\
17069 dlls/winspool.drv/tests/Makefile"
17070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17071 winspool.drv/tests"
17072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17073 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17074 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17076 ALL_MAKEFILES="$ALL_MAKEFILES \\
17077 dlls/wintab.dll16/Makefile"
17078 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17079 wintab.dll16"
17080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17081 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17082 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17084 ALL_MAKEFILES="$ALL_MAKEFILES \\
17085 dlls/wintab32/Makefile"
17086 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17087 wintab32"
17088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17089 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17090 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17092 ALL_MAKEFILES="$ALL_MAKEFILES \\
17093 dlls/wintab32/tests/Makefile"
17094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17095 wintab32/tests"
17096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17097 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17098 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17100 ALL_MAKEFILES="$ALL_MAKEFILES \\
17101 dlls/wintrust/Makefile"
17102 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17103 wintrust"
17104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17105 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17106 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17108 ALL_MAKEFILES="$ALL_MAKEFILES \\
17109 dlls/wintrust/tests/Makefile"
17110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17111 wintrust/tests"
17112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17113 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17114 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17116 ALL_MAKEFILES="$ALL_MAKEFILES \\
17117 dlls/wldap32/Makefile"
17118 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17119 wldap32"
17120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17121 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17122 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17124 ALL_MAKEFILES="$ALL_MAKEFILES \\
17125 dlls/wldap32/tests/Makefile"
17126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17127 wldap32/tests"
17128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17129 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17130 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17132 ALL_MAKEFILES="$ALL_MAKEFILES \\
17133 dlls/wmi/Makefile"
17134 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17135 wmi"
17136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17137 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17138 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17140 ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/wmiutils/Makefile"
17142 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17143 wmiutils"
17144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17146 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17148 ALL_MAKEFILES="$ALL_MAKEFILES \\
17149 dlls/wnaspi32/Makefile"
17150 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17151 wnaspi32"
17152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17154 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17156 ALL_MAKEFILES="$ALL_MAKEFILES \\
17157 dlls/wow32/Makefile"
17158 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17159 wow32"
17160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17161 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17162 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17164 ALL_MAKEFILES="$ALL_MAKEFILES \\
17165 dlls/ws2_32/Makefile"
17166 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17167 ws2_32"
17168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17169 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17170 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17172 ALL_MAKEFILES="$ALL_MAKEFILES \\
17173 dlls/ws2_32/tests/Makefile"
17174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17175 ws2_32/tests"
17176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17177 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17178 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17180 ALL_MAKEFILES="$ALL_MAKEFILES \\
17181 dlls/wsock32/Makefile"
17182 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17183 wsock32"
17184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17185 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17186 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17188 ALL_MAKEFILES="$ALL_MAKEFILES \\
17189 dlls/wtsapi32/Makefile"
17190 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17191 wtsapi32"
17192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17193 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17194 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17196 ALL_MAKEFILES="$ALL_MAKEFILES \\
17197 dlls/wuapi/Makefile"
17198 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17199 wuapi"
17200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17201 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17202 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17204 ALL_MAKEFILES="$ALL_MAKEFILES \\
17205 dlls/xinput1_1/Makefile"
17206 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17207 xinput1_1"
17208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17209 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17210 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17212 ALL_MAKEFILES="$ALL_MAKEFILES \\
17213 dlls/xinput1_2/Makefile"
17214 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17215 xinput1_2"
17216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17217 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17218 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 dlls/xinput1_3/Makefile"
17222 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17223 xinput1_3"
17224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17226 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17228 ALL_MAKEFILES="$ALL_MAKEFILES \\
17229 dlls/xinput1_3/tests/Makefile"
17230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17231 xinput1_3/tests"
17232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17233 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17234 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/xinput9_1_0/Makefile"
17238 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17239 xinput9_1_0"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17242 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17244 ALL_MAKEFILES="$ALL_MAKEFILES \\
17245 dlls/xmllite/Makefile"
17246 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17247 xmllite"
17248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17249 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17250 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17252 ALL_MAKEFILES="$ALL_MAKEFILES \\
17253 documentation/Makefile"
17254 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17255 documentation"
17256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17257 documentation/Makefile: documentation/Makefile.in Make.rules"
17258 ac_config_files="$ac_config_files documentation/Makefile"
17260 ALL_MAKEFILES="$ALL_MAKEFILES \\
17261 fonts/Makefile"
17262 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17263 fonts"
17264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265 fonts/Makefile: fonts/Makefile.in Make.rules"
17266 ac_config_files="$ac_config_files fonts/Makefile"
17268 ALL_MAKEFILES="$ALL_MAKEFILES \\
17269 include/Makefile"
17270 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17271 include"
17272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273 include/Makefile: include/Makefile.in Make.rules"
17274 ac_config_files="$ac_config_files include/Makefile"
17276 ALL_MAKEFILES="$ALL_MAKEFILES \\
17277 libs/Makefile"
17278 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17279 libs"
17280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17281 libs/Makefile: libs/Makefile.in Make.rules"
17282 ac_config_files="$ac_config_files libs/Makefile"
17284 ALL_MAKEFILES="$ALL_MAKEFILES \\
17285 libs/port/Makefile"
17287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17288 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17289 ac_config_files="$ac_config_files libs/port/Makefile"
17291 ALL_MAKEFILES="$ALL_MAKEFILES \\
17292 libs/wine/Makefile"
17294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17295 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17296 ac_config_files="$ac_config_files libs/wine/Makefile"
17298 ALL_MAKEFILES="$ALL_MAKEFILES \\
17299 libs/wpp/Makefile"
17301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17302 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17303 ac_config_files="$ac_config_files libs/wpp/Makefile"
17305 ALL_MAKEFILES="$ALL_MAKEFILES \\
17306 loader/Makefile"
17307 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17308 loader"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 loader/Makefile: loader/Makefile.in Make.rules"
17311 ac_config_files="$ac_config_files loader/Makefile"
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314 programs/Makefile"
17315 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17316 programs"
17317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17318 programs/Makefile: programs/Makefile.in Make.rules"
17319 ac_config_files="$ac_config_files programs/Makefile"
17321 ALL_MAKEFILES="$ALL_MAKEFILES \\
17322 programs/cacls/Makefile"
17323 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17324 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17325 cacls"
17326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17327 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17328 ac_config_files="$ac_config_files programs/cacls/Makefile"
17330 ALL_MAKEFILES="$ALL_MAKEFILES \\
17331 programs/clock/Makefile"
17332 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17333 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17334 clock"
17335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17336 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17337 ac_config_files="$ac_config_files programs/clock/Makefile"
17339 ALL_MAKEFILES="$ALL_MAKEFILES \\
17340 programs/cmd/Makefile"
17341 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17342 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17343 cmd"
17344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17346 ac_config_files="$ac_config_files programs/cmd/Makefile"
17348 ALL_MAKEFILES="$ALL_MAKEFILES \\
17349 programs/cmdlgtst/Makefile"
17350 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17351 cmdlgtst"
17352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17353 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17354 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17356 ALL_MAKEFILES="$ALL_MAKEFILES \\
17357 programs/control/Makefile"
17358 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17359 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17360 control"
17361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17362 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17363 ac_config_files="$ac_config_files programs/control/Makefile"
17365 ALL_MAKEFILES="$ALL_MAKEFILES \\
17366 programs/dxdiag/Makefile"
17367 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17368 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17369 dxdiag"
17370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17371 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17372 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17374 ALL_MAKEFILES="$ALL_MAKEFILES \\
17375 programs/eject/Makefile"
17376 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17377 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17378 eject"
17379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17380 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17381 ac_config_files="$ac_config_files programs/eject/Makefile"
17383 ALL_MAKEFILES="$ALL_MAKEFILES \\
17384 programs/expand/Makefile"
17385 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17386 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17387 expand"
17388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17389 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17390 ac_config_files="$ac_config_files programs/expand/Makefile"
17392 ALL_MAKEFILES="$ALL_MAKEFILES \\
17393 programs/explorer/Makefile"
17394 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17395 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17396 explorer"
17397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17398 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17399 ac_config_files="$ac_config_files programs/explorer/Makefile"
17401 ALL_MAKEFILES="$ALL_MAKEFILES \\
17402 programs/hh/Makefile"
17403 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17404 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17407 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17408 ac_config_files="$ac_config_files programs/hh/Makefile"
17410 ALL_MAKEFILES="$ALL_MAKEFILES \\
17411 programs/icinfo/Makefile"
17412 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17413 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17414 icinfo"
17415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17416 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17417 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17419 ALL_MAKEFILES="$ALL_MAKEFILES \\
17420 programs/iexplore/Makefile"
17421 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17422 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17423 iexplore"
17424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17425 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17426 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17428 ALL_MAKEFILES="$ALL_MAKEFILES \\
17429 programs/lodctr/Makefile"
17430 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17431 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17432 lodctr"
17433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17434 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17435 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17437 ALL_MAKEFILES="$ALL_MAKEFILES \\
17438 programs/msiexec/Makefile"
17439 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17440 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17441 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17442 msiexec"
17443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17444 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17445 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17447 ALL_MAKEFILES="$ALL_MAKEFILES \\
17448 programs/net/Makefile"
17449 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17450 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17451 net"
17452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17453 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17454 ac_config_files="$ac_config_files programs/net/Makefile"
17456 ALL_MAKEFILES="$ALL_MAKEFILES \\
17457 programs/notepad/Makefile"
17458 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17459 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17460 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17461 notepad"
17462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17463 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17464 ac_config_files="$ac_config_files programs/notepad/Makefile"
17466 ALL_MAKEFILES="$ALL_MAKEFILES \\
17467 programs/oleview/Makefile"
17468 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17469 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17470 oleview"
17471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17473 ac_config_files="$ac_config_files programs/oleview/Makefile"
17475 ALL_MAKEFILES="$ALL_MAKEFILES \\
17476 programs/progman/Makefile"
17477 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17478 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17479 progman"
17480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17481 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17482 ac_config_files="$ac_config_files programs/progman/Makefile"
17484 ALL_MAKEFILES="$ALL_MAKEFILES \\
17485 programs/reg/Makefile"
17486 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17487 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17488 reg"
17489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17490 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17491 ac_config_files="$ac_config_files programs/reg/Makefile"
17493 ALL_MAKEFILES="$ALL_MAKEFILES \\
17494 programs/regedit/Makefile"
17495 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17496 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17497 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17498 regedit"
17499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17500 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17501 ac_config_files="$ac_config_files programs/regedit/Makefile"
17503 ALL_MAKEFILES="$ALL_MAKEFILES \\
17504 programs/regsvr32/Makefile"
17505 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17506 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17507 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17508 regsvr32"
17509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17510 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17511 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17513 ALL_MAKEFILES="$ALL_MAKEFILES \\
17514 programs/rpcss/Makefile"
17515 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17516 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17517 rpcss"
17518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17519 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17520 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17522 ALL_MAKEFILES="$ALL_MAKEFILES \\
17523 programs/rundll32/Makefile"
17524 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17525 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17526 rundll32"
17527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17528 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17529 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17531 ALL_MAKEFILES="$ALL_MAKEFILES \\
17532 programs/secedit/Makefile"
17533 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17534 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17535 secedit"
17536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17537 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17538 ac_config_files="$ac_config_files programs/secedit/Makefile"
17540 ALL_MAKEFILES="$ALL_MAKEFILES \\
17541 programs/services/Makefile"
17542 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17543 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17544 services"
17545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17546 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17547 ac_config_files="$ac_config_files programs/services/Makefile"
17549 ALL_MAKEFILES="$ALL_MAKEFILES \\
17550 programs/spoolsv/Makefile"
17551 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17552 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17553 spoolsv"
17554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17555 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17556 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17558 ALL_MAKEFILES="$ALL_MAKEFILES \\
17559 programs/start/Makefile"
17560 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17561 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17562 start"
17563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17564 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17565 ac_config_files="$ac_config_files programs/start/Makefile"
17567 ALL_MAKEFILES="$ALL_MAKEFILES \\
17568 programs/svchost/Makefile"
17569 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17570 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17571 svchost"
17572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17573 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17574 ac_config_files="$ac_config_files programs/svchost/Makefile"
17576 ALL_MAKEFILES="$ALL_MAKEFILES \\
17577 programs/taskmgr/Makefile"
17578 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17579 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17580 taskmgr"
17581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17582 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17583 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17585 ALL_MAKEFILES="$ALL_MAKEFILES \\
17586 programs/termsv/Makefile"
17587 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17588 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17589 termsv"
17590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17591 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17592 ac_config_files="$ac_config_files programs/termsv/Makefile"
17594 ALL_MAKEFILES="$ALL_MAKEFILES \\
17595 programs/uninstaller/Makefile"
17596 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17597 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17598 uninstaller"
17599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17600 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17601 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17603 ALL_MAKEFILES="$ALL_MAKEFILES \\
17604 programs/unlodctr/Makefile"
17605 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17606 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17607 unlodctr"
17608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17609 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17610 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17612 ALL_MAKEFILES="$ALL_MAKEFILES \\
17613 programs/view/Makefile"
17614 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17615 view"
17616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17617 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17618 ac_config_files="$ac_config_files programs/view/Makefile"
17620 ALL_MAKEFILES="$ALL_MAKEFILES \\
17621 programs/wineboot/Makefile"
17622 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17623 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17624 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17625 wineboot"
17626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17627 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17628 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17630 ALL_MAKEFILES="$ALL_MAKEFILES \\
17631 programs/winebrowser/Makefile"
17632 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17633 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17634 winebrowser"
17635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17636 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17637 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17639 ALL_MAKEFILES="$ALL_MAKEFILES \\
17640 programs/winecfg/Makefile"
17641 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17642 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17643 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17644 winecfg"
17645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17646 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17647 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17649 ALL_MAKEFILES="$ALL_MAKEFILES \\
17650 programs/wineconsole/Makefile"
17651 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17652 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17653 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17654 wineconsole"
17655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17656 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17657 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17659 ALL_MAKEFILES="$ALL_MAKEFILES \\
17660 programs/winedbg/Makefile"
17661 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17662 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17663 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17664 winedbg"
17665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17666 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17667 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17669 ALL_MAKEFILES="$ALL_MAKEFILES \\
17670 programs/winedevice/Makefile"
17671 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17672 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17673 winedevice"
17674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17675 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17676 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17678 ALL_MAKEFILES="$ALL_MAKEFILES \\
17679 programs/winefile/Makefile"
17680 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17681 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17682 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17683 winefile"
17684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17685 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17686 ac_config_files="$ac_config_files programs/winefile/Makefile"
17688 ALL_MAKEFILES="$ALL_MAKEFILES \\
17689 programs/winemenubuilder/Makefile"
17690 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17691 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17692 winemenubuilder"
17693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17694 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17695 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17697 ALL_MAKEFILES="$ALL_MAKEFILES \\
17698 programs/winemine/Makefile"
17699 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17700 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17701 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17702 winemine"
17703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17704 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17705 ac_config_files="$ac_config_files programs/winemine/Makefile"
17707 ALL_MAKEFILES="$ALL_MAKEFILES \\
17708 programs/winepath/Makefile"
17709 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17710 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17711 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17712 winepath"
17713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17714 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17715 ac_config_files="$ac_config_files programs/winepath/Makefile"
17717 ALL_MAKEFILES="$ALL_MAKEFILES \\
17718 programs/winetest/Makefile"
17719 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17720 winetest"
17721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17722 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17723 ac_config_files="$ac_config_files programs/winetest/Makefile"
17725 ALL_MAKEFILES="$ALL_MAKEFILES \\
17726 programs/winevdm/Makefile"
17727 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17728 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17729 winevdm"
17730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17731 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17732 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17734 ALL_MAKEFILES="$ALL_MAKEFILES \\
17735 programs/winhelp.exe16/Makefile"
17736 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17737 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17738 winhelp.exe16"
17739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17740 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17741 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17743 ALL_MAKEFILES="$ALL_MAKEFILES \\
17744 programs/winhlp32/Makefile"
17745 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17746 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17747 winhlp32"
17748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17749 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17750 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17752 ALL_MAKEFILES="$ALL_MAKEFILES \\
17753 programs/winoldap.mod16/Makefile"
17754 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17755 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17756 winoldap.mod16"
17757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17758 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17759 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17761 ALL_MAKEFILES="$ALL_MAKEFILES \\
17762 programs/winver/Makefile"
17763 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17764 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17765 winver"
17766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17767 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17768 ac_config_files="$ac_config_files programs/winver/Makefile"
17770 ALL_MAKEFILES="$ALL_MAKEFILES \\
17771 programs/wordpad/Makefile"
17772 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17773 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17774 wordpad"
17775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17776 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17777 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17779 ALL_MAKEFILES="$ALL_MAKEFILES \\
17780 programs/write/Makefile"
17781 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17782 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17783 write"
17784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17785 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17786 ac_config_files="$ac_config_files programs/write/Makefile"
17788 ALL_MAKEFILES="$ALL_MAKEFILES \\
17789 programs/xcopy/Makefile"
17790 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17791 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17792 xcopy"
17793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17794 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17795 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17797 ALL_MAKEFILES="$ALL_MAKEFILES \\
17798 server/Makefile"
17799 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17800 server"
17801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17802 server/Makefile: server/Makefile.in Make.rules"
17803 ac_config_files="$ac_config_files server/Makefile"
17805 ALL_MAKEFILES="$ALL_MAKEFILES \\
17806 tools/Makefile"
17807 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17808 tools"
17809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17810 tools/Makefile: tools/Makefile.in Make.rules"
17811 ac_config_files="$ac_config_files tools/Makefile"
17813 ALL_MAKEFILES="$ALL_MAKEFILES \\
17814 tools/widl/Makefile"
17816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17817 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17818 ac_config_files="$ac_config_files tools/widl/Makefile"
17820 ALL_MAKEFILES="$ALL_MAKEFILES \\
17821 tools/winebuild/Makefile"
17823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17824 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17825 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17827 ALL_MAKEFILES="$ALL_MAKEFILES \\
17828 tools/winedump/Makefile"
17830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17831 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17832 ac_config_files="$ac_config_files tools/winedump/Makefile"
17834 ALL_MAKEFILES="$ALL_MAKEFILES \\
17835 tools/winegcc/Makefile"
17837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17838 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17839 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17841 ALL_MAKEFILES="$ALL_MAKEFILES \\
17842 tools/wmc/Makefile"
17844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17845 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17846 ac_config_files="$ac_config_files tools/wmc/Makefile"
17848 ALL_MAKEFILES="$ALL_MAKEFILES \\
17849 tools/wrc/Makefile"
17851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17852 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17853 ac_config_files="$ac_config_files tools/wrc/Makefile"
17857 ALL_WINETEST_DEPENDS="# Test binaries"
17859 for dir in $ALL_TEST_DIRS
17861 if test "$dir" != "\\"
17862 then
17863 testname=`expr $dir : '\(.*\)/tests'`_test
17864 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17866 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17867 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17868 $testname.rc:
17869 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17870 $testname.res: $testname.rc $testname.exe"
17872 done
17874 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17876 cat >confcache <<\_ACEOF
17877 # This file is a shell script that caches the results of configure
17878 # tests run on this system so they can be shared between configure
17879 # scripts and configure runs, see configure's option --config-cache.
17880 # It is not useful on other systems. If it contains results you don't
17881 # want to keep, you may remove or edit it.
17883 # config.status only pays attention to the cache file if you give it
17884 # the --recheck option to rerun configure.
17886 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17887 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17888 # following values.
17890 _ACEOF
17892 # The following way of writing the cache mishandles newlines in values,
17893 # but we know of no workaround that is simple, portable, and efficient.
17894 # So, we kill variables containing newlines.
17895 # Ultrix sh set writes to stderr and can't be redirected directly,
17896 # and sets the high bit in the cache file unless we assign to the vars.
17898 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17899 eval ac_val=\$$ac_var
17900 case $ac_val in #(
17901 *${as_nl}*)
17902 case $ac_var in #(
17903 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17904 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17905 esac
17906 case $ac_var in #(
17907 _ | IFS | as_nl) ;; #(
17908 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17909 *) { eval $ac_var=; unset $ac_var;} ;;
17910 esac ;;
17911 esac
17912 done
17914 (set) 2>&1 |
17915 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17916 *${as_nl}ac_space=\ *)
17917 # `set' does not quote correctly, so add quotes: double-quote
17918 # substitution turns \\\\ into \\, and sed turns \\ into \.
17919 sed -n \
17920 "s/'/'\\\\''/g;
17921 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17922 ;; #(
17924 # `set' quotes correctly as required by POSIX, so do not add quotes.
17925 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17927 esac |
17928 sort
17930 sed '
17931 /^ac_cv_env_/b end
17932 t clear
17933 :clear
17934 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17935 t end
17936 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17937 :end' >>confcache
17938 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17939 if test -w "$cache_file"; then
17940 test "x$cache_file" != "x/dev/null" &&
17941 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17942 $as_echo "$as_me: updating cache $cache_file" >&6;}
17943 cat confcache >$cache_file
17944 else
17945 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17946 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17949 rm -f confcache
17951 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17952 # Let make expand exec_prefix.
17953 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17955 DEFS=-DHAVE_CONFIG_H
17957 ac_libobjs=
17958 ac_ltlibobjs=
17959 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17960 # 1. Remove the extension, and $U if already installed.
17961 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17962 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17963 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17964 # will be set to the directory where LIBOBJS objects are built.
17965 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17966 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17967 done
17968 LIBOBJS=$ac_libobjs
17970 LTLIBOBJS=$ac_ltlibobjs
17974 : ${CONFIG_STATUS=./config.status}
17975 ac_write_fail=0
17976 ac_clean_files_save=$ac_clean_files
17977 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17978 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17979 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17980 as_write_fail=0
17981 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17982 #! $SHELL
17983 # Generated by $as_me.
17984 # Run this file to recreate the current configuration.
17985 # Compiler output produced by configure, useful for debugging
17986 # configure, is in config.log if it exists.
17988 debug=false
17989 ac_cs_recheck=false
17990 ac_cs_silent=false
17992 SHELL=\${CONFIG_SHELL-$SHELL}
17993 export SHELL
17994 _ASEOF
17995 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17996 ## -------------------- ##
17997 ## M4sh Initialization. ##
17998 ## -------------------- ##
18000 # Be more Bourne compatible
18001 DUALCASE=1; export DUALCASE # for MKS sh
18002 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18003 emulate sh
18004 NULLCMD=:
18005 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18006 # is contrary to our usage. Disable this feature.
18007 alias -g '${1+"$@"}'='"$@"'
18008 setopt NO_GLOB_SUBST
18009 else
18010 case `(set -o) 2>/dev/null` in #(
18011 *posix*) :
18012 set -o posix ;; #(
18013 *) :
18015 esac
18019 as_nl='
18021 export as_nl
18022 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18023 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18024 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18025 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18026 # Prefer a ksh shell builtin over an external printf program on Solaris,
18027 # but without wasting forks for bash or zsh.
18028 if test -z "$BASH_VERSION$ZSH_VERSION" \
18029 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18030 as_echo='print -r --'
18031 as_echo_n='print -rn --'
18032 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18033 as_echo='printf %s\n'
18034 as_echo_n='printf %s'
18035 else
18036 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18037 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18038 as_echo_n='/usr/ucb/echo -n'
18039 else
18040 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18041 as_echo_n_body='eval
18042 arg=$1;
18043 case $arg in #(
18044 *"$as_nl"*)
18045 expr "X$arg" : "X\\(.*\\)$as_nl";
18046 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18047 esac;
18048 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18050 export as_echo_n_body
18051 as_echo_n='sh -c $as_echo_n_body as_echo'
18053 export as_echo_body
18054 as_echo='sh -c $as_echo_body as_echo'
18057 # The user is always right.
18058 if test "${PATH_SEPARATOR+set}" != set; then
18059 PATH_SEPARATOR=:
18060 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18061 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18062 PATH_SEPARATOR=';'
18067 # IFS
18068 # We need space, tab and new line, in precisely that order. Quoting is
18069 # there to prevent editors from complaining about space-tab.
18070 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18071 # splitting by setting IFS to empty value.)
18072 IFS=" "" $as_nl"
18074 # Find who we are. Look in the path if we contain no directory separator.
18075 case $0 in #((
18076 *[\\/]* ) as_myself=$0 ;;
18077 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18078 for as_dir in $PATH
18080 IFS=$as_save_IFS
18081 test -z "$as_dir" && as_dir=.
18082 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18083 done
18084 IFS=$as_save_IFS
18087 esac
18088 # We did not find ourselves, most probably we were run as `sh COMMAND'
18089 # in which case we are not to be found in the path.
18090 if test "x$as_myself" = x; then
18091 as_myself=$0
18093 if test ! -f "$as_myself"; then
18094 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18095 exit 1
18098 # Unset variables that we do not need and which cause bugs (e.g. in
18099 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18100 # suppresses any "Segmentation fault" message there. '((' could
18101 # trigger a bug in pdksh 5.2.14.
18102 for as_var in BASH_ENV ENV MAIL MAILPATH
18103 do eval test x\${$as_var+set} = xset \
18104 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18105 done
18106 PS1='$ '
18107 PS2='> '
18108 PS4='+ '
18110 # NLS nuisances.
18111 LC_ALL=C
18112 export LC_ALL
18113 LANGUAGE=C
18114 export LANGUAGE
18116 # CDPATH.
18117 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18120 # as_fn_error ERROR [LINENO LOG_FD]
18121 # ---------------------------------
18122 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18123 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18124 # script with status $?, using 1 if that was 0.
18125 as_fn_error ()
18127 as_status=$?; test $as_status -eq 0 && as_status=1
18128 if test "$3"; then
18129 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18130 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18132 $as_echo "$as_me: error: $1" >&2
18133 as_fn_exit $as_status
18134 } # as_fn_error
18137 # as_fn_set_status STATUS
18138 # -----------------------
18139 # Set $? to STATUS, without forking.
18140 as_fn_set_status ()
18142 return $1
18143 } # as_fn_set_status
18145 # as_fn_exit STATUS
18146 # -----------------
18147 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18148 as_fn_exit ()
18150 set +e
18151 as_fn_set_status $1
18152 exit $1
18153 } # as_fn_exit
18155 # as_fn_unset VAR
18156 # ---------------
18157 # Portably unset VAR.
18158 as_fn_unset ()
18160 { eval $1=; unset $1;}
18162 as_unset=as_fn_unset
18163 # as_fn_append VAR VALUE
18164 # ----------------------
18165 # Append the text in VALUE to the end of the definition contained in VAR. Take
18166 # advantage of any shell optimizations that allow amortized linear growth over
18167 # repeated appends, instead of the typical quadratic growth present in naive
18168 # implementations.
18169 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18170 eval 'as_fn_append ()
18172 eval $1+=\$2
18174 else
18175 as_fn_append ()
18177 eval $1=\$$1\$2
18179 fi # as_fn_append
18181 # as_fn_arith ARG...
18182 # ------------------
18183 # Perform arithmetic evaluation on the ARGs, and store the result in the
18184 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18185 # must be portable across $(()) and expr.
18186 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18187 eval 'as_fn_arith ()
18189 as_val=$(( $* ))
18191 else
18192 as_fn_arith ()
18194 as_val=`expr "$@" || test $? -eq 1`
18196 fi # as_fn_arith
18199 if expr a : '\(a\)' >/dev/null 2>&1 &&
18200 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18201 as_expr=expr
18202 else
18203 as_expr=false
18206 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18207 as_basename=basename
18208 else
18209 as_basename=false
18212 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18213 as_dirname=dirname
18214 else
18215 as_dirname=false
18218 as_me=`$as_basename -- "$0" ||
18219 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18220 X"$0" : 'X\(//\)$' \| \
18221 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18222 $as_echo X/"$0" |
18223 sed '/^.*\/\([^/][^/]*\)\/*$/{
18224 s//\1/
18227 /^X\/\(\/\/\)$/{
18228 s//\1/
18231 /^X\/\(\/\).*/{
18232 s//\1/
18235 s/.*/./; q'`
18237 # Avoid depending upon Character Ranges.
18238 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18239 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18240 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18241 as_cr_digits='0123456789'
18242 as_cr_alnum=$as_cr_Letters$as_cr_digits
18244 ECHO_C= ECHO_N= ECHO_T=
18245 case `echo -n x` in #(((((
18246 -n*)
18247 case `echo 'xy\c'` in
18248 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18249 xy) ECHO_C='\c';;
18250 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18251 ECHO_T=' ';;
18252 esac;;
18254 ECHO_N='-n';;
18255 esac
18257 rm -f conf$$ conf$$.exe conf$$.file
18258 if test -d conf$$.dir; then
18259 rm -f conf$$.dir/conf$$.file
18260 else
18261 rm -f conf$$.dir
18262 mkdir conf$$.dir 2>/dev/null
18264 if (echo >conf$$.file) 2>/dev/null; then
18265 if ln -s conf$$.file conf$$ 2>/dev/null; then
18266 as_ln_s='ln -s'
18267 # ... but there are two gotchas:
18268 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18269 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18270 # In both cases, we have to default to `cp -p'.
18271 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18272 as_ln_s='cp -p'
18273 elif ln conf$$.file conf$$ 2>/dev/null; then
18274 as_ln_s=ln
18275 else
18276 as_ln_s='cp -p'
18278 else
18279 as_ln_s='cp -p'
18281 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18282 rmdir conf$$.dir 2>/dev/null
18285 # as_fn_mkdir_p
18286 # -------------
18287 # Create "$as_dir" as a directory, including parents if necessary.
18288 as_fn_mkdir_p ()
18291 case $as_dir in #(
18292 -*) as_dir=./$as_dir;;
18293 esac
18294 test -d "$as_dir" || eval $as_mkdir_p || {
18295 as_dirs=
18296 while :; do
18297 case $as_dir in #(
18298 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18299 *) as_qdir=$as_dir;;
18300 esac
18301 as_dirs="'$as_qdir' $as_dirs"
18302 as_dir=`$as_dirname -- "$as_dir" ||
18303 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18304 X"$as_dir" : 'X\(//\)[^/]' \| \
18305 X"$as_dir" : 'X\(//\)$' \| \
18306 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18307 $as_echo X"$as_dir" |
18308 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18309 s//\1/
18312 /^X\(\/\/\)[^/].*/{
18313 s//\1/
18316 /^X\(\/\/\)$/{
18317 s//\1/
18320 /^X\(\/\).*/{
18321 s//\1/
18324 s/.*/./; q'`
18325 test -d "$as_dir" && break
18326 done
18327 test -z "$as_dirs" || eval "mkdir $as_dirs"
18328 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18331 } # as_fn_mkdir_p
18332 if mkdir -p . 2>/dev/null; then
18333 as_mkdir_p='mkdir -p "$as_dir"'
18334 else
18335 test -d ./-p && rmdir ./-p
18336 as_mkdir_p=false
18339 if test -x / >/dev/null 2>&1; then
18340 as_test_x='test -x'
18341 else
18342 if ls -dL / >/dev/null 2>&1; then
18343 as_ls_L_option=L
18344 else
18345 as_ls_L_option=
18347 as_test_x='
18348 eval sh -c '\''
18349 if test -d "$1"; then
18350 test -d "$1/.";
18351 else
18352 case $1 in #(
18353 -*)set "./$1";;
18354 esac;
18355 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18356 ???[sx]*):;;*)false;;esac;fi
18357 '\'' sh
18360 as_executable_p=$as_test_x
18362 # Sed expression to map a string onto a valid CPP name.
18363 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18365 # Sed expression to map a string onto a valid variable name.
18366 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18369 exec 6>&1
18370 ## ----------------------------------- ##
18371 ## Main body of $CONFIG_STATUS script. ##
18372 ## ----------------------------------- ##
18373 _ASEOF
18374 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18376 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18377 # Save the log message, to keep $0 and so on meaningful, and to
18378 # report actual input values of CONFIG_FILES etc. instead of their
18379 # values after options handling.
18380 ac_log="
18381 This file was extended by Wine $as_me 1.1.28, which was
18382 generated by GNU Autoconf 2.64. Invocation command line was
18384 CONFIG_FILES = $CONFIG_FILES
18385 CONFIG_HEADERS = $CONFIG_HEADERS
18386 CONFIG_LINKS = $CONFIG_LINKS
18387 CONFIG_COMMANDS = $CONFIG_COMMANDS
18388 $ $0 $@
18390 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18393 _ACEOF
18395 case $ac_config_files in *"
18396 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18397 esac
18399 case $ac_config_headers in *"
18400 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18401 esac
18404 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18405 # Files that config.status was made for.
18406 config_files="$ac_config_files"
18407 config_headers="$ac_config_headers"
18408 config_commands="$ac_config_commands"
18410 _ACEOF
18412 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18413 ac_cs_usage="\
18414 \`$as_me' instantiates files and other configuration actions
18415 from templates according to the current configuration. Unless the files
18416 and actions are specified as TAGs, all are instantiated by default.
18418 Usage: $0 [OPTION]... [TAG]...
18420 -h, --help print this help, then exit
18421 -V, --version print version number and configuration settings, then exit
18422 -q, --quiet, --silent
18423 do not print progress messages
18424 -d, --debug don't remove temporary files
18425 --recheck update $as_me by reconfiguring in the same conditions
18426 --file=FILE[:TEMPLATE]
18427 instantiate the configuration file FILE
18428 --header=FILE[:TEMPLATE]
18429 instantiate the configuration header FILE
18431 Configuration files:
18432 $config_files
18434 Configuration headers:
18435 $config_headers
18437 Configuration commands:
18438 $config_commands
18440 Report bugs to <wine-devel@winehq.org>.
18441 Wine home page: <http://www.winehq.org>."
18443 _ACEOF
18444 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18445 ac_cs_version="\\
18446 Wine config.status 1.1.28
18447 configured by $0, generated by GNU Autoconf 2.64,
18448 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18450 Copyright (C) 2009 Free Software Foundation, Inc.
18451 This config.status script is free software; the Free Software Foundation
18452 gives unlimited permission to copy, distribute and modify it."
18454 ac_pwd='$ac_pwd'
18455 srcdir='$srcdir'
18456 INSTALL='$INSTALL'
18457 test -n "\$AWK" || AWK=awk
18458 _ACEOF
18460 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18461 # The default lists apply if the user does not specify any file.
18462 ac_need_defaults=:
18463 while test $# != 0
18465 case $1 in
18466 --*=*)
18467 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18468 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18469 ac_shift=:
18472 ac_option=$1
18473 ac_optarg=$2
18474 ac_shift=shift
18476 esac
18478 case $ac_option in
18479 # Handling of the options.
18480 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18481 ac_cs_recheck=: ;;
18482 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18483 $as_echo "$ac_cs_version"; exit ;;
18484 --debug | --debu | --deb | --de | --d | -d )
18485 debug=: ;;
18486 --file | --fil | --fi | --f )
18487 $ac_shift
18488 case $ac_optarg in
18489 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18490 esac
18491 as_fn_append CONFIG_FILES " '$ac_optarg'"
18492 ac_need_defaults=false;;
18493 --header | --heade | --head | --hea )
18494 $ac_shift
18495 case $ac_optarg in
18496 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18497 esac
18498 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18499 ac_need_defaults=false;;
18500 --he | --h)
18501 # Conflict between --help and --header
18502 as_fn_error "ambiguous option: \`$1'
18503 Try \`$0 --help' for more information.";;
18504 --help | --hel | -h )
18505 $as_echo "$ac_cs_usage"; exit ;;
18506 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18507 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18508 ac_cs_silent=: ;;
18510 # This is an error.
18511 -*) as_fn_error "unrecognized option: \`$1'
18512 Try \`$0 --help' for more information." ;;
18514 *) as_fn_append ac_config_targets " $1"
18515 ac_need_defaults=false ;;
18517 esac
18518 shift
18519 done
18521 ac_configure_extra_args=
18523 if $ac_cs_silent; then
18524 exec 6>/dev/null
18525 ac_configure_extra_args="$ac_configure_extra_args --silent"
18528 _ACEOF
18529 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18530 if \$ac_cs_recheck; then
18531 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18532 shift
18533 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18534 CONFIG_SHELL='$SHELL'
18535 export CONFIG_SHELL
18536 exec "\$@"
18539 _ACEOF
18540 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18541 exec 5>>config.log
18543 echo
18544 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18545 ## Running $as_me. ##
18546 _ASBOX
18547 $as_echo "$ac_log"
18548 } >&5
18550 _ACEOF
18551 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18552 _ACEOF
18554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18556 # Handling of arguments.
18557 for ac_config_target in $ac_config_targets
18559 case $ac_config_target in
18560 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18561 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18562 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18563 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18564 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18565 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18566 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18567 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18568 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18569 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18570 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18571 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18572 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18573 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18574 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18575 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18576 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18577 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18578 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18579 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18580 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18581 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18582 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18583 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18584 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18585 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18586 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18587 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18588 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18589 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18590 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18591 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18592 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18593 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18594 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18595 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18596 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18597 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18598 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18599 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18600 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18601 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18602 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18603 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18604 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18605 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18606 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18607 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18608 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18609 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18610 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18611 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18612 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18613 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18614 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18615 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18616 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18617 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18618 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18619 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18620 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18621 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18622 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18623 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18624 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18625 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18626 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18627 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18628 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18629 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18630 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18631 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18632 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18633 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18634 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18635 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18636 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18637 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18638 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18639 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18640 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18641 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18642 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18643 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18644 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18645 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18646 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18647 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18648 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18649 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18650 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18651 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18652 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18653 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18654 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18655 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18656 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18657 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18658 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18659 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18660 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18661 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18662 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18663 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18664 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18665 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18666 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18667 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18668 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18669 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18670 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18671 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18672 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18673 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18674 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18675 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18676 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18677 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18678 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18679 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18680 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18681 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18682 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18683 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18684 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18685 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18686 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18687 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18688 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18689 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18690 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18691 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18692 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18693 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18694 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18695 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18696 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18697 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18698 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18699 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18700 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18701 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18702 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18703 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18704 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18705 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18706 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18707 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18708 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18709 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18710 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18711 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18712 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18713 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18714 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18715 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18716 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18717 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18718 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18719 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18720 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18721 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18722 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18723 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18724 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18725 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18726 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18727 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18728 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18729 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18730 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18731 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18732 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18733 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18734 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18735 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18736 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18737 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18738 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18739 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18740 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18741 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18742 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18743 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18744 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18745 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18746 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18747 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18748 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18749 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18750 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18751 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18752 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18753 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18754 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18755 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18756 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18757 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18758 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18759 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18760 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18761 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18762 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18763 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18764 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18765 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18766 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18767 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18768 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18769 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18770 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18771 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18772 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18773 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18774 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18775 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18776 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18777 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18778 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18779 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18780 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18781 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18782 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18783 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18784 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18785 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18786 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18787 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18788 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18789 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18790 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18791 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18792 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18793 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18794 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18795 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18796 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18797 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18798 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18799 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18800 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18801 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18802 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18803 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18804 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18805 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18806 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18807 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18808 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18809 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18810 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18811 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18812 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18813 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18814 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18815 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18816 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18817 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18818 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18819 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18820 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18821 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18822 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18823 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18824 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18825 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18826 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18827 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18828 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18829 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18830 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18831 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18832 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18833 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18834 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18835 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18836 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18837 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18838 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18839 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18840 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18841 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18842 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18843 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18844 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18845 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18846 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18847 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18848 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18849 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18850 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18851 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18852 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18853 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18854 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18855 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18856 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18857 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18858 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18859 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18860 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18861 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18862 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18863 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18864 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18865 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18866 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18867 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18868 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18869 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18870 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18871 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18872 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18873 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18874 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18875 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18876 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18877 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18878 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18879 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18880 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18881 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18882 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18883 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18884 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18885 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18886 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18887 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18888 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18889 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18890 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18891 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18892 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18893 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18894 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18895 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18896 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18897 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18898 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18899 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18900 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18901 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18902 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18903 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18904 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18905 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18906 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18907 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18908 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18909 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18910 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18911 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18912 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18913 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18914 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18915 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18916 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18917 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18918 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18919 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18920 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18921 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18922 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18923 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18924 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18925 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18926 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18927 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18928 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18929 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18930 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18931 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18932 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18933 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18934 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18935 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18936 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18937 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18938 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18939 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18940 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18941 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18942 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18943 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18944 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18945 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18946 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18947 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18948 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18949 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18950 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18951 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18952 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18953 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18954 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18955 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18956 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18957 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18958 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18959 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18960 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18961 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18962 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18963 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18964 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18965 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18966 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18967 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18968 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18969 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18970 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18971 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18972 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18973 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18974 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18975 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18976 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18977 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18978 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18979 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18980 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18981 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18982 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18983 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18984 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18985 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18986 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18987 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18988 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18989 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18990 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18991 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18992 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18993 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18994 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18995 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18996 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18997 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18998 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18999 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19000 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19001 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19002 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19003 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
19004 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
19005 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
19006 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
19007 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19008 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19009 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19010 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19011 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19012 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19013 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19014 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19015 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19016 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19017 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19018 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19019 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19020 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19021 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19022 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19023 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19024 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19025 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19026 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19027 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19028 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19029 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19030 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19031 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19032 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19033 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19034 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19035 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19036 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19037 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19038 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19039 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19040 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19041 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19042 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19043 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19044 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19045 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19046 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19047 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19048 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19049 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19050 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19051 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19052 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19053 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19054 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19055 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19056 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19057 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19058 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19059 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19060 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19061 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19062 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19063 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19064 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19065 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19066 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19067 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19068 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19069 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19070 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19071 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19072 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19073 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19074 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19075 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19076 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19077 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19078 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19079 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19081 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19082 esac
19083 done
19086 # If the user did not use the arguments to specify the items to instantiate,
19087 # then the envvar interface is used. Set only those that are not.
19088 # We use the long form for the default assignment because of an extremely
19089 # bizarre bug on SunOS 4.1.3.
19090 if $ac_need_defaults; then
19091 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19092 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19093 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19096 # Have a temporary directory for convenience. Make it in the build tree
19097 # simply because there is no reason against having it here, and in addition,
19098 # creating and moving files from /tmp can sometimes cause problems.
19099 # Hook for its removal unless debugging.
19100 # Note that there is a small window in which the directory will not be cleaned:
19101 # after its creation but before its name has been assigned to `$tmp'.
19102 $debug ||
19104 tmp=
19105 trap 'exit_status=$?
19106 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19108 trap 'as_fn_exit 1' 1 2 13 15
19110 # Create a (secure) tmp directory for tmp files.
19113 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19114 test -n "$tmp" && test -d "$tmp"
19115 } ||
19117 tmp=./conf$$-$RANDOM
19118 (umask 077 && mkdir "$tmp")
19119 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19121 # Set up the scripts for CONFIG_FILES section.
19122 # No need to generate them if there are no CONFIG_FILES.
19123 # This happens for instance with `./config.status config.h'.
19124 if test -n "$CONFIG_FILES"; then
19126 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19127 ac_cs_awk_getline=:
19128 ac_cs_awk_pipe_init=
19129 ac_cs_awk_read_file='
19130 while ((getline aline < (F[key])) > 0)
19131 print(aline)
19132 close(F[key])'
19133 ac_cs_awk_pipe_fini=
19134 else
19135 ac_cs_awk_getline=false
19136 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19137 ac_cs_awk_read_file='
19138 print "|#_!!_#|"
19139 print "cat " F[key] " &&"
19140 '$ac_cs_awk_pipe_init
19141 # The final `:' finishes the AND list.
19142 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19144 ac_cr=`echo X | tr X '\015'`
19145 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19146 # But we know of no other shell where ac_cr would be empty at this
19147 # point, so we can use a bashism as a fallback.
19148 if test "x$ac_cr" = x; then
19149 eval ac_cr=\$\'\\r\'
19151 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19152 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19153 ac_cs_awk_cr='\r'
19154 else
19155 ac_cs_awk_cr=$ac_cr
19158 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19159 _ACEOF
19161 # Create commands to substitute file output variables.
19163 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19164 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19165 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19166 echo "_ACAWK" &&
19167 echo "_ACEOF"
19168 } >conf$$files.sh &&
19169 . ./conf$$files.sh ||
19170 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19171 rm -f conf$$files.sh
19174 echo "cat >conf$$subs.awk <<_ACEOF" &&
19175 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19176 echo "_ACEOF"
19177 } >conf$$subs.sh ||
19178 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19179 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19180 ac_delim='%!_!# '
19181 for ac_last_try in false false false false false :; do
19182 . ./conf$$subs.sh ||
19183 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19185 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19186 if test $ac_delim_n = $ac_delim_num; then
19187 break
19188 elif $ac_last_try; then
19189 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19190 else
19191 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19193 done
19194 rm -f conf$$subs.sh
19196 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19197 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19198 _ACEOF
19199 sed -n '
19201 s/^/S["/; s/!.*/"]=/
19204 s/^[^!]*!//
19205 :repl
19206 t repl
19207 s/'"$ac_delim"'$//
19208 t delim
19211 s/\(.\{148\}\).*/\1/
19212 t more1
19213 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19216 b repl
19217 :more1
19218 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19221 s/.\{148\}//
19222 t nl
19223 :delim
19225 s/\(.\{148\}\).*/\1/
19226 t more2
19227 s/["\\]/\\&/g; s/^/"/; s/$/"/
19230 :more2
19231 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19234 s/.\{148\}//
19235 t delim
19236 ' <conf$$subs.awk | sed '
19237 /^[^""]/{
19239 s/\n//
19241 ' >>$CONFIG_STATUS || ac_write_fail=1
19242 rm -f conf$$subs.awk
19243 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19244 _ACAWK
19245 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19246 for (key in S) S_is_set[key] = 1
19247 FS = "\a"
19248 \$ac_cs_awk_pipe_init
19251 line = $ 0
19252 nfields = split(line, field, "@")
19253 substed = 0
19254 len = length(field[1])
19255 for (i = 2; i < nfields; i++) {
19256 key = field[i]
19257 keylen = length(key)
19258 if (S_is_set[key]) {
19259 value = S[key]
19260 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19261 len += length(value) + length(field[++i])
19262 substed = 1
19263 } else
19264 len += 1 + keylen
19266 if (nfields == 3 && !substed) {
19267 key = field[2]
19268 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19269 \$ac_cs_awk_read_file
19270 next
19273 print line
19275 \$ac_cs_awk_pipe_fini
19276 _ACAWK
19277 _ACEOF
19278 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19279 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19280 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19281 else
19283 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19284 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19285 _ACEOF
19287 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19288 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19289 # trailing colons and then remove the whole line if VPATH becomes empty
19290 # (actually we leave an empty line to preserve line numbers).
19291 if test "x$srcdir" = x.; then
19292 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19293 s/:*\$(srcdir):*/:/
19294 s/:*\${srcdir}:*/:/
19295 s/:*@srcdir@:*/:/
19296 s/^\([^=]*=[ ]*\):*/\1/
19297 s/:*$//
19298 s/^[^=]*=[ ]*$//
19302 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19303 fi # test -n "$CONFIG_FILES"
19305 # Set up the scripts for CONFIG_HEADERS section.
19306 # No need to generate them if there are no CONFIG_HEADERS.
19307 # This happens for instance with `./config.status Makefile'.
19308 if test -n "$CONFIG_HEADERS"; then
19309 cat >"$tmp/defines.awk" <<\_ACAWK ||
19310 BEGIN {
19311 _ACEOF
19313 # Transform confdefs.h into an awk script `defines.awk', embedded as
19314 # here-document in config.status, that substitutes the proper values into
19315 # config.h.in to produce config.h.
19317 # Create a delimiter string that does not exist in confdefs.h, to ease
19318 # handling of long lines.
19319 ac_delim='%!_!# '
19320 for ac_last_try in false false :; do
19321 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19322 if test -z "$ac_t"; then
19323 break
19324 elif $ac_last_try; then
19325 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19326 else
19327 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19329 done
19331 # For the awk script, D is an array of macro values keyed by name,
19332 # likewise P contains macro parameters if any. Preserve backslash
19333 # newline sequences.
19335 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19336 sed -n '
19337 s/.\{148\}/&'"$ac_delim"'/g
19338 t rset
19339 :rset
19340 s/^[ ]*#[ ]*define[ ][ ]*/ /
19341 t def
19343 :def
19344 s/\\$//
19345 t bsnl
19346 s/["\\]/\\&/g
19347 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19348 D["\1"]=" \3"/p
19349 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19351 :bsnl
19352 s/["\\]/\\&/g
19353 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19354 D["\1"]=" \3\\\\\\n"\\/p
19355 t cont
19356 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19357 t cont
19359 :cont
19361 s/.\{148\}/&'"$ac_delim"'/g
19362 t clear
19363 :clear
19364 s/\\$//
19365 t bsnlc
19366 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19368 :bsnlc
19369 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19370 b cont
19371 ' <confdefs.h | sed '
19372 s/'"$ac_delim"'/"\\\
19373 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19376 for (key in D) D_is_set[key] = 1
19377 FS = "\a"
19379 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19380 line = \$ 0
19381 split(line, arg, " ")
19382 if (arg[1] == "#") {
19383 defundef = arg[2]
19384 mac1 = arg[3]
19385 } else {
19386 defundef = substr(arg[1], 2)
19387 mac1 = arg[2]
19389 split(mac1, mac2, "(") #)
19390 macro = mac2[1]
19391 prefix = substr(line, 1, index(line, defundef) - 1)
19392 if (D_is_set[macro]) {
19393 # Preserve the white space surrounding the "#".
19394 print prefix "define", macro P[macro] D[macro]
19395 next
19396 } else {
19397 # Replace #undef with comments. This is necessary, for example,
19398 # in the case of _POSIX_SOURCE, which is predefined and required
19399 # on some systems where configure will not decide to define it.
19400 if (defundef == "undef") {
19401 print "/*", prefix defundef, macro, "*/"
19402 next
19406 { print }
19407 _ACAWK
19408 _ACEOF
19409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19410 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19411 fi # test -n "$CONFIG_HEADERS"
19414 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19415 shift
19416 for ac_tag
19418 case $ac_tag in
19419 :[FHLC]) ac_mode=$ac_tag; continue;;
19420 esac
19421 case $ac_mode$ac_tag in
19422 :[FHL]*:*);;
19423 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19424 :[FH]-) ac_tag=-:-;;
19425 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19426 esac
19427 ac_save_IFS=$IFS
19428 IFS=:
19429 set x $ac_tag
19430 IFS=$ac_save_IFS
19431 shift
19432 ac_file=$1
19433 shift
19435 case $ac_mode in
19436 :L) ac_source=$1;;
19437 :[FH])
19438 ac_file_inputs=
19439 for ac_f
19441 case $ac_f in
19442 -) ac_f="$tmp/stdin";;
19443 *) # Look for the file first in the build tree, then in the source tree
19444 # (if the path is not absolute). The absolute path cannot be DOS-style,
19445 # because $ac_f cannot contain `:'.
19446 test -f "$ac_f" ||
19447 case $ac_f in
19448 [\\/$]*) false;;
19449 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19450 esac ||
19451 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19452 esac
19453 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19454 as_fn_append ac_file_inputs " '$ac_f'"
19455 done
19457 # Let's still pretend it is `configure' which instantiates (i.e., don't
19458 # use $as_me), people would be surprised to read:
19459 # /* config.h. Generated by config.status. */
19460 configure_input='Generated from '`
19461 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19462 `' by configure.'
19463 if test x"$ac_file" != x-; then
19464 configure_input="$ac_file. $configure_input"
19465 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19466 $as_echo "$as_me: creating $ac_file" >&6;}
19468 # Neutralize special characters interpreted by sed in replacement strings.
19469 case $configure_input in #(
19470 *\&* | *\|* | *\\* )
19471 ac_sed_conf_input=`$as_echo "$configure_input" |
19472 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19473 *) ac_sed_conf_input=$configure_input;;
19474 esac
19476 case $ac_tag in
19477 *:-:* | *:-) cat >"$tmp/stdin" \
19478 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19479 esac
19481 esac
19483 ac_dir=`$as_dirname -- "$ac_file" ||
19484 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19485 X"$ac_file" : 'X\(//\)[^/]' \| \
19486 X"$ac_file" : 'X\(//\)$' \| \
19487 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19488 $as_echo X"$ac_file" |
19489 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19490 s//\1/
19493 /^X\(\/\/\)[^/].*/{
19494 s//\1/
19497 /^X\(\/\/\)$/{
19498 s//\1/
19501 /^X\(\/\).*/{
19502 s//\1/
19505 s/.*/./; q'`
19506 as_dir="$ac_dir"; as_fn_mkdir_p
19507 ac_builddir=.
19509 case "$ac_dir" in
19510 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19512 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19513 # A ".." for each directory in $ac_dir_suffix.
19514 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19515 case $ac_top_builddir_sub in
19516 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19517 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19518 esac ;;
19519 esac
19520 ac_abs_top_builddir=$ac_pwd
19521 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19522 # for backward compatibility:
19523 ac_top_builddir=$ac_top_build_prefix
19525 case $srcdir in
19526 .) # We are building in place.
19527 ac_srcdir=.
19528 ac_top_srcdir=$ac_top_builddir_sub
19529 ac_abs_top_srcdir=$ac_pwd ;;
19530 [\\/]* | ?:[\\/]* ) # Absolute name.
19531 ac_srcdir=$srcdir$ac_dir_suffix;
19532 ac_top_srcdir=$srcdir
19533 ac_abs_top_srcdir=$srcdir ;;
19534 *) # Relative name.
19535 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19536 ac_top_srcdir=$ac_top_build_prefix$srcdir
19537 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19538 esac
19539 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19542 case $ac_mode in
19545 # CONFIG_FILE
19548 case $INSTALL in
19549 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19550 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19551 esac
19552 _ACEOF
19554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19555 # If the template does not know about datarootdir, expand it.
19556 # FIXME: This hack should be removed a few years after 2.60.
19557 ac_datarootdir_hack=; ac_datarootdir_seen=
19558 ac_sed_dataroot='
19559 /datarootdir/ {
19563 /@datadir@/p
19564 /@docdir@/p
19565 /@infodir@/p
19566 /@localedir@/p
19567 /@mandir@/p'
19568 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19569 *datarootdir*) ac_datarootdir_seen=yes;;
19570 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19572 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19573 _ACEOF
19574 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19575 ac_datarootdir_hack='
19576 s&@datadir@&$datadir&g
19577 s&@docdir@&$docdir&g
19578 s&@infodir@&$infodir&g
19579 s&@localedir@&$localedir&g
19580 s&@mandir@&$mandir&g
19581 s&\\\${datarootdir}&$datarootdir&g' ;;
19582 esac
19583 _ACEOF
19585 # Neutralize VPATH when `$srcdir' = `.'.
19586 # Shell code in configure.ac might set extrasub.
19587 # FIXME: do we really want to maintain this feature?
19588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19589 ac_sed_extra="$ac_vpsub
19590 $extrasub
19591 _ACEOF
19592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19594 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19595 s|@configure_input@|$ac_sed_conf_input|;t t
19596 s&@top_builddir@&$ac_top_builddir_sub&;t t
19597 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19598 s&@srcdir@&$ac_srcdir&;t t
19599 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19600 s&@top_srcdir@&$ac_top_srcdir&;t t
19601 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19602 s&@builddir@&$ac_builddir&;t t
19603 s&@abs_builddir@&$ac_abs_builddir&;t t
19604 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19605 s&@INSTALL@&$ac_INSTALL&;t t
19606 $ac_datarootdir_hack
19608 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19609 if $ac_cs_awk_getline; then
19610 $AWK -f "$tmp/subs.awk"
19611 else
19612 $AWK -f "$tmp/subs.awk" | $SHELL
19613 fi >$tmp/out \
19614 || as_fn_error "could not create $ac_file" "$LINENO" 5
19616 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19617 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19618 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19620 which seems to be undefined. Please make sure it is defined." >&5
19621 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19622 which seems to be undefined. Please make sure it is defined." >&2;}
19624 rm -f "$tmp/stdin"
19625 case $ac_file in
19626 -) cat "$tmp/out" && rm -f "$tmp/out";;
19627 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19628 esac \
19629 || as_fn_error "could not create $ac_file" "$LINENO" 5
19633 # CONFIG_HEADER
19635 if test x"$ac_file" != x-; then
19637 $as_echo "/* $configure_input */" \
19638 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19639 } >"$tmp/config.h" \
19640 || as_fn_error "could not create $ac_file" "$LINENO" 5
19641 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19642 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19643 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19644 else
19645 rm -f "$ac_file"
19646 mv "$tmp/config.h" "$ac_file" \
19647 || as_fn_error "could not create $ac_file" "$LINENO" 5
19649 else
19650 $as_echo "/* $configure_input */" \
19651 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19652 || as_fn_error "could not create -" "$LINENO" 5
19656 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19657 $as_echo "$as_me: executing $ac_file commands" >&6;}
19659 esac
19662 case $ac_file$ac_mode in
19663 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19664 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19665 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19666 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19667 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19668 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19669 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19670 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19671 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19672 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19673 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19674 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19675 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19677 esac
19678 done # for ac_tag
19681 as_fn_exit 0
19682 _ACEOF
19683 ac_clean_files=$ac_clean_files_save
19685 test $ac_write_fail = 0 ||
19686 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19689 # configure is writing to config.log, and then calls config.status.
19690 # config.status does its own redirection, appending to config.log.
19691 # Unfortunately, on DOS this fails, as config.log is still kept open
19692 # by configure, so config.status won't be able to write to it; its
19693 # output is simply discarded. So we exec the FD to /dev/null,
19694 # effectively closing config.log, so it can be properly (re)opened and
19695 # appended to by config.status. When coming back to configure, we
19696 # need to make the FD available again.
19697 if test "$no_create" != yes; then
19698 ac_cs_success=:
19699 ac_config_status_args=
19700 test "$silent" = yes &&
19701 ac_config_status_args="$ac_config_status_args --quiet"
19702 exec 5>/dev/null
19703 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19704 exec 5>>config.log
19705 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19706 # would make configure fail if this is the last instruction.
19707 $ac_cs_success || as_fn_exit $?
19709 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19711 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19715 if test "$no_create" = "yes"
19716 then
19717 exit 0
19720 ac_save_IFS="$IFS"
19721 if test "x$wine_notices != "x; then
19722 echo >&6
19723 IFS="|"
19724 for msg in $wine_notices; do
19725 IFS="$ac_save_IFS"
19726 if test -n "$msg"; then
19727 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19728 $as_echo "$as_me: $msg" >&6;}
19730 done
19732 IFS="|"
19733 for msg in $wine_warnings; do
19734 IFS="$ac_save_IFS"
19735 if test -n "$msg"; then
19736 echo >&2
19737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19738 $as_echo "$as_me: WARNING: $msg" >&2;}
19740 done
19741 IFS="$ac_save_IFS"
19743 echo "
19744 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19745 " >&6