regedit: Italian translation update.
[wine.git] / configure
blob1c42c9eaa3fc33a728f51bc9e628b6f39803b772
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 LDPATH
616 BUILTINFLAG
617 EXTRACFLAGS
618 LIBKSTAT
619 LIBMPG123
620 PNGINCL
621 FONTCONFIGINCL
622 CUPSINCL
623 AUDIOIOLIBS
624 ALSALIBS
625 ESDLIBS
626 ESDINCL
627 ESDCONFIG
628 ZLIB
629 FREETYPEINCL
630 FREETYPELIBS
631 ft_devel
632 LCMSLIBS
633 RESOLVLIBS
634 GPHOTO2INCL
635 GPHOTO2LIBS
636 gphoto2port_devel
637 gphoto2_devel
638 SANEINCL
639 sane_devel
640 GNUTLSINCL
641 HALINCL
642 XSLTINCL
643 XML2INCL
644 XML2LIBS
645 NASLIBS
646 X_EXTRA_LIBS
647 X_LIBS
648 X_PRE_LIBS
649 X_CFLAGS
650 XMKMF
651 LIBPTHREAD
652 CROSSTARGETFLAGS
653 CROSSTEST
654 CROSSCC
655 CARBONLIB
656 COREAUDIO
657 DISKARBITRATIONLIB
658 LDEXECFLAGS
659 IOKITLIB
660 COREFOUNDATIONLIB
661 SECURITYLIB
662 MINGWAR
663 DLLWRAP
664 DLLTOOL
666 LDRPATH_LOCAL
667 LDRPATH_INSTALL
668 IMPLIBEXT
669 LIBEXT
670 LDDLLFLAGS
671 LDSHARED
672 DLLFLAGS
673 DLLEXT
675 OPENGL_LIBS
676 XLIB
677 PRELINK
678 ICOTOOL
679 RSVG
680 PKG_CONFIG
681 FONTFORGE
682 LINTFLAGS
683 LINT
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 LDCONFIG
688 EGREP
689 GREP
691 LN_S
692 STRIP
693 RANLIB
694 ARFLAGS
695 ac_ct_AR
697 BISON
698 FLEX
699 TOOLSDIR
700 WOW64_DISABLE
701 WIN16_INSTALL
702 WIN16_FILES
703 TARGETFLAGS
704 CPPBIN
705 ac_ct_CXX
706 CXXFLAGS
708 OBJEXT
709 EXEEXT
710 ac_ct_CC
711 CPPFLAGS
712 LDFLAGS
713 CFLAGS
715 SET_MAKE
716 host_os
717 host_vendor
718 host_cpu
719 host
720 build_os
721 build_vendor
722 build_cpu
723 build
724 MAINTAINER_MODE
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files='MAKE_RULES
764 MAKE_DLL_RULES
765 MAKE_IMPLIB_RULES
766 MAKE_TEST_RULES
767 MAKE_PROG_RULES'
768 ac_user_opts='
769 enable_option_checking
770 enable_win16
771 enable_win64
772 enable_tests
773 enable_maintainer_mode
774 with_alsa
775 with_audioio
776 with_capi
777 with_cms
778 with_coreaudio
779 with_cups
780 with_curses
781 with_esd
782 with_fontconfig
783 with_freetype
784 with_gphoto
785 with_glu
786 with_gnutls
787 with_gsm
788 with_hal
789 with_jack
790 with_jpeg
791 with_ldap
792 with_mpg123
793 with_nas
794 with_opengl
795 with_openssl
796 with_oss
797 with_png
798 with_pthread
799 with_sane
800 with_xcomposite
801 with_xcursor
802 with_xinerama
803 with_xinput
804 with_xml
805 with_xrandr
806 with_xrender
807 with_xshape
808 with_xshm
809 with_xslt
810 with_xxf86vm
811 with_wine_tools
812 with_wine64
813 enable_largefile
814 with_x
816 ac_precious_vars='build_alias
817 host_alias
818 target_alias
820 CFLAGS
821 LDFLAGS
822 LIBS
823 CPPFLAGS
825 CXXFLAGS
828 XMKMF'
831 # Initialize some variables set by options.
832 ac_init_help=
833 ac_init_version=false
834 ac_unrecognized_opts=
835 ac_unrecognized_sep=
836 # The variables have the same names as the options, with
837 # dashes changed to underlines.
838 cache_file=/dev/null
839 exec_prefix=NONE
840 no_create=
841 no_recursion=
842 prefix=NONE
843 program_prefix=NONE
844 program_suffix=NONE
845 program_transform_name=s,x,x,
846 silent=
847 site=
848 srcdir=
849 verbose=
850 x_includes=NONE
851 x_libraries=NONE
853 # Installation directory options.
854 # These are left unexpanded so users can "make install exec_prefix=/foo"
855 # and all the variables that are supposed to be based on exec_prefix
856 # by default will actually change.
857 # Use braces instead of parens because sh, perl, etc. also accept them.
858 # (The list follows the same order as the GNU Coding Standards.)
859 bindir='${exec_prefix}/bin'
860 sbindir='${exec_prefix}/sbin'
861 libexecdir='${exec_prefix}/libexec'
862 datarootdir='${prefix}/share'
863 datadir='${datarootdir}'
864 sysconfdir='${prefix}/etc'
865 sharedstatedir='${prefix}/com'
866 localstatedir='${prefix}/var'
867 includedir='${prefix}/include'
868 oldincludedir='/usr/include'
869 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
870 infodir='${datarootdir}/info'
871 htmldir='${docdir}'
872 dvidir='${docdir}'
873 pdfdir='${docdir}'
874 psdir='${docdir}'
875 libdir='${exec_prefix}/lib'
876 localedir='${datarootdir}/locale'
877 mandir='${datarootdir}/man'
879 ac_prev=
880 ac_dashdash=
881 for ac_option
883 # If the previous option needs an argument, assign it.
884 if test -n "$ac_prev"; then
885 eval $ac_prev=\$ac_option
886 ac_prev=
887 continue
890 case $ac_option in
891 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
892 *) ac_optarg=yes ;;
893 esac
895 # Accept the important Cygnus configure options, so we can diagnose typos.
897 case $ac_dashdash$ac_option in
899 ac_dashdash=yes ;;
901 -bindir | --bindir | --bindi | --bind | --bin | --bi)
902 ac_prev=bindir ;;
903 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
904 bindir=$ac_optarg ;;
906 -build | --build | --buil | --bui | --bu)
907 ac_prev=build_alias ;;
908 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
909 build_alias=$ac_optarg ;;
911 -cache-file | --cache-file | --cache-fil | --cache-fi \
912 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
913 ac_prev=cache_file ;;
914 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
915 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
916 cache_file=$ac_optarg ;;
918 --config-cache | -C)
919 cache_file=config.cache ;;
921 -datadir | --datadir | --datadi | --datad)
922 ac_prev=datadir ;;
923 -datadir=* | --datadir=* | --datadi=* | --datad=*)
924 datadir=$ac_optarg ;;
926 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
927 | --dataroo | --dataro | --datar)
928 ac_prev=datarootdir ;;
929 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
930 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
931 datarootdir=$ac_optarg ;;
933 -disable-* | --disable-*)
934 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
935 # Reject names that are not valid shell variable names.
936 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
937 as_fn_error "invalid feature name: $ac_useropt"
938 ac_useropt_orig=$ac_useropt
939 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
940 case $ac_user_opts in
942 "enable_$ac_useropt"
943 "*) ;;
944 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
945 ac_unrecognized_sep=', ';;
946 esac
947 eval enable_$ac_useropt=no ;;
949 -docdir | --docdir | --docdi | --doc | --do)
950 ac_prev=docdir ;;
951 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
952 docdir=$ac_optarg ;;
954 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
955 ac_prev=dvidir ;;
956 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
957 dvidir=$ac_optarg ;;
959 -enable-* | --enable-*)
960 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
961 # Reject names that are not valid shell variable names.
962 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
963 as_fn_error "invalid feature name: $ac_useropt"
964 ac_useropt_orig=$ac_useropt
965 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
966 case $ac_user_opts in
968 "enable_$ac_useropt"
969 "*) ;;
970 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
971 ac_unrecognized_sep=', ';;
972 esac
973 eval enable_$ac_useropt=\$ac_optarg ;;
975 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
976 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
977 | --exec | --exe | --ex)
978 ac_prev=exec_prefix ;;
979 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
980 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
981 | --exec=* | --exe=* | --ex=*)
982 exec_prefix=$ac_optarg ;;
984 -gas | --gas | --ga | --g)
985 # Obsolete; use --with-gas.
986 with_gas=yes ;;
988 -help | --help | --hel | --he | -h)
989 ac_init_help=long ;;
990 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
991 ac_init_help=recursive ;;
992 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
993 ac_init_help=short ;;
995 -host | --host | --hos | --ho)
996 ac_prev=host_alias ;;
997 -host=* | --host=* | --hos=* | --ho=*)
998 host_alias=$ac_optarg ;;
1000 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1001 ac_prev=htmldir ;;
1002 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1003 | --ht=*)
1004 htmldir=$ac_optarg ;;
1006 -includedir | --includedir | --includedi | --included | --include \
1007 | --includ | --inclu | --incl | --inc)
1008 ac_prev=includedir ;;
1009 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1010 | --includ=* | --inclu=* | --incl=* | --inc=*)
1011 includedir=$ac_optarg ;;
1013 -infodir | --infodir | --infodi | --infod | --info | --inf)
1014 ac_prev=infodir ;;
1015 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1016 infodir=$ac_optarg ;;
1018 -libdir | --libdir | --libdi | --libd)
1019 ac_prev=libdir ;;
1020 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1021 libdir=$ac_optarg ;;
1023 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1024 | --libexe | --libex | --libe)
1025 ac_prev=libexecdir ;;
1026 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1027 | --libexe=* | --libex=* | --libe=*)
1028 libexecdir=$ac_optarg ;;
1030 -localedir | --localedir | --localedi | --localed | --locale)
1031 ac_prev=localedir ;;
1032 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1033 localedir=$ac_optarg ;;
1035 -localstatedir | --localstatedir | --localstatedi | --localstated \
1036 | --localstate | --localstat | --localsta | --localst | --locals)
1037 ac_prev=localstatedir ;;
1038 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1039 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1040 localstatedir=$ac_optarg ;;
1042 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1043 ac_prev=mandir ;;
1044 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1045 mandir=$ac_optarg ;;
1047 -nfp | --nfp | --nf)
1048 # Obsolete; use --without-fp.
1049 with_fp=no ;;
1051 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1052 | --no-cr | --no-c | -n)
1053 no_create=yes ;;
1055 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1056 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1057 no_recursion=yes ;;
1059 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1060 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1061 | --oldin | --oldi | --old | --ol | --o)
1062 ac_prev=oldincludedir ;;
1063 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1064 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1065 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1066 oldincludedir=$ac_optarg ;;
1068 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1069 ac_prev=prefix ;;
1070 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1071 prefix=$ac_optarg ;;
1073 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1074 | --program-pre | --program-pr | --program-p)
1075 ac_prev=program_prefix ;;
1076 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1077 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1078 program_prefix=$ac_optarg ;;
1080 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1081 | --program-suf | --program-su | --program-s)
1082 ac_prev=program_suffix ;;
1083 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1084 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1085 program_suffix=$ac_optarg ;;
1087 -program-transform-name | --program-transform-name \
1088 | --program-transform-nam | --program-transform-na \
1089 | --program-transform-n | --program-transform- \
1090 | --program-transform | --program-transfor \
1091 | --program-transfo | --program-transf \
1092 | --program-trans | --program-tran \
1093 | --progr-tra | --program-tr | --program-t)
1094 ac_prev=program_transform_name ;;
1095 -program-transform-name=* | --program-transform-name=* \
1096 | --program-transform-nam=* | --program-transform-na=* \
1097 | --program-transform-n=* | --program-transform-=* \
1098 | --program-transform=* | --program-transfor=* \
1099 | --program-transfo=* | --program-transf=* \
1100 | --program-trans=* | --program-tran=* \
1101 | --progr-tra=* | --program-tr=* | --program-t=*)
1102 program_transform_name=$ac_optarg ;;
1104 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1105 ac_prev=pdfdir ;;
1106 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1107 pdfdir=$ac_optarg ;;
1109 -psdir | --psdir | --psdi | --psd | --ps)
1110 ac_prev=psdir ;;
1111 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1112 psdir=$ac_optarg ;;
1114 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1115 | -silent | --silent | --silen | --sile | --sil)
1116 silent=yes ;;
1118 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1119 ac_prev=sbindir ;;
1120 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1121 | --sbi=* | --sb=*)
1122 sbindir=$ac_optarg ;;
1124 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1125 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1126 | --sharedst | --shareds | --shared | --share | --shar \
1127 | --sha | --sh)
1128 ac_prev=sharedstatedir ;;
1129 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1130 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1131 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1132 | --sha=* | --sh=*)
1133 sharedstatedir=$ac_optarg ;;
1135 -site | --site | --sit)
1136 ac_prev=site ;;
1137 -site=* | --site=* | --sit=*)
1138 site=$ac_optarg ;;
1140 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1141 ac_prev=srcdir ;;
1142 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1143 srcdir=$ac_optarg ;;
1145 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1146 | --syscon | --sysco | --sysc | --sys | --sy)
1147 ac_prev=sysconfdir ;;
1148 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1149 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1150 sysconfdir=$ac_optarg ;;
1152 -target | --target | --targe | --targ | --tar | --ta | --t)
1153 ac_prev=target_alias ;;
1154 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1155 target_alias=$ac_optarg ;;
1157 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1158 verbose=yes ;;
1160 -version | --version | --versio | --versi | --vers | -V)
1161 ac_init_version=: ;;
1163 -with-* | --with-*)
1164 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167 as_fn_error "invalid package name: $ac_useropt"
1168 ac_useropt_orig=$ac_useropt
1169 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1172 "with_$ac_useropt"
1173 "*) ;;
1174 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1175 ac_unrecognized_sep=', ';;
1176 esac
1177 eval with_$ac_useropt=\$ac_optarg ;;
1179 -without-* | --without-*)
1180 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1188 "with_$ac_useropt"
1189 "*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1192 esac
1193 eval with_$ac_useropt=no ;;
1195 --x)
1196 # Obsolete; use --with-x.
1197 with_x=yes ;;
1199 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1200 | --x-incl | --x-inc | --x-in | --x-i)
1201 ac_prev=x_includes ;;
1202 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1203 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1204 x_includes=$ac_optarg ;;
1206 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1207 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1208 ac_prev=x_libraries ;;
1209 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1210 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1211 x_libraries=$ac_optarg ;;
1213 -*) as_fn_error "unrecognized option: \`$ac_option'
1214 Try \`$0 --help' for more information."
1217 *=*)
1218 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1219 # Reject names that are not valid shell variable names.
1220 case $ac_envvar in #(
1221 '' | [0-9]* | *[!_$as_cr_alnum]* )
1222 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1223 esac
1224 eval $ac_envvar=\$ac_optarg
1225 export $ac_envvar ;;
1228 # FIXME: should be removed in autoconf 3.0.
1229 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1230 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1231 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1232 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1235 esac
1236 done
1238 if test -n "$ac_prev"; then
1239 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1240 as_fn_error "missing argument to $ac_option"
1243 if test -n "$ac_unrecognized_opts"; then
1244 case $enable_option_checking in
1245 no) ;;
1246 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1247 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1248 esac
1251 # Check all directory arguments for consistency.
1252 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1253 datadir sysconfdir sharedstatedir localstatedir includedir \
1254 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1255 libdir localedir mandir
1257 eval ac_val=\$$ac_var
1258 # Remove trailing slashes.
1259 case $ac_val in
1260 */ )
1261 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1262 eval $ac_var=\$ac_val;;
1263 esac
1264 # Be sure to have absolute directory names.
1265 case $ac_val in
1266 [\\/$]* | ?:[\\/]* ) continue;;
1267 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1268 esac
1269 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1270 done
1272 # There might be people who depend on the old broken behavior: `$host'
1273 # used to hold the argument of --host etc.
1274 # FIXME: To remove some day.
1275 build=$build_alias
1276 host=$host_alias
1277 target=$target_alias
1279 # FIXME: To remove some day.
1280 if test "x$host_alias" != x; then
1281 if test "x$build_alias" = x; then
1282 cross_compiling=maybe
1283 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1284 If a cross compiler is detected then cross compile mode will be used." >&2
1285 elif test "x$build_alias" != "x$host_alias"; then
1286 cross_compiling=yes
1290 ac_tool_prefix=
1291 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1293 test "$silent" = yes && exec 6>/dev/null
1296 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297 ac_ls_di=`ls -di .` &&
1298 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1299 as_fn_error "working directory cannot be determined"
1300 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301 as_fn_error "pwd does not report name of working directory"
1304 # Find the source files, if location was not specified.
1305 if test -z "$srcdir"; then
1306 ac_srcdir_defaulted=yes
1307 # Try the directory containing this script, then the parent directory.
1308 ac_confdir=`$as_dirname -- "$as_myself" ||
1309 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310 X"$as_myself" : 'X\(//\)[^/]' \| \
1311 X"$as_myself" : 'X\(//\)$' \| \
1312 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313 $as_echo X"$as_myself" |
1314 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315 s//\1/
1318 /^X\(\/\/\)[^/].*/{
1319 s//\1/
1322 /^X\(\/\/\)$/{
1323 s//\1/
1326 /^X\(\/\).*/{
1327 s//\1/
1330 s/.*/./; q'`
1331 srcdir=$ac_confdir
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333 srcdir=..
1335 else
1336 ac_srcdir_defaulted=no
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1340 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1342 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1343 ac_abs_confdir=`(
1344 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1345 pwd)`
1346 # When building in place, set srcdir=.
1347 if test "$ac_abs_confdir" = "$ac_pwd"; then
1348 srcdir=.
1350 # Remove unnecessary trailing slashes from srcdir.
1351 # Double slashes in file names in object file debugging info
1352 # mess up M-x gdb in Emacs.
1353 case $srcdir in
1354 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1355 esac
1356 for ac_var in $ac_precious_vars; do
1357 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_env_${ac_var}_value=\$${ac_var}
1359 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361 done
1364 # Report the --help message.
1366 if test "$ac_init_help" = "long"; then
1367 # Omit some internal or obsolete options to make the list less imposing.
1368 # This message is too long to be a string in the A/UX 3.1 sh.
1369 cat <<_ACEOF
1370 \`configure' configures Wine 1.1.28 to adapt to many kinds of systems.
1372 Usage: $0 [OPTION]... [VAR=VALUE]...
1374 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375 VAR=VALUE. See below for descriptions of some of the useful variables.
1377 Defaults for the options are specified in brackets.
1379 Configuration:
1380 -h, --help display this help and exit
1381 --help=short display options specific to this package
1382 --help=recursive display the short help of all the included packages
1383 -V, --version display version information and exit
1384 -q, --quiet, --silent do not print \`checking...' messages
1385 --cache-file=FILE cache test results in FILE [disabled]
1386 -C, --config-cache alias for \`--cache-file=config.cache'
1387 -n, --no-create do not create output files
1388 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1390 Installation directories:
1391 --prefix=PREFIX install architecture-independent files in PREFIX
1392 [$ac_default_prefix]
1393 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1394 [PREFIX]
1396 By default, \`make install' will install all the files in
1397 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1398 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399 for instance \`--prefix=\$HOME'.
1401 For better control, use the options below.
1403 Fine tuning of the installation directories:
1404 --bindir=DIR user executables [EPREFIX/bin]
1405 --sbindir=DIR system admin executables [EPREFIX/sbin]
1406 --libexecdir=DIR program executables [EPREFIX/libexec]
1407 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1408 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1409 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1410 --libdir=DIR object code libraries [EPREFIX/lib]
1411 --includedir=DIR C header files [PREFIX/include]
1412 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1413 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1414 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1415 --infodir=DIR info documentation [DATAROOTDIR/info]
1416 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1417 --mandir=DIR man documentation [DATAROOTDIR/man]
1418 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1419 --htmldir=DIR html documentation [DOCDIR]
1420 --dvidir=DIR dvi documentation [DOCDIR]
1421 --pdfdir=DIR pdf documentation [DOCDIR]
1422 --psdir=DIR ps documentation [DOCDIR]
1423 _ACEOF
1425 cat <<\_ACEOF
1427 X features:
1428 --x-includes=DIR X include files are in DIR
1429 --x-libraries=DIR X library files are in DIR
1431 System types:
1432 --build=BUILD configure for building on BUILD [guessed]
1433 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1434 _ACEOF
1437 if test -n "$ac_init_help"; then
1438 case $ac_init_help in
1439 short | recursive ) echo "Configuration of Wine 1.1.28:";;
1440 esac
1441 cat <<\_ACEOF
1443 Optional Features:
1444 --disable-option-checking ignore unrecognized --enable/--with options
1445 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1446 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1447 --disable-win16 do not include Win16 support
1448 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1449 binaries)
1450 --disable-tests do not build the regression tests
1451 --enable-maintainer-mode
1452 enable maintainer-specific build rules
1453 --disable-largefile omit support for large files
1455 Optional Packages:
1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1458 --without-alsa do not use the Alsa sound support
1459 --without-audioio do not use the AudioIO sound support
1460 --without-capi do not use CAPI (ISDN support)
1461 --without-cms do not use CMS (color management support)
1462 --without-coreaudio do not use the CoreAudio sound support
1463 --without-cups do not use CUPS
1464 --without-curses do not use (n)curses
1465 --without-esd do not use the EsounD sound support
1466 --without-fontconfig do not use fontconfig
1467 --without-freetype do not use the FreeType library
1468 --without-gphoto do not use gphoto (Digital Camera support)
1469 --without-glu do not use the GLU library
1470 --without-gnutls do not use GnuTLS (schannel support)
1471 --without-gsm do not use libgsm (GSM 06.10 codec support)
1472 --without-hal do not use HAL (dynamic device support)
1473 --without-jack do not use the Jack sound support
1474 --without-jpeg do not use JPEG
1475 --without-ldap do not use LDAP
1476 --without-mpg123 do not use the mpg123 library
1477 --without-nas do not use the NAS sound support
1478 --without-opengl do not use OpenGL
1479 --without-openssl do not use OpenSSL
1480 --without-oss do not use the OSS sound support
1481 --without-png do not use PNG
1482 --without-pthread do not use the pthread library
1483 --without-sane do not use SANE (scanner support)
1484 --without-xcomposite do not use the Xcomposite extension
1485 --without-xcursor do not use the Xcursor extension
1486 --without-xinerama do not use Xinerama (multi-monitor support)
1487 --without-xinput do not use the Xinput extension
1488 --without-xml do not use XML
1489 --without-xrandr do not use Xrandr (resolution changes)
1490 --without-xrender do not use the Xrender extension
1491 --without-xshape do not use the Xshape extension
1492 --without-xshm do not use XShm (shared memory extension)
1493 --without-xslt do not use XSLT
1494 --without-xxf86vm do not use XFree video mode extension
1495 --with-wine-tools=DIR use Wine tools from directory DIR
1496 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1497 --with-x use the X Window System
1499 Some influential environment variables:
1500 CC C compiler command
1501 CFLAGS C compiler flags
1502 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1503 nonstandard directory <lib dir>
1504 LIBS libraries to pass to the linker, e.g. -l<library>
1505 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1506 you have headers in a nonstandard directory <include dir>
1507 CXX C++ compiler command
1508 CXXFLAGS C++ compiler flags
1509 CPP C preprocessor
1510 XMKMF Path to xmkmf, Makefile generator for X Window System
1512 Use these variables to override the choices made by `configure' or to help
1513 it to find libraries and programs with nonstandard names/locations.
1515 Report bugs to <wine-devel@winehq.org>.
1516 Wine home page: <http://www.winehq.org>.
1517 _ACEOF
1518 ac_status=$?
1521 if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
1523 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526 continue
1527 ac_builddir=.
1529 case "$ac_dir" in
1530 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538 esac ;;
1539 esac
1540 ac_abs_top_builddir=$ac_pwd
1541 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir=$ac_top_build_prefix
1545 case $srcdir in
1546 .) # We are building in place.
1547 ac_srcdir=.
1548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
1551 ac_srcdir=$srcdir$ac_dir_suffix;
1552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1554 *) # Relative name.
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1558 esac
1559 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1564 echo &&
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure" --help=recursive
1569 else
1570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1571 fi || ac_status=$?
1572 cd "$ac_pwd" || { ac_status=$?; break; }
1573 done
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1578 cat <<\_ACEOF
1579 Wine configure 1.1.28
1580 generated by GNU Autoconf 2.64
1582 Copyright (C) 2009 Free Software Foundation, Inc.
1583 This configure script is free software; the Free Software Foundation
1584 gives unlimited permission to copy, distribute and modify it.
1585 _ACEOF
1586 exit
1589 ## ------------------------ ##
1590 ## Autoconf initialization. ##
1591 ## ------------------------ ##
1593 # ac_fn_c_try_compile LINENO
1594 # --------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_compile ()
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1601 case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604 esac
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1619 ac_retval=0
1620 else
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1624 ac_retval=1
1626 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1627 return $ac_retval
1629 } # ac_fn_c_try_compile
1631 # ac_fn_cxx_try_compile LINENO
1632 # ----------------------------
1633 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_cxx_try_compile ()
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext
1638 if { { ac_try="$ac_compile"
1639 case "(($ac_try" in
1640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1642 esac
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_compile") 2>conftest.err
1646 ac_status=$?
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_cxx_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest.$ac_objext; then :
1657 ac_retval=0
1658 else
1659 $as_echo "$as_me: failed program was:" >&5
1660 sed 's/^/| /' conftest.$ac_ext >&5
1662 ac_retval=1
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665 return $ac_retval
1667 } # ac_fn_cxx_try_compile
1669 # ac_fn_c_try_link LINENO
1670 # -----------------------
1671 # Try to link conftest.$ac_ext, and return whether this succeeded.
1672 ac_fn_c_try_link ()
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 rm -f conftest.$ac_objext conftest$ac_exeext
1676 if { { ac_try="$ac_link"
1677 case "(($ac_try" in
1678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1680 esac
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_link") 2>conftest.err
1684 ac_status=$?
1685 if test -s conftest.err; then
1686 grep -v '^ *+' conftest.err >conftest.er1
1687 cat conftest.er1 >&5
1688 mv -f conftest.er1 conftest.err
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_c_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest$ac_exeext && {
1695 test "$cross_compiling" = yes ||
1696 $as_test_x conftest$ac_exeext
1697 }; then :
1698 ac_retval=0
1699 else
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1703 ac_retval=1
1705 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707 # interfere with the next link command; also delete a directory that is
1708 # left behind by Apple's compiler. We do this before executing the actions.
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711 return $ac_retval
1713 } # ac_fn_c_try_link
1715 # ac_fn_c_try_cpp LINENO
1716 # ----------------------
1717 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1718 ac_fn_c_try_cpp ()
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 if { { ac_try="$ac_cpp conftest.$ac_ext"
1722 case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725 esac
1726 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727 $as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1729 ac_status=$?
1730 if test -s conftest.err; then
1731 grep -v '^ *+' conftest.err >conftest.er1
1732 cat conftest.er1 >&5
1733 mv -f conftest.er1 conftest.err
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } >/dev/null && {
1737 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1738 test ! -s conftest.err
1739 }; then :
1740 ac_retval=0
1741 else
1742 $as_echo "$as_me: failed program was:" >&5
1743 sed 's/^/| /' conftest.$ac_ext >&5
1745 ac_retval=1
1747 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1748 return $ac_retval
1750 } # ac_fn_c_try_cpp
1752 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1753 # -------------------------------------------------------
1754 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1755 # the include files in INCLUDES and setting the cache variable VAR
1756 # accordingly.
1757 ac_fn_c_check_header_mongrel ()
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764 $as_echo_n "(cached) " >&6
1766 eval ac_res=\$$3
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1769 else
1770 # Is the header compilable?
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1772 $as_echo_n "checking $2 usability... " >&6; }
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h. */
1776 #include <$2>
1777 _ACEOF
1778 if ac_fn_c_try_compile "$LINENO"; then :
1779 ac_header_compiler=yes
1780 else
1781 ac_header_compiler=no
1783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1785 $as_echo "$ac_header_compiler" >&6; }
1787 # Is the header present?
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1789 $as_echo_n "checking $2 presence... " >&6; }
1790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1791 /* end confdefs.h. */
1792 #include <$2>
1793 _ACEOF
1794 if ac_fn_c_try_cpp "$LINENO"; then :
1795 ac_header_preproc=yes
1796 else
1797 ac_header_preproc=no
1799 rm -f conftest.err conftest.$ac_ext
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1801 $as_echo "$ac_header_preproc" >&6; }
1803 # So? What about this header?
1804 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1805 yes:no: )
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1807 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1809 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1811 no:yes:* )
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1813 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1815 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1817 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1819 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1821 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1822 ( cat <<\_ASBOX
1823 ## ------------------------------------ ##
1824 ## Report this to wine-devel@winehq.org ##
1825 ## ------------------------------------ ##
1826 _ASBOX
1827 ) | sed "s/^/$as_me: WARNING: /" >&2
1829 esac
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831 $as_echo_n "checking for $2... " >&6; }
1832 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1833 $as_echo_n "(cached) " >&6
1834 else
1835 eval "$3=\$ac_header_compiler"
1837 eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839 $as_echo "$ac_res" >&6; }
1841 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1843 } # ac_fn_c_check_header_mongrel
1845 # ac_fn_c_try_run LINENO
1846 # ----------------------
1847 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1848 # that executables *can* be run.
1849 ac_fn_c_try_run ()
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 if { { ac_try="$ac_link"
1853 case "(($ac_try" in
1854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1855 *) ac_try_echo=$ac_try;;
1856 esac
1857 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1858 $as_echo "$ac_try_echo"; } >&5
1859 (eval "$ac_link") 2>&5
1860 ac_status=$?
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1863 { { case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866 esac
1867 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868 $as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_try") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; }; }; then :
1873 ac_retval=0
1874 else
1875 $as_echo "$as_me: program exited with status $ac_status" >&5
1876 $as_echo "$as_me: failed program was:" >&5
1877 sed 's/^/| /' conftest.$ac_ext >&5
1879 ac_retval=$ac_status
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1883 return $ac_retval
1885 } # ac_fn_c_try_run
1887 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1888 # -------------------------------------------------------
1889 # Tests whether HEADER exists and can be compiled using the include files in
1890 # INCLUDES, setting the cache variable VAR accordingly.
1891 ac_fn_c_check_header_compile ()
1893 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895 $as_echo_n "checking for $2... " >&6; }
1896 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1897 $as_echo_n "(cached) " >&6
1898 else
1899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900 /* end confdefs.h. */
1902 #include <$2>
1903 _ACEOF
1904 if ac_fn_c_try_compile "$LINENO"; then :
1905 eval "$3=yes"
1906 else
1907 eval "$3=no"
1909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1911 eval ac_res=\$$3
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1913 $as_echo "$ac_res" >&6; }
1914 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1916 } # ac_fn_c_check_header_compile
1918 # ac_fn_c_check_func LINENO FUNC VAR
1919 # ----------------------------------
1920 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1921 ac_fn_c_check_func ()
1923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1925 $as_echo_n "checking for $2... " >&6; }
1926 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927 $as_echo_n "(cached) " >&6
1928 else
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930 /* end confdefs.h. */
1931 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1932 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1933 #define $2 innocuous_$2
1935 /* System header to define __stub macros and hopefully few prototypes,
1936 which can conflict with char $2 (); below.
1937 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1938 <limits.h> exists even on freestanding compilers. */
1940 #ifdef __STDC__
1941 # include <limits.h>
1942 #else
1943 # include <assert.h>
1944 #endif
1946 #undef $2
1948 /* Override any GCC internal prototype to avoid an error.
1949 Use char because int might match the return type of a GCC
1950 builtin and then its argument prototype would still apply. */
1951 #ifdef __cplusplus
1952 extern "C"
1953 #endif
1954 char $2 ();
1955 /* The GNU C library defines this for functions which it implements
1956 to always fail with ENOSYS. Some functions are actually named
1957 something starting with __ and the normal name is an alias. */
1958 #if defined __stub_$2 || defined __stub___$2
1959 choke me
1960 #endif
1963 main ()
1965 return $2 ();
1967 return 0;
1969 _ACEOF
1970 if ac_fn_c_try_link "$LINENO"; then :
1971 eval "$3=yes"
1972 else
1973 eval "$3=no"
1975 rm -f core conftest.err conftest.$ac_objext \
1976 conftest$ac_exeext conftest.$ac_ext
1978 eval ac_res=\$$3
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980 $as_echo "$ac_res" >&6; }
1981 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1983 } # ac_fn_c_check_func
1985 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1986 # ----------------------------------------------------
1987 # Tries to find if the field MEMBER exists in type AGGR, after including
1988 # INCLUDES, setting cache variable VAR accordingly.
1989 ac_fn_c_check_member ()
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1993 $as_echo_n "checking for $2.$3... " >&6; }
1994 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1995 $as_echo_n "(cached) " >&6
1996 else
1997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1998 /* end confdefs.h. */
2001 main ()
2003 static $2 ac_aggr;
2004 if (ac_aggr.$3)
2005 return 0;
2007 return 0;
2009 _ACEOF
2010 if ac_fn_c_try_compile "$LINENO"; then :
2011 eval "$4=yes"
2012 else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2017 main ()
2019 static $2 ac_aggr;
2020 if (sizeof ac_aggr.$3)
2021 return 0;
2023 return 0;
2025 _ACEOF
2026 if ac_fn_c_try_compile "$LINENO"; then :
2027 eval "$4=yes"
2028 else
2029 eval "$4=no"
2031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 eval ac_res=\$$4
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037 $as_echo "$ac_res" >&6; }
2038 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2040 } # ac_fn_c_check_member
2042 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2043 # -------------------------------------------
2044 # Tests whether TYPE exists after having included INCLUDES, setting cache
2045 # variable VAR accordingly.
2046 ac_fn_c_check_type ()
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2050 $as_echo_n "checking for $2... " >&6; }
2051 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2052 $as_echo_n "(cached) " >&6
2053 else
2054 eval "$3=no"
2055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2056 /* end confdefs.h. */
2059 main ()
2061 if (sizeof ($2))
2062 return 0;
2064 return 0;
2066 _ACEOF
2067 if ac_fn_c_try_compile "$LINENO"; then :
2068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069 /* end confdefs.h. */
2072 main ()
2074 if (sizeof (($2)))
2075 return 0;
2077 return 0;
2079 _ACEOF
2080 if ac_fn_c_try_compile "$LINENO"; then :
2082 else
2083 eval "$3=yes"
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 eval ac_res=\$$3
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2091 $as_echo "$ac_res" >&6; }
2092 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2094 } # ac_fn_c_check_type
2095 cat >config.log <<_ACEOF
2096 This file contains any messages produced by compilers while
2097 running configure, to aid debugging if configure makes a mistake.
2099 It was created by Wine $as_me 1.1.28, which was
2100 generated by GNU Autoconf 2.64. Invocation command line was
2102 $ $0 $@
2104 _ACEOF
2105 exec 5>>config.log
2107 cat <<_ASUNAME
2108 ## --------- ##
2109 ## Platform. ##
2110 ## --------- ##
2112 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2113 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2114 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2115 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2116 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2118 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2119 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2121 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2122 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2123 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2124 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2125 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2126 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2127 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2129 _ASUNAME
2131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2132 for as_dir in $PATH
2134 IFS=$as_save_IFS
2135 test -z "$as_dir" && as_dir=.
2136 $as_echo "PATH: $as_dir"
2137 done
2138 IFS=$as_save_IFS
2140 } >&5
2142 cat >&5 <<_ACEOF
2145 ## ----------- ##
2146 ## Core tests. ##
2147 ## ----------- ##
2149 _ACEOF
2152 # Keep a trace of the command line.
2153 # Strip out --no-create and --no-recursion so they do not pile up.
2154 # Strip out --silent because we don't want to record it for future runs.
2155 # Also quote any args containing shell meta-characters.
2156 # Make two passes to allow for proper duplicate-argument suppression.
2157 ac_configure_args=
2158 ac_configure_args0=
2159 ac_configure_args1=
2160 ac_must_keep_next=false
2161 for ac_pass in 1 2
2163 for ac_arg
2165 case $ac_arg in
2166 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2167 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2168 | -silent | --silent | --silen | --sile | --sil)
2169 continue ;;
2170 *\'*)
2171 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2172 esac
2173 case $ac_pass in
2174 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2176 as_fn_append ac_configure_args1 " '$ac_arg'"
2177 if test $ac_must_keep_next = true; then
2178 ac_must_keep_next=false # Got value, back to normal.
2179 else
2180 case $ac_arg in
2181 *=* | --config-cache | -C | -disable-* | --disable-* \
2182 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2183 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2184 | -with-* | --with-* | -without-* | --without-* | --x)
2185 case "$ac_configure_args0 " in
2186 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2187 esac
2189 -* ) ac_must_keep_next=true ;;
2190 esac
2192 as_fn_append ac_configure_args " '$ac_arg'"
2194 esac
2195 done
2196 done
2197 { ac_configure_args0=; unset ac_configure_args0;}
2198 { ac_configure_args1=; unset ac_configure_args1;}
2200 # When interrupted or exit'd, cleanup temporary files, and complete
2201 # config.log. We remove comments because anyway the quotes in there
2202 # would cause problems or look ugly.
2203 # WARNING: Use '\'' to represent an apostrophe within the trap.
2204 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2205 trap 'exit_status=$?
2206 # Save into config.log some information that might help in debugging.
2208 echo
2210 cat <<\_ASBOX
2211 ## ---------------- ##
2212 ## Cache variables. ##
2213 ## ---------------- ##
2214 _ASBOX
2215 echo
2216 # The following way of writing the cache mishandles newlines in values,
2218 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2219 eval ac_val=\$$ac_var
2220 case $ac_val in #(
2221 *${as_nl}*)
2222 case $ac_var in #(
2223 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2224 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2225 esac
2226 case $ac_var in #(
2227 _ | IFS | as_nl) ;; #(
2228 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2229 *) { eval $ac_var=; unset $ac_var;} ;;
2230 esac ;;
2231 esac
2232 done
2233 (set) 2>&1 |
2234 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2235 *${as_nl}ac_space=\ *)
2236 sed -n \
2237 "s/'\''/'\''\\\\'\'''\''/g;
2238 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2239 ;; #(
2241 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2243 esac |
2244 sort
2246 echo
2248 cat <<\_ASBOX
2249 ## ----------------- ##
2250 ## Output variables. ##
2251 ## ----------------- ##
2252 _ASBOX
2253 echo
2254 for ac_var in $ac_subst_vars
2256 eval ac_val=\$$ac_var
2257 case $ac_val in
2258 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2259 esac
2260 $as_echo "$ac_var='\''$ac_val'\''"
2261 done | sort
2262 echo
2264 if test -n "$ac_subst_files"; then
2265 cat <<\_ASBOX
2266 ## ------------------- ##
2267 ## File substitutions. ##
2268 ## ------------------- ##
2269 _ASBOX
2270 echo
2271 for ac_var in $ac_subst_files
2273 eval ac_val=\$$ac_var
2274 case $ac_val in
2275 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2276 esac
2277 $as_echo "$ac_var='\''$ac_val'\''"
2278 done | sort
2279 echo
2282 if test -s confdefs.h; then
2283 cat <<\_ASBOX
2284 ## ----------- ##
2285 ## confdefs.h. ##
2286 ## ----------- ##
2287 _ASBOX
2288 echo
2289 cat confdefs.h
2290 echo
2292 test "$ac_signal" != 0 &&
2293 $as_echo "$as_me: caught signal $ac_signal"
2294 $as_echo "$as_me: exit $exit_status"
2295 } >&5
2296 rm -f core *.core core.conftest.* &&
2297 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2298 exit $exit_status
2300 for ac_signal in 1 2 13 15; do
2301 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2302 done
2303 ac_signal=0
2305 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2306 rm -f -r conftest* confdefs.h
2308 $as_echo "/* confdefs.h */" > confdefs.h
2310 # Predefined preprocessor variables.
2312 cat >>confdefs.h <<_ACEOF
2313 #define PACKAGE_NAME "$PACKAGE_NAME"
2314 _ACEOF
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2318 _ACEOF
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2322 _ACEOF
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_STRING "$PACKAGE_STRING"
2326 _ACEOF
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2330 _ACEOF
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_URL "$PACKAGE_URL"
2334 _ACEOF
2337 # Let the site file select an alternate cache file if it wants to.
2338 # Prefer an explicitly selected file to automatically selected ones.
2339 ac_site_file1=NONE
2340 ac_site_file2=NONE
2341 if test -n "$CONFIG_SITE"; then
2342 ac_site_file1=$CONFIG_SITE
2343 elif test "x$prefix" != xNONE; then
2344 ac_site_file1=$prefix/share/config.site
2345 ac_site_file2=$prefix/etc/config.site
2346 else
2347 ac_site_file1=$ac_default_prefix/share/config.site
2348 ac_site_file2=$ac_default_prefix/etc/config.site
2350 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2352 test "x$ac_site_file" = xNONE && continue
2353 if test -r "$ac_site_file"; then
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2355 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2356 sed 's/^/| /' "$ac_site_file" >&5
2357 . "$ac_site_file"
2359 done
2361 if test -r "$cache_file"; then
2362 # Some versions of bash will fail to source /dev/null (special
2363 # files actually), so we avoid doing that.
2364 if test -f "$cache_file"; then
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2366 $as_echo "$as_me: loading cache $cache_file" >&6;}
2367 case $cache_file in
2368 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2369 *) . "./$cache_file";;
2370 esac
2372 else
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2374 $as_echo "$as_me: creating cache $cache_file" >&6;}
2375 >$cache_file
2378 # Check that the precious variables saved in the cache have kept the same
2379 # value.
2380 ac_cache_corrupted=false
2381 for ac_var in $ac_precious_vars; do
2382 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2383 eval ac_new_set=\$ac_env_${ac_var}_set
2384 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2385 eval ac_new_val=\$ac_env_${ac_var}_value
2386 case $ac_old_set,$ac_new_set in
2387 set,)
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2389 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2390 ac_cache_corrupted=: ;;
2391 ,set)
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2394 ac_cache_corrupted=: ;;
2395 ,);;
2397 if test "x$ac_old_val" != "x$ac_new_val"; then
2398 # differences in whitespace do not lead to failure.
2399 ac_old_val_w=`echo x $ac_old_val`
2400 ac_new_val_w=`echo x $ac_new_val`
2401 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2403 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2404 ac_cache_corrupted=:
2405 else
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2407 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2408 eval $ac_var=\$ac_old_val
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2411 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2413 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2414 fi;;
2415 esac
2416 # Pass precious variables to config.status.
2417 if test "$ac_new_set" = set; then
2418 case $ac_new_val in
2419 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2420 *) ac_arg=$ac_var=$ac_new_val ;;
2421 esac
2422 case " $ac_configure_args " in
2423 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2424 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2425 esac
2427 done
2428 if $ac_cache_corrupted; then
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2430 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2432 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2433 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2435 ## -------------------- ##
2436 ## Main body of script. ##
2437 ## -------------------- ##
2439 ac_ext=c
2440 ac_cpp='$CPP $CPPFLAGS'
2441 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2442 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2443 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2447 ac_config_headers="$ac_config_headers include/config.h"
2449 ac_aux_dir=
2450 for ac_dir in tools "$srcdir"/tools; do
2451 for ac_t in install-sh install.sh shtool; do
2452 if test -f "$ac_dir/$ac_t"; then
2453 ac_aux_dir=$ac_dir
2454 ac_install_sh="$ac_aux_dir/$ac_t -c"
2455 break 2
2457 done
2458 done
2459 if test -z "$ac_aux_dir"; then
2460 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2463 # These three variables are undocumented and unsupported,
2464 # and are intended to be withdrawn in a future Autoconf release.
2465 # They can cause serious problems if a builder's source tree is in a directory
2466 # whose full name contains unusual characters.
2467 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2468 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2469 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2474 # Check whether --enable-win16 was given.
2475 if test "${enable_win16+set}" = set; then :
2476 enableval=$enable_win16;
2479 # Check whether --enable-win64 was given.
2480 if test "${enable_win64+set}" = set; then :
2481 enableval=$enable_win64;
2484 # Check whether --enable-tests was given.
2485 if test "${enable_tests+set}" = set; then :
2486 enableval=$enable_tests;
2489 # Check whether --enable-maintainer-mode was given.
2490 if test "${enable_maintainer_mode+set}" = set; then :
2491 enableval=$enable_maintainer_mode;
2492 else
2493 MAINTAINER_MODE=\#
2499 # Check whether --with-alsa was given.
2500 if test "${with_alsa+set}" = set; then :
2501 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2505 # Check whether --with-audioio was given.
2506 if test "${with_audioio+set}" = set; then :
2507 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2511 # Check whether --with-capi was given.
2512 if test "${with_capi+set}" = set; then :
2513 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2517 # Check whether --with-cms was given.
2518 if test "${with_cms+set}" = set; then :
2519 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2523 # Check whether --with-coreaudio was given.
2524 if test "${with_coreaudio+set}" = set; then :
2525 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2529 # Check whether --with-cups was given.
2530 if test "${with_cups+set}" = set; then :
2531 withval=$with_cups;
2535 # Check whether --with-curses was given.
2536 if test "${with_curses+set}" = set; then :
2537 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2541 # Check whether --with-esd was given.
2542 if test "${with_esd+set}" = set; then :
2543 withval=$with_esd;
2547 # Check whether --with-fontconfig was given.
2548 if test "${with_fontconfig+set}" = set; then :
2549 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2553 # Check whether --with-freetype was given.
2554 if test "${with_freetype+set}" = set; then :
2555 withval=$with_freetype;
2559 # Check whether --with-gphoto was given.
2560 if test "${with_gphoto+set}" = set; then :
2561 withval=$with_gphoto;
2565 # Check whether --with-glu was given.
2566 if test "${with_glu+set}" = set; then :
2567 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2571 # Check whether --with-gnutls was given.
2572 if test "${with_gnutls+set}" = set; then :
2573 withval=$with_gnutls;
2577 # Check whether --with-gsm was given.
2578 if test "${with_gsm+set}" = set; then :
2579 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2583 # Check whether --with-hal was given.
2584 if test "${with_hal+set}" = set; then :
2585 withval=$with_hal;
2589 # Check whether --with-jack was given.
2590 if test "${with_jack+set}" = set; then :
2591 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2595 # Check whether --with-jpeg was given.
2596 if test "${with_jpeg+set}" = set; then :
2597 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2601 # Check whether --with-ldap was given.
2602 if test "${with_ldap+set}" = set; then :
2603 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2607 # Check whether --with-mpg123 was given.
2608 if test "${with_mpg123+set}" = set; then :
2609 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2613 # Check whether --with-nas was given.
2614 if test "${with_nas+set}" = set; then :
2615 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2619 # Check whether --with-opengl was given.
2620 if test "${with_opengl+set}" = set; then :
2621 withval=$with_opengl;
2625 # Check whether --with-openssl was given.
2626 if test "${with_openssl+set}" = set; then :
2627 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2631 # Check whether --with-oss was given.
2632 if test "${with_oss+set}" = set; then :
2633 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
2637 # Check whether --with-png was given.
2638 if test "${with_png+set}" = set; then :
2639 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2643 # Check whether --with-pthread was given.
2644 if test "${with_pthread+set}" = set; then :
2645 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2649 # Check whether --with-sane was given.
2650 if test "${with_sane+set}" = set; then :
2651 withval=$with_sane;
2655 # Check whether --with-xcomposite was given.
2656 if test "${with_xcomposite+set}" = set; then :
2657 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2661 # Check whether --with-xcursor was given.
2662 if test "${with_xcursor+set}" = set; then :
2663 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2667 # Check whether --with-xinerama was given.
2668 if test "${with_xinerama+set}" = set; then :
2669 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2673 # Check whether --with-xinput was given.
2674 if test "${with_xinput+set}" = set; then :
2675 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2679 # Check whether --with-xml was given.
2680 if test "${with_xml+set}" = set; then :
2681 withval=$with_xml;
2685 # Check whether --with-xrandr was given.
2686 if test "${with_xrandr+set}" = set; then :
2687 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2691 # Check whether --with-xrender was given.
2692 if test "${with_xrender+set}" = set; then :
2693 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2697 # Check whether --with-xshape was given.
2698 if test "${with_xshape+set}" = set; then :
2699 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2703 # Check whether --with-xshm was given.
2704 if test "${with_xshm+set}" = set; then :
2705 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2709 # Check whether --with-xslt was given.
2710 if test "${with_xslt+set}" = set; then :
2711 withval=$with_xslt;
2715 # Check whether --with-xxf86vm was given.
2716 if test "${with_xxf86vm+set}" = set; then :
2717 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2722 # Check whether --with-wine-tools was given.
2723 if test "${with_wine_tools+set}" = set; then :
2724 withval=$with_wine_tools;
2728 # Check whether --with-wine64 was given.
2729 if test "${with_wine64+set}" = set; then :
2730 withval=$with_wine64;
2734 # Make sure we can run config.sub.
2735 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2736 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2739 $as_echo_n "checking build system type... " >&6; }
2740 if test "${ac_cv_build+set}" = set; then :
2741 $as_echo_n "(cached) " >&6
2742 else
2743 ac_build_alias=$build_alias
2744 test "x$ac_build_alias" = x &&
2745 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2746 test "x$ac_build_alias" = x &&
2747 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2748 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2749 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2753 $as_echo "$ac_cv_build" >&6; }
2754 case $ac_cv_build in
2755 *-*-*) ;;
2756 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2757 esac
2758 build=$ac_cv_build
2759 ac_save_IFS=$IFS; IFS='-'
2760 set x $ac_cv_build
2761 shift
2762 build_cpu=$1
2763 build_vendor=$2
2764 shift; shift
2765 # Remember, the first character of IFS is used to create $*,
2766 # except with old shells:
2767 build_os=$*
2768 IFS=$ac_save_IFS
2769 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2773 $as_echo_n "checking host system type... " >&6; }
2774 if test "${ac_cv_host+set}" = set; then :
2775 $as_echo_n "(cached) " >&6
2776 else
2777 if test "x$host_alias" = x; then
2778 ac_cv_host=$ac_cv_build
2779 else
2780 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2781 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2786 $as_echo "$ac_cv_host" >&6; }
2787 case $ac_cv_host in
2788 *-*-*) ;;
2789 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2790 esac
2791 host=$ac_cv_host
2792 ac_save_IFS=$IFS; IFS='-'
2793 set x $ac_cv_host
2794 shift
2795 host_cpu=$1
2796 host_vendor=$2
2797 shift; shift
2798 # Remember, the first character of IFS is used to create $*,
2799 # except with old shells:
2800 host_os=$*
2801 IFS=$ac_save_IFS
2802 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2806 case "$srcdir" in
2807 .) ;;
2808 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2809 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2810 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2811 fi ;;
2812 esac
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2816 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2817 set x ${MAKE-make}
2818 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2819 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2820 $as_echo_n "(cached) " >&6
2821 else
2822 cat >conftest.make <<\_ACEOF
2823 SHELL = /bin/sh
2824 all:
2825 @echo '@@@%%%=$(MAKE)=@@@%%%'
2826 _ACEOF
2827 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2828 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2829 *@@@%%%=?*=@@@%%%*)
2830 eval ac_cv_prog_make_${ac_make}_set=yes;;
2832 eval ac_cv_prog_make_${ac_make}_set=no;;
2833 esac
2834 rm -f conftest.make
2836 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2838 $as_echo "yes" >&6; }
2839 SET_MAKE=
2840 else
2841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2842 $as_echo "no" >&6; }
2843 SET_MAKE="MAKE=${MAKE-make}"
2846 ac_ext=c
2847 ac_cpp='$CPP $CPPFLAGS'
2848 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2849 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2850 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2851 if test -n "$ac_tool_prefix"; then
2852 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2853 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855 $as_echo_n "checking for $ac_word... " >&6; }
2856 if test "${ac_cv_prog_CC+set}" = set; then :
2857 $as_echo_n "(cached) " >&6
2858 else
2859 if test -n "$CC"; then
2860 ac_cv_prog_CC="$CC" # Let the user override the test.
2861 else
2862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863 for as_dir in $PATH
2865 IFS=$as_save_IFS
2866 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
2868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2869 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2871 break 2
2873 done
2874 done
2875 IFS=$as_save_IFS
2879 CC=$ac_cv_prog_CC
2880 if test -n "$CC"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2882 $as_echo "$CC" >&6; }
2883 else
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885 $as_echo "no" >&6; }
2890 if test -z "$ac_cv_prog_CC"; then
2891 ac_ct_CC=$CC
2892 # Extract the first word of "gcc", so it can be a program name with args.
2893 set dummy gcc; ac_word=$2
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895 $as_echo_n "checking for $ac_word... " >&6; }
2896 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2897 $as_echo_n "(cached) " >&6
2898 else
2899 if test -n "$ac_ct_CC"; then
2900 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2901 else
2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903 for as_dir in $PATH
2905 IFS=$as_save_IFS
2906 test -z "$as_dir" && as_dir=.
2907 for ac_exec_ext in '' $ac_executable_extensions; do
2908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2909 ac_cv_prog_ac_ct_CC="gcc"
2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911 break 2
2913 done
2914 done
2915 IFS=$as_save_IFS
2919 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2920 if test -n "$ac_ct_CC"; then
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2922 $as_echo "$ac_ct_CC" >&6; }
2923 else
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925 $as_echo "no" >&6; }
2928 if test "x$ac_ct_CC" = x; then
2929 CC=""
2930 else
2931 case $cross_compiling:$ac_tool_warned in
2932 yes:)
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2934 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2935 ac_tool_warned=yes ;;
2936 esac
2937 CC=$ac_ct_CC
2939 else
2940 CC="$ac_cv_prog_CC"
2943 if test -z "$CC"; then
2944 if test -n "$ac_tool_prefix"; then
2945 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2946 set dummy ${ac_tool_prefix}cc; ac_word=$2
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2948 $as_echo_n "checking for $ac_word... " >&6; }
2949 if test "${ac_cv_prog_CC+set}" = set; then :
2950 $as_echo_n "(cached) " >&6
2951 else
2952 if test -n "$CC"; then
2953 ac_cv_prog_CC="$CC" # Let the user override the test.
2954 else
2955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2956 for as_dir in $PATH
2958 IFS=$as_save_IFS
2959 test -z "$as_dir" && as_dir=.
2960 for ac_exec_ext in '' $ac_executable_extensions; do
2961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2962 ac_cv_prog_CC="${ac_tool_prefix}cc"
2963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2964 break 2
2966 done
2967 done
2968 IFS=$as_save_IFS
2972 CC=$ac_cv_prog_CC
2973 if test -n "$CC"; then
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2975 $as_echo "$CC" >&6; }
2976 else
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2978 $as_echo "no" >&6; }
2984 if test -z "$CC"; then
2985 # Extract the first word of "cc", so it can be a program name with args.
2986 set dummy cc; ac_word=$2
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988 $as_echo_n "checking for $ac_word... " >&6; }
2989 if test "${ac_cv_prog_CC+set}" = set; then :
2990 $as_echo_n "(cached) " >&6
2991 else
2992 if test -n "$CC"; then
2993 ac_cv_prog_CC="$CC" # Let the user override the test.
2994 else
2995 ac_prog_rejected=no
2996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2997 for as_dir in $PATH
2999 IFS=$as_save_IFS
3000 test -z "$as_dir" && as_dir=.
3001 for ac_exec_ext in '' $ac_executable_extensions; do
3002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3003 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3004 ac_prog_rejected=yes
3005 continue
3007 ac_cv_prog_CC="cc"
3008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3009 break 2
3011 done
3012 done
3013 IFS=$as_save_IFS
3015 if test $ac_prog_rejected = yes; then
3016 # We found a bogon in the path, so make sure we never use it.
3017 set dummy $ac_cv_prog_CC
3018 shift
3019 if test $# != 0; then
3020 # We chose a different compiler from the bogus one.
3021 # However, it has the same basename, so the bogon will be chosen
3022 # first if we set CC to just the basename; use the full file name.
3023 shift
3024 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3029 CC=$ac_cv_prog_CC
3030 if test -n "$CC"; then
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3032 $as_echo "$CC" >&6; }
3033 else
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3035 $as_echo "no" >&6; }
3040 if test -z "$CC"; then
3041 if test -n "$ac_tool_prefix"; then
3042 for ac_prog in cl.exe
3044 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3045 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3047 $as_echo_n "checking for $ac_word... " >&6; }
3048 if test "${ac_cv_prog_CC+set}" = set; then :
3049 $as_echo_n "(cached) " >&6
3050 else
3051 if test -n "$CC"; then
3052 ac_cv_prog_CC="$CC" # Let the user override the test.
3053 else
3054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3055 for as_dir in $PATH
3057 IFS=$as_save_IFS
3058 test -z "$as_dir" && as_dir=.
3059 for ac_exec_ext in '' $ac_executable_extensions; do
3060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3061 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 break 2
3065 done
3066 done
3067 IFS=$as_save_IFS
3071 CC=$ac_cv_prog_CC
3072 if test -n "$CC"; then
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3074 $as_echo "$CC" >&6; }
3075 else
3076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3077 $as_echo "no" >&6; }
3081 test -n "$CC" && break
3082 done
3084 if test -z "$CC"; then
3085 ac_ct_CC=$CC
3086 for ac_prog in cl.exe
3088 # Extract the first word of "$ac_prog", so it can be a program name with args.
3089 set dummy $ac_prog; ac_word=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3093 $as_echo_n "(cached) " >&6
3094 else
3095 if test -n "$ac_ct_CC"; then
3096 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3097 else
3098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 for as_dir in $PATH
3101 IFS=$as_save_IFS
3102 test -z "$as_dir" && as_dir=.
3103 for ac_exec_ext in '' $ac_executable_extensions; do
3104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105 ac_cv_prog_ac_ct_CC="$ac_prog"
3106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107 break 2
3109 done
3110 done
3111 IFS=$as_save_IFS
3115 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3116 if test -n "$ac_ct_CC"; then
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3118 $as_echo "$ac_ct_CC" >&6; }
3119 else
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3125 test -n "$ac_ct_CC" && break
3126 done
3128 if test "x$ac_ct_CC" = x; then
3129 CC=""
3130 else
3131 case $cross_compiling:$ac_tool_warned in
3132 yes:)
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3135 ac_tool_warned=yes ;;
3136 esac
3137 CC=$ac_ct_CC
3144 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3146 as_fn_error "no acceptable C compiler found in \$PATH
3147 See \`config.log' for more details." "$LINENO" 5; }
3149 # Provide some information about the compiler.
3150 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3151 set X $ac_compile
3152 ac_compiler=$2
3153 for ac_option in --version -v -V -qversion; do
3154 { { ac_try="$ac_compiler $ac_option >&5"
3155 case "(($ac_try" in
3156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3157 *) ac_try_echo=$ac_try;;
3158 esac
3159 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3160 $as_echo "$ac_try_echo"; } >&5
3161 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3162 ac_status=$?
3163 if test -s conftest.err; then
3164 sed '10a\
3165 ... rest of stderr output deleted ...
3166 10q' conftest.err >conftest.er1
3167 cat conftest.er1 >&5
3168 rm -f conftest.er1 conftest.err
3170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3171 test $ac_status = 0; }
3172 done
3174 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3175 /* end confdefs.h. */
3176 #include <stdio.h>
3178 main ()
3180 FILE *f = fopen ("conftest.out", "w");
3181 return ferror (f) || fclose (f) != 0;
3184 return 0;
3186 _ACEOF
3187 ac_clean_files_save=$ac_clean_files
3188 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3189 # Try to create an executable without -o first, disregard a.out.
3190 # It will help us diagnose broken compilers, and finding out an intuition
3191 # of exeext.
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3193 $as_echo_n "checking for C compiler default output file name... " >&6; }
3194 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3196 # The possible output files:
3197 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3199 ac_rmfiles=
3200 for ac_file in $ac_files
3202 case $ac_file in
3203 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3204 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3205 esac
3206 done
3207 rm -f $ac_rmfiles
3209 if { { ac_try="$ac_link_default"
3210 case "(($ac_try" in
3211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3212 *) ac_try_echo=$ac_try;;
3213 esac
3214 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3215 $as_echo "$ac_try_echo"; } >&5
3216 (eval "$ac_link_default") 2>&5
3217 ac_status=$?
3218 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3219 test $ac_status = 0; }; then :
3220 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3221 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3222 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3223 # so that the user can short-circuit this test for compilers unknown to
3224 # Autoconf.
3225 for ac_file in $ac_files ''
3227 test -f "$ac_file" || continue
3228 case $ac_file in
3229 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3231 [ab].out )
3232 # We found the default executable, but exeext='' is most
3233 # certainly right.
3234 break;;
3235 *.* )
3236 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3237 then :; else
3238 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3240 # We set ac_cv_exeext here because the later test for it is not
3241 # safe: cross compilers may not add the suffix if given an `-o'
3242 # argument, so we may need to know it at that point already.
3243 # Even if this section looks crufty: it has the advantage of
3244 # actually working.
3245 break;;
3247 break;;
3248 esac
3249 done
3250 test "$ac_cv_exeext" = no && ac_cv_exeext=
3252 else
3253 ac_file=''
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3256 $as_echo "$ac_file" >&6; }
3257 if test -z "$ac_file"; then :
3258 $as_echo "$as_me: failed program was:" >&5
3259 sed 's/^/| /' conftest.$ac_ext >&5
3261 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3262 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3263 { as_fn_set_status 77
3264 as_fn_error "C compiler cannot create executables
3265 See \`config.log' for more details." "$LINENO" 5; }; }
3267 ac_exeext=$ac_cv_exeext
3269 # Check that the compiler produces executables we can run. If not, either
3270 # the compiler is broken, or we cross compile.
3271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3272 $as_echo_n "checking whether the C compiler works... " >&6; }
3273 # If not cross compiling, check that we can run a simple program.
3274 if test "$cross_compiling" != yes; then
3275 if { ac_try='./$ac_file'
3276 { { case "(($ac_try" in
3277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3278 *) ac_try_echo=$ac_try;;
3279 esac
3280 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3281 $as_echo "$ac_try_echo"; } >&5
3282 (eval "$ac_try") 2>&5
3283 ac_status=$?
3284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3285 test $ac_status = 0; }; }; then
3286 cross_compiling=no
3287 else
3288 if test "$cross_compiling" = maybe; then
3289 cross_compiling=yes
3290 else
3291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3293 as_fn_error "cannot run C compiled programs.
3294 If you meant to cross compile, use \`--host'.
3295 See \`config.log' for more details." "$LINENO" 5; }
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3300 $as_echo "yes" >&6; }
3302 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3303 ac_clean_files=$ac_clean_files_save
3304 # Check that the compiler produces executables we can run. If not, either
3305 # the compiler is broken, or we cross compile.
3306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3307 $as_echo_n "checking whether we are cross compiling... " >&6; }
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3309 $as_echo "$cross_compiling" >&6; }
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3312 $as_echo_n "checking for suffix of executables... " >&6; }
3313 if { { ac_try="$ac_link"
3314 case "(($ac_try" in
3315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3316 *) ac_try_echo=$ac_try;;
3317 esac
3318 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3319 $as_echo "$ac_try_echo"; } >&5
3320 (eval "$ac_link") 2>&5
3321 ac_status=$?
3322 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3323 test $ac_status = 0; }; then :
3324 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3325 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3326 # work properly (i.e., refer to `conftest.exe'), while it won't with
3327 # `rm'.
3328 for ac_file in conftest.exe conftest conftest.*; do
3329 test -f "$ac_file" || continue
3330 case $ac_file in
3331 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3332 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3333 break;;
3334 * ) break;;
3335 esac
3336 done
3337 else
3338 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3339 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3340 as_fn_error "cannot compute suffix of executables: cannot compile and link
3341 See \`config.log' for more details." "$LINENO" 5; }
3343 rm -f conftest$ac_cv_exeext
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3345 $as_echo "$ac_cv_exeext" >&6; }
3347 rm -f conftest.$ac_ext
3348 EXEEXT=$ac_cv_exeext
3349 ac_exeext=$EXEEXT
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3351 $as_echo_n "checking for suffix of object files... " >&6; }
3352 if test "${ac_cv_objext+set}" = set; then :
3353 $as_echo_n "(cached) " >&6
3354 else
3355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356 /* end confdefs.h. */
3359 main ()
3363 return 0;
3365 _ACEOF
3366 rm -f conftest.o conftest.obj
3367 if { { ac_try="$ac_compile"
3368 case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_compile") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; then :
3378 for ac_file in conftest.o conftest.obj conftest.*; do
3379 test -f "$ac_file" || continue;
3380 case $ac_file in
3381 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3382 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3383 break;;
3384 esac
3385 done
3386 else
3387 $as_echo "$as_me: failed program was:" >&5
3388 sed 's/^/| /' conftest.$ac_ext >&5
3390 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3392 as_fn_error "cannot compute suffix of object files: cannot compile
3393 See \`config.log' for more details." "$LINENO" 5; }
3395 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3398 $as_echo "$ac_cv_objext" >&6; }
3399 OBJEXT=$ac_cv_objext
3400 ac_objext=$OBJEXT
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3402 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3403 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3404 $as_echo_n "(cached) " >&6
3405 else
3406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3407 /* end confdefs.h. */
3410 main ()
3412 #ifndef __GNUC__
3413 choke me
3414 #endif
3417 return 0;
3419 _ACEOF
3420 if ac_fn_c_try_compile "$LINENO"; then :
3421 ac_compiler_gnu=yes
3422 else
3423 ac_compiler_gnu=no
3425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3426 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3430 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3431 if test $ac_compiler_gnu = yes; then
3432 GCC=yes
3433 else
3434 GCC=
3436 ac_test_CFLAGS=${CFLAGS+set}
3437 ac_save_CFLAGS=$CFLAGS
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3439 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3440 if test "${ac_cv_prog_cc_g+set}" = set; then :
3441 $as_echo_n "(cached) " >&6
3442 else
3443 ac_save_c_werror_flag=$ac_c_werror_flag
3444 ac_c_werror_flag=yes
3445 ac_cv_prog_cc_g=no
3446 CFLAGS="-g"
3447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3448 /* end confdefs.h. */
3451 main ()
3455 return 0;
3457 _ACEOF
3458 if ac_fn_c_try_compile "$LINENO"; then :
3459 ac_cv_prog_cc_g=yes
3460 else
3461 CFLAGS=""
3462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3463 /* end confdefs.h. */
3466 main ()
3470 return 0;
3472 _ACEOF
3473 if ac_fn_c_try_compile "$LINENO"; then :
3475 else
3476 ac_c_werror_flag=$ac_save_c_werror_flag
3477 CFLAGS="-g"
3478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3479 /* end confdefs.h. */
3482 main ()
3486 return 0;
3488 _ACEOF
3489 if ac_fn_c_try_compile "$LINENO"; then :
3490 ac_cv_prog_cc_g=yes
3492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3497 ac_c_werror_flag=$ac_save_c_werror_flag
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3500 $as_echo "$ac_cv_prog_cc_g" >&6; }
3501 if test "$ac_test_CFLAGS" = set; then
3502 CFLAGS=$ac_save_CFLAGS
3503 elif test $ac_cv_prog_cc_g = yes; then
3504 if test "$GCC" = yes; then
3505 CFLAGS="-g -O2"
3506 else
3507 CFLAGS="-g"
3509 else
3510 if test "$GCC" = yes; then
3511 CFLAGS="-O2"
3512 else
3513 CFLAGS=
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3517 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3518 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3519 $as_echo_n "(cached) " >&6
3520 else
3521 ac_cv_prog_cc_c89=no
3522 ac_save_CC=$CC
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h. */
3525 #include <stdarg.h>
3526 #include <stdio.h>
3527 #include <sys/types.h>
3528 #include <sys/stat.h>
3529 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3530 struct buf { int x; };
3531 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3532 static char *e (p, i)
3533 char **p;
3534 int i;
3536 return p[i];
3538 static char *f (char * (*g) (char **, int), char **p, ...)
3540 char *s;
3541 va_list v;
3542 va_start (v,p);
3543 s = g (p, va_arg (v,int));
3544 va_end (v);
3545 return s;
3548 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3549 function prototypes and stuff, but not '\xHH' hex character constants.
3550 These don't provoke an error unfortunately, instead are silently treated
3551 as 'x'. The following induces an error, until -std is added to get
3552 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3553 array size at least. It's necessary to write '\x00'==0 to get something
3554 that's true only with -std. */
3555 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3557 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3558 inside strings and character constants. */
3559 #define FOO(x) 'x'
3560 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3562 int test (int i, double x);
3563 struct s1 {int (*f) (int a);};
3564 struct s2 {int (*f) (double a);};
3565 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3566 int argc;
3567 char **argv;
3569 main ()
3571 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3573 return 0;
3575 _ACEOF
3576 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3577 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3579 CC="$ac_save_CC $ac_arg"
3580 if ac_fn_c_try_compile "$LINENO"; then :
3581 ac_cv_prog_cc_c89=$ac_arg
3583 rm -f core conftest.err conftest.$ac_objext
3584 test "x$ac_cv_prog_cc_c89" != "xno" && break
3585 done
3586 rm -f conftest.$ac_ext
3587 CC=$ac_save_CC
3590 # AC_CACHE_VAL
3591 case "x$ac_cv_prog_cc_c89" in
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3594 $as_echo "none needed" >&6; } ;;
3595 xno)
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3597 $as_echo "unsupported" >&6; } ;;
3599 CC="$CC $ac_cv_prog_cc_c89"
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3601 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3602 esac
3603 if test "x$ac_cv_prog_cc_c89" != xno; then :
3607 ac_ext=c
3608 ac_cpp='$CPP $CPPFLAGS'
3609 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3610 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3611 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3613 ac_ext=cpp
3614 ac_cpp='$CXXCPP $CPPFLAGS'
3615 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3616 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3617 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3618 if test -z "$CXX"; then
3619 if test -n "$CCC"; then
3620 CXX=$CCC
3621 else
3622 if test -n "$ac_tool_prefix"; then
3623 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3625 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3626 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3628 $as_echo_n "checking for $ac_word... " >&6; }
3629 if test "${ac_cv_prog_CXX+set}" = set; then :
3630 $as_echo_n "(cached) " >&6
3631 else
3632 if test -n "$CXX"; then
3633 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3634 else
3635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636 for as_dir in $PATH
3638 IFS=$as_save_IFS
3639 test -z "$as_dir" && as_dir=.
3640 for ac_exec_ext in '' $ac_executable_extensions; do
3641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3642 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3644 break 2
3646 done
3647 done
3648 IFS=$as_save_IFS
3652 CXX=$ac_cv_prog_CXX
3653 if test -n "$CXX"; then
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3655 $as_echo "$CXX" >&6; }
3656 else
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3658 $as_echo "no" >&6; }
3662 test -n "$CXX" && break
3663 done
3665 if test -z "$CXX"; then
3666 ac_ct_CXX=$CXX
3667 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3669 # Extract the first word of "$ac_prog", so it can be a program name with args.
3670 set dummy $ac_prog; ac_word=$2
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3672 $as_echo_n "checking for $ac_word... " >&6; }
3673 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3674 $as_echo_n "(cached) " >&6
3675 else
3676 if test -n "$ac_ct_CXX"; then
3677 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3678 else
3679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3680 for as_dir in $PATH
3682 IFS=$as_save_IFS
3683 test -z "$as_dir" && as_dir=.
3684 for ac_exec_ext in '' $ac_executable_extensions; do
3685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3686 ac_cv_prog_ac_ct_CXX="$ac_prog"
3687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3688 break 2
3690 done
3691 done
3692 IFS=$as_save_IFS
3696 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3697 if test -n "$ac_ct_CXX"; then
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3699 $as_echo "$ac_ct_CXX" >&6; }
3700 else
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3702 $as_echo "no" >&6; }
3706 test -n "$ac_ct_CXX" && break
3707 done
3709 if test "x$ac_ct_CXX" = x; then
3710 CXX="g++"
3711 else
3712 case $cross_compiling:$ac_tool_warned in
3713 yes:)
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3716 ac_tool_warned=yes ;;
3717 esac
3718 CXX=$ac_ct_CXX
3724 # Provide some information about the compiler.
3725 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3726 set X $ac_compile
3727 ac_compiler=$2
3728 for ac_option in --version -v -V -qversion; do
3729 { { ac_try="$ac_compiler $ac_option >&5"
3730 case "(($ac_try" in
3731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3732 *) ac_try_echo=$ac_try;;
3733 esac
3734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3735 $as_echo "$ac_try_echo"; } >&5
3736 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3737 ac_status=$?
3738 if test -s conftest.err; then
3739 sed '10a\
3740 ... rest of stderr output deleted ...
3741 10q' conftest.err >conftest.er1
3742 cat conftest.er1 >&5
3743 rm -f conftest.er1 conftest.err
3745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3746 test $ac_status = 0; }
3747 done
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3750 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3751 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3752 $as_echo_n "(cached) " >&6
3753 else
3754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3755 /* end confdefs.h. */
3758 main ()
3760 #ifndef __GNUC__
3761 choke me
3762 #endif
3765 return 0;
3767 _ACEOF
3768 if ac_fn_cxx_try_compile "$LINENO"; then :
3769 ac_compiler_gnu=yes
3770 else
3771 ac_compiler_gnu=no
3773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3774 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3778 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3779 if test $ac_compiler_gnu = yes; then
3780 GXX=yes
3781 else
3782 GXX=
3784 ac_test_CXXFLAGS=${CXXFLAGS+set}
3785 ac_save_CXXFLAGS=$CXXFLAGS
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3787 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3788 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3789 $as_echo_n "(cached) " >&6
3790 else
3791 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3792 ac_cxx_werror_flag=yes
3793 ac_cv_prog_cxx_g=no
3794 CXXFLAGS="-g"
3795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3796 /* end confdefs.h. */
3799 main ()
3803 return 0;
3805 _ACEOF
3806 if ac_fn_cxx_try_compile "$LINENO"; then :
3807 ac_cv_prog_cxx_g=yes
3808 else
3809 CXXFLAGS=""
3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h. */
3814 main ()
3818 return 0;
3820 _ACEOF
3821 if ac_fn_cxx_try_compile "$LINENO"; then :
3823 else
3824 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3825 CXXFLAGS="-g"
3826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827 /* end confdefs.h. */
3830 main ()
3834 return 0;
3836 _ACEOF
3837 if ac_fn_cxx_try_compile "$LINENO"; then :
3838 ac_cv_prog_cxx_g=yes
3840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3845 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3848 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3849 if test "$ac_test_CXXFLAGS" = set; then
3850 CXXFLAGS=$ac_save_CXXFLAGS
3851 elif test $ac_cv_prog_cxx_g = yes; then
3852 if test "$GXX" = yes; then
3853 CXXFLAGS="-g -O2"
3854 else
3855 CXXFLAGS="-g"
3857 else
3858 if test "$GXX" = yes; then
3859 CXXFLAGS="-O2"
3860 else
3861 CXXFLAGS=
3864 ac_ext=c
3865 ac_cpp='$CPP $CPPFLAGS'
3866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3870 if test -n "$ac_tool_prefix"; then
3871 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3872 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3874 $as_echo_n "checking for $ac_word... " >&6; }
3875 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3876 $as_echo_n "(cached) " >&6
3877 else
3878 if test -n "$CPPBIN"; then
3879 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3880 else
3881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3882 for as_dir in $PATH
3884 IFS=$as_save_IFS
3885 test -z "$as_dir" && as_dir=.
3886 for ac_exec_ext in '' $ac_executable_extensions; do
3887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3888 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3890 break 2
3892 done
3893 done
3894 IFS=$as_save_IFS
3898 CPPBIN=$ac_cv_prog_CPPBIN
3899 if test -n "$CPPBIN"; then
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3901 $as_echo "$CPPBIN" >&6; }
3902 else
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3904 $as_echo "no" >&6; }
3909 if test -z "$ac_cv_prog_CPPBIN"; then
3910 ac_ct_CPPBIN=$CPPBIN
3911 # Extract the first word of "cpp", so it can be a program name with args.
3912 set dummy cpp; ac_word=$2
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3914 $as_echo_n "checking for $ac_word... " >&6; }
3915 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3916 $as_echo_n "(cached) " >&6
3917 else
3918 if test -n "$ac_ct_CPPBIN"; then
3919 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3920 else
3921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3922 for as_dir in $PATH
3924 IFS=$as_save_IFS
3925 test -z "$as_dir" && as_dir=.
3926 for ac_exec_ext in '' $ac_executable_extensions; do
3927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3928 ac_cv_prog_ac_ct_CPPBIN="cpp"
3929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3930 break 2
3932 done
3933 done
3934 IFS=$as_save_IFS
3938 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3939 if test -n "$ac_ct_CPPBIN"; then
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3941 $as_echo "$ac_ct_CPPBIN" >&6; }
3942 else
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3944 $as_echo "no" >&6; }
3947 if test "x$ac_ct_CPPBIN" = x; then
3948 CPPBIN="cpp"
3949 else
3950 case $cross_compiling:$ac_tool_warned in
3951 yes:)
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3953 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3954 ac_tool_warned=yes ;;
3955 esac
3956 CPPBIN=$ac_ct_CPPBIN
3958 else
3959 CPPBIN="$ac_cv_prog_CPPBIN"
3963 case $host in
3964 *-darwin*)
3965 if test "x$enable_win64" = "xyes"
3966 then
3967 CC="$CC -m64"
3968 CXX="$CXX -m64"
3969 LD="${LD:-ld} -arch x86_64"
3970 AS="${AS:-as} -arch x86_64"
3971 host_cpu="x86_64"
3972 notice_platform="64-bit "
3973 TARGETFLAGS="-m64"
3975 else
3976 CC="$CC -m32"
3977 CXX="$CXX -m32"
3978 LD="${LD:-ld} -arch i386"
3979 AS="${AS:-as} -arch i386"
3980 host_cpu="i386"
3981 notice_platform="32-bit "
3982 TARGETFLAGS="-m32"
3984 enable_win16=${enable_win16:-yes}
3987 x86_64*)
3988 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3989 then
3990 CC="$CC -m32"
3991 CXX="$CXX -m32"
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
3993 $as_echo_n "checking whether $CC works... " >&6; }
3995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3996 /* end confdefs.h. */
3999 main ()
4003 return 0;
4005 _ACEOF
4006 if ac_fn_c_try_link "$LINENO"; then :
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4008 $as_echo "yes" >&6; }
4009 else
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4011 $as_echo "no" >&6; }
4012 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4014 rm -f core conftest.err conftest.$ac_objext \
4015 conftest$ac_exeext conftest.$ac_ext
4016 LD="${LD:-ld} -m elf_i386"
4017 AS="${AS:-as} --32"
4018 host_cpu="i386"
4019 notice_platform="32-bit "
4020 TARGETFLAGS="-m32"
4022 enable_win16=${enable_win16:-yes}
4023 else
4024 if test "x${GCC}" = "xyes"
4025 then
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4027 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4029 /* end confdefs.h. */
4030 #include <stdarg.h>
4032 main ()
4034 void func(__builtin_ms_va_list *args);
4036 return 0;
4038 _ACEOF
4039 if ac_fn_c_try_compile "$LINENO"; then :
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4041 $as_echo "yes" >&6; }
4042 else
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4044 $as_echo "no" >&6; }
4045 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4049 TARGETFLAGS="-m64"
4053 *-mingw32*|*-cygwin*)
4054 enable_win16=${enable_win16:-no}
4056 i[3456789]86*)
4057 enable_win16=${enable_win16:-yes}
4059 esac
4061 enable_win16=${enable_win16:-no}
4063 WIN16_FILES="\$(WIN16_FILES)"
4065 WIN16_INSTALL="\$(WIN16_INSTALL)"
4067 if test "x$enable_win16" != "xyes"
4068 then
4069 WIN16_FILES=""
4070 WIN16_INSTALL=""
4071 enable_w32skrnl=${enable_w32skrnl:-no}
4072 enable_winedos=${enable_winedos:-no}
4073 enable_winevdm=${enable_winevdm:-no}
4076 if test -n "$with_wine64"
4077 then
4078 if test "x$enable_win64" = "xyes"
4079 then
4080 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4081 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4083 WOW64_DISABLE=\#
4085 enable_fonts=${enable_fonts:-no}
4086 enable_include=${enable_include:-no}
4087 enable_server=${enable_server:-no}
4088 enable_tools=${enable_tools:-no}
4089 enable_wineboot=${enable_wineboot:-no}
4090 enable_winedbg=${enable_winedbg:-no}
4091 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4095 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4096 if test "${wine_cv_toolsdir+set}" = set; then :
4097 $as_echo_n "(cached) " >&6
4098 else
4099 wine_cv_toolsdir="$with_wine_tools"
4100 if test -z "$with_wine_tools"; then
4101 if test "$cross_compiling" = "yes"; then
4102 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4103 elif test -n "$with_wine64"; then
4104 wine_cv_toolsdir="$with_wine64"
4107 if test -z "$wine_cv_toolsdir"; then
4108 wine_cv_toolsdir="\$(TOPOBJDIR)"
4109 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4110 case "$wine_cv_toolsdir" in
4111 /*) ;;
4112 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4113 esac
4114 else
4115 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4119 $as_echo "$wine_cv_toolsdir" >&6; }
4120 TOOLSDIR=$wine_cv_toolsdir
4122 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4123 then
4124 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4128 for ac_prog in flex
4130 # Extract the first word of "$ac_prog", so it can be a program name with args.
4131 set dummy $ac_prog; ac_word=$2
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4133 $as_echo_n "checking for $ac_word... " >&6; }
4134 if test "${ac_cv_prog_FLEX+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 if test -n "$FLEX"; then
4138 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4139 else
4140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4141 for as_dir in $PATH
4143 IFS=$as_save_IFS
4144 test -z "$as_dir" && as_dir=.
4145 for ac_exec_ext in '' $ac_executable_extensions; do
4146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4147 ac_cv_prog_FLEX="$ac_prog"
4148 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4149 break 2
4151 done
4152 done
4153 IFS=$as_save_IFS
4157 FLEX=$ac_cv_prog_FLEX
4158 if test -n "$FLEX"; then
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4160 $as_echo "$FLEX" >&6; }
4161 else
4162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4163 $as_echo "no" >&6; }
4167 test -n "$FLEX" && break
4168 done
4169 test -n "$FLEX" || FLEX="none"
4171 if test "$FLEX" = "none"
4172 then
4173 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4176 for ac_prog in bison
4178 # Extract the first word of "$ac_prog", so it can be a program name with args.
4179 set dummy $ac_prog; ac_word=$2
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4181 $as_echo_n "checking for $ac_word... " >&6; }
4182 if test "${ac_cv_prog_BISON+set}" = set; then :
4183 $as_echo_n "(cached) " >&6
4184 else
4185 if test -n "$BISON"; then
4186 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4187 else
4188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4189 for as_dir in $PATH
4191 IFS=$as_save_IFS
4192 test -z "$as_dir" && as_dir=.
4193 for ac_exec_ext in '' $ac_executable_extensions; do
4194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4195 ac_cv_prog_BISON="$ac_prog"
4196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4197 break 2
4199 done
4200 done
4201 IFS=$as_save_IFS
4205 BISON=$ac_cv_prog_BISON
4206 if test -n "$BISON"; then
4207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4208 $as_echo "$BISON" >&6; }
4209 else
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4211 $as_echo "no" >&6; }
4215 test -n "$BISON" && break
4216 done
4217 test -n "$BISON" || BISON="none"
4219 if test "$BISON" = "none"
4220 then
4221 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4224 if test -n "$ac_tool_prefix"; then
4225 for ac_prog in ar gar
4227 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4228 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4230 $as_echo_n "checking for $ac_word... " >&6; }
4231 if test "${ac_cv_prog_AR+set}" = set; then :
4232 $as_echo_n "(cached) " >&6
4233 else
4234 if test -n "$AR"; then
4235 ac_cv_prog_AR="$AR" # Let the user override the test.
4236 else
4237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4238 for as_dir in $PATH
4240 IFS=$as_save_IFS
4241 test -z "$as_dir" && as_dir=.
4242 for ac_exec_ext in '' $ac_executable_extensions; do
4243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4244 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4246 break 2
4248 done
4249 done
4250 IFS=$as_save_IFS
4254 AR=$ac_cv_prog_AR
4255 if test -n "$AR"; then
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4257 $as_echo "$AR" >&6; }
4258 else
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4260 $as_echo "no" >&6; }
4264 test -n "$AR" && break
4265 done
4267 if test -z "$AR"; then
4268 ac_ct_AR=$AR
4269 for ac_prog in ar gar
4271 # Extract the first word of "$ac_prog", so it can be a program name with args.
4272 set dummy $ac_prog; ac_word=$2
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4274 $as_echo_n "checking for $ac_word... " >&6; }
4275 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4276 $as_echo_n "(cached) " >&6
4277 else
4278 if test -n "$ac_ct_AR"; then
4279 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4280 else
4281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4282 for as_dir in $PATH
4284 IFS=$as_save_IFS
4285 test -z "$as_dir" && as_dir=.
4286 for ac_exec_ext in '' $ac_executable_extensions; do
4287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4288 ac_cv_prog_ac_ct_AR="$ac_prog"
4289 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4290 break 2
4292 done
4293 done
4294 IFS=$as_save_IFS
4298 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4299 if test -n "$ac_ct_AR"; then
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4301 $as_echo "$ac_ct_AR" >&6; }
4302 else
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4304 $as_echo "no" >&6; }
4308 test -n "$ac_ct_AR" && break
4309 done
4311 if test "x$ac_ct_AR" = x; then
4312 AR="ar"
4313 else
4314 case $cross_compiling:$ac_tool_warned in
4315 yes:)
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4317 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4318 ac_tool_warned=yes ;;
4319 esac
4320 AR=$ac_ct_AR
4324 ARFLAGS=rc
4326 if test -n "$ac_tool_prefix"; then
4327 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4328 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4330 $as_echo_n "checking for $ac_word... " >&6; }
4331 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4332 $as_echo_n "(cached) " >&6
4333 else
4334 if test -n "$RANLIB"; then
4335 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4336 else
4337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4338 for as_dir in $PATH
4340 IFS=$as_save_IFS
4341 test -z "$as_dir" && as_dir=.
4342 for ac_exec_ext in '' $ac_executable_extensions; do
4343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4344 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4346 break 2
4348 done
4349 done
4350 IFS=$as_save_IFS
4354 RANLIB=$ac_cv_prog_RANLIB
4355 if test -n "$RANLIB"; then
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4357 $as_echo "$RANLIB" >&6; }
4358 else
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4360 $as_echo "no" >&6; }
4365 if test -z "$ac_cv_prog_RANLIB"; then
4366 ac_ct_RANLIB=$RANLIB
4367 # Extract the first word of "ranlib", so it can be a program name with args.
4368 set dummy ranlib; ac_word=$2
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4370 $as_echo_n "checking for $ac_word... " >&6; }
4371 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4372 $as_echo_n "(cached) " >&6
4373 else
4374 if test -n "$ac_ct_RANLIB"; then
4375 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4376 else
4377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4378 for as_dir in $PATH
4380 IFS=$as_save_IFS
4381 test -z "$as_dir" && as_dir=.
4382 for ac_exec_ext in '' $ac_executable_extensions; do
4383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4384 ac_cv_prog_ac_ct_RANLIB="ranlib"
4385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4386 break 2
4388 done
4389 done
4390 IFS=$as_save_IFS
4394 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4395 if test -n "$ac_ct_RANLIB"; then
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4397 $as_echo "$ac_ct_RANLIB" >&6; }
4398 else
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4400 $as_echo "no" >&6; }
4403 if test "x$ac_ct_RANLIB" = x; then
4404 RANLIB=":"
4405 else
4406 case $cross_compiling:$ac_tool_warned in
4407 yes:)
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4409 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4410 ac_tool_warned=yes ;;
4411 esac
4412 RANLIB=$ac_ct_RANLIB
4414 else
4415 RANLIB="$ac_cv_prog_RANLIB"
4418 if test -n "$ac_tool_prefix"; then
4419 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4420 set dummy ${ac_tool_prefix}strip; ac_word=$2
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4422 $as_echo_n "checking for $ac_word... " >&6; }
4423 if test "${ac_cv_prog_STRIP+set}" = set; then :
4424 $as_echo_n "(cached) " >&6
4425 else
4426 if test -n "$STRIP"; then
4427 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4428 else
4429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4430 for as_dir in $PATH
4432 IFS=$as_save_IFS
4433 test -z "$as_dir" && as_dir=.
4434 for ac_exec_ext in '' $ac_executable_extensions; do
4435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4436 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4438 break 2
4440 done
4441 done
4442 IFS=$as_save_IFS
4446 STRIP=$ac_cv_prog_STRIP
4447 if test -n "$STRIP"; then
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4449 $as_echo "$STRIP" >&6; }
4450 else
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4452 $as_echo "no" >&6; }
4457 if test -z "$ac_cv_prog_STRIP"; then
4458 ac_ct_STRIP=$STRIP
4459 # Extract the first word of "strip", so it can be a program name with args.
4460 set dummy strip; ac_word=$2
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4462 $as_echo_n "checking for $ac_word... " >&6; }
4463 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4464 $as_echo_n "(cached) " >&6
4465 else
4466 if test -n "$ac_ct_STRIP"; then
4467 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4468 else
4469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4470 for as_dir in $PATH
4472 IFS=$as_save_IFS
4473 test -z "$as_dir" && as_dir=.
4474 for ac_exec_ext in '' $ac_executable_extensions; do
4475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4476 ac_cv_prog_ac_ct_STRIP="strip"
4477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4478 break 2
4480 done
4481 done
4482 IFS=$as_save_IFS
4486 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4487 if test -n "$ac_ct_STRIP"; then
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4489 $as_echo "$ac_ct_STRIP" >&6; }
4490 else
4491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4492 $as_echo "no" >&6; }
4495 if test "x$ac_ct_STRIP" = x; then
4496 STRIP="strip"
4497 else
4498 case $cross_compiling:$ac_tool_warned in
4499 yes:)
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4502 ac_tool_warned=yes ;;
4503 esac
4504 STRIP=$ac_ct_STRIP
4506 else
4507 STRIP="$ac_cv_prog_STRIP"
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4511 $as_echo_n "checking whether ln -s works... " >&6; }
4512 LN_S=$as_ln_s
4513 if test "$LN_S" = "ln -s"; then
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4515 $as_echo "yes" >&6; }
4516 else
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4518 $as_echo "no, using $LN_S" >&6; }
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
4522 $as_echo_n "checking whether ln works... " >&6; }
4523 rm -f conf$$ conf$$.file
4524 echo >conf$$.file
4525 if ln conf$$.file conf$$ 2>/dev/null; then
4526 LN=ln
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530 else
4531 LN="cp -p"
4533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
4534 $as_echo "no, using $LN" >&6; }
4536 rm -f conf$$ conf$$.file
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4538 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4539 if test "${ac_cv_path_GREP+set}" = set; then :
4540 $as_echo_n "(cached) " >&6
4541 else
4542 if test -z "$GREP"; then
4543 ac_path_GREP_found=false
4544 # Loop through the user's path and test for each of PROGNAME-LIST
4545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4546 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4548 IFS=$as_save_IFS
4549 test -z "$as_dir" && as_dir=.
4550 for ac_prog in grep ggrep; do
4551 for ac_exec_ext in '' $ac_executable_extensions; do
4552 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4553 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4554 # Check for GNU ac_path_GREP and select it if it is found.
4555 # Check for GNU $ac_path_GREP
4556 case `"$ac_path_GREP" --version 2>&1` in
4557 *GNU*)
4558 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4560 ac_count=0
4561 $as_echo_n 0123456789 >"conftest.in"
4562 while :
4564 cat "conftest.in" "conftest.in" >"conftest.tmp"
4565 mv "conftest.tmp" "conftest.in"
4566 cp "conftest.in" "conftest.nl"
4567 $as_echo 'GREP' >> "conftest.nl"
4568 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4569 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4570 as_fn_arith $ac_count + 1 && ac_count=$as_val
4571 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4572 # Best one so far, save it but keep looking for a better one
4573 ac_cv_path_GREP="$ac_path_GREP"
4574 ac_path_GREP_max=$ac_count
4576 # 10*(2^10) chars as input seems more than enough
4577 test $ac_count -gt 10 && break
4578 done
4579 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4580 esac
4582 $ac_path_GREP_found && break 3
4583 done
4584 done
4585 done
4586 IFS=$as_save_IFS
4587 if test -z "$ac_cv_path_GREP"; then
4588 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4590 else
4591 ac_cv_path_GREP=$GREP
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4596 $as_echo "$ac_cv_path_GREP" >&6; }
4597 GREP="$ac_cv_path_GREP"
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4601 $as_echo_n "checking for egrep... " >&6; }
4602 if test "${ac_cv_path_EGREP+set}" = set; then :
4603 $as_echo_n "(cached) " >&6
4604 else
4605 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4606 then ac_cv_path_EGREP="$GREP -E"
4607 else
4608 if test -z "$EGREP"; then
4609 ac_path_EGREP_found=false
4610 # Loop through the user's path and test for each of PROGNAME-LIST
4611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4612 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4614 IFS=$as_save_IFS
4615 test -z "$as_dir" && as_dir=.
4616 for ac_prog in egrep; do
4617 for ac_exec_ext in '' $ac_executable_extensions; do
4618 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4619 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4620 # Check for GNU ac_path_EGREP and select it if it is found.
4621 # Check for GNU $ac_path_EGREP
4622 case `"$ac_path_EGREP" --version 2>&1` in
4623 *GNU*)
4624 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4626 ac_count=0
4627 $as_echo_n 0123456789 >"conftest.in"
4628 while :
4630 cat "conftest.in" "conftest.in" >"conftest.tmp"
4631 mv "conftest.tmp" "conftest.in"
4632 cp "conftest.in" "conftest.nl"
4633 $as_echo 'EGREP' >> "conftest.nl"
4634 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4635 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4636 as_fn_arith $ac_count + 1 && ac_count=$as_val
4637 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4638 # Best one so far, save it but keep looking for a better one
4639 ac_cv_path_EGREP="$ac_path_EGREP"
4640 ac_path_EGREP_max=$ac_count
4642 # 10*(2^10) chars as input seems more than enough
4643 test $ac_count -gt 10 && break
4644 done
4645 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4646 esac
4648 $ac_path_EGREP_found && break 3
4649 done
4650 done
4651 done
4652 IFS=$as_save_IFS
4653 if test -z "$ac_cv_path_EGREP"; then
4654 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4656 else
4657 ac_cv_path_EGREP=$EGREP
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4663 $as_echo "$ac_cv_path_EGREP" >&6; }
4664 EGREP="$ac_cv_path_EGREP"
4667 # Extract the first word of "ldconfig", so it can be a program name with args.
4668 set dummy ldconfig; ac_word=$2
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4670 $as_echo_n "checking for $ac_word... " >&6; }
4671 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4672 $as_echo_n "(cached) " >&6
4673 else
4674 case $LDCONFIG in
4675 [\\/]* | ?:[\\/]*)
4676 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4680 for as_dir in /sbin /usr/sbin $PATH
4682 IFS=$as_save_IFS
4683 test -z "$as_dir" && as_dir=.
4684 for ac_exec_ext in '' $ac_executable_extensions; do
4685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4686 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4688 break 2
4690 done
4691 done
4692 IFS=$as_save_IFS
4694 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4696 esac
4698 LDCONFIG=$ac_cv_path_LDCONFIG
4699 if test -n "$LDCONFIG"; then
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4701 $as_echo "$LDCONFIG" >&6; }
4702 else
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4704 $as_echo "no" >&6; }
4708 # Find a good install program. We prefer a C program (faster),
4709 # so one script is as good as another. But avoid the broken or
4710 # incompatible versions:
4711 # SysV /etc/install, /usr/sbin/install
4712 # SunOS /usr/etc/install
4713 # IRIX /sbin/install
4714 # AIX /bin/install
4715 # AmigaOS /C/install, which installs bootblocks on floppy discs
4716 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4717 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4718 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4719 # OS/2's system install, which has a completely different semantic
4720 # ./install, which can be erroneously created by make from ./install.sh.
4721 # Reject install programs that cannot install multiple files.
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4723 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4724 if test -z "$INSTALL"; then
4725 if test "${ac_cv_path_install+set}" = set; then :
4726 $as_echo_n "(cached) " >&6
4727 else
4728 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4729 for as_dir in $PATH
4731 IFS=$as_save_IFS
4732 test -z "$as_dir" && as_dir=.
4733 # Account for people who put trailing slashes in PATH elements.
4734 case $as_dir/ in #((
4735 ./ | .// | /[cC]/* | \
4736 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4737 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4738 /usr/ucb/* ) ;;
4740 # OSF1 and SCO ODT 3.0 have their own names for install.
4741 # Don't use installbsd from OSF since it installs stuff as root
4742 # by default.
4743 for ac_prog in ginstall scoinst install; do
4744 for ac_exec_ext in '' $ac_executable_extensions; do
4745 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4746 if test $ac_prog = install &&
4747 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4748 # AIX install. It has an incompatible calling convention.
4750 elif test $ac_prog = install &&
4751 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4752 # program-specific install script used by HP pwplus--don't use.
4754 else
4755 rm -rf conftest.one conftest.two conftest.dir
4756 echo one > conftest.one
4757 echo two > conftest.two
4758 mkdir conftest.dir
4759 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4760 test -s conftest.one && test -s conftest.two &&
4761 test -s conftest.dir/conftest.one &&
4762 test -s conftest.dir/conftest.two
4763 then
4764 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4765 break 3
4769 done
4770 done
4772 esac
4774 done
4775 IFS=$as_save_IFS
4777 rm -rf conftest.one conftest.two conftest.dir
4780 if test "${ac_cv_path_install+set}" = set; then
4781 INSTALL=$ac_cv_path_install
4782 else
4783 # As a last resort, use the slow shell script. Don't cache a
4784 # value for INSTALL within a source directory, because that will
4785 # break other packages using the cache if that directory is
4786 # removed, or if the value is a relative name.
4787 INSTALL=$ac_install_sh
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4791 $as_echo "$INSTALL" >&6; }
4793 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4794 # It thinks the first close brace ends the variable substitution.
4795 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4797 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4799 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4801 case "$INSTALL" in
4802 [\\/$]* | ?:[\\/]* ) ;;
4803 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4804 esac
4806 for ac_prog in lclint lint
4808 # Extract the first word of "$ac_prog", so it can be a program name with args.
4809 set dummy $ac_prog; ac_word=$2
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4811 $as_echo_n "checking for $ac_word... " >&6; }
4812 if test "${ac_cv_prog_LINT+set}" = set; then :
4813 $as_echo_n "(cached) " >&6
4814 else
4815 if test -n "$LINT"; then
4816 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4817 else
4818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4819 for as_dir in $PATH
4821 IFS=$as_save_IFS
4822 test -z "$as_dir" && as_dir=.
4823 for ac_exec_ext in '' $ac_executable_extensions; do
4824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4825 ac_cv_prog_LINT="$ac_prog"
4826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4827 break 2
4829 done
4830 done
4831 IFS=$as_save_IFS
4835 LINT=$ac_cv_prog_LINT
4836 if test -n "$LINT"; then
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4838 $as_echo "$LINT" >&6; }
4839 else
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4841 $as_echo "no" >&6; }
4845 test -n "$LINT" && break
4846 done
4848 if test "$LINT" = "lint"
4849 then
4850 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4855 for ac_prog in fontforge
4857 # Extract the first word of "$ac_prog", so it can be a program name with args.
4858 set dummy $ac_prog; ac_word=$2
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4860 $as_echo_n "checking for $ac_word... " >&6; }
4861 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4862 $as_echo_n "(cached) " >&6
4863 else
4864 if test -n "$FONTFORGE"; then
4865 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4866 else
4867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4868 for as_dir in $PATH
4870 IFS=$as_save_IFS
4871 test -z "$as_dir" && as_dir=.
4872 for ac_exec_ext in '' $ac_executable_extensions; do
4873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4874 ac_cv_prog_FONTFORGE="$ac_prog"
4875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4876 break 2
4878 done
4879 done
4880 IFS=$as_save_IFS
4884 FONTFORGE=$ac_cv_prog_FONTFORGE
4885 if test -n "$FONTFORGE"; then
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4887 $as_echo "$FONTFORGE" >&6; }
4888 else
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4890 $as_echo "no" >&6; }
4894 test -n "$FONTFORGE" && break
4895 done
4896 test -n "$FONTFORGE" || FONTFORGE="false"
4898 for ac_prog in pkg-config
4900 # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4905 $as_echo_n "(cached) " >&6
4906 else
4907 if test -n "$PKG_CONFIG"; then
4908 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_prog_PKG_CONFIG="$ac_prog"
4918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4927 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4928 if test -n "$PKG_CONFIG"; then
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4930 $as_echo "$PKG_CONFIG" >&6; }
4931 else
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4937 test -n "$PKG_CONFIG" && break
4938 done
4939 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4941 for ac_prog in rsvg
4943 # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_RSVG+set}" = set; then :
4948 $as_echo_n "(cached) " >&6
4949 else
4950 if test -n "$RSVG"; then
4951 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960 ac_cv_prog_RSVG="$ac_prog"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4964 done
4965 done
4966 IFS=$as_save_IFS
4970 RSVG=$ac_cv_prog_RSVG
4971 if test -n "$RSVG"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
4973 $as_echo "$RSVG" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4980 test -n "$RSVG" && break
4981 done
4982 test -n "$RSVG" || RSVG="false"
4984 for ac_prog in icotool
4986 # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 if test -n "$ICOTOOL"; then
4994 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003 ac_cv_prog_ICOTOOL="$ac_prog"
5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005 break 2
5007 done
5008 done
5009 IFS=$as_save_IFS
5013 ICOTOOL=$ac_cv_prog_ICOTOOL
5014 if test -n "$ICOTOOL"; then
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5016 $as_echo "$ICOTOOL" >&6; }
5017 else
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5023 test -n "$ICOTOOL" && break
5024 done
5025 test -n "$ICOTOOL" || ICOTOOL="false"
5028 if test "${enable_maintainer_mode+set}" = set
5029 then
5030 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5031 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5032 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5035 case $host_cpu in
5036 *i[3456789]86*)
5037 # Extract the first word of "prelink", so it can be a program name with args.
5038 set dummy prelink; ac_word=$2
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5040 $as_echo_n "checking for $ac_word... " >&6; }
5041 if test "${ac_cv_path_PRELINK+set}" = set; then :
5042 $as_echo_n "(cached) " >&6
5043 else
5044 case $PRELINK in
5045 [\\/]* | ?:[\\/]*)
5046 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5050 for as_dir in /sbin /usr/sbin $PATH
5052 IFS=$as_save_IFS
5053 test -z "$as_dir" && as_dir=.
5054 for ac_exec_ext in '' $ac_executable_extensions; do
5055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5056 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5058 break 2
5060 done
5061 done
5062 IFS=$as_save_IFS
5064 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5066 esac
5068 PRELINK=$ac_cv_path_PRELINK
5069 if test -n "$PRELINK"; then
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5071 $as_echo "$PRELINK" >&6; }
5072 else
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5074 $as_echo "no" >&6; }
5079 esac
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5083 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5084 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5085 $as_echo_n "(cached) " >&6
5086 else
5087 ac_check_lib_save_LIBS=$LIBS
5088 LIBS="-li386 $LIBS"
5089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5090 /* end confdefs.h. */
5092 /* Override any GCC internal prototype to avoid an error.
5093 Use char because int might match the return type of a GCC
5094 builtin and then its argument prototype would still apply. */
5095 #ifdef __cplusplus
5096 extern "C"
5097 #endif
5098 char i386_set_ldt ();
5100 main ()
5102 return i386_set_ldt ();
5104 return 0;
5106 _ACEOF
5107 if ac_fn_c_try_link "$LINENO"; then :
5108 ac_cv_lib_i386_i386_set_ldt=yes
5109 else
5110 ac_cv_lib_i386_i386_set_ldt=no
5112 rm -f core conftest.err conftest.$ac_objext \
5113 conftest$ac_exeext conftest.$ac_ext
5114 LIBS=$ac_check_lib_save_LIBS
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5117 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5118 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5119 cat >>confdefs.h <<_ACEOF
5120 #define HAVE_LIBI386 1
5121 _ACEOF
5123 LIBS="-li386 $LIBS"
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5128 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5129 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5130 $as_echo_n "(cached) " >&6
5131 else
5132 ac_check_lib_save_LIBS=$LIBS
5133 LIBS="-lossaudio $LIBS"
5134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5135 /* end confdefs.h. */
5137 /* Override any GCC internal prototype to avoid an error.
5138 Use char because int might match the return type of a GCC
5139 builtin and then its argument prototype would still apply. */
5140 #ifdef __cplusplus
5141 extern "C"
5142 #endif
5143 char _oss_ioctl ();
5145 main ()
5147 return _oss_ioctl ();
5149 return 0;
5151 _ACEOF
5152 if ac_fn_c_try_link "$LINENO"; then :
5153 ac_cv_lib_ossaudio__oss_ioctl=yes
5154 else
5155 ac_cv_lib_ossaudio__oss_ioctl=no
5157 rm -f core conftest.err conftest.$ac_objext \
5158 conftest$ac_exeext conftest.$ac_ext
5159 LIBS=$ac_check_lib_save_LIBS
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5162 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5163 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5164 cat >>confdefs.h <<_ACEOF
5165 #define HAVE_LIBOSSAUDIO 1
5166 _ACEOF
5168 LIBS="-lossaudio $LIBS"
5173 XLIB=""
5175 OPENGL_LIBS=""
5179 # Check whether --enable-largefile was given.
5180 if test "${enable_largefile+set}" = set; then :
5181 enableval=$enable_largefile;
5184 if test "$enable_largefile" != no; then
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5187 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5188 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5189 $as_echo_n "(cached) " >&6
5190 else
5191 ac_cv_sys_largefile_CC=no
5192 if test "$GCC" != yes; then
5193 ac_save_CC=$CC
5194 while :; do
5195 # IRIX 6.2 and later do not support large files by default,
5196 # so use the C compiler's -n32 option if that helps.
5197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5198 /* end confdefs.h. */
5199 #include <sys/types.h>
5200 /* Check that off_t can represent 2**63 - 1 correctly.
5201 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5202 since some C++ compilers masquerading as C compilers
5203 incorrectly reject 9223372036854775807. */
5204 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5205 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5206 && LARGE_OFF_T % 2147483647 == 1)
5207 ? 1 : -1];
5209 main ()
5213 return 0;
5215 _ACEOF
5216 if ac_fn_c_try_compile "$LINENO"; then :
5217 break
5219 rm -f core conftest.err conftest.$ac_objext
5220 CC="$CC -n32"
5221 if ac_fn_c_try_compile "$LINENO"; then :
5222 ac_cv_sys_largefile_CC=' -n32'; break
5224 rm -f core conftest.err conftest.$ac_objext
5225 break
5226 done
5227 CC=$ac_save_CC
5228 rm -f conftest.$ac_ext
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5232 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5233 if test "$ac_cv_sys_largefile_CC" != no; then
5234 CC=$CC$ac_cv_sys_largefile_CC
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5238 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5239 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5240 $as_echo_n "(cached) " >&6
5241 else
5242 while :; do
5243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5244 /* end confdefs.h. */
5245 #include <sys/types.h>
5246 /* Check that off_t can represent 2**63 - 1 correctly.
5247 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5248 since some C++ compilers masquerading as C compilers
5249 incorrectly reject 9223372036854775807. */
5250 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5251 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5252 && LARGE_OFF_T % 2147483647 == 1)
5253 ? 1 : -1];
5255 main ()
5259 return 0;
5261 _ACEOF
5262 if ac_fn_c_try_compile "$LINENO"; then :
5263 ac_cv_sys_file_offset_bits=no; break
5265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5267 /* end confdefs.h. */
5268 #define _FILE_OFFSET_BITS 64
5269 #include <sys/types.h>
5270 /* Check that off_t can represent 2**63 - 1 correctly.
5271 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5272 since some C++ compilers masquerading as C compilers
5273 incorrectly reject 9223372036854775807. */
5274 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5275 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5276 && LARGE_OFF_T % 2147483647 == 1)
5277 ? 1 : -1];
5279 main ()
5283 return 0;
5285 _ACEOF
5286 if ac_fn_c_try_compile "$LINENO"; then :
5287 ac_cv_sys_file_offset_bits=64; break
5289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5290 ac_cv_sys_file_offset_bits=unknown
5291 break
5292 done
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5295 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5296 case $ac_cv_sys_file_offset_bits in #(
5297 no | unknown) ;;
5299 cat >>confdefs.h <<_ACEOF
5300 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5301 _ACEOF
5303 esac
5304 rm -rf conftest*
5305 if test $ac_cv_sys_file_offset_bits = unknown; then
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5307 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5308 if test "${ac_cv_sys_large_files+set}" = set; then :
5309 $as_echo_n "(cached) " >&6
5310 else
5311 while :; do
5312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5313 /* end confdefs.h. */
5314 #include <sys/types.h>
5315 /* Check that off_t can represent 2**63 - 1 correctly.
5316 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5317 since some C++ compilers masquerading as C compilers
5318 incorrectly reject 9223372036854775807. */
5319 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5320 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5321 && LARGE_OFF_T % 2147483647 == 1)
5322 ? 1 : -1];
5324 main ()
5328 return 0;
5330 _ACEOF
5331 if ac_fn_c_try_compile "$LINENO"; then :
5332 ac_cv_sys_large_files=no; break
5334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5336 /* end confdefs.h. */
5337 #define _LARGE_FILES 1
5338 #include <sys/types.h>
5339 /* Check that off_t can represent 2**63 - 1 correctly.
5340 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5341 since some C++ compilers masquerading as C compilers
5342 incorrectly reject 9223372036854775807. */
5343 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5344 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5345 && LARGE_OFF_T % 2147483647 == 1)
5346 ? 1 : -1];
5348 main ()
5352 return 0;
5354 _ACEOF
5355 if ac_fn_c_try_compile "$LINENO"; then :
5356 ac_cv_sys_large_files=1; break
5358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5359 ac_cv_sys_large_files=unknown
5360 break
5361 done
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5364 $as_echo "$ac_cv_sys_large_files" >&6; }
5365 case $ac_cv_sys_large_files in #(
5366 no | unknown) ;;
5368 cat >>confdefs.h <<_ACEOF
5369 #define _LARGE_FILES $ac_cv_sys_large_files
5370 _ACEOF
5372 esac
5373 rm -rf conftest*
5378 ac_ext=c
5379 ac_cpp='$CPP $CPPFLAGS'
5380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5384 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5385 # On Suns, sometimes $CPP names a directory.
5386 if test -n "$CPP" && test -d "$CPP"; then
5387 CPP=
5389 if test -z "$CPP"; then
5390 if test "${ac_cv_prog_CPP+set}" = set; then :
5391 $as_echo_n "(cached) " >&6
5392 else
5393 # Double quotes because CPP needs to be expanded
5394 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5396 ac_preproc_ok=false
5397 for ac_c_preproc_warn_flag in '' yes
5399 # Use a header file that comes with gcc, so configuring glibc
5400 # with a fresh cross-compiler works.
5401 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5402 # <limits.h> exists even on freestanding compilers.
5403 # On the NeXT, cc -E runs the code through the compiler's parser,
5404 # not just through cpp. "Syntax error" is here to catch this case.
5405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5406 /* end confdefs.h. */
5407 #ifdef __STDC__
5408 # include <limits.h>
5409 #else
5410 # include <assert.h>
5411 #endif
5412 Syntax error
5413 _ACEOF
5414 if ac_fn_c_try_cpp "$LINENO"; then :
5416 else
5417 # Broken: fails on valid input.
5418 continue
5420 rm -f conftest.err conftest.$ac_ext
5422 # OK, works on sane cases. Now check whether nonexistent headers
5423 # can be detected and how.
5424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5425 /* end confdefs.h. */
5426 #include <ac_nonexistent.h>
5427 _ACEOF
5428 if ac_fn_c_try_cpp "$LINENO"; then :
5429 # Broken: success on invalid input.
5430 continue
5431 else
5432 # Passes both tests.
5433 ac_preproc_ok=:
5434 break
5436 rm -f conftest.err conftest.$ac_ext
5438 done
5439 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5440 rm -f conftest.err conftest.$ac_ext
5441 if $ac_preproc_ok; then :
5442 break
5445 done
5446 ac_cv_prog_CPP=$CPP
5449 CPP=$ac_cv_prog_CPP
5450 else
5451 ac_cv_prog_CPP=$CPP
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5454 $as_echo "$CPP" >&6; }
5455 ac_preproc_ok=false
5456 for ac_c_preproc_warn_flag in '' yes
5458 # Use a header file that comes with gcc, so configuring glibc
5459 # with a fresh cross-compiler works.
5460 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5461 # <limits.h> exists even on freestanding compilers.
5462 # On the NeXT, cc -E runs the code through the compiler's parser,
5463 # not just through cpp. "Syntax error" is here to catch this case.
5464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5465 /* end confdefs.h. */
5466 #ifdef __STDC__
5467 # include <limits.h>
5468 #else
5469 # include <assert.h>
5470 #endif
5471 Syntax error
5472 _ACEOF
5473 if ac_fn_c_try_cpp "$LINENO"; then :
5475 else
5476 # Broken: fails on valid input.
5477 continue
5479 rm -f conftest.err conftest.$ac_ext
5481 # OK, works on sane cases. Now check whether nonexistent headers
5482 # can be detected and how.
5483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5484 /* end confdefs.h. */
5485 #include <ac_nonexistent.h>
5486 _ACEOF
5487 if ac_fn_c_try_cpp "$LINENO"; then :
5488 # Broken: success on invalid input.
5489 continue
5490 else
5491 # Passes both tests.
5492 ac_preproc_ok=:
5493 break
5495 rm -f conftest.err conftest.$ac_ext
5497 done
5498 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5499 rm -f conftest.err conftest.$ac_ext
5500 if $ac_preproc_ok; then :
5502 else
5503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5505 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5506 See \`config.log' for more details." "$LINENO" 5; }
5509 ac_ext=c
5510 ac_cpp='$CPP $CPPFLAGS'
5511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5517 $as_echo_n "checking for ANSI C header files... " >&6; }
5518 if test "${ac_cv_header_stdc+set}" = set; then :
5519 $as_echo_n "(cached) " >&6
5520 else
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 /* end confdefs.h. */
5523 #include <stdlib.h>
5524 #include <stdarg.h>
5525 #include <string.h>
5526 #include <float.h>
5529 main ()
5533 return 0;
5535 _ACEOF
5536 if ac_fn_c_try_compile "$LINENO"; then :
5537 ac_cv_header_stdc=yes
5538 else
5539 ac_cv_header_stdc=no
5541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5543 if test $ac_cv_header_stdc = yes; then
5544 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5546 /* end confdefs.h. */
5547 #include <string.h>
5549 _ACEOF
5550 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5551 $EGREP "memchr" >/dev/null 2>&1; then :
5553 else
5554 ac_cv_header_stdc=no
5556 rm -f conftest*
5560 if test $ac_cv_header_stdc = yes; then
5561 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h. */
5564 #include <stdlib.h>
5566 _ACEOF
5567 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5568 $EGREP "free" >/dev/null 2>&1; then :
5570 else
5571 ac_cv_header_stdc=no
5573 rm -f conftest*
5577 if test $ac_cv_header_stdc = yes; then
5578 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5579 if test "$cross_compiling" = yes; then :
5581 else
5582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5583 /* end confdefs.h. */
5584 #include <ctype.h>
5585 #include <stdlib.h>
5586 #if ((' ' & 0x0FF) == 0x020)
5587 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5588 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5589 #else
5590 # define ISLOWER(c) \
5591 (('a' <= (c) && (c) <= 'i') \
5592 || ('j' <= (c) && (c) <= 'r') \
5593 || ('s' <= (c) && (c) <= 'z'))
5594 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5595 #endif
5597 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5599 main ()
5601 int i;
5602 for (i = 0; i < 256; i++)
5603 if (XOR (islower (i), ISLOWER (i))
5604 || toupper (i) != TOUPPER (i))
5605 return 2;
5606 return 0;
5608 _ACEOF
5609 if ac_fn_c_try_run "$LINENO"; then :
5611 else
5612 ac_cv_header_stdc=no
5614 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5615 conftest.$ac_objext conftest.beam conftest.$ac_ext
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5621 $as_echo "$ac_cv_header_stdc" >&6; }
5622 if test $ac_cv_header_stdc = yes; then
5624 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5628 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5629 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5630 inttypes.h stdint.h unistd.h
5631 do :
5632 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5633 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5635 eval as_val=\$$as_ac_Header
5636 if test "x$as_val" = x""yes; then :
5637 cat >>confdefs.h <<_ACEOF
5638 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5639 _ACEOF
5643 done
5646 for ac_header in \
5647 AudioUnit/AudioUnit.h \
5648 Carbon/Carbon.h \
5649 CoreAudio/CoreAudio.h \
5650 DiskArbitration/DiskArbitration.h \
5651 IOKit/IOKitLib.h \
5652 IOKit/hid/IOHIDLib.h \
5653 alias.h \
5654 alsa/asoundlib.h \
5655 arpa/inet.h \
5656 arpa/nameser.h \
5657 asm/types.h \
5658 capi20.h \
5659 curses.h \
5660 direct.h \
5661 dirent.h \
5662 dlfcn.h \
5663 elf.h \
5664 float.h \
5665 fnmatch.h \
5666 fontconfig/fontconfig.h \
5667 getopt.h \
5668 grp.h \
5669 gsm.h \
5670 gsm/gsm.h \
5671 ieeefp.h \
5672 inet/mib2.h \
5673 io.h \
5674 jack/jack.h \
5675 jpeglib.h \
5676 kstat.h \
5677 lber.h \
5678 lcms.h \
5679 lcms/lcms.h \
5680 ldap.h \
5681 libaudioio.h \
5682 link.h \
5683 linux/cdrom.h \
5684 linux/compiler.h \
5685 linux/hdreg.h \
5686 linux/input.h \
5687 linux/ioctl.h \
5688 linux/joystick.h \
5689 linux/major.h \
5690 linux/param.h \
5691 linux/serial.h \
5692 linux/types.h \
5693 linux/ucdrom.h \
5694 mach-o/nlist.h \
5695 mach/mach.h \
5696 mach/machine.h \
5697 machine/cpu.h \
5698 machine/limits.h \
5699 machine/soundcard.h \
5700 mntent.h \
5701 mpg123.h \
5702 ncurses.h \
5703 netdb.h \
5704 netinet/in.h \
5705 netinet/in_systm.h \
5706 netinet/tcp.h \
5707 netinet/tcp_fsm.h \
5708 openssl/err.h \
5709 openssl/ssl.h \
5710 png.h \
5711 poll.h \
5712 process.h \
5713 pthread.h \
5714 pwd.h \
5715 regex.h \
5716 sched.h \
5717 scsi/scsi.h \
5718 scsi/scsi_ioctl.h \
5719 scsi/sg.h \
5720 soundcard.h \
5721 stdbool.h \
5722 stdint.h \
5723 strings.h \
5724 stropts.h \
5725 sys/asoundlib.h \
5726 sys/cdio.h \
5727 sys/elf32.h \
5728 sys/epoll.h \
5729 sys/errno.h \
5730 sys/event.h \
5731 sys/exec_elf.h \
5732 sys/filio.h \
5733 sys/inotify.h \
5734 sys/ioctl.h \
5735 sys/ipc.h \
5736 sys/limits.h \
5737 sys/link.h \
5738 sys/mman.h \
5739 sys/modem.h \
5740 sys/msg.h \
5741 sys/mtio.h \
5742 sys/param.h \
5743 sys/poll.h \
5744 sys/prctl.h \
5745 sys/protosw.h \
5746 sys/ptrace.h \
5747 sys/resource.h \
5748 sys/scsiio.h \
5749 sys/shm.h \
5750 sys/signal.h \
5751 sys/socket.h \
5752 sys/socketvar.h \
5753 sys/sockio.h \
5754 sys/soundcard.h \
5755 sys/statvfs.h \
5756 sys/strtio.h \
5757 sys/syscall.h \
5758 sys/tihdr.h \
5759 sys/time.h \
5760 sys/timeout.h \
5761 sys/times.h \
5762 sys/uio.h \
5763 sys/un.h \
5764 sys/utsname.h \
5765 sys/vm86.h \
5766 sys/wait.h \
5767 syscall.h \
5768 termios.h \
5769 unistd.h \
5770 utime.h \
5771 valgrind/memcheck.h \
5772 valgrind/valgrind.h \
5773 zlib.h
5775 do :
5776 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5777 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5778 eval as_val=\$$as_ac_Header
5779 if test "x$as_val" = x""yes; then :
5780 cat >>confdefs.h <<_ACEOF
5781 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5782 _ACEOF
5786 done
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5789 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5790 if test "${ac_cv_header_stat_broken+set}" = set; then :
5791 $as_echo_n "(cached) " >&6
5792 else
5793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5794 /* end confdefs.h. */
5795 #include <sys/types.h>
5796 #include <sys/stat.h>
5798 #if defined S_ISBLK && defined S_IFDIR
5799 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5800 #endif
5802 #if defined S_ISBLK && defined S_IFCHR
5803 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5804 #endif
5806 #if defined S_ISLNK && defined S_IFREG
5807 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5808 #endif
5810 #if defined S_ISSOCK && defined S_IFREG
5811 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5812 #endif
5814 _ACEOF
5815 if ac_fn_c_try_compile "$LINENO"; then :
5816 ac_cv_header_stat_broken=no
5817 else
5818 ac_cv_header_stat_broken=yes
5820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5823 $as_echo "$ac_cv_header_stat_broken" >&6; }
5824 if test $ac_cv_header_stat_broken = yes; then
5826 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5832 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5833 do :
5834 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5835 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5836 #ifdef HAVE_SYS_PARAM_H
5837 # include <sys/param.h>
5838 #endif
5840 eval as_val=\$$as_ac_Header
5841 if test "x$as_val" = x""yes; then :
5842 cat >>confdefs.h <<_ACEOF
5843 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5844 _ACEOF
5848 done
5851 for ac_header in \
5852 netinet/ip.h \
5853 net/if.h \
5854 net/if_arp.h \
5855 net/if_dl.h \
5856 net/if_types.h \
5857 net/route.h \
5858 netinet/if_ether.h \
5859 netinet/if_inarp.h \
5860 netinet/in_pcb.h \
5861 netinet/ip_icmp.h \
5862 netinet/ip_var.h \
5863 netinet/udp.h \
5864 netipx/ipx.h \
5866 do :
5867 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5868 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5869 #ifdef HAVE_SYS_SOCKET_H
5870 # include <sys/socket.h>
5871 #endif
5872 #ifdef HAVE_SYS_SOCKETVAR_H
5873 # include <sys/socketvar.h>
5874 #endif
5875 #ifdef HAVE_NET_ROUTE_H
5876 # include <net/route.h>
5877 #endif
5878 #ifdef HAVE_NETINET_IN_H
5879 # include <netinet/in.h>
5880 #endif
5881 #ifdef HAVE_NETINET_IN_SYSTM_H
5882 # include <netinet/in_systm.h>
5883 #endif
5884 #ifdef HAVE_NET_IF_H
5885 # include <net/if.h>
5886 #endif
5887 #ifdef HAVE_NETINET_IP_H
5888 # include <netinet/ip.h>
5889 #endif
5891 eval as_val=\$$as_ac_Header
5892 if test "x$as_val" = x""yes; then :
5893 cat >>confdefs.h <<_ACEOF
5894 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5895 _ACEOF
5899 done
5902 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5903 do :
5904 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5905 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5906 #ifdef HAVE_ALIAS_H
5907 # include <alias.h>
5908 #endif
5909 #ifdef HAVE_SYS_SOCKET_H
5910 # include <sys/socket.h>
5911 #endif
5912 #ifdef HAVE_SYS_SOCKETVAR_H
5913 # include <sys/socketvar.h>
5914 #endif
5915 #ifdef HAVE_SYS_TIMEOUT_H
5916 # include <sys/timeout.h>
5917 #endif
5918 #ifdef HAVE_NETINET_IN_H
5919 # include <netinet/in.h>
5920 #endif
5921 #ifdef HAVE_NETINET_IN_SYSTM_H
5922 # include <netinet/in_systm.h>
5923 #endif
5924 #ifdef HAVE_NETINET_IP_H
5925 # include <netinet/ip.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IP_VAR_H
5928 # include <netinet/ip_var.h>
5929 #endif
5930 #ifdef HAVE_NETINET_IP_ICMP_H
5931 # include <netinet/ip_icmp.h>
5932 #endif
5933 #ifdef HAVE_NETINET_UDP_H
5934 # include <netinet/udp.h>
5935 #endif
5936 #ifdef HAVE_NETINET_TCP_H
5937 # include <netinet/tcp.h>
5938 #endif
5939 #ifdef HAVE_NETINET_TCP_TIMER_H
5940 #include <netinet/tcp_timer.h>
5941 #endif
5943 eval as_val=\$$as_ac_Header
5944 if test "x$as_val" = x""yes; then :
5945 cat >>confdefs.h <<_ACEOF
5946 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5947 _ACEOF
5951 done
5954 for ac_header in linux/ipx.h linux/irda.h
5955 do :
5956 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5957 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5958 #ifdef HAVE_ASM_TYPES_H
5959 # include <asm/types.h>
5960 #endif
5961 #ifdef HAVE_SYS_SOCKET_H
5962 # include <sys/socket.h>
5963 #endif
5964 #ifdef HAVE_LINUX_TYPES_H
5965 # include <linux/types.h>
5966 #endif
5968 eval as_val=\$$as_ac_Header
5969 if test "x$as_val" = x""yes; then :
5970 cat >>confdefs.h <<_ACEOF
5971 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5972 _ACEOF
5976 done
5979 for ac_header in mach-o/dyld_images.h
5980 do :
5981 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
5982 # include <stdbool.h>
5983 #endif
5984 #ifdef HAVE_STDINT_H
5985 # include <stdint.h>
5986 #endif
5988 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
5989 cat >>confdefs.h <<_ACEOF
5990 #define HAVE_MACH_O_DYLD_IMAGES_H 1
5991 _ACEOF
5995 done
5998 for ac_header in resolv.h
5999 do :
6000 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6001 #ifdef HAVE_SYS_SOCKET_H
6002 # include <sys/socket.h>
6003 #endif
6004 #ifdef HAVE_NETINET_IN_H
6005 # include <netinet/in.h>
6006 #endif
6007 #ifdef HAVE_ARPA_NAMESER_H
6008 # include <arpa/nameser.h>
6009 #endif
6011 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6012 cat >>confdefs.h <<_ACEOF
6013 #define HAVE_RESOLV_H 1
6014 _ACEOF
6018 done
6021 for ac_header in ucontext.h
6022 do :
6023 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6025 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6026 cat >>confdefs.h <<_ACEOF
6027 #define HAVE_UCONTEXT_H 1
6028 _ACEOF
6032 done
6035 for ac_header in sys/thr.h
6036 do :
6037 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6038 #ifdef HAVE_UCONTEXT_H
6039 #include <ucontext.h>
6040 #endif
6042 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6043 cat >>confdefs.h <<_ACEOF
6044 #define HAVE_SYS_THR_H 1
6045 _ACEOF
6049 done
6052 for ac_header in pthread_np.h
6053 do :
6054 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6055 #include <pthread.h>
6056 #endif
6058 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6059 cat >>confdefs.h <<_ACEOF
6060 #define HAVE_PTHREAD_NP_H 1
6061 _ACEOF
6065 done
6068 for ac_header in linux/videodev.h
6069 do :
6070 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6071 #include <sys/time.h>
6072 #endif
6073 #include <sys/types.h>
6074 #ifdef HAVE_ASM_TYPES_H
6075 #include <asm/types.h>
6076 #endif
6078 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6079 cat >>confdefs.h <<_ACEOF
6080 #define HAVE_LINUX_VIDEODEV_H 1
6081 _ACEOF
6085 done
6088 for ac_header in linux/capi.h
6089 do :
6090 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6092 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6093 cat >>confdefs.h <<_ACEOF
6094 #define HAVE_LINUX_CAPI_H 1
6095 _ACEOF
6099 done
6103 DLLEXT=""
6105 DLLFLAGS="-D_REENTRANT"
6107 LDSHARED=""
6109 LDDLLFLAGS=""
6111 LIBEXT="so"
6113 IMPLIBEXT="def"
6115 LDRPATH_INSTALL=""
6117 LDRPATH_LOCAL=""
6119 # Extract the first word of "ldd", so it can be a program name with args.
6120 set dummy ldd; ac_word=$2
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6122 $as_echo_n "checking for $ac_word... " >&6; }
6123 if test "${ac_cv_path_LDD+set}" = set; then :
6124 $as_echo_n "(cached) " >&6
6125 else
6126 case $LDD in
6127 [\\/]* | ?:[\\/]*)
6128 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6132 as_dummy="/sbin:/usr/sbin:$PATH"
6133 for as_dir in $as_dummy
6135 IFS=$as_save_IFS
6136 test -z "$as_dir" && as_dir=.
6137 for ac_exec_ext in '' $ac_executable_extensions; do
6138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6139 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6141 break 2
6143 done
6144 done
6145 IFS=$as_save_IFS
6147 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6149 esac
6151 LDD=$ac_cv_path_LDD
6152 if test -n "$LDD"; then
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6154 $as_echo "$LDD" >&6; }
6155 else
6156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6157 $as_echo "no" >&6; }
6162 case $host_os in
6163 cygwin*|mingw32*)
6164 if test -n "$ac_tool_prefix"; then
6165 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6166 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; }
6169 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172 if test -n "$DLLTOOL"; then
6173 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6174 else
6175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6176 for as_dir in $PATH
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6182 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6186 done
6187 done
6188 IFS=$as_save_IFS
6192 DLLTOOL=$ac_cv_prog_DLLTOOL
6193 if test -n "$DLLTOOL"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6195 $as_echo "$DLLTOOL" >&6; }
6196 else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198 $as_echo "no" >&6; }
6203 if test -z "$ac_cv_prog_DLLTOOL"; then
6204 ac_ct_DLLTOOL=$DLLTOOL
6205 # Extract the first word of "dlltool", so it can be a program name with args.
6206 set dummy dlltool; ac_word=$2
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6208 $as_echo_n "checking for $ac_word... " >&6; }
6209 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6210 $as_echo_n "(cached) " >&6
6211 else
6212 if test -n "$ac_ct_DLLTOOL"; then
6213 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6214 else
6215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6216 for as_dir in $PATH
6218 IFS=$as_save_IFS
6219 test -z "$as_dir" && as_dir=.
6220 for ac_exec_ext in '' $ac_executable_extensions; do
6221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6222 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6224 break 2
6226 done
6227 done
6228 IFS=$as_save_IFS
6232 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6233 if test -n "$ac_ct_DLLTOOL"; then
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6235 $as_echo "$ac_ct_DLLTOOL" >&6; }
6236 else
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6238 $as_echo "no" >&6; }
6241 if test "x$ac_ct_DLLTOOL" = x; then
6242 DLLTOOL="false"
6243 else
6244 case $cross_compiling:$ac_tool_warned in
6245 yes:)
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6247 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6248 ac_tool_warned=yes ;;
6249 esac
6250 DLLTOOL=$ac_ct_DLLTOOL
6252 else
6253 DLLTOOL="$ac_cv_prog_DLLTOOL"
6256 if test -n "$ac_tool_prefix"; then
6257 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6258 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6260 $as_echo_n "checking for $ac_word... " >&6; }
6261 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6262 $as_echo_n "(cached) " >&6
6263 else
6264 if test -n "$DLLWRAP"; then
6265 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6266 else
6267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268 for as_dir in $PATH
6270 IFS=$as_save_IFS
6271 test -z "$as_dir" && as_dir=.
6272 for ac_exec_ext in '' $ac_executable_extensions; do
6273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6274 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6276 break 2
6278 done
6279 done
6280 IFS=$as_save_IFS
6284 DLLWRAP=$ac_cv_prog_DLLWRAP
6285 if test -n "$DLLWRAP"; then
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6287 $as_echo "$DLLWRAP" >&6; }
6288 else
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6290 $as_echo "no" >&6; }
6295 if test -z "$ac_cv_prog_DLLWRAP"; then
6296 ac_ct_DLLWRAP=$DLLWRAP
6297 # Extract the first word of "dllwrap", so it can be a program name with args.
6298 set dummy dllwrap; ac_word=$2
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6300 $as_echo_n "checking for $ac_word... " >&6; }
6301 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6302 $as_echo_n "(cached) " >&6
6303 else
6304 if test -n "$ac_ct_DLLWRAP"; then
6305 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6306 else
6307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6308 for as_dir in $PATH
6310 IFS=$as_save_IFS
6311 test -z "$as_dir" && as_dir=.
6312 for ac_exec_ext in '' $ac_executable_extensions; do
6313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6314 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6316 break 2
6318 done
6319 done
6320 IFS=$as_save_IFS
6324 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6325 if test -n "$ac_ct_DLLWRAP"; then
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6327 $as_echo "$ac_ct_DLLWRAP" >&6; }
6328 else
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6330 $as_echo "no" >&6; }
6333 if test "x$ac_ct_DLLWRAP" = x; then
6334 DLLWRAP="false"
6335 else
6336 case $cross_compiling:$ac_tool_warned in
6337 yes:)
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6339 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6340 ac_tool_warned=yes ;;
6341 esac
6342 DLLWRAP=$ac_ct_DLLWRAP
6344 else
6345 DLLWRAP="$ac_cv_prog_DLLWRAP"
6348 if test -n "$ac_tool_prefix"; then
6349 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6350 set dummy ${ac_tool_prefix}ar; ac_word=$2
6351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6352 $as_echo_n "checking for $ac_word... " >&6; }
6353 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
6354 $as_echo_n "(cached) " >&6
6355 else
6356 if test -n "$MINGWAR"; then
6357 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6358 else
6359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6360 for as_dir in $PATH
6362 IFS=$as_save_IFS
6363 test -z "$as_dir" && as_dir=.
6364 for ac_exec_ext in '' $ac_executable_extensions; do
6365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6366 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6368 break 2
6370 done
6371 done
6372 IFS=$as_save_IFS
6376 MINGWAR=$ac_cv_prog_MINGWAR
6377 if test -n "$MINGWAR"; then
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
6379 $as_echo "$MINGWAR" >&6; }
6380 else
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6382 $as_echo "no" >&6; }
6387 if test -z "$ac_cv_prog_MINGWAR"; then
6388 ac_ct_MINGWAR=$MINGWAR
6389 # Extract the first word of "ar", so it can be a program name with args.
6390 set dummy ar; ac_word=$2
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6392 $as_echo_n "checking for $ac_word... " >&6; }
6393 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
6394 $as_echo_n "(cached) " >&6
6395 else
6396 if test -n "$ac_ct_MINGWAR"; then
6397 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6398 else
6399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6400 for as_dir in $PATH
6402 IFS=$as_save_IFS
6403 test -z "$as_dir" && as_dir=.
6404 for ac_exec_ext in '' $ac_executable_extensions; do
6405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6406 ac_cv_prog_ac_ct_MINGWAR="ar"
6407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6408 break 2
6410 done
6411 done
6412 IFS=$as_save_IFS
6416 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6417 if test -n "$ac_ct_MINGWAR"; then
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
6419 $as_echo "$ac_ct_MINGWAR" >&6; }
6420 else
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6422 $as_echo "no" >&6; }
6425 if test "x$ac_ct_MINGWAR" = x; then
6426 MINGWAR="false"
6427 else
6428 case $cross_compiling:$ac_tool_warned in
6429 yes:)
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6431 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6432 ac_tool_warned=yes ;;
6433 esac
6434 MINGWAR=$ac_ct_MINGWAR
6436 else
6437 MINGWAR="$ac_cv_prog_MINGWAR"
6440 if test "$DLLWRAP" = "false"; then
6441 LIBEXT="a"
6442 else
6443 LIBEXT="dll"
6445 IMPLIBEXT="a"
6446 enable_iphlpapi=${enable_iphlpapi:-no}
6447 enable_kernel32=${enable_kernel32:-no}
6448 enable_msvcrt=${enable_msvcrt:-no}
6449 enable_ntdll=${enable_ntdll:-no}
6450 enable_ws2_32=${enable_ws2_32:-no}
6451 enable_loader=${enable_loader:-no}
6452 enable_server=${enable_server:-no}
6453 with_x=${with_x:-no}
6454 with_pthread=${with_pthread:-no}
6456 darwin*|macosx*)
6457 DLLEXT=".so"
6458 LIBEXT="dylib"
6459 DLLFLAGS="$DLLFLAGS -fPIC"
6460 LDDLLFLAGS="-bundle -multiply_defined suppress"
6461 LIBWINE_LDFLAGS="-multiply_defined suppress"
6462 LDSHARED="\$(CC) -dynamiclib"
6463 STRIP="$STRIP -x"
6464 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6465 SECURITYLIB="-framework Security -framework CoreFoundation"
6467 COREFOUNDATIONLIB="-framework CoreFoundation"
6469 IOKITLIB="-framework IOKit -framework CoreFoundation"
6471 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6473 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6474 then
6475 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6478 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6479 then
6480 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6483 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6484 then
6485 ac_save_LIBS="$LIBS"
6486 LIBS="$LIBS $IOKITLIB"
6487 for ac_func in IOHIDManagerCreate
6488 do :
6489 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6490 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6491 cat >>confdefs.h <<_ACEOF
6492 #define HAVE_IOHIDMANAGERCREATE 1
6493 _ACEOF
6496 done
6498 LIBS="$ac_save_LIBS"
6500 case $host_cpu in
6501 *powerpc*)
6502 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6503 esac
6504 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6505 then
6506 CARBONLIB="-framework Carbon"
6508 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6510 if test "x$enable_win16" = "xyes"
6511 then
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6513 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6514 if test "$cross_compiling" = yes; then :
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6516 $as_echo "cross-compiling, assuming yes" >&6; }
6517 else
6518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6519 /* end confdefs.h. */
6520 asm(".text\n"
6521 "bad:\tnop;nop\n"
6522 "good:\tnop;nop\n\t"
6523 ".globl _testfunc\n"
6524 "_testfunc:\tcallw good");
6525 extern void testfunc();
6527 main ()
6529 unsigned short *p = (unsigned short *)testfunc;
6530 return p[0] != 0xe866 || p[1] != 0xfffa
6532 return 0;
6534 _ACEOF
6535 if ac_fn_c_try_run "$LINENO"; then :
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6537 $as_echo "yes" >&6; }
6538 else
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6540 $as_echo "no" >&6; }
6541 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
6543 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6544 conftest.$ac_objext conftest.beam conftest.$ac_ext
6550 DLLFLAGS="$DLLFLAGS -fPIC"
6551 DLLEXT=".so"
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6553 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6554 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6555 $as_echo_n "(cached) " >&6
6556 else
6557 ac_wine_try_cflags_saved=$CFLAGS
6558 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6560 /* end confdefs.h. */
6561 void myfunc() {}
6562 _ACEOF
6563 if ac_fn_c_try_link "$LINENO"; then :
6564 ac_cv_c_dll_gnuelf="yes"
6565 else
6566 ac_cv_c_dll_gnuelf="no"
6568 rm -f core conftest.err conftest.$ac_objext \
6569 conftest$ac_exeext conftest.$ac_ext
6570 CFLAGS=$ac_wine_try_cflags_saved
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6573 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6574 if test "$ac_cv_c_dll_gnuelf" = "yes"
6575 then
6576 LDSHARED="\$(CC) -shared"
6577 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6579 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6580 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6581 $as_echo_n "(cached) " >&6
6582 else
6583 ac_wine_try_cflags_saved=$CFLAGS
6584 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6586 /* end confdefs.h. */
6589 main ()
6593 return 0;
6595 _ACEOF
6596 if ac_fn_c_try_link "$LINENO"; then :
6597 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6598 else
6599 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6601 rm -f core conftest.err conftest.$ac_objext \
6602 conftest$ac_exeext conftest.$ac_ext
6603 CFLAGS=$ac_wine_try_cflags_saved
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6606 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6607 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6608 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6609 else
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6611 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6612 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6613 $as_echo_n "(cached) " >&6
6614 else
6615 ac_wine_try_cflags_saved=$CFLAGS
6616 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6618 /* end confdefs.h. */
6621 main ()
6625 return 0;
6627 _ACEOF
6628 if ac_fn_c_try_link "$LINENO"; then :
6629 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6630 else
6631 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6633 rm -f core conftest.err conftest.$ac_objext \
6634 conftest$ac_exeext conftest.$ac_ext
6635 CFLAGS=$ac_wine_try_cflags_saved
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6638 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6639 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6640 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6645 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6646 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6647 $as_echo_n "(cached) " >&6
6648 else
6649 ac_wine_try_cflags_saved=$CFLAGS
6650 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652 /* end confdefs.h. */
6655 main ()
6659 return 0;
6661 _ACEOF
6662 if ac_fn_c_try_link "$LINENO"; then :
6663 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6664 else
6665 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6667 rm -f core conftest.err conftest.$ac_objext \
6668 conftest$ac_exeext conftest.$ac_ext
6669 CFLAGS=$ac_wine_try_cflags_saved
6671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6672 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6673 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6674 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6677 { $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
6678 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6679 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6680 $as_echo_n "(cached) " >&6
6681 else
6682 ac_wine_try_cflags_saved=$CFLAGS
6683 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6685 /* end confdefs.h. */
6688 main ()
6692 return 0;
6694 _ACEOF
6695 if ac_fn_c_try_link "$LINENO"; then :
6696 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6697 else
6698 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6700 rm -f core conftest.err conftest.$ac_objext \
6701 conftest$ac_exeext conftest.$ac_ext
6702 CFLAGS=$ac_wine_try_cflags_saved
6704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6705 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6706 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6707 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6710 echo '{ global: *; };' >conftest.map
6711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6712 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6713 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6714 $as_echo_n "(cached) " >&6
6715 else
6716 ac_wine_try_cflags_saved=$CFLAGS
6717 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6719 /* end confdefs.h. */
6722 main ()
6726 return 0;
6728 _ACEOF
6729 if ac_fn_c_try_link "$LINENO"; then :
6730 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6731 else
6732 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6734 rm -f core conftest.err conftest.$ac_objext \
6735 conftest$ac_exeext conftest.$ac_ext
6736 CFLAGS=$ac_wine_try_cflags_saved
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6739 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6740 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6741 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6743 rm -f conftest.map
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6746 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6747 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6748 $as_echo_n "(cached) " >&6
6749 else
6750 ac_wine_try_cflags_saved=$CFLAGS
6751 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6753 /* end confdefs.h. */
6756 main ()
6760 return 0;
6762 _ACEOF
6763 if ac_fn_c_try_link "$LINENO"; then :
6764 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6765 else
6766 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6768 rm -f core conftest.err conftest.$ac_objext \
6769 conftest$ac_exeext conftest.$ac_ext
6770 CFLAGS=$ac_wine_try_cflags_saved
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6773 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6774 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6775 LDEXECFLAGS="-Wl,--export-dynamic"
6779 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6781 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6782 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 ac_wine_try_cflags_saved=$CFLAGS
6786 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788 /* end confdefs.h. */
6791 main ()
6795 return 0;
6797 _ACEOF
6798 if ac_fn_c_try_link "$LINENO"; then :
6799 eval "$as_ac_var=yes"
6800 else
6801 eval "$as_ac_var=no"
6803 rm -f core conftest.err conftest.$ac_objext \
6804 conftest$ac_exeext conftest.$ac_ext
6805 CFLAGS=$ac_wine_try_cflags_saved
6807 eval ac_res=\$$as_ac_var
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6809 $as_echo "$ac_res" >&6; }
6810 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6811 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6812 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6813 else
6814 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6816 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6817 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6818 $as_echo_n "(cached) " >&6
6819 else
6820 ac_wine_try_cflags_saved=$CFLAGS
6821 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6823 /* end confdefs.h. */
6826 main ()
6830 return 0;
6832 _ACEOF
6833 if ac_fn_c_try_link "$LINENO"; then :
6834 eval "$as_ac_var=yes"
6835 else
6836 eval "$as_ac_var=no"
6838 rm -f core conftest.err conftest.$ac_objext \
6839 conftest$ac_exeext conftest.$ac_ext
6840 CFLAGS=$ac_wine_try_cflags_saved
6842 eval ac_res=\$$as_ac_var
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6844 $as_echo "$ac_res" >&6; }
6845 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6846 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6847 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6852 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6853 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6854 $as_echo_n "(cached) " >&6
6855 else
6856 ac_wine_try_cflags_saved=$CFLAGS
6857 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6859 /* end confdefs.h. */
6862 main ()
6866 return 0;
6868 _ACEOF
6869 if ac_fn_c_try_link "$LINENO"; then :
6870 ac_cv_cflags__Wl___enable_new_dtags=yes
6871 else
6872 ac_cv_cflags__Wl___enable_new_dtags=no
6874 rm -f core conftest.err conftest.$ac_objext \
6875 conftest$ac_exeext conftest.$ac_ext
6876 CFLAGS=$ac_wine_try_cflags_saved
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6879 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6880 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6881 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6884 case $host_cpu in
6885 *i[3456789]86* | x86_64)
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6887 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6888 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6889 $as_echo_n "(cached) " >&6
6890 else
6891 ac_wine_try_cflags_saved=$CFLAGS
6892 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6894 /* end confdefs.h. */
6897 main ()
6901 return 0;
6903 _ACEOF
6904 if ac_fn_c_try_link "$LINENO"; then :
6905 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6906 else
6907 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6909 rm -f core conftest.err conftest.$ac_objext \
6910 conftest$ac_exeext conftest.$ac_ext
6911 CFLAGS=$ac_wine_try_cflags_saved
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6914 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6915 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6916 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6919 esac
6921 else
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6923 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6924 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6925 $as_echo_n "(cached) " >&6
6926 else
6927 ac_wine_try_cflags_saved=$CFLAGS
6928 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6930 /* end confdefs.h. */
6931 void myfunc() {}
6932 _ACEOF
6933 if ac_fn_c_try_link "$LINENO"; then :
6934 ac_cv_c_dll_unixware="yes"
6935 else
6936 ac_cv_c_dll_unixware="no"
6938 rm -f core conftest.err conftest.$ac_objext \
6939 conftest$ac_exeext conftest.$ac_ext
6940 CFLAGS=$ac_wine_try_cflags_saved
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6943 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6944 if test "$ac_cv_c_dll_unixware" = "yes"
6945 then
6946 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6947 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6949 else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6951 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6952 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6953 $as_echo_n "(cached) " >&6
6954 else
6955 ac_wine_try_cflags_saved=$CFLAGS
6956 CFLAGS="$CFLAGS -shared"
6957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6958 /* end confdefs.h. */
6959 void myfunc() {}
6960 _ACEOF
6961 if ac_fn_c_try_link "$LINENO"; then :
6962 ac_cv_c_dll_hpux="yes"
6963 else
6964 ac_cv_c_dll_hpux="no"
6966 rm -f core conftest.err conftest.$ac_objext \
6967 conftest$ac_exeext conftest.$ac_ext
6968 CFLAGS=$ac_wine_try_cflags_saved
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6971 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6972 if test "$ac_cv_c_dll_hpux" = "yes"
6973 then
6974 LIBEXT="sl"
6975 DLLEXT=".sl"
6976 LDDLLFLAGS="-shared -fPIC"
6977 LDSHARED="\$(CC) -shared"
6982 esac
6984 enable_winequartz_drv=${enable_winequartz_drv:-no}
6986 if test "$LIBEXT" = "a"; then
6987 as_fn_error "could not find a way to build shared libraries.
6988 It is currently not possible to build Wine without shared library
6989 (.so) support to allow transparent switch between .so and .dll files.
6990 If you are using Linux, you will need a newer binutils.
6991 " "$LINENO" 5
6994 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6995 then
6996 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
6998 # Extract the first word of "$ac_prog", so it can be a program name with args.
6999 set dummy $ac_prog; ac_word=$2
7000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7001 $as_echo_n "checking for $ac_word... " >&6; }
7002 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7003 $as_echo_n "(cached) " >&6
7004 else
7005 if test -n "$CROSSCC"; then
7006 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7007 else
7008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7009 for as_dir in $PATH
7011 IFS=$as_save_IFS
7012 test -z "$as_dir" && as_dir=.
7013 for ac_exec_ext in '' $ac_executable_extensions; do
7014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7015 ac_cv_prog_CROSSCC="$ac_prog"
7016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7017 break 2
7019 done
7020 done
7021 IFS=$as_save_IFS
7025 CROSSCC=$ac_cv_prog_CROSSCC
7026 if test -n "$CROSSCC"; then
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7028 $as_echo "$CROSSCC" >&6; }
7029 else
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7031 $as_echo "no" >&6; }
7035 test -n "$CROSSCC" && break
7036 done
7037 test -n "$CROSSCC" || CROSSCC="false"
7039 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
7041 # Extract the first word of "$ac_prog", so it can be a program name with args.
7042 set dummy $ac_prog; ac_word=$2
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7044 $as_echo_n "checking for $ac_word... " >&6; }
7045 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
7046 $as_echo_n "(cached) " >&6
7047 else
7048 if test -n "$DLLTOOL"; then
7049 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7050 else
7051 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7052 for as_dir in $PATH
7054 IFS=$as_save_IFS
7055 test -z "$as_dir" && as_dir=.
7056 for ac_exec_ext in '' $ac_executable_extensions; do
7057 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7058 ac_cv_prog_DLLTOOL="$ac_prog"
7059 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7060 break 2
7062 done
7063 done
7064 IFS=$as_save_IFS
7068 DLLTOOL=$ac_cv_prog_DLLTOOL
7069 if test -n "$DLLTOOL"; then
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7071 $as_echo "$DLLTOOL" >&6; }
7072 else
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7074 $as_echo "no" >&6; }
7078 test -n "$DLLTOOL" && break
7079 done
7080 test -n "$DLLTOOL" || DLLTOOL="false"
7082 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
7084 # Extract the first word of "$ac_prog", so it can be a program name with args.
7085 set dummy $ac_prog; ac_word=$2
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7087 $as_echo_n "checking for $ac_word... " >&6; }
7088 if test "${ac_cv_prog_MINGWAR+set}" = set; then :
7089 $as_echo_n "(cached) " >&6
7090 else
7091 if test -n "$MINGWAR"; then
7092 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7093 else
7094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7095 for as_dir in $PATH
7097 IFS=$as_save_IFS
7098 test -z "$as_dir" && as_dir=.
7099 for ac_exec_ext in '' $ac_executable_extensions; do
7100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7101 ac_cv_prog_MINGWAR="$ac_prog"
7102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7103 break 2
7105 done
7106 done
7107 IFS=$as_save_IFS
7111 MINGWAR=$ac_cv_prog_MINGWAR
7112 if test -n "$MINGWAR"; then
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
7114 $as_echo "$MINGWAR" >&6; }
7115 else
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7117 $as_echo "no" >&6; }
7121 test -n "$MINGWAR" && break
7122 done
7123 test -n "$MINGWAR" || MINGWAR="false"
7125 if test "$CROSSCC" != "false"
7126 then
7127 CROSSTEST="\$(CROSSTEST)"
7129 set x $CROSSCC
7130 shift
7131 target=""
7132 while test $# -ge 1
7134 case "$1" in
7135 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7136 esac
7137 shift
7138 done
7139 if test -n "$target"
7140 then
7141 CROSSTARGETFLAGS="-b $target"
7148 if test "$ac_cv_header_pthread_h" = "yes"
7149 then
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7151 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7152 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7153 $as_echo_n "(cached) " >&6
7154 else
7155 ac_check_lib_save_LIBS=$LIBS
7156 LIBS="-lpthread $LIBS"
7157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7158 /* end confdefs.h. */
7160 /* Override any GCC internal prototype to avoid an error.
7161 Use char because int might match the return type of a GCC
7162 builtin and then its argument prototype would still apply. */
7163 #ifdef __cplusplus
7164 extern "C"
7165 #endif
7166 char pthread_create ();
7168 main ()
7170 return pthread_create ();
7172 return 0;
7174 _ACEOF
7175 if ac_fn_c_try_link "$LINENO"; then :
7176 ac_cv_lib_pthread_pthread_create=yes
7177 else
7178 ac_cv_lib_pthread_pthread_create=no
7180 rm -f core conftest.err conftest.$ac_objext \
7181 conftest$ac_exeext conftest.$ac_ext
7182 LIBS=$ac_check_lib_save_LIBS
7184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7185 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7186 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7187 LIBPTHREAD="-lpthread"
7192 if test "x$LIBPTHREAD" = "x"; then :
7193 case "x$with_pthread" in
7194 xno) ;;
7195 *) as_fn_error "pthread ${notice_platform}development files not found.
7196 Wine cannot support threads without libpthread.
7197 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7198 esac
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7203 $as_echo_n "checking for X... " >&6; }
7206 # Check whether --with-x was given.
7207 if test "${with_x+set}" = set; then :
7208 withval=$with_x;
7211 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7212 if test "x$with_x" = xno; then
7213 # The user explicitly disabled X.
7214 have_x=disabled
7215 else
7216 case $x_includes,$x_libraries in #(
7217 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7218 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7219 $as_echo_n "(cached) " >&6
7220 else
7221 # One or both of the vars are not set, and there is no cached value.
7222 ac_x_includes=no ac_x_libraries=no
7223 rm -f -r conftest.dir
7224 if mkdir conftest.dir; then
7225 cd conftest.dir
7226 cat >Imakefile <<'_ACEOF'
7227 incroot:
7228 @echo incroot='${INCROOT}'
7229 usrlibdir:
7230 @echo usrlibdir='${USRLIBDIR}'
7231 libdir:
7232 @echo libdir='${LIBDIR}'
7233 _ACEOF
7234 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7235 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7236 for ac_var in incroot usrlibdir libdir; do
7237 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7238 done
7239 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7240 for ac_extension in a so sl dylib la dll; do
7241 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7242 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7243 ac_im_usrlibdir=$ac_im_libdir; break
7245 done
7246 # Screen out bogus values from the imake configuration. They are
7247 # bogus both because they are the default anyway, and because
7248 # using them would break gcc on systems where it needs fixed includes.
7249 case $ac_im_incroot in
7250 /usr/include) ac_x_includes= ;;
7251 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7252 esac
7253 case $ac_im_usrlibdir in
7254 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7255 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7256 esac
7258 cd ..
7259 rm -f -r conftest.dir
7262 # Standard set of common directories for X headers.
7263 # Check X11 before X11Rn because it is often a symlink to the current release.
7264 ac_x_header_dirs='
7265 /usr/X11/include
7266 /usr/X11R7/include
7267 /usr/X11R6/include
7268 /usr/X11R5/include
7269 /usr/X11R4/include
7271 /usr/include/X11
7272 /usr/include/X11R7
7273 /usr/include/X11R6
7274 /usr/include/X11R5
7275 /usr/include/X11R4
7277 /usr/local/X11/include
7278 /usr/local/X11R7/include
7279 /usr/local/X11R6/include
7280 /usr/local/X11R5/include
7281 /usr/local/X11R4/include
7283 /usr/local/include/X11
7284 /usr/local/include/X11R7
7285 /usr/local/include/X11R6
7286 /usr/local/include/X11R5
7287 /usr/local/include/X11R4
7289 /usr/X386/include
7290 /usr/x386/include
7291 /usr/XFree86/include/X11
7293 /usr/include
7294 /usr/local/include
7295 /usr/unsupported/include
7296 /usr/athena/include
7297 /usr/local/x11r5/include
7298 /usr/lpp/Xamples/include
7300 /usr/openwin/include
7301 /usr/openwin/share/include'
7303 if test "$ac_x_includes" = no; then
7304 # Guess where to find include files, by looking for Xlib.h.
7305 # First, try using that file with no special directory specified.
7306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7307 /* end confdefs.h. */
7308 #include <X11/Xlib.h>
7309 _ACEOF
7310 if ac_fn_c_try_cpp "$LINENO"; then :
7311 # We can compile using X headers with no special include directory.
7312 ac_x_includes=
7313 else
7314 for ac_dir in $ac_x_header_dirs; do
7315 if test -r "$ac_dir/X11/Xlib.h"; then
7316 ac_x_includes=$ac_dir
7317 break
7319 done
7321 rm -f conftest.err conftest.$ac_ext
7322 fi # $ac_x_includes = no
7324 if test "$ac_x_libraries" = no; then
7325 # Check for the libraries.
7326 # See if we find them without any special options.
7327 # Don't add to $LIBS permanently.
7328 ac_save_LIBS=$LIBS
7329 LIBS="-lX11 $LIBS"
7330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7331 /* end confdefs.h. */
7332 #include <X11/Xlib.h>
7334 main ()
7336 XrmInitialize ()
7338 return 0;
7340 _ACEOF
7341 if ac_fn_c_try_link "$LINENO"; then :
7342 LIBS=$ac_save_LIBS
7343 # We can link X programs with no special library path.
7344 ac_x_libraries=
7345 else
7346 LIBS=$ac_save_LIBS
7347 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7349 # Don't even attempt the hair of trying to link an X program!
7350 for ac_extension in a so sl dylib la dll; do
7351 if test -r "$ac_dir/libX11.$ac_extension"; then
7352 ac_x_libraries=$ac_dir
7353 break 2
7355 done
7356 done
7358 rm -f core conftest.err conftest.$ac_objext \
7359 conftest$ac_exeext conftest.$ac_ext
7360 fi # $ac_x_libraries = no
7362 case $ac_x_includes,$ac_x_libraries in #(
7363 no,* | *,no | *\'*)
7364 # Didn't find X, or a directory has "'" in its name.
7365 ac_cv_have_x="have_x=no";; #(
7367 # Record where we found X for the cache.
7368 ac_cv_have_x="have_x=yes\
7369 ac_x_includes='$ac_x_includes'\
7370 ac_x_libraries='$ac_x_libraries'"
7371 esac
7373 ;; #(
7374 *) have_x=yes;;
7375 esac
7376 eval "$ac_cv_have_x"
7377 fi # $with_x != no
7379 if test "$have_x" != yes; then
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7381 $as_echo "$have_x" >&6; }
7382 no_x=yes
7383 else
7384 # If each of the values was on the command line, it overrides each guess.
7385 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7386 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7387 # Update the cache value to reflect the command line values.
7388 ac_cv_have_x="have_x=yes\
7389 ac_x_includes='$x_includes'\
7390 ac_x_libraries='$x_libraries'"
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7392 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7395 if test "$no_x" = yes; then
7396 # Not all programs may use this symbol, but it does not hurt to define it.
7398 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7400 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7401 else
7402 if test -n "$x_includes"; then
7403 X_CFLAGS="$X_CFLAGS -I$x_includes"
7406 # It would also be nice to do this for all -L options, not just this one.
7407 if test -n "$x_libraries"; then
7408 X_LIBS="$X_LIBS -L$x_libraries"
7409 # For Solaris; some versions of Sun CC require a space after -R and
7410 # others require no space. Words are not sufficient . . . .
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7412 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7413 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7414 ac_xsave_c_werror_flag=$ac_c_werror_flag
7415 ac_c_werror_flag=yes
7416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7417 /* end confdefs.h. */
7420 main ()
7424 return 0;
7426 _ACEOF
7427 if ac_fn_c_try_link "$LINENO"; then :
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7429 $as_echo "no" >&6; }
7430 X_LIBS="$X_LIBS -R$x_libraries"
7431 else
7432 LIBS="$ac_xsave_LIBS -R $x_libraries"
7433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7434 /* end confdefs.h. */
7437 main ()
7441 return 0;
7443 _ACEOF
7444 if ac_fn_c_try_link "$LINENO"; then :
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7446 $as_echo "yes" >&6; }
7447 X_LIBS="$X_LIBS -R $x_libraries"
7448 else
7449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7450 $as_echo "neither works" >&6; }
7452 rm -f core conftest.err conftest.$ac_objext \
7453 conftest$ac_exeext conftest.$ac_ext
7455 rm -f core conftest.err conftest.$ac_objext \
7456 conftest$ac_exeext conftest.$ac_ext
7457 ac_c_werror_flag=$ac_xsave_c_werror_flag
7458 LIBS=$ac_xsave_LIBS
7461 # Check for system-dependent libraries X programs must link with.
7462 # Do this before checking for the system-independent R6 libraries
7463 # (-lICE), since we may need -lsocket or whatever for X linking.
7465 if test "$ISC" = yes; then
7466 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7467 else
7468 # Martyn Johnson says this is needed for Ultrix, if the X
7469 # libraries were built with DECnet support. And Karl Berry says
7470 # the Alpha needs dnet_stub (dnet does not exist).
7471 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7473 /* end confdefs.h. */
7475 /* Override any GCC internal prototype to avoid an error.
7476 Use char because int might match the return type of a GCC
7477 builtin and then its argument prototype would still apply. */
7478 #ifdef __cplusplus
7479 extern "C"
7480 #endif
7481 char XOpenDisplay ();
7483 main ()
7485 return XOpenDisplay ();
7487 return 0;
7489 _ACEOF
7490 if ac_fn_c_try_link "$LINENO"; then :
7492 else
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7494 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7495 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7496 $as_echo_n "(cached) " >&6
7497 else
7498 ac_check_lib_save_LIBS=$LIBS
7499 LIBS="-ldnet $LIBS"
7500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7501 /* end confdefs.h. */
7503 /* Override any GCC internal prototype to avoid an error.
7504 Use char because int might match the return type of a GCC
7505 builtin and then its argument prototype would still apply. */
7506 #ifdef __cplusplus
7507 extern "C"
7508 #endif
7509 char dnet_ntoa ();
7511 main ()
7513 return dnet_ntoa ();
7515 return 0;
7517 _ACEOF
7518 if ac_fn_c_try_link "$LINENO"; then :
7519 ac_cv_lib_dnet_dnet_ntoa=yes
7520 else
7521 ac_cv_lib_dnet_dnet_ntoa=no
7523 rm -f core conftest.err conftest.$ac_objext \
7524 conftest$ac_exeext conftest.$ac_ext
7525 LIBS=$ac_check_lib_save_LIBS
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7528 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7529 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7530 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7533 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7535 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7536 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7537 $as_echo_n "(cached) " >&6
7538 else
7539 ac_check_lib_save_LIBS=$LIBS
7540 LIBS="-ldnet_stub $LIBS"
7541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7542 /* end confdefs.h. */
7544 /* Override any GCC internal prototype to avoid an error.
7545 Use char because int might match the return type of a GCC
7546 builtin and then its argument prototype would still apply. */
7547 #ifdef __cplusplus
7548 extern "C"
7549 #endif
7550 char dnet_ntoa ();
7552 main ()
7554 return dnet_ntoa ();
7556 return 0;
7558 _ACEOF
7559 if ac_fn_c_try_link "$LINENO"; then :
7560 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7561 else
7562 ac_cv_lib_dnet_stub_dnet_ntoa=no
7564 rm -f core conftest.err conftest.$ac_objext \
7565 conftest$ac_exeext conftest.$ac_ext
7566 LIBS=$ac_check_lib_save_LIBS
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7569 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7570 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7571 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7576 rm -f core conftest.err conftest.$ac_objext \
7577 conftest$ac_exeext conftest.$ac_ext
7578 LIBS="$ac_xsave_LIBS"
7580 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7581 # to get the SysV transport functions.
7582 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7583 # needs -lnsl.
7584 # The nsl library prevents programs from opening the X display
7585 # on Irix 5.2, according to T.E. Dickey.
7586 # The functions gethostbyname, getservbyname, and inet_addr are
7587 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7588 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7589 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7593 if test $ac_cv_func_gethostbyname = no; then
7594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7595 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7596 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7597 $as_echo_n "(cached) " >&6
7598 else
7599 ac_check_lib_save_LIBS=$LIBS
7600 LIBS="-lnsl $LIBS"
7601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7602 /* end confdefs.h. */
7604 /* Override any GCC internal prototype to avoid an error.
7605 Use char because int might match the return type of a GCC
7606 builtin and then its argument prototype would still apply. */
7607 #ifdef __cplusplus
7608 extern "C"
7609 #endif
7610 char gethostbyname ();
7612 main ()
7614 return gethostbyname ();
7616 return 0;
7618 _ACEOF
7619 if ac_fn_c_try_link "$LINENO"; then :
7620 ac_cv_lib_nsl_gethostbyname=yes
7621 else
7622 ac_cv_lib_nsl_gethostbyname=no
7624 rm -f core conftest.err conftest.$ac_objext \
7625 conftest$ac_exeext conftest.$ac_ext
7626 LIBS=$ac_check_lib_save_LIBS
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7629 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7630 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7631 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7634 if test $ac_cv_lib_nsl_gethostbyname = no; then
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7636 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7637 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
7639 else
7640 ac_check_lib_save_LIBS=$LIBS
7641 LIBS="-lbsd $LIBS"
7642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7643 /* end confdefs.h. */
7645 /* Override any GCC internal prototype to avoid an error.
7646 Use char because int might match the return type of a GCC
7647 builtin and then its argument prototype would still apply. */
7648 #ifdef __cplusplus
7649 extern "C"
7650 #endif
7651 char gethostbyname ();
7653 main ()
7655 return gethostbyname ();
7657 return 0;
7659 _ACEOF
7660 if ac_fn_c_try_link "$LINENO"; then :
7661 ac_cv_lib_bsd_gethostbyname=yes
7662 else
7663 ac_cv_lib_bsd_gethostbyname=no
7665 rm -f core conftest.err conftest.$ac_objext \
7666 conftest$ac_exeext conftest.$ac_ext
7667 LIBS=$ac_check_lib_save_LIBS
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7670 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7671 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7672 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7678 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7679 # socket/setsockopt and other routines are undefined under SCO ODT
7680 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7681 # on later versions), says Simon Leinen: it contains gethostby*
7682 # variants that don't use the name server (or something). -lsocket
7683 # must be given before -lnsl if both are needed. We assume that
7684 # if connect needs -lnsl, so does gethostbyname.
7685 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7686 if test "x$ac_cv_func_connect" = x""yes; then :
7690 if test $ac_cv_func_connect = no; then
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7692 $as_echo_n "checking for connect in -lsocket... " >&6; }
7693 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7694 $as_echo_n "(cached) " >&6
7695 else
7696 ac_check_lib_save_LIBS=$LIBS
7697 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7699 /* end confdefs.h. */
7701 /* Override any GCC internal prototype to avoid an error.
7702 Use char because int might match the return type of a GCC
7703 builtin and then its argument prototype would still apply. */
7704 #ifdef __cplusplus
7705 extern "C"
7706 #endif
7707 char connect ();
7709 main ()
7711 return connect ();
7713 return 0;
7715 _ACEOF
7716 if ac_fn_c_try_link "$LINENO"; then :
7717 ac_cv_lib_socket_connect=yes
7718 else
7719 ac_cv_lib_socket_connect=no
7721 rm -f core conftest.err conftest.$ac_objext \
7722 conftest$ac_exeext conftest.$ac_ext
7723 LIBS=$ac_check_lib_save_LIBS
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7726 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7727 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7728 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7733 # Guillermo Gomez says -lposix is necessary on A/UX.
7734 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7735 if test "x$ac_cv_func_remove" = x""yes; then :
7739 if test $ac_cv_func_remove = no; then
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7741 $as_echo_n "checking for remove in -lposix... " >&6; }
7742 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7743 $as_echo_n "(cached) " >&6
7744 else
7745 ac_check_lib_save_LIBS=$LIBS
7746 LIBS="-lposix $LIBS"
7747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7748 /* end confdefs.h. */
7750 /* Override any GCC internal prototype to avoid an error.
7751 Use char because int might match the return type of a GCC
7752 builtin and then its argument prototype would still apply. */
7753 #ifdef __cplusplus
7754 extern "C"
7755 #endif
7756 char remove ();
7758 main ()
7760 return remove ();
7762 return 0;
7764 _ACEOF
7765 if ac_fn_c_try_link "$LINENO"; then :
7766 ac_cv_lib_posix_remove=yes
7767 else
7768 ac_cv_lib_posix_remove=no
7770 rm -f core conftest.err conftest.$ac_objext \
7771 conftest$ac_exeext conftest.$ac_ext
7772 LIBS=$ac_check_lib_save_LIBS
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7775 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7776 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7777 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7782 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7783 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7784 if test "x$ac_cv_func_shmat" = x""yes; then :
7788 if test $ac_cv_func_shmat = no; then
7789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7790 $as_echo_n "checking for shmat in -lipc... " >&6; }
7791 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7792 $as_echo_n "(cached) " >&6
7793 else
7794 ac_check_lib_save_LIBS=$LIBS
7795 LIBS="-lipc $LIBS"
7796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7797 /* end confdefs.h. */
7799 /* Override any GCC internal prototype to avoid an error.
7800 Use char because int might match the return type of a GCC
7801 builtin and then its argument prototype would still apply. */
7802 #ifdef __cplusplus
7803 extern "C"
7804 #endif
7805 char shmat ();
7807 main ()
7809 return shmat ();
7811 return 0;
7813 _ACEOF
7814 if ac_fn_c_try_link "$LINENO"; then :
7815 ac_cv_lib_ipc_shmat=yes
7816 else
7817 ac_cv_lib_ipc_shmat=no
7819 rm -f core conftest.err conftest.$ac_objext \
7820 conftest$ac_exeext conftest.$ac_ext
7821 LIBS=$ac_check_lib_save_LIBS
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7824 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7825 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7826 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7832 # Check for libraries that X11R6 Xt/Xaw programs need.
7833 ac_save_LDFLAGS=$LDFLAGS
7834 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7835 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7836 # check for ICE first), but we must link in the order -lSM -lICE or
7837 # we get undefined symbols. So assume we have SM if we have ICE.
7838 # These have to be linked with before -lX11, unlike the other
7839 # libraries we check for below, so use a different variable.
7840 # John Interrante, Karl Berry
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7842 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7843 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7844 $as_echo_n "(cached) " >&6
7845 else
7846 ac_check_lib_save_LIBS=$LIBS
7847 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7849 /* end confdefs.h. */
7851 /* Override any GCC internal prototype to avoid an error.
7852 Use char because int might match the return type of a GCC
7853 builtin and then its argument prototype would still apply. */
7854 #ifdef __cplusplus
7855 extern "C"
7856 #endif
7857 char IceConnectionNumber ();
7859 main ()
7861 return IceConnectionNumber ();
7863 return 0;
7865 _ACEOF
7866 if ac_fn_c_try_link "$LINENO"; then :
7867 ac_cv_lib_ICE_IceConnectionNumber=yes
7868 else
7869 ac_cv_lib_ICE_IceConnectionNumber=no
7871 rm -f core conftest.err conftest.$ac_objext \
7872 conftest$ac_exeext conftest.$ac_ext
7873 LIBS=$ac_check_lib_save_LIBS
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7876 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7877 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7878 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7881 LDFLAGS=$ac_save_LDFLAGS
7886 if test "$have_x" = "yes"
7887 then
7888 XLIB="-lX11"
7889 ac_save_CPPFLAGS="$CPPFLAGS"
7890 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7893 $as_echo_n "checking for -lX11... " >&6; }
7894 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7895 $as_echo_n "(cached) " >&6
7896 else
7897 ac_check_soname_save_LIBS=$LIBS
7898 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7900 /* end confdefs.h. */
7902 /* Override any GCC internal prototype to avoid an error.
7903 Use char because int might match the return type of a GCC
7904 builtin and then its argument prototype would still apply. */
7905 #ifdef __cplusplus
7906 extern "C"
7907 #endif
7908 char XCreateWindow ();
7910 main ()
7912 return XCreateWindow ();
7914 return 0;
7916 _ACEOF
7917 if ac_fn_c_try_link "$LINENO"; then :
7918 case "$LIBEXT" in
7919 dll) ;;
7920 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'` ;;
7921 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7922 esac
7924 rm -f core conftest.err conftest.$ac_objext \
7925 conftest$ac_exeext conftest.$ac_ext
7926 LIBS=$ac_check_soname_save_LIBS
7928 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7930 $as_echo "not found" >&6; }
7932 else
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7934 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7936 cat >>confdefs.h <<_ACEOF
7937 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7938 _ACEOF
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7943 $as_echo_n "checking for -lXext... " >&6; }
7944 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7945 $as_echo_n "(cached) " >&6
7946 else
7947 ac_check_soname_save_LIBS=$LIBS
7948 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7950 /* end confdefs.h. */
7952 /* Override any GCC internal prototype to avoid an error.
7953 Use char because int might match the return type of a GCC
7954 builtin and then its argument prototype would still apply. */
7955 #ifdef __cplusplus
7956 extern "C"
7957 #endif
7958 char XextCreateExtension ();
7960 main ()
7962 return XextCreateExtension ();
7964 return 0;
7966 _ACEOF
7967 if ac_fn_c_try_link "$LINENO"; then :
7968 case "$LIBEXT" in
7969 dll) ;;
7970 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'` ;;
7971 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7972 esac
7974 rm -f core conftest.err conftest.$ac_objext \
7975 conftest$ac_exeext conftest.$ac_ext
7976 LIBS=$ac_check_soname_save_LIBS
7978 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7980 $as_echo "not found" >&6; }
7982 else
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7984 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7986 cat >>confdefs.h <<_ACEOF
7987 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7988 _ACEOF
7990 XLIB="-lXext $XLIB"
7993 for ac_header in X11/Xlib.h \
7994 X11/XKBlib.h \
7995 X11/Xutil.h \
7996 X11/Xcursor/Xcursor.h \
7997 X11/extensions/shape.h \
7998 X11/extensions/XInput.h \
7999 X11/extensions/XShm.h \
8000 X11/extensions/Xcomposite.h \
8001 X11/extensions/Xinerama.h \
8002 X11/extensions/Xrandr.h \
8003 X11/extensions/Xrender.h \
8004 X11/extensions/xf86vmode.h
8005 do :
8006 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8007 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8008 # include <X11/Xlib.h>
8009 #endif
8010 #ifdef HAVE_X11_XUTIL_H
8011 # include <X11/Xutil.h>
8012 #endif
8014 eval as_val=\$$as_ac_Header
8015 if test "x$as_val" = x""yes; then :
8016 cat >>confdefs.h <<_ACEOF
8017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8018 _ACEOF
8022 done
8025 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8026 then
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8028 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8029 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8030 $as_echo_n "(cached) " >&6
8031 else
8032 ac_check_lib_save_LIBS=$LIBS
8033 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8035 /* end confdefs.h. */
8037 /* Override any GCC internal prototype to avoid an error.
8038 Use char because int might match the return type of a GCC
8039 builtin and then its argument prototype would still apply. */
8040 #ifdef __cplusplus
8041 extern "C"
8042 #endif
8043 char XkbQueryExtension ();
8045 main ()
8047 return XkbQueryExtension ();
8049 return 0;
8051 _ACEOF
8052 if ac_fn_c_try_link "$LINENO"; then :
8053 ac_cv_lib_X11_XkbQueryExtension=yes
8054 else
8055 ac_cv_lib_X11_XkbQueryExtension=no
8057 rm -f core conftest.err conftest.$ac_objext \
8058 conftest$ac_exeext conftest.$ac_ext
8059 LIBS=$ac_check_lib_save_LIBS
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8062 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8063 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8065 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8071 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8072 then
8073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8074 $as_echo_n "checking for -lXcursor... " >&6; }
8075 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8076 $as_echo_n "(cached) " >&6
8077 else
8078 ac_check_soname_save_LIBS=$LIBS
8079 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8081 /* end confdefs.h. */
8083 /* Override any GCC internal prototype to avoid an error.
8084 Use char because int might match the return type of a GCC
8085 builtin and then its argument prototype would still apply. */
8086 #ifdef __cplusplus
8087 extern "C"
8088 #endif
8089 char XcursorImageLoadCursor ();
8091 main ()
8093 return XcursorImageLoadCursor ();
8095 return 0;
8097 _ACEOF
8098 if ac_fn_c_try_link "$LINENO"; then :
8099 case "$LIBEXT" in
8100 dll) ;;
8101 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'` ;;
8102 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8103 esac
8105 rm -f core conftest.err conftest.$ac_objext \
8106 conftest$ac_exeext conftest.$ac_ext
8107 LIBS=$ac_check_soname_save_LIBS
8109 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8111 $as_echo "not found" >&6; }
8113 else
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8115 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8117 cat >>confdefs.h <<_ACEOF
8118 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8119 _ACEOF
8124 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8125 case "x$with_xcursor" in
8126 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8127 xno) ;;
8128 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8129 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8130 esac
8133 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8134 then
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8136 $as_echo_n "checking for -lXi... " >&6; }
8137 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8138 $as_echo_n "(cached) " >&6
8139 else
8140 ac_check_soname_save_LIBS=$LIBS
8141 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8143 /* end confdefs.h. */
8145 /* Override any GCC internal prototype to avoid an error.
8146 Use char because int might match the return type of a GCC
8147 builtin and then its argument prototype would still apply. */
8148 #ifdef __cplusplus
8149 extern "C"
8150 #endif
8151 char XOpenDevice ();
8153 main ()
8155 return XOpenDevice ();
8157 return 0;
8159 _ACEOF
8160 if ac_fn_c_try_link "$LINENO"; then :
8161 case "$LIBEXT" in
8162 dll) ;;
8163 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'` ;;
8164 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8165 esac
8167 rm -f core conftest.err conftest.$ac_objext \
8168 conftest$ac_exeext conftest.$ac_ext
8169 LIBS=$ac_check_soname_save_LIBS
8171 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8173 $as_echo "not found" >&6; }
8175 else
8176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8177 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8179 cat >>confdefs.h <<_ACEOF
8180 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8181 _ACEOF
8186 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8187 case "x$with_xinput" in
8188 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8189 xno) ;;
8190 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8191 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8192 esac
8195 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8196 then
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8198 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8199 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8200 $as_echo_n "(cached) " >&6
8201 else
8202 ac_check_lib_save_LIBS=$LIBS
8203 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8205 /* end confdefs.h. */
8207 /* Override any GCC internal prototype to avoid an error.
8208 Use char because int might match the return type of a GCC
8209 builtin and then its argument prototype would still apply. */
8210 #ifdef __cplusplus
8211 extern "C"
8212 #endif
8213 char XShmQueryExtension ();
8215 main ()
8217 return XShmQueryExtension ();
8219 return 0;
8221 _ACEOF
8222 if ac_fn_c_try_link "$LINENO"; then :
8223 ac_cv_lib_Xext_XShmQueryExtension=yes
8224 else
8225 ac_cv_lib_Xext_XShmQueryExtension=no
8227 rm -f core conftest.err conftest.$ac_objext \
8228 conftest$ac_exeext conftest.$ac_ext
8229 LIBS=$ac_check_lib_save_LIBS
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8232 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8233 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8235 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8240 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8241 case "x$with_xshm" in
8242 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8243 xno) ;;
8244 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8245 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8246 esac
8249 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8250 then
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8252 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8253 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8254 $as_echo_n "(cached) " >&6
8255 else
8256 ac_check_lib_save_LIBS=$LIBS
8257 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8259 /* end confdefs.h. */
8261 /* Override any GCC internal prototype to avoid an error.
8262 Use char because int might match the return type of a GCC
8263 builtin and then its argument prototype would still apply. */
8264 #ifdef __cplusplus
8265 extern "C"
8266 #endif
8267 char XShapeQueryExtension ();
8269 main ()
8271 return XShapeQueryExtension ();
8273 return 0;
8275 _ACEOF
8276 if ac_fn_c_try_link "$LINENO"; then :
8277 ac_cv_lib_Xext_XShapeQueryExtension=yes
8278 else
8279 ac_cv_lib_Xext_XShapeQueryExtension=no
8281 rm -f core conftest.err conftest.$ac_objext \
8282 conftest$ac_exeext conftest.$ac_ext
8283 LIBS=$ac_check_lib_save_LIBS
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8286 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8287 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8289 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8294 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8295 case "x$with_xshape" in
8296 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8297 xno) ;;
8298 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8299 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8300 esac
8303 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8304 then
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8306 $as_echo_n "checking for -lXxf86vm... " >&6; }
8307 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8308 $as_echo_n "(cached) " >&6
8309 else
8310 ac_check_soname_save_LIBS=$LIBS
8311 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8313 /* end confdefs.h. */
8315 /* Override any GCC internal prototype to avoid an error.
8316 Use char because int might match the return type of a GCC
8317 builtin and then its argument prototype would still apply. */
8318 #ifdef __cplusplus
8319 extern "C"
8320 #endif
8321 char XF86VidModeQueryExtension ();
8323 main ()
8325 return XF86VidModeQueryExtension ();
8327 return 0;
8329 _ACEOF
8330 if ac_fn_c_try_link "$LINENO"; then :
8331 case "$LIBEXT" in
8332 dll) ;;
8333 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'` ;;
8334 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8335 esac
8337 rm -f core conftest.err conftest.$ac_objext \
8338 conftest$ac_exeext conftest.$ac_ext
8339 LIBS=$ac_check_soname_save_LIBS
8341 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8343 $as_echo "not found" >&6; }
8345 else
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8347 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8349 cat >>confdefs.h <<_ACEOF
8350 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8351 _ACEOF
8356 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8357 case "x$with_xxf86vm" in
8358 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8359 xno) ;;
8360 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8361 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8362 esac
8365 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"
8366 then
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8368 $as_echo_n "checking for -lXrender... " >&6; }
8369 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8370 $as_echo_n "(cached) " >&6
8371 else
8372 ac_check_soname_save_LIBS=$LIBS
8373 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8375 /* end confdefs.h. */
8377 /* Override any GCC internal prototype to avoid an error.
8378 Use char because int might match the return type of a GCC
8379 builtin and then its argument prototype would still apply. */
8380 #ifdef __cplusplus
8381 extern "C"
8382 #endif
8383 char XRenderQueryExtension ();
8385 main ()
8387 return XRenderQueryExtension ();
8389 return 0;
8391 _ACEOF
8392 if ac_fn_c_try_link "$LINENO"; then :
8393 case "$LIBEXT" in
8394 dll) ;;
8395 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'` ;;
8396 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8397 esac
8399 rm -f core conftest.err conftest.$ac_objext \
8400 conftest$ac_exeext conftest.$ac_ext
8401 LIBS=$ac_check_soname_save_LIBS
8403 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8405 $as_echo "not found" >&6; }
8407 else
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8409 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8411 cat >>confdefs.h <<_ACEOF
8412 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8413 _ACEOF
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8416 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8417 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8418 $as_echo_n "(cached) " >&6
8419 else
8420 ac_check_lib_save_LIBS=$LIBS
8421 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8423 /* end confdefs.h. */
8425 /* Override any GCC internal prototype to avoid an error.
8426 Use char because int might match the return type of a GCC
8427 builtin and then its argument prototype would still apply. */
8428 #ifdef __cplusplus
8429 extern "C"
8430 #endif
8431 char XRenderSetPictureTransform ();
8433 main ()
8435 return XRenderSetPictureTransform ();
8437 return 0;
8439 _ACEOF
8440 if ac_fn_c_try_link "$LINENO"; then :
8441 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8442 else
8443 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8445 rm -f core conftest.err conftest.$ac_objext \
8446 conftest$ac_exeext conftest.$ac_ext
8447 LIBS=$ac_check_lib_save_LIBS
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8450 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8451 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8453 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8460 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8461 case "x$with_xrender" in
8462 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8463 xno) ;;
8464 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8465 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8466 esac
8469 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8470 then
8471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8472 /* end confdefs.h. */
8473 #include <X11/Xlib.h>
8474 #include <X11/extensions/Xrandr.h>
8476 main ()
8478 static typeof(XRRSetScreenConfigAndRate) * func;
8480 return 0;
8482 _ACEOF
8483 if ac_fn_c_try_compile "$LINENO"; then :
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8485 $as_echo_n "checking for -lXrandr... " >&6; }
8486 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8487 $as_echo_n "(cached) " >&6
8488 else
8489 ac_check_soname_save_LIBS=$LIBS
8490 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8492 /* end confdefs.h. */
8494 /* Override any GCC internal prototype to avoid an error.
8495 Use char because int might match the return type of a GCC
8496 builtin and then its argument prototype would still apply. */
8497 #ifdef __cplusplus
8498 extern "C"
8499 #endif
8500 char XRRQueryExtension ();
8502 main ()
8504 return XRRQueryExtension ();
8506 return 0;
8508 _ACEOF
8509 if ac_fn_c_try_link "$LINENO"; then :
8510 case "$LIBEXT" in
8511 dll) ;;
8512 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'` ;;
8513 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8514 esac
8516 rm -f core conftest.err conftest.$ac_objext \
8517 conftest$ac_exeext conftest.$ac_ext
8518 LIBS=$ac_check_soname_save_LIBS
8520 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8522 $as_echo "not found" >&6; }
8524 else
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8526 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8528 cat >>confdefs.h <<_ACEOF
8529 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8530 _ACEOF
8535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8537 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8538 case "x$with_xrandr" in
8539 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8540 xno) ;;
8541 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8542 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8543 esac
8546 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8547 then
8548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8549 /* end confdefs.h. */
8550 #include <X11/Xlib.h>
8551 #include <X11/extensions/Xinerama.h>
8553 main ()
8555 static typeof(XineramaQueryScreens) * func;
8557 return 0;
8559 _ACEOF
8560 if ac_fn_c_try_compile "$LINENO"; then :
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8562 $as_echo_n "checking for -lXinerama... " >&6; }
8563 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8565 else
8566 ac_check_soname_save_LIBS=$LIBS
8567 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8569 /* end confdefs.h. */
8571 /* Override any GCC internal prototype to avoid an error.
8572 Use char because int might match the return type of a GCC
8573 builtin and then its argument prototype would still apply. */
8574 #ifdef __cplusplus
8575 extern "C"
8576 #endif
8577 char XineramaQueryScreens ();
8579 main ()
8581 return XineramaQueryScreens ();
8583 return 0;
8585 _ACEOF
8586 if ac_fn_c_try_link "$LINENO"; then :
8587 case "$LIBEXT" in
8588 dll) ;;
8589 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'` ;;
8590 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8591 esac
8593 rm -f core conftest.err conftest.$ac_objext \
8594 conftest$ac_exeext conftest.$ac_ext
8595 LIBS=$ac_check_soname_save_LIBS
8597 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8599 $as_echo "not found" >&6; }
8601 else
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8603 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8605 cat >>confdefs.h <<_ACEOF
8606 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8607 _ACEOF
8612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8614 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8615 case "x$with_xinerama" in
8616 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8617 xno) ;;
8618 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8619 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8620 esac
8623 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8624 then
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8626 $as_echo_n "checking for -lXcomposite... " >&6; }
8627 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8628 $as_echo_n "(cached) " >&6
8629 else
8630 ac_check_soname_save_LIBS=$LIBS
8631 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8633 /* end confdefs.h. */
8635 /* Override any GCC internal prototype to avoid an error.
8636 Use char because int might match the return type of a GCC
8637 builtin and then its argument prototype would still apply. */
8638 #ifdef __cplusplus
8639 extern "C"
8640 #endif
8641 char XCompositeRedirectWindow ();
8643 main ()
8645 return XCompositeRedirectWindow ();
8647 return 0;
8649 _ACEOF
8650 if ac_fn_c_try_link "$LINENO"; then :
8651 case "$LIBEXT" in
8652 dll) ;;
8653 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'` ;;
8654 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8655 esac
8657 rm -f core conftest.err conftest.$ac_objext \
8658 conftest$ac_exeext conftest.$ac_ext
8659 LIBS=$ac_check_soname_save_LIBS
8661 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8663 $as_echo "not found" >&6; }
8665 else
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8667 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8669 cat >>confdefs.h <<_ACEOF
8670 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8671 _ACEOF
8676 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8677 case "x$with_xcomposite" in
8678 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8679 xno) ;;
8680 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8681 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8682 esac
8685 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8686 #include <X11/Xlib.h>
8687 #endif
8689 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8691 cat >>confdefs.h <<_ACEOF
8692 #define HAVE_XICCALLBACK_CALLBACK 1
8693 _ACEOF
8700 opengl_msg=""
8701 if test "x$with_opengl" != "xno"
8702 then
8703 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8704 do :
8705 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8706 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8707 # include <GL/glx.h>
8708 #endif
8710 eval as_val=\$$as_ac_Header
8711 if test "x$as_val" = x""yes; then :
8712 cat >>confdefs.h <<_ACEOF
8713 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8714 _ACEOF
8718 done
8720 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8721 then
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8723 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8724 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8725 $as_echo_n "(cached) " >&6
8726 else
8727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8728 /* end confdefs.h. */
8729 #include <GL/gl.h>
8731 main ()
8733 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8735 return 0;
8737 _ACEOF
8738 if ac_fn_c_try_compile "$LINENO"; then :
8739 wine_cv_opengl_header_version_OK="yes"
8740 else
8741 wine_cv_opengl_header_version_OK="no"
8743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8746 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8748 if test "$wine_cv_opengl_header_version_OK" = "yes"
8749 then
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8751 $as_echo_n "checking for -lGL... " >&6; }
8752 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8753 $as_echo_n "(cached) " >&6
8754 else
8755 ac_check_soname_save_LIBS=$LIBS
8756 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8758 /* end confdefs.h. */
8760 /* Override any GCC internal prototype to avoid an error.
8761 Use char because int might match the return type of a GCC
8762 builtin and then its argument prototype would still apply. */
8763 #ifdef __cplusplus
8764 extern "C"
8765 #endif
8766 char glXCreateContext ();
8768 main ()
8770 return glXCreateContext ();
8772 return 0;
8774 _ACEOF
8775 if ac_fn_c_try_link "$LINENO"; then :
8776 case "$LIBEXT" in
8777 dll) ;;
8778 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'` ;;
8779 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8780 esac
8782 rm -f core conftest.err conftest.$ac_objext \
8783 conftest$ac_exeext conftest.$ac_ext
8784 LIBS=$ac_check_soname_save_LIBS
8786 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8788 $as_echo "not found" >&6; }
8789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8790 $as_echo_n "checking for -lGL... " >&6; }
8791 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8792 $as_echo_n "(cached) " >&6
8793 else
8794 ac_check_soname_save_LIBS=$LIBS
8795 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"
8796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8799 /* Override any GCC internal prototype to avoid an error.
8800 Use char because int might match the return type of a GCC
8801 builtin and then its argument prototype would still apply. */
8802 #ifdef __cplusplus
8803 extern "C"
8804 #endif
8805 char glXCreateContext ();
8807 main ()
8809 return glXCreateContext ();
8811 return 0;
8813 _ACEOF
8814 if ac_fn_c_try_link "$LINENO"; then :
8815 case "$LIBEXT" in
8816 dll) ;;
8817 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'` ;;
8818 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8819 esac
8821 rm -f core conftest.err conftest.$ac_objext \
8822 conftest$ac_exeext conftest.$ac_ext
8823 LIBS=$ac_check_soname_save_LIBS
8825 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8827 $as_echo "not found" >&6; }
8828 if test -f /usr/X11R6/lib/libGL.a
8829 then
8830 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8831 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8832 else
8833 opengl_msg="No OpenGL library found on this system."
8835 else
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8837 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8839 cat >>confdefs.h <<_ACEOF
8840 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8841 _ACEOF
8843 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"
8845 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8848 else
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8850 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8852 cat >>confdefs.h <<_ACEOF
8853 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8854 _ACEOF
8856 OPENGL_LIBS="-lGL"
8858 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8861 if test "$ac_cv_header_GL_glu_h" = "yes"
8862 then
8863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8864 $as_echo_n "checking for -lGLU... " >&6; }
8865 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8866 $as_echo_n "(cached) " >&6
8867 else
8868 ac_check_soname_save_LIBS=$LIBS
8869 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8871 /* end confdefs.h. */
8873 /* Override any GCC internal prototype to avoid an error.
8874 Use char because int might match the return type of a GCC
8875 builtin and then its argument prototype would still apply. */
8876 #ifdef __cplusplus
8877 extern "C"
8878 #endif
8879 char gluLookAt ();
8881 main ()
8883 return gluLookAt ();
8885 return 0;
8887 _ACEOF
8888 if ac_fn_c_try_link "$LINENO"; then :
8889 case "$LIBEXT" in
8890 dll) ;;
8891 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'` ;;
8892 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8893 esac
8895 rm -f core conftest.err conftest.$ac_objext \
8896 conftest$ac_exeext conftest.$ac_ext
8897 LIBS=$ac_check_soname_save_LIBS
8899 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8901 $as_echo "not found" >&6; }
8903 else
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8905 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8907 cat >>confdefs.h <<_ACEOF
8908 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8909 _ACEOF
8914 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8915 case "x$with_glu" in
8916 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8917 xno) ;;
8918 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8919 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8920 esac
8922 else
8923 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8925 else
8926 opengl_msg="OpenGL development headers not found."
8928 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8929 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8930 else
8931 enable_opengl32=${enable_opengl32:-no}
8932 enable_glu32=${enable_glu32:-no}
8934 if test -n "$opengl_msg"; then :
8935 case "x$with_opengl" in
8936 x) wine_warnings="$wine_warnings|$opengl_msg
8937 OpenGL and Direct3D won't be supported." ;;
8938 xno) ;;
8939 *) as_fn_error "$opengl_msg
8940 OpenGL and Direct3D won't be supported.
8941 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8942 esac
8945 NASLIBS=""
8947 for ac_header in audio/audiolib.h
8948 do :
8949 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8950 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8951 cat >>confdefs.h <<_ACEOF
8952 #define HAVE_AUDIO_AUDIOLIB_H 1
8953 _ACEOF
8954 for ac_header in audio/soundlib.h
8955 do :
8956 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8958 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8959 cat >>confdefs.h <<_ACEOF
8960 #define HAVE_AUDIO_SOUNDLIB_H 1
8961 _ACEOF
8965 done
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8968 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8969 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8970 $as_echo_n "(cached) " >&6
8971 else
8972 ac_check_lib_save_LIBS=$LIBS
8973 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8975 /* end confdefs.h. */
8977 /* Override any GCC internal prototype to avoid an error.
8978 Use char because int might match the return type of a GCC
8979 builtin and then its argument prototype would still apply. */
8980 #ifdef __cplusplus
8981 extern "C"
8982 #endif
8983 char AuCreateFlow ();
8985 main ()
8987 return AuCreateFlow ();
8989 return 0;
8991 _ACEOF
8992 if ac_fn_c_try_link "$LINENO"; then :
8993 ac_cv_lib_audio_AuCreateFlow=yes
8994 else
8995 ac_cv_lib_audio_AuCreateFlow=no
8997 rm -f core conftest.err conftest.$ac_objext \
8998 conftest$ac_exeext conftest.$ac_ext
8999 LIBS=$ac_check_lib_save_LIBS
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9002 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9003 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9005 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9008 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9009 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9010 $as_echo_n "(cached) " >&6
9011 else
9012 ac_check_lib_save_LIBS=$LIBS
9013 LIBS="-lXau $X_LIBS $LIBS"
9014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9015 /* end confdefs.h. */
9017 /* Override any GCC internal prototype to avoid an error.
9018 Use char because int might match the return type of a GCC
9019 builtin and then its argument prototype would still apply. */
9020 #ifdef __cplusplus
9021 extern "C"
9022 #endif
9023 char XauGetBestAuthByAddr ();
9025 main ()
9027 return XauGetBestAuthByAddr ();
9029 return 0;
9031 _ACEOF
9032 if ac_fn_c_try_link "$LINENO"; then :
9033 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9034 else
9035 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9037 rm -f core conftest.err conftest.$ac_objext \
9038 conftest$ac_exeext conftest.$ac_ext
9039 LIBS=$ac_check_lib_save_LIBS
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9042 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9043 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9044 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9045 else
9046 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9054 done
9057 CPPFLAGS="$ac_save_CPPFLAGS"
9058 else
9059 XLIB=""
9060 X_CFLAGS=""
9061 X_LIBS=""
9062 enable_winex11_drv=${enable_winex11_drv:-no}
9063 enable_opengl32=${enable_opengl32:-no}
9064 enable_glu32=${enable_glu32:-no}
9066 if test "x$XLIB" = "x"; then :
9067 case "x$with_x" in
9068 xno) ;;
9069 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
9070 without X support, which probably isn't what you want. You will need to install
9071 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9072 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9073 esac
9077 XML2LIBS=""
9079 XML2INCL=""
9081 XSLTINCL=""
9083 if test "x$with_xml" != "xno"
9084 then
9085 ac_save_CPPFLAGS="$CPPFLAGS"
9086 if test "$PKG_CONFIG" != "false"
9087 then
9088 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9089 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9090 else
9091 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9092 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9094 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9095 for ac_header in libxml/parser.h
9096 do :
9097 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9098 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9099 cat >>confdefs.h <<_ACEOF
9100 #define HAVE_LIBXML_PARSER_H 1
9101 _ACEOF
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9103 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9104 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9105 $as_echo_n "(cached) " >&6
9106 else
9107 ac_check_lib_save_LIBS=$LIBS
9108 LIBS="-lxml2 $ac_xml_libs $LIBS"
9109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9110 /* end confdefs.h. */
9112 /* Override any GCC internal prototype to avoid an error.
9113 Use char because int might match the return type of a GCC
9114 builtin and then its argument prototype would still apply. */
9115 #ifdef __cplusplus
9116 extern "C"
9117 #endif
9118 char xmlParseMemory ();
9120 main ()
9122 return xmlParseMemory ();
9124 return 0;
9126 _ACEOF
9127 if ac_fn_c_try_link "$LINENO"; then :
9128 ac_cv_lib_xml2_xmlParseMemory=yes
9129 else
9130 ac_cv_lib_xml2_xmlParseMemory=no
9132 rm -f core conftest.err conftest.$ac_objext \
9133 conftest$ac_exeext conftest.$ac_ext
9134 LIBS=$ac_check_lib_save_LIBS
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9137 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9138 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9140 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9142 XML2LIBS="$ac_xml_libs"
9143 XML2INCL="$ac_xml_cflags"
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9147 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9148 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9149 $as_echo_n "(cached) " >&6
9150 else
9151 ac_check_lib_save_LIBS=$LIBS
9152 LIBS="-lxml2 $ac_xml_libs $LIBS"
9153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9154 /* end confdefs.h. */
9156 /* Override any GCC internal prototype to avoid an error.
9157 Use char because int might match the return type of a GCC
9158 builtin and then its argument prototype would still apply. */
9159 #ifdef __cplusplus
9160 extern "C"
9161 #endif
9162 char xmlReadMemory ();
9164 main ()
9166 return xmlReadMemory ();
9168 return 0;
9170 _ACEOF
9171 if ac_fn_c_try_link "$LINENO"; then :
9172 ac_cv_lib_xml2_xmlReadMemory=yes
9173 else
9174 ac_cv_lib_xml2_xmlReadMemory=no
9176 rm -f core conftest.err conftest.$ac_objext \
9177 conftest$ac_exeext conftest.$ac_ext
9178 LIBS=$ac_check_lib_save_LIBS
9180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9181 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9182 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9184 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9189 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9190 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9191 $as_echo_n "(cached) " >&6
9192 else
9193 ac_check_lib_save_LIBS=$LIBS
9194 LIBS="-lxml2 $ac_xml_libs $LIBS"
9195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9196 /* end confdefs.h. */
9198 /* Override any GCC internal prototype to avoid an error.
9199 Use char because int might match the return type of a GCC
9200 builtin and then its argument prototype would still apply. */
9201 #ifdef __cplusplus
9202 extern "C"
9203 #endif
9204 char xmlNewDocPI ();
9206 main ()
9208 return xmlNewDocPI ();
9210 return 0;
9212 _ACEOF
9213 if ac_fn_c_try_link "$LINENO"; then :
9214 ac_cv_lib_xml2_xmlNewDocPI=yes
9215 else
9216 ac_cv_lib_xml2_xmlNewDocPI=no
9218 rm -f core conftest.err conftest.$ac_objext \
9219 conftest$ac_exeext conftest.$ac_ext
9220 LIBS=$ac_check_lib_save_LIBS
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9223 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9224 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9226 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9233 done
9235 CPPFLAGS="$ac_save_CPPFLAGS"
9237 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9238 case "x$with_xml" in
9239 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9240 xno) ;;
9241 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9242 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9243 esac
9246 if test "x$with_xslt" != "xno"
9247 then
9248 if test "$PKG_CONFIG" != "false"
9249 then
9250 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9251 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9252 else
9253 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9254 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9256 ac_save_CPPFLAGS="$CPPFLAGS"
9257 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9258 for ac_header in libxslt/pattern.h libxslt/transform.h
9259 do :
9260 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9261 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9262 # include <libxslt/pattern.h>
9263 #endif
9265 eval as_val=\$$as_ac_Header
9266 if test "x$as_val" = x""yes; then :
9267 cat >>confdefs.h <<_ACEOF
9268 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9269 _ACEOF
9273 done
9275 CPPFLAGS="$ac_save_CPPFLAGS"
9276 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9277 then
9278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9279 $as_echo_n "checking for -lxslt... " >&6; }
9280 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9281 $as_echo_n "(cached) " >&6
9282 else
9283 ac_check_soname_save_LIBS=$LIBS
9284 LIBS="-lxslt $ac_xslt_libs $LIBS"
9285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9286 /* end confdefs.h. */
9288 /* Override any GCC internal prototype to avoid an error.
9289 Use char because int might match the return type of a GCC
9290 builtin and then its argument prototype would still apply. */
9291 #ifdef __cplusplus
9292 extern "C"
9293 #endif
9294 char xsltCompilePattern ();
9296 main ()
9298 return xsltCompilePattern ();
9300 return 0;
9302 _ACEOF
9303 if ac_fn_c_try_link "$LINENO"; then :
9304 case "$LIBEXT" in
9305 dll) ;;
9306 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'` ;;
9307 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9308 esac
9310 rm -f core conftest.err conftest.$ac_objext \
9311 conftest$ac_exeext conftest.$ac_ext
9312 LIBS=$ac_check_soname_save_LIBS
9314 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9316 $as_echo "not found" >&6; }
9318 else
9319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9320 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9322 cat >>confdefs.h <<_ACEOF
9323 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9324 _ACEOF
9326 XSLTINCL="$ac_xslt_cflags"
9330 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9331 case "x$with_xslt" in
9332 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9333 xno) ;;
9334 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9335 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9336 esac
9339 HALINCL=""
9341 if test "x$with_hal" != "xno"
9342 then
9343 ac_save_CPPFLAGS="$CPPFLAGS"
9344 if test "$PKG_CONFIG" != "false"
9345 then
9346 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9347 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9348 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9350 for ac_header in dbus/dbus.h hal/libhal.h
9351 do :
9352 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9353 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9354 eval as_val=\$$as_ac_Header
9355 if test "x$as_val" = x""yes; then :
9356 cat >>confdefs.h <<_ACEOF
9357 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9358 _ACEOF
9362 done
9364 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9365 then
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9367 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9368 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9369 $as_echo_n "(cached) " >&6
9370 else
9371 ac_check_lib_save_LIBS=$LIBS
9372 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9374 /* end confdefs.h. */
9376 /* Override any GCC internal prototype to avoid an error.
9377 Use char because int might match the return type of a GCC
9378 builtin and then its argument prototype would still apply. */
9379 #ifdef __cplusplus
9380 extern "C"
9381 #endif
9382 char dbus_connection_close ();
9384 main ()
9386 return dbus_connection_close ();
9388 return 0;
9390 _ACEOF
9391 if ac_fn_c_try_link "$LINENO"; then :
9392 ac_cv_lib_dbus_1_dbus_connection_close=yes
9393 else
9394 ac_cv_lib_dbus_1_dbus_connection_close=no
9396 rm -f core conftest.err conftest.$ac_objext \
9397 conftest$ac_exeext conftest.$ac_ext
9398 LIBS=$ac_check_lib_save_LIBS
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9401 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9402 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9404 $as_echo_n "checking for -lhal... " >&6; }
9405 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9406 $as_echo_n "(cached) " >&6
9407 else
9408 ac_check_soname_save_LIBS=$LIBS
9409 LIBS="-lhal $ac_hal_libs $LIBS"
9410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9411 /* end confdefs.h. */
9413 /* Override any GCC internal prototype to avoid an error.
9414 Use char because int might match the return type of a GCC
9415 builtin and then its argument prototype would still apply. */
9416 #ifdef __cplusplus
9417 extern "C"
9418 #endif
9419 char libhal_ctx_new ();
9421 main ()
9423 return libhal_ctx_new ();
9425 return 0;
9427 _ACEOF
9428 if ac_fn_c_try_link "$LINENO"; then :
9429 case "$LIBEXT" in
9430 dll) ;;
9431 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'` ;;
9432 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9433 esac
9435 rm -f core conftest.err conftest.$ac_objext \
9436 conftest$ac_exeext conftest.$ac_ext
9437 LIBS=$ac_check_soname_save_LIBS
9439 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9441 $as_echo "not found" >&6; }
9443 else
9444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9445 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9447 cat >>confdefs.h <<_ACEOF
9448 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9449 _ACEOF
9451 HALINCL="$ac_hal_cflags"
9456 CPPFLAGS="$ac_save_CPPFLAGS"
9458 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9459 case "x$with_hal" in
9460 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9461 xno) ;;
9462 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9463 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9464 esac
9467 if test "x$with_gnutls" != "xno"
9468 then
9469 ac_save_CPPFLAGS="$CPPFLAGS"
9470 if test "$PKG_CONFIG" != "false"
9471 then
9472 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9473 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9474 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9476 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9477 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9479 /* end confdefs.h. */
9480 #include <gnutls/gnutls.h>
9482 main ()
9484 typeof(gnutls_mac_get_key_size) *pfunc;
9486 return 0;
9488 _ACEOF
9489 if ac_fn_c_try_compile "$LINENO"; then :
9490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9491 $as_echo_n "checking for -lgnutls... " >&6; }
9492 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9493 $as_echo_n "(cached) " >&6
9494 else
9495 ac_check_soname_save_LIBS=$LIBS
9496 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9498 /* end confdefs.h. */
9500 /* Override any GCC internal prototype to avoid an error.
9501 Use char because int might match the return type of a GCC
9502 builtin and then its argument prototype would still apply. */
9503 #ifdef __cplusplus
9504 extern "C"
9505 #endif
9506 char gnutls_global_init ();
9508 main ()
9510 return gnutls_global_init ();
9512 return 0;
9514 _ACEOF
9515 if ac_fn_c_try_link "$LINENO"; then :
9516 case "$LIBEXT" in
9517 dll) ;;
9518 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'` ;;
9519 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9520 esac
9522 rm -f core conftest.err conftest.$ac_objext \
9523 conftest$ac_exeext conftest.$ac_ext
9524 LIBS=$ac_check_soname_save_LIBS
9526 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9528 $as_echo "not found" >&6; }
9530 else
9531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9532 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9534 cat >>confdefs.h <<_ACEOF
9535 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9536 _ACEOF
9538 GNUTLSINCL="$ac_gnutls_cflags"
9542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9546 CPPFLAGS="$ac_save_CPPFLAGS"
9548 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9549 case "x$with_gnutls" in
9550 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9551 xno) ;;
9552 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9553 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9554 esac
9557 CURSESLIBS=""
9558 if test "$ac_cv_header_ncurses_h" = "yes"
9559 then
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9561 $as_echo_n "checking for -lncurses... " >&6; }
9562 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9563 $as_echo_n "(cached) " >&6
9564 else
9565 ac_check_soname_save_LIBS=$LIBS
9566 LIBS="-lncurses $LIBS"
9567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9568 /* end confdefs.h. */
9570 /* Override any GCC internal prototype to avoid an error.
9571 Use char because int might match the return type of a GCC
9572 builtin and then its argument prototype would still apply. */
9573 #ifdef __cplusplus
9574 extern "C"
9575 #endif
9576 char waddch ();
9578 main ()
9580 return waddch ();
9582 return 0;
9584 _ACEOF
9585 if ac_fn_c_try_link "$LINENO"; then :
9586 case "$LIBEXT" in
9587 dll) ;;
9588 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'` ;;
9589 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9590 esac
9592 rm -f core conftest.err conftest.$ac_objext \
9593 conftest$ac_exeext conftest.$ac_ext
9594 LIBS=$ac_check_soname_save_LIBS
9596 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9598 $as_echo "not found" >&6; }
9600 else
9601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9602 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9604 cat >>confdefs.h <<_ACEOF
9605 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9606 _ACEOF
9608 CURSESLIBS="-lncurses"
9610 elif test "$ac_cv_header_curses_h" = "yes"
9611 then
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9613 $as_echo_n "checking for -lcurses... " >&6; }
9614 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9615 $as_echo_n "(cached) " >&6
9616 else
9617 ac_check_soname_save_LIBS=$LIBS
9618 LIBS="-lcurses $LIBS"
9619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9620 /* end confdefs.h. */
9622 /* Override any GCC internal prototype to avoid an error.
9623 Use char because int might match the return type of a GCC
9624 builtin and then its argument prototype would still apply. */
9625 #ifdef __cplusplus
9626 extern "C"
9627 #endif
9628 char waddch ();
9630 main ()
9632 return waddch ();
9634 return 0;
9636 _ACEOF
9637 if ac_fn_c_try_link "$LINENO"; then :
9638 case "$LIBEXT" in
9639 dll) ;;
9640 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'` ;;
9641 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9642 esac
9644 rm -f core conftest.err conftest.$ac_objext \
9645 conftest$ac_exeext conftest.$ac_ext
9646 LIBS=$ac_check_soname_save_LIBS
9648 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9650 $as_echo "not found" >&6; }
9652 else
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9654 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9656 cat >>confdefs.h <<_ACEOF
9657 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9658 _ACEOF
9660 CURSESLIBS="-lcurses"
9663 ac_save_LIBS="$LIBS"
9664 LIBS="$LIBS $CURSESLIBS"
9665 for ac_func in mousemask
9666 do :
9667 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9668 if test "x$ac_cv_func_mousemask" = x""yes; then :
9669 cat >>confdefs.h <<_ACEOF
9670 #define HAVE_MOUSEMASK 1
9671 _ACEOF
9674 done
9676 LIBS="$ac_save_LIBS"
9677 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9678 case "x$with_curses" in
9679 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9680 xno) ;;
9681 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9682 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9683 esac
9686 if test "x$with_sane" != "xno"
9687 then
9688 ac_save_CPPFLAGS="$CPPFLAGS"
9689 # Extract the first word of "sane-config", so it can be a program name with args.
9690 set dummy sane-config; ac_word=$2
9691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9692 $as_echo_n "checking for $ac_word... " >&6; }
9693 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9694 $as_echo_n "(cached) " >&6
9695 else
9696 if test -n "$sane_devel"; then
9697 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9698 else
9699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9700 for as_dir in $PATH
9702 IFS=$as_save_IFS
9703 test -z "$as_dir" && as_dir=.
9704 for ac_exec_ext in '' $ac_executable_extensions; do
9705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9706 ac_cv_prog_sane_devel="sane-config"
9707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9708 break 2
9710 done
9711 done
9712 IFS=$as_save_IFS
9714 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9717 sane_devel=$ac_cv_prog_sane_devel
9718 if test -n "$sane_devel"; then
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9720 $as_echo "$sane_devel" >&6; }
9721 else
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9723 $as_echo "no" >&6; }
9727 if test "$sane_devel" != "no"
9728 then
9729 ac_sane_incl="`$sane_devel --cflags`"
9730 ac_sane_libs="`$sane_devel --ldflags`"
9731 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9733 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9734 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9736 $as_echo_n "checking for -lsane... " >&6; }
9737 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9738 $as_echo_n "(cached) " >&6
9739 else
9740 ac_check_soname_save_LIBS=$LIBS
9741 LIBS="-lsane $ac_sane_libs $LIBS"
9742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9743 /* end confdefs.h. */
9745 /* Override any GCC internal prototype to avoid an error.
9746 Use char because int might match the return type of a GCC
9747 builtin and then its argument prototype would still apply. */
9748 #ifdef __cplusplus
9749 extern "C"
9750 #endif
9751 char sane_init ();
9753 main ()
9755 return sane_init ();
9757 return 0;
9759 _ACEOF
9760 if ac_fn_c_try_link "$LINENO"; then :
9761 case "$LIBEXT" in
9762 dll) ;;
9763 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'` ;;
9764 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9765 esac
9767 rm -f core conftest.err conftest.$ac_objext \
9768 conftest$ac_exeext conftest.$ac_ext
9769 LIBS=$ac_check_soname_save_LIBS
9771 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9773 $as_echo "not found" >&6; }
9775 else
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9777 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9779 cat >>confdefs.h <<_ACEOF
9780 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9781 _ACEOF
9783 SANEINCL="$ac_sane_incl"
9789 CPPFLAGS="$ac_save_CPPFLAGS"
9791 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9792 case "x$with_sane" in
9793 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9794 xno) ;;
9795 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9796 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9797 esac
9800 if test "x$with_gphoto" != "xno"
9801 then
9802 ac_save_CPPFLAGS="$CPPFLAGS"
9803 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9804 set dummy gphoto2-config; ac_word=$2
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9806 $as_echo_n "checking for $ac_word... " >&6; }
9807 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9808 $as_echo_n "(cached) " >&6
9809 else
9810 if test -n "$gphoto2_devel"; then
9811 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9812 else
9813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9814 for as_dir in $PATH
9816 IFS=$as_save_IFS
9817 test -z "$as_dir" && as_dir=.
9818 for ac_exec_ext in '' $ac_executable_extensions; do
9819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9820 ac_cv_prog_gphoto2_devel="gphoto2-config"
9821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9822 break 2
9824 done
9825 done
9826 IFS=$as_save_IFS
9828 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9831 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9832 if test -n "$gphoto2_devel"; then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9834 $as_echo "$gphoto2_devel" >&6; }
9835 else
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9837 $as_echo "no" >&6; }
9841 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9842 set dummy gphoto2-port-config; ac_word=$2
9843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9844 $as_echo_n "checking for $ac_word... " >&6; }
9845 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9846 $as_echo_n "(cached) " >&6
9847 else
9848 if test -n "$gphoto2port_devel"; then
9849 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9850 else
9851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9852 for as_dir in $PATH
9854 IFS=$as_save_IFS
9855 test -z "$as_dir" && as_dir=.
9856 for ac_exec_ext in '' $ac_executable_extensions; do
9857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9858 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9860 break 2
9862 done
9863 done
9864 IFS=$as_save_IFS
9866 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9869 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9870 if test -n "$gphoto2port_devel"; then
9871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9872 $as_echo "$gphoto2port_devel" >&6; }
9873 else
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9875 $as_echo "no" >&6; }
9879 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9880 then
9881 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9882 ac_gphoto2_libs=""
9883 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9885 case "$i" in
9886 -L/usr/lib|-L/usr/lib64) ;;
9887 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9888 esac
9889 done
9890 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9892 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9893 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9894 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9896 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9897 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9898 $as_echo_n "(cached) " >&6
9899 else
9900 ac_check_lib_save_LIBS=$LIBS
9901 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9903 /* end confdefs.h. */
9905 /* Override any GCC internal prototype to avoid an error.
9906 Use char because int might match the return type of a GCC
9907 builtin and then its argument prototype would still apply. */
9908 #ifdef __cplusplus
9909 extern "C"
9910 #endif
9911 char gp_camera_new ();
9913 main ()
9915 return gp_camera_new ();
9917 return 0;
9919 _ACEOF
9920 if ac_fn_c_try_link "$LINENO"; then :
9921 ac_cv_lib_gphoto2_gp_camera_new=yes
9922 else
9923 ac_cv_lib_gphoto2_gp_camera_new=no
9925 rm -f core conftest.err conftest.$ac_objext \
9926 conftest$ac_exeext conftest.$ac_ext
9927 LIBS=$ac_check_lib_save_LIBS
9929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9930 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9931 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9933 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9935 GPHOTO2LIBS="$ac_gphoto2_libs"
9937 GPHOTO2INCL="$ac_gphoto2_incl"
9944 CPPFLAGS="$ac_save_CPPFLAGS"
9946 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9947 case "x$with_gphoto" in
9948 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9949 xno) ;;
9950 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9951 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9952 esac
9956 RESOLVLIBS=""
9958 if test "$ac_cv_header_resolv_h" = "yes"
9959 then
9960 ac_save_LIBS="$LIBS"
9961 LIBS="$LIBS -lresolv"
9962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9963 /* end confdefs.h. */
9964 #ifdef HAVE_NETINET_IN_H
9965 #include <netinet/in.h>
9966 #endif
9967 #include <resolv.h>
9969 main ()
9971 res_init();
9973 return 0;
9975 _ACEOF
9976 if ac_fn_c_try_link "$LINENO"; then :
9978 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9980 RESOLVLIBS="-lresolv"
9982 rm -f core conftest.err conftest.$ac_objext \
9983 conftest$ac_exeext conftest.$ac_ext
9984 LIBS="$ac_save_LIBS"
9987 LCMSLIBS=""
9989 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9990 then
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9992 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9993 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9994 $as_echo_n "(cached) " >&6
9995 else
9996 ac_check_lib_save_LIBS=$LIBS
9997 LIBS="-llcms $LIBS"
9998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9999 /* end confdefs.h. */
10001 /* Override any GCC internal prototype to avoid an error.
10002 Use char because int might match the return type of a GCC
10003 builtin and then its argument prototype would still apply. */
10004 #ifdef __cplusplus
10005 extern "C"
10006 #endif
10007 char cmsOpenProfileFromFile ();
10009 main ()
10011 return cmsOpenProfileFromFile ();
10013 return 0;
10015 _ACEOF
10016 if ac_fn_c_try_link "$LINENO"; then :
10017 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10018 else
10019 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10021 rm -f core conftest.err conftest.$ac_objext \
10022 conftest$ac_exeext conftest.$ac_ext
10023 LIBS=$ac_check_lib_save_LIBS
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10026 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10027 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10029 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10031 LCMSLIBS="-llcms"
10035 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10036 case "x$with_cms" in
10037 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10038 xno) ;;
10039 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10040 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10041 esac
10044 if test "x$with_freetype" != "xno"
10045 then
10046 for ac_prog in freetype-config freetype2-config
10048 # Extract the first word of "$ac_prog", so it can be a program name with args.
10049 set dummy $ac_prog; ac_word=$2
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10051 $as_echo_n "checking for $ac_word... " >&6; }
10052 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10053 $as_echo_n "(cached) " >&6
10054 else
10055 if test -n "$ft_devel"; then
10056 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10057 else
10058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10059 for as_dir in $PATH
10061 IFS=$as_save_IFS
10062 test -z "$as_dir" && as_dir=.
10063 for ac_exec_ext in '' $ac_executable_extensions; do
10064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10065 ac_cv_prog_ft_devel="$ac_prog"
10066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10067 break 2
10069 done
10070 done
10071 IFS=$as_save_IFS
10075 ft_devel=$ac_cv_prog_ft_devel
10076 if test -n "$ft_devel"; then
10077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10078 $as_echo "$ft_devel" >&6; }
10079 else
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10081 $as_echo "no" >&6; }
10085 test -n "$ft_devel" && break
10086 done
10087 test -n "$ft_devel" || ft_devel="no"
10089 if test "$ft_devel" != "no"
10090 then
10091 ac_freetype_incl=`$ft_devel --cflags`
10092 ac_freetype_libs=`$ft_devel --libs`
10094 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10096 $as_echo_n "checking for -lfreetype... " >&6; }
10097 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10098 $as_echo_n "(cached) " >&6
10099 else
10100 ac_check_soname_save_LIBS=$LIBS
10101 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10103 /* end confdefs.h. */
10105 /* Override any GCC internal prototype to avoid an error.
10106 Use char because int might match the return type of a GCC
10107 builtin and then its argument prototype would still apply. */
10108 #ifdef __cplusplus
10109 extern "C"
10110 #endif
10111 char FT_Init_FreeType ();
10113 main ()
10115 return FT_Init_FreeType ();
10117 return 0;
10119 _ACEOF
10120 if ac_fn_c_try_link "$LINENO"; then :
10121 case "$LIBEXT" in
10122 dll) ;;
10123 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'` ;;
10124 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10125 esac
10127 rm -f core conftest.err conftest.$ac_objext \
10128 conftest$ac_exeext conftest.$ac_ext
10129 LIBS=$ac_check_soname_save_LIBS
10131 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10133 $as_echo "not found" >&6; }
10134 ft_lib=no
10135 else
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10137 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10139 cat >>confdefs.h <<_ACEOF
10140 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10141 _ACEOF
10143 ft_lib=yes
10145 if test "$ft_lib" = "yes"
10146 then
10147 ac_save_CPPFLAGS="$CPPFLAGS"
10148 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10149 for ac_header in ft2build.h \
10150 freetype/freetype.h \
10151 freetype/ftglyph.h \
10152 freetype/fttypes.h \
10153 freetype/tttables.h \
10154 freetype/ftsnames.h \
10155 freetype/ttnameid.h \
10156 freetype/ftoutln.h \
10157 freetype/ftwinfnt.h \
10158 freetype/ftmodapi.h \
10159 freetype/ftlcdfil.h \
10160 freetype/internal/sfnt.h
10161 do :
10162 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10163 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10164 # include <ft2build.h>
10165 #endif
10167 eval as_val=\$$as_ac_Header
10168 if test "x$as_val" = x""yes; then :
10169 cat >>confdefs.h <<_ACEOF
10170 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10171 _ACEOF
10175 done
10177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10178 /* end confdefs.h. */
10179 #include <ft2build.h>
10180 #include <freetype/fttrigon.h>
10181 _ACEOF
10182 if ac_fn_c_try_cpp "$LINENO"; then :
10184 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10186 wine_cv_fttrigon=yes
10187 else
10188 wine_cv_fttrigon=no
10190 rm -f conftest.err conftest.$ac_ext
10191 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10193 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10195 cat >>confdefs.h <<_ACEOF
10196 #define HAVE_FT_TRUETYPEENGINETYPE 1
10197 _ACEOF
10202 ac_save_CFLAGS="$CFLAGS"
10203 CFLAGS="$CFLAGS $ac_freetype_libs"
10204 for ac_func in FT_Load_Sfnt_Table
10205 do :
10206 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10207 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10208 cat >>confdefs.h <<_ACEOF
10209 #define HAVE_FT_LOAD_SFNT_TABLE 1
10210 _ACEOF
10213 done
10215 CFLAGS="$ac_save_CFLAGS"
10216 CPPFLAGS="$ac_save_CPPFLAGS"
10217 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10218 then
10220 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10222 FREETYPELIBS="$ac_freetype_libs"
10224 FREETYPEINCL="$ac_freetype_incl"
10229 if test "x$FREETYPELIBS" = "x"; then :
10230 case "x$with_freetype" in
10231 xno) ;;
10232 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10233 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10234 esac
10236 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10239 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10240 if test "${ac_cv_c_ppdev+set}" = set; then :
10241 $as_echo_n "(cached) " >&6
10242 else
10243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10244 /* end confdefs.h. */
10245 #include <linux/ppdev.h>
10247 main ()
10249 ioctl (1,PPCLAIM,0)
10251 return 0;
10253 _ACEOF
10254 if ac_fn_c_try_compile "$LINENO"; then :
10255 ac_cv_c_ppdev="yes"
10256 else
10257 ac_cv_c_ppdev="no"
10259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10262 $as_echo "$ac_cv_c_ppdev" >&6; }
10263 if test "$ac_cv_c_ppdev" = "yes"
10264 then
10266 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10270 ac_wine_check_funcs_save_LIBS="$LIBS"
10271 LIBS="$LIBS $LIBPTHREAD"
10272 for ac_func in \
10273 pthread_attr_get_np \
10274 pthread_getattr_np \
10275 pthread_get_stackaddr_np \
10276 pthread_get_stacksize_np
10277 do :
10278 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10279 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10280 eval as_val=\$$as_ac_var
10281 if test "x$as_val" = x""yes; then :
10282 cat >>confdefs.h <<_ACEOF
10283 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10284 _ACEOF
10287 done
10289 LIBS="$ac_wine_check_funcs_save_LIBS"
10291 if test "$ac_cv_header_zlib_h" = "yes"
10292 then
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10294 $as_echo_n "checking for inflate in -lz... " >&6; }
10295 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10296 $as_echo_n "(cached) " >&6
10297 else
10298 ac_check_lib_save_LIBS=$LIBS
10299 LIBS="-lz $LIBS"
10300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10301 /* end confdefs.h. */
10303 /* Override any GCC internal prototype to avoid an error.
10304 Use char because int might match the return type of a GCC
10305 builtin and then its argument prototype would still apply. */
10306 #ifdef __cplusplus
10307 extern "C"
10308 #endif
10309 char inflate ();
10311 main ()
10313 return inflate ();
10315 return 0;
10317 _ACEOF
10318 if ac_fn_c_try_link "$LINENO"; then :
10319 ac_cv_lib_z_inflate=yes
10320 else
10321 ac_cv_lib_z_inflate=no
10323 rm -f core conftest.err conftest.$ac_objext \
10324 conftest$ac_exeext conftest.$ac_ext
10325 LIBS=$ac_check_lib_save_LIBS
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10328 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10329 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10331 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10333 ZLIB="-lz"
10339 if test "x$with_esd" != xno
10340 then
10341 save_CFLAGS="$CFLAGS"
10342 # Extract the first word of "esd-config", so it can be a program name with args.
10343 set dummy esd-config; ac_word=$2
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10345 $as_echo_n "checking for $ac_word... " >&6; }
10346 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10347 $as_echo_n "(cached) " >&6
10348 else
10349 case $ESDCONFIG in
10350 [\\/]* | ?:[\\/]*)
10351 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10355 for as_dir in $PATH
10357 IFS=$as_save_IFS
10358 test -z "$as_dir" && as_dir=.
10359 for ac_exec_ext in '' $ac_executable_extensions; do
10360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10361 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10363 break 2
10365 done
10366 done
10367 IFS=$as_save_IFS
10369 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10371 esac
10373 ESDCONFIG=$ac_cv_path_ESDCONFIG
10374 if test -n "$ESDCONFIG"; then
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10376 $as_echo "$ESDCONFIG" >&6; }
10377 else
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10379 $as_echo "no" >&6; }
10383 if test "x$ESDCONFIG" != "xno"
10384 then
10385 ac_esd_incl=""
10386 for i in `$ESDCONFIG --cflags`
10388 case "$i" in
10389 -I*) ac_esd_incl="$ac_esd_incl $i";;
10390 esac
10391 done
10392 ac_esd_libs=`$ESDCONFIG --libs`
10393 CFLAGS="$CFLAGS $ac_esd_incl"
10395 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10396 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10397 if test "x$ac_cv_header_esd_h" = x""yes; then :
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10399 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10400 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10401 $as_echo_n "(cached) " >&6
10402 else
10403 ac_check_lib_save_LIBS=$LIBS
10404 LIBS="-lesd $ac_esd_libs $LIBS"
10405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10406 /* end confdefs.h. */
10408 /* Override any GCC internal prototype to avoid an error.
10409 Use char because int might match the return type of a GCC
10410 builtin and then its argument prototype would still apply. */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char esd_open_sound ();
10416 main ()
10418 return esd_open_sound ();
10420 return 0;
10422 _ACEOF
10423 if ac_fn_c_try_link "$LINENO"; then :
10424 ac_cv_lib_esd_esd_open_sound=yes
10425 else
10426 ac_cv_lib_esd_esd_open_sound=no
10428 rm -f core conftest.err conftest.$ac_objext \
10429 conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_lib_save_LIBS
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10433 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10434 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10435 ESDINCL="$ac_esd_incl"
10437 ESDLIBS="$ac_esd_libs"
10440 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10447 CFLAGS="$save_CFLAGS"
10450 ALSALIBS=""
10452 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10453 then
10454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10455 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10456 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10457 $as_echo_n "(cached) " >&6
10458 else
10459 ac_check_lib_save_LIBS=$LIBS
10460 LIBS="-lasound $LIBS"
10461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10462 /* end confdefs.h. */
10464 /* Override any GCC internal prototype to avoid an error.
10465 Use char because int might match the return type of a GCC
10466 builtin and then its argument prototype would still apply. */
10467 #ifdef __cplusplus
10468 extern "C"
10469 #endif
10470 char snd_pcm_hw_params_get_access ();
10472 main ()
10474 return snd_pcm_hw_params_get_access ();
10476 return 0;
10478 _ACEOF
10479 if ac_fn_c_try_link "$LINENO"; then :
10480 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10481 else
10482 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10484 rm -f core conftest.err conftest.$ac_objext \
10485 conftest$ac_exeext conftest.$ac_ext
10486 LIBS=$ac_check_lib_save_LIBS
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10489 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10490 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10492 /* end confdefs.h. */
10493 #ifdef HAVE_ALSA_ASOUNDLIB_H
10494 #include <alsa/asoundlib.h>
10495 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10496 #include <sys/asoundlib.h>
10497 #endif
10499 main ()
10501 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10503 return 0;
10505 _ACEOF
10506 if ac_fn_c_try_compile "$LINENO"; then :
10508 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10510 ALSALIBS="-lasound"
10512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10517 AUDIOIOLIBS=""
10519 if test "$ac_cv_header_libaudioio_h" = "yes"
10520 then
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10522 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10523 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10524 $as_echo_n "(cached) " >&6
10525 else
10526 ac_check_lib_save_LIBS=$LIBS
10527 LIBS="-laudioio $LIBS"
10528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10529 /* end confdefs.h. */
10531 /* Override any GCC internal prototype to avoid an error.
10532 Use char because int might match the return type of a GCC
10533 builtin and then its argument prototype would still apply. */
10534 #ifdef __cplusplus
10535 extern "C"
10536 #endif
10537 char AudioIOGetVersion ();
10539 main ()
10541 return AudioIOGetVersion ();
10543 return 0;
10545 _ACEOF
10546 if ac_fn_c_try_link "$LINENO"; then :
10547 ac_cv_lib_audioio_AudioIOGetVersion=yes
10548 else
10549 ac_cv_lib_audioio_AudioIOGetVersion=no
10551 rm -f core conftest.err conftest.$ac_objext \
10552 conftest$ac_exeext conftest.$ac_ext
10553 LIBS=$ac_check_lib_save_LIBS
10555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10556 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10557 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10558 AUDIOIOLIBS="-laudioio"
10560 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10567 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10568 then
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10570 $as_echo_n "checking for -lcapi20... " >&6; }
10571 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10572 $as_echo_n "(cached) " >&6
10573 else
10574 ac_check_soname_save_LIBS=$LIBS
10575 LIBS="-lcapi20 $LIBS"
10576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10577 /* end confdefs.h. */
10579 /* Override any GCC internal prototype to avoid an error.
10580 Use char because int might match the return type of a GCC
10581 builtin and then its argument prototype would still apply. */
10582 #ifdef __cplusplus
10583 extern "C"
10584 #endif
10585 char capi20_register ();
10587 main ()
10589 return capi20_register ();
10591 return 0;
10593 _ACEOF
10594 if ac_fn_c_try_link "$LINENO"; then :
10595 case "$LIBEXT" in
10596 dll) ;;
10597 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'` ;;
10598 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10599 esac
10601 rm -f core conftest.err conftest.$ac_objext \
10602 conftest$ac_exeext conftest.$ac_ext
10603 LIBS=$ac_check_soname_save_LIBS
10605 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10607 $as_echo "not found" >&6; }
10609 else
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10611 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10613 cat >>confdefs.h <<_ACEOF
10614 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10615 _ACEOF
10620 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10621 case "x$with_capi" in
10622 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10623 xno) ;;
10624 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10625 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10626 esac
10629 CUPSINCL=""
10631 if test "x$with_cups" != "xno"
10632 then
10633 ac_save_CPPFLAGS="$CPPFLAGS"
10634 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10635 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10636 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10637 for ac_header in cups/cups.h
10638 do :
10639 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10640 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10641 cat >>confdefs.h <<_ACEOF
10642 #define HAVE_CUPS_CUPS_H 1
10643 _ACEOF
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10645 $as_echo_n "checking for -lcups... " >&6; }
10646 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10647 $as_echo_n "(cached) " >&6
10648 else
10649 ac_check_soname_save_LIBS=$LIBS
10650 LIBS="-lcups $ac_cups_libs $LIBS"
10651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10652 /* end confdefs.h. */
10654 /* Override any GCC internal prototype to avoid an error.
10655 Use char because int might match the return type of a GCC
10656 builtin and then its argument prototype would still apply. */
10657 #ifdef __cplusplus
10658 extern "C"
10659 #endif
10660 char cupsGetDefault ();
10662 main ()
10664 return cupsGetDefault ();
10666 return 0;
10668 _ACEOF
10669 if ac_fn_c_try_link "$LINENO"; then :
10670 case "$LIBEXT" in
10671 dll) ;;
10672 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'` ;;
10673 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10674 esac
10676 rm -f core conftest.err conftest.$ac_objext \
10677 conftest$ac_exeext conftest.$ac_ext
10678 LIBS=$ac_check_soname_save_LIBS
10680 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10682 $as_echo "not found" >&6; }
10684 else
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10686 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10688 cat >>confdefs.h <<_ACEOF
10689 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10690 _ACEOF
10692 CUPSINCL="$ac_cups_cflags"
10696 done
10698 CPPFLAGS="$ac_save_CPPFLAGS"
10700 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10701 case "x$with_cups" in
10702 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10703 xno) ;;
10704 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10705 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10706 esac
10709 if test "$ac_cv_header_jack_jack_h" = "yes"
10710 then
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10712 $as_echo_n "checking for -ljack... " >&6; }
10713 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10714 $as_echo_n "(cached) " >&6
10715 else
10716 ac_check_soname_save_LIBS=$LIBS
10717 LIBS="-ljack $LIBS"
10718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10719 /* end confdefs.h. */
10721 /* Override any GCC internal prototype to avoid an error.
10722 Use char because int might match the return type of a GCC
10723 builtin and then its argument prototype would still apply. */
10724 #ifdef __cplusplus
10725 extern "C"
10726 #endif
10727 char jack_client_new ();
10729 main ()
10731 return jack_client_new ();
10733 return 0;
10735 _ACEOF
10736 if ac_fn_c_try_link "$LINENO"; then :
10737 case "$LIBEXT" in
10738 dll) ;;
10739 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'` ;;
10740 *) 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'` ;;
10741 esac
10743 rm -f core conftest.err conftest.$ac_objext \
10744 conftest$ac_exeext conftest.$ac_ext
10745 LIBS=$ac_check_soname_save_LIBS
10747 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10749 $as_echo "not found" >&6; }
10751 else
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10753 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10755 cat >>confdefs.h <<_ACEOF
10756 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10757 _ACEOF
10763 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10764 then
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10766 $as_echo_n "checking for -lfontconfig... " >&6; }
10767 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10768 $as_echo_n "(cached) " >&6
10769 else
10770 ac_check_soname_save_LIBS=$LIBS
10771 LIBS="-lfontconfig $LIBS"
10772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10773 /* end confdefs.h. */
10775 /* Override any GCC internal prototype to avoid an error.
10776 Use char because int might match the return type of a GCC
10777 builtin and then its argument prototype would still apply. */
10778 #ifdef __cplusplus
10779 extern "C"
10780 #endif
10781 char FcInit ();
10783 main ()
10785 return FcInit ();
10787 return 0;
10789 _ACEOF
10790 if ac_fn_c_try_link "$LINENO"; then :
10791 case "$LIBEXT" in
10792 dll) ;;
10793 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'` ;;
10794 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10795 esac
10797 rm -f core conftest.err conftest.$ac_objext \
10798 conftest$ac_exeext conftest.$ac_ext
10799 LIBS=$ac_check_soname_save_LIBS
10801 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10803 $as_echo "not found" >&6; }
10805 else
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10807 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10809 cat >>confdefs.h <<_ACEOF
10810 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10811 _ACEOF
10815 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10816 then
10817 ac_save_CPPFLAGS="$CPPFLAGS"
10818 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10819 $as_unset ac_cv_header_fontconfig_fontconfig_h
10820 for ac_header in fontconfig/fontconfig.h
10821 do :
10822 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10823 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10824 cat >>confdefs.h <<_ACEOF
10825 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10826 _ACEOF
10830 done
10832 CPPFLAGS="$ac_save_CPPFLAGS"
10833 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10834 then
10835 FONTCONFIGINCL="$X_CFLAGS"
10837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10838 $as_echo_n "checking for -lfontconfig... " >&6; }
10839 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10840 $as_echo_n "(cached) " >&6
10841 else
10842 ac_check_soname_save_LIBS=$LIBS
10843 LIBS="-lfontconfig $X_LIBS $LIBS"
10844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10845 /* end confdefs.h. */
10847 /* Override any GCC internal prototype to avoid an error.
10848 Use char because int might match the return type of a GCC
10849 builtin and then its argument prototype would still apply. */
10850 #ifdef __cplusplus
10851 extern "C"
10852 #endif
10853 char FcInit ();
10855 main ()
10857 return FcInit ();
10859 return 0;
10861 _ACEOF
10862 if ac_fn_c_try_link "$LINENO"; then :
10863 case "$LIBEXT" in
10864 dll) ;;
10865 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'` ;;
10866 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10867 esac
10869 rm -f core conftest.err conftest.$ac_objext \
10870 conftest$ac_exeext conftest.$ac_ext
10871 LIBS=$ac_check_soname_save_LIBS
10873 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10875 $as_echo "not found" >&6; }
10877 else
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10879 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10881 cat >>confdefs.h <<_ACEOF
10882 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10883 _ACEOF
10889 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10890 case "x$with_fontconfig" in
10891 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10892 xno) ;;
10893 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10894 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10895 esac
10898 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10899 then
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10901 $as_echo_n "checking for -lssl... " >&6; }
10902 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10903 $as_echo_n "(cached) " >&6
10904 else
10905 ac_check_soname_save_LIBS=$LIBS
10906 LIBS="-lssl $LIBS"
10907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10908 /* end confdefs.h. */
10910 /* Override any GCC internal prototype to avoid an error.
10911 Use char because int might match the return type of a GCC
10912 builtin and then its argument prototype would still apply. */
10913 #ifdef __cplusplus
10914 extern "C"
10915 #endif
10916 char SSL_library_init ();
10918 main ()
10920 return SSL_library_init ();
10922 return 0;
10924 _ACEOF
10925 if ac_fn_c_try_link "$LINENO"; then :
10926 case "$LIBEXT" in
10927 dll) ;;
10928 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'` ;;
10929 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10930 esac
10932 rm -f core conftest.err conftest.$ac_objext \
10933 conftest$ac_exeext conftest.$ac_ext
10934 LIBS=$ac_check_soname_save_LIBS
10936 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10938 $as_echo "not found" >&6; }
10940 else
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10942 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10944 cat >>confdefs.h <<_ACEOF
10945 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10946 _ACEOF
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10951 $as_echo_n "checking for -lcrypto... " >&6; }
10952 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10953 $as_echo_n "(cached) " >&6
10954 else
10955 ac_check_soname_save_LIBS=$LIBS
10956 LIBS="-lcrypto $LIBS"
10957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10963 #ifdef __cplusplus
10964 extern "C"
10965 #endif
10966 char BIO_new_socket ();
10968 main ()
10970 return BIO_new_socket ();
10972 return 0;
10974 _ACEOF
10975 if ac_fn_c_try_link "$LINENO"; then :
10976 case "$LIBEXT" in
10977 dll) ;;
10978 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'` ;;
10979 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10980 esac
10982 rm -f core conftest.err conftest.$ac_objext \
10983 conftest$ac_exeext conftest.$ac_ext
10984 LIBS=$ac_check_soname_save_LIBS
10986 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10988 $as_echo "not found" >&6; }
10990 else
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10992 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10994 cat >>confdefs.h <<_ACEOF
10995 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10996 _ACEOF
11001 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11002 case "x$with_openssl" in
11003 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11004 xno) ;;
11005 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11006 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11007 esac
11010 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11011 then
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11013 $as_echo_n "checking for -lgsm... " >&6; }
11014 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11015 $as_echo_n "(cached) " >&6
11016 else
11017 ac_check_soname_save_LIBS=$LIBS
11018 LIBS="-lgsm $LIBS"
11019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11022 /* Override any GCC internal prototype to avoid an error.
11023 Use char because int might match the return type of a GCC
11024 builtin and then its argument prototype would still apply. */
11025 #ifdef __cplusplus
11026 extern "C"
11027 #endif
11028 char gsm_create ();
11030 main ()
11032 return gsm_create ();
11034 return 0;
11036 _ACEOF
11037 if ac_fn_c_try_link "$LINENO"; then :
11038 case "$LIBEXT" in
11039 dll) ;;
11040 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'` ;;
11041 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11042 esac
11044 rm -f core conftest.err conftest.$ac_objext \
11045 conftest$ac_exeext conftest.$ac_ext
11046 LIBS=$ac_check_soname_save_LIBS
11048 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11050 $as_echo "not found" >&6; }
11052 else
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11054 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11056 cat >>confdefs.h <<_ACEOF
11057 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11058 _ACEOF
11063 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11064 case "x$with_gsm" in
11065 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11066 xno) ;;
11067 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11068 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11069 esac
11072 if test "$ac_cv_header_jpeglib_h" = "yes"
11073 then
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11075 $as_echo_n "checking for -ljpeg... " >&6; }
11076 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11077 $as_echo_n "(cached) " >&6
11078 else
11079 ac_check_soname_save_LIBS=$LIBS
11080 LIBS="-ljpeg $LIBS"
11081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11082 /* end confdefs.h. */
11084 /* Override any GCC internal prototype to avoid an error.
11085 Use char because int might match the return type of a GCC
11086 builtin and then its argument prototype would still apply. */
11087 #ifdef __cplusplus
11088 extern "C"
11089 #endif
11090 char jpeg_start_decompress ();
11092 main ()
11094 return jpeg_start_decompress ();
11096 return 0;
11098 _ACEOF
11099 if ac_fn_c_try_link "$LINENO"; then :
11100 case "$LIBEXT" in
11101 dll) ;;
11102 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'` ;;
11103 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11104 esac
11106 rm -f core conftest.err conftest.$ac_objext \
11107 conftest$ac_exeext conftest.$ac_ext
11108 LIBS=$ac_check_soname_save_LIBS
11110 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11112 $as_echo "not found" >&6; }
11114 else
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11116 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11118 cat >>confdefs.h <<_ACEOF
11119 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11120 _ACEOF
11125 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11126 case "x$with_jpeg" in
11127 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11128 xno) ;;
11129 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11130 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11131 esac
11134 if test "$ac_cv_header_png_h" = "yes"
11135 then
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11137 $as_echo_n "checking for -lpng... " >&6; }
11138 if test "${ac_cv_lib_soname_png+set}" = set; then :
11139 $as_echo_n "(cached) " >&6
11140 else
11141 ac_check_soname_save_LIBS=$LIBS
11142 LIBS="-lpng -lm -lz $LIBS"
11143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11144 /* end confdefs.h. */
11146 /* Override any GCC internal prototype to avoid an error.
11147 Use char because int might match the return type of a GCC
11148 builtin and then its argument prototype would still apply. */
11149 #ifdef __cplusplus
11150 extern "C"
11151 #endif
11152 char png_create_read_struct ();
11154 main ()
11156 return png_create_read_struct ();
11158 return 0;
11160 _ACEOF
11161 if ac_fn_c_try_link "$LINENO"; then :
11162 case "$LIBEXT" in
11163 dll) ;;
11164 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'` ;;
11165 *) 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'` ;;
11166 esac
11168 rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_soname_save_LIBS
11172 if test "x$ac_cv_lib_soname_png" = "x"; then :
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11174 $as_echo "not found" >&6; }
11176 else
11177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11178 $as_echo "$ac_cv_lib_soname_png" >&6; }
11180 cat >>confdefs.h <<_ACEOF
11181 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11182 _ACEOF
11186 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11187 then
11188 ac_save_CPPFLAGS="$CPPFLAGS"
11189 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11190 $as_unset ac_cv_header_png_h
11191 for ac_header in png.h
11192 do :
11193 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11194 if test "x$ac_cv_header_png_h" = x""yes; then :
11195 cat >>confdefs.h <<_ACEOF
11196 #define HAVE_PNG_H 1
11197 _ACEOF
11201 done
11203 CPPFLAGS="$ac_save_CPPFLAGS"
11204 if test "$ac_cv_header_png_h" = "yes"
11205 then
11206 PNGINCL="$X_CFLAGS"
11208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11209 $as_echo_n "checking for -lpng... " >&6; }
11210 if test "${ac_cv_lib_soname_png+set}" = set; then :
11211 $as_echo_n "(cached) " >&6
11212 else
11213 ac_check_soname_save_LIBS=$LIBS
11214 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11216 /* end confdefs.h. */
11218 /* Override any GCC internal prototype to avoid an error.
11219 Use char because int might match the return type of a GCC
11220 builtin and then its argument prototype would still apply. */
11221 #ifdef __cplusplus
11222 extern "C"
11223 #endif
11224 char png_create_read_struct ();
11226 main ()
11228 return png_create_read_struct ();
11230 return 0;
11232 _ACEOF
11233 if ac_fn_c_try_link "$LINENO"; then :
11234 case "$LIBEXT" in
11235 dll) ;;
11236 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'` ;;
11237 *) 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'` ;;
11238 esac
11240 rm -f core conftest.err conftest.$ac_objext \
11241 conftest$ac_exeext conftest.$ac_ext
11242 LIBS=$ac_check_soname_save_LIBS
11244 if test "x$ac_cv_lib_soname_png" = "x"; then :
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11246 $as_echo "not found" >&6; }
11248 else
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11250 $as_echo "$ac_cv_lib_soname_png" >&6; }
11252 cat >>confdefs.h <<_ACEOF
11253 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11254 _ACEOF
11260 if test "x$ac_cv_lib_soname_png" = "x"; then :
11261 case "x$with_png" in
11262 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11263 xno) ;;
11264 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11265 This is an error since --with-png was requested." "$LINENO" 5 ;;
11266 esac
11269 if test "$ac_cv_header_mpg123_h" = "yes"
11270 then
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_init in -lmpg123" >&5
11272 $as_echo_n "checking for mpg123_init in -lmpg123... " >&6; }
11273 if test "${ac_cv_lib_mpg123_mpg123_init+set}" = set; then :
11274 $as_echo_n "(cached) " >&6
11275 else
11276 ac_check_lib_save_LIBS=$LIBS
11277 LIBS="-lmpg123 $LIBS"
11278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11279 /* end confdefs.h. */
11281 /* Override any GCC internal prototype to avoid an error.
11282 Use char because int might match the return type of a GCC
11283 builtin and then its argument prototype would still apply. */
11284 #ifdef __cplusplus
11285 extern "C"
11286 #endif
11287 char mpg123_init ();
11289 main ()
11291 return mpg123_init ();
11293 return 0;
11295 _ACEOF
11296 if ac_fn_c_try_link "$LINENO"; then :
11297 ac_cv_lib_mpg123_mpg123_init=yes
11298 else
11299 ac_cv_lib_mpg123_mpg123_init=no
11301 rm -f core conftest.err conftest.$ac_objext \
11302 conftest$ac_exeext conftest.$ac_ext
11303 LIBS=$ac_check_lib_save_LIBS
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_init" >&5
11306 $as_echo "$ac_cv_lib_mpg123_mpg123_init" >&6; }
11307 if test "x$ac_cv_lib_mpg123_mpg123_init" = x""yes; then :
11308 LIBMPG123="-lmpg123"
11313 if test "x$ac_cv_lib_mpg123_mpg123_init" != xyes; then :
11314 case "x$with_mpg123" in
11315 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found, mp3 codec won't be supported." ;;
11316 xno) ;;
11317 *) as_fn_error "libmpg123 ${notice_platform}development files not found, mp3 codec won't be supported.
11318 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11319 esac
11321 test "x$ac_cv_lib_mpg123_mpg123_init" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11323 if test "$ac_cv_header_kstat_h" = "yes"
11324 then
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11326 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11327 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11328 $as_echo_n "(cached) " >&6
11329 else
11330 ac_check_lib_save_LIBS=$LIBS
11331 LIBS="-lkstat $LIBS"
11332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11333 /* end confdefs.h. */
11335 /* Override any GCC internal prototype to avoid an error.
11336 Use char because int might match the return type of a GCC
11337 builtin and then its argument prototype would still apply. */
11338 #ifdef __cplusplus
11339 extern "C"
11340 #endif
11341 char kstat_open ();
11343 main ()
11345 return kstat_open ();
11347 return 0;
11349 _ACEOF
11350 if ac_fn_c_try_link "$LINENO"; then :
11351 ac_cv_lib_kstat_kstat_open=yes
11352 else
11353 ac_cv_lib_kstat_kstat_open=no
11355 rm -f core conftest.err conftest.$ac_objext \
11356 conftest$ac_exeext conftest.$ac_ext
11357 LIBS=$ac_check_lib_save_LIBS
11359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11360 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11361 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11363 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11365 LIBKSTAT="-lkstat"
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11372 $as_echo_n "checking for -lodbc... " >&6; }
11373 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11374 $as_echo_n "(cached) " >&6
11375 else
11376 ac_check_soname_save_LIBS=$LIBS
11377 LIBS="-lodbc $LIBS"
11378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11379 /* end confdefs.h. */
11381 /* Override any GCC internal prototype to avoid an error.
11382 Use char because int might match the return type of a GCC
11383 builtin and then its argument prototype would still apply. */
11384 #ifdef __cplusplus
11385 extern "C"
11386 #endif
11387 char SQLConnect ();
11389 main ()
11391 return SQLConnect ();
11393 return 0;
11395 _ACEOF
11396 if ac_fn_c_try_link "$LINENO"; then :
11397 case "$LIBEXT" in
11398 dll) ;;
11399 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'` ;;
11400 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11401 esac
11403 rm -f core conftest.err conftest.$ac_objext \
11404 conftest$ac_exeext conftest.$ac_ext
11405 LIBS=$ac_check_soname_save_LIBS
11407 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11409 $as_echo "not found" >&6; }
11410 cat >>confdefs.h <<_ACEOF
11411 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11412 _ACEOF
11414 else
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11416 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11418 cat >>confdefs.h <<_ACEOF
11419 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11420 _ACEOF
11425 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11426 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11427 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11428 "$ac_cv_header_soundcard_h" != "yes" -a \
11429 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11430 then
11431 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
11435 EXTRACFLAGS=""
11437 if test "x${GCC}" = "xyes"
11438 then
11439 EXTRACFLAGS="-Wall -pipe"
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11442 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11443 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11444 $as_echo_n "(cached) " >&6
11445 else
11446 if test "$cross_compiling" = yes; then :
11447 ac_cv_c_gcc_strength_bug="yes"
11448 else
11449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11450 /* end confdefs.h. */
11451 int L[4] = {0,1,2,3};
11453 main ()
11455 static int Array[3];
11456 unsigned int B = 3;
11457 int i;
11458 for(i=0; i<B; i++) Array[i] = i - 3;
11459 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11460 L[i] = 4;
11461 return (Array[1] != -2 || L[2] != 3)
11463 return 0;
11465 _ACEOF
11466 if ac_fn_c_try_run "$LINENO"; then :
11467 ac_cv_c_gcc_strength_bug="no"
11468 else
11469 ac_cv_c_gcc_strength_bug="yes"
11471 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11472 conftest.$ac_objext conftest.beam conftest.$ac_ext
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11477 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11478 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11479 then
11480 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11484 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11485 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11486 $as_echo_n "(cached) " >&6
11487 else
11488 ac_wine_try_cflags_saved=$CFLAGS
11489 CFLAGS="$CFLAGS -fno-builtin"
11490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11491 /* end confdefs.h. */
11494 main ()
11498 return 0;
11500 _ACEOF
11501 if ac_fn_c_try_link "$LINENO"; then :
11502 ac_cv_cflags__fno_builtin=yes
11503 else
11504 ac_cv_cflags__fno_builtin=no
11506 rm -f core conftest.err conftest.$ac_objext \
11507 conftest$ac_exeext conftest.$ac_ext
11508 CFLAGS=$ac_wine_try_cflags_saved
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11511 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11512 if test $ac_cv_cflags__fno_builtin = yes; then :
11513 BUILTINFLAG="-fno-builtin"
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11517 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11518 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11519 $as_echo_n "(cached) " >&6
11520 else
11521 ac_wine_try_cflags_saved=$CFLAGS
11522 CFLAGS="$CFLAGS -fno-strict-aliasing"
11523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11524 /* end confdefs.h. */
11527 main ()
11531 return 0;
11533 _ACEOF
11534 if ac_fn_c_try_link "$LINENO"; then :
11535 ac_cv_cflags__fno_strict_aliasing=yes
11536 else
11537 ac_cv_cflags__fno_strict_aliasing=no
11539 rm -f core conftest.err conftest.$ac_objext \
11540 conftest$ac_exeext conftest.$ac_ext
11541 CFLAGS=$ac_wine_try_cflags_saved
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11544 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11545 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11546 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11549 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11550 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11551 $as_echo_n "(cached) " >&6
11552 else
11553 ac_wine_try_cflags_saved=$CFLAGS
11554 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11556 /* end confdefs.h. */
11559 main ()
11563 return 0;
11565 _ACEOF
11566 if ac_fn_c_try_link "$LINENO"; then :
11567 ac_cv_cflags__Wdeclaration_after_statement=yes
11568 else
11569 ac_cv_cflags__Wdeclaration_after_statement=no
11571 rm -f core conftest.err conftest.$ac_objext \
11572 conftest$ac_exeext conftest.$ac_ext
11573 CFLAGS=$ac_wine_try_cflags_saved
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11576 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11577 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11578 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11581 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11582 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11583 $as_echo_n "(cached) " >&6
11584 else
11585 ac_wine_try_cflags_saved=$CFLAGS
11586 CFLAGS="$CFLAGS -Wwrite-strings"
11587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11588 /* end confdefs.h. */
11591 main ()
11595 return 0;
11597 _ACEOF
11598 if ac_fn_c_try_link "$LINENO"; then :
11599 ac_cv_cflags__Wwrite_strings=yes
11600 else
11601 ac_cv_cflags__Wwrite_strings=no
11603 rm -f core conftest.err conftest.$ac_objext \
11604 conftest$ac_exeext conftest.$ac_ext
11605 CFLAGS=$ac_wine_try_cflags_saved
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11608 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11609 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11610 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11613 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11614 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11615 $as_echo_n "(cached) " >&6
11616 else
11617 ac_wine_try_cflags_saved=$CFLAGS
11618 CFLAGS="$CFLAGS -Wtype-limits"
11619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11620 /* end confdefs.h. */
11623 main ()
11627 return 0;
11629 _ACEOF
11630 if ac_fn_c_try_link "$LINENO"; then :
11631 ac_cv_cflags__Wtype_limits=yes
11632 else
11633 ac_cv_cflags__Wtype_limits=no
11635 rm -f core conftest.err conftest.$ac_objext \
11636 conftest$ac_exeext conftest.$ac_ext
11637 CFLAGS=$ac_wine_try_cflags_saved
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11640 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11641 if test $ac_cv_cflags__Wtype_limits = yes; then :
11642 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11645 saved_CFLAGS="$CFLAGS"
11646 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11648 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11649 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11650 $as_echo_n "(cached) " >&6
11651 else
11652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11654 #include <string.h>
11656 main ()
11660 return 0;
11662 _ACEOF
11663 if ac_fn_c_try_compile "$LINENO"; then :
11664 ac_cv_c_string_h_warnings=no
11665 else
11666 ac_cv_c_string_h_warnings=yes
11668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11671 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11672 CFLAGS="$saved_CFLAGS"
11673 if test "$ac_cv_c_string_h_warnings" = "no"
11674 then
11675 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11681 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11682 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11683 $as_echo_n "(cached) " >&6
11684 else
11685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11686 /* end confdefs.h. */
11687 extern int ac_test;
11689 main ()
11691 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11693 return 0;
11695 _ACEOF
11696 if ac_fn_c_try_link "$LINENO"; then :
11697 ac_cv_c_extern_prefix="yes"
11698 else
11699 ac_cv_c_extern_prefix="no"
11701 rm -f core conftest.err conftest.$ac_objext \
11702 conftest$ac_exeext conftest.$ac_ext
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11705 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11707 case $host_cpu in
11708 *i[3456789]86*)
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11710 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11711 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11712 $as_echo_n "(cached) " >&6
11713 else
11714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11715 /* end confdefs.h. */
11716 #ifndef _MSC_VER
11717 #define __stdcall __attribute__((__stdcall__))
11718 #endif
11719 int __stdcall ac_test(int i) { return i; }
11721 main ()
11723 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11725 return 0;
11727 _ACEOF
11728 if ac_fn_c_try_link "$LINENO"; then :
11729 ac_cv_c_stdcall_suffix="yes"
11730 else
11731 ac_cv_c_stdcall_suffix="no"
11733 rm -f core conftest.err conftest.$ac_objext \
11734 conftest$ac_exeext conftest.$ac_ext
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11737 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11738 *) ac_cv_c_stdcall_suffix="no" ;;
11739 esac
11742 if test "$ac_cv_c_extern_prefix" = "yes"
11743 then
11744 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11746 asm_name_prefix="_"
11747 else
11748 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11750 asm_name_prefix=""
11754 if test "$ac_cv_c_stdcall_suffix" = "yes"
11755 then
11756 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11758 else
11759 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11765 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11766 if test "${ac_cv_asm_func_def+set}" = set; then :
11767 $as_echo_n "(cached) " >&6
11768 else
11769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11773 main ()
11775 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11777 return 0;
11779 _ACEOF
11780 if ac_fn_c_try_link "$LINENO"; then :
11781 ac_cv_asm_func_def=".def"
11782 else
11783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11784 /* end confdefs.h. */
11787 main ()
11789 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11791 return 0;
11793 _ACEOF
11794 if ac_fn_c_try_link "$LINENO"; then :
11795 ac_cv_asm_func_def=".type @function"
11796 else
11797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11798 /* end confdefs.h. */
11801 main ()
11803 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11805 return 0;
11807 _ACEOF
11808 if ac_fn_c_try_link "$LINENO"; then :
11809 ac_cv_asm_func_def=".type 2"
11810 else
11811 ac_cv_asm_func_def="unknown"
11813 rm -f core conftest.err conftest.$ac_objext \
11814 conftest$ac_exeext conftest.$ac_ext
11816 rm -f core conftest.err conftest.$ac_objext \
11817 conftest$ac_exeext conftest.$ac_ext
11819 rm -f core conftest.err conftest.$ac_objext \
11820 conftest$ac_exeext conftest.$ac_ext
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11823 $as_echo "$ac_cv_asm_func_def" >&6; }
11826 case "$ac_cv_asm_func_def" in
11827 ".def")
11828 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11830 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11831 ".type @function")
11832 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
11834 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
11835 ".type 2")
11836 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
11838 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
11840 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
11842 asm_func_header="" ;;
11843 esac
11845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
11846 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
11847 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
11848 $as_echo_n "(cached) " >&6
11849 else
11850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11851 /* end confdefs.h. */
11852 asm(".text\n\t.long 0");
11854 main ()
11858 return 0;
11860 _ACEOF
11861 if ac_fn_c_try_compile "$LINENO"; then :
11862 ac_cv_c_asm_outside_funcs="yes"
11863 else
11864 ac_cv_c_asm_outside_funcs="no"
11866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
11869 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
11872 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
11873 if test "${ac_cv_c_dot_previous+set}" = set; then :
11874 $as_echo_n "(cached) " >&6
11875 else
11876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11877 /* end confdefs.h. */
11880 main ()
11882 asm(".text\nac_test:\t.long 0\n\t.previous");
11884 return 0;
11886 _ACEOF
11887 if ac_fn_c_try_link "$LINENO"; then :
11888 ac_cv_c_dot_previous="yes"
11889 else
11890 ac_cv_c_dot_previous="no"
11892 rm -f core conftest.err conftest.$ac_objext \
11893 conftest$ac_exeext conftest.$ac_ext
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
11896 $as_echo "$ac_cv_c_dot_previous" >&6; }
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
11899 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
11900 if test "${ac_cv_c_cfi_support+set}" = set; then :
11901 $as_echo_n "(cached) " >&6
11902 else
11903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11904 /* end confdefs.h. */
11905 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11907 main ()
11911 return 0;
11913 _ACEOF
11914 if ac_fn_c_try_compile "$LINENO"; then :
11915 ac_cv_c_cfi_support="yes"
11916 else
11917 ac_cv_c_cfi_support="no"
11919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
11922 $as_echo "$ac_cv_c_cfi_support" >&6; }
11924 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
11925 asm_func_trailer=""
11926 if test "$ac_cv_c_dot_previous" = "yes"
11927 then
11928 asm_func_trailer="\\n\\t.previous"
11930 if test "$ac_cv_c_cfi_support" = "yes"
11931 then
11932 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
11933 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
11935 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
11937 else
11938 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
11942 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
11945 if test "$ac_cv_c_asm_outside_funcs" = "yes"
11946 then
11947 cat >>confdefs.h <<_ACEOF
11948 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
11949 _ACEOF
11951 else
11952 cat >>confdefs.h <<_ACEOF
11953 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
11954 _ACEOF
11958 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
11961 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
11965 LDPATH=""
11967 case $build_os in
11968 cygwin*|mingw32*)
11969 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
11971 darwin*|macosx*)
11974 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
11976 esac
11978 case $host_os in
11979 mingw32*)
11980 CRTLIBS="-lmsvcrt"
11982 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
11985 esac
11987 MAIN_BINARY="wine"
11989 test -z "$with_wine64" || MAIN_BINARY="wine32"
11991 case $host_cpu in
11992 *i[3456789]86*)
11993 case $host_os in
11994 linux* | k*bsd*-gnu)
11995 EXTRA_BINARIES="wine-preloader"
11997 esac
11999 esac
12002 ac_save_CFLAGS="$CFLAGS"
12003 CFLAGS="$CFLAGS $BUILTINFLAG"
12004 for ac_func in \
12005 _pclose \
12006 _popen \
12007 _snprintf \
12008 _spawnvp \
12009 _strdup \
12010 _stricmp \
12011 _strnicmp \
12012 _strtoi64 \
12013 _strtoui64 \
12014 _vsnprintf \
12015 asctime_r \
12016 chsize \
12017 dlopen \
12018 epoll_create \
12019 ffs \
12020 finite \
12021 fnmatch \
12022 fork \
12023 fpclass \
12024 fstatfs \
12025 fstatvfs \
12026 ftruncate \
12027 futimes \
12028 futimesat \
12029 getdirentries \
12030 getopt_long \
12031 getpagesize \
12032 getpwuid \
12033 gettid \
12034 gettimeofday \
12035 getuid \
12036 kqueue \
12037 lstat \
12038 memmove \
12039 mmap \
12040 pclose \
12041 pipe2 \
12042 poll \
12043 popen \
12044 prctl \
12045 pread \
12046 pwrite \
12047 readdir \
12048 readlink \
12049 sched_yield \
12050 select \
12051 setproctitle \
12052 setrlimit \
12053 settimeofday \
12054 sigaltstack \
12055 sigprocmask \
12056 snprintf \
12057 spawnvp \
12058 statfs \
12059 statvfs \
12060 strcasecmp \
12061 strdup \
12062 strerror \
12063 strncasecmp \
12064 strtold \
12065 strtoll \
12066 strtoull \
12067 symlink \
12068 tcgetattr \
12069 thr_kill2 \
12070 timegm \
12071 usleep \
12072 vsnprintf \
12073 wait4 \
12074 waitpid \
12076 do :
12077 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12078 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12079 eval as_val=\$$as_ac_var
12080 if test "x$as_val" = x""yes; then :
12081 cat >>confdefs.h <<_ACEOF
12082 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12083 _ACEOF
12086 done
12088 CFLAGS="$ac_save_CFLAGS"
12090 if test "$ac_cv_func_dlopen" = no
12091 then
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12093 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12094 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12095 $as_echo_n "(cached) " >&6
12096 else
12097 ac_check_lib_save_LIBS=$LIBS
12098 LIBS="-ldl $LIBS"
12099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12100 /* end confdefs.h. */
12102 /* Override any GCC internal prototype to avoid an error.
12103 Use char because int might match the return type of a GCC
12104 builtin and then its argument prototype would still apply. */
12105 #ifdef __cplusplus
12106 extern "C"
12107 #endif
12108 char dlopen ();
12110 main ()
12112 return dlopen ();
12114 return 0;
12116 _ACEOF
12117 if ac_fn_c_try_link "$LINENO"; then :
12118 ac_cv_lib_dl_dlopen=yes
12119 else
12120 ac_cv_lib_dl_dlopen=no
12122 rm -f core conftest.err conftest.$ac_objext \
12123 conftest$ac_exeext conftest.$ac_ext
12124 LIBS=$ac_check_lib_save_LIBS
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12127 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12128 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12129 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12130 LIBDL="-ldl"
12135 ac_wine_check_funcs_save_LIBS="$LIBS"
12136 LIBS="$LIBS $LIBDL"
12137 for ac_func in dladdr
12138 do :
12139 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12140 if test "x$ac_cv_func_dladdr" = x""yes; then :
12141 cat >>confdefs.h <<_ACEOF
12142 #define HAVE_DLADDR 1
12143 _ACEOF
12146 done
12148 LIBS="$ac_wine_check_funcs_save_LIBS"
12150 if test "$ac_cv_func_poll" = no
12151 then
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12153 $as_echo_n "checking for poll in -lpoll... " >&6; }
12154 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12155 $as_echo_n "(cached) " >&6
12156 else
12157 ac_check_lib_save_LIBS=$LIBS
12158 LIBS="-lpoll $LIBS"
12159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12160 /* end confdefs.h. */
12162 /* Override any GCC internal prototype to avoid an error.
12163 Use char because int might match the return type of a GCC
12164 builtin and then its argument prototype would still apply. */
12165 #ifdef __cplusplus
12166 extern "C"
12167 #endif
12168 char poll ();
12170 main ()
12172 return poll ();
12174 return 0;
12176 _ACEOF
12177 if ac_fn_c_try_link "$LINENO"; then :
12178 ac_cv_lib_poll_poll=yes
12179 else
12180 ac_cv_lib_poll_poll=no
12182 rm -f core conftest.err conftest.$ac_objext \
12183 conftest$ac_exeext conftest.$ac_ext
12184 LIBS=$ac_check_lib_save_LIBS
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12187 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12188 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12189 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12190 LIBPOLL="-lpoll"
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12197 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12198 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12199 $as_echo_n "(cached) " >&6
12200 else
12201 ac_func_search_save_LIBS=$LIBS
12202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12203 /* end confdefs.h. */
12205 /* Override any GCC internal prototype to avoid an error.
12206 Use char because int might match the return type of a GCC
12207 builtin and then its argument prototype would still apply. */
12208 #ifdef __cplusplus
12209 extern "C"
12210 #endif
12211 char gethostbyname ();
12213 main ()
12215 return gethostbyname ();
12217 return 0;
12219 _ACEOF
12220 for ac_lib in '' nsl; do
12221 if test -z "$ac_lib"; then
12222 ac_res="none required"
12223 else
12224 ac_res=-l$ac_lib
12225 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12227 if ac_fn_c_try_link "$LINENO"; then :
12228 ac_cv_search_gethostbyname=$ac_res
12230 rm -f core conftest.err conftest.$ac_objext \
12231 conftest$ac_exeext
12232 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12233 break
12235 done
12236 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12238 else
12239 ac_cv_search_gethostbyname=no
12241 rm conftest.$ac_ext
12242 LIBS=$ac_func_search_save_LIBS
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12245 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12246 ac_res=$ac_cv_search_gethostbyname
12247 if test "$ac_res" != no; then :
12248 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12254 $as_echo_n "checking for library containing connect... " >&6; }
12255 if test "${ac_cv_search_connect+set}" = set; then :
12256 $as_echo_n "(cached) " >&6
12257 else
12258 ac_func_search_save_LIBS=$LIBS
12259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12260 /* end confdefs.h. */
12262 /* Override any GCC internal prototype to avoid an error.
12263 Use char because int might match the return type of a GCC
12264 builtin and then its argument prototype would still apply. */
12265 #ifdef __cplusplus
12266 extern "C"
12267 #endif
12268 char connect ();
12270 main ()
12272 return connect ();
12274 return 0;
12276 _ACEOF
12277 for ac_lib in '' socket; do
12278 if test -z "$ac_lib"; then
12279 ac_res="none required"
12280 else
12281 ac_res=-l$ac_lib
12282 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12284 if ac_fn_c_try_link "$LINENO"; then :
12285 ac_cv_search_connect=$ac_res
12287 rm -f core conftest.err conftest.$ac_objext \
12288 conftest$ac_exeext
12289 if test "${ac_cv_search_connect+set}" = set; then :
12290 break
12292 done
12293 if test "${ac_cv_search_connect+set}" = set; then :
12295 else
12296 ac_cv_search_connect=no
12298 rm conftest.$ac_ext
12299 LIBS=$ac_func_search_save_LIBS
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12302 $as_echo "$ac_cv_search_connect" >&6; }
12303 ac_res=$ac_cv_search_connect
12304 if test "$ac_res" != no; then :
12305 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12311 $as_echo_n "checking for library containing inet_aton... " >&6; }
12312 if test "${ac_cv_search_inet_aton+set}" = set; then :
12313 $as_echo_n "(cached) " >&6
12314 else
12315 ac_func_search_save_LIBS=$LIBS
12316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12317 /* end confdefs.h. */
12319 /* Override any GCC internal prototype to avoid an error.
12320 Use char because int might match the return type of a GCC
12321 builtin and then its argument prototype would still apply. */
12322 #ifdef __cplusplus
12323 extern "C"
12324 #endif
12325 char inet_aton ();
12327 main ()
12329 return inet_aton ();
12331 return 0;
12333 _ACEOF
12334 for ac_lib in '' resolv; do
12335 if test -z "$ac_lib"; then
12336 ac_res="none required"
12337 else
12338 ac_res=-l$ac_lib
12339 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12341 if ac_fn_c_try_link "$LINENO"; then :
12342 ac_cv_search_inet_aton=$ac_res
12344 rm -f core conftest.err conftest.$ac_objext \
12345 conftest$ac_exeext
12346 if test "${ac_cv_search_inet_aton+set}" = set; then :
12347 break
12349 done
12350 if test "${ac_cv_search_inet_aton+set}" = set; then :
12352 else
12353 ac_cv_search_inet_aton=no
12355 rm conftest.$ac_ext
12356 LIBS=$ac_func_search_save_LIBS
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12359 $as_echo "$ac_cv_search_inet_aton" >&6; }
12360 ac_res=$ac_cv_search_inet_aton
12361 if test "$ac_res" != no; then :
12362 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12367 for ac_func in \
12368 getaddrinfo \
12369 getnameinfo \
12370 getnetbyname \
12371 getprotobyname \
12372 getprotobynumber \
12373 getservbyport \
12374 inet_network \
12375 inet_ntop \
12376 inet_pton \
12377 sendmsg \
12378 socketpair \
12380 do :
12381 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12382 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12383 eval as_val=\$$as_ac_var
12384 if test "x$as_val" = x""yes; then :
12385 cat >>confdefs.h <<_ACEOF
12386 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12387 _ACEOF
12390 done
12393 LDAPLIBS=""
12395 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12396 then
12397 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12399 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12401 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12402 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12403 $as_echo_n "(cached) " >&6
12404 else
12405 ac_check_lib_save_LIBS=$LIBS
12406 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12408 /* end confdefs.h. */
12410 /* Override any GCC internal prototype to avoid an error.
12411 Use char because int might match the return type of a GCC
12412 builtin and then its argument prototype would still apply. */
12413 #ifdef __cplusplus
12414 extern "C"
12415 #endif
12416 char ldap_initialize ();
12418 main ()
12420 return ldap_initialize ();
12422 return 0;
12424 _ACEOF
12425 if ac_fn_c_try_link "$LINENO"; then :
12426 ac_cv_lib_ldap_r_ldap_initialize=yes
12427 else
12428 ac_cv_lib_ldap_r_ldap_initialize=no
12430 rm -f core conftest.err conftest.$ac_objext \
12431 conftest$ac_exeext conftest.$ac_ext
12432 LIBS=$ac_check_lib_save_LIBS
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12435 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12436 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12438 $as_echo_n "checking for ber_init in -llber... " >&6; }
12439 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12440 $as_echo_n "(cached) " >&6
12441 else
12442 ac_check_lib_save_LIBS=$LIBS
12443 LIBS="-llber $LIBPTHREAD $LIBS"
12444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12445 /* end confdefs.h. */
12447 /* Override any GCC internal prototype to avoid an error.
12448 Use char because int might match the return type of a GCC
12449 builtin and then its argument prototype would still apply. */
12450 #ifdef __cplusplus
12451 extern "C"
12452 #endif
12453 char ber_init ();
12455 main ()
12457 return ber_init ();
12459 return 0;
12461 _ACEOF
12462 if ac_fn_c_try_link "$LINENO"; then :
12463 ac_cv_lib_lber_ber_init=yes
12464 else
12465 ac_cv_lib_lber_ber_init=no
12467 rm -f core conftest.err conftest.$ac_objext \
12468 conftest$ac_exeext conftest.$ac_ext
12469 LIBS=$ac_check_lib_save_LIBS
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12472 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12473 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12475 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12477 LDAPLIBS="-lldap_r -llber"
12484 ac_wine_check_funcs_save_LIBS="$LIBS"
12485 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12486 for ac_func in \
12487 ldap_count_references \
12488 ldap_first_reference \
12489 ldap_next_reference \
12490 ldap_parse_reference \
12491 ldap_parse_sort_control \
12492 ldap_parse_sortresponse_control \
12493 ldap_parse_vlv_control \
12494 ldap_parse_vlvresponse_control
12495 do :
12496 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12497 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12498 eval as_val=\$$as_ac_var
12499 if test "x$as_val" = x""yes; then :
12500 cat >>confdefs.h <<_ACEOF
12501 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12502 _ACEOF
12505 done
12507 LIBS="$ac_wine_check_funcs_save_LIBS"
12509 if test "x$LDAPLIBS" = "x"; then :
12510 case "x$with_ldap" in
12511 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12512 xno) ;;
12513 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12514 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12515 esac
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12519 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12520 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12521 $as_echo_n "(cached) " >&6
12522 else
12523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12524 /* end confdefs.h. */
12525 #include <sys/stat.h>
12527 main ()
12529 mkdir("foo");
12531 return 0;
12533 _ACEOF
12534 if ac_fn_c_try_compile "$LINENO"; then :
12535 wine_cv_one_arg_mkdir=yes
12536 else
12537 wine_cv_one_arg_mkdir=no
12539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12542 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12543 if test "$wine_cv_one_arg_mkdir" = "yes"
12544 then
12546 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12552 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12553 if test "${ac_cv_c_const+set}" = set; then :
12554 $as_echo_n "(cached) " >&6
12555 else
12556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12557 /* end confdefs.h. */
12560 main ()
12562 /* FIXME: Include the comments suggested by Paul. */
12563 #ifndef __cplusplus
12564 /* Ultrix mips cc rejects this. */
12565 typedef int charset[2];
12566 const charset cs;
12567 /* SunOS 4.1.1 cc rejects this. */
12568 char const *const *pcpcc;
12569 char **ppc;
12570 /* NEC SVR4.0.2 mips cc rejects this. */
12571 struct point {int x, y;};
12572 static struct point const zero = {0,0};
12573 /* AIX XL C 1.02.0.0 rejects this.
12574 It does not let you subtract one const X* pointer from another in
12575 an arm of an if-expression whose if-part is not a constant
12576 expression */
12577 const char *g = "string";
12578 pcpcc = &g + (g ? g-g : 0);
12579 /* HPUX 7.0 cc rejects these. */
12580 ++pcpcc;
12581 ppc = (char**) pcpcc;
12582 pcpcc = (char const *const *) ppc;
12583 { /* SCO 3.2v4 cc rejects this. */
12584 char *t;
12585 char const *s = 0 ? (char *) 0 : (char const *) 0;
12587 *t++ = 0;
12588 if (s) return 0;
12590 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12591 int x[] = {25, 17};
12592 const int *foo = &x[0];
12593 ++foo;
12595 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12596 typedef const int *iptr;
12597 iptr p = 0;
12598 ++p;
12600 { /* AIX XL C 1.02.0.0 rejects this saying
12601 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12602 struct s { int j; const int *ap[3]; };
12603 struct s *b; b->j = 5;
12605 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12606 const int foo = 10;
12607 if (!foo) return 0;
12609 return !cs[0] && !zero.x;
12610 #endif
12613 return 0;
12615 _ACEOF
12616 if ac_fn_c_try_compile "$LINENO"; then :
12617 ac_cv_c_const=yes
12618 else
12619 ac_cv_c_const=no
12621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12624 $as_echo "$ac_cv_c_const" >&6; }
12625 if test $ac_cv_c_const = no; then
12627 $as_echo "#define const /**/" >>confdefs.h
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12632 $as_echo_n "checking for inline... " >&6; }
12633 if test "${ac_cv_c_inline+set}" = set; then :
12634 $as_echo_n "(cached) " >&6
12635 else
12636 ac_cv_c_inline=no
12637 for ac_kw in inline __inline__ __inline; do
12638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12639 /* end confdefs.h. */
12640 #ifndef __cplusplus
12641 typedef int foo_t;
12642 static $ac_kw foo_t static_foo () {return 0; }
12643 $ac_kw foo_t foo () {return 0; }
12644 #endif
12646 _ACEOF
12647 if ac_fn_c_try_compile "$LINENO"; then :
12648 ac_cv_c_inline=$ac_kw
12650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12651 test "$ac_cv_c_inline" != no && break
12652 done
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12656 $as_echo "$ac_cv_c_inline" >&6; }
12658 case $ac_cv_c_inline in
12659 inline | yes) ;;
12661 case $ac_cv_c_inline in
12662 no) ac_val=;;
12663 *) ac_val=$ac_cv_c_inline;;
12664 esac
12665 cat >>confdefs.h <<_ACEOF
12666 #ifndef __cplusplus
12667 #define inline $ac_val
12668 #endif
12669 _ACEOF
12671 esac
12673 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12674 if test "x$ac_cv_type_mode_t" = x""yes; then :
12676 cat >>confdefs.h <<_ACEOF
12677 #define HAVE_MODE_T 1
12678 _ACEOF
12682 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12683 if test "x$ac_cv_type_off_t" = x""yes; then :
12685 cat >>confdefs.h <<_ACEOF
12686 #define HAVE_OFF_T 1
12687 _ACEOF
12691 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12692 if test "x$ac_cv_type_pid_t" = x""yes; then :
12694 cat >>confdefs.h <<_ACEOF
12695 #define HAVE_PID_T 1
12696 _ACEOF
12700 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12701 if test "x$ac_cv_type_size_t" = x""yes; then :
12703 cat >>confdefs.h <<_ACEOF
12704 #define HAVE_SIZE_T 1
12705 _ACEOF
12709 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12710 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12712 cat >>confdefs.h <<_ACEOF
12713 #define HAVE_SSIZE_T 1
12714 _ACEOF
12718 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12719 if test "x$ac_cv_type_long_long" = x""yes; then :
12721 cat >>confdefs.h <<_ACEOF
12722 #define HAVE_LONG_LONG 1
12723 _ACEOF
12727 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12728 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12730 cat >>confdefs.h <<_ACEOF
12731 #define HAVE_FSBLKCNT_T 1
12732 _ACEOF
12736 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12737 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12739 cat >>confdefs.h <<_ACEOF
12740 #define HAVE_FSFILCNT_T 1
12741 _ACEOF
12746 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12747 #include <signal.h>
12749 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12751 cat >>confdefs.h <<_ACEOF
12752 #define HAVE_SIGSET_T 1
12753 _ACEOF
12758 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12760 if test "x$ac_cv_type_request_sense" = x""yes; then :
12762 cat >>confdefs.h <<_ACEOF
12763 #define HAVE_REQUEST_SENSE 1
12764 _ACEOF
12770 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12771 #ifdef HAVE_SYS_SOCKET_H
12772 #include <sys/socket.h>
12773 #endif
12774 #ifdef HAVE_SYS_SOCKETVAR_H
12775 #include <sys/socketvar.h>
12776 #endif
12777 #ifdef HAVE_NET_ROUTE_H
12778 #include <net/route.h>
12779 #endif
12780 #ifdef HAVE_NETINET_IN_H
12781 #include <netinet/in.h>
12782 #endif
12783 #ifdef HAVE_NETINET_IN_SYSTM_H
12784 #include <netinet/in_systm.h>
12785 #endif
12786 #ifdef HAVE_NETINET_IP_H
12787 #include <netinet/ip.h>
12788 #endif
12789 #ifdef HAVE_NETINET_IN_PCB_H
12790 #include <netinet/in_pcb.h>
12791 #endif
12793 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12795 cat >>confdefs.h <<_ACEOF
12796 #define HAVE_STRUCT_XINPGEN 1
12797 _ACEOF
12803 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12804 #include <linux/input.h>
12805 #endif
12807 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12809 cat >>confdefs.h <<_ACEOF
12810 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12811 _ACEOF
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12818 $as_echo_n "checking for sigaddset... " >&6; }
12819 if test "${wine_cv_have_sigaddset+set}" = set; then :
12820 $as_echo_n "(cached) " >&6
12821 else
12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12823 /* end confdefs.h. */
12824 #include <signal.h>
12826 main ()
12828 sigset_t set; sigaddset(&set,SIGTERM);
12830 return 0;
12832 _ACEOF
12833 if ac_fn_c_try_link "$LINENO"; then :
12834 wine_cv_have_sigaddset=yes
12835 else
12836 wine_cv_have_sigaddset=no
12838 rm -f core conftest.err conftest.$ac_objext \
12839 conftest$ac_exeext conftest.$ac_ext
12841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
12842 $as_echo "$wine_cv_have_sigaddset" >&6; }
12843 if test "$wine_cv_have_sigaddset" = "yes"
12844 then
12846 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
12852 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
12853 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
12854 $as_echo_n "(cached) " >&6
12855 else
12856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12857 /* end confdefs.h. */
12858 #include <netdb.h>
12860 main ()
12863 char *name=0;
12864 struct hostent he;
12865 struct hostent *result;
12866 char *buf=0;
12867 int bufsize=0;
12868 int res,errnr;
12869 char *addr=0;
12870 int addrlen=0;
12871 int addrtype=0;
12872 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12873 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
12876 return 0;
12878 _ACEOF
12879 if ac_fn_c_try_link "$LINENO"; then :
12880 wine_cv_linux_gethostbyname_r_6=yes
12881 else
12882 wine_cv_linux_gethostbyname_r_6=no
12885 rm -f core conftest.err conftest.$ac_objext \
12886 conftest$ac_exeext conftest.$ac_ext
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
12890 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
12891 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12892 then
12894 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
12898 if test "$ac_cv_header_linux_joystick_h" = "yes"
12899 then
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
12901 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
12902 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
12903 $as_echo_n "(cached) " >&6
12904 else
12905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12906 /* end confdefs.h. */
12908 #include <sys/ioctl.h>
12909 #include <sys/types.h>
12910 #include <linux/joystick.h>
12912 struct js_event blub;
12913 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12914 #error "no 2.2 header"
12915 #endif
12918 main ()
12920 /*empty*/
12922 return 0;
12924 _ACEOF
12925 if ac_fn_c_try_compile "$LINENO"; then :
12926 wine_cv_linux_joystick_22_api=yes
12927 else
12928 wine_cv_linux_joystick_22_api=no
12930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
12934 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
12935 if test "$wine_cv_linux_joystick_22_api" = "yes"
12936 then
12938 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
12944 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
12945 #ifdef HAVE_SYS_PARAM_H
12946 # include <sys/param.h>
12947 #endif
12948 #ifdef HAVE_SYS_MOUNT_H
12949 # include <sys/mount.h>
12950 #endif
12951 #ifdef HAVE_SYS_VFS_H
12952 # include <sys/vfs.h>
12953 #endif
12954 #ifdef HAVE_SYS_STATFS_H
12955 # include <sys/statfs.h>
12956 #endif
12958 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
12960 cat >>confdefs.h <<_ACEOF
12961 #define HAVE_STRUCT_STATFS_F_BFREE 1
12962 _ACEOF
12966 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
12967 #ifdef HAVE_SYS_PARAM_H
12968 # include <sys/param.h>
12969 #endif
12970 #ifdef HAVE_SYS_MOUNT_H
12971 # include <sys/mount.h>
12972 #endif
12973 #ifdef HAVE_SYS_VFS_H
12974 # include <sys/vfs.h>
12975 #endif
12976 #ifdef HAVE_SYS_STATFS_H
12977 # include <sys/statfs.h>
12978 #endif
12980 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
12982 cat >>confdefs.h <<_ACEOF
12983 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
12984 _ACEOF
12988 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
12989 #ifdef HAVE_SYS_PARAM_H
12990 # include <sys/param.h>
12991 #endif
12992 #ifdef HAVE_SYS_MOUNT_H
12993 # include <sys/mount.h>
12994 #endif
12995 #ifdef HAVE_SYS_VFS_H
12996 # include <sys/vfs.h>
12997 #endif
12998 #ifdef HAVE_SYS_STATFS_H
12999 # include <sys/statfs.h>
13000 #endif
13002 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13004 cat >>confdefs.h <<_ACEOF
13005 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13006 _ACEOF
13010 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13011 #ifdef HAVE_SYS_PARAM_H
13012 # include <sys/param.h>
13013 #endif
13014 #ifdef HAVE_SYS_MOUNT_H
13015 # include <sys/mount.h>
13016 #endif
13017 #ifdef HAVE_SYS_VFS_H
13018 # include <sys/vfs.h>
13019 #endif
13020 #ifdef HAVE_SYS_STATFS_H
13021 # include <sys/statfs.h>
13022 #endif
13024 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13026 cat >>confdefs.h <<_ACEOF
13027 #define HAVE_STRUCT_STATFS_F_FFREE 1
13028 _ACEOF
13032 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13033 #ifdef HAVE_SYS_PARAM_H
13034 # include <sys/param.h>
13035 #endif
13036 #ifdef HAVE_SYS_MOUNT_H
13037 # include <sys/mount.h>
13038 #endif
13039 #ifdef HAVE_SYS_VFS_H
13040 # include <sys/vfs.h>
13041 #endif
13042 #ifdef HAVE_SYS_STATFS_H
13043 # include <sys/statfs.h>
13044 #endif
13046 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13048 cat >>confdefs.h <<_ACEOF
13049 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13050 _ACEOF
13054 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13055 #ifdef HAVE_SYS_PARAM_H
13056 # include <sys/param.h>
13057 #endif
13058 #ifdef HAVE_SYS_MOUNT_H
13059 # include <sys/mount.h>
13060 #endif
13061 #ifdef HAVE_SYS_VFS_H
13062 # include <sys/vfs.h>
13063 #endif
13064 #ifdef HAVE_SYS_STATFS_H
13065 # include <sys/statfs.h>
13066 #endif
13068 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13070 cat >>confdefs.h <<_ACEOF
13071 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13072 _ACEOF
13078 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13079 #include <sys/statvfs.h>
13080 #endif
13082 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13084 cat >>confdefs.h <<_ACEOF
13085 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13086 _ACEOF
13092 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13093 #ifdef HAVE_SYS_SOCKET_H
13094 # include <sys/socket.h>
13095 #endif
13096 #ifdef HAVE_SYS_UN_H
13097 # include <sys/un.h>
13098 #endif
13100 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13102 cat >>confdefs.h <<_ACEOF
13103 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13104 _ACEOF
13108 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13109 #ifdef HAVE_SYS_SOCKET_H
13110 # include <sys/socket.h>
13111 #endif
13112 #ifdef HAVE_SYS_UN_H
13113 # include <sys/un.h>
13114 #endif
13116 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13118 cat >>confdefs.h <<_ACEOF
13119 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13120 _ACEOF
13124 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13125 #ifdef HAVE_SYS_SOCKET_H
13126 # include <sys/socket.h>
13127 #endif
13128 #ifdef HAVE_SYS_UN_H
13129 # include <sys/un.h>
13130 #endif
13132 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13134 cat >>confdefs.h <<_ACEOF
13135 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13136 _ACEOF
13142 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13143 #ifdef HAVE_SCSI_SG_H
13144 #include <scsi/sg.h>
13145 #endif
13147 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13149 cat >>confdefs.h <<_ACEOF
13150 #define HAVE_SCSIREQ_T_CMD 1
13151 _ACEOF
13155 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>
13156 #ifdef HAVE_SCSI_SG_H
13157 #include <scsi/sg.h>
13158 #endif
13160 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13162 cat >>confdefs.h <<_ACEOF
13163 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13164 _ACEOF
13170 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13172 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13174 cat >>confdefs.h <<_ACEOF
13175 #define HAVE_SIGINFO_T_SI_FD 1
13176 _ACEOF
13182 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13183 #ifdef HAVE_SYS_MTIO_H
13184 #include <sys/mtio.h>
13185 #endif
13187 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13189 cat >>confdefs.h <<_ACEOF
13190 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13191 _ACEOF
13195 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13196 #ifdef HAVE_SYS_MTIO_H
13197 #include <sys/mtio.h>
13198 #endif
13200 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13204 _ACEOF
13208 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13209 #ifdef HAVE_SYS_MTIO_H
13210 #include <sys/mtio.h>
13211 #endif
13213 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13215 cat >>confdefs.h <<_ACEOF
13216 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13217 _ACEOF
13223 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13224 #include <getopt.h>
13225 #endif
13227 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13229 cat >>confdefs.h <<_ACEOF
13230 #define HAVE_STRUCT_OPTION_NAME 1
13231 _ACEOF
13237 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13238 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13240 cat >>confdefs.h <<_ACEOF
13241 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13242 _ACEOF
13246 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13247 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13249 cat >>confdefs.h <<_ACEOF
13250 #define HAVE_STRUCT_STAT_ST_MTIM 1
13251 _ACEOF
13255 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13256 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13258 cat >>confdefs.h <<_ACEOF
13259 #define HAVE_STRUCT_STAT_ST_CTIM 1
13260 _ACEOF
13264 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13265 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13267 cat >>confdefs.h <<_ACEOF
13268 #define HAVE_STRUCT_STAT_ST_ATIM 1
13269 _ACEOF
13275 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
13276 #include <sys/types.h>
13277 #endif
13278 #ifdef HAVE_NETINET_IN_H
13279 #include <netinet/in.h>
13280 #endif
13282 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13284 cat >>confdefs.h <<_ACEOF
13285 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13286 _ACEOF
13292 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13293 #include <sys/types.h>
13294 #endif
13295 #ifdef HAVE_NETINET_IN_H
13296 # include <netinet/in.h>
13297 #endif
13298 #ifdef HAVE_ARPA_NAMESER_H
13299 # include <arpa/nameser.h>
13300 #endif
13302 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13304 cat >>confdefs.h <<_ACEOF
13305 #define HAVE_NS_MSG__MSG_PTR 1
13306 _ACEOF
13312 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13313 #include <sys/types.h>
13314 #endif
13315 #ifdef HAVE_ALIAS_H
13316 #include <alias.h>
13317 #endif
13318 #ifdef HAVE_SYS_SOCKET_H
13319 #include <sys/socket.h>
13320 #endif
13321 #ifdef HAVE_SYS_SOCKETVAR_H
13322 #include <sys/socketvar.h>
13323 #endif
13324 #ifdef HAVE_SYS_TIMEOUT_H
13325 #include <sys/timeout.h>
13326 #endif
13327 #ifdef HAVE_NETINET_IN_H
13328 #include <netinet/in.h>
13329 #endif
13330 #ifdef HAVE_NETINET_IN_SYSTM_H
13331 #include <netinet/in_systm.h>
13332 #endif
13333 #ifdef HAVE_NETINET_IP_H
13334 #include <netinet/ip.h>
13335 #endif
13336 #ifdef HAVE_NETINET_IP_VAR_H
13337 #include <netinet/ip_var.h>
13338 #endif
13339 #ifdef HAVE_NETINET_IP_ICMP_H
13340 #include <netinet/ip_icmp.h>
13341 #endif
13342 #ifdef HAVE_NETINET_ICMP_VAR
13343 #include <netinet/icmp_var.h>
13344 #endif
13346 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13348 cat >>confdefs.h <<_ACEOF
13349 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13350 _ACEOF
13356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13357 $as_echo_n "checking for timezone variable... " >&6; }
13358 if test "${ac_cv_have_timezone+set}" = set; then :
13359 $as_echo_n "(cached) " >&6
13360 else
13361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13362 /* end confdefs.h. */
13363 #include <time.h>
13365 main ()
13367 timezone = 1
13369 return 0;
13371 _ACEOF
13372 if ac_fn_c_try_link "$LINENO"; then :
13373 ac_cv_have_timezone="yes"
13374 else
13375 ac_cv_have_timezone="no"
13377 rm -f core conftest.err conftest.$ac_objext \
13378 conftest$ac_exeext conftest.$ac_ext
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13381 $as_echo "$ac_cv_have_timezone" >&6; }
13382 if test "$ac_cv_have_timezone" = "yes"
13383 then
13385 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13389 $as_echo_n "checking for daylight variable... " >&6; }
13390 if test "${ac_cv_have_daylight+set}" = set; then :
13391 $as_echo_n "(cached) " >&6
13392 else
13393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13394 /* end confdefs.h. */
13395 #include <time.h>
13397 main ()
13399 daylight = 1
13401 return 0;
13403 _ACEOF
13404 if ac_fn_c_try_link "$LINENO"; then :
13405 ac_cv_have_daylight="yes"
13406 else
13407 ac_cv_have_daylight="no"
13409 rm -f core conftest.err conftest.$ac_objext \
13410 conftest$ac_exeext conftest.$ac_ext
13412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13413 $as_echo "$ac_cv_have_daylight" >&6; }
13414 if test "$ac_cv_have_daylight" = "yes"
13415 then
13417 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13422 $as_echo_n "checking for isinf... " >&6; }
13423 if test "${ac_cv_have_isinf+set}" = set; then :
13424 $as_echo_n "(cached) " >&6
13425 else
13426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13427 /* end confdefs.h. */
13428 #include <math.h>
13430 main ()
13432 float f = 0.0; int i=isinf(f)
13434 return 0;
13436 _ACEOF
13437 if ac_fn_c_try_link "$LINENO"; then :
13438 ac_cv_have_isinf="yes"
13439 else
13440 ac_cv_have_isinf="no"
13442 rm -f core conftest.err conftest.$ac_objext \
13443 conftest$ac_exeext conftest.$ac_ext
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13446 $as_echo "$ac_cv_have_isinf" >&6; }
13447 if test "$ac_cv_have_isinf" = "yes"
13448 then
13450 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13455 $as_echo_n "checking for isnan... " >&6; }
13456 if test "${ac_cv_have_isnan+set}" = set; then :
13457 $as_echo_n "(cached) " >&6
13458 else
13459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13460 /* end confdefs.h. */
13461 #include <math.h>
13463 main ()
13465 float f = 0.0; int i=isnan(f)
13467 return 0;
13469 _ACEOF
13470 if ac_fn_c_try_link "$LINENO"; then :
13471 ac_cv_have_isnan="yes"
13472 else
13473 ac_cv_have_isnan="no"
13475 rm -f core conftest.err conftest.$ac_objext \
13476 conftest$ac_exeext conftest.$ac_ext
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13479 $as_echo "$ac_cv_have_isnan" >&6; }
13480 if test "$ac_cv_have_isnan" = "yes"
13481 then
13483 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13488 case $host_cpu in
13489 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13490 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13491 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13492 $as_echo_n "(cached) " >&6
13493 else
13494 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13495 /* end confdefs.h. */
13496 #ifndef __i386__
13498 #endif
13499 _ACEOF
13500 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13501 $EGREP "yes" >/dev/null 2>&1; then :
13502 ac_cv_cpp_def___i386__=yes
13503 else
13504 ac_cv_cpp_def___i386__=no
13506 rm -f conftest*
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13510 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13511 if test $ac_cv_cpp_def___i386__ = yes; then :
13512 CFLAGS="$CFLAGS -D__i386__"
13513 LINTFLAGS="$LINTFLAGS -D__i386__"
13514 fi ;;
13515 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13516 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13517 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13518 $as_echo_n "(cached) " >&6
13519 else
13520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13521 /* end confdefs.h. */
13522 #ifndef __x86_64__
13524 #endif
13525 _ACEOF
13526 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13527 $EGREP "yes" >/dev/null 2>&1; then :
13528 ac_cv_cpp_def___x86_64__=yes
13529 else
13530 ac_cv_cpp_def___x86_64__=no
13532 rm -f conftest*
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13536 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13537 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13538 CFLAGS="$CFLAGS -D__x86_64__"
13539 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13540 fi ;;
13541 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13542 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13543 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13544 $as_echo_n "(cached) " >&6
13545 else
13546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13547 /* end confdefs.h. */
13548 #ifndef __ALPHA__
13550 #endif
13551 _ACEOF
13552 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13553 $EGREP "yes" >/dev/null 2>&1; then :
13554 ac_cv_cpp_def___ALPHA__=yes
13555 else
13556 ac_cv_cpp_def___ALPHA__=no
13558 rm -f conftest*
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13562 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13563 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13564 CFLAGS="$CFLAGS -D__ALPHA__"
13565 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13566 fi ;;
13567 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13568 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13569 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13570 $as_echo_n "(cached) " >&6
13571 else
13572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13573 /* end confdefs.h. */
13574 #ifndef __sparc__
13576 #endif
13577 _ACEOF
13578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13579 $EGREP "yes" >/dev/null 2>&1; then :
13580 ac_cv_cpp_def___sparc__=yes
13581 else
13582 ac_cv_cpp_def___sparc__=no
13584 rm -f conftest*
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13588 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13589 if test $ac_cv_cpp_def___sparc__ = yes; then :
13590 CFLAGS="$CFLAGS -D__sparc__"
13591 LINTFLAGS="$LINTFLAGS -D__sparc__"
13592 fi ;;
13593 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13594 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13595 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13596 $as_echo_n "(cached) " >&6
13597 else
13598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13599 /* end confdefs.h. */
13600 #ifndef __powerpc__
13602 #endif
13603 _ACEOF
13604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13605 $EGREP "yes" >/dev/null 2>&1; then :
13606 ac_cv_cpp_def___powerpc__=yes
13607 else
13608 ac_cv_cpp_def___powerpc__=no
13610 rm -f conftest*
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13614 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13615 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13616 CFLAGS="$CFLAGS -D__powerpc__"
13617 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13618 fi ;;
13619 esac
13621 case $host_vendor in
13622 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13623 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13624 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13625 $as_echo_n "(cached) " >&6
13626 else
13627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13628 /* end confdefs.h. */
13629 #ifndef __sun__
13631 #endif
13632 _ACEOF
13633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13634 $EGREP "yes" >/dev/null 2>&1; then :
13635 ac_cv_cpp_def___sun__=yes
13636 else
13637 ac_cv_cpp_def___sun__=no
13639 rm -f conftest*
13642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13643 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13644 if test $ac_cv_cpp_def___sun__ = yes; then :
13645 CFLAGS="$CFLAGS -D__sun__"
13646 LINTFLAGS="$LINTFLAGS -D__sun__"
13647 fi ;;
13648 esac
13651 DEPENDENCIES="### Dependencies:
13653 .INIT: Makefile
13654 .BEGIN: Makefile
13655 .MAKEFILEDEPS:
13656 Makefile: dummy
13657 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
13659 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
13660 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
13661 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
13662 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13663 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13666 ALL_MAKERULES=""
13668 ALL_MAKEFILES=""
13670 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13673 ALL_TOP_DIRS=""
13675 ALL_DLL_DIRS=""
13677 ALL_IMPLIB_DIRS=""
13679 ALL_TEST_DIRS=""
13681 ALL_PROGRAM_DIRS=""
13683 ALL_PROGRAM_INSTALL_DIRS=""
13685 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13690 ac_config_commands="$ac_config_commands include/stamp-h"
13693 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
13695 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
13697 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
13699 ac_config_commands="$ac_config_commands dlls/user32/resources"
13701 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
13703 ac_config_commands="$ac_config_commands include/wine"
13706 ALL_MAKERULES="$ALL_MAKERULES \\
13707 Make.rules"
13708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13709 Make.rules: Make.rules.in"
13710 MAKE_RULES=Make.rules
13711 ac_config_files="$ac_config_files Make.rules"
13713 ALL_MAKERULES="$ALL_MAKERULES \\
13714 dlls/Makedll.rules"
13715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13716 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13717 MAKE_DLL_RULES=dlls/Makedll.rules
13718 ac_config_files="$ac_config_files dlls/Makedll.rules"
13720 ALL_MAKERULES="$ALL_MAKERULES \\
13721 dlls/Makeimplib.rules"
13722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13723 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13724 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
13725 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13727 ALL_MAKERULES="$ALL_MAKERULES \\
13728 dlls/Maketest.rules"
13729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13730 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13731 MAKE_TEST_RULES=dlls/Maketest.rules
13732 ac_config_files="$ac_config_files dlls/Maketest.rules"
13734 ALL_MAKERULES="$ALL_MAKERULES \\
13735 programs/Makeprog.rules"
13736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13737 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13738 MAKE_PROG_RULES=programs/Makeprog.rules
13739 ac_config_files="$ac_config_files programs/Makeprog.rules"
13744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13745 Makefile: Makefile.in Make.rules"
13746 ac_config_files="$ac_config_files Makefile"
13748 ALL_MAKEFILES="$ALL_MAKEFILES \\
13749 dlls/Makefile"
13750 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13751 dlls"
13752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13753 dlls/Makefile: dlls/Makefile.in Make.rules"
13754 ac_config_files="$ac_config_files dlls/Makefile"
13756 ALL_MAKEFILES="$ALL_MAKEFILES \\
13757 dlls/acledit/Makefile"
13758 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13759 acledit"
13760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13761 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
13762 ac_config_files="$ac_config_files dlls/acledit/Makefile"
13764 ALL_MAKEFILES="$ALL_MAKEFILES \\
13765 dlls/aclui/Makefile"
13766 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13767 aclui"
13768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13769 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13770 ac_config_files="$ac_config_files dlls/aclui/Makefile"
13772 ALL_MAKEFILES="$ALL_MAKEFILES \\
13773 dlls/activeds/Makefile"
13774 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13775 activeds"
13776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13777 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
13778 ac_config_files="$ac_config_files dlls/activeds/Makefile"
13780 ALL_MAKEFILES="$ALL_MAKEFILES \\
13781 dlls/actxprxy/Makefile"
13782 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13783 actxprxy"
13784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13785 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
13786 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13788 ALL_MAKEFILES="$ALL_MAKEFILES \\
13789 dlls/adsiid/Makefile"
13790 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
13791 adsiid"
13792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13793 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
13794 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13796 ALL_MAKEFILES="$ALL_MAKEFILES \\
13797 dlls/advapi32/Makefile"
13798 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13799 advapi32"
13800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13801 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
13802 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13804 ALL_MAKEFILES="$ALL_MAKEFILES \\
13805 dlls/advapi32/tests/Makefile"
13806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13807 advapi32/tests"
13808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13809 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
13810 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13812 ALL_MAKEFILES="$ALL_MAKEFILES \\
13813 dlls/advpack/Makefile"
13814 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13815 advpack"
13816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13817 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
13818 ac_config_files="$ac_config_files dlls/advpack/Makefile"
13820 ALL_MAKEFILES="$ALL_MAKEFILES \\
13821 dlls/advpack/tests/Makefile"
13822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13823 advpack/tests"
13824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
13826 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13828 ALL_MAKEFILES="$ALL_MAKEFILES \\
13829 dlls/amstream/Makefile"
13830 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13831 amstream"
13832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13833 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
13834 ac_config_files="$ac_config_files dlls/amstream/Makefile"
13836 ALL_MAKEFILES="$ALL_MAKEFILES \\
13837 dlls/amstream/tests/Makefile"
13838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13839 amstream/tests"
13840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13842 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13844 ALL_MAKEFILES="$ALL_MAKEFILES \\
13845 dlls/appwiz.cpl/Makefile"
13846 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13847 appwiz.cpl"
13848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13849 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
13850 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13852 ALL_MAKEFILES="$ALL_MAKEFILES \\
13853 dlls/atl/Makefile"
13854 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13855 atl"
13856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13857 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
13858 ac_config_files="$ac_config_files dlls/atl/Makefile"
13860 ALL_MAKEFILES="$ALL_MAKEFILES \\
13861 dlls/authz/Makefile"
13862 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13863 authz"
13864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13865 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13866 ac_config_files="$ac_config_files dlls/authz/Makefile"
13868 ALL_MAKEFILES="$ALL_MAKEFILES \\
13869 dlls/avicap32/Makefile"
13870 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13871 avicap32"
13872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
13874 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13876 ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/avifil32/Makefile"
13878 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13879 avifil32"
13880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
13882 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13884 ALL_MAKEFILES="$ALL_MAKEFILES \\
13885 dlls/avifile.dll16/Makefile"
13886 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13887 avifile.dll16"
13888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13889 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13890 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13892 ALL_MAKEFILES="$ALL_MAKEFILES \\
13893 dlls/bcrypt/Makefile"
13894 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13895 bcrypt"
13896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13897 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13898 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13900 ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/browseui/Makefile"
13902 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13903 browseui"
13904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
13906 ac_config_files="$ac_config_files dlls/browseui/Makefile"
13908 ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/browseui/tests/Makefile"
13910 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13911 browseui/tests"
13912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
13914 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13916 ALL_MAKEFILES="$ALL_MAKEFILES \\
13917 dlls/cabinet/Makefile"
13918 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13919 cabinet"
13920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13921 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
13922 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
13924 ALL_MAKEFILES="$ALL_MAKEFILES \\
13925 dlls/cabinet/tests/Makefile"
13926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13927 cabinet/tests"
13928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13929 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
13930 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
13932 ALL_MAKEFILES="$ALL_MAKEFILES \\
13933 dlls/capi2032/Makefile"
13934 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13935 capi2032"
13936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13937 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
13938 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
13940 ALL_MAKEFILES="$ALL_MAKEFILES \\
13941 dlls/cards/Makefile"
13942 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13943 cards"
13944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13945 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
13946 ac_config_files="$ac_config_files dlls/cards/Makefile"
13948 ALL_MAKEFILES="$ALL_MAKEFILES \\
13949 dlls/cfgmgr32/Makefile"
13950 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13951 cfgmgr32"
13952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
13954 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
13956 ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/clusapi/Makefile"
13958 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13959 clusapi"
13960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
13962 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
13964 ALL_MAKEFILES="$ALL_MAKEFILES \\
13965 dlls/comcat/Makefile"
13966 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 comcat"
13968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
13970 ac_config_files="$ac_config_files dlls/comcat/Makefile"
13972 ALL_MAKEFILES="$ALL_MAKEFILES \\
13973 dlls/comcat/tests/Makefile"
13974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13975 comcat/tests"
13976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13977 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
13978 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
13980 ALL_MAKEFILES="$ALL_MAKEFILES \\
13981 dlls/comctl32/Makefile"
13982 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13983 comctl32"
13984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
13986 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
13988 ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/comctl32/tests/Makefile"
13990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13991 comctl32/tests"
13992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
13994 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
13996 ALL_MAKEFILES="$ALL_MAKEFILES \\
13997 dlls/comdlg32/Makefile"
13998 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13999 comdlg32"
14000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14001 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
14002 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14004 ALL_MAKEFILES="$ALL_MAKEFILES \\
14005 dlls/comdlg32/tests/Makefile"
14006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14007 comdlg32/tests"
14008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14009 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
14010 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14012 ALL_MAKEFILES="$ALL_MAKEFILES \\
14013 dlls/comm.drv16/Makefile"
14014 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14015 comm.drv16"
14016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14017 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14018 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14020 ALL_MAKEFILES="$ALL_MAKEFILES \\
14021 dlls/compobj.dll16/Makefile"
14022 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14023 compobj.dll16"
14024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14025 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14026 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14028 ALL_MAKEFILES="$ALL_MAKEFILES \\
14029 dlls/compstui/Makefile"
14030 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14031 compstui"
14032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
14034 ac_config_files="$ac_config_files dlls/compstui/Makefile"
14036 ALL_MAKEFILES="$ALL_MAKEFILES \\
14037 dlls/credui/Makefile"
14038 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14039 credui"
14040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14041 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
14042 ac_config_files="$ac_config_files dlls/credui/Makefile"
14044 ALL_MAKEFILES="$ALL_MAKEFILES \\
14045 dlls/credui/tests/Makefile"
14046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14047 credui/tests"
14048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
14050 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14052 ALL_MAKEFILES="$ALL_MAKEFILES \\
14053 dlls/crtdll/Makefile"
14054 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14055 crtdll"
14056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14057 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
14058 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14060 ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/crypt32/Makefile"
14062 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14063 crypt32"
14064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
14066 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14068 ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/crypt32/tests/Makefile"
14070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14071 crypt32/tests"
14072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
14074 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14076 ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/cryptdlg/Makefile"
14078 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14079 cryptdlg"
14080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
14082 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14084 ALL_MAKEFILES="$ALL_MAKEFILES \\
14085 dlls/cryptdll/Makefile"
14086 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14087 cryptdll"
14088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14089 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
14090 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14092 ALL_MAKEFILES="$ALL_MAKEFILES \\
14093 dlls/cryptnet/Makefile"
14094 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14095 cryptnet"
14096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14097 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
14098 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14100 ALL_MAKEFILES="$ALL_MAKEFILES \\
14101 dlls/cryptnet/tests/Makefile"
14102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14103 cryptnet/tests"
14104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14105 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
14106 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14108 ALL_MAKEFILES="$ALL_MAKEFILES \\
14109 dlls/cryptui/Makefile"
14110 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14111 cryptui"
14112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
14114 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14116 ALL_MAKEFILES="$ALL_MAKEFILES \\
14117 dlls/cryptui/tests/Makefile"
14118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14119 cryptui/tests"
14120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14121 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14122 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14124 ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/ctapi32/Makefile"
14126 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14127 ctapi32"
14128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
14130 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14132 ALL_MAKEFILES="$ALL_MAKEFILES \\
14133 dlls/ctl3d.dll16/Makefile"
14134 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14135 ctl3d.dll16"
14136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14137 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14138 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14140 ALL_MAKEFILES="$ALL_MAKEFILES \\
14141 dlls/ctl3d32/Makefile"
14142 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14143 ctl3d32"
14144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14145 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
14146 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14148 ALL_MAKEFILES="$ALL_MAKEFILES \\
14149 dlls/ctl3dv2.dll16/Makefile"
14150 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14151 ctl3dv2.dll16"
14152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14153 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14154 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14156 ALL_MAKEFILES="$ALL_MAKEFILES \\
14157 dlls/d3d10/Makefile"
14158 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14159 d3d10"
14160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
14162 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14164 ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/d3d10/tests/Makefile"
14166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14167 d3d10/tests"
14168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14170 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14172 ALL_MAKEFILES="$ALL_MAKEFILES \\
14173 dlls/d3d10core/Makefile"
14174 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14175 d3d10core"
14176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14177 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14178 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14180 ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/d3d10core/tests/Makefile"
14182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14183 d3d10core/tests"
14184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14186 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14188 ALL_MAKEFILES="$ALL_MAKEFILES \\
14189 dlls/d3d8/Makefile"
14190 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14191 d3d8"
14192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14193 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
14194 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14196 ALL_MAKEFILES="$ALL_MAKEFILES \\
14197 dlls/d3d8/tests/Makefile"
14198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14199 d3d8/tests"
14200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
14202 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14204 ALL_MAKEFILES="$ALL_MAKEFILES \\
14205 dlls/d3d9/Makefile"
14206 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14207 d3d9"
14208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
14210 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14212 ALL_MAKEFILES="$ALL_MAKEFILES \\
14213 dlls/d3d9/tests/Makefile"
14214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14215 d3d9/tests"
14216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
14218 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14220 ALL_MAKEFILES="$ALL_MAKEFILES \\
14221 dlls/d3dim/Makefile"
14222 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14223 d3dim"
14224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
14226 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14228 ALL_MAKEFILES="$ALL_MAKEFILES \\
14229 dlls/d3drm/Makefile"
14230 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 d3drm"
14232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
14234 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14236 ALL_MAKEFILES="$ALL_MAKEFILES \\
14237 dlls/d3drm/tests/Makefile"
14238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14239 d3drm/tests"
14240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14241 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
14242 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14244 ALL_MAKEFILES="$ALL_MAKEFILES \\
14245 dlls/d3dx9_24/Makefile"
14246 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14247 d3dx9_24"
14248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
14250 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14252 ALL_MAKEFILES="$ALL_MAKEFILES \\
14253 dlls/d3dx9_25/Makefile"
14254 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14255 d3dx9_25"
14256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
14258 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14260 ALL_MAKEFILES="$ALL_MAKEFILES \\
14261 dlls/d3dx9_26/Makefile"
14262 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14263 d3dx9_26"
14264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14265 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
14266 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14268 ALL_MAKEFILES="$ALL_MAKEFILES \\
14269 dlls/d3dx9_27/Makefile"
14270 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14271 d3dx9_27"
14272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14273 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
14274 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14276 ALL_MAKEFILES="$ALL_MAKEFILES \\
14277 dlls/d3dx9_28/Makefile"
14278 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14279 d3dx9_28"
14280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14281 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
14282 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14284 ALL_MAKEFILES="$ALL_MAKEFILES \\
14285 dlls/d3dx9_29/Makefile"
14286 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14287 d3dx9_29"
14288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
14290 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14292 ALL_MAKEFILES="$ALL_MAKEFILES \\
14293 dlls/d3dx9_30/Makefile"
14294 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14295 d3dx9_30"
14296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
14298 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14300 ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/d3dx9_31/Makefile"
14302 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14303 d3dx9_31"
14304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
14306 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14308 ALL_MAKEFILES="$ALL_MAKEFILES \\
14309 dlls/d3dx9_32/Makefile"
14310 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14311 d3dx9_32"
14312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14313 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
14314 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14316 ALL_MAKEFILES="$ALL_MAKEFILES \\
14317 dlls/d3dx9_33/Makefile"
14318 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14319 d3dx9_33"
14320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14321 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
14322 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14324 ALL_MAKEFILES="$ALL_MAKEFILES \\
14325 dlls/d3dx9_34/Makefile"
14326 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14327 d3dx9_34"
14328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
14330 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14332 ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/d3dx9_35/Makefile"
14334 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14335 d3dx9_35"
14336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
14338 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14340 ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/d3dx9_36/Makefile"
14342 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14343 d3dx9_36"
14344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
14346 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14348 ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/d3dx9_36/tests/Makefile"
14350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14351 d3dx9_36/tests"
14352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
14354 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14356 ALL_MAKEFILES="$ALL_MAKEFILES \\
14357 dlls/d3dx9_37/Makefile"
14358 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14359 d3dx9_37"
14360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14361 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
14362 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14364 ALL_MAKEFILES="$ALL_MAKEFILES \\
14365 dlls/d3dx9_38/Makefile"
14366 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14367 d3dx9_38"
14368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14369 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14370 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14372 ALL_MAKEFILES="$ALL_MAKEFILES \\
14373 dlls/d3dx9_39/Makefile"
14374 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14375 d3dx9_39"
14376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14377 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14378 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14380 ALL_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/d3dx9_40/Makefile"
14382 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14383 d3dx9_40"
14384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14386 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14388 ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/d3dx9_41/Makefile"
14390 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14391 d3dx9_41"
14392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14394 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14396 ALL_MAKEFILES="$ALL_MAKEFILES \\
14397 dlls/d3dxof/Makefile"
14398 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14399 d3dxof"
14400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
14402 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14404 ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/d3dxof/tests/Makefile"
14406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14407 d3dxof/tests"
14408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
14410 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14412 ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/dbghelp/Makefile"
14414 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14415 dbghelp"
14416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
14418 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14420 ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/dciman32/Makefile"
14422 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14423 dciman32"
14424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
14426 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14428 ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/ddeml.dll16/Makefile"
14430 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14431 ddeml.dll16"
14432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14434 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14436 ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/ddraw/Makefile"
14438 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14439 ddraw"
14440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
14442 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14444 ALL_MAKEFILES="$ALL_MAKEFILES \\
14445 dlls/ddraw/tests/Makefile"
14446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14447 ddraw/tests"
14448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
14450 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14452 ALL_MAKEFILES="$ALL_MAKEFILES \\
14453 dlls/ddrawex/Makefile"
14454 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14455 ddrawex"
14456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
14458 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14460 ALL_MAKEFILES="$ALL_MAKEFILES \\
14461 dlls/ddrawex/tests/Makefile"
14462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14463 ddrawex/tests"
14464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14466 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14468 ALL_MAKEFILES="$ALL_MAKEFILES \\
14469 dlls/devenum/Makefile"
14470 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 devenum"
14472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
14474 ac_config_files="$ac_config_files dlls/devenum/Makefile"
14476 ALL_MAKEFILES="$ALL_MAKEFILES \\
14477 dlls/dinput/Makefile"
14478 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 dinput"
14480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
14482 ac_config_files="$ac_config_files dlls/dinput/Makefile"
14484 ALL_MAKEFILES="$ALL_MAKEFILES \\
14485 dlls/dinput/tests/Makefile"
14486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14487 dinput/tests"
14488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
14490 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14492 ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/dinput8/Makefile"
14494 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14495 dinput8"
14496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
14498 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14500 ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/dispdib.dll16/Makefile"
14502 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14503 dispdib.dll16"
14504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14506 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14508 ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/display.drv16/Makefile"
14510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14511 display.drv16"
14512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14514 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14516 ALL_MAKEFILES="$ALL_MAKEFILES \\
14517 dlls/dmband/Makefile"
14518 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 dmband"
14520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
14522 ac_config_files="$ac_config_files dlls/dmband/Makefile"
14524 ALL_MAKEFILES="$ALL_MAKEFILES \\
14525 dlls/dmcompos/Makefile"
14526 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14527 dmcompos"
14528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14529 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
14530 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14532 ALL_MAKEFILES="$ALL_MAKEFILES \\
14533 dlls/dmime/Makefile"
14534 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14535 dmime"
14536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14537 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
14538 ac_config_files="$ac_config_files dlls/dmime/Makefile"
14540 ALL_MAKEFILES="$ALL_MAKEFILES \\
14541 dlls/dmloader/Makefile"
14542 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14543 dmloader"
14544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14545 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
14546 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14548 ALL_MAKEFILES="$ALL_MAKEFILES \\
14549 dlls/dmscript/Makefile"
14550 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14551 dmscript"
14552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14553 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
14554 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14556 ALL_MAKEFILES="$ALL_MAKEFILES \\
14557 dlls/dmstyle/Makefile"
14558 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14559 dmstyle"
14560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14561 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
14562 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14564 ALL_MAKEFILES="$ALL_MAKEFILES \\
14565 dlls/dmsynth/Makefile"
14566 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14567 dmsynth"
14568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14569 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
14570 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14572 ALL_MAKEFILES="$ALL_MAKEFILES \\
14573 dlls/dmusic/Makefile"
14574 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14575 dmusic"
14576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14577 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
14578 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14580 ALL_MAKEFILES="$ALL_MAKEFILES \\
14581 dlls/dmusic32/Makefile"
14582 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14583 dmusic32"
14584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
14586 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14588 ALL_MAKEFILES="$ALL_MAKEFILES \\
14589 dlls/dnsapi/Makefile"
14590 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14591 dnsapi"
14592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14593 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
14594 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14596 ALL_MAKEFILES="$ALL_MAKEFILES \\
14597 dlls/dnsapi/tests/Makefile"
14598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14599 dnsapi/tests"
14600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14601 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
14602 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14604 ALL_MAKEFILES="$ALL_MAKEFILES \\
14605 dlls/dplay/Makefile"
14606 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14607 dplay"
14608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14609 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
14610 ac_config_files="$ac_config_files dlls/dplay/Makefile"
14612 ALL_MAKEFILES="$ALL_MAKEFILES \\
14613 dlls/dplayx/Makefile"
14614 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14615 dplayx"
14616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14617 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
14618 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14620 ALL_MAKEFILES="$ALL_MAKEFILES \\
14621 dlls/dplayx/tests/Makefile"
14622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14623 dplayx/tests"
14624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14625 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
14626 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14628 ALL_MAKEFILES="$ALL_MAKEFILES \\
14629 dlls/dpnaddr/Makefile"
14630 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14631 dpnaddr"
14632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14633 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
14634 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14636 ALL_MAKEFILES="$ALL_MAKEFILES \\
14637 dlls/dpnet/Makefile"
14638 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14639 dpnet"
14640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14641 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
14642 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14644 ALL_MAKEFILES="$ALL_MAKEFILES \\
14645 dlls/dpnhpast/Makefile"
14646 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14647 dpnhpast"
14648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14649 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
14650 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14652 ALL_MAKEFILES="$ALL_MAKEFILES \\
14653 dlls/dpnlobby/Makefile"
14654 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14655 dpnlobby"
14656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14657 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
14658 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14660 ALL_MAKEFILES="$ALL_MAKEFILES \\
14661 dlls/dpwsockx/Makefile"
14662 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14663 dpwsockx"
14664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14665 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
14666 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14668 ALL_MAKEFILES="$ALL_MAKEFILES \\
14669 dlls/drmclien/Makefile"
14670 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14671 drmclien"
14672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14673 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14674 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14676 ALL_MAKEFILES="$ALL_MAKEFILES \\
14677 dlls/dsound/Makefile"
14678 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14679 dsound"
14680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14681 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
14682 ac_config_files="$ac_config_files dlls/dsound/Makefile"
14684 ALL_MAKEFILES="$ALL_MAKEFILES \\
14685 dlls/dsound/tests/Makefile"
14686 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14687 dsound/tests"
14688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14689 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
14690 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14692 ALL_MAKEFILES="$ALL_MAKEFILES \\
14693 dlls/dssenh/Makefile"
14694 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14695 dssenh"
14696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14697 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
14698 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14700 ALL_MAKEFILES="$ALL_MAKEFILES \\
14701 dlls/dswave/Makefile"
14702 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14703 dswave"
14704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14705 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
14706 ac_config_files="$ac_config_files dlls/dswave/Makefile"
14708 ALL_MAKEFILES="$ALL_MAKEFILES \\
14709 dlls/dwmapi/Makefile"
14710 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14711 dwmapi"
14712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14713 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
14714 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14716 ALL_MAKEFILES="$ALL_MAKEFILES \\
14717 dlls/dxdiagn/Makefile"
14718 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14719 dxdiagn"
14720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14721 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
14722 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14724 ALL_MAKEFILES="$ALL_MAKEFILES \\
14725 dlls/dxerr8/Makefile"
14726 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14727 dxerr8"
14728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14729 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
14730 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14732 ALL_MAKEFILES="$ALL_MAKEFILES \\
14733 dlls/dxerr9/Makefile"
14734 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14735 dxerr9"
14736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14737 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
14738 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14740 ALL_MAKEFILES="$ALL_MAKEFILES \\
14741 dlls/dxgi/Makefile"
14742 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14743 dxgi"
14744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14745 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14746 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14748 ALL_MAKEFILES="$ALL_MAKEFILES \\
14749 dlls/dxgi/tests/Makefile"
14750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14751 dxgi/tests"
14752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14753 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14754 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14756 ALL_MAKEFILES="$ALL_MAKEFILES \\
14757 dlls/dxguid/Makefile"
14758 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
14759 dxguid"
14760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14761 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
14762 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14764 ALL_MAKEFILES="$ALL_MAKEFILES \\
14765 dlls/faultrep/Makefile"
14766 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14767 faultrep"
14768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14769 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
14770 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14772 ALL_MAKEFILES="$ALL_MAKEFILES \\
14773 dlls/fusion/Makefile"
14774 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14775 fusion"
14776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14777 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
14778 ac_config_files="$ac_config_files dlls/fusion/Makefile"
14780 ALL_MAKEFILES="$ALL_MAKEFILES \\
14781 dlls/fusion/tests/Makefile"
14782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14783 fusion/tests"
14784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14785 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
14786 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14788 ALL_MAKEFILES="$ALL_MAKEFILES \\
14789 dlls/gdi32/Makefile"
14790 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14791 gdi32"
14792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14793 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
14794 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14796 ALL_MAKEFILES="$ALL_MAKEFILES \\
14797 dlls/gdi32/tests/Makefile"
14798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14799 gdi32/tests"
14800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14801 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
14802 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14804 ALL_MAKEFILES="$ALL_MAKEFILES \\
14805 dlls/gdiplus/Makefile"
14806 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14807 gdiplus"
14808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14809 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
14810 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14812 ALL_MAKEFILES="$ALL_MAKEFILES \\
14813 dlls/gdiplus/tests/Makefile"
14814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14815 gdiplus/tests"
14816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14817 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
14818 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14820 ALL_MAKEFILES="$ALL_MAKEFILES \\
14821 dlls/glu32/Makefile"
14822 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14823 glu32"
14824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14825 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
14826 ac_config_files="$ac_config_files dlls/glu32/Makefile"
14828 ALL_MAKEFILES="$ALL_MAKEFILES \\
14829 dlls/gphoto2.ds/Makefile"
14830 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14831 gphoto2.ds"
14832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14833 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
14834 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14836 ALL_MAKEFILES="$ALL_MAKEFILES \\
14837 dlls/gpkcsp/Makefile"
14838 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14839 gpkcsp"
14840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
14842 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14844 ALL_MAKEFILES="$ALL_MAKEFILES \\
14845 dlls/hal/Makefile"
14846 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14847 hal"
14848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14849 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
14850 ac_config_files="$ac_config_files dlls/hal/Makefile"
14852 ALL_MAKEFILES="$ALL_MAKEFILES \\
14853 dlls/hhctrl.ocx/Makefile"
14854 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14855 hhctrl.ocx"
14856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14857 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
14858 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14860 ALL_MAKEFILES="$ALL_MAKEFILES \\
14861 dlls/hid/Makefile"
14862 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14863 hid"
14864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14865 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
14866 ac_config_files="$ac_config_files dlls/hid/Makefile"
14868 ALL_MAKEFILES="$ALL_MAKEFILES \\
14869 dlls/hlink/Makefile"
14870 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14871 hlink"
14872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14873 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
14874 ac_config_files="$ac_config_files dlls/hlink/Makefile"
14876 ALL_MAKEFILES="$ALL_MAKEFILES \\
14877 dlls/hlink/tests/Makefile"
14878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14879 hlink/tests"
14880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14881 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
14882 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14884 ALL_MAKEFILES="$ALL_MAKEFILES \\
14885 dlls/hnetcfg/Makefile"
14886 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14887 hnetcfg"
14888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14889 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
14890 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14892 ALL_MAKEFILES="$ALL_MAKEFILES \\
14893 dlls/httpapi/Makefile"
14894 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14895 httpapi"
14896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14897 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14898 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14900 ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/iccvid/Makefile"
14902 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14903 iccvid"
14904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
14906 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14908 ALL_MAKEFILES="$ALL_MAKEFILES \\
14909 dlls/icmp/Makefile"
14910 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14911 icmp"
14912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14913 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
14914 ac_config_files="$ac_config_files dlls/icmp/Makefile"
14916 ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/ifsmgr.vxd/Makefile"
14918 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14919 ifsmgr.vxd"
14920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
14922 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
14924 ALL_MAKEFILES="$ALL_MAKEFILES \\
14925 dlls/imaadp32.acm/Makefile"
14926 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14927 imaadp32.acm"
14928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
14930 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
14932 ALL_MAKEFILES="$ALL_MAKEFILES \\
14933 dlls/imagehlp/Makefile"
14934 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14935 imagehlp"
14936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14937 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
14938 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
14940 ALL_MAKEFILES="$ALL_MAKEFILES \\
14941 dlls/imm.dll16/Makefile"
14942 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14943 imm.dll16"
14944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14945 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
14946 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
14948 ALL_MAKEFILES="$ALL_MAKEFILES \\
14949 dlls/imm32/Makefile"
14950 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14951 imm32"
14952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14953 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
14954 ac_config_files="$ac_config_files dlls/imm32/Makefile"
14956 ALL_MAKEFILES="$ALL_MAKEFILES \\
14957 dlls/imm32/tests/Makefile"
14958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14959 imm32/tests"
14960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14961 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
14962 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
14964 ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/inetcomm/Makefile"
14966 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14967 inetcomm"
14968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
14970 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
14972 ALL_MAKEFILES="$ALL_MAKEFILES \\
14973 dlls/inetcomm/tests/Makefile"
14974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14975 inetcomm/tests"
14976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14977 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
14978 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
14980 ALL_MAKEFILES="$ALL_MAKEFILES \\
14981 dlls/inetmib1/Makefile"
14982 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14983 inetmib1"
14984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14985 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
14986 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
14988 ALL_MAKEFILES="$ALL_MAKEFILES \\
14989 dlls/inetmib1/tests/Makefile"
14990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14991 inetmib1/tests"
14992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14993 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
14994 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
14996 ALL_MAKEFILES="$ALL_MAKEFILES \\
14997 dlls/infosoft/Makefile"
14998 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14999 infosoft"
15000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15001 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
15002 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15004 ALL_MAKEFILES="$ALL_MAKEFILES \\
15005 dlls/infosoft/tests/Makefile"
15006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15007 infosoft/tests"
15008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15009 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
15010 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15012 ALL_MAKEFILES="$ALL_MAKEFILES \\
15013 dlls/initpki/Makefile"
15014 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15015 initpki"
15016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15017 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
15018 ac_config_files="$ac_config_files dlls/initpki/Makefile"
15020 ALL_MAKEFILES="$ALL_MAKEFILES \\
15021 dlls/inkobj/Makefile"
15022 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15023 inkobj"
15024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15025 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
15026 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15028 ALL_MAKEFILES="$ALL_MAKEFILES \\
15029 dlls/inseng/Makefile"
15030 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15031 inseng"
15032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
15034 ac_config_files="$ac_config_files dlls/inseng/Makefile"
15036 ALL_MAKEFILES="$ALL_MAKEFILES \\
15037 dlls/iphlpapi/Makefile"
15038 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15039 iphlpapi"
15040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15041 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
15042 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15044 ALL_MAKEFILES="$ALL_MAKEFILES \\
15045 dlls/iphlpapi/tests/Makefile"
15046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15047 iphlpapi/tests"
15048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15049 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
15050 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15052 ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/itircl/Makefile"
15054 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15055 itircl"
15056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
15058 ac_config_files="$ac_config_files dlls/itircl/Makefile"
15060 ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/itss/Makefile"
15062 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15063 itss"
15064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
15066 ac_config_files="$ac_config_files dlls/itss/Makefile"
15068 ALL_MAKEFILES="$ALL_MAKEFILES \\
15069 dlls/itss/tests/Makefile"
15070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15071 itss/tests"
15072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15073 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
15074 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15076 ALL_MAKEFILES="$ALL_MAKEFILES \\
15077 dlls/jscript/Makefile"
15078 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15079 jscript"
15080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15081 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
15082 ac_config_files="$ac_config_files dlls/jscript/Makefile"
15084 ALL_MAKEFILES="$ALL_MAKEFILES \\
15085 dlls/jscript/tests/Makefile"
15086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15087 jscript/tests"
15088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15089 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
15090 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15092 ALL_MAKEFILES="$ALL_MAKEFILES \\
15093 dlls/kernel32/Makefile"
15094 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15095 kernel32"
15096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15097 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
15098 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15100 ALL_MAKEFILES="$ALL_MAKEFILES \\
15101 dlls/kernel32/tests/Makefile"
15102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15103 kernel32/tests"
15104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15105 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
15106 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15108 ALL_MAKEFILES="$ALL_MAKEFILES \\
15109 dlls/keyboard.drv16/Makefile"
15110 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15111 keyboard.drv16"
15112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15113 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15114 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15116 ALL_MAKEFILES="$ALL_MAKEFILES \\
15117 dlls/loadperf/Makefile"
15118 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15119 loadperf"
15120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15121 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15122 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15124 ALL_MAKEFILES="$ALL_MAKEFILES \\
15125 dlls/localspl/Makefile"
15126 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15127 localspl"
15128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15129 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
15130 ac_config_files="$ac_config_files dlls/localspl/Makefile"
15132 ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/localspl/tests/Makefile"
15134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15135 localspl/tests"
15136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
15138 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15140 ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/localui/Makefile"
15142 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15143 localui"
15144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
15146 ac_config_files="$ac_config_files dlls/localui/Makefile"
15148 ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/localui/tests/Makefile"
15150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15151 localui/tests"
15152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
15154 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15156 ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/lz32/Makefile"
15158 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15159 lz32"
15160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
15162 ac_config_files="$ac_config_files dlls/lz32/Makefile"
15164 ALL_MAKEFILES="$ALL_MAKEFILES \\
15165 dlls/lz32/tests/Makefile"
15166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15167 lz32/tests"
15168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
15170 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15172 ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/lzexpand.dll16/Makefile"
15174 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15175 lzexpand.dll16"
15176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15178 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15180 ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/mapi32/Makefile"
15182 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15183 mapi32"
15184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
15186 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15188 ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/mapi32/tests/Makefile"
15190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15191 mapi32/tests"
15192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
15194 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15196 ALL_MAKEFILES="$ALL_MAKEFILES \\
15197 dlls/mciavi32/Makefile"
15198 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15199 mciavi32"
15200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
15202 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15204 ALL_MAKEFILES="$ALL_MAKEFILES \\
15205 dlls/mcicda/Makefile"
15206 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15207 mcicda"
15208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
15210 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15212 ALL_MAKEFILES="$ALL_MAKEFILES \\
15213 dlls/mciqtz32/Makefile"
15214 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15215 mciqtz32"
15216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15218 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15220 ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/mciseq/Makefile"
15222 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15223 mciseq"
15224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
15226 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15228 ALL_MAKEFILES="$ALL_MAKEFILES \\
15229 dlls/mciwave/Makefile"
15230 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15231 mciwave"
15232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15233 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
15234 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15236 ALL_MAKEFILES="$ALL_MAKEFILES \\
15237 dlls/midimap/Makefile"
15238 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15239 midimap"
15240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
15242 ac_config_files="$ac_config_files dlls/midimap/Makefile"
15244 ALL_MAKEFILES="$ALL_MAKEFILES \\
15245 dlls/mlang/Makefile"
15246 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15247 mlang"
15248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15249 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
15250 ac_config_files="$ac_config_files dlls/mlang/Makefile"
15252 ALL_MAKEFILES="$ALL_MAKEFILES \\
15253 dlls/mlang/tests/Makefile"
15254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15255 mlang/tests"
15256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15257 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
15258 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15260 ALL_MAKEFILES="$ALL_MAKEFILES \\
15261 dlls/mmdevldr.vxd/Makefile"
15262 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15263 mmdevldr.vxd"
15264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15265 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
15266 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15268 ALL_MAKEFILES="$ALL_MAKEFILES \\
15269 dlls/monodebg.vxd/Makefile"
15270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15271 monodebg.vxd"
15272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15273 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
15274 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15276 ALL_MAKEFILES="$ALL_MAKEFILES \\
15277 dlls/mountmgr.sys/Makefile"
15278 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15279 mountmgr.sys"
15280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15281 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
15282 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15284 ALL_MAKEFILES="$ALL_MAKEFILES \\
15285 dlls/mouse.drv16/Makefile"
15286 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15287 mouse.drv16"
15288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15290 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15292 ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/mpr/Makefile"
15294 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15295 mpr"
15296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
15298 ac_config_files="$ac_config_files dlls/mpr/Makefile"
15300 ALL_MAKEFILES="$ALL_MAKEFILES \\
15301 dlls/mprapi/Makefile"
15302 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 mprapi"
15304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
15306 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15308 ALL_MAKEFILES="$ALL_MAKEFILES \\
15309 dlls/msacm.dll16/Makefile"
15310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15311 msacm.dll16"
15312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15314 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15316 ALL_MAKEFILES="$ALL_MAKEFILES \\
15317 dlls/msacm32.drv/Makefile"
15318 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15319 msacm32.drv"
15320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15321 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
15322 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15324 ALL_MAKEFILES="$ALL_MAKEFILES \\
15325 dlls/msacm32/Makefile"
15326 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15327 msacm32"
15328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
15330 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15332 ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/msacm32/tests/Makefile"
15334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15335 msacm32/tests"
15336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
15338 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15340 ALL_MAKEFILES="$ALL_MAKEFILES \\
15341 dlls/msadp32.acm/Makefile"
15342 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15343 msadp32.acm"
15344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15345 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
15346 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15348 ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/mscat32/Makefile"
15350 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15351 mscat32"
15352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
15354 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15356 ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/mscms/Makefile"
15358 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15359 mscms"
15360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
15362 ac_config_files="$ac_config_files dlls/mscms/Makefile"
15364 ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/mscms/tests/Makefile"
15366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15367 mscms/tests"
15368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
15370 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15372 ALL_MAKEFILES="$ALL_MAKEFILES \\
15373 dlls/mscoree/Makefile"
15374 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15375 mscoree"
15376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
15378 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15380 ALL_MAKEFILES="$ALL_MAKEFILES \\
15381 dlls/msctf/Makefile"
15382 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15383 msctf"
15384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15386 ac_config_files="$ac_config_files dlls/msctf/Makefile"
15388 ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/msctf/tests/Makefile"
15390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15391 msctf/tests"
15392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15394 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15396 ALL_MAKEFILES="$ALL_MAKEFILES \\
15397 dlls/msdaps/Makefile"
15398 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15399 msdaps"
15400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15402 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15404 ALL_MAKEFILES="$ALL_MAKEFILES \\
15405 dlls/msdmo/Makefile"
15406 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15407 msdmo"
15408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
15410 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15412 ALL_MAKEFILES="$ALL_MAKEFILES \\
15413 dlls/msftedit/Makefile"
15414 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15415 msftedit"
15416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15417 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
15418 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15420 ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/msg711.acm/Makefile"
15422 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15423 msg711.acm"
15424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
15426 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15428 ALL_MAKEFILES="$ALL_MAKEFILES \\
15429 dlls/msgsm32.acm/Makefile"
15430 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15431 msgsm32.acm"
15432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15433 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15434 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15436 ALL_MAKEFILES="$ALL_MAKEFILES \\
15437 dlls/mshtml.tlb/Makefile"
15438 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15439 mshtml.tlb"
15440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
15442 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15444 ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/mshtml/Makefile"
15446 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15447 mshtml"
15448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
15450 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15452 ALL_MAKEFILES="$ALL_MAKEFILES \\
15453 dlls/mshtml/tests/Makefile"
15454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15455 mshtml/tests"
15456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15457 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
15458 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15460 ALL_MAKEFILES="$ALL_MAKEFILES \\
15461 dlls/msi/Makefile"
15462 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15463 msi"
15464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15465 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
15466 ac_config_files="$ac_config_files dlls/msi/Makefile"
15468 ALL_MAKEFILES="$ALL_MAKEFILES \\
15469 dlls/msi/tests/Makefile"
15470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15471 msi/tests"
15472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
15474 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15476 ALL_MAKEFILES="$ALL_MAKEFILES \\
15477 dlls/msimg32/Makefile"
15478 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15479 msimg32"
15480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
15482 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15484 ALL_MAKEFILES="$ALL_MAKEFILES \\
15485 dlls/msimtf/Makefile"
15486 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15487 msimtf"
15488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15489 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
15490 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15492 ALL_MAKEFILES="$ALL_MAKEFILES \\
15493 dlls/msisip/Makefile"
15494 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15495 msisip"
15496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
15498 ac_config_files="$ac_config_files dlls/msisip/Makefile"
15500 ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/msisys.ocx/Makefile"
15502 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15503 msisys.ocx"
15504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
15506 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15508 ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/msnet32/Makefile"
15510 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15511 msnet32"
15512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
15514 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15516 ALL_MAKEFILES="$ALL_MAKEFILES \\
15517 dlls/msrle32/Makefile"
15518 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15519 msrle32"
15520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15521 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
15522 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15524 ALL_MAKEFILES="$ALL_MAKEFILES \\
15525 dlls/mssign32/Makefile"
15526 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15527 mssign32"
15528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15529 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15530 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15532 ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/mssip32/Makefile"
15534 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15535 mssip32"
15536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
15538 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15540 ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/mstask/Makefile"
15542 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15543 mstask"
15544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
15546 ac_config_files="$ac_config_files dlls/mstask/Makefile"
15548 ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/mstask/tests/Makefile"
15550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15551 mstask/tests"
15552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
15554 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15556 ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/msvcirt/Makefile"
15558 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15559 msvcirt"
15560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
15562 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15564 ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/msvcr71/Makefile"
15566 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15567 msvcr71"
15568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
15570 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15572 ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/msvcrt/Makefile"
15574 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15575 msvcrt"
15576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
15578 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15580 ALL_MAKEFILES="$ALL_MAKEFILES \\
15581 dlls/msvcrt/tests/Makefile"
15582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15583 msvcrt/tests"
15584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15585 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
15586 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15588 ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/msvcrt20/Makefile"
15590 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15591 msvcrt20"
15592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
15594 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15596 ALL_MAKEFILES="$ALL_MAKEFILES \\
15597 dlls/msvcrt40/Makefile"
15598 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15599 msvcrt40"
15600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15601 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
15602 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15604 ALL_MAKEFILES="$ALL_MAKEFILES \\
15605 dlls/msvcrtd/Makefile"
15606 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15607 msvcrtd"
15608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15609 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
15610 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15612 ALL_MAKEFILES="$ALL_MAKEFILES \\
15613 dlls/msvcrtd/tests/Makefile"
15614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15615 msvcrtd/tests"
15616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15617 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
15618 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15620 ALL_MAKEFILES="$ALL_MAKEFILES \\
15621 dlls/msvfw32/Makefile"
15622 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15623 msvfw32"
15624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
15626 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15628 ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/msvfw32/tests/Makefile"
15630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15631 msvfw32/tests"
15632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15634 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15636 ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/msvidc32/Makefile"
15638 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15639 msvidc32"
15640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
15642 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15644 ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/msvideo.dll16/Makefile"
15646 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15647 msvideo.dll16"
15648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15650 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15652 ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/mswsock/Makefile"
15654 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15655 mswsock"
15656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
15658 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15660 ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/msxml3/Makefile"
15662 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15663 msxml3"
15664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
15666 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15668 ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/msxml3/tests/Makefile"
15670 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15671 msxml3/tests"
15672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
15674 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15676 ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/nddeapi/Makefile"
15678 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15679 nddeapi"
15680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
15682 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15684 ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/netapi32/Makefile"
15686 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15687 netapi32"
15688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
15690 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15692 ALL_MAKEFILES="$ALL_MAKEFILES \\
15693 dlls/netapi32/tests/Makefile"
15694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15695 netapi32/tests"
15696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
15698 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15700 ALL_MAKEFILES="$ALL_MAKEFILES \\
15701 dlls/newdev/Makefile"
15702 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15703 newdev"
15704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15705 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
15706 ac_config_files="$ac_config_files dlls/newdev/Makefile"
15708 ALL_MAKEFILES="$ALL_MAKEFILES \\
15709 dlls/ntdll/Makefile"
15710 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15711 ntdll"
15712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15713 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
15714 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15716 ALL_MAKEFILES="$ALL_MAKEFILES \\
15717 dlls/ntdll/tests/Makefile"
15718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15719 ntdll/tests"
15720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
15722 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15724 ALL_MAKEFILES="$ALL_MAKEFILES \\
15725 dlls/ntdsapi/Makefile"
15726 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15727 ntdsapi"
15728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15729 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
15730 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15732 ALL_MAKEFILES="$ALL_MAKEFILES \\
15733 dlls/ntdsapi/tests/Makefile"
15734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15735 ntdsapi/tests"
15736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15737 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
15738 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15740 ALL_MAKEFILES="$ALL_MAKEFILES \\
15741 dlls/ntoskrnl.exe/Makefile"
15742 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15743 ntoskrnl.exe"
15744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15745 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
15746 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15748 ALL_MAKEFILES="$ALL_MAKEFILES \\
15749 dlls/ntprint/Makefile"
15750 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15751 ntprint"
15752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15753 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
15754 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15756 ALL_MAKEFILES="$ALL_MAKEFILES \\
15757 dlls/ntprint/tests/Makefile"
15758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15759 ntprint/tests"
15760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
15762 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15764 ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/objsel/Makefile"
15766 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15767 objsel"
15768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
15770 ac_config_files="$ac_config_files dlls/objsel/Makefile"
15772 ALL_MAKEFILES="$ALL_MAKEFILES \\
15773 dlls/odbc32/Makefile"
15774 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15775 odbc32"
15776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15777 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
15778 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15780 ALL_MAKEFILES="$ALL_MAKEFILES \\
15781 dlls/odbccp32/Makefile"
15782 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15783 odbccp32"
15784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15785 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
15786 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15788 ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/odbccp32/tests/Makefile"
15790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15791 odbccp32/tests"
15792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
15794 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15796 ALL_MAKEFILES="$ALL_MAKEFILES \\
15797 dlls/ole2.dll16/Makefile"
15798 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15799 ole2.dll16"
15800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15801 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15802 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15804 ALL_MAKEFILES="$ALL_MAKEFILES \\
15805 dlls/ole2conv.dll16/Makefile"
15806 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15807 ole2conv.dll16"
15808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15809 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15810 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15812 ALL_MAKEFILES="$ALL_MAKEFILES \\
15813 dlls/ole2disp.dll16/Makefile"
15814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15815 ole2disp.dll16"
15816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15817 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15818 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15820 ALL_MAKEFILES="$ALL_MAKEFILES \\
15821 dlls/ole2nls.dll16/Makefile"
15822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15823 ole2nls.dll16"
15824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15825 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15826 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15828 ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/ole2prox.dll16/Makefile"
15830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15831 ole2prox.dll16"
15832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15834 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15836 ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/ole2thk.dll16/Makefile"
15838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15839 ole2thk.dll16"
15840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15842 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15844 ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/ole32/Makefile"
15846 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15847 ole32"
15848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
15850 ac_config_files="$ac_config_files dlls/ole32/Makefile"
15852 ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/ole32/tests/Makefile"
15854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15855 ole32/tests"
15856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
15858 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15860 ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/oleacc/Makefile"
15862 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15863 oleacc"
15864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
15866 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15868 ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/oleacc/tests/Makefile"
15870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15871 oleacc/tests"
15872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15874 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15876 ALL_MAKEFILES="$ALL_MAKEFILES \\
15877 dlls/oleaut32/Makefile"
15878 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15879 oleaut32"
15880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15881 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
15882 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15884 ALL_MAKEFILES="$ALL_MAKEFILES \\
15885 dlls/oleaut32/tests/Makefile"
15886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15887 oleaut32/tests"
15888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15889 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
15890 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15892 ALL_MAKEFILES="$ALL_MAKEFILES \\
15893 dlls/olecli.dll16/Makefile"
15894 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15895 olecli.dll16"
15896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15897 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15898 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15900 ALL_MAKEFILES="$ALL_MAKEFILES \\
15901 dlls/olecli32/Makefile"
15902 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15903 olecli32"
15904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
15906 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15908 ALL_MAKEFILES="$ALL_MAKEFILES \\
15909 dlls/oledlg/Makefile"
15910 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15911 oledlg"
15912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
15914 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
15916 ALL_MAKEFILES="$ALL_MAKEFILES \\
15917 dlls/olepro32/Makefile"
15918 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15919 olepro32"
15920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15921 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
15922 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
15924 ALL_MAKEFILES="$ALL_MAKEFILES \\
15925 dlls/olesvr.dll16/Makefile"
15926 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15927 olesvr.dll16"
15928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
15930 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
15932 ALL_MAKEFILES="$ALL_MAKEFILES \\
15933 dlls/olesvr32/Makefile"
15934 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15935 olesvr32"
15936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
15938 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
15940 ALL_MAKEFILES="$ALL_MAKEFILES \\
15941 dlls/olethk32/Makefile"
15942 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15943 olethk32"
15944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15945 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
15946 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
15948 ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/opengl32/Makefile"
15950 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15951 opengl32"
15952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
15954 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
15956 ALL_MAKEFILES="$ALL_MAKEFILES \\
15957 dlls/opengl32/tests/Makefile"
15958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15959 opengl32/tests"
15960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
15962 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
15964 ALL_MAKEFILES="$ALL_MAKEFILES \\
15965 dlls/pdh/Makefile"
15966 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15967 pdh"
15968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
15970 ac_config_files="$ac_config_files dlls/pdh/Makefile"
15972 ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/pdh/tests/Makefile"
15974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15975 pdh/tests"
15976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
15978 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
15980 ALL_MAKEFILES="$ALL_MAKEFILES \\
15981 dlls/pidgen/Makefile"
15982 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15983 pidgen"
15984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15985 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
15986 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
15988 ALL_MAKEFILES="$ALL_MAKEFILES \\
15989 dlls/powrprof/Makefile"
15990 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15991 powrprof"
15992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15993 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
15994 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
15996 ALL_MAKEFILES="$ALL_MAKEFILES \\
15997 dlls/printui/Makefile"
15998 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15999 printui"
16000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16001 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
16002 ac_config_files="$ac_config_files dlls/printui/Makefile"
16004 ALL_MAKEFILES="$ALL_MAKEFILES \\
16005 dlls/propsys/Makefile"
16006 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16007 propsys"
16008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16009 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
16010 ac_config_files="$ac_config_files dlls/propsys/Makefile"
16012 ALL_MAKEFILES="$ALL_MAKEFILES \\
16013 dlls/psapi/Makefile"
16014 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16015 psapi"
16016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16017 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
16018 ac_config_files="$ac_config_files dlls/psapi/Makefile"
16020 ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/psapi/tests/Makefile"
16022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16023 psapi/tests"
16024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
16026 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16028 ALL_MAKEFILES="$ALL_MAKEFILES \\
16029 dlls/pstorec/Makefile"
16030 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16031 pstorec"
16032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
16034 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16036 ALL_MAKEFILES="$ALL_MAKEFILES \\
16037 dlls/qcap/Makefile"
16038 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16039 qcap"
16040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16041 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
16042 ac_config_files="$ac_config_files dlls/qcap/Makefile"
16044 ALL_MAKEFILES="$ALL_MAKEFILES \\
16045 dlls/qedit/Makefile"
16046 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16047 qedit"
16048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
16050 ac_config_files="$ac_config_files dlls/qedit/Makefile"
16052 ALL_MAKEFILES="$ALL_MAKEFILES \\
16053 dlls/qedit/tests/Makefile"
16054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16055 qedit/tests"
16056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
16058 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16060 ALL_MAKEFILES="$ALL_MAKEFILES \\
16061 dlls/qmgr/Makefile"
16062 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16063 qmgr"
16064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16065 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
16066 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16068 ALL_MAKEFILES="$ALL_MAKEFILES \\
16069 dlls/qmgr/tests/Makefile"
16070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16071 qmgr/tests"
16072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16073 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
16074 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16076 ALL_MAKEFILES="$ALL_MAKEFILES \\
16077 dlls/qmgrprxy/Makefile"
16078 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16079 qmgrprxy"
16080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16081 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
16082 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16084 ALL_MAKEFILES="$ALL_MAKEFILES \\
16085 dlls/quartz/Makefile"
16086 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16087 quartz"
16088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16089 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
16090 ac_config_files="$ac_config_files dlls/quartz/Makefile"
16092 ALL_MAKEFILES="$ALL_MAKEFILES \\
16093 dlls/quartz/tests/Makefile"
16094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16095 quartz/tests"
16096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16097 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
16098 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16100 ALL_MAKEFILES="$ALL_MAKEFILES \\
16101 dlls/query/Makefile"
16102 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16103 query"
16104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16105 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
16106 ac_config_files="$ac_config_files dlls/query/Makefile"
16108 ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/rasapi16.dll16/Makefile"
16110 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16111 rasapi16.dll16"
16112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16114 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16116 ALL_MAKEFILES="$ALL_MAKEFILES \\
16117 dlls/rasapi32/Makefile"
16118 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16119 rasapi32"
16120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16121 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
16122 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16124 ALL_MAKEFILES="$ALL_MAKEFILES \\
16125 dlls/rasapi32/tests/Makefile"
16126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16127 rasapi32/tests"
16128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16129 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
16130 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16132 ALL_MAKEFILES="$ALL_MAKEFILES \\
16133 dlls/rasdlg/Makefile"
16134 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16135 rasdlg"
16136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16137 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16138 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16140 ALL_MAKEFILES="$ALL_MAKEFILES \\
16141 dlls/resutils/Makefile"
16142 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16143 resutils"
16144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
16146 ac_config_files="$ac_config_files dlls/resutils/Makefile"
16148 ALL_MAKEFILES="$ALL_MAKEFILES \\
16149 dlls/riched20/Makefile"
16150 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16151 riched20"
16152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16153 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
16154 ac_config_files="$ac_config_files dlls/riched20/Makefile"
16156 ALL_MAKEFILES="$ALL_MAKEFILES \\
16157 dlls/riched20/tests/Makefile"
16158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16159 riched20/tests"
16160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16161 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
16162 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16164 ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/riched32/Makefile"
16166 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16167 riched32"
16168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
16170 ac_config_files="$ac_config_files dlls/riched32/Makefile"
16172 ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/riched32/tests/Makefile"
16174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16175 riched32/tests"
16176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
16178 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16180 ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/rpcrt4/Makefile"
16182 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16183 rpcrt4"
16184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
16186 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16188 ALL_MAKEFILES="$ALL_MAKEFILES \\
16189 dlls/rpcrt4/tests/Makefile"
16190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16191 rpcrt4/tests"
16192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16193 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
16194 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16196 ALL_MAKEFILES="$ALL_MAKEFILES \\
16197 dlls/rsabase/Makefile"
16198 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16199 rsabase"
16200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16201 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
16202 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16204 ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/rsaenh/Makefile"
16206 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16207 rsaenh"
16208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
16210 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16212 ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/rsaenh/tests/Makefile"
16214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16215 rsaenh/tests"
16216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
16218 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16220 ALL_MAKEFILES="$ALL_MAKEFILES \\
16221 dlls/rtutils/Makefile"
16222 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16223 rtutils"
16224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16225 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16226 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16228 ALL_MAKEFILES="$ALL_MAKEFILES \\
16229 dlls/sane.ds/Makefile"
16230 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16231 sane.ds"
16232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16233 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
16234 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16236 ALL_MAKEFILES="$ALL_MAKEFILES \\
16237 dlls/sccbase/Makefile"
16238 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16239 sccbase"
16240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16241 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
16242 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16244 ALL_MAKEFILES="$ALL_MAKEFILES \\
16245 dlls/schannel/Makefile"
16246 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16247 schannel"
16248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16249 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
16250 ac_config_files="$ac_config_files dlls/schannel/Makefile"
16252 ALL_MAKEFILES="$ALL_MAKEFILES \\
16253 dlls/schannel/tests/Makefile"
16254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16255 schannel/tests"
16256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16257 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
16258 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16260 ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/secur32/Makefile"
16262 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16263 secur32"
16264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
16266 ac_config_files="$ac_config_files dlls/secur32/Makefile"
16268 ALL_MAKEFILES="$ALL_MAKEFILES \\
16269 dlls/secur32/tests/Makefile"
16270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16271 secur32/tests"
16272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16273 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
16274 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16276 ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/security/Makefile"
16278 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16279 security"
16280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
16282 ac_config_files="$ac_config_files dlls/security/Makefile"
16284 ALL_MAKEFILES="$ALL_MAKEFILES \\
16285 dlls/sensapi/Makefile"
16286 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16287 sensapi"
16288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16289 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
16290 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16292 ALL_MAKEFILES="$ALL_MAKEFILES \\
16293 dlls/serialui/Makefile"
16294 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16295 serialui"
16296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16297 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
16298 ac_config_files="$ac_config_files dlls/serialui/Makefile"
16300 ALL_MAKEFILES="$ALL_MAKEFILES \\
16301 dlls/serialui/tests/Makefile"
16302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16303 serialui/tests"
16304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16305 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
16306 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16308 ALL_MAKEFILES="$ALL_MAKEFILES \\
16309 dlls/setupapi/Makefile"
16310 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16311 setupapi"
16312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16313 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
16314 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16316 ALL_MAKEFILES="$ALL_MAKEFILES \\
16317 dlls/setupapi/tests/Makefile"
16318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16319 setupapi/tests"
16320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
16322 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16324 ALL_MAKEFILES="$ALL_MAKEFILES \\
16325 dlls/sfc/Makefile"
16326 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16327 sfc"
16328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16329 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
16330 ac_config_files="$ac_config_files dlls/sfc/Makefile"
16332 ALL_MAKEFILES="$ALL_MAKEFILES \\
16333 dlls/sfc_os/Makefile"
16334 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16335 sfc_os"
16336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16337 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
16338 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16340 ALL_MAKEFILES="$ALL_MAKEFILES \\
16341 dlls/shdoclc/Makefile"
16342 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16343 shdoclc"
16344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
16346 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16348 ALL_MAKEFILES="$ALL_MAKEFILES \\
16349 dlls/shdocvw/Makefile"
16350 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16351 shdocvw"
16352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16353 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
16354 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16356 ALL_MAKEFILES="$ALL_MAKEFILES \\
16357 dlls/shdocvw/tests/Makefile"
16358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16359 shdocvw/tests"
16360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16361 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
16362 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16364 ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/shell.dll16/Makefile"
16366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16367 shell.dll16"
16368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16370 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16372 ALL_MAKEFILES="$ALL_MAKEFILES \\
16373 dlls/shell32/Makefile"
16374 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16375 shell32"
16376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16377 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
16378 ac_config_files="$ac_config_files dlls/shell32/Makefile"
16380 ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/shell32/tests/Makefile"
16382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16383 shell32/tests"
16384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
16386 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16388 ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/shfolder/Makefile"
16390 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16391 shfolder"
16392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
16394 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16396 ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/shlwapi/Makefile"
16398 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16399 shlwapi"
16400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
16402 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16404 ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/shlwapi/tests/Makefile"
16406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16407 shlwapi/tests"
16408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
16410 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16412 ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/slbcsp/Makefile"
16414 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16415 slbcsp"
16416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
16418 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16420 ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/slc/Makefile"
16422 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16423 slc"
16424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
16426 ac_config_files="$ac_config_files dlls/slc/Makefile"
16428 ALL_MAKEFILES="$ALL_MAKEFILES \\
16429 dlls/snmpapi/Makefile"
16430 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16431 snmpapi"
16432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
16434 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16436 ALL_MAKEFILES="$ALL_MAKEFILES \\
16437 dlls/snmpapi/tests/Makefile"
16438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16439 snmpapi/tests"
16440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16441 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
16442 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16444 ALL_MAKEFILES="$ALL_MAKEFILES \\
16445 dlls/softpub/Makefile"
16446 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16447 softpub"
16448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16449 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
16450 ac_config_files="$ac_config_files dlls/softpub/Makefile"
16452 ALL_MAKEFILES="$ALL_MAKEFILES \\
16453 dlls/sound.drv16/Makefile"
16454 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16455 sound.drv16"
16456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16457 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16458 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16460 ALL_MAKEFILES="$ALL_MAKEFILES \\
16461 dlls/spoolss/Makefile"
16462 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16463 spoolss"
16464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16465 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
16466 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16468 ALL_MAKEFILES="$ALL_MAKEFILES \\
16469 dlls/spoolss/tests/Makefile"
16470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16471 spoolss/tests"
16472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16473 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
16474 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16476 ALL_MAKEFILES="$ALL_MAKEFILES \\
16477 dlls/stdole2.tlb/Makefile"
16478 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16479 stdole2.tlb"
16480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16481 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
16482 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16484 ALL_MAKEFILES="$ALL_MAKEFILES \\
16485 dlls/stdole32.tlb/Makefile"
16486 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16487 stdole32.tlb"
16488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
16490 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16492 ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/sti/Makefile"
16494 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16495 sti"
16496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
16498 ac_config_files="$ac_config_files dlls/sti/Makefile"
16500 ALL_MAKEFILES="$ALL_MAKEFILES \\
16501 dlls/storage.dll16/Makefile"
16502 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16503 storage.dll16"
16504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16505 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16506 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16508 ALL_MAKEFILES="$ALL_MAKEFILES \\
16509 dlls/stress.dll16/Makefile"
16510 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16511 stress.dll16"
16512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16514 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16516 ALL_MAKEFILES="$ALL_MAKEFILES \\
16517 dlls/strmiids/Makefile"
16518 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16519 strmiids"
16520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16521 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
16522 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16524 ALL_MAKEFILES="$ALL_MAKEFILES \\
16525 dlls/svrapi/Makefile"
16526 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16527 svrapi"
16528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16529 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
16530 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16532 ALL_MAKEFILES="$ALL_MAKEFILES \\
16533 dlls/sxs/Makefile"
16534 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16535 sxs"
16536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16537 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
16538 ac_config_files="$ac_config_files dlls/sxs/Makefile"
16540 ALL_MAKEFILES="$ALL_MAKEFILES \\
16541 dlls/t2embed/Makefile"
16542 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16543 t2embed"
16544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16545 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16546 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16548 ALL_MAKEFILES="$ALL_MAKEFILES \\
16549 dlls/tapi32/Makefile"
16550 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16551 tapi32"
16552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16553 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
16554 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16556 ALL_MAKEFILES="$ALL_MAKEFILES \\
16557 dlls/traffic/Makefile"
16558 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16559 traffic"
16560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16561 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16562 ac_config_files="$ac_config_files dlls/traffic/Makefile"
16564 ALL_MAKEFILES="$ALL_MAKEFILES \\
16565 dlls/twain.dll16/Makefile"
16566 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16567 twain.dll16"
16568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16569 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16570 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16572 ALL_MAKEFILES="$ALL_MAKEFILES \\
16573 dlls/twain_32/Makefile"
16574 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16575 twain_32"
16576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16577 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
16578 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16580 ALL_MAKEFILES="$ALL_MAKEFILES \\
16581 dlls/twain_32/tests/Makefile"
16582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16583 twain_32/tests"
16584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16585 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16586 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16588 ALL_MAKEFILES="$ALL_MAKEFILES \\
16589 dlls/typelib.dll16/Makefile"
16590 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16591 typelib.dll16"
16592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16593 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16594 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16596 ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/unicows/Makefile"
16598 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16599 unicows"
16600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
16602 ac_config_files="$ac_config_files dlls/unicows/Makefile"
16604 ALL_MAKEFILES="$ALL_MAKEFILES \\
16605 dlls/updspapi/Makefile"
16606 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16607 updspapi"
16608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16609 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16610 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16612 ALL_MAKEFILES="$ALL_MAKEFILES \\
16613 dlls/url/Makefile"
16614 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16615 url"
16616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16617 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
16618 ac_config_files="$ac_config_files dlls/url/Makefile"
16620 ALL_MAKEFILES="$ALL_MAKEFILES \\
16621 dlls/urlmon/Makefile"
16622 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16623 urlmon"
16624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16625 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
16626 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16628 ALL_MAKEFILES="$ALL_MAKEFILES \\
16629 dlls/urlmon/tests/Makefile"
16630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16631 urlmon/tests"
16632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16633 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
16634 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16636 ALL_MAKEFILES="$ALL_MAKEFILES \\
16637 dlls/user32/Makefile"
16638 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16639 user32"
16640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16641 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
16642 ac_config_files="$ac_config_files dlls/user32/Makefile"
16644 ALL_MAKEFILES="$ALL_MAKEFILES \\
16645 dlls/user32/tests/Makefile"
16646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16647 user32/tests"
16648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16649 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
16650 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16652 ALL_MAKEFILES="$ALL_MAKEFILES \\
16653 dlls/userenv/Makefile"
16654 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16655 userenv"
16656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16657 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
16658 ac_config_files="$ac_config_files dlls/userenv/Makefile"
16660 ALL_MAKEFILES="$ALL_MAKEFILES \\
16661 dlls/userenv/tests/Makefile"
16662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16663 userenv/tests"
16664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16665 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
16666 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16668 ALL_MAKEFILES="$ALL_MAKEFILES \\
16669 dlls/usp10/Makefile"
16670 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16671 usp10"
16672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16673 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
16674 ac_config_files="$ac_config_files dlls/usp10/Makefile"
16676 ALL_MAKEFILES="$ALL_MAKEFILES \\
16677 dlls/usp10/tests/Makefile"
16678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16679 usp10/tests"
16680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16681 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
16682 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16684 ALL_MAKEFILES="$ALL_MAKEFILES \\
16685 dlls/uuid/Makefile"
16686 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16687 uuid"
16688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16689 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
16690 ac_config_files="$ac_config_files dlls/uuid/Makefile"
16692 ALL_MAKEFILES="$ALL_MAKEFILES \\
16693 dlls/uxtheme/Makefile"
16694 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16695 uxtheme"
16696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
16698 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16700 ALL_MAKEFILES="$ALL_MAKEFILES \\
16701 dlls/uxtheme/tests/Makefile"
16702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16703 uxtheme/tests"
16704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
16706 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16708 ALL_MAKEFILES="$ALL_MAKEFILES \\
16709 dlls/vdhcp.vxd/Makefile"
16710 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16711 vdhcp.vxd"
16712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16713 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
16714 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16716 ALL_MAKEFILES="$ALL_MAKEFILES \\
16717 dlls/vdmdbg/Makefile"
16718 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16719 vdmdbg"
16720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16721 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
16722 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16724 ALL_MAKEFILES="$ALL_MAKEFILES \\
16725 dlls/version/Makefile"
16726 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16727 version"
16728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
16730 ac_config_files="$ac_config_files dlls/version/Makefile"
16732 ALL_MAKEFILES="$ALL_MAKEFILES \\
16733 dlls/version/tests/Makefile"
16734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16735 version/tests"
16736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16737 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
16738 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16740 ALL_MAKEFILES="$ALL_MAKEFILES \\
16741 dlls/vmm.vxd/Makefile"
16742 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16743 vmm.vxd"
16744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
16746 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16748 ALL_MAKEFILES="$ALL_MAKEFILES \\
16749 dlls/vnbt.vxd/Makefile"
16750 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16751 vnbt.vxd"
16752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16753 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
16754 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16756 ALL_MAKEFILES="$ALL_MAKEFILES \\
16757 dlls/vnetbios.vxd/Makefile"
16758 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16759 vnetbios.vxd"
16760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16761 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
16762 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16764 ALL_MAKEFILES="$ALL_MAKEFILES \\
16765 dlls/vtdapi.vxd/Makefile"
16766 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16767 vtdapi.vxd"
16768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16769 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
16770 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16772 ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/vwin32.vxd/Makefile"
16774 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16775 vwin32.vxd"
16776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
16778 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16780 ALL_MAKEFILES="$ALL_MAKEFILES \\
16781 dlls/w32skrnl/Makefile"
16782 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16783 w32skrnl"
16784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16785 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
16786 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16788 ALL_MAKEFILES="$ALL_MAKEFILES \\
16789 dlls/w32sys.dll16/Makefile"
16790 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16791 w32sys.dll16"
16792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16793 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16794 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16796 ALL_MAKEFILES="$ALL_MAKEFILES \\
16797 dlls/wbemprox/Makefile"
16798 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16799 wbemprox"
16800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16801 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16802 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16804 ALL_MAKEFILES="$ALL_MAKEFILES \\
16805 dlls/win32s16.dll16/Makefile"
16806 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16807 win32s16.dll16"
16808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16809 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16810 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16812 ALL_MAKEFILES="$ALL_MAKEFILES \\
16813 dlls/win87em.dll16/Makefile"
16814 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16815 win87em.dll16"
16816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16818 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16820 ALL_MAKEFILES="$ALL_MAKEFILES \\
16821 dlls/winaspi.dll16/Makefile"
16822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16823 winaspi.dll16"
16824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16825 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16826 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16828 ALL_MAKEFILES="$ALL_MAKEFILES \\
16829 dlls/windebug.dll16/Makefile"
16830 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16831 windebug.dll16"
16832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16833 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16834 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16836 ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/windowscodecs/Makefile"
16838 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16839 windowscodecs"
16840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16842 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16844 ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/windowscodecs/tests/Makefile"
16846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16847 windowscodecs/tests"
16848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16850 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16852 ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/winealsa.drv/Makefile"
16854 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16855 winealsa.drv"
16856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
16858 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16860 ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/wineaudioio.drv/Makefile"
16862 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16863 wineaudioio.drv"
16864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
16866 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
16868 ALL_MAKEFILES="$ALL_MAKEFILES \\
16869 dlls/winecoreaudio.drv/Makefile"
16870 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16871 winecoreaudio.drv"
16872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16873 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
16874 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
16876 ALL_MAKEFILES="$ALL_MAKEFILES \\
16877 dlls/winecrt0/Makefile"
16878 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
16879 winecrt0"
16880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
16882 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
16884 ALL_MAKEFILES="$ALL_MAKEFILES \\
16885 dlls/wined3d/Makefile"
16886 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16887 wined3d"
16888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16889 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
16890 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
16892 ALL_MAKEFILES="$ALL_MAKEFILES \\
16893 dlls/winedos/Makefile"
16894 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16895 winedos"
16896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16897 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
16898 ac_config_files="$ac_config_files dlls/winedos/Makefile"
16900 ALL_MAKEFILES="$ALL_MAKEFILES \\
16901 dlls/wineesd.drv/Makefile"
16902 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16903 wineesd.drv"
16904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16905 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
16906 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
16908 ALL_MAKEFILES="$ALL_MAKEFILES \\
16909 dlls/winejack.drv/Makefile"
16910 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16911 winejack.drv"
16912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16913 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
16914 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
16916 ALL_MAKEFILES="$ALL_MAKEFILES \\
16917 dlls/winejoystick.drv/Makefile"
16918 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16919 winejoystick.drv"
16920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16921 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
16922 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
16924 ALL_MAKEFILES="$ALL_MAKEFILES \\
16925 dlls/winemp3.acm/Makefile"
16926 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16927 winemp3.acm"
16928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16929 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
16930 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
16932 ALL_MAKEFILES="$ALL_MAKEFILES \\
16933 dlls/winenas.drv/Makefile"
16934 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16935 winenas.drv"
16936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16937 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
16938 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
16940 ALL_MAKEFILES="$ALL_MAKEFILES \\
16941 dlls/wineoss.drv/Makefile"
16942 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 wineoss.drv"
16944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
16946 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
16948 ALL_MAKEFILES="$ALL_MAKEFILES \\
16949 dlls/wineps.drv/Makefile"
16950 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16951 wineps.drv"
16952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
16954 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
16956 ALL_MAKEFILES="$ALL_MAKEFILES \\
16957 dlls/winequartz.drv/Makefile"
16958 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16959 winequartz.drv"
16960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16961 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
16962 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
16964 ALL_MAKEFILES="$ALL_MAKEFILES \\
16965 dlls/winex11.drv/Makefile"
16966 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16967 winex11.drv"
16968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
16970 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
16972 ALL_MAKEFILES="$ALL_MAKEFILES \\
16973 dlls/wing32/Makefile"
16974 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16975 wing32"
16976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
16978 ac_config_files="$ac_config_files dlls/wing32/Makefile"
16980 ALL_MAKEFILES="$ALL_MAKEFILES \\
16981 dlls/winhttp/Makefile"
16982 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16983 winhttp"
16984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
16986 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
16988 ALL_MAKEFILES="$ALL_MAKEFILES \\
16989 dlls/winhttp/tests/Makefile"
16990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16991 winhttp/tests"
16992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
16994 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
16996 ALL_MAKEFILES="$ALL_MAKEFILES \\
16997 dlls/wininet/Makefile"
16998 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16999 wininet"
17000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
17002 ac_config_files="$ac_config_files dlls/wininet/Makefile"
17004 ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/wininet/tests/Makefile"
17006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17007 wininet/tests"
17008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
17010 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17012 ALL_MAKEFILES="$ALL_MAKEFILES \\
17013 dlls/winmm/Makefile"
17014 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17015 winmm"
17016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
17018 ac_config_files="$ac_config_files dlls/winmm/Makefile"
17020 ALL_MAKEFILES="$ALL_MAKEFILES \\
17021 dlls/winmm/tests/Makefile"
17022 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17023 winmm/tests"
17024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17025 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
17026 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17028 ALL_MAKEFILES="$ALL_MAKEFILES \\
17029 dlls/winnls.dll16/Makefile"
17030 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17031 winnls.dll16"
17032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17033 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17034 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17036 ALL_MAKEFILES="$ALL_MAKEFILES \\
17037 dlls/winnls32/Makefile"
17038 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17039 winnls32"
17040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17041 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
17042 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17044 ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/winscard/Makefile"
17046 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17047 winscard"
17048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
17050 ac_config_files="$ac_config_files dlls/winscard/Makefile"
17052 ALL_MAKEFILES="$ALL_MAKEFILES \\
17053 dlls/winspool.drv/Makefile"
17054 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17055 winspool.drv"
17056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17057 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
17058 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17060 ALL_MAKEFILES="$ALL_MAKEFILES \\
17061 dlls/winspool.drv/tests/Makefile"
17062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17063 winspool.drv/tests"
17064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
17066 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17068 ALL_MAKEFILES="$ALL_MAKEFILES \\
17069 dlls/wintab.dll16/Makefile"
17070 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17071 wintab.dll16"
17072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17073 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17074 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17076 ALL_MAKEFILES="$ALL_MAKEFILES \\
17077 dlls/wintab32/Makefile"
17078 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17079 wintab32"
17080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17081 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
17082 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17084 ALL_MAKEFILES="$ALL_MAKEFILES \\
17085 dlls/wintab32/tests/Makefile"
17086 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17087 wintab32/tests"
17088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17089 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17090 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17092 ALL_MAKEFILES="$ALL_MAKEFILES \\
17093 dlls/wintrust/Makefile"
17094 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17095 wintrust"
17096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17097 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
17098 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17100 ALL_MAKEFILES="$ALL_MAKEFILES \\
17101 dlls/wintrust/tests/Makefile"
17102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17103 wintrust/tests"
17104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17105 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
17106 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17108 ALL_MAKEFILES="$ALL_MAKEFILES \\
17109 dlls/wldap32/Makefile"
17110 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17111 wldap32"
17112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17113 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
17114 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17116 ALL_MAKEFILES="$ALL_MAKEFILES \\
17117 dlls/wldap32/tests/Makefile"
17118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17119 wldap32/tests"
17120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17121 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17122 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17124 ALL_MAKEFILES="$ALL_MAKEFILES \\
17125 dlls/wmi/Makefile"
17126 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17127 wmi"
17128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17129 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
17130 ac_config_files="$ac_config_files dlls/wmi/Makefile"
17132 ALL_MAKEFILES="$ALL_MAKEFILES \\
17133 dlls/wmiutils/Makefile"
17134 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17135 wmiutils"
17136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17137 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17138 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17140 ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/wnaspi32/Makefile"
17142 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17143 wnaspi32"
17144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
17146 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17148 ALL_MAKEFILES="$ALL_MAKEFILES \\
17149 dlls/wow32/Makefile"
17150 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17151 wow32"
17152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
17154 ac_config_files="$ac_config_files dlls/wow32/Makefile"
17156 ALL_MAKEFILES="$ALL_MAKEFILES \\
17157 dlls/ws2_32/Makefile"
17158 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17159 ws2_32"
17160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17161 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
17162 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17164 ALL_MAKEFILES="$ALL_MAKEFILES \\
17165 dlls/ws2_32/tests/Makefile"
17166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17167 ws2_32/tests"
17168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17169 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
17170 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17172 ALL_MAKEFILES="$ALL_MAKEFILES \\
17173 dlls/wsock32/Makefile"
17174 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17175 wsock32"
17176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17177 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
17178 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17180 ALL_MAKEFILES="$ALL_MAKEFILES \\
17181 dlls/wtsapi32/Makefile"
17182 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17183 wtsapi32"
17184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17185 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
17186 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17188 ALL_MAKEFILES="$ALL_MAKEFILES \\
17189 dlls/wuapi/Makefile"
17190 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17191 wuapi"
17192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17193 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17194 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17196 ALL_MAKEFILES="$ALL_MAKEFILES \\
17197 dlls/xinput1_1/Makefile"
17198 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17199 xinput1_1"
17200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17201 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17202 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17204 ALL_MAKEFILES="$ALL_MAKEFILES \\
17205 dlls/xinput1_2/Makefile"
17206 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17207 xinput1_2"
17208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17209 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17210 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17212 ALL_MAKEFILES="$ALL_MAKEFILES \\
17213 dlls/xinput1_3/Makefile"
17214 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17215 xinput1_3"
17216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17217 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17218 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17220 ALL_MAKEFILES="$ALL_MAKEFILES \\
17221 dlls/xinput1_3/tests/Makefile"
17222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17223 xinput1_3/tests"
17224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17226 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17228 ALL_MAKEFILES="$ALL_MAKEFILES \\
17229 dlls/xinput9_1_0/Makefile"
17230 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17231 xinput9_1_0"
17232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17233 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17234 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17236 ALL_MAKEFILES="$ALL_MAKEFILES \\
17237 dlls/xmllite/Makefile"
17238 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17239 xmllite"
17240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17242 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17244 ALL_MAKEFILES="$ALL_MAKEFILES \\
17245 documentation/Makefile"
17246 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17247 documentation"
17248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17249 documentation/Makefile: documentation/Makefile.in Make.rules"
17250 ac_config_files="$ac_config_files documentation/Makefile"
17252 ALL_MAKEFILES="$ALL_MAKEFILES \\
17253 fonts/Makefile"
17254 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17255 fonts"
17256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17257 fonts/Makefile: fonts/Makefile.in Make.rules"
17258 ac_config_files="$ac_config_files fonts/Makefile"
17260 ALL_MAKEFILES="$ALL_MAKEFILES \\
17261 include/Makefile"
17262 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17263 include"
17264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265 include/Makefile: include/Makefile.in Make.rules"
17266 ac_config_files="$ac_config_files include/Makefile"
17268 ALL_MAKEFILES="$ALL_MAKEFILES \\
17269 libs/Makefile"
17270 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17271 libs"
17272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273 libs/Makefile: libs/Makefile.in Make.rules"
17274 ac_config_files="$ac_config_files libs/Makefile"
17276 ALL_MAKEFILES="$ALL_MAKEFILES \\
17277 libs/port/Makefile"
17279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17280 libs/port/Makefile: libs/port/Makefile.in Make.rules"
17281 ac_config_files="$ac_config_files libs/port/Makefile"
17283 ALL_MAKEFILES="$ALL_MAKEFILES \\
17284 libs/wine/Makefile"
17286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17287 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
17288 ac_config_files="$ac_config_files libs/wine/Makefile"
17290 ALL_MAKEFILES="$ALL_MAKEFILES \\
17291 libs/wpp/Makefile"
17293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17294 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
17295 ac_config_files="$ac_config_files libs/wpp/Makefile"
17297 ALL_MAKEFILES="$ALL_MAKEFILES \\
17298 loader/Makefile"
17299 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17300 loader"
17301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17302 loader/Makefile: loader/Makefile.in Make.rules"
17303 ac_config_files="$ac_config_files loader/Makefile"
17305 ALL_MAKEFILES="$ALL_MAKEFILES \\
17306 programs/Makefile"
17307 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17308 programs"
17309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17310 programs/Makefile: programs/Makefile.in Make.rules"
17311 ac_config_files="$ac_config_files programs/Makefile"
17313 ALL_MAKEFILES="$ALL_MAKEFILES \\
17314 programs/cacls/Makefile"
17315 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17316 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17317 cacls"
17318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17319 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17320 ac_config_files="$ac_config_files programs/cacls/Makefile"
17322 ALL_MAKEFILES="$ALL_MAKEFILES \\
17323 programs/clock/Makefile"
17324 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17325 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17326 clock"
17327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17328 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
17329 ac_config_files="$ac_config_files programs/clock/Makefile"
17331 ALL_MAKEFILES="$ALL_MAKEFILES \\
17332 programs/cmd/Makefile"
17333 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17334 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17335 cmd"
17336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17337 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
17338 ac_config_files="$ac_config_files programs/cmd/Makefile"
17340 ALL_MAKEFILES="$ALL_MAKEFILES \\
17341 programs/cmdlgtst/Makefile"
17342 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17343 cmdlgtst"
17344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
17346 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17348 ALL_MAKEFILES="$ALL_MAKEFILES \\
17349 programs/control/Makefile"
17350 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17351 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17352 control"
17353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17354 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
17355 ac_config_files="$ac_config_files programs/control/Makefile"
17357 ALL_MAKEFILES="$ALL_MAKEFILES \\
17358 programs/dxdiag/Makefile"
17359 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17360 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17361 dxdiag"
17362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17363 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17364 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17366 ALL_MAKEFILES="$ALL_MAKEFILES \\
17367 programs/eject/Makefile"
17368 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17369 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17370 eject"
17371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17372 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
17373 ac_config_files="$ac_config_files programs/eject/Makefile"
17375 ALL_MAKEFILES="$ALL_MAKEFILES \\
17376 programs/expand/Makefile"
17377 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17378 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17379 expand"
17380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17381 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
17382 ac_config_files="$ac_config_files programs/expand/Makefile"
17384 ALL_MAKEFILES="$ALL_MAKEFILES \\
17385 programs/explorer/Makefile"
17386 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17387 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17388 explorer"
17389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17390 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
17391 ac_config_files="$ac_config_files programs/explorer/Makefile"
17393 ALL_MAKEFILES="$ALL_MAKEFILES \\
17394 programs/hh/Makefile"
17395 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17396 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17399 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
17400 ac_config_files="$ac_config_files programs/hh/Makefile"
17402 ALL_MAKEFILES="$ALL_MAKEFILES \\
17403 programs/icinfo/Makefile"
17404 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17405 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17406 icinfo"
17407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17408 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
17409 ac_config_files="$ac_config_files programs/icinfo/Makefile"
17411 ALL_MAKEFILES="$ALL_MAKEFILES \\
17412 programs/iexplore/Makefile"
17413 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17414 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17415 iexplore"
17416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17417 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
17418 ac_config_files="$ac_config_files programs/iexplore/Makefile"
17420 ALL_MAKEFILES="$ALL_MAKEFILES \\
17421 programs/lodctr/Makefile"
17422 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17423 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17424 lodctr"
17425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17426 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17427 ac_config_files="$ac_config_files programs/lodctr/Makefile"
17429 ALL_MAKEFILES="$ALL_MAKEFILES \\
17430 programs/msiexec/Makefile"
17431 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17432 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17433 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17434 msiexec"
17435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17436 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
17437 ac_config_files="$ac_config_files programs/msiexec/Makefile"
17439 ALL_MAKEFILES="$ALL_MAKEFILES \\
17440 programs/net/Makefile"
17441 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17442 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17443 net"
17444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17445 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
17446 ac_config_files="$ac_config_files programs/net/Makefile"
17448 ALL_MAKEFILES="$ALL_MAKEFILES \\
17449 programs/notepad/Makefile"
17450 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17451 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17452 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17453 notepad"
17454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17455 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
17456 ac_config_files="$ac_config_files programs/notepad/Makefile"
17458 ALL_MAKEFILES="$ALL_MAKEFILES \\
17459 programs/oleview/Makefile"
17460 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17461 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17462 oleview"
17463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17464 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
17465 ac_config_files="$ac_config_files programs/oleview/Makefile"
17467 ALL_MAKEFILES="$ALL_MAKEFILES \\
17468 programs/progman/Makefile"
17469 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17470 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17471 progman"
17472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17473 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
17474 ac_config_files="$ac_config_files programs/progman/Makefile"
17476 ALL_MAKEFILES="$ALL_MAKEFILES \\
17477 programs/reg/Makefile"
17478 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17479 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17480 reg"
17481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17482 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
17483 ac_config_files="$ac_config_files programs/reg/Makefile"
17485 ALL_MAKEFILES="$ALL_MAKEFILES \\
17486 programs/regedit/Makefile"
17487 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17488 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17489 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17490 regedit"
17491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17492 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
17493 ac_config_files="$ac_config_files programs/regedit/Makefile"
17495 ALL_MAKEFILES="$ALL_MAKEFILES \\
17496 programs/regsvr32/Makefile"
17497 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17498 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17499 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17500 regsvr32"
17501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17502 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
17503 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17505 ALL_MAKEFILES="$ALL_MAKEFILES \\
17506 programs/rpcss/Makefile"
17507 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17508 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17509 rpcss"
17510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17511 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
17512 ac_config_files="$ac_config_files programs/rpcss/Makefile"
17514 ALL_MAKEFILES="$ALL_MAKEFILES \\
17515 programs/rundll32/Makefile"
17516 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17517 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17518 rundll32"
17519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17520 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
17521 ac_config_files="$ac_config_files programs/rundll32/Makefile"
17523 ALL_MAKEFILES="$ALL_MAKEFILES \\
17524 programs/secedit/Makefile"
17525 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17526 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17527 secedit"
17528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17529 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
17530 ac_config_files="$ac_config_files programs/secedit/Makefile"
17532 ALL_MAKEFILES="$ALL_MAKEFILES \\
17533 programs/services/Makefile"
17534 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17535 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17536 services"
17537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17538 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
17539 ac_config_files="$ac_config_files programs/services/Makefile"
17541 ALL_MAKEFILES="$ALL_MAKEFILES \\
17542 programs/spoolsv/Makefile"
17543 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17544 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17545 spoolsv"
17546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17547 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
17548 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17550 ALL_MAKEFILES="$ALL_MAKEFILES \\
17551 programs/start/Makefile"
17552 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17553 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17554 start"
17555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17556 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
17557 ac_config_files="$ac_config_files programs/start/Makefile"
17559 ALL_MAKEFILES="$ALL_MAKEFILES \\
17560 programs/svchost/Makefile"
17561 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17562 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17563 svchost"
17564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17565 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
17566 ac_config_files="$ac_config_files programs/svchost/Makefile"
17568 ALL_MAKEFILES="$ALL_MAKEFILES \\
17569 programs/taskmgr/Makefile"
17570 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17571 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17572 taskmgr"
17573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17574 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
17575 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17577 ALL_MAKEFILES="$ALL_MAKEFILES \\
17578 programs/termsv/Makefile"
17579 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17580 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17581 termsv"
17582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17583 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17584 ac_config_files="$ac_config_files programs/termsv/Makefile"
17586 ALL_MAKEFILES="$ALL_MAKEFILES \\
17587 programs/uninstaller/Makefile"
17588 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17589 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17590 uninstaller"
17591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17592 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
17593 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17595 ALL_MAKEFILES="$ALL_MAKEFILES \\
17596 programs/unlodctr/Makefile"
17597 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17598 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17599 unlodctr"
17600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17601 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17602 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17604 ALL_MAKEFILES="$ALL_MAKEFILES \\
17605 programs/view/Makefile"
17606 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17607 view"
17608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17609 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
17610 ac_config_files="$ac_config_files programs/view/Makefile"
17612 ALL_MAKEFILES="$ALL_MAKEFILES \\
17613 programs/wineboot/Makefile"
17614 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17615 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17616 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17617 wineboot"
17618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17619 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
17620 ac_config_files="$ac_config_files programs/wineboot/Makefile"
17622 ALL_MAKEFILES="$ALL_MAKEFILES \\
17623 programs/winebrowser/Makefile"
17624 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17625 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17626 winebrowser"
17627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17628 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
17629 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17631 ALL_MAKEFILES="$ALL_MAKEFILES \\
17632 programs/winecfg/Makefile"
17633 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17634 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17635 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17636 winecfg"
17637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17638 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
17639 ac_config_files="$ac_config_files programs/winecfg/Makefile"
17641 ALL_MAKEFILES="$ALL_MAKEFILES \\
17642 programs/wineconsole/Makefile"
17643 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17644 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17645 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17646 wineconsole"
17647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17648 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
17649 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17651 ALL_MAKEFILES="$ALL_MAKEFILES \\
17652 programs/winedbg/Makefile"
17653 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17654 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17655 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17656 winedbg"
17657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17658 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
17659 ac_config_files="$ac_config_files programs/winedbg/Makefile"
17661 ALL_MAKEFILES="$ALL_MAKEFILES \\
17662 programs/winedevice/Makefile"
17663 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17664 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17665 winedevice"
17666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17667 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
17668 ac_config_files="$ac_config_files programs/winedevice/Makefile"
17670 ALL_MAKEFILES="$ALL_MAKEFILES \\
17671 programs/winefile/Makefile"
17672 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17673 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17674 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17675 winefile"
17676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17677 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
17678 ac_config_files="$ac_config_files programs/winefile/Makefile"
17680 ALL_MAKEFILES="$ALL_MAKEFILES \\
17681 programs/winemenubuilder/Makefile"
17682 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17683 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17684 winemenubuilder"
17685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17686 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
17687 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17689 ALL_MAKEFILES="$ALL_MAKEFILES \\
17690 programs/winemine/Makefile"
17691 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17692 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17693 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17694 winemine"
17695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17696 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
17697 ac_config_files="$ac_config_files programs/winemine/Makefile"
17699 ALL_MAKEFILES="$ALL_MAKEFILES \\
17700 programs/winepath/Makefile"
17701 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17702 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17703 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17704 winepath"
17705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17706 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
17707 ac_config_files="$ac_config_files programs/winepath/Makefile"
17709 ALL_MAKEFILES="$ALL_MAKEFILES \\
17710 programs/winetest/Makefile"
17711 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17712 winetest"
17713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17714 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
17715 ac_config_files="$ac_config_files programs/winetest/Makefile"
17717 ALL_MAKEFILES="$ALL_MAKEFILES \\
17718 programs/winevdm/Makefile"
17719 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17720 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17721 winevdm"
17722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17723 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
17724 ac_config_files="$ac_config_files programs/winevdm/Makefile"
17726 ALL_MAKEFILES="$ALL_MAKEFILES \\
17727 programs/winhelp.exe16/Makefile"
17728 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17729 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17730 winhelp.exe16"
17731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17732 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17733 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17735 ALL_MAKEFILES="$ALL_MAKEFILES \\
17736 programs/winhlp32/Makefile"
17737 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17738 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17739 winhlp32"
17740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17741 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
17742 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
17744 ALL_MAKEFILES="$ALL_MAKEFILES \\
17745 programs/winoldap.mod16/Makefile"
17746 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17747 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17748 winoldap.mod16"
17749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17750 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17751 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17753 ALL_MAKEFILES="$ALL_MAKEFILES \\
17754 programs/winver/Makefile"
17755 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17756 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17757 winver"
17758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17759 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
17760 ac_config_files="$ac_config_files programs/winver/Makefile"
17762 ALL_MAKEFILES="$ALL_MAKEFILES \\
17763 programs/wordpad/Makefile"
17764 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17765 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17766 wordpad"
17767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17768 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
17769 ac_config_files="$ac_config_files programs/wordpad/Makefile"
17771 ALL_MAKEFILES="$ALL_MAKEFILES \\
17772 programs/write/Makefile"
17773 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17774 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17775 write"
17776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17777 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
17778 ac_config_files="$ac_config_files programs/write/Makefile"
17780 ALL_MAKEFILES="$ALL_MAKEFILES \\
17781 programs/xcopy/Makefile"
17782 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17783 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17784 xcopy"
17785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17786 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
17787 ac_config_files="$ac_config_files programs/xcopy/Makefile"
17789 ALL_MAKEFILES="$ALL_MAKEFILES \\
17790 server/Makefile"
17791 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17792 server"
17793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17794 server/Makefile: server/Makefile.in Make.rules"
17795 ac_config_files="$ac_config_files server/Makefile"
17797 ALL_MAKEFILES="$ALL_MAKEFILES \\
17798 tools/Makefile"
17799 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17800 tools"
17801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17802 tools/Makefile: tools/Makefile.in Make.rules"
17803 ac_config_files="$ac_config_files tools/Makefile"
17805 ALL_MAKEFILES="$ALL_MAKEFILES \\
17806 tools/widl/Makefile"
17808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17809 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
17810 ac_config_files="$ac_config_files tools/widl/Makefile"
17812 ALL_MAKEFILES="$ALL_MAKEFILES \\
17813 tools/winebuild/Makefile"
17815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17816 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
17817 ac_config_files="$ac_config_files tools/winebuild/Makefile"
17819 ALL_MAKEFILES="$ALL_MAKEFILES \\
17820 tools/winedump/Makefile"
17822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17823 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
17824 ac_config_files="$ac_config_files tools/winedump/Makefile"
17826 ALL_MAKEFILES="$ALL_MAKEFILES \\
17827 tools/winegcc/Makefile"
17829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17830 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
17831 ac_config_files="$ac_config_files tools/winegcc/Makefile"
17833 ALL_MAKEFILES="$ALL_MAKEFILES \\
17834 tools/wmc/Makefile"
17836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17837 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
17838 ac_config_files="$ac_config_files tools/wmc/Makefile"
17840 ALL_MAKEFILES="$ALL_MAKEFILES \\
17841 tools/wrc/Makefile"
17843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17844 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
17845 ac_config_files="$ac_config_files tools/wrc/Makefile"
17849 ALL_WINETEST_DEPENDS="# Test binaries"
17851 for dir in $ALL_TEST_DIRS
17853 if test "$dir" != "\\"
17854 then
17855 testname=`expr $dir : '\(.*\)/tests'`_test
17856 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
17858 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
17859 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
17860 $testname.rc:
17861 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
17862 $testname.res: $testname.rc $testname.exe"
17864 done
17866 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
17868 cat >confcache <<\_ACEOF
17869 # This file is a shell script that caches the results of configure
17870 # tests run on this system so they can be shared between configure
17871 # scripts and configure runs, see configure's option --config-cache.
17872 # It is not useful on other systems. If it contains results you don't
17873 # want to keep, you may remove or edit it.
17875 # config.status only pays attention to the cache file if you give it
17876 # the --recheck option to rerun configure.
17878 # `ac_cv_env_foo' variables (set or unset) will be overridden when
17879 # loading this file, other *unset* `ac_cv_foo' will be assigned the
17880 # following values.
17882 _ACEOF
17884 # The following way of writing the cache mishandles newlines in values,
17885 # but we know of no workaround that is simple, portable, and efficient.
17886 # So, we kill variables containing newlines.
17887 # Ultrix sh set writes to stderr and can't be redirected directly,
17888 # and sets the high bit in the cache file unless we assign to the vars.
17890 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
17891 eval ac_val=\$$ac_var
17892 case $ac_val in #(
17893 *${as_nl}*)
17894 case $ac_var in #(
17895 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
17896 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
17897 esac
17898 case $ac_var in #(
17899 _ | IFS | as_nl) ;; #(
17900 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
17901 *) { eval $ac_var=; unset $ac_var;} ;;
17902 esac ;;
17903 esac
17904 done
17906 (set) 2>&1 |
17907 case $as_nl`(ac_space=' '; set) 2>&1` in #(
17908 *${as_nl}ac_space=\ *)
17909 # `set' does not quote correctly, so add quotes: double-quote
17910 # substitution turns \\\\ into \\, and sed turns \\ into \.
17911 sed -n \
17912 "s/'/'\\\\''/g;
17913 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17914 ;; #(
17916 # `set' quotes correctly as required by POSIX, so do not add quotes.
17917 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
17919 esac |
17920 sort
17922 sed '
17923 /^ac_cv_env_/b end
17924 t clear
17925 :clear
17926 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17927 t end
17928 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17929 :end' >>confcache
17930 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
17931 if test -w "$cache_file"; then
17932 test "x$cache_file" != "x/dev/null" &&
17933 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
17934 $as_echo "$as_me: updating cache $cache_file" >&6;}
17935 cat confcache >$cache_file
17936 else
17937 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
17938 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
17941 rm -f confcache
17943 test "x$prefix" = xNONE && prefix=$ac_default_prefix
17944 # Let make expand exec_prefix.
17945 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
17947 DEFS=-DHAVE_CONFIG_H
17949 ac_libobjs=
17950 ac_ltlibobjs=
17951 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
17952 # 1. Remove the extension, and $U if already installed.
17953 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
17954 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
17955 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
17956 # will be set to the directory where LIBOBJS objects are built.
17957 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
17958 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
17959 done
17960 LIBOBJS=$ac_libobjs
17962 LTLIBOBJS=$ac_ltlibobjs
17966 : ${CONFIG_STATUS=./config.status}
17967 ac_write_fail=0
17968 ac_clean_files_save=$ac_clean_files
17969 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
17970 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
17971 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
17972 as_write_fail=0
17973 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
17974 #! $SHELL
17975 # Generated by $as_me.
17976 # Run this file to recreate the current configuration.
17977 # Compiler output produced by configure, useful for debugging
17978 # configure, is in config.log if it exists.
17980 debug=false
17981 ac_cs_recheck=false
17982 ac_cs_silent=false
17984 SHELL=\${CONFIG_SHELL-$SHELL}
17985 export SHELL
17986 _ASEOF
17987 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
17988 ## -------------------- ##
17989 ## M4sh Initialization. ##
17990 ## -------------------- ##
17992 # Be more Bourne compatible
17993 DUALCASE=1; export DUALCASE # for MKS sh
17994 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
17995 emulate sh
17996 NULLCMD=:
17997 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
17998 # is contrary to our usage. Disable this feature.
17999 alias -g '${1+"$@"}'='"$@"'
18000 setopt NO_GLOB_SUBST
18001 else
18002 case `(set -o) 2>/dev/null` in #(
18003 *posix*) :
18004 set -o posix ;; #(
18005 *) :
18007 esac
18011 as_nl='
18013 export as_nl
18014 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18015 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18016 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18017 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18018 # Prefer a ksh shell builtin over an external printf program on Solaris,
18019 # but without wasting forks for bash or zsh.
18020 if test -z "$BASH_VERSION$ZSH_VERSION" \
18021 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18022 as_echo='print -r --'
18023 as_echo_n='print -rn --'
18024 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18025 as_echo='printf %s\n'
18026 as_echo_n='printf %s'
18027 else
18028 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18029 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18030 as_echo_n='/usr/ucb/echo -n'
18031 else
18032 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18033 as_echo_n_body='eval
18034 arg=$1;
18035 case $arg in #(
18036 *"$as_nl"*)
18037 expr "X$arg" : "X\\(.*\\)$as_nl";
18038 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18039 esac;
18040 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18042 export as_echo_n_body
18043 as_echo_n='sh -c $as_echo_n_body as_echo'
18045 export as_echo_body
18046 as_echo='sh -c $as_echo_body as_echo'
18049 # The user is always right.
18050 if test "${PATH_SEPARATOR+set}" != set; then
18051 PATH_SEPARATOR=:
18052 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18053 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18054 PATH_SEPARATOR=';'
18059 # IFS
18060 # We need space, tab and new line, in precisely that order. Quoting is
18061 # there to prevent editors from complaining about space-tab.
18062 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18063 # splitting by setting IFS to empty value.)
18064 IFS=" "" $as_nl"
18066 # Find who we are. Look in the path if we contain no directory separator.
18067 case $0 in #((
18068 *[\\/]* ) as_myself=$0 ;;
18069 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18070 for as_dir in $PATH
18072 IFS=$as_save_IFS
18073 test -z "$as_dir" && as_dir=.
18074 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18075 done
18076 IFS=$as_save_IFS
18079 esac
18080 # We did not find ourselves, most probably we were run as `sh COMMAND'
18081 # in which case we are not to be found in the path.
18082 if test "x$as_myself" = x; then
18083 as_myself=$0
18085 if test ! -f "$as_myself"; then
18086 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18087 exit 1
18090 # Unset variables that we do not need and which cause bugs (e.g. in
18091 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18092 # suppresses any "Segmentation fault" message there. '((' could
18093 # trigger a bug in pdksh 5.2.14.
18094 for as_var in BASH_ENV ENV MAIL MAILPATH
18095 do eval test x\${$as_var+set} = xset \
18096 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
18097 done
18098 PS1='$ '
18099 PS2='> '
18100 PS4='+ '
18102 # NLS nuisances.
18103 LC_ALL=C
18104 export LC_ALL
18105 LANGUAGE=C
18106 export LANGUAGE
18108 # CDPATH.
18109 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18112 # as_fn_error ERROR [LINENO LOG_FD]
18113 # ---------------------------------
18114 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18115 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18116 # script with status $?, using 1 if that was 0.
18117 as_fn_error ()
18119 as_status=$?; test $as_status -eq 0 && as_status=1
18120 if test "$3"; then
18121 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18122 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18124 $as_echo "$as_me: error: $1" >&2
18125 as_fn_exit $as_status
18126 } # as_fn_error
18129 # as_fn_set_status STATUS
18130 # -----------------------
18131 # Set $? to STATUS, without forking.
18132 as_fn_set_status ()
18134 return $1
18135 } # as_fn_set_status
18137 # as_fn_exit STATUS
18138 # -----------------
18139 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18140 as_fn_exit ()
18142 set +e
18143 as_fn_set_status $1
18144 exit $1
18145 } # as_fn_exit
18147 # as_fn_unset VAR
18148 # ---------------
18149 # Portably unset VAR.
18150 as_fn_unset ()
18152 { eval $1=; unset $1;}
18154 as_unset=as_fn_unset
18155 # as_fn_append VAR VALUE
18156 # ----------------------
18157 # Append the text in VALUE to the end of the definition contained in VAR. Take
18158 # advantage of any shell optimizations that allow amortized linear growth over
18159 # repeated appends, instead of the typical quadratic growth present in naive
18160 # implementations.
18161 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18162 eval 'as_fn_append ()
18164 eval $1+=\$2
18166 else
18167 as_fn_append ()
18169 eval $1=\$$1\$2
18171 fi # as_fn_append
18173 # as_fn_arith ARG...
18174 # ------------------
18175 # Perform arithmetic evaluation on the ARGs, and store the result in the
18176 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18177 # must be portable across $(()) and expr.
18178 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18179 eval 'as_fn_arith ()
18181 as_val=$(( $* ))
18183 else
18184 as_fn_arith ()
18186 as_val=`expr "$@" || test $? -eq 1`
18188 fi # as_fn_arith
18191 if expr a : '\(a\)' >/dev/null 2>&1 &&
18192 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18193 as_expr=expr
18194 else
18195 as_expr=false
18198 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18199 as_basename=basename
18200 else
18201 as_basename=false
18204 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18205 as_dirname=dirname
18206 else
18207 as_dirname=false
18210 as_me=`$as_basename -- "$0" ||
18211 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18212 X"$0" : 'X\(//\)$' \| \
18213 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18214 $as_echo X/"$0" |
18215 sed '/^.*\/\([^/][^/]*\)\/*$/{
18216 s//\1/
18219 /^X\/\(\/\/\)$/{
18220 s//\1/
18223 /^X\/\(\/\).*/{
18224 s//\1/
18227 s/.*/./; q'`
18229 # Avoid depending upon Character Ranges.
18230 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18231 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18232 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18233 as_cr_digits='0123456789'
18234 as_cr_alnum=$as_cr_Letters$as_cr_digits
18236 ECHO_C= ECHO_N= ECHO_T=
18237 case `echo -n x` in #(((((
18238 -n*)
18239 case `echo 'xy\c'` in
18240 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18241 xy) ECHO_C='\c';;
18242 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18243 ECHO_T=' ';;
18244 esac;;
18246 ECHO_N='-n';;
18247 esac
18249 rm -f conf$$ conf$$.exe conf$$.file
18250 if test -d conf$$.dir; then
18251 rm -f conf$$.dir/conf$$.file
18252 else
18253 rm -f conf$$.dir
18254 mkdir conf$$.dir 2>/dev/null
18256 if (echo >conf$$.file) 2>/dev/null; then
18257 if ln -s conf$$.file conf$$ 2>/dev/null; then
18258 as_ln_s='ln -s'
18259 # ... but there are two gotchas:
18260 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18261 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18262 # In both cases, we have to default to `cp -p'.
18263 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18264 as_ln_s='cp -p'
18265 elif ln conf$$.file conf$$ 2>/dev/null; then
18266 as_ln_s=ln
18267 else
18268 as_ln_s='cp -p'
18270 else
18271 as_ln_s='cp -p'
18273 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18274 rmdir conf$$.dir 2>/dev/null
18277 # as_fn_mkdir_p
18278 # -------------
18279 # Create "$as_dir" as a directory, including parents if necessary.
18280 as_fn_mkdir_p ()
18283 case $as_dir in #(
18284 -*) as_dir=./$as_dir;;
18285 esac
18286 test -d "$as_dir" || eval $as_mkdir_p || {
18287 as_dirs=
18288 while :; do
18289 case $as_dir in #(
18290 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18291 *) as_qdir=$as_dir;;
18292 esac
18293 as_dirs="'$as_qdir' $as_dirs"
18294 as_dir=`$as_dirname -- "$as_dir" ||
18295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18296 X"$as_dir" : 'X\(//\)[^/]' \| \
18297 X"$as_dir" : 'X\(//\)$' \| \
18298 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18299 $as_echo X"$as_dir" |
18300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18301 s//\1/
18304 /^X\(\/\/\)[^/].*/{
18305 s//\1/
18308 /^X\(\/\/\)$/{
18309 s//\1/
18312 /^X\(\/\).*/{
18313 s//\1/
18316 s/.*/./; q'`
18317 test -d "$as_dir" && break
18318 done
18319 test -z "$as_dirs" || eval "mkdir $as_dirs"
18320 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18323 } # as_fn_mkdir_p
18324 if mkdir -p . 2>/dev/null; then
18325 as_mkdir_p='mkdir -p "$as_dir"'
18326 else
18327 test -d ./-p && rmdir ./-p
18328 as_mkdir_p=false
18331 if test -x / >/dev/null 2>&1; then
18332 as_test_x='test -x'
18333 else
18334 if ls -dL / >/dev/null 2>&1; then
18335 as_ls_L_option=L
18336 else
18337 as_ls_L_option=
18339 as_test_x='
18340 eval sh -c '\''
18341 if test -d "$1"; then
18342 test -d "$1/.";
18343 else
18344 case $1 in #(
18345 -*)set "./$1";;
18346 esac;
18347 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
18348 ???[sx]*):;;*)false;;esac;fi
18349 '\'' sh
18352 as_executable_p=$as_test_x
18354 # Sed expression to map a string onto a valid CPP name.
18355 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18357 # Sed expression to map a string onto a valid variable name.
18358 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18361 exec 6>&1
18362 ## ----------------------------------- ##
18363 ## Main body of $CONFIG_STATUS script. ##
18364 ## ----------------------------------- ##
18365 _ASEOF
18366 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
18368 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18369 # Save the log message, to keep $0 and so on meaningful, and to
18370 # report actual input values of CONFIG_FILES etc. instead of their
18371 # values after options handling.
18372 ac_log="
18373 This file was extended by Wine $as_me 1.1.28, which was
18374 generated by GNU Autoconf 2.64. Invocation command line was
18376 CONFIG_FILES = $CONFIG_FILES
18377 CONFIG_HEADERS = $CONFIG_HEADERS
18378 CONFIG_LINKS = $CONFIG_LINKS
18379 CONFIG_COMMANDS = $CONFIG_COMMANDS
18380 $ $0 $@
18382 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18385 _ACEOF
18387 case $ac_config_files in *"
18388 "*) set x $ac_config_files; shift; ac_config_files=$*;;
18389 esac
18391 case $ac_config_headers in *"
18392 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18393 esac
18396 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18397 # Files that config.status was made for.
18398 config_files="$ac_config_files"
18399 config_headers="$ac_config_headers"
18400 config_commands="$ac_config_commands"
18402 _ACEOF
18404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18405 ac_cs_usage="\
18406 \`$as_me' instantiates files and other configuration actions
18407 from templates according to the current configuration. Unless the files
18408 and actions are specified as TAGs, all are instantiated by default.
18410 Usage: $0 [OPTION]... [TAG]...
18412 -h, --help print this help, then exit
18413 -V, --version print version number and configuration settings, then exit
18414 -q, --quiet, --silent
18415 do not print progress messages
18416 -d, --debug don't remove temporary files
18417 --recheck update $as_me by reconfiguring in the same conditions
18418 --file=FILE[:TEMPLATE]
18419 instantiate the configuration file FILE
18420 --header=FILE[:TEMPLATE]
18421 instantiate the configuration header FILE
18423 Configuration files:
18424 $config_files
18426 Configuration headers:
18427 $config_headers
18429 Configuration commands:
18430 $config_commands
18432 Report bugs to <wine-devel@winehq.org>.
18433 Wine home page: <http://www.winehq.org>."
18435 _ACEOF
18436 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18437 ac_cs_version="\\
18438 Wine config.status 1.1.28
18439 configured by $0, generated by GNU Autoconf 2.64,
18440 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
18442 Copyright (C) 2009 Free Software Foundation, Inc.
18443 This config.status script is free software; the Free Software Foundation
18444 gives unlimited permission to copy, distribute and modify it."
18446 ac_pwd='$ac_pwd'
18447 srcdir='$srcdir'
18448 INSTALL='$INSTALL'
18449 test -n "\$AWK" || AWK=awk
18450 _ACEOF
18452 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18453 # The default lists apply if the user does not specify any file.
18454 ac_need_defaults=:
18455 while test $# != 0
18457 case $1 in
18458 --*=*)
18459 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18460 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
18461 ac_shift=:
18464 ac_option=$1
18465 ac_optarg=$2
18466 ac_shift=shift
18468 esac
18470 case $ac_option in
18471 # Handling of the options.
18472 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18473 ac_cs_recheck=: ;;
18474 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
18475 $as_echo "$ac_cs_version"; exit ;;
18476 --debug | --debu | --deb | --de | --d | -d )
18477 debug=: ;;
18478 --file | --fil | --fi | --f )
18479 $ac_shift
18480 case $ac_optarg in
18481 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18482 esac
18483 as_fn_append CONFIG_FILES " '$ac_optarg'"
18484 ac_need_defaults=false;;
18485 --header | --heade | --head | --hea )
18486 $ac_shift
18487 case $ac_optarg in
18488 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18489 esac
18490 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
18491 ac_need_defaults=false;;
18492 --he | --h)
18493 # Conflict between --help and --header
18494 as_fn_error "ambiguous option: \`$1'
18495 Try \`$0 --help' for more information.";;
18496 --help | --hel | -h )
18497 $as_echo "$ac_cs_usage"; exit ;;
18498 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18499 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18500 ac_cs_silent=: ;;
18502 # This is an error.
18503 -*) as_fn_error "unrecognized option: \`$1'
18504 Try \`$0 --help' for more information." ;;
18506 *) as_fn_append ac_config_targets " $1"
18507 ac_need_defaults=false ;;
18509 esac
18510 shift
18511 done
18513 ac_configure_extra_args=
18515 if $ac_cs_silent; then
18516 exec 6>/dev/null
18517 ac_configure_extra_args="$ac_configure_extra_args --silent"
18520 _ACEOF
18521 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18522 if \$ac_cs_recheck; then
18523 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18524 shift
18525 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18526 CONFIG_SHELL='$SHELL'
18527 export CONFIG_SHELL
18528 exec "\$@"
18531 _ACEOF
18532 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18533 exec 5>>config.log
18535 echo
18536 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18537 ## Running $as_me. ##
18538 _ASBOX
18539 $as_echo "$ac_log"
18540 } >&5
18542 _ACEOF
18543 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18544 _ACEOF
18546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18548 # Handling of arguments.
18549 for ac_config_target in $ac_config_targets
18551 case $ac_config_target in
18552 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
18553 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
18554 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18555 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
18556 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
18557 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
18558 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18559 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18560 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18561 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18562 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18563 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
18564 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18565 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18566 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
18567 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
18568 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
18569 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
18570 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
18571 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
18572 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18573 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18574 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18575 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18576 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
18577 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
18578 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
18579 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
18580 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
18581 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18582 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
18583 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
18584 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
18585 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
18586 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
18587 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18588 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18589 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18590 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18591 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
18592 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
18593 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
18594 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
18595 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18596 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18597 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
18598 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
18599 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
18600 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
18601 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
18602 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
18603 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
18604 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18605 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18606 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
18607 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
18608 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
18609 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
18610 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
18611 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
18612 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
18613 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
18614 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
18615 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
18616 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
18617 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
18618 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
18619 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
18620 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
18621 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18622 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18623 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18624 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18625 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18626 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
18627 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
18628 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
18629 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
18630 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18631 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
18632 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18633 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18634 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
18635 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
18636 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18637 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18638 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18639 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
18640 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
18641 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
18642 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
18643 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
18644 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
18645 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
18646 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
18647 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
18648 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
18649 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18650 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
18651 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
18652 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18653 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
18654 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
18655 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
18656 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18657 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18658 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18659 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
18660 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
18661 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
18662 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18663 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18664 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18665 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18666 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18667 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18668 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18669 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18670 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18671 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18672 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18673 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18674 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
18675 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
18676 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
18677 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18678 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
18679 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
18680 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
18681 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
18682 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18683 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
18684 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
18685 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
18686 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
18687 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18688 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18689 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
18690 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
18691 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
18692 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
18693 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
18694 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
18695 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
18696 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18697 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
18698 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
18699 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
18700 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
18701 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
18702 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
18703 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
18704 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
18705 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
18706 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
18707 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
18708 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
18709 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
18710 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18711 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18712 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18713 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18714 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
18715 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
18716 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
18717 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
18718 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
18719 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
18720 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
18721 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
18722 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
18723 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
18724 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
18725 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
18726 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
18727 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18728 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
18729 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
18730 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
18731 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
18732 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
18733 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
18734 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18735 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
18736 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
18737 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
18738 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
18739 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
18740 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
18741 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
18742 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18743 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
18744 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
18745 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18746 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18747 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18748 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
18749 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
18750 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18751 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18752 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18753 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18754 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18755 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18756 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
18757 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
18758 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
18759 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18760 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
18761 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
18762 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18763 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18764 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18765 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
18766 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
18767 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18768 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
18769 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
18770 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
18771 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
18772 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
18773 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18774 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18775 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
18776 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
18777 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
18778 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18779 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18780 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18781 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18782 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
18783 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
18784 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
18785 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18786 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18787 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
18788 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
18789 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
18790 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
18791 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
18792 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
18793 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
18794 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18795 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18796 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18797 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18798 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18799 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18800 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
18801 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
18802 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
18803 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
18804 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18805 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18806 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
18807 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
18808 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18809 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18810 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18811 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18812 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18813 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
18814 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
18815 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
18816 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
18817 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
18818 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18819 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18820 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
18821 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
18822 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
18823 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
18824 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
18825 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
18826 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
18827 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
18828 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18829 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18830 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
18831 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
18832 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18833 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
18834 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
18835 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
18836 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18837 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
18838 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
18839 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
18840 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
18841 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
18842 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
18843 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
18844 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
18845 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
18846 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
18847 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
18848 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
18849 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18850 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
18851 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
18852 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
18853 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
18854 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
18855 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
18856 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
18857 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
18858 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
18859 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
18860 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
18861 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
18862 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
18863 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
18864 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
18865 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
18866 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
18867 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
18868 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
18869 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
18870 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
18871 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
18872 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
18873 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
18874 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
18875 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
18876 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
18877 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
18878 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
18879 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
18880 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
18881 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
18882 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
18883 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
18884 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
18885 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
18886 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
18887 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
18888 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
18889 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
18890 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
18891 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
18892 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
18893 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
18894 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
18895 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
18896 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
18897 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
18898 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
18899 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
18900 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
18901 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
18902 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
18903 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
18904 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
18905 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
18906 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
18907 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
18908 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
18909 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
18910 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
18911 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
18912 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
18913 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
18914 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
18915 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
18916 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
18917 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
18918 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
18919 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
18920 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
18921 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
18922 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
18923 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
18924 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
18925 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
18926 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
18927 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
18928 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
18929 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
18930 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
18931 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
18932 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
18933 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
18934 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
18935 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
18936 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
18937 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
18938 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
18939 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
18940 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
18941 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
18942 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
18943 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
18944 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
18945 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
18946 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
18947 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
18948 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
18949 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
18950 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
18951 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
18952 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
18953 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
18954 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
18955 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
18956 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
18957 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
18958 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
18959 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
18960 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
18961 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
18962 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
18963 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
18964 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
18965 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
18966 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
18967 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
18968 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
18969 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
18970 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
18971 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
18972 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
18973 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
18974 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
18975 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
18976 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
18977 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
18978 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
18979 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
18980 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
18981 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
18982 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
18983 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
18984 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
18985 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
18986 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
18987 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
18988 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
18989 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
18990 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
18991 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
18992 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
18993 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
18994 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
18995 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
18996 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
18997 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
18998 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
18999 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
19000 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
19001 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
19002 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
19003 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19004 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19005 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19006 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19007 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
19008 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19009 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19010 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19011 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
19012 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
19013 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
19014 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
19015 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19016 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
19017 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
19018 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19019 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19020 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19021 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19022 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19023 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
19024 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
19025 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
19026 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
19027 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
19028 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
19029 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
19030 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
19031 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19032 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19033 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19034 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
19035 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
19036 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
19037 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
19038 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
19039 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
19040 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
19041 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
19042 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
19043 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
19044 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
19045 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19046 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19047 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19048 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19049 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
19050 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
19051 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19052 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19053 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19054 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19055 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19056 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
19057 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
19058 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
19059 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
19060 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19061 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
19062 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
19063 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
19064 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19065 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19066 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
19067 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19068 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19069 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19070 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19071 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19073 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19074 esac
19075 done
19078 # If the user did not use the arguments to specify the items to instantiate,
19079 # then the envvar interface is used. Set only those that are not.
19080 # We use the long form for the default assignment because of an extremely
19081 # bizarre bug on SunOS 4.1.3.
19082 if $ac_need_defaults; then
19083 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19084 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19085 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19088 # Have a temporary directory for convenience. Make it in the build tree
19089 # simply because there is no reason against having it here, and in addition,
19090 # creating and moving files from /tmp can sometimes cause problems.
19091 # Hook for its removal unless debugging.
19092 # Note that there is a small window in which the directory will not be cleaned:
19093 # after its creation but before its name has been assigned to `$tmp'.
19094 $debug ||
19096 tmp=
19097 trap 'exit_status=$?
19098 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19100 trap 'as_fn_exit 1' 1 2 13 15
19102 # Create a (secure) tmp directory for tmp files.
19105 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19106 test -n "$tmp" && test -d "$tmp"
19107 } ||
19109 tmp=./conf$$-$RANDOM
19110 (umask 077 && mkdir "$tmp")
19111 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
19113 # Set up the scripts for CONFIG_FILES section.
19114 # No need to generate them if there are no CONFIG_FILES.
19115 # This happens for instance with `./config.status config.h'.
19116 if test -n "$CONFIG_FILES"; then
19118 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19119 ac_cs_awk_getline=:
19120 ac_cs_awk_pipe_init=
19121 ac_cs_awk_read_file='
19122 while ((getline aline < (F[key])) > 0)
19123 print(aline)
19124 close(F[key])'
19125 ac_cs_awk_pipe_fini=
19126 else
19127 ac_cs_awk_getline=false
19128 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19129 ac_cs_awk_read_file='
19130 print "|#_!!_#|"
19131 print "cat " F[key] " &&"
19132 '$ac_cs_awk_pipe_init
19133 # The final `:' finishes the AND list.
19134 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19136 ac_cr=`echo X | tr X '\015'`
19137 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19138 # But we know of no other shell where ac_cr would be empty at this
19139 # point, so we can use a bashism as a fallback.
19140 if test "x$ac_cr" = x; then
19141 eval ac_cr=\$\'\\r\'
19143 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19144 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19145 ac_cs_awk_cr='\r'
19146 else
19147 ac_cs_awk_cr=$ac_cr
19150 echo 'BEGIN {' >"$tmp/subs1.awk" &&
19151 _ACEOF
19153 # Create commands to substitute file output variables.
19155 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19156 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19157 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19158 echo "_ACAWK" &&
19159 echo "_ACEOF"
19160 } >conf$$files.sh &&
19161 . ./conf$$files.sh ||
19162 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19163 rm -f conf$$files.sh
19166 echo "cat >conf$$subs.awk <<_ACEOF" &&
19167 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19168 echo "_ACEOF"
19169 } >conf$$subs.sh ||
19170 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19171 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19172 ac_delim='%!_!# '
19173 for ac_last_try in false false false false false :; do
19174 . ./conf$$subs.sh ||
19175 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19177 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19178 if test $ac_delim_n = $ac_delim_num; then
19179 break
19180 elif $ac_last_try; then
19181 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
19182 else
19183 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19185 done
19186 rm -f conf$$subs.sh
19188 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19189 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19190 _ACEOF
19191 sed -n '
19193 s/^/S["/; s/!.*/"]=/
19196 s/^[^!]*!//
19197 :repl
19198 t repl
19199 s/'"$ac_delim"'$//
19200 t delim
19203 s/\(.\{148\}\).*/\1/
19204 t more1
19205 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19208 b repl
19209 :more1
19210 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19213 s/.\{148\}//
19214 t nl
19215 :delim
19217 s/\(.\{148\}\).*/\1/
19218 t more2
19219 s/["\\]/\\&/g; s/^/"/; s/$/"/
19222 :more2
19223 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19226 s/.\{148\}//
19227 t delim
19228 ' <conf$$subs.awk | sed '
19229 /^[^""]/{
19231 s/\n//
19233 ' >>$CONFIG_STATUS || ac_write_fail=1
19234 rm -f conf$$subs.awk
19235 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19236 _ACAWK
19237 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19238 for (key in S) S_is_set[key] = 1
19239 FS = "\a"
19240 \$ac_cs_awk_pipe_init
19243 line = $ 0
19244 nfields = split(line, field, "@")
19245 substed = 0
19246 len = length(field[1])
19247 for (i = 2; i < nfields; i++) {
19248 key = field[i]
19249 keylen = length(key)
19250 if (S_is_set[key]) {
19251 value = S[key]
19252 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19253 len += length(value) + length(field[++i])
19254 substed = 1
19255 } else
19256 len += 1 + keylen
19258 if (nfields == 3 && !substed) {
19259 key = field[2]
19260 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19261 \$ac_cs_awk_read_file
19262 next
19265 print line
19267 \$ac_cs_awk_pipe_fini
19268 _ACAWK
19269 _ACEOF
19270 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19271 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19272 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19273 else
19275 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19276 || as_fn_error "could not setup config files machinery" "$LINENO" 5
19277 _ACEOF
19279 # VPATH may cause trouble with some makes, so we remove $(srcdir),
19280 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19281 # trailing colons and then remove the whole line if VPATH becomes empty
19282 # (actually we leave an empty line to preserve line numbers).
19283 if test "x$srcdir" = x.; then
19284 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19285 s/:*\$(srcdir):*/:/
19286 s/:*\${srcdir}:*/:/
19287 s/:*@srcdir@:*/:/
19288 s/^\([^=]*=[ ]*\):*/\1/
19289 s/:*$//
19290 s/^[^=]*=[ ]*$//
19294 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19295 fi # test -n "$CONFIG_FILES"
19297 # Set up the scripts for CONFIG_HEADERS section.
19298 # No need to generate them if there are no CONFIG_HEADERS.
19299 # This happens for instance with `./config.status Makefile'.
19300 if test -n "$CONFIG_HEADERS"; then
19301 cat >"$tmp/defines.awk" <<\_ACAWK ||
19302 BEGIN {
19303 _ACEOF
19305 # Transform confdefs.h into an awk script `defines.awk', embedded as
19306 # here-document in config.status, that substitutes the proper values into
19307 # config.h.in to produce config.h.
19309 # Create a delimiter string that does not exist in confdefs.h, to ease
19310 # handling of long lines.
19311 ac_delim='%!_!# '
19312 for ac_last_try in false false :; do
19313 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19314 if test -z "$ac_t"; then
19315 break
19316 elif $ac_last_try; then
19317 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
19318 else
19319 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19321 done
19323 # For the awk script, D is an array of macro values keyed by name,
19324 # likewise P contains macro parameters if any. Preserve backslash
19325 # newline sequences.
19327 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19328 sed -n '
19329 s/.\{148\}/&'"$ac_delim"'/g
19330 t rset
19331 :rset
19332 s/^[ ]*#[ ]*define[ ][ ]*/ /
19333 t def
19335 :def
19336 s/\\$//
19337 t bsnl
19338 s/["\\]/\\&/g
19339 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19340 D["\1"]=" \3"/p
19341 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19343 :bsnl
19344 s/["\\]/\\&/g
19345 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19346 D["\1"]=" \3\\\\\\n"\\/p
19347 t cont
19348 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19349 t cont
19351 :cont
19353 s/.\{148\}/&'"$ac_delim"'/g
19354 t clear
19355 :clear
19356 s/\\$//
19357 t bsnlc
19358 s/["\\]/\\&/g; s/^/"/; s/$/"/p
19360 :bsnlc
19361 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19362 b cont
19363 ' <confdefs.h | sed '
19364 s/'"$ac_delim"'/"\\\
19365 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19367 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19368 for (key in D) D_is_set[key] = 1
19369 FS = "\a"
19371 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19372 line = \$ 0
19373 split(line, arg, " ")
19374 if (arg[1] == "#") {
19375 defundef = arg[2]
19376 mac1 = arg[3]
19377 } else {
19378 defundef = substr(arg[1], 2)
19379 mac1 = arg[2]
19381 split(mac1, mac2, "(") #)
19382 macro = mac2[1]
19383 prefix = substr(line, 1, index(line, defundef) - 1)
19384 if (D_is_set[macro]) {
19385 # Preserve the white space surrounding the "#".
19386 print prefix "define", macro P[macro] D[macro]
19387 next
19388 } else {
19389 # Replace #undef with comments. This is necessary, for example,
19390 # in the case of _POSIX_SOURCE, which is predefined and required
19391 # on some systems where configure will not decide to define it.
19392 if (defundef == "undef") {
19393 print "/*", prefix defundef, macro, "*/"
19394 next
19398 { print }
19399 _ACAWK
19400 _ACEOF
19401 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19402 as_fn_error "could not setup config headers machinery" "$LINENO" 5
19403 fi # test -n "$CONFIG_HEADERS"
19406 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19407 shift
19408 for ac_tag
19410 case $ac_tag in
19411 :[FHLC]) ac_mode=$ac_tag; continue;;
19412 esac
19413 case $ac_mode$ac_tag in
19414 :[FHL]*:*);;
19415 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
19416 :[FH]-) ac_tag=-:-;;
19417 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19418 esac
19419 ac_save_IFS=$IFS
19420 IFS=:
19421 set x $ac_tag
19422 IFS=$ac_save_IFS
19423 shift
19424 ac_file=$1
19425 shift
19427 case $ac_mode in
19428 :L) ac_source=$1;;
19429 :[FH])
19430 ac_file_inputs=
19431 for ac_f
19433 case $ac_f in
19434 -) ac_f="$tmp/stdin";;
19435 *) # Look for the file first in the build tree, then in the source tree
19436 # (if the path is not absolute). The absolute path cannot be DOS-style,
19437 # because $ac_f cannot contain `:'.
19438 test -f "$ac_f" ||
19439 case $ac_f in
19440 [\\/$]*) false;;
19441 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19442 esac ||
19443 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19444 esac
19445 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19446 as_fn_append ac_file_inputs " '$ac_f'"
19447 done
19449 # Let's still pretend it is `configure' which instantiates (i.e., don't
19450 # use $as_me), people would be surprised to read:
19451 # /* config.h. Generated by config.status. */
19452 configure_input='Generated from '`
19453 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19454 `' by configure.'
19455 if test x"$ac_file" != x-; then
19456 configure_input="$ac_file. $configure_input"
19457 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19458 $as_echo "$as_me: creating $ac_file" >&6;}
19460 # Neutralize special characters interpreted by sed in replacement strings.
19461 case $configure_input in #(
19462 *\&* | *\|* | *\\* )
19463 ac_sed_conf_input=`$as_echo "$configure_input" |
19464 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19465 *) ac_sed_conf_input=$configure_input;;
19466 esac
19468 case $ac_tag in
19469 *:-:* | *:-) cat >"$tmp/stdin" \
19470 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
19471 esac
19473 esac
19475 ac_dir=`$as_dirname -- "$ac_file" ||
19476 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19477 X"$ac_file" : 'X\(//\)[^/]' \| \
19478 X"$ac_file" : 'X\(//\)$' \| \
19479 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19480 $as_echo X"$ac_file" |
19481 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19482 s//\1/
19485 /^X\(\/\/\)[^/].*/{
19486 s//\1/
19489 /^X\(\/\/\)$/{
19490 s//\1/
19493 /^X\(\/\).*/{
19494 s//\1/
19497 s/.*/./; q'`
19498 as_dir="$ac_dir"; as_fn_mkdir_p
19499 ac_builddir=.
19501 case "$ac_dir" in
19502 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19504 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19505 # A ".." for each directory in $ac_dir_suffix.
19506 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19507 case $ac_top_builddir_sub in
19508 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19509 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19510 esac ;;
19511 esac
19512 ac_abs_top_builddir=$ac_pwd
19513 ac_abs_builddir=$ac_pwd$ac_dir_suffix
19514 # for backward compatibility:
19515 ac_top_builddir=$ac_top_build_prefix
19517 case $srcdir in
19518 .) # We are building in place.
19519 ac_srcdir=.
19520 ac_top_srcdir=$ac_top_builddir_sub
19521 ac_abs_top_srcdir=$ac_pwd ;;
19522 [\\/]* | ?:[\\/]* ) # Absolute name.
19523 ac_srcdir=$srcdir$ac_dir_suffix;
19524 ac_top_srcdir=$srcdir
19525 ac_abs_top_srcdir=$srcdir ;;
19526 *) # Relative name.
19527 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19528 ac_top_srcdir=$ac_top_build_prefix$srcdir
19529 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19530 esac
19531 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
19534 case $ac_mode in
19537 # CONFIG_FILE
19540 case $INSTALL in
19541 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19542 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19543 esac
19544 _ACEOF
19546 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19547 # If the template does not know about datarootdir, expand it.
19548 # FIXME: This hack should be removed a few years after 2.60.
19549 ac_datarootdir_hack=; ac_datarootdir_seen=
19550 ac_sed_dataroot='
19551 /datarootdir/ {
19555 /@datadir@/p
19556 /@docdir@/p
19557 /@infodir@/p
19558 /@localedir@/p
19559 /@mandir@/p'
19560 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19561 *datarootdir*) ac_datarootdir_seen=yes;;
19562 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19564 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19565 _ACEOF
19566 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19567 ac_datarootdir_hack='
19568 s&@datadir@&$datadir&g
19569 s&@docdir@&$docdir&g
19570 s&@infodir@&$infodir&g
19571 s&@localedir@&$localedir&g
19572 s&@mandir@&$mandir&g
19573 s&\\\${datarootdir}&$datarootdir&g' ;;
19574 esac
19575 _ACEOF
19577 # Neutralize VPATH when `$srcdir' = `.'.
19578 # Shell code in configure.ac might set extrasub.
19579 # FIXME: do we really want to maintain this feature?
19580 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19581 ac_sed_extra="$ac_vpsub
19582 $extrasub
19583 _ACEOF
19584 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19586 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19587 s|@configure_input@|$ac_sed_conf_input|;t t
19588 s&@top_builddir@&$ac_top_builddir_sub&;t t
19589 s&@top_build_prefix@&$ac_top_build_prefix&;t t
19590 s&@srcdir@&$ac_srcdir&;t t
19591 s&@abs_srcdir@&$ac_abs_srcdir&;t t
19592 s&@top_srcdir@&$ac_top_srcdir&;t t
19593 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19594 s&@builddir@&$ac_builddir&;t t
19595 s&@abs_builddir@&$ac_abs_builddir&;t t
19596 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19597 s&@INSTALL@&$ac_INSTALL&;t t
19598 $ac_datarootdir_hack
19600 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19601 if $ac_cs_awk_getline; then
19602 $AWK -f "$tmp/subs.awk"
19603 else
19604 $AWK -f "$tmp/subs.awk" | $SHELL
19605 fi >$tmp/out \
19606 || as_fn_error "could not create $ac_file" "$LINENO" 5
19608 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19609 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19610 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19612 which seems to be undefined. Please make sure it is defined." >&5
19613 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19614 which seems to be undefined. Please make sure it is defined." >&2;}
19616 rm -f "$tmp/stdin"
19617 case $ac_file in
19618 -) cat "$tmp/out" && rm -f "$tmp/out";;
19619 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19620 esac \
19621 || as_fn_error "could not create $ac_file" "$LINENO" 5
19625 # CONFIG_HEADER
19627 if test x"$ac_file" != x-; then
19629 $as_echo "/* $configure_input */" \
19630 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19631 } >"$tmp/config.h" \
19632 || as_fn_error "could not create $ac_file" "$LINENO" 5
19633 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19634 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19635 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19636 else
19637 rm -f "$ac_file"
19638 mv "$tmp/config.h" "$ac_file" \
19639 || as_fn_error "could not create $ac_file" "$LINENO" 5
19641 else
19642 $as_echo "/* $configure_input */" \
19643 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19644 || as_fn_error "could not create -" "$LINENO" 5
19648 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19649 $as_echo "$as_me: executing $ac_file commands" >&6;}
19651 esac
19654 case $ac_file$ac_mode in
19655 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19656 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
19657 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
19658 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
19659 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
19660 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
19661 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
19662 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
19663 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
19664 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
19665 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
19666 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
19667 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
19669 esac
19670 done # for ac_tag
19673 as_fn_exit 0
19674 _ACEOF
19675 ac_clean_files=$ac_clean_files_save
19677 test $ac_write_fail = 0 ||
19678 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
19681 # configure is writing to config.log, and then calls config.status.
19682 # config.status does its own redirection, appending to config.log.
19683 # Unfortunately, on DOS this fails, as config.log is still kept open
19684 # by configure, so config.status won't be able to write to it; its
19685 # output is simply discarded. So we exec the FD to /dev/null,
19686 # effectively closing config.log, so it can be properly (re)opened and
19687 # appended to by config.status. When coming back to configure, we
19688 # need to make the FD available again.
19689 if test "$no_create" != yes; then
19690 ac_cs_success=:
19691 ac_config_status_args=
19692 test "$silent" = yes &&
19693 ac_config_status_args="$ac_config_status_args --quiet"
19694 exec 5>/dev/null
19695 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19696 exec 5>>config.log
19697 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19698 # would make configure fail if this is the last instruction.
19699 $ac_cs_success || as_fn_exit $?
19701 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19703 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19707 if test "$no_create" = "yes"
19708 then
19709 exit 0
19712 ac_save_IFS="$IFS"
19713 if test "x$wine_notices != "x; then
19714 echo >&6
19715 IFS="|"
19716 for msg in $wine_notices; do
19717 IFS="$ac_save_IFS"
19718 if test -n "$msg"; then
19719 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19720 $as_echo "$as_me: $msg" >&6;}
19722 done
19724 IFS="|"
19725 for msg in $wine_warnings; do
19726 IFS="$ac_save_IFS"
19727 if test -n "$msg"; then
19728 echo >&2
19729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19730 $as_echo "$as_me: WARNING: $msg" >&2;}
19732 done
19733 IFS="$ac_save_IFS"
19735 echo "
19736 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19737 " >&6