blob: 76d1fdaa6e2e8357f326309e55604c240e682ef2 [file] [log] [blame]
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001#! /bin/sh
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002# Guess values for system-dependent variables and create Makefiles.
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +02003# Generated by GNU Autoconf 2.64 for Wine 1.1.30.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004#
Alexandre Julliard875927f2004-01-02 01:55:29 +00005# Report bugs to <wine-devel@winehq.org>.
6#
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9# Foundation, Inc.
10#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000011# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010017# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000020 emulate sh
21 NULLCMD=:
Alexandre Julliardabf50482008-10-31 12:56:53 +010022 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Alexandre Julliard11af04e2002-10-10 03:48:04 +000023 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020025 setopt NO_GLOB_SUBST
26else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020027 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010032esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000033fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010034
35
Alexandre Julliardabf50482008-10-31 12:56:53 +010036as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020043# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if 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 --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010050 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
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;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020060 case $arg in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010061 *"$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"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
Alexandre Julliarddaa28862002-04-11 21:54:01 +000074# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010076 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=';'
80 }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000081fi
82
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020083
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.)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020089IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020092case $0 in #((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020093 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliarddaa28862002-04-11 21:54:01 +000095for as_dir in $PATH
96do
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020099 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200101IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000102
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200103 ;;
104esac
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.
107if test "x$as_myself" = x; then
108 as_myself=$0
109fi
110if test ! -f "$as_myself"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +0100111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200112 exit 1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200113fi
114
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200115# 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.
119for as_var in BASH_ENV ENV MAIL MAILPATH
120do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200122done
123PS1='$ '
124PS2='> '
125PS4='+ '
126
127# NLS nuisances.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100128LC_ALL=C
129export LC_ALL
130LANGUAGE=C
131export LANGUAGE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200132
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200133# CDPATH.
134(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136if 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
144else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
149 ;;
150esac
151fi
152"
153 as_required="as_fn_return () { (exit \$1); }
154as_fn_success () { as_fn_return 0; }
155as_fn_failure () { as_fn_return 1; }
156as_fn_ret_success () { return 0; }
157as_fn_ret_failure () { return 1; }
158
159exitcode=0
160as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166else
167 exitcode=1; echo positional parameters were not saved.
168fi
169test 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
174test \$(( 1 + 1 )) = 2 || exit 1"
175 if (eval "$as_required") 2>/dev/null; then :
176 as_have_required=yes
177else
178 as_have_required=no
179fi
180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182else
183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184as_found=false
185for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186do
187 IFS=$as_save_IFS
188 test -z "$as_dir" && as_dir=.
189 as_found=:
190 case $as_dir in #(
191 /*)
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
200fi
201fi
202 done;;
203 esac
204 as_found=false
205done
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
209fi; }
210IFS=$as_save_IFS
211
212
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+"$@"}
222fi
223
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."
236 fi
237 exit 1
238fi
239fi
240fi
241SHELL=${CONFIG_SHELL-/bin/sh}
242export SHELL
243# Unset more variables known to interfere with behavior of common tools.
244CLICOLOR_FORCE= GREP_OPTIONS=
245unset CLICOLOR_FORCE GREP_OPTIONS
246
247## --------------------- ##
248## M4sh Shell Functions. ##
249## --------------------- ##
250# as_fn_unset VAR
251# ---------------
252# Portably unset VAR.
253as_fn_unset ()
254{
255 { eval $1=; unset $1;}
256}
257as_unset=as_fn_unset
258
259# as_fn_set_status STATUS
260# -----------------------
261# Set $? to STATUS, without forking.
262as_fn_set_status ()
263{
264 return $1
265} # as_fn_set_status
266
267# as_fn_exit STATUS
268# -----------------
269# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
270as_fn_exit ()
271{
272 set +e
273 as_fn_set_status $1
274 exit $1
275} # as_fn_exit
276
277# as_fn_mkdir_p
278# -------------
279# Create "$as_dir" as a directory, including parents if necessary.
280as_fn_mkdir_p ()
281{
282
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/
302 q
303 }
304 /^X\(\/\/\)[^/].*/{
305 s//\1/
306 q
307 }
308 /^X\(\/\/\)$/{
309 s//\1/
310 q
311 }
312 /^X\(\/\).*/{
313 s//\1/
314 q
315 }
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"
321
322
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.
330if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
331 eval 'as_fn_append ()
332 {
333 eval $1+=\$2
334 }'
335else
336 as_fn_append ()
337 {
338 eval $1=\$$1\$2
339 }
340fi # as_fn_append
341
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.
347if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
348 eval 'as_fn_arith ()
349 {
350 as_val=$(( $* ))
351 }'
352else
353 as_fn_arith ()
354 {
355 as_val=`expr "$@" || test $? -eq 1`
356 }
357fi # as_fn_arith
358
359
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.
365as_fn_error ()
366{
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
371 fi
372 $as_echo "$as_me: error: $1" >&2
373 as_fn_exit $as_status
374} # as_fn_error
375
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200376if expr a : '\(a\)' >/dev/null 2>&1 &&
377 test "X`expr 00001 : '.*\(...\)'`" = X001; then
378 as_expr=expr
379else
380 as_expr=false
381fi
382
383if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
384 as_basename=basename
385else
386 as_basename=false
387fi
388
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200389if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
390 as_dirname=dirname
391else
392 as_dirname=false
393fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200394
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200395as_me=`$as_basename -- "$0" ||
396$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
397 X"$0" : 'X\(//\)$' \| \
398 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +0100399$as_echo X/"$0" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200400 sed '/^.*\/\([^/][^/]*\)\/*$/{
401 s//\1/
402 q
403 }
404 /^X\/\(\/\/\)$/{
405 s//\1/
406 q
407 }
408 /^X\/\(\/\).*/{
409 s//\1/
410 q
411 }
412 s/.*/./; q'`
413
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200414# Avoid depending upon Character Ranges.
415as_cr_letters='abcdefghijklmnopqrstuvwxyz'
416as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
417as_cr_Letters=$as_cr_letters$as_cr_LETTERS
418as_cr_digits='0123456789'
419as_cr_alnum=$as_cr_Letters$as_cr_digits
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200420
421
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200422 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. :-)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200427 sed -n '
428 p
429 /[$]LINENO/=
430 ' <$as_myself |
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000431 sed '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200432 s/[$]LINENO.*/&-/
433 t lineno
434 b
435 :lineno
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000436 N
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200437 :loop
438 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000439 t loop
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200440 s/-\n.*//
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000441 ' >$as_me.lineno &&
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200442 chmod +x "$as_me.lineno" ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200443 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000444
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
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200447 # original and so on. Autoconf is especially sensitive to this).
448 . "./$as_me.lineno"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000449 # Exit status is that of the last command.
450 exit
451}
452
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200453ECHO_C= ECHO_N= ECHO_T=
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200454case `echo -n x` in #(((((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200455-n*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200456 case `echo 'xy\c'` in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200457 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200458 xy) ECHO_C='\c';;
459 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
460 ECHO_T=' ';;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200461 esac;;
462*)
463 ECHO_N='-n';;
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000464esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000465
466rm -f conf$$ conf$$.exe conf$$.file
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200467if test -d conf$$.dir; then
468 rm -f conf$$.dir/conf$$.file
469else
470 rm -f conf$$.dir
Alexandre Julliardabf50482008-10-31 12:56:53 +0100471 mkdir conf$$.dir 2>/dev/null
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200472fi
Alexandre Julliardabf50482008-10-31 12:56:53 +0100473if (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
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000485 as_ln_s='cp -p'
Alexandre Julliardabf50482008-10-31 12:56:53 +0100486 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000487else
488 as_ln_s='cp -p'
489fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200490rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
491rmdir conf$$.dir 2>/dev/null
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000492
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000493if mkdir -p . 2>/dev/null; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200494 as_mkdir_p='mkdir -p "$as_dir"'
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000495else
Alexandre Julliard875927f2004-01-02 01:55:29 +0000496 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000497 as_mkdir_p=false
498fi
499
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100500if test -x / >/dev/null 2>&1; then
501 as_test_x='test -x'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200502else
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100503 if ls -dL / >/dev/null 2>&1; then
504 as_ls_L_option=L
505 else
506 as_ls_L_option=
507 fi
508 as_test_x='
509 eval sh -c '\''
510 if test -d "$1"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +0100511 test -d "$1/.";
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100512 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200513 case $1 in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +0100514 -*)set "./$1";;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100515 esac;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200516 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100517 ???[sx]*):;;*)false;;esac;fi
518 '\'' sh
519 '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200520fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100521as_executable_p=$as_test_x
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000522
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000523# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000524as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000525
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000526# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000527as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000528
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000529
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200530exec 7<&0 </dev/null 6>&1
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000531
532# Name of the host.
533# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
534# so uname gets run too.
535ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
536
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000537#
538# Initializations.
539#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000540ac_default_prefix=/usr/local
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200541ac_clean_files=
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000542ac_config_libobj_dir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200543LIBOBJS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000544cross_compiling=no
545subdirs=
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000546MFLAGS=
547MAKEFLAGS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000548
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000549# Identity of this package.
550PACKAGE_NAME='Wine'
551PACKAGE_TARNAME='wine'
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +0200552PACKAGE_VERSION='1.1.30'
553PACKAGE_STRING='Wine 1.1.30'
Alexandre Julliard875927f2004-01-02 01:55:29 +0000554PACKAGE_BUGREPORT='wine-devel@winehq.org'
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200555PACKAGE_URL='http://www.winehq.org'
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000556
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000557ac_unique_file="server/atom.c"
558# Factoring default headers for most tests.
559ac_includes_default="\
560#include <stdio.h>
Phil Krylovf0ca5862006-11-05 23:03:46 +0300561#ifdef HAVE_SYS_TYPES_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000562# include <sys/types.h>
563#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300564#ifdef HAVE_SYS_STAT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000565# include <sys/stat.h>
566#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300567#ifdef STDC_HEADERS
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000568# include <stdlib.h>
569# include <stddef.h>
570#else
Phil Krylovf0ca5862006-11-05 23:03:46 +0300571# ifdef HAVE_STDLIB_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000572# include <stdlib.h>
573# endif
574#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300575#ifdef HAVE_STRING_H
576# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000577# include <memory.h>
578# endif
579# include <string.h>
580#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300581#ifdef HAVE_STRINGS_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000582# include <strings.h>
583#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300584#ifdef HAVE_INTTYPES_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000585# include <inttypes.h>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200586#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300587#ifdef HAVE_STDINT_H
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200588# include <stdint.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000589#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300590#ifdef HAVE_UNISTD_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000591# include <unistd.h>
592#endif"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000593
Alexandre Julliardabf50482008-10-31 12:56:53 +0100594ac_subst_vars='LTLIBOBJS
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200595LIBOBJS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100596ALL_WINETEST_DEPENDS
597ALL_PROGRAM_BIN_INSTALL_DIRS
598ALL_PROGRAM_INSTALL_DIRS
599ALL_PROGRAM_DIRS
600ALL_TEST_DIRS
601ALL_IMPLIB_DIRS
602ALL_DLL_DIRS
603ALL_TOP_DIRS
604ALL_MAKEFILE_DEPENDS
605ALL_MAKEFILES
606ALL_MAKERULES
607DEPENDENCIES
608LDAPLIBS
609LIBPOLL
610LIBDL
611EXTRA_BINARIES
Alexandre Julliard3e6eab32009-08-13 19:54:31 +0200612MAIN_BINARY
Alexandre Julliardabf50482008-10-31 12:56:53 +0100613SOCKETLIBS
614CRTLIBS
Alexandre Julliardb860c4a2009-09-01 22:36:13 +0200615TOOLSEXT
Alexandre Julliardabf50482008-10-31 12:56:53 +0100616LDPATH
617BUILTINFLAG
618EXTRACFLAGS
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +0100619LIBKSTAT
Aric Stewartdb71d7c2009-08-19 09:37:48 -0500620LIBMPG123
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +0200621PNGINCL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100622FONTCONFIGINCL
623CUPSINCL
624AUDIOIOLIBS
625ALSALIBS
626ESDLIBS
627ESDINCL
628ESDCONFIG
Jacek Caban11ca05f2009-05-29 23:35:13 +0200629ZLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100630FREETYPEINCL
631FREETYPELIBS
632ft_devel
633LCMSLIBS
634RESOLVLIBS
635GPHOTO2INCL
636GPHOTO2LIBS
637gphoto2port_devel
638gphoto2_devel
639SANEINCL
640sane_devel
641GNUTLSINCL
642HALINCL
643XSLTINCL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100644XML2INCL
645XML2LIBS
646NASLIBS
Alexandre Julliard40664c02009-02-11 20:40:58 +0100647X_EXTRA_LIBS
648X_LIBS
649X_PRE_LIBS
650X_CFLAGS
651XMKMF
Alexandre Julliardc891f6b2009-02-11 20:41:50 +0100652LIBPTHREAD
Alexandre Julliarda2d88ab2009-05-30 17:08:06 +0200653CROSSTARGETFLAGS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100654CROSSTEST
Alexandre Julliardabf50482008-10-31 12:56:53 +0100655CROSSCC
656CARBONLIB
Ken Thomases0b08f192009-09-09 22:23:35 -0500657LIBOPENAL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100658COREAUDIO
659DISKARBITRATIONLIB
660LDEXECFLAGS
661IOKITLIB
662COREFOUNDATIONLIB
663SECURITYLIB
664MINGWAR
665DLLWRAP
666DLLTOOL
667LDD
668LDRPATH_LOCAL
669LDRPATH_INSTALL
670IMPLIBEXT
671LIBEXT
672LDDLLFLAGS
673LDSHARED
674DLLFLAGS
675DLLEXT
Alexandre Julliard40664c02009-02-11 20:40:58 +0100676CPP
Alexandre Julliardabf50482008-10-31 12:56:53 +0100677OPENGL_LIBS
678XLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100679PRELINK
680ICOTOOL
681RSVG
682PKG_CONFIG
683FONTFORGE
684LINTFLAGS
685LINT
686INSTALL_DATA
687INSTALL_SCRIPT
688INSTALL_PROGRAM
689LDCONFIG
690EGREP
691GREP
692LN
693LN_S
Alexandre Julliardabf50482008-10-31 12:56:53 +0100694STRIP
695RANLIB
696ARFLAGS
697ac_ct_AR
698AR
Alexandre Julliardabf50482008-10-31 12:56:53 +0100699BISON
700FLEX
Alexandre Julliardabf50482008-10-31 12:56:53 +0100701TOOLSDIR
Alexandre Julliard90647772009-08-13 19:48:42 +0200702WOW64_DISABLE
Alexandre Julliarddfa66db2009-01-12 15:25:44 +0100703WIN16_INSTALL
704WIN16_FILES
Alexandre Julliard07f77c42009-01-15 21:17:51 +0100705TARGETFLAGS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100706CPPBIN
707ac_ct_CXX
708CXXFLAGS
709CXX
710OBJEXT
711EXEEXT
712ac_ct_CC
713CPPFLAGS
714LDFLAGS
715CFLAGS
716CC
717SET_MAKE
Alexandre Julliardabf50482008-10-31 12:56:53 +0100718host_os
719host_vendor
720host_cpu
721host
722build_os
723build_vendor
724build_cpu
725build
726MAINTAINER_MODE
727target_alias
728host_alias
729build_alias
730LIBS
731ECHO_T
732ECHO_N
733ECHO_C
734DEFS
735mandir
736localedir
737libdir
738psdir
739pdfdir
740dvidir
741htmldir
742infodir
743docdir
744oldincludedir
745includedir
746localstatedir
747sharedstatedir
748sysconfdir
749datadir
750datarootdir
751libexecdir
752sbindir
753bindir
754program_transform_name
755prefix
756exec_prefix
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200757PACKAGE_URL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100758PACKAGE_BUGREPORT
759PACKAGE_STRING
760PACKAGE_VERSION
761PACKAGE_TARNAME
762PACKAGE_NAME
763PATH_SEPARATOR
764SHELL'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200765ac_subst_files='MAKE_RULES
766MAKE_DLL_RULES
767MAKE_IMPLIB_RULES
768MAKE_TEST_RULES
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200769MAKE_PROG_RULES'
Alexandre Julliardabf50482008-10-31 12:56:53 +0100770ac_user_opts='
771enable_option_checking
772enable_win16
773enable_win64
Alexandre Julliard35078f42008-11-21 10:16:12 +0100774enable_tests
Alexandre Julliardabf50482008-10-31 12:56:53 +0100775enable_maintainer_mode
776with_alsa
777with_audioio
778with_capi
779with_cms
780with_coreaudio
781with_cups
782with_curses
783with_esd
784with_fontconfig
785with_freetype
786with_gphoto
787with_glu
788with_gnutls
Alexandre Julliard6ce32e02009-08-19 15:53:04 +0200789with_gsm
Alexandre Julliardabf50482008-10-31 12:56:53 +0100790with_hal
791with_jack
792with_jpeg
793with_ldap
Aric Stewartdb71d7c2009-08-19 09:37:48 -0500794with_mpg123
Alexandre Julliardabf50482008-10-31 12:56:53 +0100795with_nas
Chris Robinson862965f2009-08-25 03:26:35 -0700796with_openal
Alexandre Julliardabf50482008-10-31 12:56:53 +0100797with_opengl
798with_openssl
799with_oss
800with_png
Alexandre Julliardc891f6b2009-02-11 20:41:50 +0100801with_pthread
Alexandre Julliardabf50482008-10-31 12:56:53 +0100802with_sane
803with_xcomposite
804with_xcursor
805with_xinerama
806with_xinput
807with_xml
808with_xrandr
809with_xrender
810with_xshape
811with_xshm
812with_xslt
813with_xxf86vm
814with_wine_tools
Alexandre Julliard39a75d32009-08-13 19:45:31 +0200815with_wine64
Eric Pouechbc56c4e2009-08-25 19:33:28 +0200816enable_largefile
Alexandre Julliardabf50482008-10-31 12:56:53 +0100817with_x
818'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200819 ac_precious_vars='build_alias
820host_alias
821target_alias
822CC
823CFLAGS
824LDFLAGS
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100825LIBS
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200826CPPFLAGS
827CXX
828CXXFLAGS
829CCC
Alexandre Julliard40664c02009-02-11 20:40:58 +0100830CPP
831XMKMF'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200832
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000833
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000834# Initialize some variables set by options.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000835ac_init_help=
836ac_init_version=false
Alexandre Julliardabf50482008-10-31 12:56:53 +0100837ac_unrecognized_opts=
838ac_unrecognized_sep=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000839# The variables have the same names as the options, with
840# dashes changed to underlines.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000841cache_file=/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000842exec_prefix=NONE
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000843no_create=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000844no_recursion=
845prefix=NONE
846program_prefix=NONE
847program_suffix=NONE
848program_transform_name=s,x,x,
849silent=
850site=
851srcdir=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000852verbose=
853x_includes=NONE
854x_libraries=NONE
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000855
856# Installation directory options.
857# These are left unexpanded so users can "make install exec_prefix=/foo"
858# and all the variables that are supposed to be based on exec_prefix
859# by default will actually change.
860# Use braces instead of parens because sh, perl, etc. also accept them.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200861# (The list follows the same order as the GNU Coding Standards.)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000862bindir='${exec_prefix}/bin'
863sbindir='${exec_prefix}/sbin'
864libexecdir='${exec_prefix}/libexec'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200865datarootdir='${prefix}/share'
866datadir='${datarootdir}'
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000867sysconfdir='${prefix}/etc'
868sharedstatedir='${prefix}/com'
869localstatedir='${prefix}/var'
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000870includedir='${prefix}/include'
871oldincludedir='/usr/include'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200872docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873infodir='${datarootdir}/info'
874htmldir='${docdir}'
875dvidir='${docdir}'
876pdfdir='${docdir}'
877psdir='${docdir}'
878libdir='${exec_prefix}/lib'
879localedir='${datarootdir}/locale'
880mandir='${datarootdir}/man'
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000881
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000882ac_prev=
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200883ac_dashdash=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000884for ac_option
885do
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200888 eval $ac_prev=\$ac_option
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000889 ac_prev=
890 continue
891 fi
892
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200893 case $ac_option in
894 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895 *) ac_optarg=yes ;;
896 esac
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000897
898 # Accept the important Cygnus configure options, so we can diagnose typos.
899
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200900 case $ac_dashdash$ac_option in
901 --)
902 ac_dashdash=yes ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000903
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000904 -bindir | --bindir | --bindi | --bind | --bin | --bi)
905 ac_prev=bindir ;;
906 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000907 bindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000908
909 -build | --build | --buil | --bui | --bu)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000910 ac_prev=build_alias ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000911 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000912 build_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000913
914 -cache-file | --cache-file | --cache-fil | --cache-fi \
915 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
916 ac_prev=cache_file ;;
917 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
918 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000919 cache_file=$ac_optarg ;;
920
921 --config-cache | -C)
922 cache_file=config.cache ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000923
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200924 -datadir | --datadir | --datadi | --datad)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000925 ac_prev=datadir ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200926 -datadir=* | --datadir=* | --datadi=* | --datad=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000927 datadir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000928
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200929 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
930 | --dataroo | --dataro | --datar)
931 ac_prev=datarootdir ;;
932 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
933 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
934 datarootdir=$ac_optarg ;;
935
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000936 -disable-* | --disable-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +0100937 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000938 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200940 as_fn_error "invalid feature name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +0100941 ac_useropt_orig=$ac_useropt
942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943 case $ac_user_opts in
944 *"
945"enable_$ac_useropt"
946"*) ;;
947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
948 ac_unrecognized_sep=', ';;
949 esac
950 eval enable_$ac_useropt=no ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200951
952 -docdir | --docdir | --docdi | --doc | --do)
953 ac_prev=docdir ;;
954 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
955 docdir=$ac_optarg ;;
956
957 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
958 ac_prev=dvidir ;;
959 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
960 dvidir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000961
962 -enable-* | --enable-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +0100963 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000964 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100965 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200966 as_fn_error "invalid feature name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +0100967 ac_useropt_orig=$ac_useropt
968 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
969 case $ac_user_opts in
970 *"
971"enable_$ac_useropt"
972"*) ;;
973 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
974 ac_unrecognized_sep=', ';;
975 esac
976 eval enable_$ac_useropt=\$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000977
978 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
979 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
980 | --exec | --exe | --ex)
981 ac_prev=exec_prefix ;;
982 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
983 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
984 | --exec=* | --exe=* | --ex=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000985 exec_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000986
987 -gas | --gas | --ga | --g)
988 # Obsolete; use --with-gas.
989 with_gas=yes ;;
990
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000991 -help | --help | --hel | --he | -h)
992 ac_init_help=long ;;
993 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
994 ac_init_help=recursive ;;
995 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
996 ac_init_help=short ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000997
998 -host | --host | --hos | --ho)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000999 ac_prev=host_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001000 -host=* | --host=* | --hos=* | --ho=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001001 host_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001002
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001003 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1004 ac_prev=htmldir ;;
1005 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1006 | --ht=*)
1007 htmldir=$ac_optarg ;;
1008
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001009 -includedir | --includedir | --includedi | --included | --include \
1010 | --includ | --inclu | --incl | --inc)
1011 ac_prev=includedir ;;
1012 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1013 | --includ=* | --inclu=* | --incl=* | --inc=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001014 includedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001015
1016 -infodir | --infodir | --infodi | --infod | --info | --inf)
1017 ac_prev=infodir ;;
1018 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001019 infodir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001020
1021 -libdir | --libdir | --libdi | --libd)
1022 ac_prev=libdir ;;
1023 -libdir=* | --libdir=* | --libdi=* | --libd=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001024 libdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001025
1026 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1027 | --libexe | --libex | --libe)
1028 ac_prev=libexecdir ;;
1029 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1030 | --libexe=* | --libex=* | --libe=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001031 libexecdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001032
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001033 -localedir | --localedir | --localedi | --localed | --locale)
1034 ac_prev=localedir ;;
1035 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1036 localedir=$ac_optarg ;;
1037
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001038 -localstatedir | --localstatedir | --localstatedi | --localstated \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001039 | --localstate | --localstat | --localsta | --localst | --locals)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001040 ac_prev=localstatedir ;;
1041 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001042 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001043 localstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001044
1045 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1046 ac_prev=mandir ;;
1047 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001048 mandir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001049
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001050 -nfp | --nfp | --nf)
1051 # Obsolete; use --without-fp.
1052 with_fp=no ;;
1053
1054 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001055 | --no-cr | --no-c | -n)
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001056 no_create=yes ;;
1057
1058 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1059 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1060 no_recursion=yes ;;
1061
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001062 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1063 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1064 | --oldin | --oldi | --old | --ol | --o)
1065 ac_prev=oldincludedir ;;
1066 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1067 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1068 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001069 oldincludedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001070
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001071 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1072 ac_prev=prefix ;;
1073 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001074 prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001075
1076 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1077 | --program-pre | --program-pr | --program-p)
1078 ac_prev=program_prefix ;;
1079 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1080 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001081 program_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001082
1083 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1084 | --program-suf | --program-su | --program-s)
1085 ac_prev=program_suffix ;;
1086 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1087 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001088 program_suffix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001089
1090 -program-transform-name | --program-transform-name \
1091 | --program-transform-nam | --program-transform-na \
1092 | --program-transform-n | --program-transform- \
1093 | --program-transform | --program-transfor \
1094 | --program-transfo | --program-transf \
1095 | --program-trans | --program-tran \
1096 | --progr-tra | --program-tr | --program-t)
1097 ac_prev=program_transform_name ;;
1098 -program-transform-name=* | --program-transform-name=* \
1099 | --program-transform-nam=* | --program-transform-na=* \
1100 | --program-transform-n=* | --program-transform-=* \
1101 | --program-transform=* | --program-transfor=* \
1102 | --program-transfo=* | --program-transf=* \
1103 | --program-trans=* | --program-tran=* \
1104 | --progr-tra=* | --program-tr=* | --program-t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001105 program_transform_name=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001106
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001107 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1108 ac_prev=pdfdir ;;
1109 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1110 pdfdir=$ac_optarg ;;
1111
1112 -psdir | --psdir | --psdi | --psd | --ps)
1113 ac_prev=psdir ;;
1114 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1115 psdir=$ac_optarg ;;
1116
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001117 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1118 | -silent | --silent | --silen | --sile | --sil)
1119 silent=yes ;;
1120
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001121 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1122 ac_prev=sbindir ;;
1123 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1124 | --sbi=* | --sb=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001125 sbindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001126
1127 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1128 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1129 | --sharedst | --shareds | --shared | --share | --shar \
1130 | --sha | --sh)
1131 ac_prev=sharedstatedir ;;
1132 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1133 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1134 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1135 | --sha=* | --sh=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001136 sharedstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001137
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001138 -site | --site | --sit)
1139 ac_prev=site ;;
1140 -site=* | --site=* | --sit=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001141 site=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001142
1143 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1144 ac_prev=srcdir ;;
1145 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001146 srcdir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001147
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001148 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1149 | --syscon | --sysco | --sysc | --sys | --sy)
1150 ac_prev=sysconfdir ;;
1151 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1152 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001153 sysconfdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001154
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001155 -target | --target | --targe | --targ | --tar | --ta | --t)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001156 ac_prev=target_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001157 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001158 target_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001159
1160 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1161 verbose=yes ;;
1162
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001163 -version | --version | --versio | --versi | --vers | -V)
1164 ac_init_version=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001165
1166 -with-* | --with-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001167 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001168 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001169 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001170 as_fn_error "invalid package name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +01001171 ac_useropt_orig=$ac_useropt
1172 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173 case $ac_user_opts in
1174 *"
1175"with_$ac_useropt"
1176"*) ;;
1177 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1178 ac_unrecognized_sep=', ';;
1179 esac
1180 eval with_$ac_useropt=\$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001181
1182 -without-* | --without-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001183 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001184 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001185 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001186 as_fn_error "invalid package name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +01001187 ac_useropt_orig=$ac_useropt
1188 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1189 case $ac_user_opts in
1190 *"
1191"with_$ac_useropt"
1192"*) ;;
1193 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1194 ac_unrecognized_sep=', ';;
1195 esac
1196 eval with_$ac_useropt=no ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001197
1198 --x)
1199 # Obsolete; use --with-x.
1200 with_x=yes ;;
1201
1202 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1203 | --x-incl | --x-inc | --x-in | --x-i)
1204 ac_prev=x_includes ;;
1205 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1206 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001207 x_includes=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001208
1209 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1210 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1211 ac_prev=x_libraries ;;
1212 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1213 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001214 x_libraries=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001215
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001216 -*) as_fn_error "unrecognized option: \`$ac_option'
1217Try \`$0 --help' for more information."
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001218 ;;
1219
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001220 *=*)
1221 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1222 # Reject names that are not valid shell variable names.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001223 case $ac_envvar in #(
1224 '' | [0-9]* | *[!_$as_cr_alnum]* )
1225 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1226 esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001227 eval $ac_envvar=\$ac_optarg
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001228 export $ac_envvar ;;
1229
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001230 *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001231 # FIXME: should be removed in autoconf 3.0.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001232 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001233 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Alexandre Julliardabf50482008-10-31 12:56:53 +01001234 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001235 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001236 ;;
1237
1238 esac
1239done
1240
1241if test -n "$ac_prev"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001242 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001243 as_fn_error "missing argument to $ac_option"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001244fi
1245
Alexandre Julliardabf50482008-10-31 12:56:53 +01001246if test -n "$ac_unrecognized_opts"; then
1247 case $enable_option_checking in
1248 no) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001249 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
Alexandre Julliardabf50482008-10-31 12:56:53 +01001250 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1251 esac
1252fi
1253
1254# Check all directory arguments for consistency.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001255for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1256 datadir sysconfdir sharedstatedir localstatedir includedir \
1257 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1258 libdir localedir mandir
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001259do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001260 eval ac_val=\$$ac_var
Alexandre Julliardabf50482008-10-31 12:56:53 +01001261 # Remove trailing slashes.
1262 case $ac_val in
1263 */ )
1264 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1265 eval $ac_var=\$ac_val;;
1266 esac
1267 # Be sure to have absolute directory names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001268 case $ac_val in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001269 [\\/$]* | ?:[\\/]* ) continue;;
1270 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001271 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001272 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001273done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001274
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001275# There might be people who depend on the old broken behavior: `$host'
1276# used to hold the argument of --host etc.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001277# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001278build=$build_alias
1279host=$host_alias
1280target=$target_alias
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001281
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001282# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001283if test "x$host_alias" != x; then
1284 if test "x$build_alias" = x; then
1285 cross_compiling=maybe
Alexandre Julliardabf50482008-10-31 12:56:53 +01001286 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001287 If a cross compiler is detected then cross compile mode will be used." >&2
1288 elif test "x$build_alias" != "x$host_alias"; then
1289 cross_compiling=yes
1290 fi
1291fi
1292
1293ac_tool_prefix=
1294test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295
1296test "$silent" = yes && exec 6>/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001297
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001298
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001299ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300ac_ls_di=`ls -di .` &&
1301ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001302 as_fn_error "working directory cannot be determined"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001303test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001304 as_fn_error "pwd does not report name of working directory"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001305
1306
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001307# Find the source files, if location was not specified.
1308if test -z "$srcdir"; then
1309 ac_srcdir_defaulted=yes
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001310 # Try the directory containing this script, then the parent directory.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001311 ac_confdir=`$as_dirname -- "$as_myself" ||
1312$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313 X"$as_myself" : 'X\(//\)[^/]' \| \
1314 X"$as_myself" : 'X\(//\)$' \| \
1315 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316$as_echo X"$as_myself" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318 s//\1/
1319 q
1320 }
1321 /^X\(\/\/\)[^/].*/{
1322 s//\1/
1323 q
1324 }
1325 /^X\(\/\/\)$/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\).*/{
1330 s//\1/
1331 q
1332 }
1333 s/.*/./; q'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001334 srcdir=$ac_confdir
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001335 if test ! -r "$srcdir/$ac_unique_file"; then
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001336 srcdir=..
1337 fi
1338else
1339 ac_srcdir_defaulted=no
1340fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001341if test ! -r "$srcdir/$ac_unique_file"; then
1342 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001343 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001344fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001345ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346ac_abs_confdir=`(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001347 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001348 pwd)`
1349# When building in place, set srcdir=.
1350if test "$ac_abs_confdir" = "$ac_pwd"; then
1351 srcdir=.
1352fi
1353# Remove unnecessary trailing slashes from srcdir.
1354# Double slashes in file names in object file debugging info
1355# mess up M-x gdb in Emacs.
1356case $srcdir in
1357*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358esac
1359for ac_var in $ac_precious_vars; do
1360 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361 eval ac_env_${ac_var}_value=\$${ac_var}
1362 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001365
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001366#
1367# Report the --help message.
1368#
1369if test "$ac_init_help" = "long"; then
1370 # Omit some internal or obsolete options to make the list less imposing.
1371 # This message is too long to be a string in the A/UX 3.1 sh.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001372 cat <<_ACEOF
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +02001373\`configure' configures Wine 1.1.30 to adapt to many kinds of systems.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001374
1375Usage: $0 [OPTION]... [VAR=VALUE]...
1376
1377To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378VAR=VALUE. See below for descriptions of some of the useful variables.
1379
1380Defaults for the options are specified in brackets.
1381
1382Configuration:
1383 -h, --help display this help and exit
1384 --help=short display options specific to this package
1385 --help=recursive display the short help of all the included packages
1386 -V, --version display version information and exit
1387 -q, --quiet, --silent do not print \`checking...' messages
1388 --cache-file=FILE cache test results in FILE [disabled]
1389 -C, --config-cache alias for \`--cache-file=config.cache'
1390 -n, --no-create do not create output files
1391 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1392
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001393Installation directories:
1394 --prefix=PREFIX install architecture-independent files in PREFIX
Alexandre Julliardabf50482008-10-31 12:56:53 +01001395 [$ac_default_prefix]
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001396 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Alexandre Julliardabf50482008-10-31 12:56:53 +01001397 [PREFIX]
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001398
1399By default, \`make install' will install all the files in
1400\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1401an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402for instance \`--prefix=\$HOME'.
1403
1404For better control, use the options below.
1405
1406Fine tuning of the installation directories:
Alexandre Julliardabf50482008-10-31 12:56:53 +01001407 --bindir=DIR user executables [EPREFIX/bin]
1408 --sbindir=DIR system admin executables [EPREFIX/sbin]
1409 --libexecdir=DIR program executables [EPREFIX/libexec]
1410 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1411 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1412 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1413 --libdir=DIR object code libraries [EPREFIX/lib]
1414 --includedir=DIR C header files [PREFIX/include]
1415 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1416 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1417 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1418 --infodir=DIR info documentation [DATAROOTDIR/info]
1419 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1420 --mandir=DIR man documentation [DATAROOTDIR/man]
1421 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1422 --htmldir=DIR html documentation [DOCDIR]
1423 --dvidir=DIR dvi documentation [DOCDIR]
1424 --pdfdir=DIR pdf documentation [DOCDIR]
1425 --psdir=DIR ps documentation [DOCDIR]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001426_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001427
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001428 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001429
1430X features:
1431 --x-includes=DIR X include files are in DIR
1432 --x-libraries=DIR X library files are in DIR
1433
1434System types:
1435 --build=BUILD configure for building on BUILD [guessed]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001436 --host=HOST cross-compile to build programs to run on HOST [BUILD]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001437_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001438fi
1439
1440if test -n "$ac_init_help"; then
1441 case $ac_init_help in
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +02001442 short | recursive ) echo "Configuration of Wine 1.1.30:";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001443 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001444 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001445
1446Optional Features:
Alexandre Julliardabf50482008-10-31 12:56:53 +01001447 --disable-option-checking ignore unrecognized --enable/--with options
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Eric Pouech53fa0d52004-02-05 01:27:38 +00001450 --disable-win16 do not include Win16 support
Alexandre Julliard2aa8e872004-10-08 23:39:16 +00001451 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1452 binaries)
Alexandre Julliard35078f42008-11-21 10:16:12 +01001453 --disable-tests do not build the regression tests
Alexandre Julliard9d037222008-03-20 13:00:12 +01001454 --enable-maintainer-mode
1455 enable maintainer-specific build rules
Eric Pouechbc56c4e2009-08-25 19:33:28 +02001456 --disable-largefile omit support for large files
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001457
1458Optional Packages:
1459 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1460 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001461 --without-alsa do not use the Alsa sound support
1462 --without-audioio do not use the AudioIO sound support
1463 --without-capi do not use CAPI (ISDN support)
1464 --without-cms do not use CMS (color management support)
1465 --without-coreaudio do not use the CoreAudio sound support
1466 --without-cups do not use CUPS
1467 --without-curses do not use (n)curses
1468 --without-esd do not use the EsounD sound support
1469 --without-fontconfig do not use fontconfig
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02001470 --without-freetype do not use the FreeType library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001471 --without-gphoto do not use gphoto (Digital Camera support)
Alexandre Julliardad798732008-05-01 13:29:02 +02001472 --without-glu do not use the GLU library
Henri Verbeet874c9ef2008-09-22 22:13:19 +02001473 --without-gnutls do not use GnuTLS (schannel support)
Alexandre Julliard6ce32e02009-08-19 15:53:04 +02001474 --without-gsm do not use libgsm (GSM 06.10 codec support)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001475 --without-hal do not use HAL (dynamic device support)
1476 --without-jack do not use the Jack sound support
1477 --without-jpeg do not use JPEG
1478 --without-ldap do not use LDAP
Aric Stewartdb71d7c2009-08-19 09:37:48 -05001479 --without-mpg123 do not use the mpg123 library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001480 --without-nas do not use the NAS sound support
Chris Robinson862965f2009-08-25 03:26:35 -07001481 --without-openal do not use OpenAL
Eric Pouech53fa0d52004-02-05 01:27:38 +00001482 --without-opengl do not use OpenGL
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001483 --without-openssl do not use OpenSSL
1484 --without-oss do not use the OSS sound support
1485 --without-png do not use PNG
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01001486 --without-pthread do not use the pthread library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001487 --without-sane do not use SANE (scanner support)
1488 --without-xcomposite do not use the Xcomposite extension
1489 --without-xcursor do not use the Xcursor extension
1490 --without-xinerama do not use Xinerama (multi-monitor support)
1491 --without-xinput do not use the Xinput extension
1492 --without-xml do not use XML
1493 --without-xrandr do not use Xrandr (resolution changes)
1494 --without-xrender do not use the Xrender extension
1495 --without-xshape do not use the Xshape extension
1496 --without-xshm do not use XShm (shared memory extension)
1497 --without-xslt do not use XSLT
Francois Gougeta49beb42008-06-26 14:02:17 +02001498 --without-xxf86vm do not use XFree video mode extension
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001499 --with-wine-tools=DIR use Wine tools from directory DIR
Alexandre Julliard39a75d32009-08-13 19:45:31 +02001500 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001501 --with-x use the X Window System
1502
1503Some influential environment variables:
Eric Pouech53fa0d52004-02-05 01:27:38 +00001504 CC C compiler command
1505 CFLAGS C compiler flags
1506 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1507 nonstandard directory <lib dir>
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01001508 LIBS libraries to pass to the linker, e.g. -l<library>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001509 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1510 you have headers in a nonstandard directory <include dir>
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00001511 CXX C++ compiler command
1512 CXXFLAGS C++ compiler flags
Eric Pouech53fa0d52004-02-05 01:27:38 +00001513 CPP C preprocessor
Alexandre Julliard40664c02009-02-11 20:40:58 +01001514 XMKMF Path to xmkmf, Makefile generator for X Window System
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001515
1516Use these variables to override the choices made by `configure' or to help
1517it to find libraries and programs with nonstandard names/locations.
1518
Alexandre Julliard875927f2004-01-02 01:55:29 +00001519Report bugs to <wine-devel@winehq.org>.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001520Wine home page: <http://www.winehq.org>.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001521_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001522ac_status=$?
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001523fi
1524
1525if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Alexandre Julliardabf50482008-10-31 12:56:53 +01001528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001531 ac_builddir=.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001532
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001533case "$ac_dir" in
1534.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001537 # A ".." for each directory in $ac_dir_suffix.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543esac
1544ac_abs_top_builddir=$ac_pwd
1545ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546# for backward compatibility:
1547ac_top_builddir=$ac_top_build_prefix
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001548
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001549case $srcdir in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001550 .) # We are building in place.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001551 ac_srcdir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001555 ac_srcdir=$srcdir$ac_dir_suffix;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001562esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001563ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Alexandre Julliard875927f2004-01-02 01:55:29 +00001564
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
Jeremy White0ebeb532006-06-20 13:18:41 +02001567 if test -f "$ac_srcdir/configure.gnu"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001568 echo &&
Jeremy White0ebeb532006-06-20 13:18:41 +02001569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001571 echo &&
Jeremy White0ebeb532006-06-20 13:18:41 +02001572 $SHELL "$ac_srcdir/configure" --help=recursive
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001573 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01001574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001577 done
1578fi
1579
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001580test -n "$ac_init_help" && exit $ac_status
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001581if $ac_init_version; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001582 cat <<\_ACEOF
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +02001583Wine configure 1.1.30
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001584generated by GNU Autoconf 2.64
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001585
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001586Copyright (C) 2009 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001587This configure script is free software; the Free Software Foundation
1588gives unlimited permission to copy, distribute and modify it.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001589_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001590 exit
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001591fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001592
1593## ------------------------ ##
1594## Autoconf initialization. ##
1595## ------------------------ ##
1596
1597# ac_fn_c_try_compile LINENO
1598# --------------------------
1599# Try to compile conftest.$ac_ext, and return whether this succeeded.
1600ac_fn_c_try_compile ()
1601{
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608esac
1609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610$as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1617 fi
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624else
1625 $as_echo "$as_me: failed program was:" >&5
1626sed 's/^/| /' conftest.$ac_ext >&5
1627
1628 ac_retval=1
1629fi
1630 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631 return $ac_retval
1632
1633} # ac_fn_c_try_compile
1634
1635# ac_fn_cxx_try_compile LINENO
1636# ----------------------------
1637# Try to compile conftest.$ac_ext, and return whether this succeeded.
1638ac_fn_cxx_try_compile ()
1639{
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1643case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646esac
1647eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648$as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1655 fi
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_cxx_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1661 ac_retval=0
1662else
1663 $as_echo "$as_me: failed program was:" >&5
1664sed 's/^/| /' conftest.$ac_ext >&5
1665
1666 ac_retval=1
1667fi
1668 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669 return $ac_retval
1670
1671} # ac_fn_cxx_try_compile
1672
1673# ac_fn_c_try_link LINENO
1674# -----------------------
1675# Try to link conftest.$ac_ext, and return whether this succeeded.
1676ac_fn_c_try_link ()
1677{
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 rm -f conftest.$ac_objext conftest$ac_exeext
1680 if { { ac_try="$ac_link"
1681case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684esac
1685eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686$as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_link") 2>conftest.err
1688 ac_status=$?
1689 if test -s conftest.err; then
1690 grep -v '^ *+' conftest.err >conftest.er1
1691 cat conftest.er1 >&5
1692 mv -f conftest.er1 conftest.err
1693 fi
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; } && {
1696 test -z "$ac_c_werror_flag" ||
1697 test ! -s conftest.err
1698 } && test -s conftest$ac_exeext && {
1699 test "$cross_compiling" = yes ||
1700 $as_test_x conftest$ac_exeext
1701 }; then :
1702 ac_retval=0
1703else
1704 $as_echo "$as_me: failed program was:" >&5
1705sed 's/^/| /' conftest.$ac_ext >&5
1706
1707 ac_retval=1
1708fi
1709 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711 # interfere with the next link command; also delete a directory that is
1712 # left behind by Apple's compiler. We do this before executing the actions.
1713 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715 return $ac_retval
1716
1717} # ac_fn_c_try_link
1718
1719# ac_fn_c_try_cpp LINENO
1720# ----------------------
1721# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722ac_fn_c_try_cpp ()
1723{
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_cpp conftest.$ac_ext"
1726case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729esac
1730eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731$as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733 ac_status=$?
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1738 fi
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } >/dev/null && {
1741 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 }; then :
1744 ac_retval=0
1745else
1746 $as_echo "$as_me: failed program was:" >&5
1747sed 's/^/| /' conftest.$ac_ext >&5
1748
1749 ac_retval=1
1750fi
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752 return $ac_retval
1753
1754} # ac_fn_c_try_cpp
1755
1756# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757# -------------------------------------------------------
1758# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759# the include files in INCLUDES and setting the cache variable VAR
1760# accordingly.
1761ac_fn_c_check_header_mongrel ()
1762{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766$as_echo_n "checking for $2... " >&6; }
1767if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 $as_echo_n "(cached) " >&6
1769fi
1770eval ac_res=\$$3
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772$as_echo "$ac_res" >&6; }
1773else
1774 # Is the header compilable?
1775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776$as_echo_n "checking $2 usability... " >&6; }
1777cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778/* end confdefs.h. */
1779$4
1780#include <$2>
1781_ACEOF
1782if ac_fn_c_try_compile "$LINENO"; then :
1783 ac_header_compiler=yes
1784else
1785 ac_header_compiler=no
1786fi
1787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789$as_echo "$ac_header_compiler" >&6; }
1790
1791# Is the header present?
1792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793$as_echo_n "checking $2 presence... " >&6; }
1794cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795/* end confdefs.h. */
1796#include <$2>
1797_ACEOF
1798if ac_fn_c_try_cpp "$LINENO"; then :
1799 ac_header_preproc=yes
1800else
1801 ac_header_preproc=no
1802fi
1803rm -f conftest.err conftest.$ac_ext
1804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805$as_echo "$ac_header_preproc" >&6; }
1806
1807# So? What about this header?
1808case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809 yes:no: )
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1814 ;;
1815 no:yes:* )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1819$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1823$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826( cat <<\_ASBOX
1827## ------------------------------------ ##
1828## Report this to wine-devel@winehq.org ##
1829## ------------------------------------ ##
1830_ASBOX
1831 ) | sed "s/^/$as_me: WARNING: /" >&2
1832 ;;
1833esac
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835$as_echo_n "checking for $2... " >&6; }
1836if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837 $as_echo_n "(cached) " >&6
1838else
1839 eval "$3=\$ac_header_compiler"
1840fi
1841eval ac_res=\$$3
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843$as_echo "$ac_res" >&6; }
1844fi
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846
1847} # ac_fn_c_check_header_mongrel
1848
1849# ac_fn_c_try_run LINENO
1850# ----------------------
1851# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852# that executables *can* be run.
1853ac_fn_c_try_run ()
1854{
1855 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856 if { { ac_try="$ac_link"
1857case "(($ac_try" in
1858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859 *) ac_try_echo=$ac_try;;
1860esac
1861eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862$as_echo "$ac_try_echo"; } >&5
1863 (eval "$ac_link") 2>&5
1864 ac_status=$?
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867 { { case "(($ac_try" in
1868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869 *) ac_try_echo=$ac_try;;
1870esac
1871eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872$as_echo "$ac_try_echo"; } >&5
1873 (eval "$ac_try") 2>&5
1874 ac_status=$?
1875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876 test $ac_status = 0; }; }; then :
1877 ac_retval=0
1878else
1879 $as_echo "$as_me: program exited with status $ac_status" >&5
1880 $as_echo "$as_me: failed program was:" >&5
1881sed 's/^/| /' conftest.$ac_ext >&5
1882
1883 ac_retval=$ac_status
1884fi
1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887 return $ac_retval
1888
1889} # ac_fn_c_try_run
1890
1891# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892# -------------------------------------------------------
1893# Tests whether HEADER exists and can be compiled using the include files in
1894# INCLUDES, setting the cache variable VAR accordingly.
1895ac_fn_c_check_header_compile ()
1896{
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899$as_echo_n "checking for $2... " >&6; }
1900if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901 $as_echo_n "(cached) " >&6
1902else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904/* end confdefs.h. */
1905$4
1906#include <$2>
1907_ACEOF
1908if ac_fn_c_try_compile "$LINENO"; then :
1909 eval "$3=yes"
1910else
1911 eval "$3=no"
1912fi
1913rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1914fi
1915eval ac_res=\$$3
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917$as_echo "$ac_res" >&6; }
1918 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1919
1920} # ac_fn_c_check_header_compile
1921
1922# ac_fn_c_check_func LINENO FUNC VAR
1923# ----------------------------------
1924# Tests whether FUNC exists, setting the cache variable VAR accordingly
1925ac_fn_c_check_func ()
1926{
1927 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929$as_echo_n "checking for $2... " >&6; }
1930if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931 $as_echo_n "(cached) " >&6
1932else
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934/* end confdefs.h. */
1935/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1937#define $2 innocuous_$2
1938
1939/* System header to define __stub macros and hopefully few prototypes,
1940 which can conflict with char $2 (); below.
1941 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942 <limits.h> exists even on freestanding compilers. */
1943
1944#ifdef __STDC__
1945# include <limits.h>
1946#else
1947# include <assert.h>
1948#endif
1949
1950#undef $2
1951
1952/* Override any GCC internal prototype to avoid an error.
1953 Use char because int might match the return type of a GCC
1954 builtin and then its argument prototype would still apply. */
1955#ifdef __cplusplus
1956extern "C"
1957#endif
1958char $2 ();
1959/* The GNU C library defines this for functions which it implements
1960 to always fail with ENOSYS. Some functions are actually named
1961 something starting with __ and the normal name is an alias. */
1962#if defined __stub_$2 || defined __stub___$2
1963choke me
1964#endif
1965
1966int
1967main ()
1968{
1969return $2 ();
1970 ;
1971 return 0;
1972}
1973_ACEOF
1974if ac_fn_c_try_link "$LINENO"; then :
1975 eval "$3=yes"
1976else
1977 eval "$3=no"
1978fi
1979rm -f core conftest.err conftest.$ac_objext \
1980 conftest$ac_exeext conftest.$ac_ext
1981fi
1982eval ac_res=\$$3
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984$as_echo "$ac_res" >&6; }
1985 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1986
1987} # ac_fn_c_check_func
1988
1989# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990# ----------------------------------------------------
1991# Tries to find if the field MEMBER exists in type AGGR, after including
1992# INCLUDES, setting cache variable VAR accordingly.
1993ac_fn_c_check_member ()
1994{
1995 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997$as_echo_n "checking for $2.$3... " >&6; }
1998if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999 $as_echo_n "(cached) " >&6
2000else
2001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002/* end confdefs.h. */
2003$5
2004int
2005main ()
2006{
2007static $2 ac_aggr;
2008if (ac_aggr.$3)
2009return 0;
2010 ;
2011 return 0;
2012}
2013_ACEOF
2014if ac_fn_c_try_compile "$LINENO"; then :
2015 eval "$4=yes"
2016else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018/* end confdefs.h. */
2019$5
2020int
2021main ()
2022{
2023static $2 ac_aggr;
2024if (sizeof ac_aggr.$3)
2025return 0;
2026 ;
2027 return 0;
2028}
2029_ACEOF
2030if ac_fn_c_try_compile "$LINENO"; then :
2031 eval "$4=yes"
2032else
2033 eval "$4=no"
2034fi
2035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036fi
2037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038fi
2039eval ac_res=\$$4
2040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041$as_echo "$ac_res" >&6; }
2042 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2043
2044} # ac_fn_c_check_member
2045
2046# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047# -------------------------------------------
2048# Tests whether TYPE exists after having included INCLUDES, setting cache
2049# variable VAR accordingly.
2050ac_fn_c_check_type ()
2051{
2052 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054$as_echo_n "checking for $2... " >&6; }
2055if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056 $as_echo_n "(cached) " >&6
2057else
2058 eval "$3=no"
2059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060/* end confdefs.h. */
2061$4
2062int
2063main ()
2064{
2065if (sizeof ($2))
2066 return 0;
2067 ;
2068 return 0;
2069}
2070_ACEOF
2071if ac_fn_c_try_compile "$LINENO"; then :
2072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073/* end confdefs.h. */
2074$4
2075int
2076main ()
2077{
2078if (sizeof (($2)))
2079 return 0;
2080 ;
2081 return 0;
2082}
2083_ACEOF
2084if ac_fn_c_try_compile "$LINENO"; then :
2085
2086else
2087 eval "$3=yes"
2088fi
2089rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090fi
2091rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092fi
2093eval ac_res=\$$3
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095$as_echo "$ac_res" >&6; }
2096 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2097
2098} # ac_fn_c_check_type
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002099cat >config.log <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002100This file contains any messages produced by compilers while
2101running configure, to aid debugging if configure makes a mistake.
2102
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +02002103It was created by Wine $as_me 1.1.30, which was
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002104generated by GNU Autoconf 2.64. Invocation command line was
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002105
2106 $ $0 $@
2107
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002108_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002109exec 5>>config.log
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002110{
2111cat <<_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002112## --------- ##
2113## Platform. ##
2114## --------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002115
2116hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121
2122/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2124
2125/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2126/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2127/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002128/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002129/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2130/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2131/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2132
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002133_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002134
2135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136for as_dir in $PATH
2137do
2138 IFS=$as_save_IFS
2139 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002140 $as_echo "PATH: $as_dir"
2141 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002142IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002143
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002144} >&5
2145
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002146cat >&5 <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002147
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002148
2149## ----------- ##
2150## Core tests. ##
2151## ----------- ##
2152
2153_ACEOF
2154
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002155
2156# Keep a trace of the command line.
2157# Strip out --no-create and --no-recursion so they do not pile up.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002158# Strip out --silent because we don't want to record it for future runs.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002159# Also quote any args containing shell meta-characters.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002160# Make two passes to allow for proper duplicate-argument suppression.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002161ac_configure_args=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002162ac_configure_args0=
2163ac_configure_args1=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002164ac_must_keep_next=false
2165for ac_pass in 1 2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002166do
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002167 for ac_arg
2168 do
2169 case $ac_arg in
2170 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172 | -silent | --silent | --silen | --sile | --sil)
2173 continue ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002174 *\'*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01002175 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002176 esac
2177 case $ac_pass in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002178 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002179 2)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002180 as_fn_append ac_configure_args1 " '$ac_arg'"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002181 if test $ac_must_keep_next = true; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00002182 ac_must_keep_next=false # Got value, back to normal.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002183 else
Alexandre Julliard875927f2004-01-02 01:55:29 +00002184 case $ac_arg in
2185 *=* | --config-cache | -C | -disable-* | --disable-* \
2186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188 | -with-* | --with-* | -without-* | --without-* | --x)
2189 case "$ac_configure_args0 " in
2190 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191 esac
2192 ;;
2193 -* ) ac_must_keep_next=true ;;
2194 esac
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002195 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002196 as_fn_append ac_configure_args " '$ac_arg'"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002197 ;;
2198 esac
2199 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002200done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002201{ ac_configure_args0=; unset ac_configure_args0;}
2202{ ac_configure_args1=; unset ac_configure_args1;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002203
2204# When interrupted or exit'd, cleanup temporary files, and complete
2205# config.log. We remove comments because anyway the quotes in there
2206# would cause problems or look ugly.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002207# WARNING: Use '\'' to represent an apostrophe within the trap.
2208# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002209trap 'exit_status=$?
2210 # Save into config.log some information that might help in debugging.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002211 {
2212 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002213
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002214 cat <<\_ASBOX
2215## ---------------- ##
2216## Cache variables. ##
2217## ---------------- ##
2218_ASBOX
2219 echo
2220 # The following way of writing the cache mishandles newlines in values,
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002221(
2222 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223 eval ac_val=\$$ac_var
2224 case $ac_val in #(
2225 *${as_nl}*)
2226 case $ac_var in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002228$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002229 esac
2230 case $ac_var in #(
2231 _ | IFS | as_nl) ;; #(
Alexandre Julliardabf50482008-10-31 12:56:53 +01002232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002233 *) { eval $ac_var=; unset $ac_var;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002234 esac ;;
2235 esac
2236 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002237 (set) 2>&1 |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002238 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239 *${as_nl}ac_space=\ *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002240 sed -n \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002241 "s/'\''/'\''\\\\'\'''\''/g;
2242 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243 ;; #(
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002244 *)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002245 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002246 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002247 esac |
2248 sort
2249)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002250 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002251
2252 cat <<\_ASBOX
2253## ----------------- ##
2254## Output variables. ##
2255## ----------------- ##
2256_ASBOX
2257 echo
2258 for ac_var in $ac_subst_vars
2259 do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002260 eval ac_val=\$$ac_var
Jeremy White0ebeb532006-06-20 13:18:41 +02002261 case $ac_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002262 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Jeremy White0ebeb532006-06-20 13:18:41 +02002263 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01002264 $as_echo "$ac_var='\''$ac_val'\''"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002265 done | sort
2266 echo
2267
2268 if test -n "$ac_subst_files"; then
2269 cat <<\_ASBOX
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002270## ------------------- ##
2271## File substitutions. ##
2272## ------------------- ##
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002273_ASBOX
2274 echo
2275 for ac_var in $ac_subst_files
2276 do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002277 eval ac_val=\$$ac_var
Jeremy White0ebeb532006-06-20 13:18:41 +02002278 case $ac_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002279 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Jeremy White0ebeb532006-06-20 13:18:41 +02002280 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01002281 $as_echo "$ac_var='\''$ac_val'\''"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002282 done | sort
2283 echo
2284 fi
2285
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002286 if test -s confdefs.h; then
2287 cat <<\_ASBOX
2288## ----------- ##
2289## confdefs.h. ##
2290## ----------- ##
2291_ASBOX
2292 echo
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002293 cat confdefs.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002294 echo
2295 fi
2296 test "$ac_signal" != 0 &&
Alexandre Julliardabf50482008-10-31 12:56:53 +01002297 $as_echo "$as_me: caught signal $ac_signal"
2298 $as_echo "$as_me: exit $exit_status"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002299 } >&5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002300 rm -f core *.core core.conftest.* &&
2301 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002302 exit $exit_status
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002303' 0
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002304for ac_signal in 1 2 13 15; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002305 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002306done
2307ac_signal=0
2308
2309# confdefs.h avoids OS command line length limits that DEFS can exceed.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002310rm -f -r conftest* confdefs.h
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002311
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002312$as_echo "/* confdefs.h */" > confdefs.h
2313
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002314# Predefined preprocessor variables.
2315
2316cat >>confdefs.h <<_ACEOF
2317#define PACKAGE_NAME "$PACKAGE_NAME"
2318_ACEOF
2319
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002320cat >>confdefs.h <<_ACEOF
2321#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322_ACEOF
2323
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002324cat >>confdefs.h <<_ACEOF
2325#define PACKAGE_VERSION "$PACKAGE_VERSION"
2326_ACEOF
2327
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002328cat >>confdefs.h <<_ACEOF
2329#define PACKAGE_STRING "$PACKAGE_STRING"
2330_ACEOF
2331
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002332cat >>confdefs.h <<_ACEOF
2333#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334_ACEOF
2335
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002336cat >>confdefs.h <<_ACEOF
2337#define PACKAGE_URL "$PACKAGE_URL"
2338_ACEOF
2339
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002340
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002341# Let the site file select an alternate cache file if it wants to.
Alexandre Julliardabf50482008-10-31 12:56:53 +01002342# Prefer an explicitly selected file to automatically selected ones.
2343ac_site_file1=NONE
2344ac_site_file2=NONE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002345if test -n "$CONFIG_SITE"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002346 ac_site_file1=$CONFIG_SITE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002347elif test "x$prefix" != xNONE; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002348 ac_site_file1=$prefix/share/config.site
2349 ac_site_file2=$prefix/etc/config.site
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002350else
Alexandre Julliardabf50482008-10-31 12:56:53 +01002351 ac_site_file1=$ac_default_prefix/share/config.site
2352 ac_site_file2=$ac_default_prefix/etc/config.site
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002353fi
Alexandre Julliardabf50482008-10-31 12:56:53 +01002354for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002355do
Alexandre Julliardabf50482008-10-31 12:56:53 +01002356 test "x$ac_site_file" = xNONE && continue
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002357 if test -r "$ac_site_file"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002358 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002359$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002360 sed 's/^/| /' "$ac_site_file" >&5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002361 . "$ac_site_file"
2362 fi
2363done
2364
2365if test -r "$cache_file"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002366 # Some versions of bash will fail to source /dev/null (special
2367 # files actually), so we avoid doing that.
2368 if test -f "$cache_file"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002370$as_echo "$as_me: loading cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002371 case $cache_file in
Jeremy White0ebeb532006-06-20 13:18:41 +02002372 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373 *) . "./$cache_file";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002374 esac
2375 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002376else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002377 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002378$as_echo "$as_me: creating cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002379 >$cache_file
2380fi
2381
2382# Check that the precious variables saved in the cache have kept the same
2383# value.
2384ac_cache_corrupted=false
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002385for ac_var in $ac_precious_vars; do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002386 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387 eval ac_new_set=\$ac_env_${ac_var}_set
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002388 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389 eval ac_new_val=\$ac_env_${ac_var}_value
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002390 case $ac_old_set,$ac_new_set in
2391 set,)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002393$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002394 ac_cache_corrupted=: ;;
2395 ,set)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002397$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002398 ac_cache_corrupted=: ;;
2399 ,);;
2400 *)
2401 if test "x$ac_old_val" != "x$ac_new_val"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002402 # differences in whitespace do not lead to failure.
2403 ac_old_val_w=`echo x $ac_old_val`
2404 ac_new_val_w=`echo x $ac_new_val`
2405 if test "$ac_old_val_w" != "$ac_new_val_w"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002406 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002407$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408 ac_cache_corrupted=:
2409 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002410 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002411$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412 eval $ac_var=\$ac_old_val
2413 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002414 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002415$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002416 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002417$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002418 fi;;
2419 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002420 # Pass precious variables to config.status.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002421 if test "$ac_new_set" = set; then
2422 case $ac_new_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002423 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002424 *) ac_arg=$ac_var=$ac_new_val ;;
2425 esac
2426 case " $ac_configure_args " in
2427 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002428 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002429 esac
2430 fi
2431done
2432if $ac_cache_corrupted; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002434$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002435 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002436$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002437 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002438fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002439## -------------------- ##
2440## Main body of script. ##
2441## -------------------- ##
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002442
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002443ac_ext=c
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002444ac_cpp='$CPP $CPPFLAGS'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002445ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002448
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002449
2450
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002451ac_config_headers="$ac_config_headers include/config.h"
Alexandre Julliard18f92e71996-07-17 20:02:21 +00002452
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002453ac_aux_dir=
Jeremy White0ebeb532006-06-20 13:18:41 +02002454for ac_dir in tools "$srcdir"/tools; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002455 for ac_t in install-sh install.sh shtool; do
2456 if test -f "$ac_dir/$ac_t"; then
2457 ac_aux_dir=$ac_dir
2458 ac_install_sh="$ac_aux_dir/$ac_t -c"
2459 break 2
2460 fi
2461 done
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002462done
2463if test -z "$ac_aux_dir"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002464 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002465fi
Jeremy White0ebeb532006-06-20 13:18:41 +02002466
2467# These three variables are undocumented and unsupported,
2468# and are intended to be withdrawn in a future Autoconf release.
2469# They can cause serious problems if a builder's source tree is in a directory
2470# whose full name contains unusual characters.
2471ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2472ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2473ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2474
Howard Abrams13277481999-07-10 13:16:29 +00002475
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002476
2477
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002478# Check whether --enable-win16 was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002479if test "${enable_win16+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002480 enableval=$enable_win16;
2481fi
Alexandre Julliardc728efc2002-10-02 02:34:09 +00002482
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002483# Check whether --enable-win64 was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002484if test "${enable_win64+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002485 enableval=$enable_win64;
2486fi
Alexandre Julliardb8074992002-11-21 21:51:24 +00002487
Alexandre Julliard35078f42008-11-21 10:16:12 +01002488# Check whether --enable-tests was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002489if test "${enable_tests+set}" = set; then :
Alexandre Julliard35078f42008-11-21 10:16:12 +01002490 enableval=$enable_tests;
2491fi
2492
Alexandre Julliard9d037222008-03-20 13:00:12 +01002493# Check whether --enable-maintainer-mode was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002494if test "${enable_maintainer_mode+set}" = set; then :
Alexandre Julliard9d037222008-03-20 13:00:12 +01002495 enableval=$enable_maintainer_mode;
2496else
2497 MAINTAINER_MODE=\#
2498
2499fi
2500
Alexandre Julliardb8074992002-11-21 21:51:24 +00002501
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002502
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002503# Check whether --with-alsa was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002504if test "${with_alsa+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002505 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2506fi
2507
2508
2509# Check whether --with-audioio was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002510if test "${with_audioio+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002511 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2512fi
2513
2514
2515# Check whether --with-capi was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002516if test "${with_capi+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002517 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2518fi
2519
2520
2521# Check whether --with-cms was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002522if test "${with_cms+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002523 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2524fi
2525
2526
2527# Check whether --with-coreaudio was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002528if test "${with_coreaudio+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002529 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2530fi
2531
2532
2533# Check whether --with-cups was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002534if test "${with_cups+set}" = set; then :
Francois Gouget289ea332008-07-24 16:09:07 +02002535 withval=$with_cups;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002536fi
2537
2538
2539# Check whether --with-curses was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002540if test "${with_curses+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002541 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2542fi
2543
2544
2545# Check whether --with-esd was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002546if test "${with_esd+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002547 withval=$with_esd;
2548fi
2549
2550
2551# Check whether --with-fontconfig was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002552if test "${with_fontconfig+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002553 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2554fi
2555
2556
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02002557# Check whether --with-freetype was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002558if test "${with_freetype+set}" = set; then :
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02002559 withval=$with_freetype;
2560fi
2561
2562
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002563# Check whether --with-gphoto was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002564if test "${with_gphoto+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002565 withval=$with_gphoto;
2566fi
2567
2568
Alexandre Julliardad798732008-05-01 13:29:02 +02002569# Check whether --with-glu was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002570if test "${with_glu+set}" = set; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02002571 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2572fi
2573
2574
Henri Verbeet874c9ef2008-09-22 22:13:19 +02002575# Check whether --with-gnutls was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002576if test "${with_gnutls+set}" = set; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02002577 withval=$with_gnutls;
2578fi
2579
2580
Alexandre Julliard6ce32e02009-08-19 15:53:04 +02002581# Check whether --with-gsm was given.
2582if test "${with_gsm+set}" = set; then :
2583 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02002584fi
2585
2586
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002587# Check whether --with-hal was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002588if test "${with_hal+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002589 withval=$with_hal;
2590fi
2591
2592
2593# Check whether --with-jack was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002594if test "${with_jack+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002595 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2596fi
2597
2598
2599# Check whether --with-jpeg was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002600if test "${with_jpeg+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002601 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2602fi
2603
2604
2605# Check whether --with-ldap was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002606if test "${with_ldap+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002607 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2608fi
2609
2610
Aric Stewartdb71d7c2009-08-19 09:37:48 -05002611# Check whether --with-mpg123 was given.
2612if test "${with_mpg123+set}" = set; then :
2613 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2614fi
2615
2616
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002617# Check whether --with-nas was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002618if test "${with_nas+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002619 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2620fi
2621
2622
Chris Robinson862965f2009-08-25 03:26:35 -07002623# Check whether --with-openal was given.
2624if test "${with_openal+set}" = set; then :
Ken Thomases0b08f192009-09-09 22:23:35 -05002625 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
Chris Robinson862965f2009-08-25 03:26:35 -07002626fi
2627
2628
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002629# Check whether --with-opengl was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002630if test "${with_opengl+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002631 withval=$with_opengl;
2632fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002633
Alexandre Julliardf90efa91998-06-14 15:24:15 +00002634
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002635# Check whether --with-openssl was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002636if test "${with_openssl+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002637 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2638fi
2639
2640
2641# Check whether --with-oss was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002642if test "${with_oss+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002643 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
2644fi
2645
2646
2647# Check whether --with-png was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002648if test "${with_png+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002649 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2650fi
2651
2652
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01002653# Check whether --with-pthread was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002654if test "${with_pthread+set}" = set; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01002655 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2656fi
2657
2658
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002659# Check whether --with-sane was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002660if test "${with_sane+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002661 withval=$with_sane;
2662fi
2663
2664
2665# Check whether --with-xcomposite was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002666if test "${with_xcomposite+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002667 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2668fi
2669
2670
2671# Check whether --with-xcursor was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002672if test "${with_xcursor+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002673 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2674fi
2675
2676
2677# Check whether --with-xinerama was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002678if test "${with_xinerama+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002679 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2680fi
2681
2682
2683# Check whether --with-xinput was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002684if test "${with_xinput+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002685 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2686fi
2687
2688
2689# Check whether --with-xml was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002690if test "${with_xml+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002691 withval=$with_xml;
2692fi
2693
2694
2695# Check whether --with-xrandr was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002696if test "${with_xrandr+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002697 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2698fi
2699
2700
2701# Check whether --with-xrender was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002702if test "${with_xrender+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002703 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2704fi
2705
2706
2707# Check whether --with-xshape was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002708if test "${with_xshape+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002709 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2710fi
2711
2712
2713# Check whether --with-xshm was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002714if test "${with_xshm+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002715 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2716fi
2717
2718
2719# Check whether --with-xslt was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002720if test "${with_xslt+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002721 withval=$with_xslt;
2722fi
2723
2724
Francois Gougeta49beb42008-06-26 14:02:17 +02002725# Check whether --with-xxf86vm was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002726if test "${with_xxf86vm+set}" = set; then :
André Hentschel7b285a42009-09-19 19:08:09 +02002727 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002728fi
2729
2730
2731
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002732# Check whether --with-wine-tools was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002733if test "${with_wine_tools+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002734 withval=$with_wine_tools;
2735fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00002736
Alexandre Julliardfc01b722002-05-12 03:16:39 +00002737
Alexandre Julliard39a75d32009-08-13 19:45:31 +02002738# Check whether --with-wine64 was given.
2739if test "${with_wine64+set}" = set; then :
2740 withval=$with_wine64;
2741fi
2742
2743
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002744# Make sure we can run config.sub.
Jeremy White0ebeb532006-06-20 13:18:41 +02002745$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002746 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00002747
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002749$as_echo_n "checking build system type... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002750if test "${ac_cv_build+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002751 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002752else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002753 ac_build_alias=$build_alias
2754test "x$ac_build_alias" = x &&
Jeremy White0ebeb532006-06-20 13:18:41 +02002755 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002756test "x$ac_build_alias" = x &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002757 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
Jeremy White0ebeb532006-06-20 13:18:41 +02002758ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002759 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002760
2761fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002763$as_echo "$ac_cv_build" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002764case $ac_cv_build in
2765*-*-*) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002766*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002767esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002768build=$ac_cv_build
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002769ac_save_IFS=$IFS; IFS='-'
2770set x $ac_cv_build
2771shift
2772build_cpu=$1
2773build_vendor=$2
2774shift; shift
2775# Remember, the first character of IFS is used to create $*,
2776# except with old shells:
2777build_os=$*
2778IFS=$ac_save_IFS
2779case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002780
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002781
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002783$as_echo_n "checking host system type... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002784if test "${ac_cv_host+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002785 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002786else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002787 if test "x$host_alias" = x; then
2788 ac_cv_host=$ac_cv_build
2789else
Jeremy White0ebeb532006-06-20 13:18:41 +02002790 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002791 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002792fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002793
2794fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002796$as_echo "$ac_cv_host" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002797case $ac_cv_host in
2798*-*-*) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002799*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002800esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002801host=$ac_cv_host
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002802ac_save_IFS=$IFS; IFS='-'
2803set x $ac_cv_host
2804shift
2805host_cpu=$1
2806host_vendor=$2
2807shift; shift
2808# Remember, the first character of IFS is used to create $*,
2809# except with old shells:
2810host_os=$*
2811IFS=$ac_save_IFS
2812case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002813
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002814
Alexandre Julliard71440f32005-05-19 14:28:17 +00002815
Alexandre Julliard73b724e2006-12-28 11:40:19 +01002816case "$srcdir" in
2817 .) ;;
2818 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002819 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2820You need to run 'make distclean' in the source tree first." "$LINENO" 5
Alexandre Julliard73b724e2006-12-28 11:40:19 +01002821 fi ;;
2822esac
2823
Alexandre Julliard71440f32005-05-19 14:28:17 +00002824
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002826$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2827set x ${MAKE-make}
2828ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002829if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002830 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002831else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002832 cat >conftest.make <<\_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002833SHELL = /bin/sh
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002834all:
Jeremy White0ebeb532006-06-20 13:18:41 +02002835 @echo '@@@%%%=$(MAKE)=@@@%%%'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002836_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002837# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Jeremy White0ebeb532006-06-20 13:18:41 +02002838case `${MAKE-make} -f conftest.make 2>/dev/null` in
2839 *@@@%%%=?*=@@@%%%*)
2840 eval ac_cv_prog_make_${ac_make}_set=yes;;
2841 *)
2842 eval ac_cv_prog_make_${ac_make}_set=no;;
2843esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002844rm -f conftest.make
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002845fi
Jeremy White0ebeb532006-06-20 13:18:41 +02002846if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002848$as_echo "yes" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002849 SET_MAKE=
2850else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002852$as_echo "no" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002853 SET_MAKE="MAKE=${MAKE-make}"
2854fi
2855
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002856ac_ext=c
2857ac_cpp='$CPP $CPPFLAGS'
2858ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2859ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2860ac_compiler_gnu=$ac_cv_c_compiler_gnu
2861if test -n "$ac_tool_prefix"; then
2862 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2863set dummy ${ac_tool_prefix}gcc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002865$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002866if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002867 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002868else
2869 if test -n "$CC"; then
2870 ac_cv_prog_CC="$CC" # Let the user override the test.
2871else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2873for as_dir in $PATH
2874do
2875 IFS=$as_save_IFS
2876 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002877 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002879 ac_cv_prog_CC="${ac_tool_prefix}gcc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002881 break 2
2882 fi
2883done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002884 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002885IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002886
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002887fi
2888fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002889CC=$ac_cv_prog_CC
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002890if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002892$as_echo "$CC" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002893else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002895$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002896fi
2897
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002898
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002899fi
2900if test -z "$ac_cv_prog_CC"; then
2901 ac_ct_CC=$CC
2902 # Extract the first word of "gcc", so it can be a program name with args.
2903set dummy gcc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002905$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002906if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002907 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002908else
2909 if test -n "$ac_ct_CC"; then
2910 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2911else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002912as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2913for as_dir in $PATH
2914do
2915 IFS=$as_save_IFS
2916 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002917 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002918 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002919 ac_cv_prog_ac_ct_CC="gcc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002921 break 2
2922 fi
2923done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002924 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002925IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002926
2927fi
2928fi
2929ac_ct_CC=$ac_cv_prog_ac_ct_CC
2930if test -n "$ac_ct_CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002932$as_echo "$ac_ct_CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002933else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002935$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002936fi
2937
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002938 if test "x$ac_ct_CC" = x; then
2939 CC=""
2940 else
2941 case $cross_compiling:$ac_tool_warned in
2942yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002943{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002944$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002945ac_tool_warned=yes ;;
2946esac
2947 CC=$ac_ct_CC
2948 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002949else
2950 CC="$ac_cv_prog_CC"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002951fi
2952
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002953if test -z "$CC"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002954 if test -n "$ac_tool_prefix"; then
2955 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002956set dummy ${ac_tool_prefix}cc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002958$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002959if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002960 $as_echo_n "(cached) " >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002961else
2962 if test -n "$CC"; then
2963 ac_cv_prog_CC="$CC" # Let the user override the test.
2964else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966for as_dir in $PATH
2967do
2968 IFS=$as_save_IFS
2969 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002970 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002972 ac_cv_prog_CC="${ac_tool_prefix}cc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002974 break 2
2975 fi
2976done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002977 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002978IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002979
2980fi
2981fi
2982CC=$ac_cv_prog_CC
2983if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002985$as_echo "$CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002986else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002988$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002989fi
2990
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002991
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002992 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002993fi
2994if test -z "$CC"; then
2995 # Extract the first word of "cc", so it can be a program name with args.
2996set dummy cc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002998$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002999if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003000 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003001else
3002 if test -n "$CC"; then
3003 ac_cv_prog_CC="$CC" # Let the user override the test.
3004else
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003005 ac_prog_rejected=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3007for as_dir in $PATH
3008do
3009 IFS=$as_save_IFS
3010 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003011 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003013 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3014 ac_prog_rejected=yes
3015 continue
3016 fi
3017 ac_cv_prog_CC="cc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003019 break 2
3020 fi
3021done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003022 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003023IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003024
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003025if test $ac_prog_rejected = yes; then
3026 # We found a bogon in the path, so make sure we never use it.
3027 set dummy $ac_cv_prog_CC
3028 shift
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003029 if test $# != 0; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003030 # We chose a different compiler from the bogus one.
3031 # However, it has the same basename, so the bogon will be chosen
3032 # first if we set CC to just the basename; use the full file name.
3033 shift
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003034 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003035 fi
3036fi
3037fi
3038fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003039CC=$ac_cv_prog_CC
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003040if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003042$as_echo "$CC" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003043else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003045$as_echo "no" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003046fi
3047
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003048
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003049fi
3050if test -z "$CC"; then
3051 if test -n "$ac_tool_prefix"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003052 for ac_prog in cl.exe
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003053 do
3054 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003057$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003058if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003059 $as_echo_n "(cached) " >&6
Eric Pouech18ad24a2000-01-16 22:16:33 +00003060else
3061 if test -n "$CC"; then
3062 ac_cv_prog_CC="$CC" # Let the user override the test.
3063else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3065for as_dir in $PATH
3066do
3067 IFS=$as_save_IFS
3068 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003069 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003071 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003073 break 2
3074 fi
3075done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003076 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003077IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003078
Eric Pouech18ad24a2000-01-16 22:16:33 +00003079fi
3080fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003081CC=$ac_cv_prog_CC
Eric Pouech18ad24a2000-01-16 22:16:33 +00003082if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003084$as_echo "$CC" >&6; }
Eric Pouech18ad24a2000-01-16 22:16:33 +00003085else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003087$as_echo "no" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003088fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003089
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003090
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003091 test -n "$CC" && break
3092 done
3093fi
3094if test -z "$CC"; then
3095 ac_ct_CC=$CC
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003096 for ac_prog in cl.exe
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003097do
3098 # Extract the first word of "$ac_prog", so it can be a program name with args.
3099set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003101$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003102if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003103 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003104else
3105 if test -n "$ac_ct_CC"; then
3106 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3107else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3109for as_dir in $PATH
3110do
3111 IFS=$as_save_IFS
3112 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003113 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003115 ac_cv_prog_ac_ct_CC="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003117 break 2
3118 fi
3119done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003120 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003121IFS=$as_save_IFS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003122
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003123fi
3124fi
3125ac_ct_CC=$ac_cv_prog_ac_ct_CC
3126if test -n "$ac_ct_CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003128$as_echo "$ac_ct_CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003129else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003131$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003132fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003133
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003134
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003135 test -n "$ac_ct_CC" && break
3136done
Eric Pouech18ad24a2000-01-16 22:16:33 +00003137
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003138 if test "x$ac_ct_CC" = x; then
3139 CC=""
3140 else
3141 case $cross_compiling:$ac_tool_warned in
3142yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003143{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003144$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003145ac_tool_warned=yes ;;
3146esac
3147 CC=$ac_ct_CC
3148 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003149fi
3150
3151fi
3152
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003153
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003154test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003155$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003156as_fn_error "no acceptable C compiler found in \$PATH
3157See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003158
3159# Provide some information about the compiler.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003160$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003161set X $ac_compile
3162ac_compiler=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003163for ac_option in --version -v -V -qversion; do
3164 { { ac_try="$ac_compiler $ac_option >&5"
Jeremy White0ebeb532006-06-20 13:18:41 +02003165case "(($ac_try" in
3166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3167 *) ac_try_echo=$ac_try;;
3168esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003169eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3170$as_echo "$ac_try_echo"; } >&5
3171 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003172 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003173 if test -s conftest.err; then
3174 sed '10a\
3175... rest of stderr output deleted ...
3176 10q' conftest.err >conftest.er1
3177 cat conftest.er1 >&5
3178 rm -f conftest.er1 conftest.err
3179 fi
3180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3181 test $ac_status = 0; }
3182done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003183
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003184cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003185/* end confdefs.h. */
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003186#include <stdio.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003187int
3188main ()
3189{
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003190FILE *f = fopen ("conftest.out", "w");
3191 return ferror (f) || fclose (f) != 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003192
3193 ;
3194 return 0;
3195}
3196_ACEOF
3197ac_clean_files_save=$ac_clean_files
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003198ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003199# Try to create an executable without -o first, disregard a.out.
3200# It will help us diagnose broken compilers, and finding out an intuition
3201# of exeext.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003203$as_echo_n "checking for C compiler default output file name... " >&6; }
3204ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3205
3206# The possible output files:
3207ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3208
Jeremy White0ebeb532006-06-20 13:18:41 +02003209ac_rmfiles=
3210for ac_file in $ac_files
3211do
3212 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003213 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Jeremy White0ebeb532006-06-20 13:18:41 +02003214 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3215 esac
3216done
3217rm -f $ac_rmfiles
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003218
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003219if { { ac_try="$ac_link_default"
Jeremy White0ebeb532006-06-20 13:18:41 +02003220case "(($ac_try" in
3221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222 *) ac_try_echo=$ac_try;;
3223esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003224eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003226 (eval "$ac_link_default") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003227 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3229 test $ac_status = 0; }; then :
Jeremy White0ebeb532006-06-20 13:18:41 +02003230 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3231# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3232# in a Makefile. We should not override ac_cv_exeext if it was cached,
3233# so that the user can short-circuit this test for compilers unknown to
3234# Autoconf.
Alexandre Julliard78bd1942006-08-14 20:42:56 +02003235for ac_file in $ac_files ''
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003236do
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003237 test -f "$ac_file" || continue
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003238 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003239 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
Jeremy White0ebeb532006-06-20 13:18:41 +02003240 ;;
3241 [ab].out )
3242 # We found the default executable, but exeext='' is most
3243 # certainly right.
3244 break;;
3245 *.* )
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003246 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
Jeremy White0ebeb532006-06-20 13:18:41 +02003247 then :; else
3248 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3249 fi
3250 # We set ac_cv_exeext here because the later test for it is not
3251 # safe: cross compilers may not add the suffix if given an `-o'
3252 # argument, so we may need to know it at that point already.
3253 # Even if this section looks crufty: it has the advantage of
3254 # actually working.
3255 break;;
3256 * )
3257 break;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003258 esac
3259done
Jeremy White0ebeb532006-06-20 13:18:41 +02003260test "$ac_cv_exeext" = no && ac_cv_exeext=
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003261
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003262else
Alexandre Julliard78bd1942006-08-14 20:42:56 +02003263 ac_file=''
3264fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003266$as_echo "$ac_file" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003267if test -z "$ac_file"; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003268 $as_echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003269sed 's/^/| /' conftest.$ac_ext >&5
3270
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003271{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003273{ as_fn_set_status 77
3274as_fn_error "C compiler cannot create executables
3275See \`config.log' for more details." "$LINENO" 5; }; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003276fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003277ac_exeext=$ac_cv_exeext
Jeremy White0ebeb532006-06-20 13:18:41 +02003278
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003279# Check that the compiler produces executables we can run. If not, either
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003280# the compiler is broken, or we cross compile.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003282$as_echo_n "checking whether the C compiler works... " >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003283# If not cross compiling, check that we can run a simple program.
3284if test "$cross_compiling" != yes; then
3285 if { ac_try='./$ac_file'
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003286 { { case "(($ac_try" in
Jeremy White0ebeb532006-06-20 13:18:41 +02003287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3288 *) ac_try_echo=$ac_try;;
3289esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003290eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3291$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003292 (eval "$ac_try") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003293 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3295 test $ac_status = 0; }; }; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003296 cross_compiling=no
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003297 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003298 if test "$cross_compiling" = maybe; then
3299 cross_compiling=yes
3300 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003303as_fn_error "cannot run C compiled programs.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003304If you meant to cross compile, use \`--host'.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003305See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003306 fi
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003307 fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003308fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003310$as_echo "yes" >&6; }
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003311
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003312rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
Jeremy White0ebeb532006-06-20 13:18:41 +02003313ac_clean_files=$ac_clean_files_save
3314# Check that the compiler produces executables we can run. If not, either
3315# the compiler is broken, or we cross compile.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003317$as_echo_n "checking whether we are cross compiling... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003319$as_echo "$cross_compiling" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003320
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003322$as_echo_n "checking for suffix of executables... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003323if { { ac_try="$ac_link"
Jeremy White0ebeb532006-06-20 13:18:41 +02003324case "(($ac_try" in
3325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3326 *) ac_try_echo=$ac_try;;
3327esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003328eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3329$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003330 (eval "$ac_link") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003331 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3333 test $ac_status = 0; }; then :
Jeremy White0ebeb532006-06-20 13:18:41 +02003334 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3335# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3336# work properly (i.e., refer to `conftest.exe'), while it won't with
3337# `rm'.
3338for ac_file in conftest.exe conftest conftest.*; do
3339 test -f "$ac_file" || continue
3340 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003341 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Jeremy White0ebeb532006-06-20 13:18:41 +02003342 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3343 break;;
3344 * ) break;;
3345 esac
3346done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003347else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003348 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003349$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003350as_fn_error "cannot compute suffix of executables: cannot compile and link
3351See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003352fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003353rm -f conftest$ac_cv_exeext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003355$as_echo "$ac_cv_exeext" >&6; }
Jeremy White0ebeb532006-06-20 13:18:41 +02003356
3357rm -f conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003358EXEEXT=$ac_cv_exeext
3359ac_exeext=$EXEEXT
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003361$as_echo_n "checking for suffix of object files... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003362if test "${ac_cv_objext+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003363 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003364else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jeremy White0ebeb532006-06-20 13:18:41 +02003366/* end confdefs.h. */
3367
3368int
3369main ()
3370{
3371
3372 ;
3373 return 0;
3374}
3375_ACEOF
3376rm -f conftest.o conftest.obj
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003377if { { ac_try="$ac_compile"
Jeremy White0ebeb532006-06-20 13:18:41 +02003378case "(($ac_try" in
3379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380 *) ac_try_echo=$ac_try;;
3381esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003382eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003384 (eval "$ac_compile") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003385 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387 test $ac_status = 0; }; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003388 for ac_file in conftest.o conftest.obj conftest.*; do
3389 test -f "$ac_file" || continue;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003390 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003391 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003392 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3393 break;;
3394 esac
3395done
3396else
Alexandre Julliardabf50482008-10-31 12:56:53 +01003397 $as_echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003398sed 's/^/| /' conftest.$ac_ext >&5
3399
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003400{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003401$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003402as_fn_error "cannot compute suffix of object files: cannot compile
3403See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003404fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003405rm -f conftest.$ac_cv_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003406fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003408$as_echo "$ac_cv_objext" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003409OBJEXT=$ac_cv_objext
3410ac_objext=$OBJEXT
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003412$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003413if test "${ac_cv_c_compiler_gnu+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003414 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003415else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003417/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003418
3419int
3420main ()
3421{
3422#ifndef __GNUC__
3423 choke me
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003424#endif
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00003425
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003426 ;
3427 return 0;
3428}
3429_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003430if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003431 ac_compiler_gnu=yes
Eric Pouech18ad24a2000-01-16 22:16:33 +00003432else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003433 ac_compiler_gnu=no
Eric Pouech18ad24a2000-01-16 22:16:33 +00003434fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003436ac_cv_c_compiler_gnu=$ac_compiler_gnu
Eric Pouech18ad24a2000-01-16 22:16:33 +00003437
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003438fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003440$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3441if test $ac_compiler_gnu = yes; then
3442 GCC=yes
3443else
3444 GCC=
3445fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003446ac_test_CFLAGS=${CFLAGS+set}
3447ac_save_CFLAGS=$CFLAGS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003449$as_echo_n "checking whether $CC accepts -g... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003450if test "${ac_cv_prog_cc_g+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003451 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003452else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003453 ac_save_c_werror_flag=$ac_c_werror_flag
3454 ac_c_werror_flag=yes
3455 ac_cv_prog_cc_g=no
3456 CFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003458/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003459
3460int
3461main ()
3462{
3463
3464 ;
3465 return 0;
3466}
3467_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003468if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003469 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003470else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003471 CFLAGS=""
3472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003473/* end confdefs.h. */
3474
3475int
3476main ()
3477{
3478
3479 ;
3480 return 0;
3481}
3482_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003483if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003484
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003485else
3486 ac_c_werror_flag=$ac_save_c_werror_flag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003487 CFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003489/* end confdefs.h. */
3490
3491int
3492main ()
3493{
3494
3495 ;
3496 return 0;
3497}
3498_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003499if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003500 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003501fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003503fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003504rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003505fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003506rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003507 ac_c_werror_flag=$ac_save_c_werror_flag
3508fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003510$as_echo "$ac_cv_prog_cc_g" >&6; }
Eric Pouech18ad24a2000-01-16 22:16:33 +00003511if test "$ac_test_CFLAGS" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003512 CFLAGS=$ac_save_CFLAGS
Eric Pouech18ad24a2000-01-16 22:16:33 +00003513elif test $ac_cv_prog_cc_g = yes; then
3514 if test "$GCC" = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003515 CFLAGS="-g -O2"
3516 else
Eric Pouech18ad24a2000-01-16 22:16:33 +00003517 CFLAGS="-g"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003518 fi
3519else
Eric Pouech18ad24a2000-01-16 22:16:33 +00003520 if test "$GCC" = yes; then
3521 CFLAGS="-O2"
3522 else
3523 CFLAGS=
3524 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003525fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003527$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003528if test "${ac_cv_prog_cc_c89+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003529 $as_echo_n "(cached) " >&6
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003530else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003531 ac_cv_prog_cc_c89=no
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003532ac_save_CC=$CC
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003533cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003534/* end confdefs.h. */
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003535#include <stdarg.h>
3536#include <stdio.h>
3537#include <sys/types.h>
3538#include <sys/stat.h>
3539/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3540struct buf { int x; };
3541FILE * (*rcsopen) (struct buf *, struct stat *, int);
3542static char *e (p, i)
3543 char **p;
3544 int i;
3545{
3546 return p[i];
3547}
3548static char *f (char * (*g) (char **, int), char **p, ...)
3549{
3550 char *s;
3551 va_list v;
3552 va_start (v,p);
3553 s = g (p, va_arg (v,int));
3554 va_end (v);
3555 return s;
3556}
Alexandre Julliard875927f2004-01-02 01:55:29 +00003557
3558/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3559 function prototypes and stuff, but not '\xHH' hex character constants.
3560 These don't provoke an error unfortunately, instead are silently treated
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003561 as 'x'. The following induces an error, until -std is added to get
Alexandre Julliard875927f2004-01-02 01:55:29 +00003562 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3563 array size at least. It's necessary to write '\x00'==0 to get something
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003564 that's true only with -std. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003565int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3566
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02003567/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3568 inside strings and character constants. */
3569#define FOO(x) 'x'
3570int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3571
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003572int test (int i, double x);
3573struct s1 {int (*f) (int a);};
3574struct s2 {int (*f) (double a);};
3575int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3576int argc;
3577char **argv;
3578int
3579main ()
3580{
3581return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3582 ;
3583 return 0;
3584}
3585_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003586for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3587 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003588do
3589 CC="$ac_save_CC $ac_arg"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003590 if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003591 ac_cv_prog_cc_c89=$ac_arg
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003592fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003593rm -f core conftest.err conftest.$ac_objext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003594 test "x$ac_cv_prog_cc_c89" != "xno" && break
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003595done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003596rm -f conftest.$ac_ext
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003597CC=$ac_save_CC
3598
3599fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003600# AC_CACHE_VAL
3601case "x$ac_cv_prog_cc_c89" in
3602 x)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003604$as_echo "none needed" >&6; } ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003605 xno)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003607$as_echo "unsupported" >&6; } ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003608 *)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003609 CC="$CC $ac_cv_prog_cc_c89"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003611$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003612esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003613if test "x$ac_cv_prog_cc_c89" != xno; then :
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003614
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003615fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003616
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003617ac_ext=c
3618ac_cpp='$CPP $CPPFLAGS'
3619ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3620ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3621ac_compiler_gnu=$ac_cv_c_compiler_gnu
3622
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003623ac_ext=cpp
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003624ac_cpp='$CXXCPP $CPPFLAGS'
3625ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3626ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3627ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003628if test -z "$CXX"; then
3629 if test -n "$CCC"; then
3630 CXX=$CCC
3631 else
3632 if test -n "$ac_tool_prefix"; then
3633 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003634 do
3635 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3636set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003638$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003639if test "${ac_cv_prog_CXX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003640 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003641else
3642 if test -n "$CXX"; then
3643 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3644else
3645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3646for as_dir in $PATH
3647do
3648 IFS=$as_save_IFS
3649 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003650 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003652 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003654 break 2
3655 fi
3656done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003657 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003658IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003659
3660fi
3661fi
3662CXX=$ac_cv_prog_CXX
3663if test -n "$CXX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003665$as_echo "$CXX" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003666else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003668$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003669fi
3670
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003671
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003672 test -n "$CXX" && break
3673 done
3674fi
3675if test -z "$CXX"; then
3676 ac_ct_CXX=$CXX
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003677 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003678do
3679 # Extract the first word of "$ac_prog", so it can be a program name with args.
3680set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003682$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003683if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003684 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003685else
3686 if test -n "$ac_ct_CXX"; then
3687 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3688else
3689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3690for as_dir in $PATH
3691do
3692 IFS=$as_save_IFS
3693 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003694 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003696 ac_cv_prog_ac_ct_CXX="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003698 break 2
3699 fi
3700done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003701 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003702IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003703
3704fi
3705fi
3706ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3707if test -n "$ac_ct_CXX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003709$as_echo "$ac_ct_CXX" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003710else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003712$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003713fi
3714
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003715
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003716 test -n "$ac_ct_CXX" && break
3717done
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003718
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003719 if test "x$ac_ct_CXX" = x; then
3720 CXX="g++"
3721 else
3722 case $cross_compiling:$ac_tool_warned in
3723yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003724{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003725$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003726ac_tool_warned=yes ;;
3727esac
3728 CXX=$ac_ct_CXX
3729 fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003730fi
3731
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003732 fi
3733fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003734# Provide some information about the compiler.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003735$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003736set X $ac_compile
3737ac_compiler=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003738for ac_option in --version -v -V -qversion; do
3739 { { ac_try="$ac_compiler $ac_option >&5"
Jeremy White0ebeb532006-06-20 13:18:41 +02003740case "(($ac_try" in
3741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742 *) ac_try_echo=$ac_try;;
3743esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003744eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3745$as_echo "$ac_try_echo"; } >&5
3746 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003747 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003748 if test -s conftest.err; then
3749 sed '10a\
3750... rest of stderr output deleted ...
3751 10q' conftest.err >conftest.er1
3752 cat conftest.er1 >&5
3753 rm -f conftest.er1 conftest.err
3754 fi
3755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3756 test $ac_status = 0; }
3757done
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003758
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003760$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003761if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003762 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003763else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003765/* end confdefs.h. */
3766
3767int
3768main ()
3769{
3770#ifndef __GNUC__
3771 choke me
3772#endif
3773
3774 ;
3775 return 0;
3776}
3777_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003778if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003779 ac_compiler_gnu=yes
3780else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003781 ac_compiler_gnu=no
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003782fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003784ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3785
3786fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003788$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3789if test $ac_compiler_gnu = yes; then
3790 GXX=yes
3791else
3792 GXX=
3793fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003794ac_test_CXXFLAGS=${CXXFLAGS+set}
3795ac_save_CXXFLAGS=$CXXFLAGS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003797$as_echo_n "checking whether $CXX accepts -g... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003798if test "${ac_cv_prog_cxx_g+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003799 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003800else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003801 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3802 ac_cxx_werror_flag=yes
3803 ac_cv_prog_cxx_g=no
3804 CXXFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003806/* end confdefs.h. */
3807
3808int
3809main ()
3810{
3811
3812 ;
3813 return 0;
3814}
3815_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003816if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003817 ac_cv_prog_cxx_g=yes
3818else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003819 CXXFLAGS=""
3820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003821/* end confdefs.h. */
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003822
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003823int
3824main ()
3825{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003826
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003827 ;
3828 return 0;
3829}
3830_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003831if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003832
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003833else
3834 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003835 CXXFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003837/* end confdefs.h. */
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003838
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003839int
3840main ()
3841{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003842
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003843 ;
3844 return 0;
3845}
3846_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003847if ac_fn_cxx_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003848 ac_cv_prog_cxx_g=yes
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003849fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003851fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003852rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003853fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003854rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003855 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3856fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003857{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003858$as_echo "$ac_cv_prog_cxx_g" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003859if test "$ac_test_CXXFLAGS" = set; then
3860 CXXFLAGS=$ac_save_CXXFLAGS
3861elif test $ac_cv_prog_cxx_g = yes; then
3862 if test "$GXX" = yes; then
3863 CXXFLAGS="-g -O2"
3864 else
3865 CXXFLAGS="-g"
3866 fi
3867else
3868 if test "$GXX" = yes; then
3869 CXXFLAGS="-O2"
3870 else
3871 CXXFLAGS=
3872 fi
3873fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003874ac_ext=c
3875ac_cpp='$CPP $CPPFLAGS'
3876ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3877ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3878ac_compiler_gnu=$ac_cv_c_compiler_gnu
3879
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003880if test -n "$ac_tool_prefix"; then
3881 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3882set dummy ${ac_tool_prefix}cpp; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003884$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003885if test "${ac_cv_prog_CPPBIN+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003886 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003887else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003888 if test -n "$CPPBIN"; then
3889 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003890else
3891as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3892for as_dir in $PATH
3893do
3894 IFS=$as_save_IFS
3895 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003896 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003898 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003900 break 2
3901 fi
3902done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003903 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003904IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003905
3906fi
3907fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003908CPPBIN=$ac_cv_prog_CPPBIN
3909if test -n "$CPPBIN"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003911$as_echo "$CPPBIN" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003912else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003914$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003915fi
3916
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003917
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003918fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003919if test -z "$ac_cv_prog_CPPBIN"; then
3920 ac_ct_CPPBIN=$CPPBIN
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003921 # Extract the first word of "cpp", so it can be a program name with args.
3922set dummy cpp; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003924$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003925if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003926 $as_echo_n "(cached) " >&6
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003927else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003928 if test -n "$ac_ct_CPPBIN"; then
3929 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003930else
3931as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3932for as_dir in $PATH
3933do
3934 IFS=$as_save_IFS
3935 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003936 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003938 ac_cv_prog_ac_ct_CPPBIN="cpp"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003940 break 2
3941 fi
3942done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003943 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003944IFS=$as_save_IFS
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003945
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003946fi
3947fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003948ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3949if test -n "$ac_ct_CPPBIN"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003951$as_echo "$ac_ct_CPPBIN" >&6; }
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003952else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003954$as_echo "no" >&6; }
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003955fi
3956
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003957 if test "x$ac_ct_CPPBIN" = x; then
3958 CPPBIN="cpp"
3959 else
3960 case $cross_compiling:$ac_tool_warned in
3961yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003962{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003963$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003964ac_tool_warned=yes ;;
3965esac
3966 CPPBIN=$ac_ct_CPPBIN
3967 fi
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003968else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003969 CPPBIN="$ac_cv_prog_CPPBIN"
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003970fi
3971
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003972
Alexandre Julliard1aea4ef2009-08-27 13:35:46 +02003973cat >>confdefs.h <<_ACEOF
3974#define EXEEXT "$ac_exeext"
3975_ACEOF
3976
3977
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01003978case $host in
Ken Thomases42664332009-05-01 22:59:52 -05003979 *-darwin*)
Alexandre Julliard39a75d32009-08-13 19:45:31 +02003980 if test "x$enable_win64" = "xyes"
Ken Thomases42664332009-05-01 22:59:52 -05003981 then
3982 CC="$CC -m64"
3983 CXX="$CXX -m64"
3984 LD="${LD:-ld} -arch x86_64"
3985 AS="${AS:-as} -arch x86_64"
3986 host_cpu="x86_64"
3987 notice_platform="64-bit "
3988 TARGETFLAGS="-m64"
3989
3990 else
3991 CC="$CC -m32"
3992 CXX="$CXX -m32"
3993 LD="${LD:-ld} -arch i386"
3994 AS="${AS:-as} -arch i386"
3995 host_cpu="i386"
3996 notice_platform="32-bit "
3997 TARGETFLAGS="-m32"
3998
3999 enable_win16=${enable_win16:-yes}
4000 fi
4001 ;;
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004002 x86_64*)
Alexandre Julliard6b4ed0f2009-01-12 19:29:43 +01004003 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004004 then
4005 CC="$CC -m32"
4006 CXX="$CXX -m32"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004008$as_echo_n "checking whether $CC works... " >&6; }
4009
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004010cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004011/* end confdefs.h. */
4012
4013int
4014main ()
4015{
4016
4017 ;
4018 return 0;
4019}
4020_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004021if ac_fn_c_try_link "$LINENO"; then :
4022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004023$as_echo "yes" >&6; }
4024else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004026$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004027 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004028fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004029rm -f core conftest.err conftest.$ac_objext \
4030 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004031 LD="${LD:-ld} -m elf_i386"
4032 AS="${AS:-as} --32"
4033 host_cpu="i386"
4034 notice_platform="32-bit "
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004035 TARGETFLAGS="-m32"
4036
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004037 enable_win16=${enable_win16:-yes}
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004038 else
Alexandre Julliard8812d242009-06-14 11:19:54 +02004039 if test "x${GCC}" = "xyes"
4040 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004042$as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard8812d242009-06-14 11:19:54 +02004044/* end confdefs.h. */
4045#include <stdarg.h>
4046int
4047main ()
4048{
4049void func(__builtin_ms_va_list *args);
4050 ;
4051 return 0;
4052}
4053_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004054if ac_fn_c_try_compile "$LINENO"; then :
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004056$as_echo "yes" >&6; }
4057else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004059$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004060 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004061fi
Alexandre Julliard8812d242009-06-14 11:19:54 +02004062rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4063 fi
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004064 TARGETFLAGS="-m64"
4065
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004066 fi
4067 ;;
Alexandre Julliard391fce62009-04-02 12:59:52 +02004068 *-mingw32*|*-cygwin*)
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004069 enable_win16=${enable_win16:-no}
4070 ;;
4071 i[3456789]86*)
4072 enable_win16=${enable_win16:-yes}
4073 ;;
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004074esac
4075
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004076enable_win16=${enable_win16:-no}
Alexandre Julliard776820e2009-02-23 17:46:33 +01004077
4078WIN16_FILES="\$(WIN16_FILES)"
4079
4080WIN16_INSTALL="\$(WIN16_INSTALL)"
4081
4082if test "x$enable_win16" != "xyes"
4083then
4084 WIN16_FILES=""
4085 WIN16_INSTALL=""
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004086 enable_w32skrnl=${enable_w32skrnl:-no}
4087 enable_winedos=${enable_winedos:-no}
4088 enable_winevdm=${enable_winevdm:-no}
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004089fi
4090
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004091if test -n "$with_wine64"
4092then
4093 if test "x$enable_win64" = "xyes"
4094 then
4095 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4096--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4097 fi
Alexandre Julliard90647772009-08-13 19:48:42 +02004098 WOW64_DISABLE=\#
4099
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004100 enable_fonts=${enable_fonts:-no}
4101 enable_include=${enable_include:-no}
4102 enable_server=${enable_server:-no}
4103 enable_tools=${enable_tools:-no}
4104 enable_wineboot=${enable_wineboot:-no}
4105 enable_winedbg=${enable_winedbg:-no}
4106 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4107fi
4108
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004110$as_echo_n "checking for the directory containing the Wine tools... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004111if test "${wine_cv_toolsdir+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004112 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004113else
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004114 wine_cv_toolsdir="$with_wine_tools"
4115 if test -z "$with_wine_tools"; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004116 if test "$cross_compiling" = "yes"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004117 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004118 elif test -n "$with_wine64"; then
4119 wine_cv_toolsdir="$with_wine64"
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004120 fi
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004121 fi
4122 if test -z "$wine_cv_toolsdir"; then
4123 wine_cv_toolsdir="\$(TOPOBJDIR)"
4124 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4125 case "$wine_cv_toolsdir" in
4126 /*) ;;
4127 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004128 esac
4129 else
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004130 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004131 fi
4132fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004134$as_echo "$wine_cv_toolsdir" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004135TOOLSDIR=$wine_cv_toolsdir
4136
Alexandre Julliard4d135d92009-02-16 13:08:44 +01004137if test -n "$host_alias" -a "$host_alias" != "$build_alias"
Alexandre Julliard424cb272008-12-26 17:54:50 +01004138then
Alexandre Julliard0fea4a52009-02-12 10:28:23 +01004139 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
Alexandre Julliard424cb272008-12-26 17:54:50 +01004140
4141fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004142
Alexandre Julliard40916272007-03-08 13:19:50 +01004143for ac_prog in flex
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004144do
4145 # Extract the first word of "$ac_prog", so it can be a program name with args.
4146set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004148$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004149if test "${ac_cv_prog_FLEX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004150 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004151else
Alexandre Julliard40916272007-03-08 13:19:50 +01004152 if test -n "$FLEX"; then
4153 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004154else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4156for as_dir in $PATH
4157do
4158 IFS=$as_save_IFS
4159 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004160 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliard40916272007-03-08 13:19:50 +01004162 ac_cv_prog_FLEX="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004164 break 2
4165 fi
4166done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004167 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004168IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004169
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004170fi
4171fi
Alexandre Julliard40916272007-03-08 13:19:50 +01004172FLEX=$ac_cv_prog_FLEX
4173if test -n "$FLEX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004175$as_echo "$FLEX" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004176else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004178$as_echo "no" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004179fi
4180
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004181
Alexandre Julliard40916272007-03-08 13:19:50 +01004182 test -n "$FLEX" && break
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004183done
Alexandre Julliard40916272007-03-08 13:19:50 +01004184test -n "$FLEX" || FLEX="none"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004185
Alexandre Julliard40916272007-03-08 13:19:50 +01004186if test "$FLEX" = "none"
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004187then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004188 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004189fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004190
Mike McCormackc068f672004-03-16 03:11:39 +00004191for ac_prog in bison
4192do
4193 # Extract the first word of "$ac_prog", so it can be a program name with args.
4194set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004196$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004197if test "${ac_cv_prog_BISON+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004198 $as_echo_n "(cached) " >&6
Mike McCormackc068f672004-03-16 03:11:39 +00004199else
4200 if test -n "$BISON"; then
4201 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4202else
4203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4204for as_dir in $PATH
4205do
4206 IFS=$as_save_IFS
4207 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004208 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004209 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Mike McCormackc068f672004-03-16 03:11:39 +00004210 ac_cv_prog_BISON="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormackc068f672004-03-16 03:11:39 +00004212 break 2
4213 fi
4214done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004215 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004216IFS=$as_save_IFS
Mike McCormackc068f672004-03-16 03:11:39 +00004217
4218fi
4219fi
4220BISON=$ac_cv_prog_BISON
4221if test -n "$BISON"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004223$as_echo "$BISON" >&6; }
Mike McCormackc068f672004-03-16 03:11:39 +00004224else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004226$as_echo "no" >&6; }
Mike McCormackc068f672004-03-16 03:11:39 +00004227fi
4228
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004229
Mike McCormackc068f672004-03-16 03:11:39 +00004230 test -n "$BISON" && break
4231done
4232test -n "$BISON" || BISON="none"
4233
4234if test "$BISON" = "none"
4235then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004236 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
Mike McCormackc068f672004-03-16 03:11:39 +00004237fi
4238
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004239if test -n "$ac_tool_prefix"; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004240 for ac_prog in ar gar
4241 do
4242 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4243set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004245$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004246if test "${ac_cv_prog_AR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004247 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004248else
4249 if test -n "$AR"; then
4250 ac_cv_prog_AR="$AR" # Let the user override the test.
4251else
4252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253for as_dir in $PATH
4254do
4255 IFS=$as_save_IFS
4256 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004257 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004259 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004261 break 2
4262 fi
4263done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004264 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004265IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004266
4267fi
4268fi
4269AR=$ac_cv_prog_AR
4270if test -n "$AR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004272$as_echo "$AR" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004273else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004275$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004276fi
4277
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004278
Francois Gouget86bd0462008-06-26 14:05:57 +02004279 test -n "$AR" && break
4280 done
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004281fi
Francois Gouget86bd0462008-06-26 14:05:57 +02004282if test -z "$AR"; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004283 ac_ct_AR=$AR
Francois Gouget86bd0462008-06-26 14:05:57 +02004284 for ac_prog in ar gar
4285do
4286 # Extract the first word of "$ac_prog", so it can be a program name with args.
4287set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004289$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004290if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004291 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004292else
4293 if test -n "$ac_ct_AR"; then
4294 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4295else
4296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297for as_dir in $PATH
4298do
4299 IFS=$as_save_IFS
4300 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004301 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004303 ac_cv_prog_ac_ct_AR="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004305 break 2
4306 fi
4307done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004308 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004309IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004310
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004311fi
4312fi
4313ac_ct_AR=$ac_cv_prog_ac_ct_AR
4314if test -n "$ac_ct_AR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004316$as_echo "$ac_ct_AR" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004317else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004319$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004320fi
4321
Francois Gouget86bd0462008-06-26 14:05:57 +02004322
4323 test -n "$ac_ct_AR" && break
4324done
4325
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004326 if test "x$ac_ct_AR" = x; then
4327 AR="ar"
4328 else
4329 case $cross_compiling:$ac_tool_warned in
4330yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004331{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004332$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004333ac_tool_warned=yes ;;
4334esac
4335 AR=$ac_ct_AR
4336 fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004337fi
4338
Rob Shearman0c694d72008-03-04 15:53:41 +00004339ARFLAGS=rc
4340
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004341if test -n "$ac_tool_prefix"; then
4342 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4343set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004345$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004346if test "${ac_cv_prog_RANLIB+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004347 $as_echo_n "(cached) " >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004348else
4349 if test -n "$RANLIB"; then
4350 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4351else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004352as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4353for as_dir in $PATH
4354do
4355 IFS=$as_save_IFS
4356 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004357 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004359 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004361 break 2
4362 fi
4363done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004364 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004365IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004366
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004367fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004368fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004369RANLIB=$ac_cv_prog_RANLIB
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004370if test -n "$RANLIB"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004372$as_echo "$RANLIB" >&6; }
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004373else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004375$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004376fi
4377
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004378
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004379fi
4380if test -z "$ac_cv_prog_RANLIB"; then
4381 ac_ct_RANLIB=$RANLIB
4382 # Extract the first word of "ranlib", so it can be a program name with args.
4383set dummy ranlib; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004385$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004386if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004387 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004388else
4389 if test -n "$ac_ct_RANLIB"; then
4390 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4391else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004392as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393for as_dir in $PATH
4394do
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004397 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004399 ac_cv_prog_ac_ct_RANLIB="ranlib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004401 break 2
4402 fi
4403done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004404 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004405IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004406
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004407fi
4408fi
4409ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4410if test -n "$ac_ct_RANLIB"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004412$as_echo "$ac_ct_RANLIB" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004413else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004415$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004416fi
4417
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004418 if test "x$ac_ct_RANLIB" = x; then
4419 RANLIB=":"
4420 else
4421 case $cross_compiling:$ac_tool_warned in
4422yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004423{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004424$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004425ac_tool_warned=yes ;;
4426esac
4427 RANLIB=$ac_ct_RANLIB
4428 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004429else
4430 RANLIB="$ac_cv_prog_RANLIB"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004431fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004432
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004433if test -n "$ac_tool_prefix"; then
4434 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4435set dummy ${ac_tool_prefix}strip; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004437$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004438if test "${ac_cv_prog_STRIP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004439 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004440else
4441 if test -n "$STRIP"; then
4442 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4443else
4444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445for as_dir in $PATH
4446do
4447 IFS=$as_save_IFS
4448 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004449 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004451 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004453 break 2
4454 fi
4455done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004456 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004457IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004458
4459fi
4460fi
4461STRIP=$ac_cv_prog_STRIP
4462if test -n "$STRIP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004464$as_echo "$STRIP" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004465else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004467$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004468fi
4469
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004470
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004471fi
4472if test -z "$ac_cv_prog_STRIP"; then
4473 ac_ct_STRIP=$STRIP
4474 # Extract the first word of "strip", so it can be a program name with args.
4475set dummy strip; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004477$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004478if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004479 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004480else
4481 if test -n "$ac_ct_STRIP"; then
4482 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4483else
4484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485for as_dir in $PATH
4486do
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004489 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004491 ac_cv_prog_ac_ct_STRIP="strip"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004493 break 2
4494 fi
4495done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004496 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004497IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004498
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004499fi
4500fi
4501ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4502if test -n "$ac_ct_STRIP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004504$as_echo "$ac_ct_STRIP" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004505else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004507$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004508fi
4509
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004510 if test "x$ac_ct_STRIP" = x; then
4511 STRIP="strip"
4512 else
4513 case $cross_compiling:$ac_tool_warned in
4514yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004515{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004516$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004517ac_tool_warned=yes ;;
4518esac
4519 STRIP=$ac_ct_STRIP
4520 fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004521else
4522 STRIP="$ac_cv_prog_STRIP"
4523fi
4524
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004526$as_echo_n "checking whether ln -s works... " >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004527LN_S=$as_ln_s
4528if test "$LN_S" = "ln -s"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004530$as_echo "yes" >&6; }
Alexandre Julliard641ee761997-08-04 16:34:36 +00004531else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004533$as_echo "no, using $LN_S" >&6; }
Alexandre Julliard641ee761997-08-04 16:34:36 +00004534fi
4535
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004537$as_echo_n "checking whether ln works... " >&6; }
Alexandre Julliarddf234a92002-05-22 02:10:39 +00004538rm -f conf$$ conf$$.file
4539echo >conf$$.file
4540if ln conf$$.file conf$$ 2>/dev/null; then
4541 LN=ln
4542
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004544$as_echo "yes" >&6; }
Alexandre Julliarddf234a92002-05-22 02:10:39 +00004545else
4546 LN="cp -p"
4547
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004549$as_echo "no, using $LN" >&6; }
Alexandre Julliarddf234a92002-05-22 02:10:39 +00004550fi
4551rm -f conf$$ conf$$.file
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004553$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004554if test "${ac_cv_path_GREP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004555 $as_echo_n "(cached) " >&6
Alexandre Julliardc6264912004-08-16 20:09:37 +00004556else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004557 if test -z "$GREP"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004558 ac_path_GREP_found=false
Alexandre Julliardabf50482008-10-31 12:56:53 +01004559 # Loop through the user's path and test for each of PROGNAME-LIST
4560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004561for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4562do
4563 IFS=$as_save_IFS
4564 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004565 for ac_prog in grep ggrep; do
Alexandre Julliardabf50482008-10-31 12:56:53 +01004566 for ac_exec_ext in '' $ac_executable_extensions; do
4567 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4568 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4569# Check for GNU ac_path_GREP and select it if it is found.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004570 # Check for GNU $ac_path_GREP
4571case `"$ac_path_GREP" --version 2>&1` in
4572*GNU*)
4573 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4574*)
4575 ac_count=0
Alexandre Julliardabf50482008-10-31 12:56:53 +01004576 $as_echo_n 0123456789 >"conftest.in"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004577 while :
4578 do
4579 cat "conftest.in" "conftest.in" >"conftest.tmp"
4580 mv "conftest.tmp" "conftest.in"
4581 cp "conftest.in" "conftest.nl"
Alexandre Julliardabf50482008-10-31 12:56:53 +01004582 $as_echo 'GREP' >> "conftest.nl"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004583 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4584 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004585 as_fn_arith $ac_count + 1 && ac_count=$as_val
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004586 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4587 # Best one so far, save it but keep looking for a better one
4588 ac_cv_path_GREP="$ac_path_GREP"
4589 ac_path_GREP_max=$ac_count
Alexandre Julliardc6264912004-08-16 20:09:37 +00004590 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004591 # 10*(2^10) chars as input seems more than enough
4592 test $ac_count -gt 10 && break
4593 done
Jeremy White0ebeb532006-06-20 13:18:41 +02004594 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004595esac
4596
Alexandre Julliardabf50482008-10-31 12:56:53 +01004597 $ac_path_GREP_found && break 3
4598 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004599 done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004600 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004601IFS=$as_save_IFS
Alexandre Julliardabf50482008-10-31 12:56:53 +01004602 if test -z "$ac_cv_path_GREP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004603 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004604 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004605else
4606 ac_cv_path_GREP=$GREP
4607fi
4608
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004609fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004611$as_echo "$ac_cv_path_GREP" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004612 GREP="$ac_cv_path_GREP"
4613
4614
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004616$as_echo_n "checking for egrep... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004617if test "${ac_cv_path_EGREP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004618 $as_echo_n "(cached) " >&6
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004619else
4620 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4621 then ac_cv_path_EGREP="$GREP -E"
4622 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004623 if test -z "$EGREP"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004624 ac_path_EGREP_found=false
Alexandre Julliardabf50482008-10-31 12:56:53 +01004625 # Loop through the user's path and test for each of PROGNAME-LIST
4626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004627for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4628do
4629 IFS=$as_save_IFS
4630 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004631 for ac_prog in egrep; do
Alexandre Julliardabf50482008-10-31 12:56:53 +01004632 for ac_exec_ext in '' $ac_executable_extensions; do
4633 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4634 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4635# Check for GNU ac_path_EGREP and select it if it is found.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004636 # Check for GNU $ac_path_EGREP
4637case `"$ac_path_EGREP" --version 2>&1` in
4638*GNU*)
4639 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4640*)
4641 ac_count=0
Alexandre Julliardabf50482008-10-31 12:56:53 +01004642 $as_echo_n 0123456789 >"conftest.in"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004643 while :
4644 do
4645 cat "conftest.in" "conftest.in" >"conftest.tmp"
4646 mv "conftest.tmp" "conftest.in"
4647 cp "conftest.in" "conftest.nl"
Alexandre Julliardabf50482008-10-31 12:56:53 +01004648 $as_echo 'EGREP' >> "conftest.nl"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004649 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4650 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004651 as_fn_arith $ac_count + 1 && ac_count=$as_val
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004652 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4653 # Best one so far, save it but keep looking for a better one
4654 ac_cv_path_EGREP="$ac_path_EGREP"
4655 ac_path_EGREP_max=$ac_count
4656 fi
4657 # 10*(2^10) chars as input seems more than enough
4658 test $ac_count -gt 10 && break
4659 done
Jeremy White0ebeb532006-06-20 13:18:41 +02004660 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004661esac
4662
Alexandre Julliardabf50482008-10-31 12:56:53 +01004663 $ac_path_EGREP_found && break 3
4664 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004665 done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004666 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004667IFS=$as_save_IFS
Alexandre Julliardabf50482008-10-31 12:56:53 +01004668 if test -z "$ac_cv_path_EGREP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004669 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004670 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004671else
4672 ac_cv_path_EGREP=$EGREP
4673fi
4674
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004675 fi
4676fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004678$as_echo "$ac_cv_path_EGREP" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004679 EGREP="$ac_cv_path_EGREP"
Alexandre Julliardc6264912004-08-16 20:09:37 +00004680
4681
James Juranffe6b761999-06-12 08:21:57 +00004682# Extract the first word of "ldconfig", so it can be a program name with args.
4683set dummy ldconfig; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004685$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004686if test "${ac_cv_path_LDCONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004687 $as_echo_n "(cached) " >&6
James Juranffe6b761999-06-12 08:21:57 +00004688else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004689 case $LDCONFIG in
4690 [\\/]* | ?:[\\/]*)
James Juranffe6b761999-06-12 08:21:57 +00004691 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4692 ;;
4693 *)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Bill Medland91372b32002-04-20 21:00:42 +00004695for as_dir in /sbin /usr/sbin $PATH
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004696do
4697 IFS=$as_save_IFS
4698 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004699 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004701 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004703 break 2
4704 fi
4705done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004706 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004707IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004708
Alexandre Julliard318f4ce2000-01-31 05:02:49 +00004709 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
James Juranffe6b761999-06-12 08:21:57 +00004710 ;;
4711esac
4712fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004713LDCONFIG=$ac_cv_path_LDCONFIG
James Juranffe6b761999-06-12 08:21:57 +00004714if test -n "$LDCONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004716$as_echo "$LDCONFIG" >&6; }
James Juranffe6b761999-06-12 08:21:57 +00004717else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004719$as_echo "no" >&6; }
James Juranffe6b761999-06-12 08:21:57 +00004720fi
4721
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004722
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004723# Find a good install program. We prefer a C program (faster),
4724# so one script is as good as another. But avoid the broken or
4725# incompatible versions:
4726# SysV /etc/install, /usr/sbin/install
4727# SunOS /usr/etc/install
4728# IRIX /sbin/install
4729# AIX /bin/install
4730# AmigaOS /C/install, which installs bootblocks on floppy discs
4731# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4732# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4733# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Alexandre Julliard875927f2004-01-02 01:55:29 +00004734# OS/2's system install, which has a completely different semantic
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004735# ./install, which can be erroneously created by make from ./install.sh.
Alexandre Julliardabf50482008-10-31 12:56:53 +01004736# Reject install programs that cannot install multiple files.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004738$as_echo_n "checking for a BSD-compatible install... " >&6; }
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004739if test -z "$INSTALL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004740if test "${ac_cv_path_install+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004741 $as_echo_n "(cached) " >&6
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004742else
4743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744for as_dir in $PATH
4745do
4746 IFS=$as_save_IFS
4747 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004748 # Account for people who put trailing slashes in PATH elements.
4749case $as_dir/ in #((
4750 ./ | .// | /[cC]/* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004751 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004752 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004753 /usr/ucb/* ) ;;
4754 *)
4755 # OSF1 and SCO ODT 3.0 have their own names for install.
4756 # Don't use installbsd from OSF since it installs stuff as root
4757 # by default.
4758 for ac_prog in ginstall scoinst install; do
4759 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004760 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00004761 if test $ac_prog = install &&
4762 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4763 # AIX install. It has an incompatible calling convention.
4764 :
4765 elif test $ac_prog = install &&
4766 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4767 # program-specific install script used by HP pwplus--don't use.
4768 :
4769 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004770 rm -rf conftest.one conftest.two conftest.dir
4771 echo one > conftest.one
4772 echo two > conftest.two
4773 mkdir conftest.dir
4774 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4775 test -s conftest.one && test -s conftest.two &&
4776 test -s conftest.dir/conftest.one &&
4777 test -s conftest.dir/conftest.two
4778 then
4779 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4780 break 3
4781 fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004782 fi
4783 fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004784 done
4785 done
4786 ;;
4787esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01004788
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004789 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004790IFS=$as_save_IFS
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004791
Alexandre Julliardabf50482008-10-31 12:56:53 +01004792rm -rf conftest.one conftest.two conftest.dir
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004793
4794fi
4795 if test "${ac_cv_path_install+set}" = set; then
4796 INSTALL=$ac_cv_path_install
4797 else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004798 # As a last resort, use the slow shell script. Don't cache a
4799 # value for INSTALL within a source directory, because that will
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004800 # break other packages using the cache if that directory is
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004801 # removed, or if the value is a relative name.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004802 INSTALL=$ac_install_sh
4803 fi
4804fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004806$as_echo "$INSTALL" >&6; }
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004807
4808# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4809# It thinks the first close brace ends the variable substitution.
4810test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4811
4812test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4813
4814test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4815
4816case "$INSTALL" in
Alexandre Julliard8418d8f2002-12-24 02:39:47 +00004817 [\\/$]* | ?:[\\/]* ) ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004818 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4819esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004820
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004821for ac_prog in lclint lint
4822do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004823 # Extract the first word of "$ac_prog", so it can be a program name with args.
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004824set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004826$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004827if test "${ac_cv_prog_LINT+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004828 $as_echo_n "(cached) " >&6
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004829else
4830 if test -n "$LINT"; then
4831 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4832else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4834for as_dir in $PATH
4835do
4836 IFS=$as_save_IFS
4837 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004838 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004840 ac_cv_prog_LINT="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004842 break 2
4843 fi
4844done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004845 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004846IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004847
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004848fi
4849fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004850LINT=$ac_cv_prog_LINT
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004851if test -n "$LINT"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004853$as_echo "$LINT" >&6; }
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004854else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004856$as_echo "no" >&6; }
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004857fi
4858
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004859
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004860 test -n "$LINT" && break
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004861done
4862
4863if test "$LINT" = "lint"
4864then
4865 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4866 fi
4867
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004868
4869
Huw Davies00acb5f2004-08-17 22:33:14 +00004870for ac_prog in fontforge
4871do
4872 # Extract the first word of "$ac_prog", so it can be a program name with args.
4873set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004875$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004876if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004877 $as_echo_n "(cached) " >&6
Huw Davies00acb5f2004-08-17 22:33:14 +00004878else
4879 if test -n "$FONTFORGE"; then
4880 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4881else
4882as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4883for as_dir in $PATH
4884do
4885 IFS=$as_save_IFS
4886 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004887 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Huw Davies00acb5f2004-08-17 22:33:14 +00004889 ac_cv_prog_FONTFORGE="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Huw Davies00acb5f2004-08-17 22:33:14 +00004891 break 2
4892 fi
4893done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004894 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004895IFS=$as_save_IFS
Huw Davies00acb5f2004-08-17 22:33:14 +00004896
4897fi
4898fi
4899FONTFORGE=$ac_cv_prog_FONTFORGE
4900if test -n "$FONTFORGE"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004902$as_echo "$FONTFORGE" >&6; }
Huw Davies00acb5f2004-08-17 22:33:14 +00004903else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004905$as_echo "no" >&6; }
Huw Davies00acb5f2004-08-17 22:33:14 +00004906fi
4907
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004908
Huw Davies00acb5f2004-08-17 22:33:14 +00004909 test -n "$FONTFORGE" && break
4910done
4911test -n "$FONTFORGE" || FONTFORGE="false"
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00004912
Mike McCormack90c75bd2005-08-08 18:36:53 +00004913for ac_prog in pkg-config
4914do
4915 # Extract the first word of "$ac_prog", so it can be a program name with args.
4916set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004918$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004919if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004920 $as_echo_n "(cached) " >&6
Mike McCormack90c75bd2005-08-08 18:36:53 +00004921else
4922 if test -n "$PKG_CONFIG"; then
4923 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4924else
4925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926for as_dir in $PATH
4927do
4928 IFS=$as_save_IFS
4929 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004930 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Mike McCormack90c75bd2005-08-08 18:36:53 +00004932 ac_cv_prog_PKG_CONFIG="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormack90c75bd2005-08-08 18:36:53 +00004934 break 2
4935 fi
4936done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004937 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004938IFS=$as_save_IFS
Mike McCormack90c75bd2005-08-08 18:36:53 +00004939
4940fi
4941fi
4942PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4943if test -n "$PKG_CONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004945$as_echo "$PKG_CONFIG" >&6; }
Mike McCormack90c75bd2005-08-08 18:36:53 +00004946else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004948$as_echo "no" >&6; }
Mike McCormack90c75bd2005-08-08 18:36:53 +00004949fi
4950
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004951
Mike McCormack90c75bd2005-08-08 18:36:53 +00004952 test -n "$PKG_CONFIG" && break
4953done
4954test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4955
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004956for ac_prog in rsvg
4957do
4958 # Extract the first word of "$ac_prog", so it can be a program name with args.
4959set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004961$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004962if test "${ac_cv_prog_RSVG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004963 $as_echo_n "(cached) " >&6
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004964else
4965 if test -n "$RSVG"; then
4966 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4967else
4968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4969for as_dir in $PATH
4970do
4971 IFS=$as_save_IFS
4972 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004973 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4975 ac_cv_prog_RSVG="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004977 break 2
4978 fi
4979done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004980 done
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004981IFS=$as_save_IFS
4982
4983fi
4984fi
4985RSVG=$ac_cv_prog_RSVG
4986if test -n "$RSVG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004988$as_echo "$RSVG" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004989else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004991$as_echo "no" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004992fi
4993
4994
4995 test -n "$RSVG" && break
4996done
4997test -n "$RSVG" || RSVG="false"
4998
4999for ac_prog in icotool
5000do
5001 # Extract the first word of "$ac_prog", so it can be a program name with args.
5002set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005004$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005005if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005006 $as_echo_n "(cached) " >&6
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005007else
5008 if test -n "$ICOTOOL"; then
5009 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5010else
5011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012for as_dir in $PATH
5013do
5014 IFS=$as_save_IFS
5015 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005016 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5018 ac_cv_prog_ICOTOOL="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005020 break 2
5021 fi
5022done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005023 done
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005024IFS=$as_save_IFS
5025
5026fi
5027fi
5028ICOTOOL=$ac_cv_prog_ICOTOOL
5029if test -n "$ICOTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005031$as_echo "$ICOTOOL" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005032else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005034$as_echo "no" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005035fi
5036
5037
5038 test -n "$ICOTOOL" && break
5039done
5040test -n "$ICOTOOL" || ICOTOOL="false"
5041
5042
5043if test "${enable_maintainer_mode+set}" = set
5044then
Alexandre Julliard8ad60492008-03-22 21:23:56 +01005045 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005046 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5047 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5048fi
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00005049
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005050case $host_cpu in
5051 *i[3456789]86*)
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005052 # Extract the first word of "prelink", so it can be a program name with args.
5053set dummy prelink; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005055$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005056if test "${ac_cv_path_PRELINK+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005057 $as_echo_n "(cached) " >&6
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005058else
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005059 case $PRELINK in
5060 [\\/]* | ?:[\\/]*)
5061 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5062 ;;
5063 *)
5064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005065for as_dir in /sbin /usr/sbin $PATH
5066do
5067 IFS=$as_save_IFS
5068 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005069 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01005070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005071 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005073 break 2
5074 fi
5075done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005076 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005077IFS=$as_save_IFS
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005078
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005079 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5080 ;;
5081esac
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005082fi
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005083PRELINK=$ac_cv_path_PRELINK
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005084if test -n "$PRELINK"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005086$as_echo "$PRELINK" >&6; }
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005087else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005089$as_echo "no" >&6; }
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005090fi
5091
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005092
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005093 ;;
5094esac
5095
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005096
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005098$as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005099if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005100 $as_echo_n "(cached) " >&6
Alexandre Julliard902da691995-11-05 14:39:02 +00005101else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005102 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005103LIBS="-li386 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005104cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005105/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005106
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005107/* Override any GCC internal prototype to avoid an error.
5108 Use char because int might match the return type of a GCC
5109 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005110#ifdef __cplusplus
5111extern "C"
5112#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005113char i386_set_ldt ();
5114int
5115main ()
5116{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005117return i386_set_ldt ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005118 ;
5119 return 0;
5120}
5121_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005122if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005123 ac_cv_lib_i386_i386_set_ldt=yes
Alexandre Julliard902da691995-11-05 14:39:02 +00005124else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005125 ac_cv_lib_i386_i386_set_ldt=no
Alexandre Julliard902da691995-11-05 14:39:02 +00005126fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005127rm -f core conftest.err conftest.$ac_objext \
5128 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005129LIBS=$ac_check_lib_save_LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005130fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005132$as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005133if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005134 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005135#define HAVE_LIBI386 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005136_ACEOF
Alexandre Julliard02e90081998-01-04 17:49:09 +00005137
5138 LIBS="-li386 $LIBS"
5139
Alexandre Julliard02e90081998-01-04 17:49:09 +00005140fi
5141
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005143$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005144if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005145 $as_echo_n "(cached) " >&6
Todd Vierlingecc76691998-12-15 17:49:02 +00005146else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005147 ac_check_lib_save_LIBS=$LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005148LIBS="-lossaudio $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005149cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005150/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005151
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005152/* Override any GCC internal prototype to avoid an error.
5153 Use char because int might match the return type of a GCC
5154 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005155#ifdef __cplusplus
5156extern "C"
5157#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005158char _oss_ioctl ();
5159int
5160main ()
5161{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005162return _oss_ioctl ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005163 ;
5164 return 0;
5165}
5166_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005167if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005168 ac_cv_lib_ossaudio__oss_ioctl=yes
Todd Vierlingecc76691998-12-15 17:49:02 +00005169else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005170 ac_cv_lib_ossaudio__oss_ioctl=no
Todd Vierlingecc76691998-12-15 17:49:02 +00005171fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005172rm -f core conftest.err conftest.$ac_objext \
5173 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005174LIBS=$ac_check_lib_save_LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005175fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005177$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005178if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005179 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005180#define HAVE_LIBOSSAUDIO 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005181_ACEOF
Todd Vierlingecc76691998-12-15 17:49:02 +00005182
5183 LIBS="-lossaudio $LIBS"
5184
Todd Vierlingecc76691998-12-15 17:49:02 +00005185fi
5186
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005187
Alexandre Julliard82776022005-08-08 11:17:25 +00005188XLIB=""
Huw Daviese82dfab2004-08-04 19:10:26 +00005189
Huw Daviese82dfab2004-08-04 19:10:26 +00005190OPENGL_LIBS=""
Huw Daviese82dfab2004-08-04 19:10:26 +00005191
Rein Klazes7ff12562004-11-09 20:16:35 +00005192
Alexandre Julliard82776022005-08-08 11:17:25 +00005193
Eric Pouechbc56c4e2009-08-25 19:33:28 +02005194# Check whether --enable-largefile was given.
5195if test "${enable_largefile+set}" = set; then :
5196 enableval=$enable_largefile;
5197fi
5198
5199if test "$enable_largefile" != no; then
5200
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5202$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5203if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5204 $as_echo_n "(cached) " >&6
5205else
5206 ac_cv_sys_largefile_CC=no
5207 if test "$GCC" != yes; then
5208 ac_save_CC=$CC
5209 while :; do
5210 # IRIX 6.2 and later do not support large files by default,
5211 # so use the C compiler's -n32 option if that helps.
5212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5213/* end confdefs.h. */
5214#include <sys/types.h>
5215 /* Check that off_t can represent 2**63 - 1 correctly.
5216 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5217 since some C++ compilers masquerading as C compilers
5218 incorrectly reject 9223372036854775807. */
5219#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5220 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5221 && LARGE_OFF_T % 2147483647 == 1)
5222 ? 1 : -1];
5223int
5224main ()
5225{
5226
5227 ;
5228 return 0;
5229}
5230_ACEOF
5231 if ac_fn_c_try_compile "$LINENO"; then :
5232 break
5233fi
5234rm -f core conftest.err conftest.$ac_objext
5235 CC="$CC -n32"
5236 if ac_fn_c_try_compile "$LINENO"; then :
5237 ac_cv_sys_largefile_CC=' -n32'; break
5238fi
5239rm -f core conftest.err conftest.$ac_objext
5240 break
5241 done
5242 CC=$ac_save_CC
5243 rm -f conftest.$ac_ext
5244 fi
5245fi
5246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5247$as_echo "$ac_cv_sys_largefile_CC" >&6; }
5248 if test "$ac_cv_sys_largefile_CC" != no; then
5249 CC=$CC$ac_cv_sys_largefile_CC
5250 fi
5251
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5253$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5254if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5255 $as_echo_n "(cached) " >&6
5256else
5257 while :; do
5258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5259/* end confdefs.h. */
5260#include <sys/types.h>
5261 /* Check that off_t can represent 2**63 - 1 correctly.
5262 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5263 since some C++ compilers masquerading as C compilers
5264 incorrectly reject 9223372036854775807. */
5265#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5266 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5267 && LARGE_OFF_T % 2147483647 == 1)
5268 ? 1 : -1];
5269int
5270main ()
5271{
5272
5273 ;
5274 return 0;
5275}
5276_ACEOF
5277if ac_fn_c_try_compile "$LINENO"; then :
5278 ac_cv_sys_file_offset_bits=no; break
5279fi
5280rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5282/* end confdefs.h. */
5283#define _FILE_OFFSET_BITS 64
5284#include <sys/types.h>
5285 /* Check that off_t can represent 2**63 - 1 correctly.
5286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5287 since some C++ compilers masquerading as C compilers
5288 incorrectly reject 9223372036854775807. */
5289#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5291 && LARGE_OFF_T % 2147483647 == 1)
5292 ? 1 : -1];
5293int
5294main ()
5295{
5296
5297 ;
5298 return 0;
5299}
5300_ACEOF
5301if ac_fn_c_try_compile "$LINENO"; then :
5302 ac_cv_sys_file_offset_bits=64; break
5303fi
5304rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5305 ac_cv_sys_file_offset_bits=unknown
5306 break
5307done
5308fi
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5310$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5311case $ac_cv_sys_file_offset_bits in #(
5312 no | unknown) ;;
5313 *)
5314cat >>confdefs.h <<_ACEOF
5315#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5316_ACEOF
5317;;
5318esac
5319rm -rf conftest*
5320 if test $ac_cv_sys_file_offset_bits = unknown; then
5321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5322$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5323if test "${ac_cv_sys_large_files+set}" = set; then :
5324 $as_echo_n "(cached) " >&6
5325else
5326 while :; do
5327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5328/* end confdefs.h. */
5329#include <sys/types.h>
5330 /* Check that off_t can represent 2**63 - 1 correctly.
5331 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5332 since some C++ compilers masquerading as C compilers
5333 incorrectly reject 9223372036854775807. */
5334#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5335 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5336 && LARGE_OFF_T % 2147483647 == 1)
5337 ? 1 : -1];
5338int
5339main ()
5340{
5341
5342 ;
5343 return 0;
5344}
5345_ACEOF
5346if ac_fn_c_try_compile "$LINENO"; then :
5347 ac_cv_sys_large_files=no; break
5348fi
5349rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5351/* end confdefs.h. */
5352#define _LARGE_FILES 1
5353#include <sys/types.h>
5354 /* Check that off_t can represent 2**63 - 1 correctly.
5355 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5356 since some C++ compilers masquerading as C compilers
5357 incorrectly reject 9223372036854775807. */
5358#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5359 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5360 && LARGE_OFF_T % 2147483647 == 1)
5361 ? 1 : -1];
5362int
5363main ()
5364{
5365
5366 ;
5367 return 0;
5368}
5369_ACEOF
5370if ac_fn_c_try_compile "$LINENO"; then :
5371 ac_cv_sys_large_files=1; break
5372fi
5373rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5374 ac_cv_sys_large_files=unknown
5375 break
5376done
5377fi
5378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5379$as_echo "$ac_cv_sys_large_files" >&6; }
5380case $ac_cv_sys_large_files in #(
5381 no | unknown) ;;
5382 *)
5383cat >>confdefs.h <<_ACEOF
5384#define _LARGE_FILES $ac_cv_sys_large_files
5385_ACEOF
5386;;
5387esac
5388rm -rf conftest*
5389 fi
5390fi
5391
5392
Alexandre Julliard40664c02009-02-11 20:40:58 +01005393ac_ext=c
5394ac_cpp='$CPP $CPPFLAGS'
5395ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5396ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5397ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005399$as_echo_n "checking how to run the C preprocessor... " >&6; }
5400# On Suns, sometimes $CPP names a directory.
5401if test -n "$CPP" && test -d "$CPP"; then
5402 CPP=
5403fi
5404if test -z "$CPP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005405 if test "${ac_cv_prog_CPP+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005406 $as_echo_n "(cached) " >&6
5407else
5408 # Double quotes because CPP needs to be expanded
5409 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5410 do
5411 ac_preproc_ok=false
5412for ac_c_preproc_warn_flag in '' yes
5413do
5414 # Use a header file that comes with gcc, so configuring glibc
5415 # with a fresh cross-compiler works.
5416 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5417 # <limits.h> exists even on freestanding compilers.
5418 # On the NeXT, cc -E runs the code through the compiler's parser,
5419 # not just through cpp. "Syntax error" is here to catch this case.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005421/* end confdefs.h. */
5422#ifdef __STDC__
5423# include <limits.h>
5424#else
5425# include <assert.h>
5426#endif
5427 Syntax error
5428_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005429if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005430
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005431else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005432 # Broken: fails on valid input.
5433continue
5434fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005435rm -f conftest.err conftest.$ac_ext
5436
5437 # OK, works on sane cases. Now check whether nonexistent headers
5438 # can be detected and how.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005440/* end confdefs.h. */
5441#include <ac_nonexistent.h>
5442_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005443if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005444 # Broken: success on invalid input.
5445continue
5446else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005447 # Passes both tests.
5448ac_preproc_ok=:
5449break
5450fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005451rm -f conftest.err conftest.$ac_ext
5452
5453done
5454# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5455rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005456if $ac_preproc_ok; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005457 break
5458fi
5459
5460 done
5461 ac_cv_prog_CPP=$CPP
5462
5463fi
5464 CPP=$ac_cv_prog_CPP
5465else
5466 ac_cv_prog_CPP=$CPP
5467fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005469$as_echo "$CPP" >&6; }
5470ac_preproc_ok=false
5471for ac_c_preproc_warn_flag in '' yes
5472do
5473 # Use a header file that comes with gcc, so configuring glibc
5474 # with a fresh cross-compiler works.
5475 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5476 # <limits.h> exists even on freestanding compilers.
5477 # On the NeXT, cc -E runs the code through the compiler's parser,
5478 # not just through cpp. "Syntax error" is here to catch this case.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005480/* end confdefs.h. */
5481#ifdef __STDC__
5482# include <limits.h>
5483#else
5484# include <assert.h>
5485#endif
5486 Syntax error
5487_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005488if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005489
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005490else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005491 # Broken: fails on valid input.
5492continue
5493fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005494rm -f conftest.err conftest.$ac_ext
5495
5496 # OK, works on sane cases. Now check whether nonexistent headers
5497 # can be detected and how.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005499/* end confdefs.h. */
5500#include <ac_nonexistent.h>
5501_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005502if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005503 # Broken: success on invalid input.
5504continue
5505else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005506 # Passes both tests.
5507ac_preproc_ok=:
5508break
5509fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005510rm -f conftest.err conftest.$ac_ext
5511
5512done
5513# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5514rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005515if $ac_preproc_ok; then :
5516
Alexandre Julliard40664c02009-02-11 20:40:58 +01005517else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005518 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005519$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005520as_fn_error "C preprocessor \"$CPP\" fails sanity check
5521See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliard40664c02009-02-11 20:40:58 +01005522fi
5523
5524ac_ext=c
5525ac_cpp='$CPP $CPPFLAGS'
5526ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5527ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5528ac_compiler_gnu=$ac_cv_c_compiler_gnu
5529
5530
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005532$as_echo_n "checking for ANSI C header files... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005533if test "${ac_cv_header_stdc+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005534 $as_echo_n "(cached) " >&6
Marcus Meissner2d7be871999-12-05 23:06:40 +00005535else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005537/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005538#include <stdlib.h>
5539#include <stdarg.h>
5540#include <string.h>
5541#include <float.h>
5542
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005543int
5544main ()
5545{
5546
5547 ;
5548 return 0;
5549}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005550_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005551if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005552 ac_cv_header_stdc=yes
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005553else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005554 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00005555fi
Jeremy White0ebeb532006-06-20 13:18:41 +02005556rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005557
5558if test $ac_cv_header_stdc = yes; then
5559 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005561/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005562#include <string.h>
5563
5564_ACEOF
5565if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005566 $EGREP "memchr" >/dev/null 2>&1; then :
5567
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005568else
5569 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00005570fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005571rm -f conftest*
5572
5573fi
5574
5575if test $ac_cv_header_stdc = yes; then
5576 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005578/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005579#include <stdlib.h>
5580
5581_ACEOF
5582if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005583 $EGREP "free" >/dev/null 2>&1; then :
5584
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005585else
5586 ac_cv_header_stdc=no
5587fi
5588rm -f conftest*
5589
5590fi
5591
5592if test $ac_cv_header_stdc = yes; then
5593 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005594 if test "$cross_compiling" = yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005595 :
5596else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005598/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005599#include <ctype.h>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005600#include <stdlib.h>
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005601#if ((' ' & 0x0FF) == 0x020)
5602# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5603# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5604#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005605# define ISLOWER(c) \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005606 (('a' <= (c) && (c) <= 'i') \
5607 || ('j' <= (c) && (c) <= 'r') \
5608 || ('s' <= (c) && (c) <= 'z'))
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005609# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5610#endif
5611
5612#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5613int
5614main ()
5615{
5616 int i;
5617 for (i = 0; i < 256; i++)
5618 if (XOR (islower (i), ISLOWER (i))
Alexandre Julliard875927f2004-01-02 01:55:29 +00005619 || toupper (i) != TOUPPER (i))
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005620 return 2;
5621 return 0;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005622}
5623_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005624if ac_fn_c_try_run "$LINENO"; then :
5625
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005626else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005627 ac_cv_header_stdc=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005628fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005629rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5630 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005631fi
5632
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005633fi
5634fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005636$as_echo "$ac_cv_header_stdc" >&6; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005637if test $ac_cv_header_stdc = yes; then
5638
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005639$as_echo "#define STDC_HEADERS 1" >>confdefs.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005640
5641fi
5642
5643# On IRIX 5.3, sys/types and inttypes.h are conflicting.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005644for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005645 inttypes.h stdint.h unistd.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005646do :
5647 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5648ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5649"
5650eval as_val=\$$as_ac_Header
5651 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005652 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005653#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005654_ACEOF
5655
5656fi
5657
5658done
5659
5660
Rein Klazes7ff12562004-11-09 20:16:35 +00005661for ac_header in \
Chris Robinson862965f2009-08-25 03:26:35 -07005662 AL/al.h \
Emmanuel Maillard144a5352006-05-28 22:46:23 +02005663 AudioUnit/AudioUnit.h \
Pierre d'Herbemont08884512006-10-24 15:26:33 +02005664 Carbon/Carbon.h \
Emmanuel Maillard144a5352006-05-28 22:46:23 +02005665 CoreAudio/CoreAudio.h \
Alexandre Julliard66f45a52006-11-06 13:33:16 +01005666 DiskArbitration/DiskArbitration.h \
Phil Krylov0f6c0392005-07-01 19:15:26 +00005667 IOKit/IOKitLib.h \
Aric Stewart225a4942009-03-10 14:59:20 -05005668 IOKit/hid/IOHIDLib.h \
Ken Thomases0b08f192009-09-09 22:23:35 -05005669 OpenAL/al.h \
Eric Durbin020b0ef2008-06-24 22:45:51 -05005670 alias.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005671 alsa/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005672 arpa/inet.h \
5673 arpa/nameser.h \
Maarten Lankhorst888eaae2005-04-27 09:46:25 +00005674 asm/types.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005675 capi20.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005676 curses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005677 direct.h \
Rob Shearman87175c62008-10-03 12:55:21 +01005678 dirent.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005679 dlfcn.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005680 elf.h \
5681 float.h \
Alexandre Julliard7d5e5652009-06-01 12:51:54 +02005682 fnmatch.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005683 fontconfig/fontconfig.h \
5684 getopt.h \
Alexandre Julliard46678dc2008-12-09 17:09:42 +01005685 grp.h \
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02005686 gsm.h \
Maarten Lankhorstc186d8a2009-08-05 11:35:50 +02005687 gsm/gsm.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005688 ieeefp.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005689 inet/mib2.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005690 io.h \
5691 jack/jack.h \
5692 jpeglib.h \
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +01005693 kstat.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00005694 lber.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005695 lcms.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005696 lcms/lcms.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00005697 ldap.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005698 libaudioio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005699 link.h \
5700 linux/cdrom.h \
5701 linux/compiler.h \
5702 linux/hdreg.h \
5703 linux/input.h \
5704 linux/ioctl.h \
5705 linux/joystick.h \
5706 linux/major.h \
5707 linux/param.h \
5708 linux/serial.h \
Francois Gougetda1a3522008-12-28 10:35:02 +01005709 linux/types.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005710 linux/ucdrom.h \
Ken Thomasesd35c0e82009-03-11 09:05:53 -05005711 mach-o/nlist.h \
Alexandre Julliard150b5dc2006-12-29 20:02:02 +01005712 mach/mach.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00005713 mach/machine.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005714 machine/cpu.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00005715 machine/limits.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005716 machine/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005717 mntent.h \
Aric Stewartdb71d7c2009-08-19 09:37:48 -05005718 mpg123.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005719 ncurses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005720 netdb.h \
5721 netinet/in.h \
5722 netinet/in_systm.h \
5723 netinet/tcp.h \
5724 netinet/tcp_fsm.h \
Robert Shearman1e5153c2005-12-01 11:18:43 +01005725 openssl/err.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005726 openssl/ssl.h \
Alexandre Julliard00302152007-07-02 19:54:00 +02005727 png.h \
Steven Edwards57279182005-03-04 12:38:36 +00005728 poll.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005729 process.h \
5730 pthread.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005731 pwd.h \
5732 regex.h \
5733 sched.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005734 scsi/scsi.h \
5735 scsi/scsi_ioctl.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005736 scsi/sg.h \
5737 soundcard.h \
Austin English2d7ccb32009-06-13 18:01:24 -05005738 stdbool.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005739 stdint.h \
5740 strings.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005741 stropts.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005742 sys/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005743 sys/cdio.h \
5744 sys/elf32.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005745 sys/epoll.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005746 sys/errno.h \
Alexandre Julliardc8278922006-08-04 22:11:00 +02005747 sys/event.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005748 sys/exec_elf.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005749 sys/filio.h \
Alexandre Julliard61a70362009-06-26 15:45:03 +02005750 sys/inotify.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005751 sys/ioctl.h \
5752 sys/ipc.h \
Gerald Pfeiferebe04842005-08-22 09:33:37 +00005753 sys/limits.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005754 sys/link.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005755 sys/mman.h \
5756 sys/modem.h \
5757 sys/msg.h \
Hans Leidekker0844b702006-01-26 13:23:08 +01005758 sys/mtio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005759 sys/param.h \
5760 sys/poll.h \
Alexandre Julliard9603ee02006-04-06 11:57:37 +02005761 sys/prctl.h \
Austin English94021a12009-01-20 17:42:53 -06005762 sys/protosw.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005763 sys/ptrace.h \
Mike McCormack0cd06262006-03-01 01:07:04 +09005764 sys/resource.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005765 sys/scsiio.h \
5766 sys/shm.h \
5767 sys/signal.h \
5768 sys/socket.h \
Mark Adams25696352007-07-10 23:39:21 -04005769 sys/socketvar.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005770 sys/sockio.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005771 sys/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005772 sys/statvfs.h \
5773 sys/strtio.h \
5774 sys/syscall.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005775 sys/tihdr.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005776 sys/time.h \
Austin English8b195912009-01-21 21:59:11 -06005777 sys/timeout.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005778 sys/times.h \
5779 sys/uio.h \
5780 sys/un.h \
Alexandre Julliard66eb4bd2008-12-09 19:33:06 +01005781 sys/utsname.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005782 sys/vm86.h \
5783 sys/wait.h \
5784 syscall.h \
5785 termios.h \
5786 unistd.h \
5787 utime.h \
John Reiser0a2c94e2008-07-24 13:31:53 -07005788 valgrind/memcheck.h \
Jacek Caban11ca05f2009-05-29 23:35:13 +02005789 valgrind/valgrind.h \
5790 zlib.h
Rein Klazes7ff12562004-11-09 20:16:35 +00005791
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005792do :
5793 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5794ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5795eval as_val=\$$as_ac_Header
5796 if test "x$as_val" = x""yes; then :
Rein Klazes7ff12562004-11-09 20:16:35 +00005797 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005798#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Rein Klazes7ff12562004-11-09 20:16:35 +00005799_ACEOF
5800
5801fi
5802
5803done
5804
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005806$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005807if test "${ac_cv_header_stat_broken+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005808 $as_echo_n "(cached) " >&6
Rein Klazes7ff12562004-11-09 20:16:35 +00005809else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Rein Klazes7ff12562004-11-09 20:16:35 +00005811/* end confdefs.h. */
5812#include <sys/types.h>
5813#include <sys/stat.h>
5814
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005815#if defined S_ISBLK && defined S_IFDIR
Phil Krylovf0ca5862006-11-05 23:03:46 +03005816extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005817#endif
5818
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005819#if defined S_ISBLK && defined S_IFCHR
Phil Krylovf0ca5862006-11-05 23:03:46 +03005820extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005821#endif
5822
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005823#if defined S_ISLNK && defined S_IFREG
Phil Krylovf0ca5862006-11-05 23:03:46 +03005824extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005825#endif
5826
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005827#if defined S_ISSOCK && defined S_IFREG
Phil Krylovf0ca5862006-11-05 23:03:46 +03005828extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005829#endif
5830
5831_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005832if ac_fn_c_try_compile "$LINENO"; then :
Rein Klazes7ff12562004-11-09 20:16:35 +00005833 ac_cv_header_stat_broken=no
Phil Krylovf0ca5862006-11-05 23:03:46 +03005834else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005835 ac_cv_header_stat_broken=yes
Phil Krylovf0ca5862006-11-05 23:03:46 +03005836fi
Phil Krylovf0ca5862006-11-05 23:03:46 +03005837rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Rein Klazes7ff12562004-11-09 20:16:35 +00005838fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005840$as_echo "$ac_cv_header_stat_broken" >&6; }
Rein Klazes7ff12562004-11-09 20:16:35 +00005841if test $ac_cv_header_stat_broken = yes; then
5842
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005843$as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
Rein Klazes7ff12562004-11-09 20:16:35 +00005844
5845fi
5846
5847
5848
Austin English51094be2008-12-27 14:53:53 -06005849for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005850do :
5851 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5852ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005853 #ifdef HAVE_SYS_PARAM_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005854 # include <sys/param.h>
5855 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005856"
5857eval as_val=\$$as_ac_Header
5858 if test "x$as_val" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005859 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005860#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005861_ACEOF
5862
5863fi
5864
5865done
5866
5867
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005868for ac_header in \
5869 netinet/ip.h \
5870 net/if.h \
5871 net/if_arp.h \
5872 net/if_dl.h \
5873 net/if_types.h \
5874 net/route.h \
5875 netinet/if_ether.h \
Austin English337067a2009-01-22 10:44:06 -06005876 netinet/if_inarp.h \
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005877 netinet/in_pcb.h \
5878 netinet/ip_icmp.h \
5879 netinet/ip_var.h \
5880 netinet/udp.h \
5881 netipx/ipx.h \
5882
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005883do :
5884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5885ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005886 #ifdef HAVE_SYS_SOCKET_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005887 # include <sys/socket.h>
5888 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005889 #ifdef HAVE_SYS_SOCKETVAR_H
Ken Thomasesa609fee2007-10-19 16:18:17 -05005890 # include <sys/socketvar.h>
5891 #endif
Austin Englishbb3f2582009-01-26 23:34:42 -06005892 #ifdef HAVE_NET_ROUTE_H
5893 # include <net/route.h>
5894 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005895 #ifdef HAVE_NETINET_IN_H
Ken Thomasesffd78b12007-10-19 16:18:27 -05005896 # include <netinet/in.h>
5897 #endif
Austin English03173932009-01-23 13:29:42 -06005898 #ifdef HAVE_NETINET_IN_SYSTM_H
5899 # include <netinet/in_systm.h>
5900 #endif
Alexandre Julliardd7e846c2009-01-30 14:01:12 +01005901 #ifdef HAVE_NET_IF_H
5902 # include <net/if.h>
5903 #endif
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005904 #ifdef HAVE_NETINET_IP_H
5905 # include <netinet/ip.h>
5906 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005907"
5908eval as_val=\$$as_ac_Header
5909 if test "x$as_val" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005910 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005911#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005912_ACEOF
5913
5914fi
5915
5916done
5917
Mark Adams25696352007-07-10 23:39:21 -04005918
Austin English03173932009-01-23 13:29:42 -06005919for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005920do :
5921 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5922ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Eric Durbin020b0ef2008-06-24 22:45:51 -05005923 #ifdef HAVE_ALIAS_H
5924 # include <alias.h>
5925 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005926 #ifdef HAVE_SYS_SOCKET_H
Mark Adams25696352007-07-10 23:39:21 -04005927 # include <sys/socket.h>
5928 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005929 #ifdef HAVE_SYS_SOCKETVAR_H
Mark Adams25696352007-07-10 23:39:21 -04005930 # include <sys/socketvar.h>
5931 #endif
Austin English53d3c462009-01-26 23:47:49 -06005932 #ifdef HAVE_SYS_TIMEOUT_H
5933 # include <sys/timeout.h>
5934 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005935 #ifdef HAVE_NETINET_IN_H
Mark Adams25696352007-07-10 23:39:21 -04005936 # include <netinet/in.h>
5937 #endif
Austin English03173932009-01-23 13:29:42 -06005938 #ifdef HAVE_NETINET_IN_SYSTM_H
5939 # include <netinet/in_systm.h>
5940 #endif
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005941 #ifdef HAVE_NETINET_IP_H
5942 # include <netinet/ip.h>
5943 #endif
Eric Durbin6d4eab92008-06-24 22:44:13 -05005944 #ifdef HAVE_NETINET_IP_VAR_H
5945 # include <netinet/ip_var.h>
5946 #endif
Eric Durbin020b0ef2008-06-24 22:45:51 -05005947 #ifdef HAVE_NETINET_IP_ICMP_H
5948 # include <netinet/ip_icmp.h>
5949 #endif
Eric Durbin6d4eab92008-06-24 22:44:13 -05005950 #ifdef HAVE_NETINET_UDP_H
5951 # include <netinet/udp.h>
5952 #endif
Mark Adams25696352007-07-10 23:39:21 -04005953 #ifdef HAVE_NETINET_TCP_H
5954 # include <netinet/tcp.h>
5955 #endif
Austin English03173932009-01-23 13:29:42 -06005956 #ifdef HAVE_NETINET_TCP_TIMER_H
5957 #include <netinet/tcp_timer.h>
5958 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005959"
5960eval as_val=\$$as_ac_Header
5961 if test "x$as_val" = x""yes; then :
Mark Adams25696352007-07-10 23:39:21 -04005962 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005963#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Mark Adams25696352007-07-10 23:39:21 -04005964_ACEOF
5965
5966fi
5967
5968done
5969
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005970
Juan Lang0ce420d2009-08-12 09:14:16 -07005971for ac_header in linux/ipx.h linux/irda.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005972do :
Juan Lang0ce420d2009-08-12 09:14:16 -07005973 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5974ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gougetfaf05df2006-08-07 21:52:36 +02005975 #ifdef HAVE_ASM_TYPES_H
5976 # include <asm/types.h>
5977 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005978 #ifdef HAVE_SYS_SOCKET_H
Francois Gougetfaf05df2006-08-07 21:52:36 +02005979 # include <sys/socket.h>
5980 #endif
Francois Gougetda1a3522008-12-28 10:35:02 +01005981 #ifdef HAVE_LINUX_TYPES_H
5982 # include <linux/types.h>
5983 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005984"
Juan Lang0ce420d2009-08-12 09:14:16 -07005985eval as_val=\$$as_ac_Header
5986 if test "x$as_val" = x""yes; then :
Francois Gougetfaf05df2006-08-07 21:52:36 +02005987 cat >>confdefs.h <<_ACEOF
Juan Lang0ce420d2009-08-12 09:14:16 -07005988#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Francois Gougetfaf05df2006-08-07 21:52:36 +02005989_ACEOF
5990
5991fi
5992
5993done
5994
5995
Austin English2d7ccb32009-06-13 18:01:24 -05005996for ac_header in mach-o/dyld_images.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005997do :
5998 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
Austin English2d7ccb32009-06-13 18:01:24 -05005999 # include <stdbool.h>
6000 #endif
6001 #ifdef HAVE_STDINT_H
6002 # include <stdint.h>
6003 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006004"
6005if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
Austin English2d7ccb32009-06-13 18:01:24 -05006006 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006007#define HAVE_MACH_O_DYLD_IMAGES_H 1
Austin English2d7ccb32009-06-13 18:01:24 -05006008_ACEOF
6009
6010fi
6011
6012done
6013
6014
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006015for ac_header in resolv.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006016do :
6017 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01006018 #ifdef HAVE_SYS_SOCKET_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006019 # include <sys/socket.h>
6020 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006021 #ifdef HAVE_NETINET_IN_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006022 # include <netinet/in.h>
6023 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006024 #ifdef HAVE_ARPA_NAMESER_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006025 # include <arpa/nameser.h>
6026 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006027"
6028if test "x$ac_cv_header_resolv_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006029 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006030#define HAVE_RESOLV_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006031_ACEOF
6032
6033fi
6034
6035done
6036
6037
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006038for ac_header in ucontext.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006039do :
6040 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6041"
6042if test "x$ac_cv_header_ucontext_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006043 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006044#define HAVE_UCONTEXT_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006045_ACEOF
6046
6047fi
6048
6049done
6050
6051
Tijl Coosemans60833da2007-08-08 00:25:24 +02006052for ac_header in sys/thr.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006053do :
6054 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01006055#ifdef HAVE_UCONTEXT_H
Tijl Coosemans60833da2007-08-08 00:25:24 +02006056#include <ucontext.h>
6057#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006058"
6059if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
Tijl Coosemans60833da2007-08-08 00:25:24 +02006060 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006061#define HAVE_SYS_THR_H 1
Tijl Coosemans60833da2007-08-08 00:25:24 +02006062_ACEOF
6063
6064fi
6065
6066done
6067
6068
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006069for ac_header in pthread_np.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006070do :
6071 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006072#include <pthread.h>
6073#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006074"
6075if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006076 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006077#define HAVE_PTHREAD_NP_H 1
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006078_ACEOF
6079
6080fi
6081
6082done
6083
6084
Francois Gougetfaf05df2006-08-07 21:52:36 +02006085for ac_header in linux/videodev.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006086do :
6087 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006088#include <sys/time.h>
6089#endif
6090#include <sys/types.h>
6091#ifdef HAVE_ASM_TYPES_H
6092#include <asm/types.h>
6093#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006094"
6095if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006096 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006097#define HAVE_LINUX_VIDEODEV_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006098_ACEOF
6099
6100fi
6101
6102done
6103
6104
Alexandre Julliardb079add2006-02-24 11:46:17 +01006105for ac_header in linux/capi.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006106do :
6107 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6108"
6109if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
Alexandre Julliardb079add2006-02-24 11:46:17 +01006110 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006111#define HAVE_LINUX_CAPI_H 1
Alexandre Julliardb079add2006-02-24 11:46:17 +01006112_ACEOF
6113
6114fi
6115
6116done
6117
6118
6119
Alexandre Julliarda3097622007-07-02 17:27:48 +02006120DLLEXT=""
6121
6122DLLFLAGS="-D_REENTRANT"
6123
6124LDSHARED=""
6125
6126LDDLLFLAGS=""
6127
6128LIBEXT="so"
6129
6130IMPLIBEXT="def"
6131
6132LDRPATH_INSTALL=""
6133
6134LDRPATH_LOCAL=""
6135
6136# Extract the first word of "ldd", so it can be a program name with args.
6137set dummy ldd; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006139$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006140if test "${ac_cv_path_LDD+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006141 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006142else
6143 case $LDD in
6144 [\\/]* | ?:[\\/]*)
6145 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6146 ;;
6147 *)
6148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6149as_dummy="/sbin:/usr/sbin:$PATH"
6150for as_dir in $as_dummy
6151do
6152 IFS=$as_save_IFS
6153 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006154 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6156 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006158 break 2
6159 fi
6160done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006161 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006162IFS=$as_save_IFS
6163
6164 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6165 ;;
6166esac
6167fi
6168LDD=$ac_cv_path_LDD
6169if test -n "$LDD"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006171$as_echo "$LDD" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006172else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006174$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006175fi
6176
6177
6178
6179case $host_os in
6180 cygwin*|mingw32*)
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6183set dummy ${ac_tool_prefix}dlltool; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006185$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006186if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006187 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006188else
6189 if test -n "$DLLTOOL"; then
6190 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6191else
6192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193for as_dir in $PATH
6194do
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006197 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006201 break 2
6202 fi
6203done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006204 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006205IFS=$as_save_IFS
6206
6207fi
6208fi
6209DLLTOOL=$ac_cv_prog_DLLTOOL
6210if test -n "$DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006212$as_echo "$DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006213else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006215$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006216fi
6217
6218
6219fi
6220if test -z "$ac_cv_prog_DLLTOOL"; then
6221 ac_ct_DLLTOOL=$DLLTOOL
6222 # Extract the first word of "dlltool", so it can be a program name with args.
6223set dummy dlltool; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006225$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006226if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006227 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006228else
6229 if test -n "$ac_ct_DLLTOOL"; then
6230 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6231else
6232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233for as_dir in $PATH
6234do
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006237 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006241 break 2
6242 fi
6243done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006244 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006245IFS=$as_save_IFS
6246
6247fi
6248fi
6249ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6250if test -n "$ac_ct_DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006252$as_echo "$ac_ct_DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006253else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006255$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006256fi
6257
6258 if test "x$ac_ct_DLLTOOL" = x; then
6259 DLLTOOL="false"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006263{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006264$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006265ac_tool_warned=yes ;;
6266esac
6267 DLLTOOL=$ac_ct_DLLTOOL
6268 fi
6269else
6270 DLLTOOL="$ac_cv_prog_DLLTOOL"
6271fi
6272
6273 if test -n "$ac_tool_prefix"; then
6274 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6275set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006277$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006278if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006279 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006280else
6281 if test -n "$DLLWRAP"; then
6282 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6283else
6284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6285for as_dir in $PATH
6286do
6287 IFS=$as_save_IFS
6288 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006289 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6291 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006293 break 2
6294 fi
6295done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006296 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006297IFS=$as_save_IFS
6298
6299fi
6300fi
6301DLLWRAP=$ac_cv_prog_DLLWRAP
6302if test -n "$DLLWRAP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006304$as_echo "$DLLWRAP" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006305else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006307$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006308fi
6309
6310
6311fi
6312if test -z "$ac_cv_prog_DLLWRAP"; then
6313 ac_ct_DLLWRAP=$DLLWRAP
6314 # Extract the first word of "dllwrap", so it can be a program name with args.
6315set dummy dllwrap; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006317$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006318if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006319 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006320else
6321 if test -n "$ac_ct_DLLWRAP"; then
6322 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6323else
6324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6325for as_dir in $PATH
6326do
6327 IFS=$as_save_IFS
6328 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006329 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6331 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006333 break 2
6334 fi
6335done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006336 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006337IFS=$as_save_IFS
6338
6339fi
6340fi
6341ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6342if test -n "$ac_ct_DLLWRAP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006344$as_echo "$ac_ct_DLLWRAP" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006345else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006347$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006348fi
6349
6350 if test "x$ac_ct_DLLWRAP" = x; then
6351 DLLWRAP="false"
6352 else
6353 case $cross_compiling:$ac_tool_warned in
6354yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006355{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006356$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006357ac_tool_warned=yes ;;
6358esac
6359 DLLWRAP=$ac_ct_DLLWRAP
6360 fi
6361else
6362 DLLWRAP="$ac_cv_prog_DLLWRAP"
6363fi
6364
6365 if test -n "$ac_tool_prefix"; then
6366 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6367set dummy ${ac_tool_prefix}ar; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006369$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006370if test "${ac_cv_prog_MINGWAR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006371 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006372else
6373 if test -n "$MINGWAR"; then
6374 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6375else
6376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377for as_dir in $PATH
6378do
6379 IFS=$as_save_IFS
6380 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006381 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6383 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006385 break 2
6386 fi
6387done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006388 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006389IFS=$as_save_IFS
6390
6391fi
6392fi
6393MINGWAR=$ac_cv_prog_MINGWAR
6394if test -n "$MINGWAR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006396$as_echo "$MINGWAR" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006397else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006399$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006400fi
6401
6402
6403fi
6404if test -z "$ac_cv_prog_MINGWAR"; then
6405 ac_ct_MINGWAR=$MINGWAR
6406 # Extract the first word of "ar", so it can be a program name with args.
6407set dummy ar; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006409$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006410if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006411 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006412else
6413 if test -n "$ac_ct_MINGWAR"; then
6414 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6415else
6416as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6417for as_dir in $PATH
6418do
6419 IFS=$as_save_IFS
6420 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006421 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6423 ac_cv_prog_ac_ct_MINGWAR="ar"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006425 break 2
6426 fi
6427done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006428 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006429IFS=$as_save_IFS
6430
6431fi
6432fi
6433ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6434if test -n "$ac_ct_MINGWAR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MINGWAR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006436$as_echo "$ac_ct_MINGWAR" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006437else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006439$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006440fi
6441
6442 if test "x$ac_ct_MINGWAR" = x; then
6443 MINGWAR="false"
6444 else
6445 case $cross_compiling:$ac_tool_warned in
6446yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006447{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006448$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006449ac_tool_warned=yes ;;
6450esac
6451 MINGWAR=$ac_ct_MINGWAR
6452 fi
6453else
6454 MINGWAR="$ac_cv_prog_MINGWAR"
6455fi
6456
6457 if test "$DLLWRAP" = "false"; then
6458 LIBEXT="a"
6459 else
6460 LIBEXT="dll"
6461 fi
6462 IMPLIBEXT="a"
Alexandre Julliardec1ebfb2008-09-04 12:29:07 +02006463 enable_iphlpapi=${enable_iphlpapi:-no}
6464 enable_kernel32=${enable_kernel32:-no}
6465 enable_msvcrt=${enable_msvcrt:-no}
6466 enable_ntdll=${enable_ntdll:-no}
6467 enable_ws2_32=${enable_ws2_32:-no}
6468 enable_loader=${enable_loader:-no}
6469 enable_server=${enable_server:-no}
Alexandre Julliard40664c02009-02-11 20:40:58 +01006470 with_x=${with_x:-no}
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006471 with_pthread=${with_pthread:-no}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006472 ;;
6473 darwin*|macosx*)
6474 DLLEXT=".so"
6475 LIBEXT="dylib"
6476 DLLFLAGS="$DLLFLAGS -fPIC"
6477 LDDLLFLAGS="-bundle -multiply_defined suppress"
6478 LIBWINE_LDFLAGS="-multiply_defined suppress"
6479 LDSHARED="\$(CC) -dynamiclib"
6480 STRIP="$STRIP -x"
6481 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
Rob Shearman312a1db2007-11-26 22:57:35 +00006482 SECURITYLIB="-framework Security -framework CoreFoundation"
6483
6484 COREFOUNDATIONLIB="-framework CoreFoundation"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006485
6486 IOKITLIB="-framework IOKit -framework CoreFoundation"
6487
Alexandre Julliard691bdbd2009-06-23 20:51:37 +02006488 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006489
6490 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6491 then
6492 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6493
6494 fi
6495 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6496 then
6497 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6498
6499 fi
Ken Thomases0b08f192009-09-09 22:23:35 -05006500 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6501 then
6502 LIBOPENAL="-framework OpenAL"
6503
6504 ac_cv_lib_openal_alGetSource3i=yes
6505 fi
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006506 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6507 then
6508 ac_save_LIBS="$LIBS"
6509 LIBS="$LIBS $IOKITLIB"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006510 for ac_func in IOHIDManagerCreate
6511do :
6512 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6513if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006514 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006515#define HAVE_IOHIDMANAGERCREATE 1
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006516_ACEOF
6517
6518fi
6519done
6520
6521 LIBS="$ac_save_LIBS"
6522 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006523 case $host_cpu in
6524 *powerpc*)
6525 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6526 esac
6527 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6528 then
6529 CARBONLIB="-framework Carbon"
6530
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02006531 enable_winequartz_drv=${enable_winequartz_drv:-yes}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006532 fi
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006533 if test "x$enable_win16" = "xyes"
6534 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006536$as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006537 if test "$cross_compiling" = yes; then :
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006539$as_echo "cross-compiling, assuming yes" >&6; }
6540else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006542/* end confdefs.h. */
6543asm(".text\n"
6544 "bad:\tnop;nop\n"
6545 "good:\tnop;nop\n\t"
6546 ".globl _testfunc\n"
6547 "_testfunc:\tcallw good");
6548 extern void testfunc();
6549int
6550main ()
6551{
6552unsigned short *p = (unsigned short *)testfunc;
6553 return p[0] != 0xe866 || p[1] != 0xfffa
6554 ;
6555 return 0;
6556}
6557_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006558if ac_fn_c_try_run "$LINENO"; then :
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006560$as_echo "yes" >&6; }
6561else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006563$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006564 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
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006565fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006566rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6567 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006568fi
6569
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006570 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006571 ;;
6572 *)
6573 DLLFLAGS="$DLLFLAGS -fPIC"
6574 DLLEXT=".so"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006576$as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006577if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006578 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006579else
6580 ac_wine_try_cflags_saved=$CFLAGS
6581CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006582cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6583/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006584void myfunc() {}
6585_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006586if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006587 ac_cv_c_dll_gnuelf="yes"
6588else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006589 ac_cv_c_dll_gnuelf="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006590fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006591rm -f core conftest.err conftest.$ac_objext \
6592 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006593CFLAGS=$ac_wine_try_cflags_saved
6594fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006596$as_echo "$ac_cv_c_dll_gnuelf" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006597 if test "$ac_cv_c_dll_gnuelf" = "yes"
6598 then
6599 LDSHARED="\$(CC) -shared"
6600 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006602$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006603if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006604 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006605else
6606 ac_wine_try_cflags_saved=$CFLAGS
6607CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006608cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006609/* end confdefs.h. */
6610
6611int
6612main ()
6613{
6614
6615 ;
6616 return 0;
6617}
6618_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006619if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006620 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6621else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006622 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006623fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006624rm -f core conftest.err conftest.$ac_objext \
6625 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006626CFLAGS=$ac_wine_try_cflags_saved
6627fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006629$as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006630if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006631 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6632else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006634$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006635if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006636 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006637else
6638 ac_wine_try_cflags_saved=$CFLAGS
6639CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006640cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006641/* end confdefs.h. */
6642
6643int
6644main ()
6645{
6646
6647 ;
6648 return 0;
6649}
6650_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006651if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006652 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6653else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006654 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006655fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006656rm -f core conftest.err conftest.$ac_objext \
6657 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006658CFLAGS=$ac_wine_try_cflags_saved
6659fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006661$as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006662if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006663 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6664fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006665fi
6666
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006668$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006669if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006670 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006671else
6672 ac_wine_try_cflags_saved=$CFLAGS
6673CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006674cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006675/* end confdefs.h. */
6676
6677int
6678main ()
6679{
6680
6681 ;
6682 return 0;
6683}
6684_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006685if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006686 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6687else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006688 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006689fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006690rm -f core conftest.err conftest.$ac_objext \
6691 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006692CFLAGS=$ac_wine_try_cflags_saved
6693fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006695$as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006696if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006697 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6698fi
6699
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006700 { $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
Alexandre Julliardabf50482008-10-31 12:56:53 +01006701$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006702if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006703 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006704else
6705 ac_wine_try_cflags_saved=$CFLAGS
6706CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006707cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006708/* end confdefs.h. */
6709
6710int
6711main ()
6712{
6713
6714 ;
6715 return 0;
6716}
6717_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006718if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006719 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6720else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006721 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006722fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006723rm -f core conftest.err conftest.$ac_objext \
6724 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006725CFLAGS=$ac_wine_try_cflags_saved
6726fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006728$as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006729if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006730 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6731fi
6732
Alexandre Julliarda3097622007-07-02 17:27:48 +02006733 echo '{ global: *; };' >conftest.map
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006735$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006736if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006737 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006738else
6739 ac_wine_try_cflags_saved=$CFLAGS
6740CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006741cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006742/* end confdefs.h. */
6743
6744int
6745main ()
6746{
6747
6748 ;
6749 return 0;
6750}
6751_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006752if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006753 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6754else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006755 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006756fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006757rm -f core conftest.err conftest.$ac_objext \
6758 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006759CFLAGS=$ac_wine_try_cflags_saved
6760fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006762$as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006763if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006764 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6765fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006766 rm -f conftest.map
6767
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006769$as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006770if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006771 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006772else
6773 ac_wine_try_cflags_saved=$CFLAGS
6774CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006775cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006776/* end confdefs.h. */
6777
6778int
6779main ()
6780{
6781
6782 ;
6783 return 0;
6784}
6785_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006786if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006787 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6788else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006789 ac_cv_cflags__fPIC__Wl___export_dynamic=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006790fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006791rm -f core conftest.err conftest.$ac_objext \
6792 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006793CFLAGS=$ac_wine_try_cflags_saved
6794fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006796$as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006797if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006798 LDEXECFLAGS="-Wl,--export-dynamic"
6799
6800fi
6801
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006802 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006804$as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006805if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006806 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006807else
6808 ac_wine_try_cflags_saved=$CFLAGS
6809CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006811/* end confdefs.h. */
6812
6813int
6814main ()
6815{
6816
6817 ;
6818 return 0;
6819}
6820_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006821if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006822 eval "$as_ac_var=yes"
6823else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006824 eval "$as_ac_var=no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006825fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006826rm -f core conftest.err conftest.$ac_objext \
6827 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006828CFLAGS=$ac_wine_try_cflags_saved
6829fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006830eval ac_res=\$$as_ac_var
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006832$as_echo "$ac_res" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006833if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006834 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6835 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6836else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006837 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006839$as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006840if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006841 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006842else
6843 ac_wine_try_cflags_saved=$CFLAGS
6844CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006845cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006846/* end confdefs.h. */
6847
6848int
6849main ()
6850{
6851
6852 ;
6853 return 0;
6854}
6855_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006856if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006857 eval "$as_ac_var=yes"
6858else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006859 eval "$as_ac_var=no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006860fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006861rm -f core conftest.err conftest.$ac_objext \
6862 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006863CFLAGS=$ac_wine_try_cflags_saved
6864fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006865eval ac_res=\$$as_ac_var
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006867$as_echo "$ac_res" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006868if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006869 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6870 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6871fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006872fi
6873
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006875$as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006876if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006877 $as_echo_n "(cached) " >&6
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006878else
6879 ac_wine_try_cflags_saved=$CFLAGS
6880CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006881cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006882/* end confdefs.h. */
6883
6884int
6885main ()
6886{
6887
6888 ;
6889 return 0;
6890}
6891_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006892if ac_fn_c_try_link "$LINENO"; then :
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006893 ac_cv_cflags__Wl___enable_new_dtags=yes
6894else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006895 ac_cv_cflags__Wl___enable_new_dtags=no
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006896fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006897rm -f core conftest.err conftest.$ac_objext \
6898 conftest$ac_exeext conftest.$ac_ext
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006899CFLAGS=$ac_wine_try_cflags_saved
6900fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006902$as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006903if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006904 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6905fi
6906
Alexandre Julliarda3097622007-07-02 17:27:48 +02006907 case $host_cpu in
6908 *i[3456789]86* | x86_64)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006910$as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006911if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006912 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006913else
6914 ac_wine_try_cflags_saved=$CFLAGS
6915CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006916cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006917/* end confdefs.h. */
6918
6919int
6920main ()
6921{
6922
6923 ;
6924 return 0;
6925}
6926_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006927if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006928 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6929else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006930 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006931fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006932rm -f core conftest.err conftest.$ac_objext \
6933 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006934CFLAGS=$ac_wine_try_cflags_saved
6935fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006936{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006937$as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006938if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006939 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6940fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006941 ;;
6942 esac
6943
6944 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006946$as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006947if test "${ac_cv_c_dll_unixware+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006948 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006949else
6950 ac_wine_try_cflags_saved=$CFLAGS
6951CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006952cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6953/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006954void myfunc() {}
6955_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006956if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006957 ac_cv_c_dll_unixware="yes"
6958else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006959 ac_cv_c_dll_unixware="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006960fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006961rm -f core conftest.err conftest.$ac_objext \
6962 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006963CFLAGS=$ac_wine_try_cflags_saved
6964fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006966$as_echo "$ac_cv_c_dll_unixware" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006967 if test "$ac_cv_c_dll_unixware" = "yes"
6968 then
6969 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6970 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6971
6972 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006974$as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006975if test "${ac_cv_c_dll_hpux+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006976 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006977else
6978 ac_wine_try_cflags_saved=$CFLAGS
6979CFLAGS="$CFLAGS -shared"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006980cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6981/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006982void myfunc() {}
6983_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006984if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006985 ac_cv_c_dll_hpux="yes"
6986else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006987 ac_cv_c_dll_hpux="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006988fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006989rm -f core conftest.err conftest.$ac_objext \
6990 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006991CFLAGS=$ac_wine_try_cflags_saved
6992fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006994$as_echo "$ac_cv_c_dll_hpux" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006995 if test "$ac_cv_c_dll_hpux" = "yes"
6996 then
6997 LIBEXT="sl"
6998 DLLEXT=".sl"
6999 LDDLLFLAGS="-shared -fPIC"
7000 LDSHARED="\$(CC) -shared"
7001 fi
7002 fi
7003 fi
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007004 ;;
7005esac
Alexandre Julliarda3097622007-07-02 17:27:48 +02007006
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007007enable_winequartz_drv=${enable_winequartz_drv:-no}
Alexandre Julliarda3097622007-07-02 17:27:48 +02007008
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007009if test "$LIBEXT" = "a"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007010 as_fn_error "could not find a way to build shared libraries.
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007011It is currently not possible to build Wine without shared library
7012(.so) support to allow transparent switch between .so and .dll files.
7013If you are using Linux, you will need a newer binutils.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007014" "$LINENO" 5
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007015fi
7016
7017if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7018then
Alexandre Julliardccbf9592009-06-18 21:35:51 +02007019 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
Alexandre Julliarda3097622007-07-02 17:27:48 +02007020do
7021 # Extract the first word of "$ac_prog", so it can be a program name with args.
7022set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007024$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007025if test "${ac_cv_prog_CROSSCC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007026 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02007027else
7028 if test -n "$CROSSCC"; then
7029 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7030else
7031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7032for as_dir in $PATH
7033do
7034 IFS=$as_save_IFS
7035 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007036 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02007037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7038 ac_cv_prog_CROSSCC="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02007040 break 2
7041 fi
7042done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007043 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02007044IFS=$as_save_IFS
7045
7046fi
7047fi
7048CROSSCC=$ac_cv_prog_CROSSCC
7049if test -n "$CROSSCC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007051$as_echo "$CROSSCC" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007052else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007054$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007055fi
7056
7057
7058 test -n "$CROSSCC" && break
7059done
7060test -n "$CROSSCC" || CROSSCC="false"
7061
Alexandre Julliardccbf9592009-06-18 21:35:51 +02007062 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
Alexandre Julliarda3097622007-07-02 17:27:48 +02007063do
7064 # Extract the first word of "$ac_prog", so it can be a program name with args.
7065set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007067$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007068if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007069 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02007070else
7071 if test -n "$DLLTOOL"; then
7072 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7073else
7074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7075for as_dir in $PATH
7076do
7077 IFS=$as_save_IFS
7078 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007079 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02007080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7081 ac_cv_prog_DLLTOOL="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02007083 break 2
7084 fi
7085done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007086 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02007087IFS=$as_save_IFS
7088
7089fi
7090fi
7091DLLTOOL=$ac_cv_prog_DLLTOOL
7092if test -n "$DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007094$as_echo "$DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007095else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007097$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007098fi
7099
7100
7101 test -n "$DLLTOOL" && break
7102done
7103test -n "$DLLTOOL" || DLLTOOL="false"
7104
Alexandre Julliardccbf9592009-06-18 21:35:51 +02007105 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
Alexandre Julliarda3097622007-07-02 17:27:48 +02007106do
7107 # Extract the first word of "$ac_prog", so it can be a program name with args.
7108set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007110$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007111if test "${ac_cv_prog_MINGWAR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007112 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02007113else
7114 if test -n "$MINGWAR"; then
7115 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7116else
7117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7118for as_dir in $PATH
7119do
7120 IFS=$as_save_IFS
7121 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007122 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02007123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7124 ac_cv_prog_MINGWAR="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02007126 break 2
7127 fi
7128done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007129 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02007130IFS=$as_save_IFS
7131
7132fi
7133fi
7134MINGWAR=$ac_cv_prog_MINGWAR
7135if test -n "$MINGWAR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MINGWAR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007137$as_echo "$MINGWAR" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007138else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007140$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007141fi
7142
7143
7144 test -n "$MINGWAR" && break
7145done
7146test -n "$MINGWAR" || MINGWAR="false"
7147
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007148 if test "$CROSSCC" != "false"
7149 then
7150 CROSSTEST="\$(CROSSTEST)"
7151
Alexandre Julliard72a95ff2009-06-22 14:50:51 +02007152 set x $CROSSCC
7153 shift
7154 target=""
7155 while test $# -ge 1
7156 do
7157 case "$1" in
7158 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7159 esac
7160 shift
7161 done
7162 if test -n "$target"
7163 then
7164 CROSSTARGETFLAGS="-b $target"
Alexandre Julliarda2d88ab2009-05-30 17:08:06 +02007165
Alexandre Julliard72a95ff2009-06-22 14:50:51 +02007166 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02007167 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02007168fi
7169
7170
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007171if test "$ac_cv_header_pthread_h" = "yes"
7172then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007174$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007175if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007176 $as_echo_n "(cached) " >&6
7177else
7178 ac_check_lib_save_LIBS=$LIBS
7179LIBS="-lpthread $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007181/* end confdefs.h. */
7182
7183/* Override any GCC internal prototype to avoid an error.
7184 Use char because int might match the return type of a GCC
7185 builtin and then its argument prototype would still apply. */
7186#ifdef __cplusplus
7187extern "C"
7188#endif
7189char pthread_create ();
7190int
7191main ()
7192{
7193return pthread_create ();
7194 ;
7195 return 0;
7196}
7197_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007198if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007199 ac_cv_lib_pthread_pthread_create=yes
7200else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007201 ac_cv_lib_pthread_pthread_create=no
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007202fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007203rm -f core conftest.err conftest.$ac_objext \
7204 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007205LIBS=$ac_check_lib_save_LIBS
7206fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007208$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007209if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007210 LIBPTHREAD="-lpthread"
7211
7212fi
7213
7214fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007215if test "x$LIBPTHREAD" = "x"; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007216 case "x$with_pthread" in
7217 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007218 *) as_fn_error "pthread ${notice_platform}development files not found.
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007219Wine cannot support threads without libpthread.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007220Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007221esac
7222fi
7223
7224
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007226$as_echo_n "checking for X... " >&6; }
7227
7228
7229# Check whether --with-x was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007230if test "${with_x+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007231 withval=$with_x;
7232fi
7233
7234# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7235if test "x$with_x" = xno; then
7236 # The user explicitly disabled X.
7237 have_x=disabled
7238else
7239 case $x_includes,$x_libraries in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007240 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7241 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007242 $as_echo_n "(cached) " >&6
7243else
7244 # One or both of the vars are not set, and there is no cached value.
7245ac_x_includes=no ac_x_libraries=no
7246rm -f -r conftest.dir
7247if mkdir conftest.dir; then
7248 cd conftest.dir
7249 cat >Imakefile <<'_ACEOF'
7250incroot:
7251 @echo incroot='${INCROOT}'
7252usrlibdir:
7253 @echo usrlibdir='${USRLIBDIR}'
7254libdir:
7255 @echo libdir='${LIBDIR}'
7256_ACEOF
7257 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7258 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7259 for ac_var in incroot usrlibdir libdir; do
7260 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7261 done
7262 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7263 for ac_extension in a so sl dylib la dll; do
7264 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7265 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7266 ac_im_usrlibdir=$ac_im_libdir; break
7267 fi
7268 done
7269 # Screen out bogus values from the imake configuration. They are
7270 # bogus both because they are the default anyway, and because
7271 # using them would break gcc on systems where it needs fixed includes.
7272 case $ac_im_incroot in
7273 /usr/include) ac_x_includes= ;;
7274 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7275 esac
7276 case $ac_im_usrlibdir in
7277 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7278 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7279 esac
7280 fi
7281 cd ..
7282 rm -f -r conftest.dir
7283fi
7284
7285# Standard set of common directories for X headers.
7286# Check X11 before X11Rn because it is often a symlink to the current release.
7287ac_x_header_dirs='
7288/usr/X11/include
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007289/usr/X11R7/include
Alexandre Julliard40664c02009-02-11 20:40:58 +01007290/usr/X11R6/include
7291/usr/X11R5/include
7292/usr/X11R4/include
7293
7294/usr/include/X11
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007295/usr/include/X11R7
Alexandre Julliard40664c02009-02-11 20:40:58 +01007296/usr/include/X11R6
7297/usr/include/X11R5
7298/usr/include/X11R4
7299
7300/usr/local/X11/include
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007301/usr/local/X11R7/include
Alexandre Julliard40664c02009-02-11 20:40:58 +01007302/usr/local/X11R6/include
7303/usr/local/X11R5/include
7304/usr/local/X11R4/include
7305
7306/usr/local/include/X11
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007307/usr/local/include/X11R7
Alexandre Julliard40664c02009-02-11 20:40:58 +01007308/usr/local/include/X11R6
7309/usr/local/include/X11R5
7310/usr/local/include/X11R4
7311
7312/usr/X386/include
7313/usr/x386/include
7314/usr/XFree86/include/X11
7315
7316/usr/include
7317/usr/local/include
7318/usr/unsupported/include
7319/usr/athena/include
7320/usr/local/x11r5/include
7321/usr/lpp/Xamples/include
7322
7323/usr/openwin/include
7324/usr/openwin/share/include'
7325
7326if test "$ac_x_includes" = no; then
7327 # Guess where to find include files, by looking for Xlib.h.
7328 # First, try using that file with no special directory specified.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007330/* end confdefs.h. */
7331#include <X11/Xlib.h>
7332_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007333if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007334 # We can compile using X headers with no special include directory.
7335ac_x_includes=
7336else
Alexandre Julliard40664c02009-02-11 20:40:58 +01007337 for ac_dir in $ac_x_header_dirs; do
7338 if test -r "$ac_dir/X11/Xlib.h"; then
7339 ac_x_includes=$ac_dir
7340 break
7341 fi
7342done
7343fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01007344rm -f conftest.err conftest.$ac_ext
7345fi # $ac_x_includes = no
7346
7347if test "$ac_x_libraries" = no; then
7348 # Check for the libraries.
7349 # See if we find them without any special options.
7350 # Don't add to $LIBS permanently.
7351 ac_save_LIBS=$LIBS
7352 LIBS="-lX11 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007354/* end confdefs.h. */
7355#include <X11/Xlib.h>
7356int
7357main ()
7358{
7359XrmInitialize ()
7360 ;
7361 return 0;
7362}
7363_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007364if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007365 LIBS=$ac_save_LIBS
7366# We can link X programs with no special library path.
7367ac_x_libraries=
7368else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007369 LIBS=$ac_save_LIBS
Alexandre Julliard40664c02009-02-11 20:40:58 +01007370for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7371do
7372 # Don't even attempt the hair of trying to link an X program!
7373 for ac_extension in a so sl dylib la dll; do
7374 if test -r "$ac_dir/libX11.$ac_extension"; then
7375 ac_x_libraries=$ac_dir
7376 break 2
7377 fi
7378 done
7379done
7380fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007381rm -f core conftest.err conftest.$ac_objext \
7382 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007383fi # $ac_x_libraries = no
7384
7385case $ac_x_includes,$ac_x_libraries in #(
7386 no,* | *,no | *\'*)
7387 # Didn't find X, or a directory has "'" in its name.
7388 ac_cv_have_x="have_x=no";; #(
7389 *)
7390 # Record where we found X for the cache.
7391 ac_cv_have_x="have_x=yes\
7392 ac_x_includes='$ac_x_includes'\
7393 ac_x_libraries='$ac_x_libraries'"
7394esac
7395fi
7396;; #(
7397 *) have_x=yes;;
7398 esac
7399 eval "$ac_cv_have_x"
7400fi # $with_x != no
7401
7402if test "$have_x" != yes; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007404$as_echo "$have_x" >&6; }
7405 no_x=yes
7406else
7407 # If each of the values was on the command line, it overrides each guess.
7408 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7409 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7410 # Update the cache value to reflect the command line values.
7411 ac_cv_have_x="have_x=yes\
7412 ac_x_includes='$x_includes'\
7413 ac_x_libraries='$x_libraries'"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007415$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7416fi
7417
7418if test "$no_x" = yes; then
7419 # Not all programs may use this symbol, but it does not hurt to define it.
7420
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007421$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
Alexandre Julliard40664c02009-02-11 20:40:58 +01007422
7423 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7424else
7425 if test -n "$x_includes"; then
7426 X_CFLAGS="$X_CFLAGS -I$x_includes"
7427 fi
7428
7429 # It would also be nice to do this for all -L options, not just this one.
7430 if test -n "$x_libraries"; then
7431 X_LIBS="$X_LIBS -L$x_libraries"
7432 # For Solaris; some versions of Sun CC require a space after -R and
7433 # others require no space. Words are not sufficient . . . .
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007435$as_echo_n "checking whether -R must be followed by a space... " >&6; }
7436 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7437 ac_xsave_c_werror_flag=$ac_c_werror_flag
7438 ac_c_werror_flag=yes
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007440/* end confdefs.h. */
7441
7442int
7443main ()
7444{
7445
7446 ;
7447 return 0;
7448}
7449_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007450if ac_fn_c_try_link "$LINENO"; then :
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007452$as_echo "no" >&6; }
7453 X_LIBS="$X_LIBS -R$x_libraries"
7454else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007455 LIBS="$ac_xsave_LIBS -R $x_libraries"
7456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007457/* end confdefs.h. */
7458
7459int
7460main ()
7461{
7462
7463 ;
7464 return 0;
7465}
7466_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007467if ac_fn_c_try_link "$LINENO"; then :
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007469$as_echo "yes" >&6; }
7470 X_LIBS="$X_LIBS -R $x_libraries"
7471else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007473$as_echo "neither works" >&6; }
7474fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007475rm -f core conftest.err conftest.$ac_objext \
7476 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007477fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007478rm -f core conftest.err conftest.$ac_objext \
7479 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007480 ac_c_werror_flag=$ac_xsave_c_werror_flag
7481 LIBS=$ac_xsave_LIBS
7482 fi
7483
7484 # Check for system-dependent libraries X programs must link with.
7485 # Do this before checking for the system-independent R6 libraries
7486 # (-lICE), since we may need -lsocket or whatever for X linking.
7487
7488 if test "$ISC" = yes; then
7489 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7490 else
7491 # Martyn Johnson says this is needed for Ultrix, if the X
7492 # libraries were built with DECnet support. And Karl Berry says
7493 # the Alpha needs dnet_stub (dnet does not exist).
7494 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007496/* end confdefs.h. */
7497
7498/* Override any GCC internal prototype to avoid an error.
7499 Use char because int might match the return type of a GCC
7500 builtin and then its argument prototype would still apply. */
7501#ifdef __cplusplus
7502extern "C"
7503#endif
7504char XOpenDisplay ();
7505int
7506main ()
7507{
7508return XOpenDisplay ();
7509 ;
7510 return 0;
7511}
7512_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007513if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007514
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007515else
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007517$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007518if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007519 $as_echo_n "(cached) " >&6
7520else
7521 ac_check_lib_save_LIBS=$LIBS
7522LIBS="-ldnet $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007523cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007524/* end confdefs.h. */
7525
7526/* Override any GCC internal prototype to avoid an error.
7527 Use char because int might match the return type of a GCC
7528 builtin and then its argument prototype would still apply. */
7529#ifdef __cplusplus
7530extern "C"
7531#endif
7532char dnet_ntoa ();
7533int
7534main ()
7535{
7536return dnet_ntoa ();
7537 ;
7538 return 0;
7539}
7540_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007541if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007542 ac_cv_lib_dnet_dnet_ntoa=yes
7543else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007544 ac_cv_lib_dnet_dnet_ntoa=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007545fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007546rm -f core conftest.err conftest.$ac_objext \
7547 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007548LIBS=$ac_check_lib_save_LIBS
7549fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007551$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007552if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007553 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7554fi
7555
7556 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007558$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007559if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007560 $as_echo_n "(cached) " >&6
7561else
7562 ac_check_lib_save_LIBS=$LIBS
7563LIBS="-ldnet_stub $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007564cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007565/* end confdefs.h. */
7566
7567/* Override any GCC internal prototype to avoid an error.
7568 Use char because int might match the return type of a GCC
7569 builtin and then its argument prototype would still apply. */
7570#ifdef __cplusplus
7571extern "C"
7572#endif
7573char dnet_ntoa ();
7574int
7575main ()
7576{
7577return dnet_ntoa ();
7578 ;
7579 return 0;
7580}
7581_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007582if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007583 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7584else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007585 ac_cv_lib_dnet_stub_dnet_ntoa=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007586fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007587rm -f core conftest.err conftest.$ac_objext \
7588 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007589LIBS=$ac_check_lib_save_LIBS
7590fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007592$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007593if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007594 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7595fi
7596
7597 fi
7598fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007599rm -f core conftest.err conftest.$ac_objext \
7600 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007601 LIBS="$ac_xsave_LIBS"
7602
7603 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7604 # to get the SysV transport functions.
7605 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7606 # needs -lnsl.
7607 # The nsl library prevents programs from opening the X display
7608 # on Irix 5.2, according to T.E. Dickey.
7609 # The functions gethostbyname, getservbyname, and inet_addr are
7610 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007611 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7612if test "x$ac_cv_func_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007613
Alexandre Julliard40664c02009-02-11 20:40:58 +01007614fi
7615
Alexandre Julliard40664c02009-02-11 20:40:58 +01007616 if test $ac_cv_func_gethostbyname = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007618$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007619if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007620 $as_echo_n "(cached) " >&6
7621else
7622 ac_check_lib_save_LIBS=$LIBS
7623LIBS="-lnsl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007625/* end confdefs.h. */
7626
7627/* Override any GCC internal prototype to avoid an error.
7628 Use char because int might match the return type of a GCC
7629 builtin and then its argument prototype would still apply. */
7630#ifdef __cplusplus
7631extern "C"
7632#endif
7633char gethostbyname ();
7634int
7635main ()
7636{
7637return gethostbyname ();
7638 ;
7639 return 0;
7640}
7641_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007642if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007643 ac_cv_lib_nsl_gethostbyname=yes
7644else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007645 ac_cv_lib_nsl_gethostbyname=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007646fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007647rm -f core conftest.err conftest.$ac_objext \
7648 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007649LIBS=$ac_check_lib_save_LIBS
7650fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007652$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007653if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007654 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7655fi
7656
7657 if test $ac_cv_lib_nsl_gethostbyname = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007659$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007660if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007661 $as_echo_n "(cached) " >&6
7662else
7663 ac_check_lib_save_LIBS=$LIBS
7664LIBS="-lbsd $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007665cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007666/* end confdefs.h. */
7667
7668/* Override any GCC internal prototype to avoid an error.
7669 Use char because int might match the return type of a GCC
7670 builtin and then its argument prototype would still apply. */
7671#ifdef __cplusplus
7672extern "C"
7673#endif
7674char gethostbyname ();
7675int
7676main ()
7677{
7678return gethostbyname ();
7679 ;
7680 return 0;
7681}
7682_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007683if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007684 ac_cv_lib_bsd_gethostbyname=yes
7685else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007686 ac_cv_lib_bsd_gethostbyname=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007687fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007688rm -f core conftest.err conftest.$ac_objext \
7689 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007690LIBS=$ac_check_lib_save_LIBS
7691fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007693$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007694if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007695 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7696fi
7697
7698 fi
7699 fi
7700
7701 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7702 # socket/setsockopt and other routines are undefined under SCO ODT
7703 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7704 # on later versions), says Simon Leinen: it contains gethostby*
7705 # variants that don't use the name server (or something). -lsocket
7706 # must be given before -lnsl if both are needed. We assume that
7707 # if connect needs -lnsl, so does gethostbyname.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007708 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7709if test "x$ac_cv_func_connect" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007710
Alexandre Julliard40664c02009-02-11 20:40:58 +01007711fi
7712
Alexandre Julliard40664c02009-02-11 20:40:58 +01007713 if test $ac_cv_func_connect = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007715$as_echo_n "checking for connect in -lsocket... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007716if test "${ac_cv_lib_socket_connect+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007717 $as_echo_n "(cached) " >&6
7718else
7719 ac_check_lib_save_LIBS=$LIBS
7720LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007721cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007722/* end confdefs.h. */
7723
7724/* Override any GCC internal prototype to avoid an error.
7725 Use char because int might match the return type of a GCC
7726 builtin and then its argument prototype would still apply. */
7727#ifdef __cplusplus
7728extern "C"
7729#endif
7730char connect ();
7731int
7732main ()
7733{
7734return connect ();
7735 ;
7736 return 0;
7737}
7738_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007739if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007740 ac_cv_lib_socket_connect=yes
7741else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007742 ac_cv_lib_socket_connect=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007743fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007744rm -f core conftest.err conftest.$ac_objext \
7745 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007746LIBS=$ac_check_lib_save_LIBS
7747fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007749$as_echo "$ac_cv_lib_socket_connect" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007750if test "x$ac_cv_lib_socket_connect" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007751 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7752fi
7753
7754 fi
7755
7756 # Guillermo Gomez says -lposix is necessary on A/UX.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007757 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7758if test "x$ac_cv_func_remove" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007759
Alexandre Julliard40664c02009-02-11 20:40:58 +01007760fi
7761
Alexandre Julliard40664c02009-02-11 20:40:58 +01007762 if test $ac_cv_func_remove = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007764$as_echo_n "checking for remove in -lposix... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007765if test "${ac_cv_lib_posix_remove+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007766 $as_echo_n "(cached) " >&6
7767else
7768 ac_check_lib_save_LIBS=$LIBS
7769LIBS="-lposix $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007770cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007771/* end confdefs.h. */
7772
7773/* Override any GCC internal prototype to avoid an error.
7774 Use char because int might match the return type of a GCC
7775 builtin and then its argument prototype would still apply. */
7776#ifdef __cplusplus
7777extern "C"
7778#endif
7779char remove ();
7780int
7781main ()
7782{
7783return remove ();
7784 ;
7785 return 0;
7786}
7787_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007788if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007789 ac_cv_lib_posix_remove=yes
7790else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007791 ac_cv_lib_posix_remove=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007792fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007793rm -f core conftest.err conftest.$ac_objext \
7794 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007795LIBS=$ac_check_lib_save_LIBS
7796fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007798$as_echo "$ac_cv_lib_posix_remove" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007799if test "x$ac_cv_lib_posix_remove" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007800 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7801fi
7802
7803 fi
7804
7805 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007806 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7807if test "x$ac_cv_func_shmat" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007808
Alexandre Julliard40664c02009-02-11 20:40:58 +01007809fi
7810
Alexandre Julliard40664c02009-02-11 20:40:58 +01007811 if test $ac_cv_func_shmat = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007813$as_echo_n "checking for shmat in -lipc... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007814if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007815 $as_echo_n "(cached) " >&6
7816else
7817 ac_check_lib_save_LIBS=$LIBS
7818LIBS="-lipc $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007819cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007820/* end confdefs.h. */
7821
7822/* Override any GCC internal prototype to avoid an error.
7823 Use char because int might match the return type of a GCC
7824 builtin and then its argument prototype would still apply. */
7825#ifdef __cplusplus
7826extern "C"
7827#endif
7828char shmat ();
7829int
7830main ()
7831{
7832return shmat ();
7833 ;
7834 return 0;
7835}
7836_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007837if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007838 ac_cv_lib_ipc_shmat=yes
7839else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007840 ac_cv_lib_ipc_shmat=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007841fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007842rm -f core conftest.err conftest.$ac_objext \
7843 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007844LIBS=$ac_check_lib_save_LIBS
7845fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007847$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007848if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007849 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7850fi
7851
7852 fi
7853 fi
7854
7855 # Check for libraries that X11R6 Xt/Xaw programs need.
7856 ac_save_LDFLAGS=$LDFLAGS
7857 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7858 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7859 # check for ICE first), but we must link in the order -lSM -lICE or
7860 # we get undefined symbols. So assume we have SM if we have ICE.
7861 # These have to be linked with before -lX11, unlike the other
7862 # libraries we check for below, so use a different variable.
7863 # John Interrante, Karl Berry
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007865$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007866if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007867 $as_echo_n "(cached) " >&6
7868else
7869 ac_check_lib_save_LIBS=$LIBS
7870LIBS="-lICE $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007871cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007872/* end confdefs.h. */
7873
7874/* Override any GCC internal prototype to avoid an error.
7875 Use char because int might match the return type of a GCC
7876 builtin and then its argument prototype would still apply. */
7877#ifdef __cplusplus
7878extern "C"
7879#endif
7880char IceConnectionNumber ();
7881int
7882main ()
7883{
7884return IceConnectionNumber ();
7885 ;
7886 return 0;
7887}
7888_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007889if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007890 ac_cv_lib_ICE_IceConnectionNumber=yes
7891else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007892 ac_cv_lib_ICE_IceConnectionNumber=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007893fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007894rm -f core conftest.err conftest.$ac_objext \
7895 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007896LIBS=$ac_check_lib_save_LIBS
7897fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007899$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007900if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007901 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7902fi
7903
7904 LDFLAGS=$ac_save_LDFLAGS
7905
7906fi
7907
7908
Rein Klazes7ff12562004-11-09 20:16:35 +00007909if test "$have_x" = "yes"
7910then
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007911 XLIB="-lX11"
Rein Klazes7ff12562004-11-09 20:16:35 +00007912 ac_save_CPPFLAGS="$CPPFLAGS"
7913 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7914
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007916$as_echo_n "checking for -lX11... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007917if test "${ac_cv_lib_soname_X11+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007918 $as_echo_n "(cached) " >&6
Alexandre Julliarda8518542007-07-09 22:43:45 +02007919else
7920 ac_check_soname_save_LIBS=$LIBS
7921LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007923/* end confdefs.h. */
7924
7925/* Override any GCC internal prototype to avoid an error.
7926 Use char because int might match the return type of a GCC
7927 builtin and then its argument prototype would still apply. */
7928#ifdef __cplusplus
7929extern "C"
7930#endif
7931char XCreateWindow ();
7932int
7933main ()
7934{
7935return XCreateWindow ();
7936 ;
7937 return 0;
7938}
7939_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007940if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda8518542007-07-09 22:43:45 +02007941 case "$LIBEXT" in
7942 dll) ;;
7943 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'` ;;
7944 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7945 esac
Alexandre Julliarda8518542007-07-09 22:43:45 +02007946fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007947rm -f core conftest.err conftest.$ac_objext \
7948 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007949 LIBS=$ac_check_soname_save_LIBS
7950fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007951if test "x$ac_cv_lib_soname_X11" = "x"; then :
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007953$as_echo "not found" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007954
7955else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007957$as_echo "$ac_cv_lib_soname_X11" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007958
7959cat >>confdefs.h <<_ACEOF
7960#define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7961_ACEOF
7962
7963
7964fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007966$as_echo_n "checking for -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007967if test "${ac_cv_lib_soname_Xext+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007968 $as_echo_n "(cached) " >&6
Alexandre Julliarda8518542007-07-09 22:43:45 +02007969else
7970 ac_check_soname_save_LIBS=$LIBS
7971LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007973/* end confdefs.h. */
7974
7975/* Override any GCC internal prototype to avoid an error.
7976 Use char because int might match the return type of a GCC
7977 builtin and then its argument prototype would still apply. */
7978#ifdef __cplusplus
7979extern "C"
7980#endif
7981char XextCreateExtension ();
7982int
7983main ()
7984{
7985return XextCreateExtension ();
7986 ;
7987 return 0;
7988}
7989_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007990if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda8518542007-07-09 22:43:45 +02007991 case "$LIBEXT" in
7992 dll) ;;
7993 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'` ;;
7994 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7995 esac
Alexandre Julliarda8518542007-07-09 22:43:45 +02007996fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007997rm -f core conftest.err conftest.$ac_objext \
7998 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007999 LIBS=$ac_check_soname_save_LIBS
8000fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008001if test "x$ac_cv_lib_soname_Xext" = "x"; then :
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008003$as_echo "not found" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02008004
8005else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008007$as_echo "$ac_cv_lib_soname_Xext" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02008008
8009cat >>confdefs.h <<_ACEOF
8010#define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
8011_ACEOF
8012
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008013 XLIB="-lXext $XLIB"
Alexandre Julliarda8518542007-07-09 22:43:45 +02008014fi
8015
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008016 for ac_header in X11/Xlib.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00008017 X11/XKBlib.h \
8018 X11/Xutil.h \
Andrew Riedi23e2cb12007-03-22 12:06:19 -07008019 X11/Xcursor/Xcursor.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00008020 X11/extensions/shape.h \
8021 X11/extensions/XInput.h \
8022 X11/extensions/XShm.h \
Chris Robinson42584652007-09-22 18:19:08 -07008023 X11/extensions/Xcomposite.h \
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008024 X11/extensions/Xinerama.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00008025 X11/extensions/Xrandr.h \
8026 X11/extensions/Xrender.h \
André Hentschel7b285a42009-09-19 19:08:09 +02008027 X11/extensions/xf86vmode.h \
8028 X11/extensions/xf86vmproto.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008029do :
8030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8031ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
Alexandre Julliard73482142005-08-03 19:21:04 +00008032# include <X11/Xlib.h>
8033#endif
8034#ifdef HAVE_X11_XUTIL_H
8035# include <X11/Xutil.h>
8036#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008037"
8038eval as_val=\$$as_ac_Header
8039 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008040 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01008041#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008042_ACEOF
Alexandre Julliard255b4862003-10-15 04:09:55 +00008043
8044fi
8045
8046done
8047
8048
8049 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8050 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008052$as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008053if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008054 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008055else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008056 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008057LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008058cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008059/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008060
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008061/* Override any GCC internal prototype to avoid an error.
8062 Use char because int might match the return type of a GCC
8063 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008064#ifdef __cplusplus
8065extern "C"
8066#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008067char XkbQueryExtension ();
8068int
8069main ()
8070{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008071return XkbQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008072 ;
8073 return 0;
8074}
8075_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008076if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008077 ac_cv_lib_X11_XkbQueryExtension=yes
Patrik Stridvall24110281999-02-04 10:09:54 +00008078else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008079 ac_cv_lib_X11_XkbQueryExtension=no
Patrik Stridvall24110281999-02-04 10:09:54 +00008080fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008081rm -f core conftest.err conftest.$ac_objext \
8082 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008083LIBS=$ac_check_lib_save_LIBS
8084fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008086$as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008087if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
Patrik Stridvall24110281999-02-04 10:09:54 +00008088
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008089$as_echo "#define HAVE_XKB 1" >>confdefs.h
Patrik Stridvall24110281999-02-04 10:09:54 +00008090
Patrik Stridvall24110281999-02-04 10:09:54 +00008091fi
8092
Alexandre Julliard255b4862003-10-15 04:09:55 +00008093 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008094
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008095 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8096 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008098$as_echo_n "checking for -lXcursor... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008099if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008100 $as_echo_n "(cached) " >&6
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008101else
8102 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008103LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008105/* end confdefs.h. */
8106
8107/* Override any GCC internal prototype to avoid an error.
8108 Use char because int might match the return type of a GCC
8109 builtin and then its argument prototype would still apply. */
8110#ifdef __cplusplus
8111extern "C"
8112#endif
8113char XcursorImageLoadCursor ();
8114int
8115main ()
8116{
8117return XcursorImageLoadCursor ();
8118 ;
8119 return 0;
8120}
8121_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008122if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008123 case "$LIBEXT" in
8124 dll) ;;
8125 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'` ;;
8126 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8127 esac
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008128fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008129rm -f core conftest.err conftest.$ac_objext \
8130 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008131 LIBS=$ac_check_soname_save_LIBS
8132fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008133if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008135$as_echo "not found" >&6; }
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008136
8137else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008139$as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008140
8141cat >>confdefs.h <<_ACEOF
8142#define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8143_ACEOF
8144
8145
8146fi
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008147 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008148 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008149 case "x$with_xcursor" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008150 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008151 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008152 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8153This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008154esac
8155fi
8156
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008157 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8158 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008160$as_echo_n "checking for -lXi... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008161if test "${ac_cv_lib_soname_Xi+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008162 $as_echo_n "(cached) " >&6
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008163else
8164 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008165LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008167/* end confdefs.h. */
8168
8169/* Override any GCC internal prototype to avoid an error.
8170 Use char because int might match the return type of a GCC
8171 builtin and then its argument prototype would still apply. */
8172#ifdef __cplusplus
8173extern "C"
8174#endif
8175char XOpenDevice ();
8176int
8177main ()
8178{
8179return XOpenDevice ();
8180 ;
8181 return 0;
8182}
8183_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008184if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008185 case "$LIBEXT" in
8186 dll) ;;
8187 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'` ;;
8188 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8189 esac
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008190fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008191rm -f core conftest.err conftest.$ac_objext \
8192 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008193 LIBS=$ac_check_soname_save_LIBS
8194fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008195if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008197$as_echo "not found" >&6; }
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008198
8199else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008201$as_echo "$ac_cv_lib_soname_Xi" >&6; }
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008202
8203cat >>confdefs.h <<_ACEOF
8204#define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8205_ACEOF
8206
8207
8208fi
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008209 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008210 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008211 case "x$with_xinput" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008212 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008213 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008214 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8215This is an error since --with-xinput was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008216esac
8217fi
8218
Alexandre Julliard255b4862003-10-15 04:09:55 +00008219 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8220 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008222$as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008223if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008224 $as_echo_n "(cached) " >&6
Francois Jacques5b6879c2000-07-28 23:04:54 +00008225else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008226 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008227LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008229/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008230
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008231/* Override any GCC internal prototype to avoid an error.
8232 Use char because int might match the return type of a GCC
8233 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008234#ifdef __cplusplus
8235extern "C"
8236#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008237char XShmQueryExtension ();
8238int
8239main ()
8240{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008241return XShmQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008242 ;
8243 return 0;
8244}
8245_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008246if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008247 ac_cv_lib_Xext_XShmQueryExtension=yes
Francois Jacques5b6879c2000-07-28 23:04:54 +00008248else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008249 ac_cv_lib_Xext_XShmQueryExtension=no
Francois Jacques5b6879c2000-07-28 23:04:54 +00008250fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008251rm -f core conftest.err conftest.$ac_objext \
8252 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008253LIBS=$ac_check_lib_save_LIBS
8254fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008256$as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008257if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
Francois Jacques5b6879c2000-07-28 23:04:54 +00008258
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008259$as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
Francois Jacques5b6879c2000-07-28 23:04:54 +00008260
Francois Jacques5b6879c2000-07-28 23:04:54 +00008261fi
8262
Alexandre Julliard255b4862003-10-15 04:09:55 +00008263 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008264 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008265 case "x$with_xshm" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008266 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008267 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008268 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8269This is an error since --with-xshm was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008270esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008271fi
8272
Alexandre Julliard255b4862003-10-15 04:09:55 +00008273 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8274 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008276$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008277if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008278 $as_echo_n "(cached) " >&6
Ove Kaavenc90fb252001-01-02 22:39:14 +00008279else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008280 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008281LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008282cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008283/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008284
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008285/* Override any GCC internal prototype to avoid an error.
8286 Use char because int might match the return type of a GCC
8287 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008288#ifdef __cplusplus
8289extern "C"
8290#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008291char XShapeQueryExtension ();
8292int
8293main ()
8294{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008295return XShapeQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008296 ;
8297 return 0;
8298}
8299_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008300if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008301 ac_cv_lib_Xext_XShapeQueryExtension=yes
Ove Kaavenc90fb252001-01-02 22:39:14 +00008302else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008303 ac_cv_lib_Xext_XShapeQueryExtension=no
Ove Kaavenc90fb252001-01-02 22:39:14 +00008304fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008305rm -f core conftest.err conftest.$ac_objext \
8306 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008307LIBS=$ac_check_lib_save_LIBS
8308fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008310$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008311if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
Ove Kaavenc90fb252001-01-02 22:39:14 +00008312
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008313$as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
Ove Kaavenc90fb252001-01-02 22:39:14 +00008314
Ove Kaavenc90fb252001-01-02 22:39:14 +00008315fi
8316
Alexandre Julliard255b4862003-10-15 04:09:55 +00008317 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008318 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008319 case "x$with_xshape" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008320 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008321 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008322 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8323This is an error since --with-xshape was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008324esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008325fi
8326
André Hentschel7b285a42009-09-19 19:08:09 +02008327 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
Alexandre Julliard255b4862003-10-15 04:09:55 +00008328 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008330$as_echo_n "checking for -lXxf86vm... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008331if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008332 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008333else
Francois Gougeta49beb42008-06-26 14:02:17 +02008334 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008335LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008337/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008338
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008339/* Override any GCC internal prototype to avoid an error.
8340 Use char because int might match the return type of a GCC
8341 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008342#ifdef __cplusplus
8343extern "C"
8344#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008345char XF86VidModeQueryExtension ();
8346int
8347main ()
8348{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008349return XF86VidModeQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008350 ;
8351 return 0;
8352}
8353_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008354if ac_fn_c_try_link "$LINENO"; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02008355 case "$LIBEXT" in
8356 dll) ;;
8357 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'` ;;
8358 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8359 esac
Patrik Stridvall24110281999-02-04 10:09:54 +00008360fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008361rm -f core conftest.err conftest.$ac_objext \
8362 conftest$ac_exeext conftest.$ac_ext
Francois Gougeta49beb42008-06-26 14:02:17 +02008363 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008364fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008365if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008367$as_echo "not found" >&6; }
Patrik Stridvall24110281999-02-04 10:09:54 +00008368
Francois Gougeta49beb42008-06-26 14:02:17 +02008369else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008371$as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
Francois Gougeta49beb42008-06-26 14:02:17 +02008372
8373cat >>confdefs.h <<_ACEOF
8374#define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008375_ACEOF
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00008376
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008377
Patrik Stridvall24110281999-02-04 10:09:54 +00008378fi
Alexandre Julliard255b4862003-10-15 04:09:55 +00008379 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008380 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02008381 case "x$with_xxf86vm" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008382 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008383 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008384 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8385This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008386esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008387fi
8388
Alexandre Julliarda8518542007-07-09 22:43:45 +02008389 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"
Alexandre Julliard629639e2007-07-04 12:47:57 +02008390 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008392$as_echo_n "checking for -lXrender... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008393if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008394 $as_echo_n "(cached) " >&6
Alexandre Julliard629639e2007-07-04 12:47:57 +02008395else
8396 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008397LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008399/* end confdefs.h. */
8400
8401/* Override any GCC internal prototype to avoid an error.
8402 Use char because int might match the return type of a GCC
8403 builtin and then its argument prototype would still apply. */
8404#ifdef __cplusplus
8405extern "C"
8406#endif
8407char XRenderQueryExtension ();
8408int
8409main ()
8410{
8411return XRenderQueryExtension ();
8412 ;
8413 return 0;
8414}
8415_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008416if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008417 case "$LIBEXT" in
8418 dll) ;;
8419 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'` ;;
8420 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8421 esac
Alexandre Julliard629639e2007-07-04 12:47:57 +02008422fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008423rm -f core conftest.err conftest.$ac_objext \
8424 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008425 LIBS=$ac_check_soname_save_LIBS
8426fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008427if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008429$as_echo "not found" >&6; }
Alexandre Julliard629639e2007-07-04 12:47:57 +02008430
8431else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008433$as_echo "$ac_cv_lib_soname_Xrender" >&6; }
Alexandre Julliard629639e2007-07-04 12:47:57 +02008434
8435cat >>confdefs.h <<_ACEOF
8436#define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8437_ACEOF
8438
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008440$as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008441if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008442 $as_echo_n "(cached) " >&6
Alexandre Julliard629639e2007-07-04 12:47:57 +02008443else
8444 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008445LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008446cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008447/* end confdefs.h. */
8448
8449/* Override any GCC internal prototype to avoid an error.
8450 Use char because int might match the return type of a GCC
8451 builtin and then its argument prototype would still apply. */
8452#ifdef __cplusplus
8453extern "C"
8454#endif
8455char XRenderSetPictureTransform ();
8456int
8457main ()
8458{
8459return XRenderSetPictureTransform ();
8460 ;
8461 return 0;
8462}
8463_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008464if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008465 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8466else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008467 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
Alexandre Julliard629639e2007-07-04 12:47:57 +02008468fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008469rm -f core conftest.err conftest.$ac_objext \
8470 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008471LIBS=$ac_check_lib_save_LIBS
8472fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008474$as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008475if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008476
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008477$as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
Alexandre Julliard629639e2007-07-04 12:47:57 +02008478
8479fi
8480
8481fi
8482
Alexandre Julliard629639e2007-07-04 12:47:57 +02008483 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008484 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008485 case "x$with_xrender" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008486 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008487 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008488 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8489This is an error since --with-xrender was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008490esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008491fi
8492
Alexandre Julliard629639e2007-07-04 12:47:57 +02008493 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
Alexandre Julliard255b4862003-10-15 04:09:55 +00008494 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008496/* end confdefs.h. */
Mike McCormackc7c9f932004-04-07 03:57:35 +00008497#include <X11/Xlib.h>
8498#include <X11/extensions/Xrandr.h>
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008499int
8500main ()
8501{
Mike McCormackc7c9f932004-04-07 03:57:35 +00008502static typeof(XRRSetScreenConfigAndRate) * func;
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008503 ;
8504 return 0;
8505}
8506_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008507if ac_fn_c_try_compile "$LINENO"; then :
8508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008509$as_echo_n "checking for -lXrandr... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008510if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008511 $as_echo_n "(cached) " >&6
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008512else
8513 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008514LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008516/* end confdefs.h. */
8517
8518/* Override any GCC internal prototype to avoid an error.
8519 Use char because int might match the return type of a GCC
8520 builtin and then its argument prototype would still apply. */
8521#ifdef __cplusplus
8522extern "C"
8523#endif
8524char XRRQueryExtension ();
8525int
8526main ()
8527{
8528return XRRQueryExtension ();
8529 ;
8530 return 0;
8531}
8532_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008533if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008534 case "$LIBEXT" in
8535 dll) ;;
8536 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'` ;;
8537 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8538 esac
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008539fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008540rm -f core conftest.err conftest.$ac_objext \
8541 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008542 LIBS=$ac_check_soname_save_LIBS
8543fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008544if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008546$as_echo "not found" >&6; }
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008547
8548else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008550$as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008551
8552cat >>confdefs.h <<_ACEOF
8553#define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8554_ACEOF
8555
8556
8557fi
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008558fi
Jeremy White0ebeb532006-06-20 13:18:41 +02008559rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard255b4862003-10-15 04:09:55 +00008560 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008561 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008562 case "x$with_xrandr" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008563 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008564 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008565 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8566This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008567esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008568fi
8569
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008570 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8571 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008573/* end confdefs.h. */
8574#include <X11/Xlib.h>
8575#include <X11/extensions/Xinerama.h>
8576int
8577main ()
8578{
8579static typeof(XineramaQueryScreens) * func;
8580 ;
8581 return 0;
8582}
8583_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008584if ac_fn_c_try_compile "$LINENO"; then :
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008586$as_echo_n "checking for -lXinerama... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008587if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008588 $as_echo_n "(cached) " >&6
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008589else
8590 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008591LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008593/* end confdefs.h. */
8594
8595/* Override any GCC internal prototype to avoid an error.
8596 Use char because int might match the return type of a GCC
8597 builtin and then its argument prototype would still apply. */
8598#ifdef __cplusplus
8599extern "C"
8600#endif
8601char XineramaQueryScreens ();
8602int
8603main ()
8604{
8605return XineramaQueryScreens ();
8606 ;
8607 return 0;
8608}
8609_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008610if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008611 case "$LIBEXT" in
8612 dll) ;;
8613 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'` ;;
8614 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8615 esac
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008616fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008617rm -f core conftest.err conftest.$ac_objext \
8618 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008619 LIBS=$ac_check_soname_save_LIBS
8620fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008621if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008623$as_echo "not found" >&6; }
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008624
8625else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008627$as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008628
8629cat >>confdefs.h <<_ACEOF
8630#define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8631_ACEOF
8632
8633
8634fi
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008635fi
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008636rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8637 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008638 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008639 case "x$with_xinerama" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008640 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008641 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008642 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8643This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008644esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008645fi
8646
Chris Robinson42584652007-09-22 18:19:08 -07008647 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8648 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008650$as_echo_n "checking for -lXcomposite... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008651if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008652 $as_echo_n "(cached) " >&6
Chris Robinson42584652007-09-22 18:19:08 -07008653else
8654 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008655LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Chris Robinson42584652007-09-22 18:19:08 -07008657/* end confdefs.h. */
8658
8659/* Override any GCC internal prototype to avoid an error.
8660 Use char because int might match the return type of a GCC
8661 builtin and then its argument prototype would still apply. */
8662#ifdef __cplusplus
8663extern "C"
8664#endif
8665char XCompositeRedirectWindow ();
8666int
8667main ()
8668{
8669return XCompositeRedirectWindow ();
8670 ;
8671 return 0;
8672}
8673_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008674if ac_fn_c_try_link "$LINENO"; then :
Chris Robinson42584652007-09-22 18:19:08 -07008675 case "$LIBEXT" in
8676 dll) ;;
8677 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'` ;;
8678 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8679 esac
Chris Robinson42584652007-09-22 18:19:08 -07008680fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008681rm -f core conftest.err conftest.$ac_objext \
8682 conftest$ac_exeext conftest.$ac_ext
Chris Robinson42584652007-09-22 18:19:08 -07008683 LIBS=$ac_check_soname_save_LIBS
8684fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008685if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008687$as_echo "not found" >&6; }
Chris Robinson42584652007-09-22 18:19:08 -07008688
8689else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008691$as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
Chris Robinson42584652007-09-22 18:19:08 -07008692
8693cat >>confdefs.h <<_ACEOF
8694#define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8695_ACEOF
8696
8697
8698fi
Chris Robinson42584652007-09-22 18:19:08 -07008699 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008700 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008701 case "x$with_xcomposite" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008702 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008703 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008704 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8705This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008706esac
Chris Robinson42584652007-09-22 18:19:08 -07008707fi
8708
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008709 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
Kusanagi Kouichi75e40222008-04-16 00:34:54 +09008710#include <X11/Xlib.h>
8711#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008712"
8713if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
Kusanagi Kouichi75e40222008-04-16 00:34:54 +09008714
8715cat >>confdefs.h <<_ACEOF
8716#define HAVE_XICCALLBACK_CALLBACK 1
8717_ACEOF
8718
8719
8720fi
8721
8722
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008723
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008724 opengl_msg=""
8725 if test "x$with_opengl" != "xno"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008726 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008727 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8728do :
8729 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8730ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
Alexandre Julliard73482142005-08-03 19:21:04 +00008731# include <GL/glx.h>
8732#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008733"
8734eval as_val=\$$as_ac_Header
8735 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008736 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01008737#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008738_ACEOF
8739
8740fi
8741
8742done
8743
Alexandre Julliard73482142005-08-03 19:21:04 +00008744 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8745 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008747$as_echo_n "checking for up-to-date OpenGL version... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008748if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008749 $as_echo_n "(cached) " >&6
Lionel Ulmer5c085701999-02-28 19:48:53 +00008750else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008752/* end confdefs.h. */
Lionel Ulmer5c085701999-02-28 19:48:53 +00008753#include <GL/gl.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008754int
8755main ()
8756{
Lionel Ulmer5c085701999-02-28 19:48:53 +00008757GLenum test = GL_UNSIGNED_SHORT_5_6_5;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008758 ;
8759 return 0;
8760}
8761_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008762if ac_fn_c_try_compile "$LINENO"; then :
Roderick Colenbranderbc66d7e2006-08-24 01:11:27 +02008763 wine_cv_opengl_header_version_OK="yes"
Lionel Ulmer5c085701999-02-28 19:48:53 +00008764else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008765 wine_cv_opengl_header_version_OK="no"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008766fi
Jeremy White0ebeb532006-06-20 13:18:41 +02008767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008768fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008769{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008770$as_echo "$wine_cv_opengl_header_version_OK" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008771
Alexandre Julliardcc6a08c2006-08-24 14:34:22 +02008772 if test "$wine_cv_opengl_header_version_OK" = "yes"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008773 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008775$as_echo_n "checking for -lGL... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008776if test "${ac_cv_lib_soname_GL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008777 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008778else
Alexandre Julliard31353e12007-07-04 12:44:12 +02008779 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008780LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008782/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008783
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008784/* Override any GCC internal prototype to avoid an error.
8785 Use char because int might match the return type of a GCC
8786 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008787#ifdef __cplusplus
8788extern "C"
8789#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008790char glXCreateContext ();
8791int
8792main ()
8793{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008794return glXCreateContext ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008795 ;
8796 return 0;
8797}
8798_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008799if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard31353e12007-07-04 12:44:12 +02008800 case "$LIBEXT" in
8801 dll) ;;
8802 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'` ;;
8803 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8804 esac
Patrik Stridvall24110281999-02-04 10:09:54 +00008805fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008806rm -f core conftest.err conftest.$ac_objext \
8807 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard31353e12007-07-04 12:44:12 +02008808 LIBS=$ac_check_soname_save_LIBS
Patrik Stridvall24110281999-02-04 10:09:54 +00008809fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008810if test "x$ac_cv_lib_soname_GL" = "x"; then :
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008812$as_echo "not found" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008814$as_echo_n "checking for -lGL... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008815if test "${ac_cv_lib_soname_GL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008816 $as_echo_n "(cached) " >&6
Francois Gougetd701ee22007-12-18 10:17:20 +01008817else
8818 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008819LIBS="-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"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetd701ee22007-12-18 10:17:20 +01008821/* end confdefs.h. */
8822
8823/* Override any GCC internal prototype to avoid an error.
8824 Use char because int might match the return type of a GCC
8825 builtin and then its argument prototype would still apply. */
8826#ifdef __cplusplus
8827extern "C"
8828#endif
8829char glXCreateContext ();
8830int
8831main ()
8832{
8833return glXCreateContext ();
8834 ;
8835 return 0;
8836}
8837_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008838if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetd701ee22007-12-18 10:17:20 +01008839 case "$LIBEXT" in
8840 dll) ;;
8841 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'` ;;
8842 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8843 esac
Francois Gougetd701ee22007-12-18 10:17:20 +01008844fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008845rm -f core conftest.err conftest.$ac_objext \
8846 conftest$ac_exeext conftest.$ac_ext
Francois Gougetd701ee22007-12-18 10:17:20 +01008847 LIBS=$ac_check_soname_save_LIBS
8848fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008849if test "x$ac_cv_lib_soname_GL" = "x"; then :
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008851$as_echo "not found" >&6; }
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008852 if test -f /usr/X11R6/lib/libGL.a
Francois Gougetd701ee22007-12-18 10:17:20 +01008853 then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008854 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008855This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
Francois Gougetd701ee22007-12-18 10:17:20 +01008856 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008857 opengl_msg="No OpenGL library found on this system."
Francois Gougetd701ee22007-12-18 10:17:20 +01008858 fi
8859else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008861$as_echo "$ac_cv_lib_soname_GL" >&6; }
Francois Gougetd701ee22007-12-18 10:17:20 +01008862
8863cat >>confdefs.h <<_ACEOF
8864#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8865_ACEOF
8866
8867 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"
Francois Gougetd701ee22007-12-18 10:17:20 +01008868
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008869$as_echo "#define HAVE_OPENGL 1" >>confdefs.h
Francois Gougetd701ee22007-12-18 10:17:20 +01008870
8871fi
Alexandre Julliard31353e12007-07-04 12:44:12 +02008872else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008874$as_echo "$ac_cv_lib_soname_GL" >&6; }
Alexandre Julliard31353e12007-07-04 12:44:12 +02008875
8876cat >>confdefs.h <<_ACEOF
8877#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8878_ACEOF
8879
8880 OPENGL_LIBS="-lGL"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008881
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008882$as_echo "#define HAVE_OPENGL 1" >>confdefs.h
Marcus Meissner6bb6d4c2000-08-09 22:21:08 +00008883
Alexandre Julliardc84c4782006-09-22 09:36:12 +02008884fi
Alexandre Julliardad798732008-05-01 13:29:02 +02008885 if test "$ac_cv_header_GL_glu_h" = "yes"
8886 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008888$as_echo_n "checking for -lGLU... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008889if test "${ac_cv_lib_soname_GLU+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008890 $as_echo_n "(cached) " >&6
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008891else
Alexandre Julliardad798732008-05-01 13:29:02 +02008892 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008893LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008895/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008896
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008897/* Override any GCC internal prototype to avoid an error.
8898 Use char because int might match the return type of a GCC
8899 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008900#ifdef __cplusplus
8901extern "C"
8902#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008903char gluLookAt ();
8904int
8905main ()
8906{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008907return gluLookAt ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008908 ;
8909 return 0;
8910}
8911_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008912if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02008913 case "$LIBEXT" in
8914 dll) ;;
8915 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'` ;;
8916 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8917 esac
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008918fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008919rm -f core conftest.err conftest.$ac_objext \
8920 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardad798732008-05-01 13:29:02 +02008921 LIBS=$ac_check_soname_save_LIBS
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008922fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008923if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008925$as_echo "not found" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008926
Alexandre Julliardad798732008-05-01 13:29:02 +02008927else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008929$as_echo "$ac_cv_lib_soname_GLU" >&6; }
Alexandre Julliardad798732008-05-01 13:29:02 +02008930
8931cat >>confdefs.h <<_ACEOF
8932#define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8933_ACEOF
8934
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02008935
Alexandre Julliardad798732008-05-01 13:29:02 +02008936fi
Alexandre Julliardad798732008-05-01 13:29:02 +02008937 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008938 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02008939 case "x$with_glu" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02008940 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008941 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008942 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8943This is an error since --with-glu was requested." "$LINENO" 5 ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008944esac
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008945fi
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008946 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008947 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008948 fi
Roderick Colenbranderbc66d7e2006-08-24 01:11:27 +02008949 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008950 opengl_msg="OpenGL development headers not found."
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008951 fi
Alexandre Julliard8e9504d2008-09-24 13:11:11 +02008952 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8953 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8954 else
8955 enable_opengl32=${enable_opengl32:-no}
8956 enable_glu32=${enable_glu32:-no}
Patrik Stridvall24110281999-02-04 10:09:54 +00008957 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008958 if test -n "$opengl_msg"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008959 case "x$with_opengl" in
8960 x) wine_warnings="$wine_warnings|$opengl_msg
8961OpenGL and Direct3D won't be supported." ;;
8962 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008963 *) as_fn_error "$opengl_msg
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008964OpenGL and Direct3D won't be supported.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008965This is an error since --with-opengl was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008966esac
8967fi
8968
Francois Gouget6f670b12002-10-10 17:54:27 +00008969 NASLIBS=""
8970
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008971 for ac_header in audio/audiolib.h
8972do :
8973 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8974if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008975 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008976#define HAVE_AUDIO_AUDIOLIB_H 1
Francois Gouget6f670b12002-10-10 17:54:27 +00008977_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008978 for ac_header in audio/soundlib.h
8979do :
8980 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8981"
8982if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008983 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008984#define HAVE_AUDIO_SOUNDLIB_H 1
Francois Gouget6f670b12002-10-10 17:54:27 +00008985_ACEOF
8986
8987fi
8988
8989done
8990
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008992$as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008993if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008994 $as_echo_n "(cached) " >&6
Francois Gouget6f670b12002-10-10 17:54:27 +00008995else
8996 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008997LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008999/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00009000
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009001/* Override any GCC internal prototype to avoid an error.
9002 Use char because int might match the return type of a GCC
9003 builtin and then its argument prototype would still apply. */
Francois Gouget6f670b12002-10-10 17:54:27 +00009004#ifdef __cplusplus
9005extern "C"
9006#endif
Francois Gouget6f670b12002-10-10 17:54:27 +00009007char AuCreateFlow ();
9008int
9009main ()
9010{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009011return AuCreateFlow ();
Francois Gouget6f670b12002-10-10 17:54:27 +00009012 ;
9013 return 0;
9014}
9015_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009016if ac_fn_c_try_link "$LINENO"; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00009017 ac_cv_lib_audio_AuCreateFlow=yes
9018else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009019 ac_cv_lib_audio_AuCreateFlow=no
Francois Gouget6f670b12002-10-10 17:54:27 +00009020fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009021rm -f core conftest.err conftest.$ac_objext \
9022 conftest$ac_exeext conftest.$ac_ext
Francois Gouget6f670b12002-10-10 17:54:27 +00009023LIBS=$ac_check_lib_save_LIBS
9024fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009026$as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009027if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00009028
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009029$as_echo "#define HAVE_NAS 1" >>confdefs.h
Francois Gouget6f670b12002-10-10 17:54:27 +00009030
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009032$as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009033if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009034 $as_echo_n "(cached) " >&6
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009035else
9036 ac_check_lib_save_LIBS=$LIBS
9037LIBS="-lXau $X_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009038cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009039/* end confdefs.h. */
9040
9041/* Override any GCC internal prototype to avoid an error.
9042 Use char because int might match the return type of a GCC
9043 builtin and then its argument prototype would still apply. */
9044#ifdef __cplusplus
9045extern "C"
9046#endif
9047char XauGetBestAuthByAddr ();
9048int
9049main ()
9050{
9051return XauGetBestAuthByAddr ();
9052 ;
9053 return 0;
9054}
9055_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009056if ac_fn_c_try_link "$LINENO"; then :
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009057 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9058else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009059 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009060fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009061rm -f core conftest.err conftest.$ac_objext \
9062 conftest$ac_exeext conftest.$ac_ext
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009063LIBS=$ac_check_lib_save_LIBS
9064fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009066$as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009067if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
Alexandre Julliardfd03c502009-08-17 15:11:08 +02009068 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009069else
Alexandre Julliardfd03c502009-08-17 15:11:08 +02009070 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
Gerald Pfeifer575d8942007-03-25 00:44:50 +01009071fi
9072
9073
Francois Gouget6f670b12002-10-10 17:54:27 +00009074fi
9075
9076fi
9077
9078done
9079
9080
Ove Kaaven1eb593c1999-02-14 09:34:46 +00009081 CPPFLAGS="$ac_save_CPPFLAGS"
Patrik Stridvallea584721998-11-01 16:22:07 +00009082else
9083 XLIB=""
9084 X_CFLAGS=""
9085 X_LIBS=""
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02009086 enable_winex11_drv=${enable_winex11_drv:-no}
9087 enable_opengl32=${enable_opengl32:-no}
9088 enable_glu32=${enable_glu32:-no}
Patrik Stridvallea584721998-11-01 16:22:07 +00009089fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009090if test "x$XLIB" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009091 case "x$with_x" in
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009092 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009093 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009094without X support, which probably isn't what you want. You will need to install
Alexandre Julliardd2c8bfb2008-11-24 13:45:25 +01009095${notice_platform}development packages of Xlib/Xfree86 at the very least.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009096Use the --without-x option if you really want this." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009097esac
9098fi
9099
Alexandre Julliard902da691995-11-05 14:39:02 +00009100
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009101XML2LIBS=""
9102
9103XML2INCL=""
9104
Mike McCormackf3719a82005-09-03 09:39:38 +00009105XSLTINCL=""
9106
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009107if test "x$with_xml" != "xno"
Mike McCormack90c75bd2005-08-08 18:36:53 +00009108then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009109 ac_save_CPPFLAGS="$CPPFLAGS"
9110 if test "$PKG_CONFIG" != "false"
9111 then
9112 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9113 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9114 else
9115 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9116 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9117 fi
9118 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009119 for ac_header in libxml/parser.h
9120do :
9121 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9122if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009123 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009124#define HAVE_LIBXML_PARSER_H 1
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009125_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009127$as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009128if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009129 $as_echo_n "(cached) " >&6
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009130else
9131 ac_check_lib_save_LIBS=$LIBS
Mike McCormack90c75bd2005-08-08 18:36:53 +00009132LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009133cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009134/* end confdefs.h. */
9135
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009136/* Override any GCC internal prototype to avoid an error.
9137 Use char because int might match the return type of a GCC
9138 builtin and then its argument prototype would still apply. */
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009139#ifdef __cplusplus
9140extern "C"
9141#endif
Mike McCormack90c75bd2005-08-08 18:36:53 +00009142char xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009143int
9144main ()
9145{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009146return xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009147 ;
9148 return 0;
9149}
9150_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009151if ac_fn_c_try_link "$LINENO"; then :
Mike McCormack90c75bd2005-08-08 18:36:53 +00009152 ac_cv_lib_xml2_xmlParseMemory=yes
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009153else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009154 ac_cv_lib_xml2_xmlParseMemory=no
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009155fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009156rm -f core conftest.err conftest.$ac_objext \
9157 conftest$ac_exeext conftest.$ac_ext
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009158LIBS=$ac_check_lib_save_LIBS
9159fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009161$as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009162if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009163
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009164$as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009165
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009166 XML2LIBS="$ac_xml_libs"
9167 XML2INCL="$ac_xml_cflags"
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009168fi
9169
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009171$as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009172if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009173 $as_echo_n "(cached) " >&6
Mike McCormack70adb8f2005-08-12 10:35:17 +00009174else
9175 ac_check_lib_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009176LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009177cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormack70adb8f2005-08-12 10:35:17 +00009178/* end confdefs.h. */
9179
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009180/* Override any GCC internal prototype to avoid an error.
9181 Use char because int might match the return type of a GCC
9182 builtin and then its argument prototype would still apply. */
Mike McCormack70adb8f2005-08-12 10:35:17 +00009183#ifdef __cplusplus
9184extern "C"
9185#endif
Mike McCormack70adb8f2005-08-12 10:35:17 +00009186char xmlReadMemory ();
9187int
9188main ()
9189{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009190return xmlReadMemory ();
Mike McCormack70adb8f2005-08-12 10:35:17 +00009191 ;
9192 return 0;
9193}
9194_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009195if ac_fn_c_try_link "$LINENO"; then :
Mike McCormack70adb8f2005-08-12 10:35:17 +00009196 ac_cv_lib_xml2_xmlReadMemory=yes
9197else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009198 ac_cv_lib_xml2_xmlReadMemory=no
Mike McCormack70adb8f2005-08-12 10:35:17 +00009199fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009200rm -f core conftest.err conftest.$ac_objext \
9201 conftest$ac_exeext conftest.$ac_ext
Mike McCormack70adb8f2005-08-12 10:35:17 +00009202LIBS=$ac_check_lib_save_LIBS
9203fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009205$as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009206if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
Mike McCormack70adb8f2005-08-12 10:35:17 +00009207
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009208$as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
Mike McCormack70adb8f2005-08-12 10:35:17 +00009209
9210fi
9211
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009213$as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009214if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009215 $as_echo_n "(cached) " >&6
Lei Zhang6a530ab2006-11-29 15:59:03 -08009216else
9217 ac_check_lib_save_LIBS=$LIBS
9218LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009219cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Lei Zhang6a530ab2006-11-29 15:59:03 -08009220/* end confdefs.h. */
9221
9222/* Override any GCC internal prototype to avoid an error.
9223 Use char because int might match the return type of a GCC
9224 builtin and then its argument prototype would still apply. */
9225#ifdef __cplusplus
9226extern "C"
9227#endif
9228char xmlNewDocPI ();
9229int
9230main ()
9231{
9232return xmlNewDocPI ();
9233 ;
9234 return 0;
9235}
9236_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009237if ac_fn_c_try_link "$LINENO"; then :
Lei Zhang6a530ab2006-11-29 15:59:03 -08009238 ac_cv_lib_xml2_xmlNewDocPI=yes
9239else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009240 ac_cv_lib_xml2_xmlNewDocPI=no
Lei Zhang6a530ab2006-11-29 15:59:03 -08009241fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009242rm -f core conftest.err conftest.$ac_objext \
9243 conftest$ac_exeext conftest.$ac_ext
Lei Zhang6a530ab2006-11-29 15:59:03 -08009244LIBS=$ac_check_lib_save_LIBS
9245fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009247$as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009248if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
Lei Zhang6a530ab2006-11-29 15:59:03 -08009249
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009250$as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
Lei Zhang6a530ab2006-11-29 15:59:03 -08009251
9252fi
9253
Mike McCormack70adb8f2005-08-12 10:35:17 +00009254
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009255fi
9256
9257done
9258
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009259 CPPFLAGS="$ac_save_CPPFLAGS"
9260fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009261if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009262 case "x$with_xml" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009263 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009264 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009265 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9266This is an error since --with-xml was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009267esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009268fi
9269
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009270if test "x$with_xslt" != "xno"
Emmanuel Maillard2a98b402007-06-22 02:58:39 +02009271then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009272 if test "$PKG_CONFIG" != "false"
9273 then
9274 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9275 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9276 else
9277 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9278 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9279 fi
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009280 ac_save_CPPFLAGS="$CPPFLAGS"
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009281 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009282 for ac_header in libxslt/pattern.h libxslt/transform.h
9283do :
9284 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9285ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
Vincent Bérond7f64242005-09-15 09:39:09 +00009286# include <libxslt/pattern.h>
9287#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009288"
9289eval as_val=\$$as_ac_Header
9290 if test "x$as_val" = x""yes; then :
Mike McCormackf3719a82005-09-03 09:39:38 +00009291 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009292#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Mike McCormackf3719a82005-09-03 09:39:38 +00009293_ACEOF
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009294
9295fi
9296
9297done
9298
9299 CPPFLAGS="$ac_save_CPPFLAGS"
9300 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9301 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009303$as_echo_n "checking for -lxslt... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009304if test "${ac_cv_lib_soname_xslt+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009305 $as_echo_n "(cached) " >&6
Mike McCormackf3719a82005-09-03 09:39:38 +00009306else
Francois Gouget3d384f12008-11-17 19:29:32 +01009307 ac_check_soname_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009308LIBS="-lxslt $ac_xslt_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackf3719a82005-09-03 09:39:38 +00009310/* end confdefs.h. */
9311
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009312/* Override any GCC internal prototype to avoid an error.
9313 Use char because int might match the return type of a GCC
9314 builtin and then its argument prototype would still apply. */
Mike McCormackf3719a82005-09-03 09:39:38 +00009315#ifdef __cplusplus
9316extern "C"
9317#endif
Mike McCormackf3719a82005-09-03 09:39:38 +00009318char xsltCompilePattern ();
9319int
9320main ()
9321{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009322return xsltCompilePattern ();
Mike McCormackf3719a82005-09-03 09:39:38 +00009323 ;
9324 return 0;
9325}
9326_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009327if ac_fn_c_try_link "$LINENO"; then :
Francois Gouget3d384f12008-11-17 19:29:32 +01009328 case "$LIBEXT" in
9329 dll) ;;
9330 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'` ;;
9331 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9332 esac
Mike McCormackf3719a82005-09-03 09:39:38 +00009333fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009334rm -f core conftest.err conftest.$ac_objext \
9335 conftest$ac_exeext conftest.$ac_ext
Francois Gouget3d384f12008-11-17 19:29:32 +01009336 LIBS=$ac_check_soname_save_LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009337fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009338if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009340$as_echo "not found" >&6; }
Mike McCormackf3719a82005-09-03 09:39:38 +00009341
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009342else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009344$as_echo "$ac_cv_lib_soname_xslt" >&6; }
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009345
Francois Gouget3d384f12008-11-17 19:29:32 +01009346cat >>confdefs.h <<_ACEOF
9347#define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009348_ACEOF
Mike McCormackf3719a82005-09-03 09:39:38 +00009349
Francois Gouget3d384f12008-11-17 19:29:32 +01009350 XSLTINCL="$ac_xslt_cflags"
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009351fi
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009352 fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009353fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009354if test "x$ac_cv_lib_soname_xslt" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009355 case "x$with_xslt" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009356 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009357 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009358 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9359This is an error since --with-xslt was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009360esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009361fi
9362
Alexandre Julliard00068982006-04-18 16:47:53 +02009363HALINCL=""
9364
Francois Gouget295a0cd2009-01-09 20:22:22 +01009365if test "x$with_hal" != "xno"
Alexandre Julliard00068982006-04-18 16:47:53 +02009366then
9367 ac_save_CPPFLAGS="$CPPFLAGS"
Francois Gouget295a0cd2009-01-09 20:22:22 +01009368 if test "$PKG_CONFIG" != "false"
9369 then
9370 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9371 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9372 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9373 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009374 for ac_header in dbus/dbus.h hal/libhal.h
9375do :
9376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9377ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9378eval as_val=\$$as_ac_Header
9379 if test "x$as_val" = x""yes; then :
Alexandre Julliard00068982006-04-18 16:47:53 +02009380 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009381#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliard00068982006-04-18 16:47:53 +02009382_ACEOF
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009383
9384fi
9385
9386done
9387
9388 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9389 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009391$as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009392if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009393 $as_echo_n "(cached) " >&6
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009394else
9395 ac_check_lib_save_LIBS=$LIBS
9396LIBS="-ldbus-1 $ac_hal_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009397cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009398/* end confdefs.h. */
9399
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009400/* Override any GCC internal prototype to avoid an error.
9401 Use char because int might match the return type of a GCC
9402 builtin and then its argument prototype would still apply. */
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009403#ifdef __cplusplus
9404extern "C"
9405#endif
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009406char dbus_connection_close ();
9407int
9408main ()
9409{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009410return dbus_connection_close ();
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009411 ;
9412 return 0;
9413}
9414_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009415if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009416 ac_cv_lib_dbus_1_dbus_connection_close=yes
9417else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009418 ac_cv_lib_dbus_1_dbus_connection_close=no
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009419fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009420rm -f core conftest.err conftest.$ac_objext \
9421 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009422LIBS=$ac_check_lib_save_LIBS
9423fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009425$as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009426if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009428$as_echo_n "checking for -lhal... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009429if test "${ac_cv_lib_soname_hal+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009430 $as_echo_n "(cached) " >&6
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009431else
9432 ac_check_soname_save_LIBS=$LIBS
9433LIBS="-lhal $ac_hal_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009435/* end confdefs.h. */
Alexandre Julliard00068982006-04-18 16:47:53 +02009436
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009437/* Override any GCC internal prototype to avoid an error.
9438 Use char because int might match the return type of a GCC
9439 builtin and then its argument prototype would still apply. */
9440#ifdef __cplusplus
9441extern "C"
9442#endif
9443char libhal_ctx_new ();
9444int
9445main ()
9446{
9447return libhal_ctx_new ();
9448 ;
9449 return 0;
9450}
9451_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009452if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009453 case "$LIBEXT" in
9454 dll) ;;
9455 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'` ;;
9456 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9457 esac
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009458fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009459rm -f core conftest.err conftest.$ac_objext \
9460 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009461 LIBS=$ac_check_soname_save_LIBS
9462fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009463if test "x$ac_cv_lib_soname_hal" = "x"; then :
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009465$as_echo "not found" >&6; }
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009466
9467else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009469$as_echo "$ac_cv_lib_soname_hal" >&6; }
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009470
9471cat >>confdefs.h <<_ACEOF
9472#define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
Alexandre Julliard00068982006-04-18 16:47:53 +02009473_ACEOF
9474
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009475 HALINCL="$ac_hal_cflags"
Alexandre Julliard00068982006-04-18 16:47:53 +02009476fi
Alexandre Julliard00068982006-04-18 16:47:53 +02009477fi
9478
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009479 fi
Alexandre Julliard00068982006-04-18 16:47:53 +02009480 CPPFLAGS="$ac_save_CPPFLAGS"
9481fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009482if test "x$ac_cv_lib_soname_hal" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009483 case "x$with_hal" in
Austin English41ca5542009-06-12 13:03:56 -05009484 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009485 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009486 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9487This is an error since --with-hal was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009488esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009489fi
9490
Francois Gouget295a0cd2009-01-09 20:22:22 +01009491if test "x$with_gnutls" != "xno"
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009492then
9493 ac_save_CPPFLAGS="$CPPFLAGS"
Francois Gouget295a0cd2009-01-09 20:22:22 +01009494 if test "$PKG_CONFIG" != "false"
9495 then
9496 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9497 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9498 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9499 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009500 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9501if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gouget3aae9542008-10-24 11:24:58 +02009503/* end confdefs.h. */
9504#include <gnutls/gnutls.h>
9505int
9506main ()
9507{
Henri Verbeet8c4a2972008-12-30 09:45:20 +01009508typeof(gnutls_mac_get_key_size) *pfunc;
Francois Gouget3aae9542008-10-24 11:24:58 +02009509 ;
9510 return 0;
9511}
9512_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009513if ac_fn_c_try_compile "$LINENO"; then :
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009515$as_echo_n "checking for -lgnutls... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009516if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009517 $as_echo_n "(cached) " >&6
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009518else
9519 ac_check_soname_save_LIBS=$LIBS
9520LIBS="-lgnutls $ac_gnutls_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009522/* end confdefs.h. */
9523
9524/* Override any GCC internal prototype to avoid an error.
9525 Use char because int might match the return type of a GCC
9526 builtin and then its argument prototype would still apply. */
9527#ifdef __cplusplus
9528extern "C"
9529#endif
9530char gnutls_global_init ();
9531int
9532main ()
9533{
9534return gnutls_global_init ();
9535 ;
9536 return 0;
9537}
9538_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009539if ac_fn_c_try_link "$LINENO"; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009540 case "$LIBEXT" in
9541 dll) ;;
9542 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'` ;;
9543 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9544 esac
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009545fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009546rm -f core conftest.err conftest.$ac_objext \
9547 conftest$ac_exeext conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009548 LIBS=$ac_check_soname_save_LIBS
9549fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009550if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009552$as_echo "not found" >&6; }
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009553
9554else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009556$as_echo "$ac_cv_lib_soname_gnutls" >&6; }
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009557
9558cat >>confdefs.h <<_ACEOF
9559#define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9560_ACEOF
9561
9562 GNUTLSINCL="$ac_gnutls_cflags"
9563
9564fi
Francois Gouget3aae9542008-10-24 11:24:58 +02009565fi
Francois Gouget3aae9542008-10-24 11:24:58 +02009566rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009567fi
9568
9569
9570 CPPFLAGS="$ac_save_CPPFLAGS"
9571fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009572if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009573 case "x$with_gnutls" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009574 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009575 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009576 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9577This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009578esac
9579fi
9580
Alexandre Julliard48957682001-12-26 23:08:31 +00009581CURSESLIBS=""
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009582if test "$ac_cv_header_ncurses_h" = "yes"
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00009583then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009585$as_echo_n "checking for -lncurses... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009586if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009587 $as_echo_n "(cached) " >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009588else
Alexandre Julliardd0783772007-07-02 17:28:50 +02009589 ac_check_soname_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009590LIBS="-lncurses $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009592/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009593
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009594/* Override any GCC internal prototype to avoid an error.
9595 Use char because int might match the return type of a GCC
9596 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009597#ifdef __cplusplus
9598extern "C"
9599#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009600char waddch ();
9601int
9602main ()
9603{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009604return waddch ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009605 ;
9606 return 0;
9607}
9608_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009609if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0783772007-07-02 17:28:50 +02009610 case "$LIBEXT" in
9611 dll) ;;
9612 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'` ;;
9613 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9614 esac
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009615fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009616rm -f core conftest.err conftest.$ac_objext \
9617 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0783772007-07-02 17:28:50 +02009618 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009619fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009620if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009622$as_echo "not found" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009623
9624else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009626$as_echo "$ac_cv_lib_soname_ncurses" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009627
9628cat >>confdefs.h <<_ACEOF
9629#define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9630_ACEOF
9631
9632 CURSESLIBS="-lncurses"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009633fi
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009634elif test "$ac_cv_header_curses_h" = "yes"
9635then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009637$as_echo_n "checking for -lcurses... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009638if test "${ac_cv_lib_soname_curses+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009639 $as_echo_n "(cached) " >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009640else
Alexandre Julliardd0783772007-07-02 17:28:50 +02009641 ac_check_soname_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009642LIBS="-lcurses $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009644/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009645
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009646/* Override any GCC internal prototype to avoid an error.
9647 Use char because int might match the return type of a GCC
9648 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009649#ifdef __cplusplus
9650extern "C"
9651#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009652char waddch ();
9653int
9654main ()
9655{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009656return waddch ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009657 ;
9658 return 0;
9659}
9660_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009661if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0783772007-07-02 17:28:50 +02009662 case "$LIBEXT" in
9663 dll) ;;
9664 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'` ;;
9665 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9666 esac
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009667fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009668rm -f core conftest.err conftest.$ac_objext \
9669 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0783772007-07-02 17:28:50 +02009670 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009671fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009672if test "x$ac_cv_lib_soname_curses" = "x"; then :
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009674$as_echo "not found" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009675
9676else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009678$as_echo "$ac_cv_lib_soname_curses" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009679
9680cat >>confdefs.h <<_ACEOF
9681#define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9682_ACEOF
9683
9684 CURSESLIBS="-lcurses"
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009685fi
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009686fi
9687ac_save_LIBS="$LIBS"
9688LIBS="$LIBS $CURSESLIBS"
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009689for ac_func in mousemask
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009690do :
9691 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9692if test "x$ac_cv_func_mousemask" = x""yes; then :
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009693 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009694#define HAVE_MOUSEMASK 1
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009695_ACEOF
9696
9697fi
9698done
9699
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009700LIBS="$ac_save_LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009701if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009702 case "x$with_curses" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009703 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009704 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009705 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9706This is an error since --with-curses was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009707esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009708fi
9709
Francois Gouget3fe5d802009-01-14 14:16:06 +01009710if test "x$with_sane" != "xno"
9711then
9712 ac_save_CPPFLAGS="$CPPFLAGS"
9713 # Extract the first word of "sane-config", so it can be a program name with args.
Shi Quan He6b0720f2002-03-21 02:58:39 +00009714set dummy sane-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009716$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009717if test "${ac_cv_prog_sane_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009718 $as_echo_n "(cached) " >&6
Shi Quan He6b0720f2002-03-21 02:58:39 +00009719else
9720 if test -n "$sane_devel"; then
9721 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9722else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9724for as_dir in $PATH
9725do
9726 IFS=$as_save_IFS
9727 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009728 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009730 ac_cv_prog_sane_devel="sane-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009732 break 2
9733 fi
9734done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009735 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009736IFS=$as_save_IFS
Shi Quan He6b0720f2002-03-21 02:58:39 +00009737
9738 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9739fi
9740fi
9741sane_devel=$ac_cv_prog_sane_devel
9742if test -n "$sane_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009744$as_echo "$sane_devel" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009745else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009747$as_echo "no" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009748fi
9749
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009750
Francois Gouget3fe5d802009-01-14 14:16:06 +01009751 if test "$sane_devel" != "no"
9752 then
9753 ac_sane_incl="`$sane_devel --cflags`"
9754 ac_sane_libs="`$sane_devel --ldflags`"
9755 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9756 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009757 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9758if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009760$as_echo_n "checking for -lsane... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009761if test "${ac_cv_lib_soname_sane+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009762 $as_echo_n "(cached) " >&6
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009763else
9764 ac_check_soname_save_LIBS=$LIBS
Francois Gougeta9d7bab2008-07-20 22:41:41 +02009765LIBS="-lsane $ac_sane_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009767/* end confdefs.h. */
9768
9769/* Override any GCC internal prototype to avoid an error.
9770 Use char because int might match the return type of a GCC
9771 builtin and then its argument prototype would still apply. */
9772#ifdef __cplusplus
9773extern "C"
9774#endif
9775char sane_init ();
9776int
9777main ()
9778{
9779return sane_init ();
9780 ;
9781 return 0;
9782}
9783_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009784if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009785 case "$LIBEXT" in
9786 dll) ;;
9787 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'` ;;
9788 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9789 esac
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009790fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009791rm -f core conftest.err conftest.$ac_objext \
9792 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009793 LIBS=$ac_check_soname_save_LIBS
9794fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009795if test "x$ac_cv_lib_soname_sane" = "x"; then :
9796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009797$as_echo "not found" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009798
9799else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009801$as_echo "$ac_cv_lib_soname_sane" >&6; }
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009802
9803cat >>confdefs.h <<_ACEOF
9804#define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9805_ACEOF
9806
9807 SANEINCL="$ac_sane_incl"
9808
9809fi
Shi Quan He6b0720f2002-03-21 02:58:39 +00009810fi
9811
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009812
Shi Quan He6b0720f2002-03-21 02:58:39 +00009813 CPPFLAGS="$ac_save_CPPFLAGS"
9814fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009815if test "x$ac_cv_lib_soname_sane" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009816 case "x$with_sane" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009817 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009818 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009819 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9820This is an error since --with-sane was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009821esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009822fi
9823
Francois Gouget3fe5d802009-01-14 14:16:06 +01009824if test "x$with_gphoto" != "xno"
9825then
9826 ac_save_CPPFLAGS="$CPPFLAGS"
9827 # Extract the first word of "gphoto2-config", so it can be a program name with args.
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009828set dummy gphoto2-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009830$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009831if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009832 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009833else
9834 if test -n "$gphoto2_devel"; then
9835 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9836else
9837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9838for as_dir in $PATH
9839do
9840 IFS=$as_save_IFS
9841 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009842 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009844 ac_cv_prog_gphoto2_devel="gphoto2-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009846 break 2
9847 fi
9848done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009849 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009850IFS=$as_save_IFS
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009851
9852 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9853fi
9854fi
9855gphoto2_devel=$ac_cv_prog_gphoto2_devel
9856if test -n "$gphoto2_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009858$as_echo "$gphoto2_devel" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009859else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009861$as_echo "no" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009862fi
9863
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009864
Francois Gouget3fe5d802009-01-14 14:16:06 +01009865 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009866set dummy gphoto2-port-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009868$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009869if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009870 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009871else
9872 if test -n "$gphoto2port_devel"; then
9873 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9874else
9875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876for as_dir in $PATH
9877do
9878 IFS=$as_save_IFS
9879 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009880 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009882 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009884 break 2
9885 fi
9886done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009887 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009888IFS=$as_save_IFS
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009889
9890 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9891fi
9892fi
9893gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9894if test -n "$gphoto2port_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009896$as_echo "$gphoto2port_devel" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009897else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009899$as_echo "no" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009900fi
9901
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009902
Francois Gouget3fe5d802009-01-14 14:16:06 +01009903 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9904 then
9905 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9906 ac_gphoto2_libs=""
9907 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9908 do
9909 case "$i" in
9910 -L/usr/lib|-L/usr/lib64) ;;
9911 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9912 esac
9913 done
9914 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9915 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +09009916 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009917 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9918if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009920$as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009921if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009922 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009923else
9924 ac_check_lib_save_LIBS=$LIBS
Francois Gouget4bc03fe2008-07-21 17:10:45 +02009925LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009926cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009927/* end confdefs.h. */
9928
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009929/* Override any GCC internal prototype to avoid an error.
9930 Use char because int might match the return type of a GCC
9931 builtin and then its argument prototype would still apply. */
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009932#ifdef __cplusplus
9933extern "C"
9934#endif
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009935char gp_camera_new ();
9936int
9937main ()
9938{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009939return gp_camera_new ();
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009940 ;
9941 return 0;
9942}
9943_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009944if ac_fn_c_try_link "$LINENO"; then :
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009945 ac_cv_lib_gphoto2_gp_camera_new=yes
9946else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009947 ac_cv_lib_gphoto2_gp_camera_new=no
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009948fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009949rm -f core conftest.err conftest.$ac_objext \
9950 conftest$ac_exeext conftest.$ac_ext
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009951LIBS=$ac_check_lib_save_LIBS
9952fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009954$as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009955if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009956
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009957$as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009958
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009959 GPHOTO2LIBS="$ac_gphoto2_libs"
9960
9961 GPHOTO2INCL="$ac_gphoto2_incl"
9962
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009963fi
9964
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009965fi
9966
9967
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009968 CPPFLAGS="$ac_save_CPPFLAGS"
9969fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009970if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009971 case "x$with_gphoto" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +02009972 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009973 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009974 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9975This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009976esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009977fi
9978
9979
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009980RESOLVLIBS=""
9981
9982if test "$ac_cv_header_resolv_h" = "yes"
9983then
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009984 ac_save_LIBS="$LIBS"
9985 LIBS="$LIBS -lresolv"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009987/* end confdefs.h. */
Rob Shearmanba349212009-01-02 12:12:06 +00009988#ifdef HAVE_NETINET_IN_H
9989#include <netinet/in.h>
9990#endif
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009991#include <resolv.h>
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009992int
9993main ()
9994{
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009995res_init();
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009996 ;
9997 return 0;
9998}
9999_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010000if ac_fn_c_try_link "$LINENO"; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +020010001
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010002$as_echo "#define HAVE_RESOLV 1" >>confdefs.h
Hans Leidekker2d6d4e92006-04-09 18:36:01 +020010003
10004 RESOLVLIBS="-lresolv"
10005fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010006rm -f core conftest.err conftest.$ac_objext \
10007 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +010010008 LIBS="$ac_save_LIBS"
Hans Leidekker2d6d4e92006-04-09 18:36:01 +020010009fi
10010
Hans Leidekkerd3447022005-07-15 10:09:43 +000010011LCMSLIBS=""
10012
10013if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10014then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010016$as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010017if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010018 $as_echo_n "(cached) " >&6
Hans Leidekkerd3447022005-07-15 10:09:43 +000010019else
10020 ac_check_lib_save_LIBS=$LIBS
10021LIBS="-llcms $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010022cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Hans Leidekkerd3447022005-07-15 10:09:43 +000010023/* end confdefs.h. */
10024
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010025/* Override any GCC internal prototype to avoid an error.
10026 Use char because int might match the return type of a GCC
10027 builtin and then its argument prototype would still apply. */
Hans Leidekkerd3447022005-07-15 10:09:43 +000010028#ifdef __cplusplus
10029extern "C"
10030#endif
Hans Leidekkerd3447022005-07-15 10:09:43 +000010031char cmsOpenProfileFromFile ();
10032int
10033main ()
10034{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010035return cmsOpenProfileFromFile ();
Hans Leidekkerd3447022005-07-15 10:09:43 +000010036 ;
10037 return 0;
10038}
10039_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010040if ac_fn_c_try_link "$LINENO"; then :
Hans Leidekkerd3447022005-07-15 10:09:43 +000010041 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10042else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010043 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
Hans Leidekkerd3447022005-07-15 10:09:43 +000010044fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010045rm -f core conftest.err conftest.$ac_objext \
10046 conftest$ac_exeext conftest.$ac_ext
Hans Leidekkerd3447022005-07-15 10:09:43 +000010047LIBS=$ac_check_lib_save_LIBS
10048fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010050$as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010051if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
Hans Leidekkerd3447022005-07-15 10:09:43 +000010052
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010053$as_echo "#define HAVE_LCMS 1" >>confdefs.h
Hans Leidekkerd3447022005-07-15 10:09:43 +000010054
10055 LCMSLIBS="-llcms"
10056fi
10057
10058fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010059if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010060 case "x$with_cms" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010061 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010062 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010063 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10064This is an error since --with-cms was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010065esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010066fi
10067
Francois Gouget3fe5d802009-01-14 14:16:06 +010010068if test "x$with_freetype" != "xno"
10069then
10070 for ac_prog in freetype-config freetype2-config
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010071do
10072 # Extract the first word of "$ac_prog", so it can be a program name with args.
10073set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010075$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010076if test "${ac_cv_prog_ft_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010077 $as_echo_n "(cached) " >&6
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010078else
10079 if test -n "$ft_devel"; then
10080 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10081else
10082as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10083for as_dir in $PATH
10084do
10085 IFS=$as_save_IFS
10086 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010087 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010010088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010089 ac_cv_prog_ft_devel="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010091 break 2
10092 fi
10093done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010094 done
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010095IFS=$as_save_IFS
10096
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010097fi
10098fi
10099ft_devel=$ac_cv_prog_ft_devel
10100if test -n "$ft_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010102$as_echo "$ft_devel" >&6; }
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010103else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010105$as_echo "no" >&6; }
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010106fi
10107
10108
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010109 test -n "$ft_devel" && break
10110done
Francois Gouget3fe5d802009-01-14 14:16:06 +010010111test -n "$ft_devel" || ft_devel="no"
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010112
Francois Gouget3fe5d802009-01-14 14:16:06 +010010113 if test "$ft_devel" != "no"
10114 then
10115 ac_freetype_incl=`$ft_devel --cflags`
10116 ac_freetype_libs=`$ft_devel --libs`
10117 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +090010118 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010120$as_echo_n "checking for -lfreetype... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010121if test "${ac_cv_lib_soname_freetype+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010122 $as_echo_n "(cached) " >&6
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010123else
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010124 ac_check_soname_save_LIBS=$LIBS
10125LIBS="-lfreetype $ac_freetype_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010127/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010128
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010129/* Override any GCC internal prototype to avoid an error.
10130 Use char because int might match the return type of a GCC
10131 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010132#ifdef __cplusplus
10133extern "C"
10134#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010135char FT_Init_FreeType ();
10136int
10137main ()
10138{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010139return FT_Init_FreeType ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010140 ;
10141 return 0;
10142}
10143_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010144if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010145 case "$LIBEXT" in
10146 dll) ;;
10147 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'` ;;
10148 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10149 esac
Ian Pilcher563598d2001-05-16 20:56:05 +000010150fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010151rm -f core conftest.err conftest.$ac_objext \
10152 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010153 LIBS=$ac_check_soname_save_LIBS
Ian Pilcher563598d2001-05-16 20:56:05 +000010154fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010155if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010157$as_echo "not found" >&6; }
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010158 ft_lib=no
Ian Pilcher563598d2001-05-16 20:56:05 +000010159else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010161$as_echo "$ac_cv_lib_soname_freetype" >&6; }
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010162
10163cat >>confdefs.h <<_ACEOF
10164#define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10165_ACEOF
10166
10167 ft_lib=yes
Ian Pilcher563598d2001-05-16 20:56:05 +000010168fi
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010169 if test "$ft_lib" = "yes"
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010170 then
Ian Pilcher40432fe2001-06-06 21:05:23 +000010171 ac_save_CPPFLAGS="$CPPFLAGS"
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010172 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010173 for ac_header in ft2build.h \
Rein Klazese617a9c2003-11-19 02:18:13 +000010174 freetype/freetype.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010175 freetype/ftglyph.h \
Dmitry Timoshkovb0d15902007-09-20 19:10:31 +090010176 freetype/fttypes.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010177 freetype/tttables.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010178 freetype/ftsnames.h \
Huw D M Davies814654e2001-09-12 20:21:06 +000010179 freetype/ttnameid.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +000010180 freetype/ftoutln.h \
Huw Daviesc2217182004-06-16 20:06:26 +000010181 freetype/ftwinfnt.h \
Huw Davies603d21c2006-01-24 10:57:35 +010010182 freetype/ftmodapi.h \
ByeongSik Jeon028617b2008-12-10 23:50:44 +090010183 freetype/ftlcdfil.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +000010184 freetype/internal/sfnt.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010185do :
10186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10187ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
Francois Gouget9e67edf2008-03-06 12:34:48 +010010188 # include <ft2build.h>
Rein Klazes9c269172003-11-20 04:17:33 +000010189 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010190"
10191eval as_val=\$$as_ac_Header
10192 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010193 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010010194#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010195_ACEOF
10196
10197fi
10198
Ian Pilcher40432fe2001-06-06 21:05:23 +000010199done
10200
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010202/* end confdefs.h. */
Alexandre Julliard18d75732002-01-29 03:02:50 +000010203#include <ft2build.h>
10204 #include <freetype/fttrigon.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010205_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010206if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010207
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010208$as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
Alexandre Julliard18d75732002-01-29 03:02:50 +000010209
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010210 wine_cv_fttrigon=yes
Alexandre Julliard18d75732002-01-29 03:02:50 +000010211else
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010212 wine_cv_fttrigon=no
Alexandre Julliard18d75732002-01-29 03:02:50 +000010213fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010214rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010215 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10216"
10217if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
Huw Daviesd8a6c272006-02-22 12:24:25 +000010218
10219cat >>confdefs.h <<_ACEOF
10220#define HAVE_FT_TRUETYPEENGINETYPE 1
10221_ACEOF
10222
10223
10224fi
10225
Huw Davies35bca772006-04-12 12:14:27 +010010226 ac_save_CFLAGS="$CFLAGS"
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010227 CFLAGS="$CFLAGS $ac_freetype_libs"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010228 for ac_func in FT_Load_Sfnt_Table
10229do :
10230 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10231if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
Huw Davies35bca772006-04-12 12:14:27 +010010232 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010233#define HAVE_FT_LOAD_SFNT_TABLE 1
Huw Davies35bca772006-04-12 12:14:27 +010010234_ACEOF
10235
10236fi
10237done
10238
10239 CFLAGS="$ac_save_CFLAGS"
Ian Pilcher40432fe2001-06-06 21:05:23 +000010240 CPPFLAGS="$ac_save_CPPFLAGS"
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010241 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010242 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010243
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010244$as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010245
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010246 FREETYPELIBS="$ac_freetype_libs"
10247
10248 FREETYPEINCL="$ac_freetype_incl"
10249
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010250 fi
Ian Pilcher563598d2001-05-16 20:56:05 +000010251 fi
10252fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010253if test "x$FREETYPELIBS" = "x"; then :
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010254 case "x$with_freetype" in
10255 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010256 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10257Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010258esac
Huw Davies00acb5f2004-08-17 22:33:14 +000010259fi
Alexandre Julliard6de0af12008-08-25 14:41:03 +020010260test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010261
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010263$as_echo_n "checking for parport header/ppdev.h... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010264if test "${ac_cv_c_ppdev+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010265 $as_echo_n "(cached) " >&6
Pavel Roskin94d99641998-12-26 11:52:51 +000010266else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010268/* end confdefs.h. */
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010269#include <linux/ppdev.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010270int
10271main ()
10272{
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010273ioctl (1,PPCLAIM,0)
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010274 ;
10275 return 0;
10276}
10277_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010278if ac_fn_c_try_compile "$LINENO"; then :
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010279 ac_cv_c_ppdev="yes"
10280else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010281 ac_cv_c_ppdev="no"
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010282fi
Jeremy White0ebeb532006-06-20 13:18:41 +020010283rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010284fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010286$as_echo "$ac_cv_c_ppdev" >&6; }
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010287if test "$ac_cv_c_ppdev" = "yes"
10288then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010289
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010290$as_echo "#define HAVE_PPDEV 1" >>confdefs.h
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010291
10292fi
10293
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010294ac_wine_check_funcs_save_LIBS="$LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000010295LIBS="$LIBS $LIBPTHREAD"
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000010296for ac_func in \
Tijl Coosemansfc8172f2006-08-05 23:31:07 +020010297 pthread_attr_get_np \
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000010298 pthread_getattr_np \
10299 pthread_get_stackaddr_np \
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010300 pthread_get_stacksize_np
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010301do :
10302 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10303ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10304eval as_val=\$$as_ac_var
10305 if test "x$as_val" = x""yes; then :
Alexandre Julliard821ab862003-11-12 22:44:56 +000010306 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010010307#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliard821ab862003-11-12 22:44:56 +000010308_ACEOF
10309
10310fi
10311done
10312
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010313LIBS="$ac_wine_check_funcs_save_LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000010314
Jacek Caban11ca05f2009-05-29 23:35:13 +020010315if test "$ac_cv_header_zlib_h" = "yes"
10316then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
Jacek Caban11ca05f2009-05-29 23:35:13 +020010318$as_echo_n "checking for inflate in -lz... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010319if test "${ac_cv_lib_z_inflate+set}" = set; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010320 $as_echo_n "(cached) " >&6
10321else
10322 ac_check_lib_save_LIBS=$LIBS
10323LIBS="-lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010324cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jacek Caban11ca05f2009-05-29 23:35:13 +020010325/* end confdefs.h. */
10326
10327/* Override any GCC internal prototype to avoid an error.
10328 Use char because int might match the return type of a GCC
10329 builtin and then its argument prototype would still apply. */
10330#ifdef __cplusplus
10331extern "C"
10332#endif
10333char inflate ();
10334int
10335main ()
10336{
10337return inflate ();
10338 ;
10339 return 0;
10340}
10341_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010342if ac_fn_c_try_link "$LINENO"; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010343 ac_cv_lib_z_inflate=yes
10344else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010345 ac_cv_lib_z_inflate=no
Jacek Caban11ca05f2009-05-29 23:35:13 +020010346fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010347rm -f core conftest.err conftest.$ac_objext \
10348 conftest$ac_exeext conftest.$ac_ext
Jacek Caban11ca05f2009-05-29 23:35:13 +020010349LIBS=$ac_check_lib_save_LIBS
10350fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
Jacek Caban11ca05f2009-05-29 23:35:13 +020010352$as_echo "$ac_cv_lib_z_inflate" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010353if test "x$ac_cv_lib_z_inflate" = x""yes; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010354
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010355$as_echo "#define HAVE_ZLIB 1" >>confdefs.h
Jacek Caban11ca05f2009-05-29 23:35:13 +020010356
10357 ZLIB="-lz"
10358
10359fi
10360
10361fi
10362
Francois Gouget3fe5d802009-01-14 14:16:06 +010010363if test "x$with_esd" != xno
10364then
10365 save_CFLAGS="$CFLAGS"
10366 # Extract the first word of "esd-config", so it can be a program name with args.
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010367set dummy esd-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010369$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010370if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010371 $as_echo_n "(cached) " >&6
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010372else
10373 case $ESDCONFIG in
10374 [\\/]* | ?:[\\/]*)
10375 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10376 ;;
10377 *)
10378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10379for as_dir in $PATH
10380do
10381 IFS=$as_save_IFS
10382 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010383 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010010384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010385 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010387 break 2
10388 fi
10389done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010390 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010391IFS=$as_save_IFS
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010392
Francois Gouget3fe5d802009-01-14 14:16:06 +010010393 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010394 ;;
10395esac
10396fi
10397ESDCONFIG=$ac_cv_path_ESDCONFIG
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010398if test -n "$ESDCONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010400$as_echo "$ESDCONFIG" >&6; }
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010401else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010403$as_echo "no" >&6; }
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010404fi
10405
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010406
Francois Gouget3fe5d802009-01-14 14:16:06 +010010407 if test "x$ESDCONFIG" != "xno"
10408 then
10409 ac_esd_incl=""
10410 for i in `$ESDCONFIG --cflags`
10411 do
10412 case "$i" in
10413 -I*) ac_esd_incl="$ac_esd_incl $i";;
10414 esac
10415 done
10416 ac_esd_libs=`$ESDCONFIG --libs`
10417 CFLAGS="$CFLAGS $ac_esd_incl"
10418 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +090010419 ac_esd_libs=${ac_esd_libs:-"-lesd"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010420 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10421if test "x$ac_cv_header_esd_h" = x""yes; then :
10422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010423$as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010424if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010425 $as_echo_n "(cached) " >&6
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010426else
10427 ac_check_lib_save_LIBS=$LIBS
Francois Gougete9b1a402008-07-21 23:41:21 +020010428LIBS="-lesd $ac_esd_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010429cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010430/* end confdefs.h. */
10431
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010432/* Override any GCC internal prototype to avoid an error.
10433 Use char because int might match the return type of a GCC
10434 builtin and then its argument prototype would still apply. */
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010435#ifdef __cplusplus
10436extern "C"
10437#endif
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010438char esd_open_sound ();
10439int
10440main ()
10441{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010442return esd_open_sound ();
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010443 ;
10444 return 0;
10445}
10446_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010447if ac_fn_c_try_link "$LINENO"; then :
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010448 ac_cv_lib_esd_esd_open_sound=yes
10449else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010450 ac_cv_lib_esd_esd_open_sound=no
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010451fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010452rm -f core conftest.err conftest.$ac_objext \
10453 conftest$ac_exeext conftest.$ac_ext
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010454LIBS=$ac_check_lib_save_LIBS
10455fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010457$as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010458if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
Francois Gougete9b1a402008-07-21 23:41:21 +020010459 ESDINCL="$ac_esd_incl"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010460
Francois Gouget3fe5d802009-01-14 14:16:06 +010010461 ESDLIBS="$ac_esd_libs"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010462
10463
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010464$as_echo "#define HAVE_ESD 1" >>confdefs.h
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010465
10466fi
10467
Francois Gouget3fe5d802009-01-14 14:16:06 +010010468fi
10469
10470
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010471 CFLAGS="$save_CFLAGS"
10472fi
10473
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010474ALSALIBS=""
10475
Marco Pietrobono0e79a412002-08-29 01:51:31 +000010476if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010477then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010479$as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010480if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010481 $as_echo_n "(cached) " >&6
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010482else
10483 ac_check_lib_save_LIBS=$LIBS
10484LIBS="-lasound $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010485cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010486/* end confdefs.h. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010487
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010488/* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010491#ifdef __cplusplus
10492extern "C"
10493#endif
Vincent Béron151015f2005-01-10 13:26:33 +000010494char snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010495int
10496main ()
10497{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010498return snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010499 ;
10500 return 0;
10501}
10502_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010503if ac_fn_c_try_link "$LINENO"; then :
Vincent Béron151015f2005-01-10 13:26:33 +000010504 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010505else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010506 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010507fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010508rm -f core conftest.err conftest.$ac_objext \
10509 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010510LIBS=$ac_check_lib_save_LIBS
10511fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010513$as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010514if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Vincent Béron151015f2005-01-10 13:26:33 +000010516/* end confdefs.h. */
10517#ifdef HAVE_ALSA_ASOUNDLIB_H
10518#include <alsa/asoundlib.h>
10519#elif defined(HAVE_SYS_ASOUNDLIB_H)
10520#include <sys/asoundlib.h>
10521#endif
10522int
10523main ()
10524{
10525int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10526 ;
10527 return 0;
10528}
10529_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010530if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010531
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010532$as_echo "#define HAVE_ALSA 1" >>confdefs.h
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010533
Vincent Béron151015f2005-01-10 13:26:33 +000010534 ALSALIBS="-lasound"
Vincent Béron151015f2005-01-10 13:26:33 +000010535fi
Jeremy White0ebeb532006-06-20 13:18:41 +020010536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010537fi
10538
10539fi
10540
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010541AUDIOIOLIBS=""
10542
Alexandre Julliard73482142005-08-03 19:21:04 +000010543if test "$ac_cv_header_libaudioio_h" = "yes"
10544then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010546$as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010547if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010548 $as_echo_n "(cached) " >&6
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010549else
10550 ac_check_lib_save_LIBS=$LIBS
10551LIBS="-laudioio $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010552cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010553/* end confdefs.h. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010554
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010555/* Override any GCC internal prototype to avoid an error.
10556 Use char because int might match the return type of a GCC
10557 builtin and then its argument prototype would still apply. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010558#ifdef __cplusplus
10559extern "C"
10560#endif
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010561char AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010562int
10563main ()
10564{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010565return AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010566 ;
10567 return 0;
10568}
10569_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010570if ac_fn_c_try_link "$LINENO"; then :
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010571 ac_cv_lib_audioio_AudioIOGetVersion=yes
10572else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010573 ac_cv_lib_audioio_AudioIOGetVersion=no
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010574fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010575rm -f core conftest.err conftest.$ac_objext \
10576 conftest$ac_exeext conftest.$ac_ext
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010577LIBS=$ac_check_lib_save_LIBS
10578fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010580$as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010581if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010582 AUDIOIOLIBS="-laudioio"
10583
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010584$as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010585
10586fi
10587
10588fi
10589
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010590
Alexandre Julliard73482142005-08-03 19:21:04 +000010591if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10592then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010594$as_echo_n "checking for -lcapi20... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010595if test "${ac_cv_lib_soname_capi20+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010596 $as_echo_n "(cached) " >&6
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010597else
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010598 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010599LIBS="-lcapi20 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010601/* end confdefs.h. */
10602
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010603/* Override any GCC internal prototype to avoid an error.
10604 Use char because int might match the return type of a GCC
10605 builtin and then its argument prototype would still apply. */
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010606#ifdef __cplusplus
10607extern "C"
10608#endif
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010609char capi20_register ();
10610int
10611main ()
10612{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010613return capi20_register ();
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010614 ;
10615 return 0;
10616}
10617_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010618if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010619 case "$LIBEXT" in
10620 dll) ;;
10621 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'` ;;
10622 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10623 esac
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010624fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010625rm -f core conftest.err conftest.$ac_objext \
10626 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010627 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010628fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010629if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010631$as_echo "not found" >&6; }
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010632
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010633else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010635$as_echo "$ac_cv_lib_soname_capi20" >&6; }
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010636
10637cat >>confdefs.h <<_ACEOF
10638#define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010639_ACEOF
10640
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010641
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010642fi
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010643fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010644if test "x$ac_cv_lib_soname_capi20" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010645 case "x$with_capi" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010646 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010647 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010648 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10649This is an error since --with-capi was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010650esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010651fi
10652
Francois Gouget289ea332008-07-24 16:09:07 +020010653CUPSINCL=""
10654
10655if test "x$with_cups" != "xno"
Alexandre Julliard702d3552007-07-02 17:30:44 +020010656then
Francois Gouget289ea332008-07-24 16:09:07 +020010657 ac_save_CPPFLAGS="$CPPFLAGS"
10658 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
Alexandre Julliarda991a562008-07-28 12:04:46 +020010659 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
Francois Gouget289ea332008-07-24 16:09:07 +020010660 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010661 for ac_header in cups/cups.h
10662do :
10663 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10664if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
Francois Gouget289ea332008-07-24 16:09:07 +020010665 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010666#define HAVE_CUPS_CUPS_H 1
Francois Gouget289ea332008-07-24 16:09:07 +020010667_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010669$as_echo_n "checking for -lcups... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010670if test "${ac_cv_lib_soname_cups+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010671 $as_echo_n "(cached) " >&6
Alexandre Julliard702d3552007-07-02 17:30:44 +020010672else
10673 ac_check_soname_save_LIBS=$LIBS
Francois Gouget289ea332008-07-24 16:09:07 +020010674LIBS="-lcups $ac_cups_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard702d3552007-07-02 17:30:44 +020010676/* end confdefs.h. */
10677
10678/* Override any GCC internal prototype to avoid an error.
10679 Use char because int might match the return type of a GCC
10680 builtin and then its argument prototype would still apply. */
10681#ifdef __cplusplus
10682extern "C"
10683#endif
10684char cupsGetDefault ();
10685int
10686main ()
10687{
10688return cupsGetDefault ();
10689 ;
10690 return 0;
10691}
10692_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010693if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard702d3552007-07-02 17:30:44 +020010694 case "$LIBEXT" in
10695 dll) ;;
10696 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'` ;;
10697 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10698 esac
Alexandre Julliard702d3552007-07-02 17:30:44 +020010699fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010700rm -f core conftest.err conftest.$ac_objext \
10701 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard702d3552007-07-02 17:30:44 +020010702 LIBS=$ac_check_soname_save_LIBS
10703fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010704if test "x$ac_cv_lib_soname_cups" = "x"; then :
10705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010706$as_echo "not found" >&6; }
Alexandre Julliard702d3552007-07-02 17:30:44 +020010707
10708else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010710$as_echo "$ac_cv_lib_soname_cups" >&6; }
Alexandre Julliard702d3552007-07-02 17:30:44 +020010711
10712cat >>confdefs.h <<_ACEOF
10713#define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10714_ACEOF
10715
Francois Gouget289ea332008-07-24 16:09:07 +020010716 CUPSINCL="$ac_cups_cflags"
10717fi
Alexandre Julliard702d3552007-07-02 17:30:44 +020010718fi
10719
Francois Gouget289ea332008-07-24 16:09:07 +020010720done
10721
10722 CPPFLAGS="$ac_save_CPPFLAGS"
Alexandre Julliard702d3552007-07-02 17:30:44 +020010723fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010724if test "x$ac_cv_lib_soname_cups" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010725 case "x$with_cups" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010726 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010727 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010728 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10729This is an error since --with-cups was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010730esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010731fi
10732
Alexandre Julliard34200c32007-07-02 17:31:19 +020010733if test "$ac_cv_header_jack_jack_h" = "yes"
10734then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010736$as_echo_n "checking for -ljack... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010737if test "${ac_cv_lib_soname_jack+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010738 $as_echo_n "(cached) " >&6
Alexandre Julliard34200c32007-07-02 17:31:19 +020010739else
10740 ac_check_soname_save_LIBS=$LIBS
10741LIBS="-ljack $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard34200c32007-07-02 17:31:19 +020010743/* end confdefs.h. */
10744
10745/* Override any GCC internal prototype to avoid an error.
10746 Use char because int might match the return type of a GCC
10747 builtin and then its argument prototype would still apply. */
10748#ifdef __cplusplus
10749extern "C"
10750#endif
10751char jack_client_new ();
10752int
10753main ()
10754{
10755return jack_client_new ();
10756 ;
10757 return 0;
10758}
10759_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010760if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard34200c32007-07-02 17:31:19 +020010761 case "$LIBEXT" in
10762 dll) ;;
Francois Gouget90a6fb02008-07-11 17:47:23 +020010763 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'` ;;
10764 *) 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'` ;;
Alexandre Julliard34200c32007-07-02 17:31:19 +020010765 esac
Alexandre Julliard34200c32007-07-02 17:31:19 +020010766fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010767rm -f core conftest.err conftest.$ac_objext \
10768 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard34200c32007-07-02 17:31:19 +020010769 LIBS=$ac_check_soname_save_LIBS
10770fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010771if test "x$ac_cv_lib_soname_jack" = "x"; then :
10772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010773$as_echo "not found" >&6; }
Alexandre Julliard34200c32007-07-02 17:31:19 +020010774
10775else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010777$as_echo "$ac_cv_lib_soname_jack" >&6; }
Alexandre Julliard34200c32007-07-02 17:31:19 +020010778
10779cat >>confdefs.h <<_ACEOF
10780#define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10781_ACEOF
10782
10783
10784fi
Alexandre Julliard34200c32007-07-02 17:31:19 +020010785fi
10786
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010787if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10788then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010790$as_echo_n "checking for -lfontconfig... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010791if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010792 $as_echo_n "(cached) " >&6
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010793else
10794 ac_check_soname_save_LIBS=$LIBS
10795LIBS="-lfontconfig $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010797/* end confdefs.h. */
10798
10799/* Override any GCC internal prototype to avoid an error.
10800 Use char because int might match the return type of a GCC
10801 builtin and then its argument prototype would still apply. */
10802#ifdef __cplusplus
10803extern "C"
10804#endif
10805char FcInit ();
10806int
10807main ()
10808{
10809return FcInit ();
10810 ;
10811 return 0;
10812}
10813_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010814if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010815 case "$LIBEXT" in
10816 dll) ;;
10817 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'` ;;
10818 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10819 esac
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010820fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010821rm -f core conftest.err conftest.$ac_objext \
10822 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010823 LIBS=$ac_check_soname_save_LIBS
10824fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010825if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010827$as_echo "not found" >&6; }
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010828
10829else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010831$as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010832
10833cat >>confdefs.h <<_ACEOF
10834#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10835_ACEOF
10836
10837
10838fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010839elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
Alexandre Julliard5c076732007-10-17 17:04:01 +020010840then
10841 ac_save_CPPFLAGS="$CPPFLAGS"
10842 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10843 $as_unset ac_cv_header_fontconfig_fontconfig_h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010844 for ac_header in fontconfig/fontconfig.h
10845do :
10846 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10847if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
Alexandre Julliard5c076732007-10-17 17:04:01 +020010848 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010849#define HAVE_FONTCONFIG_FONTCONFIG_H 1
Alexandre Julliard5c076732007-10-17 17:04:01 +020010850_ACEOF
10851
10852fi
10853
10854done
10855
10856 CPPFLAGS="$ac_save_CPPFLAGS"
10857 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10858 then
10859 FONTCONFIGINCL="$X_CFLAGS"
10860
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010862$as_echo_n "checking for -lfontconfig... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010863if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010864 $as_echo_n "(cached) " >&6
Alexandre Julliard5c076732007-10-17 17:04:01 +020010865else
10866 ac_check_soname_save_LIBS=$LIBS
10867LIBS="-lfontconfig $X_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard5c076732007-10-17 17:04:01 +020010869/* end confdefs.h. */
10870
10871/* Override any GCC internal prototype to avoid an error.
10872 Use char because int might match the return type of a GCC
10873 builtin and then its argument prototype would still apply. */
10874#ifdef __cplusplus
10875extern "C"
10876#endif
10877char FcInit ();
10878int
10879main ()
10880{
10881return FcInit ();
10882 ;
10883 return 0;
10884}
10885_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010886if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard5c076732007-10-17 17:04:01 +020010887 case "$LIBEXT" in
10888 dll) ;;
10889 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'` ;;
10890 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10891 esac
Alexandre Julliard5c076732007-10-17 17:04:01 +020010892fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010893rm -f core conftest.err conftest.$ac_objext \
10894 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard5c076732007-10-17 17:04:01 +020010895 LIBS=$ac_check_soname_save_LIBS
10896fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010897if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010899$as_echo "not found" >&6; }
Alexandre Julliard5c076732007-10-17 17:04:01 +020010900
10901else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010903$as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
Alexandre Julliard5c076732007-10-17 17:04:01 +020010904
10905cat >>confdefs.h <<_ACEOF
10906#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10907_ACEOF
10908
10909
10910fi
Alexandre Julliard5c076732007-10-17 17:04:01 +020010911 fi
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010912fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010913if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010914 case "x$with_fontconfig" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020010915 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010916 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010917 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10918This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010919esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020010920fi
10921
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010922if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10923then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010925$as_echo_n "checking for -lssl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010926if test "${ac_cv_lib_soname_ssl+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010927 $as_echo_n "(cached) " >&6
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010928else
10929 ac_check_soname_save_LIBS=$LIBS
10930LIBS="-lssl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010932/* end confdefs.h. */
10933
10934/* Override any GCC internal prototype to avoid an error.
10935 Use char because int might match the return type of a GCC
10936 builtin and then its argument prototype would still apply. */
10937#ifdef __cplusplus
10938extern "C"
10939#endif
10940char SSL_library_init ();
10941int
10942main ()
10943{
10944return SSL_library_init ();
10945 ;
10946 return 0;
10947}
10948_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010949if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010950 case "$LIBEXT" in
10951 dll) ;;
10952 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'` ;;
10953 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10954 esac
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010955fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010956rm -f core conftest.err conftest.$ac_objext \
10957 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010958 LIBS=$ac_check_soname_save_LIBS
10959fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010960if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010962$as_echo "not found" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010963
10964else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010966$as_echo "$ac_cv_lib_soname_ssl" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010967
10968cat >>confdefs.h <<_ACEOF
10969#define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10970_ACEOF
10971
10972
10973fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010975$as_echo_n "checking for -lcrypto... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010976if test "${ac_cv_lib_soname_crypto+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010977 $as_echo_n "(cached) " >&6
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010978else
10979 ac_check_soname_save_LIBS=$LIBS
10980LIBS="-lcrypto $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010982/* end confdefs.h. */
10983
10984/* Override any GCC internal prototype to avoid an error.
10985 Use char because int might match the return type of a GCC
10986 builtin and then its argument prototype would still apply. */
10987#ifdef __cplusplus
10988extern "C"
10989#endif
10990char BIO_new_socket ();
10991int
10992main ()
10993{
10994return BIO_new_socket ();
10995 ;
10996 return 0;
10997}
10998_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010999if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf91909b2007-07-02 17:32:09 +020011000 case "$LIBEXT" in
11001 dll) ;;
11002 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'` ;;
11003 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11004 esac
Alexandre Julliardf91909b2007-07-02 17:32:09 +020011005fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011006rm -f core conftest.err conftest.$ac_objext \
11007 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020011008 LIBS=$ac_check_soname_save_LIBS
11009fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011010if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011012$as_echo "not found" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020011013
11014else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011016$as_echo "$ac_cv_lib_soname_crypto" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020011017
11018cat >>confdefs.h <<_ACEOF
11019#define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11020_ACEOF
11021
11022
11023fi
Alexandre Julliardf91909b2007-07-02 17:32:09 +020011024fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011025if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011026 case "x$with_openssl" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020011027 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011028 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011029 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11030This is an error since --with-openssl was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011031esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020011032fi
11033
Maarten Lankhorstc186d8a2009-08-05 11:35:50 +020011034if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011035then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011037$as_echo_n "checking for -lgsm... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011038if test "${ac_cv_lib_soname_gsm+set}" = set; then :
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011039 $as_echo_n "(cached) " >&6
11040else
11041 ac_check_soname_save_LIBS=$LIBS
11042LIBS="-lgsm $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011044/* end confdefs.h. */
11045
11046/* Override any GCC internal prototype to avoid an error.
11047 Use char because int might match the return type of a GCC
11048 builtin and then its argument prototype would still apply. */
11049#ifdef __cplusplus
11050extern "C"
11051#endif
11052char gsm_create ();
11053int
11054main ()
11055{
11056return gsm_create ();
11057 ;
11058 return 0;
11059}
11060_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011061if ac_fn_c_try_link "$LINENO"; then :
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011062 case "$LIBEXT" in
11063 dll) ;;
11064 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'` ;;
11065 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11066 esac
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011067fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011068rm -f core conftest.err conftest.$ac_objext \
11069 conftest$ac_exeext conftest.$ac_ext
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011070 LIBS=$ac_check_soname_save_LIBS
11071fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011072if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011074$as_echo "not found" >&6; }
11075
11076else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011078$as_echo "$ac_cv_lib_soname_gsm" >&6; }
11079
11080cat >>confdefs.h <<_ACEOF
11081#define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11082_ACEOF
11083
11084
11085fi
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011086fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011087if test "x$ac_cv_lib_soname_gsm" = "x"; then :
Alexandre Julliard6ce32e02009-08-19 15:53:04 +020011088 case "x$with_gsm" in
Alexandre Julliard1ebbab82009-08-17 15:11:42 +020011089 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011090 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011091 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
Alexandre Julliard6ce32e02009-08-19 15:53:04 +020011092This is an error since --with-gsm was requested." "$LINENO" 5 ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011093esac
11094fi
11095
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011096if test "$ac_cv_header_jpeglib_h" = "yes"
11097then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011099$as_echo_n "checking for -ljpeg... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011100if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011101 $as_echo_n "(cached) " >&6
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011102else
11103 ac_check_soname_save_LIBS=$LIBS
11104LIBS="-ljpeg $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011106/* end confdefs.h. */
11107
11108/* Override any GCC internal prototype to avoid an error.
11109 Use char because int might match the return type of a GCC
11110 builtin and then its argument prototype would still apply. */
11111#ifdef __cplusplus
11112extern "C"
11113#endif
11114char jpeg_start_decompress ();
11115int
11116main ()
11117{
11118return jpeg_start_decompress ();
11119 ;
11120 return 0;
11121}
11122_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011123if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011124 case "$LIBEXT" in
11125 dll) ;;
11126 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'` ;;
11127 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11128 esac
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011129fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011130rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011132 LIBS=$ac_check_soname_save_LIBS
11133fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011134if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011136$as_echo "not found" >&6; }
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011137
11138else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011140$as_echo "$ac_cv_lib_soname_jpeg" >&6; }
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011141
11142cat >>confdefs.h <<_ACEOF
11143#define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11144_ACEOF
11145
11146
11147fi
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011148fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011149if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011150 case "x$with_jpeg" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020011151 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011152 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011153 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11154This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011155esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020011156fi
11157
Alexandre Julliard00302152007-07-02 19:54:00 +020011158if test "$ac_cv_header_png_h" = "yes"
11159then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011161$as_echo_n "checking for -lpng... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011162if test "${ac_cv_lib_soname_png+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011163 $as_echo_n "(cached) " >&6
Alexandre Julliard00302152007-07-02 19:54:00 +020011164else
11165 ac_check_soname_save_LIBS=$LIBS
Austin Englishfe8879e2008-12-28 19:10:19 -060011166LIBS="-lpng -lm -lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard00302152007-07-02 19:54:00 +020011168/* end confdefs.h. */
11169
11170/* Override any GCC internal prototype to avoid an error.
11171 Use char because int might match the return type of a GCC
11172 builtin and then its argument prototype would still apply. */
11173#ifdef __cplusplus
11174extern "C"
11175#endif
11176char png_create_read_struct ();
11177int
11178main ()
11179{
11180return png_create_read_struct ();
11181 ;
11182 return 0;
11183}
11184_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011185if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard00302152007-07-02 19:54:00 +020011186 case "$LIBEXT" in
11187 dll) ;;
11188 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'` ;;
11189 *) 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'` ;;
11190 esac
Alexandre Julliard00302152007-07-02 19:54:00 +020011191fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011192rm -f core conftest.err conftest.$ac_objext \
11193 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard00302152007-07-02 19:54:00 +020011194 LIBS=$ac_check_soname_save_LIBS
11195fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011196if test "x$ac_cv_lib_soname_png" = "x"; then :
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011198$as_echo "not found" >&6; }
Alexandre Julliard00302152007-07-02 19:54:00 +020011199
11200else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011202$as_echo "$ac_cv_lib_soname_png" >&6; }
Alexandre Julliard00302152007-07-02 19:54:00 +020011203
11204cat >>confdefs.h <<_ACEOF
11205#define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11206_ACEOF
11207
11208
11209fi
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011210elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11211then
11212 ac_save_CPPFLAGS="$CPPFLAGS"
11213 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11214 $as_unset ac_cv_header_png_h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011215 for ac_header in png.h
11216do :
11217 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11218if test "x$ac_cv_header_png_h" = x""yes; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011219 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011220#define HAVE_PNG_H 1
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011221_ACEOF
11222
11223fi
11224
11225done
11226
11227 CPPFLAGS="$ac_save_CPPFLAGS"
11228 if test "$ac_cv_header_png_h" = "yes"
11229 then
11230 PNGINCL="$X_CFLAGS"
11231
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011233$as_echo_n "checking for -lpng... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011234if test "${ac_cv_lib_soname_png+set}" = set; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011235 $as_echo_n "(cached) " >&6
11236else
11237 ac_check_soname_save_LIBS=$LIBS
11238LIBS="-lpng $X_LIBS -lm -lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011240/* end confdefs.h. */
11241
11242/* Override any GCC internal prototype to avoid an error.
11243 Use char because int might match the return type of a GCC
11244 builtin and then its argument prototype would still apply. */
11245#ifdef __cplusplus
11246extern "C"
11247#endif
11248char png_create_read_struct ();
11249int
11250main ()
11251{
11252return png_create_read_struct ();
11253 ;
11254 return 0;
11255}
11256_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011257if ac_fn_c_try_link "$LINENO"; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011258 case "$LIBEXT" in
11259 dll) ;;
11260 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'` ;;
11261 *) 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'` ;;
11262 esac
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011263fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011264rm -f core conftest.err conftest.$ac_objext \
11265 conftest$ac_exeext conftest.$ac_ext
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011266 LIBS=$ac_check_soname_save_LIBS
11267fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011268if test "x$ac_cv_lib_soname_png" = "x"; then :
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011270$as_echo "not found" >&6; }
11271
11272else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011274$as_echo "$ac_cv_lib_soname_png" >&6; }
11275
11276cat >>confdefs.h <<_ACEOF
11277#define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11278_ACEOF
11279
11280
11281fi
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011282 fi
Alexandre Julliard00302152007-07-02 19:54:00 +020011283fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011284if test "x$ac_cv_lib_soname_png" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011285 case "x$with_png" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020011286 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011287 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011288 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11289This is an error since --with-png was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011290esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020011291fi
11292
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011293if test "$ac_cv_header_mpg123_h" = "yes"
11294then
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11296$as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11297if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011298 $as_echo_n "(cached) " >&6
11299else
11300 ac_check_lib_save_LIBS=$LIBS
11301LIBS="-lmpg123 $LIBS"
11302cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11303/* end confdefs.h. */
11304
11305/* Override any GCC internal prototype to avoid an error.
11306 Use char because int might match the return type of a GCC
11307 builtin and then its argument prototype would still apply. */
11308#ifdef __cplusplus
11309extern "C"
11310#endif
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011311char mpg123_feed ();
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011312int
11313main ()
11314{
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011315return mpg123_feed ();
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011316 ;
11317 return 0;
11318}
11319_ACEOF
11320if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011321 ac_cv_lib_mpg123_mpg123_feed=yes
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011322else
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011323 ac_cv_lib_mpg123_mpg123_feed=no
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011324fi
11325rm -f core conftest.err conftest.$ac_objext \
11326 conftest$ac_exeext conftest.$ac_ext
11327LIBS=$ac_check_lib_save_LIBS
11328fi
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11330$as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11331if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011332 LIBMPG123="-lmpg123"
11333
11334fi
11335
11336fi
Alexandre Julliardfcd561b2009-08-29 21:11:41 +020011337if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then :
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011338 case "x$with_mpg123" in
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011339 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011340 xno) ;;
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011341 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011342This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11343esac
11344fi
Alexandre Julliardfcd561b2009-08-29 21:11:41 +020011345test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011346
Chris Robinson862965f2009-08-25 03:26:35 -070011347if test "$ac_cv_header_AL_al_h" = "yes"
11348then
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11350$as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11351if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11352 $as_echo_n "(cached) " >&6
11353else
11354 ac_check_lib_save_LIBS=$LIBS
11355LIBS="-lopenal $LIBS"
11356cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11357/* end confdefs.h. */
11358
11359/* Override any GCC internal prototype to avoid an error.
11360 Use char because int might match the return type of a GCC
11361 builtin and then its argument prototype would still apply. */
11362#ifdef __cplusplus
11363extern "C"
11364#endif
11365char alGetSource3i ();
11366int
11367main ()
11368{
11369return alGetSource3i ();
11370 ;
11371 return 0;
11372}
11373_ACEOF
11374if ac_fn_c_try_link "$LINENO"; then :
11375 ac_cv_lib_openal_alGetSource3i=yes
11376else
11377 ac_cv_lib_openal_alGetSource3i=no
11378fi
11379rm -f core conftest.err conftest.$ac_objext \
11380 conftest$ac_exeext conftest.$ac_ext
11381LIBS=$ac_check_lib_save_LIBS
11382fi
11383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11384$as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11385if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11386 LIBOPENAL="-lopenal"
11387
11388fi
11389
11390fi
11391if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11392 case "x$with_openal" in
11393 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11394 xno) ;;
11395 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11396This is an error since --with-openal was requested." "$LINENO" 5 ;;
11397esac
11398fi
11399test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11400
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011401if test "$ac_cv_header_kstat_h" = "yes"
11402then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011404$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011405if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011406 $as_echo_n "(cached) " >&6
11407else
11408 ac_check_lib_save_LIBS=$LIBS
11409LIBS="-lkstat $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011410cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011411/* end confdefs.h. */
11412
11413/* Override any GCC internal prototype to avoid an error.
11414 Use char because int might match the return type of a GCC
11415 builtin and then its argument prototype would still apply. */
11416#ifdef __cplusplus
11417extern "C"
11418#endif
11419char kstat_open ();
11420int
11421main ()
11422{
11423return kstat_open ();
11424 ;
11425 return 0;
11426}
11427_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011428if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011429 ac_cv_lib_kstat_kstat_open=yes
11430else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011431 ac_cv_lib_kstat_kstat_open=no
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011432fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011433rm -f core conftest.err conftest.$ac_objext \
11434 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011435LIBS=$ac_check_lib_save_LIBS
11436fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011437{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011438$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011439if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011440
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011441$as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011442
11443 LIBKSTAT="-lkstat"
11444
11445fi
11446
11447fi
11448
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011450$as_echo_n "checking for -lodbc... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011451if test "${ac_cv_lib_soname_odbc+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011452 $as_echo_n "(cached) " >&6
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011453else
11454 ac_check_soname_save_LIBS=$LIBS
11455LIBS="-lodbc $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011457/* end confdefs.h. */
11458
11459/* Override any GCC internal prototype to avoid an error.
11460 Use char because int might match the return type of a GCC
11461 builtin and then its argument prototype would still apply. */
11462#ifdef __cplusplus
11463extern "C"
11464#endif
11465char SQLConnect ();
11466int
11467main ()
11468{
11469return SQLConnect ();
11470 ;
11471 return 0;
11472}
11473_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011474if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011475 case "$LIBEXT" in
11476 dll) ;;
11477 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'` ;;
11478 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11479 esac
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011480fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011481rm -f core conftest.err conftest.$ac_objext \
11482 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011483 LIBS=$ac_check_soname_save_LIBS
11484fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011485if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011487$as_echo "not found" >&6; }
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011488 cat >>confdefs.h <<_ACEOF
11489#define SONAME_LIBODBC "libodbc.$LIBEXT"
11490_ACEOF
11491
11492else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011494$as_echo "$ac_cv_lib_soname_odbc" >&6; }
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011495
11496cat >>confdefs.h <<_ACEOF
11497#define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11498_ACEOF
11499
11500
11501fi
11502
Francois Gouget3089a9f2008-07-31 18:59:50 +020011503if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011504 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11505 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11506 "$ac_cv_header_soundcard_h" != "yes" -a \
11507 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11508then
11509 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
Alexandre Julliardf9dec942007-07-10 15:14:15 +020011510fi
11511
11512
Alexandre Julliardfc094232003-04-14 21:46:41 +000011513EXTRACFLAGS=""
11514
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011515if test "x${GCC}" = "xyes"
11516then
Hans Leidekkerd17b2322004-01-06 21:37:44 +000011517 EXTRACFLAGS="-Wall -pipe"
Mike McCormackc509bc42003-02-25 04:01:58 +000011518
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011520$as_echo_n "checking for gcc strength-reduce bug... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011521if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011522 $as_echo_n "(cached) " >&6
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011523else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011524 if test "$cross_compiling" = yes; then :
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011525 ac_cv_c_gcc_strength_bug="yes"
11526else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011528/* end confdefs.h. */
Alexandre Julliardad356de2007-06-08 20:23:16 +020011529int L[4] = {0,1,2,3};
11530int
11531main ()
11532{
11533static int Array[3];
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011534 unsigned int B = 3;
11535 int i;
Alexandre Julliardd2e1c1a1996-03-09 16:12:43 +000011536 for(i=0; i<B; i++) Array[i] = i - 3;
Eric Pouech5aee80f2000-11-11 00:31:39 +000011537 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11538 L[i] = 4;
Alexandre Julliard95251a72009-02-16 12:46:58 +010011539 return (Array[1] != -2 || L[2] != 3)
Alexandre Julliardad356de2007-06-08 20:23:16 +020011540 ;
11541 return 0;
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011542}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011543_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011544if ac_fn_c_try_run "$LINENO"; then :
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011545 ac_cv_c_gcc_strength_bug="no"
11546else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011547 ac_cv_c_gcc_strength_bug="yes"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011548fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011549rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11550 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011551fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020011552
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011553fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011555$as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011556 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11557 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011558 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011559 fi
Alexandre Julliardf9b94cb2000-12-06 03:50:22 +000011560
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011562$as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011563if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011564 $as_echo_n "(cached) " >&6
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011565else
11566 ac_wine_try_cflags_saved=$CFLAGS
11567CFLAGS="$CFLAGS -fno-builtin"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011568cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011569/* end confdefs.h. */
11570
11571int
11572main ()
11573{
11574
11575 ;
11576 return 0;
11577}
11578_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011579if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011580 ac_cv_cflags__fno_builtin=yes
11581else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011582 ac_cv_cflags__fno_builtin=no
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011583fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011584rm -f core conftest.err conftest.$ac_objext \
11585 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011586CFLAGS=$ac_wine_try_cflags_saved
11587fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011589$as_echo "$ac_cv_cflags__fno_builtin" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011590if test $ac_cv_cflags__fno_builtin = yes; then :
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011591 BUILTINFLAG="-fno-builtin"
11592
11593fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011595$as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011596if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011597 $as_echo_n "(cached) " >&6
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011598else
11599 ac_wine_try_cflags_saved=$CFLAGS
11600CFLAGS="$CFLAGS -fno-strict-aliasing"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011601cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011602/* end confdefs.h. */
11603
11604int
11605main ()
11606{
11607
11608 ;
11609 return 0;
11610}
11611_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011612if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011613 ac_cv_cflags__fno_strict_aliasing=yes
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011614else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011615 ac_cv_cflags__fno_strict_aliasing=no
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011616fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011617rm -f core conftest.err conftest.$ac_objext \
11618 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011619CFLAGS=$ac_wine_try_cflags_saved
11620fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011622$as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011623if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011624 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11625fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011627$as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011628if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011629 $as_echo_n "(cached) " >&6
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011630else
11631 ac_wine_try_cflags_saved=$CFLAGS
11632CFLAGS="$CFLAGS -Wdeclaration-after-statement"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011634/* end confdefs.h. */
11635
11636int
11637main ()
11638{
11639
11640 ;
11641 return 0;
11642}
11643_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011644if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011645 ac_cv_cflags__Wdeclaration_after_statement=yes
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011646else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011647 ac_cv_cflags__Wdeclaration_after_statement=no
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011648fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011649rm -f core conftest.err conftest.$ac_objext \
11650 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011651CFLAGS=$ac_wine_try_cflags_saved
11652fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011654$as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011655if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011656 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11657fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011659$as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011660if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011661 $as_echo_n "(cached) " >&6
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011662else
11663 ac_wine_try_cflags_saved=$CFLAGS
11664CFLAGS="$CFLAGS -Wwrite-strings"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011665cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011666/* end confdefs.h. */
11667
11668int
11669main ()
11670{
11671
11672 ;
11673 return 0;
11674}
11675_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011676if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011677 ac_cv_cflags__Wwrite_strings=yes
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011678else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011679 ac_cv_cflags__Wwrite_strings=no
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011680fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011681rm -f core conftest.err conftest.$ac_objext \
11682 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd75cc5a2006-08-25 12:07:34 +020011683CFLAGS=$ac_wine_try_cflags_saved
11684fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011686$as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011687if test $ac_cv_cflags__Wwrite_strings = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011688 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11689fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011691$as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011692if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011693 $as_echo_n "(cached) " >&6
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011694else
11695 ac_wine_try_cflags_saved=$CFLAGS
11696CFLAGS="$CFLAGS -Wtype-limits"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011697cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011698/* end confdefs.h. */
11699
11700int
11701main ()
11702{
11703
11704 ;
11705 return 0;
11706}
11707_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011708if ac_fn_c_try_link "$LINENO"; then :
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011709 ac_cv_cflags__Wtype_limits=yes
11710else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011711 ac_cv_cflags__Wtype_limits=no
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011712fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011713rm -f core conftest.err conftest.$ac_objext \
11714 conftest$ac_exeext conftest.$ac_ext
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011715CFLAGS=$ac_wine_try_cflags_saved
11716fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011717{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011718$as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011719if test $ac_cv_cflags__Wtype_limits = yes; then :
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011720 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11721fi
11722
Alexandre Julliard4d52d372003-03-24 19:33:20 +000011723 saved_CFLAGS="$CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000011724 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011726$as_echo_n "checking for broken string.h that generates warnings... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011727if test "${ac_cv_c_string_h_warnings+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011728 $as_echo_n "(cached) " >&6
Mike McCormackc509bc42003-02-25 04:01:58 +000011729else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000011731/* end confdefs.h. */
11732#include <string.h>
11733int
11734main ()
11735{
11736
11737 ;
11738 return 0;
11739}
11740_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011741if ac_fn_c_try_compile "$LINENO"; then :
Mike McCormackc509bc42003-02-25 04:01:58 +000011742 ac_cv_c_string_h_warnings=no
11743else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011744 ac_cv_c_string_h_warnings=yes
Mike McCormackc509bc42003-02-25 04:01:58 +000011745fi
Jeremy White0ebeb532006-06-20 13:18:41 +020011746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000011747fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011749$as_echo "$ac_cv_c_string_h_warnings" >&6; }
Alexandre Julliard4d52d372003-03-24 19:33:20 +000011750 CFLAGS="$saved_CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000011751 if test "$ac_cv_c_string_h_warnings" = "no"
11752 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011753 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
Mike McCormackc509bc42003-02-25 04:01:58 +000011754 fi
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011755fi
11756
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011757
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011759$as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011760if test "${ac_cv_c_extern_prefix+set}" = set; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011761 $as_echo_n "(cached) " >&6
11762else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011764/* end confdefs.h. */
11765extern int ac_test;
11766int
11767main ()
11768{
11769asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11770 ;
11771 return 0;
11772}
11773_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011774if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011775 ac_cv_c_extern_prefix="yes"
11776else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011777 ac_cv_c_extern_prefix="no"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011778fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011779rm -f core conftest.err conftest.$ac_objext \
11780 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011781fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011782{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011783$as_echo "$ac_cv_c_extern_prefix" >&6; }
11784
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011785case $host_cpu in
11786 *i[3456789]86*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011788$as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011789if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011790 $as_echo_n "(cached) " >&6
11791else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011793/* end confdefs.h. */
11794#ifndef _MSC_VER
11795#define __stdcall __attribute__((__stdcall__))
11796#endif
11797int __stdcall ac_test(int i) { return i; }
11798int
11799main ()
11800{
11801asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11802 ;
11803 return 0;
11804}
11805_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011806if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011807 ac_cv_c_stdcall_suffix="yes"
11808else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011809 ac_cv_c_stdcall_suffix="no"
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011810fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011811rm -f core conftest.err conftest.$ac_objext \
11812 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011813fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011814{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011815$as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11816 *) ac_cv_c_stdcall_suffix="no" ;;
11817esac
11818
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011819
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011820if test "$ac_cv_c_extern_prefix" = "yes"
11821then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011822 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011823
11824 asm_name_prefix="_"
11825else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011826 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011827
11828 asm_name_prefix=""
11829fi
11830
11831
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011832if test "$ac_cv_c_stdcall_suffix" = "yes"
11833then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011834 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011835
11836else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011837 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011838
11839fi
11840
11841
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011843$as_echo_n "checking how to define a function in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011844if test "${ac_cv_asm_func_def+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011845 $as_echo_n "(cached) " >&6
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000011846else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011848/* end confdefs.h. */
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000011849
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011850int
11851main ()
11852{
Alexandre Julliardad356de2007-06-08 20:23:16 +020011853asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011854 ;
11855 return 0;
11856}
11857_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011858if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011859 ac_cv_asm_func_def=".def"
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000011860else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011862/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011863
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011864int
11865main ()
11866{
Alexandre Julliardad356de2007-06-08 20:23:16 +020011867asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011868 ;
11869 return 0;
11870}
11871_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011872if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011873 ac_cv_asm_func_def=".type @function"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011874else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011876/* end confdefs.h. */
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011877
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011878int
11879main ()
11880{
Alexandre Julliardad356de2007-06-08 20:23:16 +020011881asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011882 ;
11883 return 0;
11884}
11885_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011886if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011887 ac_cv_asm_func_def=".type 2"
11888else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011889 ac_cv_asm_func_def="unknown"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011890fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011891rm -f core conftest.err conftest.$ac_objext \
11892 conftest$ac_exeext conftest.$ac_ext
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011893fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011894rm -f core conftest.err conftest.$ac_objext \
11895 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011896fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011897rm -f core conftest.err conftest.$ac_objext \
11898 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011899fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011901$as_echo "$ac_cv_asm_func_def" >&6; }
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011902
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011903
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011904case "$ac_cv_asm_func_def" in
11905 ".def")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011906 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011907
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011908 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011909 ".type @function")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011910 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011911
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011912 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011913 ".type 2")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011914 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011915
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020011916 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011917 *)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011918 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011919
11920 asm_func_header="" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011921esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000011922
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011924$as_echo_n "checking whether asm() works outside of functions... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011925if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011926 $as_echo_n "(cached) " >&6
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011927else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011929/* end confdefs.h. */
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011930asm(".text\n\t.long 0");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011931int
11932main ()
11933{
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011934
11935 ;
11936 return 0;
11937}
11938_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011939if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011940 ac_cv_c_asm_outside_funcs="yes"
11941else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011942 ac_cv_c_asm_outside_funcs="no"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011943fi
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011944rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11945fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011947$as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
11948
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011949{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011950$as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011951if test "${ac_cv_c_dot_previous+set}" = set; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011952 $as_echo_n "(cached) " >&6
11953else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011955/* end confdefs.h. */
11956
11957int
11958main ()
11959{
11960asm(".text\nac_test:\t.long 0\n\t.previous");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011961 ;
11962 return 0;
11963}
11964_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011965if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011966 ac_cv_c_dot_previous="yes"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011967else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011968 ac_cv_c_dot_previous="no"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011969fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011970rm -f core conftest.err conftest.$ac_objext \
11971 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000011972fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011974$as_echo "$ac_cv_c_dot_previous" >&6; }
Alexandre Julliard84555cc2002-07-22 20:51:02 +000011975
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011977$as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011978if test "${ac_cv_c_cfi_support+set}" = set; then :
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011979 $as_echo_n "(cached) " >&6
11980else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011982/* end confdefs.h. */
11983asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
11984int
11985main ()
11986{
11987
11988 ;
11989 return 0;
11990}
11991_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011992if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011993 ac_cv_c_cfi_support="yes"
11994else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011995 ac_cv_c_cfi_support="no"
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011996fi
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020011997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11998fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012000$as_echo "$ac_cv_c_cfi_support" >&6; }
12001
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012002asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012003asm_func_trailer=""
12004if test "$ac_cv_c_dot_previous" = "yes"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012005then
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012006 asm_func_trailer="\\n\\t.previous"
12007fi
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012008if test "$ac_cv_c_cfi_support" = "yes"
12009then
12010 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12011 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012012
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012013$as_echo "#define __ASM_CFI(str) str" >>confdefs.h
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012014
12015else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012016 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012017
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012018fi
12019
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012020asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12021
12022
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012023if test "$ac_cv_c_asm_outside_funcs" = "yes"
12024then
12025 cat >>confdefs.h <<_ACEOF
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012026#define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012027_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012028
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012029else
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012030 cat >>confdefs.h <<_ACEOF
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012031#define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012032_ACEOF
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012033
12034fi
12035
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012036$as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012037
12038
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012039$as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012040
12041
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012042
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012043LDPATH=""
12044
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012045case $build_os in
12046 cygwin*|mingw32*)
Alexandre Julliardb860c4a2009-09-01 22:36:13 +020012047 TOOLSEXT=".exe"
12048
Alexandre Julliardeb8a40c2006-07-11 19:33:22 +020012049 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012050 ;;
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000012051 darwin*|macosx*)
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012052 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012053 *)
Alexandre Julliardeb8a40c2006-07-11 19:33:22 +020012054 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012055 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012056esac
12057
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012058case $host_os in
12059 mingw32*)
Alexandre Julliard546839f2003-11-11 00:48:21 +000012060 CRTLIBS="-lmsvcrt"
Steven Edwardsc91ae452004-09-03 18:57:19 +000012061
Alexandre Julliarddc1a9f12008-12-22 17:36:18 +010012062 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
Steven Edwardsc91ae452004-09-03 18:57:19 +000012063
12064 ;;
Alexandre Julliard546839f2003-11-11 00:48:21 +000012065esac
12066
Alexandre Julliard3e6eab32009-08-13 19:54:31 +020012067MAIN_BINARY="wine"
12068
12069test -z "$with_wine64" || MAIN_BINARY="wine32"
12070
Alexandre Julliardf4a19c82009-03-10 18:22:38 +010012071case $host_cpu in
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010012072 *i[3456789]86*)
12073 case $host_os in
12074 linux* | k*bsd*-gnu)
Alexandre Julliardf4a19c82009-03-10 18:22:38 +010012075 EXTRA_BINARIES="wine-preloader"
Tijl Coosemans9f5c69c2007-08-24 15:46:36 +020012076 ;;
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010012077 esac
Emmanuel Maillard3bc8d2e2004-07-19 20:11:10 +000012078 ;;
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012079esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012080
12081
Alexandre Julliard95251a72009-02-16 12:46:58 +010012082ac_save_CFLAGS="$CFLAGS"
12083CFLAGS="$CFLAGS $BUILTINFLAG"
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012084for ac_func in \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012085 _pclose \
12086 _popen \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000012087 _snprintf \
Alexandre Julliardc45bbad2003-04-01 00:12:02 +000012088 _spawnvp \
Bang Jun-youngff96bd62007-10-15 17:09:12 +090012089 _strdup \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012090 _stricmp \
12091 _strnicmp \
Rob Shearmane9f5bce2008-03-03 21:48:18 +000012092 _strtoi64 \
12093 _strtoui64 \
Steven Edwardsbe514b92003-01-14 19:35:03 +000012094 _vsnprintf \
Alexandre Julliardf9e5b0f2006-01-14 17:22:03 +010012095 asctime_r \
Steven Edwardsb9627c12002-05-05 21:03:44 +000012096 chsize \
Alexandre Julliarde533e972006-08-15 12:11:30 +020012097 dlopen \
Alexandre Julliard969f57c2004-09-23 04:48:24 +000012098 epoll_create \
Hans Leidekkerc3de6ef2004-10-19 23:53:26 +000012099 ffs \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000012100 finite \
Alexandre Julliard7d5e5652009-06-01 12:51:54 +020012101 fnmatch \
Hans Leidekkerbed38422004-10-14 03:08:57 +000012102 fork \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000012103 fpclass \
Alexandre Julliarde77c9be2004-04-06 03:33:25 +000012104 fstatfs \
12105 fstatvfs \
Steven Edwardsb9627c12002-05-05 21:03:44 +000012106 ftruncate \
Alexandre Julliarda1fe8b42004-03-27 01:48:52 +000012107 futimes \
Robert Lunnonc0cb4d32005-05-07 14:53:38 +000012108 futimesat \
Alexandre Julliarda9f214c2006-11-13 15:42:48 +010012109 getdirentries \
Dimitrie O. Paun647c1a32002-12-10 19:16:24 +000012110 getopt_long \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012111 getpagesize \
Alexandre Julliard142dab82002-07-01 18:17:30 +000012112 getpwuid \
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000012113 gettid \
Alexandre Julliard8d7b8e52003-03-23 20:11:45 +000012114 gettimeofday \
Steven Edwardse7c3ab12004-10-04 20:45:49 +000012115 getuid \
Alexandre Julliardc8278922006-08-04 22:11:00 +020012116 kqueue \
Alexandre Julliard27bb3112000-11-29 17:48:06 +000012117 lstat \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012118 memmove \
Hidenori Takeshimaa85b0a62000-11-25 23:54:12 +000012119 mmap \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012120 pclose \
Alexandre Julliard6f68b772009-07-01 12:13:34 +020012121 pipe2 \
Alexandre Julliard10892602006-08-15 11:41:59 +020012122 poll \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012123 popen \
Alexandre Julliard9603ee02006-04-06 11:57:37 +020012124 prctl \
Steven Edwardsb9627c12002-05-05 21:03:44 +000012125 pread \
Alexandre Julliardf1a0de92002-01-07 21:00:27 +000012126 pwrite \
Rob Shearman87175c62008-10-03 12:55:21 +010012127 readdir \
Alexandre Julliarde2930742004-01-08 05:07:05 +000012128 readlink \
Jeremy White08c0f692004-10-09 02:26:29 +000012129 sched_yield \
Patrik Stridvallb9010211999-11-13 22:23:35 +000012130 select \
Gerald Pfeifer39f67272008-01-20 21:23:08 +010012131 setproctitle \
Paul Millardf10b7d2006-07-16 15:06:28 +010012132 setrlimit \
Patrik Stridvallb9010211999-11-13 22:23:35 +000012133 settimeofday \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012134 sigaltstack \
Paul Millar10a6c562004-12-07 17:19:54 +000012135 sigprocmask \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000012136 snprintf \
Pavel Roskin7add08a2003-09-24 18:54:40 +000012137 spawnvp \
Patrik Stridvallb9010211999-11-13 22:23:35 +000012138 statfs \
Alexandre Julliard13af4892004-03-05 21:03:46 +000012139 statvfs \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000012140 strcasecmp \
Bang Jun-youngff96bd62007-10-15 17:09:12 +090012141 strdup \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012142 strerror \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000012143 strncasecmp \
Louis Lenders6c04a182006-12-17 17:56:50 +000012144 strtold \
Rob Shearmane9f5bce2008-03-03 21:48:18 +000012145 strtoll \
12146 strtoull \
Alexandre Julliard0fbd5562008-12-22 10:47:16 +010012147 symlink \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012148 tcgetattr \
Tijl Coosemans0c4f1522007-08-23 14:12:37 +020012149 thr_kill2 \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012150 timegm \
12151 usleep \
Steven Edwardsbe514b92003-01-14 19:35:03 +000012152 vsnprintf \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012153 wait4 \
12154 waitpid \
12155
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012156do :
12157 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12158ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12159eval as_val=\$$as_ac_var
12160 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012161 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012162#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012163_ACEOF
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000012164
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012165fi
12166done
12167
Alexandre Julliard95251a72009-02-16 12:46:58 +010012168CFLAGS="$ac_save_CFLAGS"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012169
Alexandre Julliarde533e972006-08-15 12:11:30 +020012170if test "$ac_cv_func_dlopen" = no
12171then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012173$as_echo_n "checking for dlopen in -ldl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012174if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012175 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012176else
12177 ac_check_lib_save_LIBS=$LIBS
12178LIBS="-ldl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012179cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012180/* end confdefs.h. */
12181
12182/* Override any GCC internal prototype to avoid an error.
12183 Use char because int might match the return type of a GCC
12184 builtin and then its argument prototype would still apply. */
12185#ifdef __cplusplus
12186extern "C"
12187#endif
12188char dlopen ();
12189int
12190main ()
12191{
12192return dlopen ();
12193 ;
12194 return 0;
12195}
12196_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012197if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarde533e972006-08-15 12:11:30 +020012198 ac_cv_lib_dl_dlopen=yes
12199else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012200 ac_cv_lib_dl_dlopen=no
Alexandre Julliarde533e972006-08-15 12:11:30 +020012201fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012202rm -f core conftest.err conftest.$ac_objext \
12203 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012204LIBS=$ac_check_lib_save_LIBS
12205fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012207$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012208if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12209 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
Alexandre Julliarde533e972006-08-15 12:11:30 +020012210 LIBDL="-ldl"
12211
12212fi
12213
12214fi
12215ac_wine_check_funcs_save_LIBS="$LIBS"
12216LIBS="$LIBS $LIBDL"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012217for ac_func in dladdr
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012218do :
12219 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12220if test "x$ac_cv_func_dladdr" = x""yes; then :
Alexandre Julliarde533e972006-08-15 12:11:30 +020012221 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012222#define HAVE_DLADDR 1
Alexandre Julliarde533e972006-08-15 12:11:30 +020012223_ACEOF
12224
12225fi
12226done
12227
12228LIBS="$ac_wine_check_funcs_save_LIBS"
12229
Alexandre Julliard10892602006-08-15 11:41:59 +020012230if test "$ac_cv_func_poll" = no
12231then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012233$as_echo_n "checking for poll in -lpoll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012234if test "${ac_cv_lib_poll_poll+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012235 $as_echo_n "(cached) " >&6
Alexandre Julliard10892602006-08-15 11:41:59 +020012236else
12237 ac_check_lib_save_LIBS=$LIBS
12238LIBS="-lpoll $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012239cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard10892602006-08-15 11:41:59 +020012240/* end confdefs.h. */
12241
12242/* Override any GCC internal prototype to avoid an error.
12243 Use char because int might match the return type of a GCC
12244 builtin and then its argument prototype would still apply. */
12245#ifdef __cplusplus
12246extern "C"
12247#endif
12248char poll ();
12249int
12250main ()
12251{
12252return poll ();
12253 ;
12254 return 0;
12255}
12256_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012257if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard10892602006-08-15 11:41:59 +020012258 ac_cv_lib_poll_poll=yes
12259else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012260 ac_cv_lib_poll_poll=no
Alexandre Julliard10892602006-08-15 11:41:59 +020012261fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012262rm -f core conftest.err conftest.$ac_objext \
12263 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard10892602006-08-15 11:41:59 +020012264LIBS=$ac_check_lib_save_LIBS
12265fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012267$as_echo "$ac_cv_lib_poll_poll" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012268if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12269 $as_echo "#define HAVE_POLL 1" >>confdefs.h
Alexandre Julliard10892602006-08-15 11:41:59 +020012270 LIBPOLL="-lpoll"
12271
12272fi
12273
12274fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012275
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012277$as_echo_n "checking for library containing gethostbyname... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012278if test "${ac_cv_search_gethostbyname+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012279 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012280else
Alexandre Julliard28710412007-04-23 16:31:58 +020012281 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012282cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012283/* end confdefs.h. */
12284
12285/* Override any GCC internal prototype to avoid an error.
12286 Use char because int might match the return type of a GCC
12287 builtin and then its argument prototype would still apply. */
12288#ifdef __cplusplus
12289extern "C"
12290#endif
12291char gethostbyname ();
12292int
12293main ()
12294{
12295return gethostbyname ();
12296 ;
12297 return 0;
12298}
12299_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012300for ac_lib in '' nsl; do
12301 if test -z "$ac_lib"; then
12302 ac_res="none required"
12303 else
12304 ac_res=-l$ac_lib
12305 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12306 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012307 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012308 ac_cv_search_gethostbyname=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012309fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012310rm -f core conftest.err conftest.$ac_objext \
12311 conftest$ac_exeext
12312 if test "${ac_cv_search_gethostbyname+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012313 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012314fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012315done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012316if test "${ac_cv_search_gethostbyname+set}" = set; then :
12317
Alexandre Julliard28710412007-04-23 16:31:58 +020012318else
12319 ac_cv_search_gethostbyname=no
12320fi
12321rm conftest.$ac_ext
12322LIBS=$ac_func_search_save_LIBS
12323fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012325$as_echo "$ac_cv_search_gethostbyname" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012326ac_res=$ac_cv_search_gethostbyname
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012327if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012328 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012329
12330fi
12331
Alexandre Julliarde533e972006-08-15 12:11:30 +020012332
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012334$as_echo_n "checking for library containing connect... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012335if test "${ac_cv_search_connect+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012336 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012337else
Alexandre Julliard28710412007-04-23 16:31:58 +020012338 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012339cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012340/* end confdefs.h. */
12341
12342/* Override any GCC internal prototype to avoid an error.
12343 Use char because int might match the return type of a GCC
12344 builtin and then its argument prototype would still apply. */
12345#ifdef __cplusplus
12346extern "C"
12347#endif
12348char connect ();
12349int
12350main ()
12351{
12352return connect ();
12353 ;
12354 return 0;
12355}
12356_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012357for ac_lib in '' socket; do
12358 if test -z "$ac_lib"; then
12359 ac_res="none required"
12360 else
12361 ac_res=-l$ac_lib
12362 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12363 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012364 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012365 ac_cv_search_connect=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012366fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012367rm -f core conftest.err conftest.$ac_objext \
12368 conftest$ac_exeext
12369 if test "${ac_cv_search_connect+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012370 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012371fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012372done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012373if test "${ac_cv_search_connect+set}" = set; then :
12374
Alexandre Julliard28710412007-04-23 16:31:58 +020012375else
12376 ac_cv_search_connect=no
12377fi
12378rm conftest.$ac_ext
12379LIBS=$ac_func_search_save_LIBS
12380fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012382$as_echo "$ac_cv_search_connect" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012383ac_res=$ac_cv_search_connect
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012384if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012385 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012386
12387fi
12388
Alexandre Julliarde533e972006-08-15 12:11:30 +020012389
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012391$as_echo_n "checking for library containing inet_aton... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012392if test "${ac_cv_search_inet_aton+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012393 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012394else
Alexandre Julliard28710412007-04-23 16:31:58 +020012395 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012396cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012397/* end confdefs.h. */
12398
12399/* Override any GCC internal prototype to avoid an error.
12400 Use char because int might match the return type of a GCC
12401 builtin and then its argument prototype would still apply. */
12402#ifdef __cplusplus
12403extern "C"
12404#endif
12405char inet_aton ();
12406int
12407main ()
12408{
12409return inet_aton ();
12410 ;
12411 return 0;
12412}
12413_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012414for ac_lib in '' resolv; do
12415 if test -z "$ac_lib"; then
12416 ac_res="none required"
12417 else
12418 ac_res=-l$ac_lib
12419 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12420 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012421 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012422 ac_cv_search_inet_aton=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012423fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012424rm -f core conftest.err conftest.$ac_objext \
12425 conftest$ac_exeext
12426 if test "${ac_cv_search_inet_aton+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012427 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012428fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012429done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012430if test "${ac_cv_search_inet_aton+set}" = set; then :
12431
Alexandre Julliard28710412007-04-23 16:31:58 +020012432else
12433 ac_cv_search_inet_aton=no
12434fi
12435rm conftest.$ac_ext
12436LIBS=$ac_func_search_save_LIBS
12437fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012439$as_echo "$ac_cv_search_inet_aton" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012440ac_res=$ac_cv_search_inet_aton
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012441if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012442 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012443
12444fi
12445
Alexandre Julliarde533e972006-08-15 12:11:30 +020012446
Ben Taylor41c59962007-04-23 13:41:42 +000012447for ac_func in \
12448 getaddrinfo \
12449 getnameinfo \
12450 getnetbyname \
12451 getprotobyname \
12452 getprotobynumber \
12453 getservbyport \
12454 inet_network \
Austin English06566912009-03-28 00:13:09 -050012455 inet_ntop \
12456 inet_pton \
Ben Taylor41c59962007-04-23 13:41:42 +000012457 sendmsg \
Alexandre Julliard98bec052009-03-26 11:07:28 +010012458 socketpair \
Ben Taylor41c59962007-04-23 13:41:42 +000012459
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012460do :
12461 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12462ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12463eval as_val=\$$as_ac_var
12464 if test "x$as_val" = x""yes; then :
Ben Taylor41c59962007-04-23 13:41:42 +000012465 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012466#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Ben Taylor41c59962007-04-23 13:41:42 +000012467_ACEOF
12468
12469fi
12470done
12471
12472
Francois Gougetbcba2702008-07-10 12:36:06 +020012473LDAPLIBS=""
12474
12475if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12476then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012477 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12478"
12479if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012481$as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012482if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012483 $as_echo_n "(cached) " >&6
Francois Gougetbcba2702008-07-10 12:36:06 +020012484else
12485 ac_check_lib_save_LIBS=$LIBS
12486LIBS="-lldap_r $LIBPTHREAD $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012487cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012488/* end confdefs.h. */
12489
12490/* Override any GCC internal prototype to avoid an error.
12491 Use char because int might match the return type of a GCC
12492 builtin and then its argument prototype would still apply. */
12493#ifdef __cplusplus
12494extern "C"
12495#endif
12496char ldap_initialize ();
12497int
12498main ()
12499{
12500return ldap_initialize ();
12501 ;
12502 return 0;
12503}
12504_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012505if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012506 ac_cv_lib_ldap_r_ldap_initialize=yes
12507else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012508 ac_cv_lib_ldap_r_ldap_initialize=no
Francois Gougetbcba2702008-07-10 12:36:06 +020012509fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012510rm -f core conftest.err conftest.$ac_objext \
12511 conftest$ac_exeext conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012512LIBS=$ac_check_lib_save_LIBS
12513fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012515$as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012516if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012518$as_echo_n "checking for ber_init in -llber... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012519if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012520 $as_echo_n "(cached) " >&6
Francois Gougetbcba2702008-07-10 12:36:06 +020012521else
12522 ac_check_lib_save_LIBS=$LIBS
12523LIBS="-llber $LIBPTHREAD $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012524cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012525/* end confdefs.h. */
12526
12527/* Override any GCC internal prototype to avoid an error.
12528 Use char because int might match the return type of a GCC
12529 builtin and then its argument prototype would still apply. */
12530#ifdef __cplusplus
12531extern "C"
12532#endif
12533char ber_init ();
12534int
12535main ()
12536{
12537return ber_init ();
12538 ;
12539 return 0;
12540}
12541_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012542if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012543 ac_cv_lib_lber_ber_init=yes
12544else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012545 ac_cv_lib_lber_ber_init=no
Francois Gougetbcba2702008-07-10 12:36:06 +020012546fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012547rm -f core conftest.err conftest.$ac_objext \
12548 conftest$ac_exeext conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012549LIBS=$ac_check_lib_save_LIBS
12550fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012552$as_echo "$ac_cv_lib_lber_ber_init" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012553if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012554
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012555$as_echo "#define HAVE_LDAP 1" >>confdefs.h
Francois Gougetbcba2702008-07-10 12:36:06 +020012556
12557 LDAPLIBS="-lldap_r -llber"
12558fi
12559
12560fi
12561
12562fi
12563
12564 ac_wine_check_funcs_save_LIBS="$LIBS"
12565LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
Francois Gougetbcba2702008-07-10 12:36:06 +020012566for ac_func in \
12567 ldap_count_references \
12568 ldap_first_reference \
12569 ldap_next_reference \
12570 ldap_parse_reference \
12571 ldap_parse_sort_control \
12572 ldap_parse_sortresponse_control \
12573 ldap_parse_vlv_control \
12574 ldap_parse_vlvresponse_control
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012575do :
12576 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12577ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12578eval as_val=\$$as_ac_var
12579 if test "x$as_val" = x""yes; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012580 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012581#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Francois Gougetbcba2702008-07-10 12:36:06 +020012582_ACEOF
12583
12584fi
12585done
12586
12587LIBS="$ac_wine_check_funcs_save_LIBS"
12588fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012589if test "x$LDAPLIBS" = "x"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012590 case "x$with_ldap" in
Alexandre Julliard93f094c2008-10-22 13:16:54 +020012591 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
Francois Gougetbcba2702008-07-10 12:36:06 +020012592 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012593 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12594This is an error since --with-ldap was requested." "$LINENO" 5 ;;
Francois Gougetbcba2702008-07-10 12:36:06 +020012595esac
12596fi
12597
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
Alexandre Julliard921e6622008-12-22 10:39:11 +010012599$as_echo_n "checking whether mkdir takes only one argument... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012600if test "${wine_cv_one_arg_mkdir+set}" = set; then :
Alexandre Julliard921e6622008-12-22 10:39:11 +010012601 $as_echo_n "(cached) " >&6
12602else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard921e6622008-12-22 10:39:11 +010012604/* end confdefs.h. */
12605#include <sys/stat.h>
12606int
12607main ()
12608{
12609mkdir("foo");
12610 ;
12611 return 0;
12612}
12613_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012614if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard921e6622008-12-22 10:39:11 +010012615 wine_cv_one_arg_mkdir=yes
12616else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012617 wine_cv_one_arg_mkdir=no
Alexandre Julliard921e6622008-12-22 10:39:11 +010012618fi
Alexandre Julliard921e6622008-12-22 10:39:11 +010012619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12620fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
Alexandre Julliard921e6622008-12-22 10:39:11 +010012622$as_echo "$wine_cv_one_arg_mkdir" >&6; }
12623if test "$wine_cv_one_arg_mkdir" = "yes"
12624then
12625
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012626$as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
Alexandre Julliard921e6622008-12-22 10:39:11 +010012627
12628fi
12629
Ben Taylor41c59962007-04-23 13:41:42 +000012630
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012632$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012633if test "${ac_cv_c_const+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012634 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012635else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012637/* end confdefs.h. */
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012638
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012639int
12640main ()
12641{
12642/* FIXME: Include the comments suggested by Paul. */
12643#ifndef __cplusplus
12644 /* Ultrix mips cc rejects this. */
12645 typedef int charset[2];
Phil Krylovf0ca5862006-11-05 23:03:46 +030012646 const charset cs;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012647 /* SunOS 4.1.1 cc rejects this. */
Phil Krylovf0ca5862006-11-05 23:03:46 +030012648 char const *const *pcpcc;
12649 char **ppc;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012650 /* NEC SVR4.0.2 mips cc rejects this. */
12651 struct point {int x, y;};
12652 static struct point const zero = {0,0};
12653 /* AIX XL C 1.02.0.0 rejects this.
12654 It does not let you subtract one const X* pointer from another in
12655 an arm of an if-expression whose if-part is not a constant
12656 expression */
12657 const char *g = "string";
Phil Krylovf0ca5862006-11-05 23:03:46 +030012658 pcpcc = &g + (g ? g-g : 0);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012659 /* HPUX 7.0 cc rejects these. */
Phil Krylovf0ca5862006-11-05 23:03:46 +030012660 ++pcpcc;
12661 ppc = (char**) pcpcc;
12662 pcpcc = (char const *const *) ppc;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012663 { /* SCO 3.2v4 cc rejects this. */
12664 char *t;
12665 char const *s = 0 ? (char *) 0 : (char const *) 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012666
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012667 *t++ = 0;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012668 if (s) return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012669 }
12670 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12671 int x[] = {25, 17};
12672 const int *foo = &x[0];
12673 ++foo;
12674 }
12675 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12676 typedef const int *iptr;
12677 iptr p = 0;
12678 ++p;
12679 }
12680 { /* AIX XL C 1.02.0.0 rejects this saying
12681 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12682 struct s { int j; const int *ap[3]; };
12683 struct s *b; b->j = 5;
12684 }
12685 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12686 const int foo = 10;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012687 if (!foo) return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012688 }
Phil Krylovf0ca5862006-11-05 23:03:46 +030012689 return !cs[0] && !zero.x;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012690#endif
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012691
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012692 ;
12693 return 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012694}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012695_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012696if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012697 ac_cv_c_const=yes
12698else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012699 ac_cv_c_const=no
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012700fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012702fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012704$as_echo "$ac_cv_c_const" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012705if test $ac_cv_c_const = no; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012706
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012707$as_echo "#define const /**/" >>confdefs.h
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012708
12709fi
12710
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012712$as_echo_n "checking for inline... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012713if test "${ac_cv_c_inline+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012714 $as_echo_n "(cached) " >&6
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012715else
12716 ac_cv_c_inline=no
12717for ac_kw in inline __inline__ __inline; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012719/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012720#ifndef __cplusplus
Alexandre Julliard11af04e2002-10-10 03:48:04 +000012721typedef int foo_t;
12722static $ac_kw foo_t static_foo () {return 0; }
12723$ac_kw foo_t foo () {return 0; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012724#endif
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012725
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012726_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012727if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012728 ac_cv_c_inline=$ac_kw
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012729fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012731 test "$ac_cv_c_inline" != no && break
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012732done
12733
12734fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012736$as_echo "$ac_cv_c_inline" >&6; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000012737
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012738case $ac_cv_c_inline in
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012739 inline | yes) ;;
Alexandre Julliard875927f2004-01-02 01:55:29 +000012740 *)
12741 case $ac_cv_c_inline in
12742 no) ac_val=;;
12743 *) ac_val=$ac_cv_c_inline;;
12744 esac
12745 cat >>confdefs.h <<_ACEOF
12746#ifndef __cplusplus
12747#define inline $ac_val
12748#endif
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012749_ACEOF
Alexandre Julliard875927f2004-01-02 01:55:29 +000012750 ;;
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012751esac
12752
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012753ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12754if test "x$ac_cv_type_mode_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012755
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012756cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012757#define HAVE_MODE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012758_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012759
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012760
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012761fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012762ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12763if test "x$ac_cv_type_off_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012764
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012765cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012766#define HAVE_OFF_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012767_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012768
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012769
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012770fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012771ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12772if test "x$ac_cv_type_pid_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012773
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012774cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012775#define HAVE_PID_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012776_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012777
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012778
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012779fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012780ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12781if test "x$ac_cv_type_size_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012782
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012783cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012784#define HAVE_SIZE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012785_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012786
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012787
12788fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012789ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12790if test "x$ac_cv_type_ssize_t" = x""yes; then :
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012791
12792cat >>confdefs.h <<_ACEOF
12793#define HAVE_SSIZE_T 1
12794_ACEOF
12795
12796
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012797fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012798ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12799if test "x$ac_cv_type_long_long" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012800
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012801cat >>confdefs.h <<_ACEOF
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012802#define HAVE_LONG_LONG 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012803_ACEOF
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000012804
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012805
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012806fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012807ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12808if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012809
12810cat >>confdefs.h <<_ACEOF
12811#define HAVE_FSBLKCNT_T 1
12812_ACEOF
12813
12814
12815fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012816ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12817if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012818
12819cat >>confdefs.h <<_ACEOF
12820#define HAVE_FSFILCNT_T 1
12821_ACEOF
12822
12823
12824fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012825
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012826ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
Alexandre Julliardabf50482008-10-31 12:56:53 +010012827#include <signal.h>
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012828"
12829if test "x$ac_cv_type_sigset_t" = x""yes; then :
Paul Millar10a6c562004-12-07 17:19:54 +000012830
12831cat >>confdefs.h <<_ACEOF
12832#define HAVE_SIGSET_T 1
12833_ACEOF
12834
12835
12836fi
12837
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012838ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12839"
12840if test "x$ac_cv_type_request_sense" = x""yes; then :
Gerald Pfeiferb8b15f32005-07-10 17:42:46 +000012841
12842cat >>confdefs.h <<_ACEOF
12843#define HAVE_REQUEST_SENSE 1
12844_ACEOF
12845
12846
12847fi
12848
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012849
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012850ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
Austin English68f2db22009-01-29 08:28:37 -060012851#ifdef HAVE_SYS_SOCKET_H
12852#include <sys/socket.h>
12853#endif
12854#ifdef HAVE_SYS_SOCKETVAR_H
12855#include <sys/socketvar.h>
12856#endif
12857#ifdef HAVE_NET_ROUTE_H
12858#include <net/route.h>
12859#endif
12860#ifdef HAVE_NETINET_IN_H
12861#include <netinet/in.h>
12862#endif
12863#ifdef HAVE_NETINET_IN_SYSTM_H
12864#include <netinet/in_systm.h>
12865#endif
12866#ifdef HAVE_NETINET_IP_H
12867#include <netinet/ip.h>
12868#endif
12869#ifdef HAVE_NETINET_IN_PCB_H
12870#include <netinet/in_pcb.h>
12871#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012872"
12873if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
Austin English68f2db22009-01-29 08:28:37 -060012874
12875cat >>confdefs.h <<_ACEOF
12876#define HAVE_STRUCT_XINPGEN 1
12877_ACEOF
12878
12879
12880fi
12881
12882
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012883ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
Daniel Remenake491e8f2005-07-29 14:18:58 +000012884#include <linux/input.h>
12885#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012886"
12887if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
Daniel Remenake491e8f2005-07-29 14:18:58 +000012888
12889cat >>confdefs.h <<_ACEOF
12890#define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12891_ACEOF
12892
12893
12894fi
12895
12896
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012898$as_echo_n "checking for sigaddset... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012899if test "${wine_cv_have_sigaddset+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012900 $as_echo_n "(cached) " >&6
Paul Millar10a6c562004-12-07 17:19:54 +000012901else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Paul Millar10a6c562004-12-07 17:19:54 +000012903/* end confdefs.h. */
12904#include <signal.h>
12905int
12906main ()
12907{
12908sigset_t set; sigaddset(&set,SIGTERM);
12909 ;
12910 return 0;
12911}
12912_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012913if ac_fn_c_try_link "$LINENO"; then :
Paul Millar10a6c562004-12-07 17:19:54 +000012914 wine_cv_have_sigaddset=yes
12915else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012916 wine_cv_have_sigaddset=no
Paul Millar10a6c562004-12-07 17:19:54 +000012917fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012918rm -f core conftest.err conftest.$ac_objext \
12919 conftest$ac_exeext conftest.$ac_ext
Paul Millar10a6c562004-12-07 17:19:54 +000012920fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012922$as_echo "$wine_cv_have_sigaddset" >&6; }
Paul Millar10a6c562004-12-07 17:19:54 +000012923if test "$wine_cv_have_sigaddset" = "yes"
12924then
12925
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012926$as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
Paul Millar10a6c562004-12-07 17:19:54 +000012927
12928fi
12929
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012930
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012932$as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012933if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012934 $as_echo_n "(cached) " >&6
Rein Klazesff7a61f2000-09-24 19:41:57 +000012935else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012937/* end confdefs.h. */
Rein Klazesff7a61f2000-09-24 19:41:57 +000012938#include <netdb.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012939int
12940main ()
12941{
Rein Klazesff7a61f2000-09-24 19:41:57 +000012942
Ken Thomases20d9bad2007-10-19 16:18:51 -050012943 char *name=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000012944 struct hostent he;
12945 struct hostent *result;
Ken Thomases20d9bad2007-10-19 16:18:51 -050012946 char *buf=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000012947 int bufsize=0;
12948 int res,errnr;
Ken Thomases20d9bad2007-10-19 16:18:51 -050012949 char *addr=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000012950 int addrlen=0;
12951 int addrtype=0;
12952 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
12953 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012954
12955 ;
12956 return 0;
12957}
12958_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012959if ac_fn_c_try_link "$LINENO"; then :
Rein Klazesff7a61f2000-09-24 19:41:57 +000012960 wine_cv_linux_gethostbyname_r_6=yes
12961else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012962 wine_cv_linux_gethostbyname_r_6=no
Rein Klazesff7a61f2000-09-24 19:41:57 +000012963
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012964fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012965rm -f core conftest.err conftest.$ac_objext \
12966 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012967
12968fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012970$as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
Rein Klazesff7a61f2000-09-24 19:41:57 +000012971 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
12972 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012973
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012974$as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
Rein Klazesff7a61f2000-09-24 19:41:57 +000012975
12976 fi
12977
Marcus Meissner028e9a11999-08-04 15:07:56 +000012978if test "$ac_cv_header_linux_joystick_h" = "yes"
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012979then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012981$as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012982if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012983 $as_echo_n "(cached) " >&6
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012984else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012986/* end confdefs.h. */
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000012987
Marcus Meissner028e9a11999-08-04 15:07:56 +000012988 #include <sys/ioctl.h>
Marcus Meissner7c434992007-04-12 12:12:05 +020012989 #include <sys/types.h>
Marcus Meissner028e9a11999-08-04 15:07:56 +000012990 #include <linux/joystick.h>
12991
12992 struct js_event blub;
Marcus Meissner605a9c31999-11-04 02:04:01 +000012993 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
12994 #error "no 2.2 header"
12995 #endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012996
12997int
12998main ()
12999{
Marcus Meissner028e9a11999-08-04 15:07:56 +000013000/*empty*/
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013001 ;
13002 return 0;
13003}
13004_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013005if ac_fn_c_try_compile "$LINENO"; then :
Marcus Meissner028e9a11999-08-04 15:07:56 +000013006 wine_cv_linux_joystick_22_api=yes
13007else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013008 wine_cv_linux_joystick_22_api=no
Marcus Meissner028e9a11999-08-04 15:07:56 +000013009fi
Jeremy White0ebeb532006-06-20 13:18:41 +020013010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Marcus Meissner028e9a11999-08-04 15:07:56 +000013011
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013012fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013014$as_echo "$wine_cv_linux_joystick_22_api" >&6; }
Rein Klazes87d224a2000-04-24 17:33:49 +000013015 if test "$wine_cv_linux_joystick_22_api" = "yes"
Marcus Meissner028e9a11999-08-04 15:07:56 +000013016 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013017
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013018$as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
Marcus Meissner028e9a11999-08-04 15:07:56 +000013019
13020 fi
13021fi
13022
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013023
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013024ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013025#ifdef HAVE_SYS_PARAM_H
13026# include <sys/param.h>
13027#endif
Robert Millan55b74482006-02-06 21:53:27 +010013028#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013029# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013030#endif
13031#ifdef HAVE_SYS_VFS_H
13032# include <sys/vfs.h>
13033#endif
13034#ifdef HAVE_SYS_STATFS_H
13035# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013036#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013037"
13038if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013039
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013040cat >>confdefs.h <<_ACEOF
13041#define HAVE_STRUCT_STATFS_F_BFREE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013042_ACEOF
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013043
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013044
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013045fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013046ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013047#ifdef HAVE_SYS_PARAM_H
13048# include <sys/param.h>
13049#endif
Robert Millan55b74482006-02-06 21:53:27 +010013050#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013051# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013052#endif
13053#ifdef HAVE_SYS_VFS_H
13054# include <sys/vfs.h>
13055#endif
13056#ifdef HAVE_SYS_STATFS_H
13057# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013058#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013059"
13060if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
Patrik Stridvall09da9662001-07-08 22:30:50 +000013061
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013062cat >>confdefs.h <<_ACEOF
13063#define HAVE_STRUCT_STATFS_F_BAVAIL 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013064_ACEOF
Patrik Stridvall09da9662001-07-08 22:30:50 +000013065
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013066
Patrik Stridvall09da9662001-07-08 22:30:50 +000013067fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013068ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013069#ifdef HAVE_SYS_PARAM_H
13070# include <sys/param.h>
13071#endif
Robert Millan55b74482006-02-06 21:53:27 +010013072#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013073# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013074#endif
13075#ifdef HAVE_SYS_VFS_H
13076# include <sys/vfs.h>
13077#endif
13078#ifdef HAVE_SYS_STATFS_H
13079# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013080#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013081"
13082if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013083
13084cat >>confdefs.h <<_ACEOF
13085#define HAVE_STRUCT_STATFS_F_FRSIZE 1
13086_ACEOF
13087
13088
13089fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013090ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013091#ifdef HAVE_SYS_PARAM_H
13092# include <sys/param.h>
13093#endif
Robert Millan55b74482006-02-06 21:53:27 +010013094#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013095# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013096#endif
13097#ifdef HAVE_SYS_VFS_H
13098# include <sys/vfs.h>
13099#endif
13100#ifdef HAVE_SYS_STATFS_H
13101# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013102#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013103"
13104if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013105
13106cat >>confdefs.h <<_ACEOF
13107#define HAVE_STRUCT_STATFS_F_FFREE 1
13108_ACEOF
13109
13110
13111fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013112ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013113#ifdef HAVE_SYS_PARAM_H
13114# include <sys/param.h>
13115#endif
Robert Millan55b74482006-02-06 21:53:27 +010013116#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013117# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013118#endif
13119#ifdef HAVE_SYS_VFS_H
13120# include <sys/vfs.h>
13121#endif
13122#ifdef HAVE_SYS_STATFS_H
13123# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013124#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013125"
13126if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013127
13128cat >>confdefs.h <<_ACEOF
13129#define HAVE_STRUCT_STATFS_F_FAVAIL 1
13130_ACEOF
13131
13132
13133fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013134ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000013135#ifdef HAVE_SYS_PARAM_H
13136# include <sys/param.h>
13137#endif
Robert Millan55b74482006-02-06 21:53:27 +010013138#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardb859a682004-03-07 03:16:43 +000013139# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013140#endif
13141#ifdef HAVE_SYS_VFS_H
13142# include <sys/vfs.h>
13143#endif
13144#ifdef HAVE_SYS_STATFS_H
13145# include <sys/statfs.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000013146#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013147"
13148if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
Alexandre Julliardb859a682004-03-07 03:16:43 +000013149
13150cat >>confdefs.h <<_ACEOF
13151#define HAVE_STRUCT_STATFS_F_NAMELEN 1
13152_ACEOF
13153
13154
13155fi
Alexandre Julliard13af4892004-03-05 21:03:46 +000013156
13157
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013158ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013159#include <sys/statvfs.h>
13160#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013161"
13162if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013163
13164cat >>confdefs.h <<_ACEOF
13165#define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13166_ACEOF
13167
13168
13169fi
Patrik Stridvall09da9662001-07-08 22:30:50 +000013170
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013171
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013172ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
Patrik Stridvall63ae7fe2002-11-08 19:34:52 +000013173#ifdef HAVE_SYS_SOCKET_H
13174# include <sys/socket.h>
13175#endif
13176#ifdef HAVE_SYS_UN_H
13177# include <sys/un.h>
13178#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013179"
13180if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
Juergen Lock2d33ab92000-02-13 16:03:29 +000013181
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013182cat >>confdefs.h <<_ACEOF
13183#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013184_ACEOF
Juergen Lock2d33ab92000-02-13 16:03:29 +000013185
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013186
13187fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013188ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013189#ifdef HAVE_SYS_SOCKET_H
13190# include <sys/socket.h>
13191#endif
13192#ifdef HAVE_SYS_UN_H
13193# include <sys/un.h>
13194#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013195"
13196if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013197
13198cat >>confdefs.h <<_ACEOF
13199#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13200_ACEOF
13201
13202
13203fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013204ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013205#ifdef HAVE_SYS_SOCKET_H
13206# include <sys/socket.h>
13207#endif
13208#ifdef HAVE_SYS_UN_H
13209# include <sys/un.h>
13210#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013211"
13212if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013213
13214cat >>confdefs.h <<_ACEOF
13215#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13216_ACEOF
13217
13218
Juergen Lock2d33ab92000-02-13 16:03:29 +000013219fi
13220
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013221
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013222ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000013223#ifdef HAVE_SCSI_SG_H
13224#include <scsi/sg.h>
13225#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013226"
13227if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000013228
13229cat >>confdefs.h <<_ACEOF
13230#define HAVE_SCSIREQ_T_CMD 1
13231_ACEOF
13232
13233
13234fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013235ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000013236#ifdef HAVE_SCSI_SG_H
13237#include <scsi/sg.h>
13238#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013239"
13240if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000013241
13242cat >>confdefs.h <<_ACEOF
13243#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13244_ACEOF
13245
13246
13247fi
13248
13249
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013250ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13251"
13252if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013253
13254cat >>confdefs.h <<_ACEOF
13255#define HAVE_SIGINFO_T_SI_FD 1
13256_ACEOF
13257
13258
13259fi
13260
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013261
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013262ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013263#ifdef HAVE_SYS_MTIO_H
13264#include <sys/mtio.h>
13265#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013266"
13267if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013268
13269cat >>confdefs.h <<_ACEOF
13270#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13271_ACEOF
13272
13273
13274fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013275ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013276#ifdef HAVE_SYS_MTIO_H
13277#include <sys/mtio.h>
13278#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013279"
13280if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013281
13282cat >>confdefs.h <<_ACEOF
13283#define HAVE_STRUCT_MTGET_MT_GSTAT 1
13284_ACEOF
13285
13286
13287fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013288ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010013289#ifdef HAVE_SYS_MTIO_H
13290#include <sys/mtio.h>
13291#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013292"
13293if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010013294
13295cat >>confdefs.h <<_ACEOF
13296#define HAVE_STRUCT_MTGET_MT_BLKNO 1
13297_ACEOF
13298
13299
13300fi
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013301
13302
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013303ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
Alexandre Julliarddb89a542003-04-20 02:56:14 +000013304#include <getopt.h>
13305#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013306"
13307if test "x$ac_cv_member_struct_option_name" = x""yes; then :
Alexandre Julliarddb89a542003-04-20 02:56:14 +000013308
13309cat >>confdefs.h <<_ACEOF
13310#define HAVE_STRUCT_OPTION_NAME 1
13311_ACEOF
13312
13313
13314fi
13315
13316
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013317ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13318if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
Pavel Roskind6507192003-10-03 03:28:40 +000013319
13320cat >>confdefs.h <<_ACEOF
13321#define HAVE_STRUCT_STAT_ST_BLOCKS 1
13322_ACEOF
13323
13324
13325fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013326ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13327if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013328
13329cat >>confdefs.h <<_ACEOF
13330#define HAVE_STRUCT_STAT_ST_MTIM 1
13331_ACEOF
13332
13333
13334fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013335ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13336if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013337
13338cat >>confdefs.h <<_ACEOF
13339#define HAVE_STRUCT_STAT_ST_CTIM 1
13340_ACEOF
13341
13342
13343fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013344ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13345if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013346
13347cat >>confdefs.h <<_ACEOF
13348#define HAVE_STRUCT_STAT_ST_ATIM 1
13349_ACEOF
13350
13351
13352fi
Pavel Roskind6507192003-10-03 03:28:40 +000013353
13354
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013355ac_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
Vitaly Lipatov40a6a742006-02-20 15:33:09 +030013356#include <sys/types.h>
13357#endif
13358#ifdef HAVE_NETINET_IN_H
13359#include <netinet/in.h>
13360#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013361"
13362if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
Vitaly Lipatov40a6a742006-02-20 15:33:09 +030013363
13364cat >>confdefs.h <<_ACEOF
13365#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13366_ACEOF
13367
13368
13369fi
13370
13371
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013372ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
Alexandre Julliard788e30f2006-05-31 14:43:21 +020013373#include <sys/types.h>
13374#endif
13375#ifdef HAVE_NETINET_IN_H
13376# include <netinet/in.h>
13377#endif
13378#ifdef HAVE_ARPA_NAMESER_H
13379# include <arpa/nameser.h>
13380#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013381"
13382if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
Alexandre Julliard788e30f2006-05-31 14:43:21 +020013383
13384cat >>confdefs.h <<_ACEOF
13385#define HAVE_NS_MSG__MSG_PTR 1
13386_ACEOF
13387
13388
13389fi
13390
13391
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013392ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
Austin Englishac0252d2009-01-30 10:18:10 -060013393#include <sys/types.h>
13394#endif
13395#ifdef HAVE_ALIAS_H
13396#include <alias.h>
13397#endif
13398#ifdef HAVE_SYS_SOCKET_H
13399#include <sys/socket.h>
13400#endif
13401#ifdef HAVE_SYS_SOCKETVAR_H
13402#include <sys/socketvar.h>
13403#endif
13404#ifdef HAVE_SYS_TIMEOUT_H
13405#include <sys/timeout.h>
13406#endif
13407#ifdef HAVE_NETINET_IN_H
13408#include <netinet/in.h>
13409#endif
13410#ifdef HAVE_NETINET_IN_SYSTM_H
13411#include <netinet/in_systm.h>
13412#endif
13413#ifdef HAVE_NETINET_IP_H
13414#include <netinet/ip.h>
13415#endif
13416#ifdef HAVE_NETINET_IP_VAR_H
13417#include <netinet/ip_var.h>
13418#endif
13419#ifdef HAVE_NETINET_IP_ICMP_H
13420#include <netinet/ip_icmp.h>
13421#endif
13422#ifdef HAVE_NETINET_ICMP_VAR
13423#include <netinet/icmp_var.h>
13424#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013425"
13426if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
Austin Englishac0252d2009-01-30 10:18:10 -060013427
13428cat >>confdefs.h <<_ACEOF
13429#define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13430_ACEOF
13431
13432
13433fi
13434
13435
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013437$as_echo_n "checking for timezone variable... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013438if test "${ac_cv_have_timezone+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013439 $as_echo_n "(cached) " >&6
Phil Krylov6618b032005-05-24 11:52:46 +000013440else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013442/* end confdefs.h. */
13443#include <time.h>
13444int
13445main ()
13446{
Alexandre Julliardff2bd662006-08-25 13:23:29 +020013447timezone = 1
Phil Krylov6618b032005-05-24 11:52:46 +000013448 ;
13449 return 0;
13450}
13451_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013452if ac_fn_c_try_link "$LINENO"; then :
Phil Krylov6618b032005-05-24 11:52:46 +000013453 ac_cv_have_timezone="yes"
13454else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013455 ac_cv_have_timezone="no"
Phil Krylov6618b032005-05-24 11:52:46 +000013456fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013457rm -f core conftest.err conftest.$ac_objext \
13458 conftest$ac_exeext conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013459fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013460{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013461$as_echo "$ac_cv_have_timezone" >&6; }
Phil Krylov6618b032005-05-24 11:52:46 +000013462if test "$ac_cv_have_timezone" = "yes"
13463then
13464
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013465$as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
Phil Krylov6618b032005-05-24 11:52:46 +000013466
13467fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013469$as_echo_n "checking for daylight variable... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013470if test "${ac_cv_have_daylight+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013471 $as_echo_n "(cached) " >&6
Phil Krylov6618b032005-05-24 11:52:46 +000013472else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013474/* end confdefs.h. */
13475#include <time.h>
13476int
13477main ()
13478{
Alexandre Julliardff2bd662006-08-25 13:23:29 +020013479daylight = 1
Phil Krylov6618b032005-05-24 11:52:46 +000013480 ;
13481 return 0;
13482}
13483_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013484if ac_fn_c_try_link "$LINENO"; then :
Phil Krylov6618b032005-05-24 11:52:46 +000013485 ac_cv_have_daylight="yes"
13486else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013487 ac_cv_have_daylight="no"
Phil Krylov6618b032005-05-24 11:52:46 +000013488fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013489rm -f core conftest.err conftest.$ac_objext \
13490 conftest$ac_exeext conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013491fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013493$as_echo "$ac_cv_have_daylight" >&6; }
Phil Krylov6618b032005-05-24 11:52:46 +000013494if test "$ac_cv_have_daylight" = "yes"
13495then
13496
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013497$as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
Phil Krylov6618b032005-05-24 11:52:46 +000013498
13499fi
13500
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013502$as_echo_n "checking for isinf... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013503if test "${ac_cv_have_isinf+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013504 $as_echo_n "(cached) " >&6
Petr Sumbera4992b652008-04-29 17:08:53 +020013505else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Petr Sumbera4992b652008-04-29 17:08:53 +020013507/* end confdefs.h. */
13508#include <math.h>
13509int
13510main ()
13511{
Francois Gouget2fef93a2008-06-26 15:59:05 +020013512float f = 0.0; int i=isinf(f)
Petr Sumbera4992b652008-04-29 17:08:53 +020013513 ;
13514 return 0;
13515}
13516_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013517if ac_fn_c_try_link "$LINENO"; then :
Petr Sumbera4992b652008-04-29 17:08:53 +020013518 ac_cv_have_isinf="yes"
13519else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013520 ac_cv_have_isinf="no"
Petr Sumbera4992b652008-04-29 17:08:53 +020013521fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013522rm -f core conftest.err conftest.$ac_objext \
13523 conftest$ac_exeext conftest.$ac_ext
Petr Sumbera4992b652008-04-29 17:08:53 +020013524fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013526$as_echo "$ac_cv_have_isinf" >&6; }
Petr Sumbera4992b652008-04-29 17:08:53 +020013527if test "$ac_cv_have_isinf" = "yes"
13528then
13529
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013530$as_echo "#define HAVE_ISINF 1" >>confdefs.h
Petr Sumbera4992b652008-04-29 17:08:53 +020013531
13532fi
13533
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013535$as_echo_n "checking for isnan... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013536if test "${ac_cv_have_isnan+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013537 $as_echo_n "(cached) " >&6
Jacek Caban1715dcb2008-10-14 16:06:49 -050013538else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jacek Caban1715dcb2008-10-14 16:06:49 -050013540/* end confdefs.h. */
13541#include <math.h>
13542int
13543main ()
13544{
13545float f = 0.0; int i=isnan(f)
13546 ;
13547 return 0;
13548}
13549_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013550if ac_fn_c_try_link "$LINENO"; then :
Jacek Caban1715dcb2008-10-14 16:06:49 -050013551 ac_cv_have_isnan="yes"
13552else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013553 ac_cv_have_isnan="no"
Jacek Caban1715dcb2008-10-14 16:06:49 -050013554fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013555rm -f core conftest.err conftest.$ac_objext \
13556 conftest$ac_exeext conftest.$ac_ext
Jacek Caban1715dcb2008-10-14 16:06:49 -050013557fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013559$as_echo "$ac_cv_have_isnan" >&6; }
Jacek Caban1715dcb2008-10-14 16:06:49 -050013560if test "$ac_cv_have_isnan" = "yes"
13561then
13562
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013563$as_echo "#define HAVE_ISNAN 1" >>confdefs.h
Jacek Caban1715dcb2008-10-14 16:06:49 -050013564
13565fi
13566
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013567
Alexandre Julliardfc01b722002-05-12 03:16:39 +000013568case $host_cpu in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013569 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013570$as_echo_n "checking whether we need to define __i386__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013571if test "${ac_cv_cpp_def___i386__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013572 $as_echo_n "(cached) " >&6
Juergen Lock2d33ab92000-02-13 16:03:29 +000013573else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013575/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013576#ifndef __i386__
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013577yes
13578#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013579_ACEOF
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013580if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013581 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013582 ac_cv_cpp_def___i386__=yes
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013583else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013584 ac_cv_cpp_def___i386__=no
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013585fi
13586rm -f conftest*
13587
13588fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013590$as_echo "$ac_cv_cpp_def___i386__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013591if test $ac_cv_cpp_def___i386__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013592 CFLAGS="$CFLAGS -D__i386__"
13593 LINTFLAGS="$LINTFLAGS -D__i386__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013594fi ;;
13595 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013596$as_echo_n "checking whether we need to define __x86_64__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013597if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013598 $as_echo_n "(cached) " >&6
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013599else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013601/* end confdefs.h. */
13602#ifndef __x86_64__
13603yes
13604#endif
13605_ACEOF
13606if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013607 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013608 ac_cv_cpp_def___x86_64__=yes
13609else
13610 ac_cv_cpp_def___x86_64__=no
13611fi
13612rm -f conftest*
13613
13614fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013616$as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013617if test $ac_cv_cpp_def___x86_64__ = yes; then :
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013618 CFLAGS="$CFLAGS -D__x86_64__"
13619 LINTFLAGS="$LINTFLAGS -D__x86_64__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013620fi ;;
13621 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013622$as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013623if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013624 $as_echo_n "(cached) " >&6
Steven Edwards69b67862002-12-10 22:48:48 +000013625else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013627/* end confdefs.h. */
Steven Edwards69b67862002-12-10 22:48:48 +000013628#ifndef __ALPHA__
13629yes
13630#endif
13631_ACEOF
13632if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013633 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013634 ac_cv_cpp_def___ALPHA__=yes
Steven Edwards69b67862002-12-10 22:48:48 +000013635else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013636 ac_cv_cpp_def___ALPHA__=no
Steven Edwards69b67862002-12-10 22:48:48 +000013637fi
13638rm -f conftest*
13639
13640fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013642$as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013643if test $ac_cv_cpp_def___ALPHA__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013644 CFLAGS="$CFLAGS -D__ALPHA__"
13645 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013646fi ;;
13647 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013648$as_echo_n "checking whether we need to define __sparc__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013649if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013650 $as_echo_n "(cached) " >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013651else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013653/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013654#ifndef __sparc__
13655yes
13656#endif
13657_ACEOF
13658if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013659 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013660 ac_cv_cpp_def___sparc__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013661else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013662 ac_cv_cpp_def___sparc__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013663fi
13664rm -f conftest*
13665
13666fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013668$as_echo "$ac_cv_cpp_def___sparc__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013669if test $ac_cv_cpp_def___sparc__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013670 CFLAGS="$CFLAGS -D__sparc__"
13671 LINTFLAGS="$LINTFLAGS -D__sparc__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013672fi ;;
13673 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013674$as_echo_n "checking whether we need to define __powerpc__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013675if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013676 $as_echo_n "(cached) " >&6
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013677else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013679/* end confdefs.h. */
13680#ifndef __powerpc__
13681yes
13682#endif
13683_ACEOF
13684if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013685 $EGREP "yes" >/dev/null 2>&1; then :
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013686 ac_cv_cpp_def___powerpc__=yes
13687else
13688 ac_cv_cpp_def___powerpc__=no
13689fi
13690rm -f conftest*
13691
13692fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013694$as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013695if test $ac_cv_cpp_def___powerpc__ = yes; then :
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013696 CFLAGS="$CFLAGS -D__powerpc__"
13697 LINTFLAGS="$LINTFLAGS -D__powerpc__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013698fi ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000013699esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013700
13701case $host_vendor in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013702 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013703$as_echo_n "checking whether we need to define __sun__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013704if test "${ac_cv_cpp_def___sun__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013705 $as_echo_n "(cached) " >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013706else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013708/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013709#ifndef __sun__
13710yes
13711#endif
13712_ACEOF
13713if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013714 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013715 ac_cv_cpp_def___sun__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013716else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013717 ac_cv_cpp_def___sun__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013718fi
13719rm -f conftest*
13720
13721fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013722{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013723$as_echo "$ac_cv_cpp_def___sun__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013724if test $ac_cv_cpp_def___sun__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013725 CFLAGS="$CFLAGS -D__sun__"
13726 LINTFLAGS="$LINTFLAGS -D__sun__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013727fi ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000013728esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013729
13730
Alexandre Julliard32ab8952006-09-14 09:38:16 +020013731DEPENDENCIES="### Dependencies:
13732
Alexandre Julliard8598a4c2006-09-14 09:40:00 +020013733.INIT: Makefile
13734.BEGIN: Makefile
Alexandre Julliard566cb8c2009-03-03 16:34:52 +010013735.MAKEFILEDEPS:
Alexandre Julliard8598a4c2006-09-14 09:40:00 +020013736Makefile: dummy
Alexandre Julliard21872b32009-07-09 12:53:49 +020013737 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
Alexandre Julliard8598a4c2006-09-14 09:40:00 +020013738
Alexandre Julliard5e436872009-03-03 15:41:06 +010013739\$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
Alexandre Julliard12c19622006-10-16 17:20:37 +020013740\$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
Alexandre Julliardda191222008-04-24 22:13:57 +020013741\$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
Alexandre Julliard32ab8952006-09-14 09:38:16 +020013742\$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
13743\$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
13744
13745
Alexandre Julliarda360e932008-08-20 16:02:37 +020013746ALL_MAKERULES=""
13747
13748ALL_MAKEFILES=""
13749
13750ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
13751
13752
Alexandre Julliard6de0af12008-08-25 14:41:03 +020013753ALL_TOP_DIRS=""
13754
Alexandre Julliard49163da2008-08-25 12:02:27 +020013755ALL_DLL_DIRS=""
13756
13757ALL_IMPLIB_DIRS=""
13758
13759ALL_TEST_DIRS=""
13760
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020013761ALL_PROGRAM_DIRS=""
13762
13763ALL_PROGRAM_INSTALL_DIRS=""
13764
13765ALL_PROGRAM_BIN_INSTALL_DIRS=""
13766
Alexandre Julliard49163da2008-08-25 12:02:27 +020013767
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013768
13769
Alexandre Julliardc4704c22006-09-22 09:33:00 +020013770ac_config_commands="$ac_config_commands include/stamp-h"
13771
13772
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020013773ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000013774
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020013775ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000013776
Alexandre Julliard1c60e3b2006-09-12 16:10:51 +020013777ac_config_commands="$ac_config_commands dlls/kernel32/nls"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013778
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010013779ac_config_commands="$ac_config_commands dlls/user32/resources"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013780
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020013781ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013782
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020013783ac_config_commands="$ac_config_commands include/wine"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013784
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000013785
Alexandre Julliarda360e932008-08-20 16:02:37 +020013786ALL_MAKERULES="$ALL_MAKERULES \\
13787 Make.rules"
13788ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13789Make.rules: Make.rules.in"
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000013790MAKE_RULES=Make.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013791ac_config_files="$ac_config_files Make.rules"
13792
Alexandre Julliarda360e932008-08-20 16:02:37 +020013793ALL_MAKERULES="$ALL_MAKERULES \\
13794 dlls/Makedll.rules"
13795ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13796dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
13797MAKE_DLL_RULES=dlls/Makedll.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013798ac_config_files="$ac_config_files dlls/Makedll.rules"
13799
Alexandre Julliarda360e932008-08-20 16:02:37 +020013800ALL_MAKERULES="$ALL_MAKERULES \\
13801 dlls/Makeimplib.rules"
13802ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13803dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
13804MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013805ac_config_files="$ac_config_files dlls/Makeimplib.rules"
13806
Alexandre Julliarda360e932008-08-20 16:02:37 +020013807ALL_MAKERULES="$ALL_MAKERULES \\
13808 dlls/Maketest.rules"
13809ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13810dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
13811MAKE_TEST_RULES=dlls/Maketest.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013812ac_config_files="$ac_config_files dlls/Maketest.rules"
13813
Alexandre Julliarda360e932008-08-20 16:02:37 +020013814ALL_MAKERULES="$ALL_MAKERULES \\
13815 programs/Makeprog.rules"
13816ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13817programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
13818MAKE_PROG_RULES=programs/Makeprog.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013819ac_config_files="$ac_config_files programs/Makeprog.rules"
13820
Alexandre Julliarda360e932008-08-20 16:02:37 +020013821
13822
Alexandre Julliard49163da2008-08-25 12:02:27 +020013823
Alexandre Julliarda360e932008-08-20 16:02:37 +020013824ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13825Makefile: Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013826ac_config_files="$ac_config_files Makefile"
13827
Alexandre Julliarda360e932008-08-20 16:02:37 +020013828ALL_MAKEFILES="$ALL_MAKEFILES \\
13829 dlls/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020013830test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
13831 dlls"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013832ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13833dlls/Makefile: dlls/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013834ac_config_files="$ac_config_files dlls/Makefile"
13835
Alexandre Julliarda360e932008-08-20 16:02:37 +020013836ALL_MAKEFILES="$ALL_MAKEFILES \\
13837 dlls/acledit/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013838test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013839 acledit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013840ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13841dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
Eric Pouech0da02fb2007-04-16 09:22:03 +020013842ac_config_files="$ac_config_files dlls/acledit/Makefile"
13843
Alexandre Julliarda360e932008-08-20 16:02:37 +020013844ALL_MAKEFILES="$ALL_MAKEFILES \\
Nikolay Sivov3406c9d2009-01-20 20:02:51 +030013845 dlls/aclui/Makefile"
13846test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13847 aclui"
13848ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13849dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
13850ac_config_files="$ac_config_files dlls/aclui/Makefile"
13851
13852ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013853 dlls/activeds/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013854test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013855 activeds"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013856ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13857dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013858ac_config_files="$ac_config_files dlls/activeds/Makefile"
13859
Alexandre Julliarda360e932008-08-20 16:02:37 +020013860ALL_MAKEFILES="$ALL_MAKEFILES \\
13861 dlls/actxprxy/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013862test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013863 actxprxy"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013864ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13865dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
Rob Shearmane8c7c062007-12-07 16:02:30 +000013866ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
13867
Alexandre Julliarda360e932008-08-20 16:02:37 +020013868ALL_MAKEFILES="$ALL_MAKEFILES \\
13869 dlls/adsiid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013870test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013871 adsiid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013872ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13873dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
Rob Shearman76e08962008-03-06 15:01:34 +000013874ac_config_files="$ac_config_files dlls/adsiid/Makefile"
13875
Alexandre Julliarda360e932008-08-20 16:02:37 +020013876ALL_MAKEFILES="$ALL_MAKEFILES \\
13877 dlls/advapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013878test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013879 advapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013880ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13881dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013882ac_config_files="$ac_config_files dlls/advapi32/Makefile"
13883
Alexandre Julliarda360e932008-08-20 16:02:37 +020013884ALL_MAKEFILES="$ALL_MAKEFILES \\
13885 dlls/advapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013886test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013887 advapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013888ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13889dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013890ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
13891
Alexandre Julliarda360e932008-08-20 16:02:37 +020013892ALL_MAKEFILES="$ALL_MAKEFILES \\
13893 dlls/advpack/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013894test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013895 advpack"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013896ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13897dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013898ac_config_files="$ac_config_files dlls/advpack/Makefile"
13899
Alexandre Julliarda360e932008-08-20 16:02:37 +020013900ALL_MAKEFILES="$ALL_MAKEFILES \\
13901 dlls/advpack/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013902test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013903 advpack/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013904ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13905dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013906ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
13907
Alexandre Julliarda360e932008-08-20 16:02:37 +020013908ALL_MAKEFILES="$ALL_MAKEFILES \\
13909 dlls/amstream/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013910test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013911 amstream"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013912ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13913dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013914ac_config_files="$ac_config_files dlls/amstream/Makefile"
13915
Alexandre Julliarda360e932008-08-20 16:02:37 +020013916ALL_MAKEFILES="$ALL_MAKEFILES \\
Christian Costab5dbbd42009-04-13 10:07:35 +020013917 dlls/amstream/tests/Makefile"
13918test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
13919 amstream/tests"
13920ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13921dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
13922ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
13923
13924ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013925 dlls/appwiz.cpl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013926test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013927 appwiz.cpl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013928ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13929dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
Owen Rudgef4e64892008-07-24 21:57:28 +010013930ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
13931
Alexandre Julliarda360e932008-08-20 16:02:37 +020013932ALL_MAKEFILES="$ALL_MAKEFILES \\
13933 dlls/atl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013934test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013935 atl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013936ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13937dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013938ac_config_files="$ac_config_files dlls/atl/Makefile"
13939
Alexandre Julliarda360e932008-08-20 16:02:37 +020013940ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English78cffc62009-01-27 23:01:17 -060013941 dlls/authz/Makefile"
13942test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13943 authz"
13944ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13945dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
13946ac_config_files="$ac_config_files dlls/authz/Makefile"
13947
13948ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013949 dlls/avicap32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013950test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013951 avicap32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013952ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13953dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013954ac_config_files="$ac_config_files dlls/avicap32/Makefile"
13955
Alexandre Julliarda360e932008-08-20 16:02:37 +020013956ALL_MAKEFILES="$ALL_MAKEFILES \\
13957 dlls/avifil32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013958test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013959 avifil32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013960ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13961dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013962ac_config_files="$ac_config_files dlls/avifil32/Makefile"
13963
Alexandre Julliarda360e932008-08-20 16:02:37 +020013964ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb91cf322009-03-24 16:56:58 +010013965 dlls/avifile.dll16/Makefile"
13966test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13967 avifile.dll16"
13968ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13969dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
13970ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
13971
13972ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet5c898502009-03-30 11:24:55 +020013973 dlls/bcrypt/Makefile"
13974test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
13975 bcrypt"
13976ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13977dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
13978ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
13979
13980ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020013981 dlls/browseui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013982test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013983 browseui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013984ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13985dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013986ac_config_files="$ac_config_files dlls/browseui/Makefile"
13987
Alexandre Julliarda360e932008-08-20 16:02:37 +020013988ALL_MAKEFILES="$ALL_MAKEFILES \\
13989 dlls/browseui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010013990test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013991 browseui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013992ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
13993dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010013994ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
13995
Alexandre Julliarda360e932008-08-20 16:02:37 +020013996ALL_MAKEFILES="$ALL_MAKEFILES \\
13997 dlls/cabinet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020013998test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020013999 cabinet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014000ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14001dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014002ac_config_files="$ac_config_files dlls/cabinet/Makefile"
14003
Alexandre Julliarda360e932008-08-20 16:02:37 +020014004ALL_MAKEFILES="$ALL_MAKEFILES \\
14005 dlls/cabinet/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014006test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014007 cabinet/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014008ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14009dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014010ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
14011
Alexandre Julliarda360e932008-08-20 16:02:37 +020014012ALL_MAKEFILES="$ALL_MAKEFILES \\
14013 dlls/capi2032/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014014test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014015 capi2032"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014016ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14017dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014018ac_config_files="$ac_config_files dlls/capi2032/Makefile"
14019
Alexandre Julliarda360e932008-08-20 16:02:37 +020014020ALL_MAKEFILES="$ALL_MAKEFILES \\
14021 dlls/cards/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014022test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014023 cards"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014024ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14025dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014026ac_config_files="$ac_config_files dlls/cards/Makefile"
14027
Alexandre Julliarda360e932008-08-20 16:02:37 +020014028ALL_MAKEFILES="$ALL_MAKEFILES \\
14029 dlls/cfgmgr32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014030test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014031 cfgmgr32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014032ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14033dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014034ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
14035
Alexandre Julliarda360e932008-08-20 16:02:37 +020014036ALL_MAKEFILES="$ALL_MAKEFILES \\
14037 dlls/clusapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014038test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014039 clusapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014040ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14041dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014042ac_config_files="$ac_config_files dlls/clusapi/Makefile"
14043
Alexandre Julliarda360e932008-08-20 16:02:37 +020014044ALL_MAKEFILES="$ALL_MAKEFILES \\
14045 dlls/comcat/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014046test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014047 comcat"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014048ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14049dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014050ac_config_files="$ac_config_files dlls/comcat/Makefile"
14051
Alexandre Julliarda360e932008-08-20 16:02:37 +020014052ALL_MAKEFILES="$ALL_MAKEFILES \\
14053 dlls/comcat/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014054test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014055 comcat/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014056ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14057dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014058ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
14059
Alexandre Julliarda360e932008-08-20 16:02:37 +020014060ALL_MAKEFILES="$ALL_MAKEFILES \\
14061 dlls/comctl32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014062test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014063 comctl32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014064ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14065dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014066ac_config_files="$ac_config_files dlls/comctl32/Makefile"
14067
Alexandre Julliarda360e932008-08-20 16:02:37 +020014068ALL_MAKEFILES="$ALL_MAKEFILES \\
14069 dlls/comctl32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014070test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014071 comctl32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014072ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14073dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014074ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
14075
Alexandre Julliarda360e932008-08-20 16:02:37 +020014076ALL_MAKEFILES="$ALL_MAKEFILES \\
14077 dlls/comdlg32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014078test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014079 comdlg32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014080ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14081dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014082ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
14083
Alexandre Julliarda360e932008-08-20 16:02:37 +020014084ALL_MAKEFILES="$ALL_MAKEFILES \\
14085 dlls/comdlg32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014086test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014087 comdlg32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014088ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14089dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014090ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
14091
Alexandre Julliarda360e932008-08-20 16:02:37 +020014092ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard41600a82009-03-04 14:22:24 +010014093 dlls/comm.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014094test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard41600a82009-03-04 14:22:24 +010014095 comm.drv16"
14096ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14097dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
14098ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
14099
14100ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard6b40f642009-03-11 17:12:32 +010014101 dlls/compobj.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014102test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard6b40f642009-03-11 17:12:32 +010014103 compobj.dll16"
14104ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14105dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
14106ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
14107
14108ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014109 dlls/compstui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014110test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014111 compstui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014112ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14113dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014114ac_config_files="$ac_config_files dlls/compstui/Makefile"
14115
Alexandre Julliarda360e932008-08-20 16:02:37 +020014116ALL_MAKEFILES="$ALL_MAKEFILES \\
14117 dlls/credui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014118test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014119 credui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014120ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14121dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014122ac_config_files="$ac_config_files dlls/credui/Makefile"
14123
Alexandre Julliarda360e932008-08-20 16:02:37 +020014124ALL_MAKEFILES="$ALL_MAKEFILES \\
14125 dlls/credui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014126test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014127 credui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014128ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14129dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
Rob Shearmane1465912007-10-24 16:17:36 +010014130ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
14131
Alexandre Julliarda360e932008-08-20 16:02:37 +020014132ALL_MAKEFILES="$ALL_MAKEFILES \\
14133 dlls/crtdll/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014134test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014135 crtdll"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014136ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14137dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014138ac_config_files="$ac_config_files dlls/crtdll/Makefile"
14139
Alexandre Julliarda360e932008-08-20 16:02:37 +020014140ALL_MAKEFILES="$ALL_MAKEFILES \\
14141 dlls/crypt32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014142test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014143 crypt32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014144ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14145dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014146ac_config_files="$ac_config_files dlls/crypt32/Makefile"
14147
Alexandre Julliarda360e932008-08-20 16:02:37 +020014148ALL_MAKEFILES="$ALL_MAKEFILES \\
14149 dlls/crypt32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014150test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014151 crypt32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014152ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14153dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014154ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
14155
Alexandre Julliarda360e932008-08-20 16:02:37 +020014156ALL_MAKEFILES="$ALL_MAKEFILES \\
14157 dlls/cryptdlg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014158test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014159 cryptdlg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014160ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14161dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
Maarten Lankhorstf9308212008-02-17 18:20:32 -080014162ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
14163
Alexandre Julliarda360e932008-08-20 16:02:37 +020014164ALL_MAKEFILES="$ALL_MAKEFILES \\
14165 dlls/cryptdll/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014166test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014167 cryptdll"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014168ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14169dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014170ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
14171
Alexandre Julliarda360e932008-08-20 16:02:37 +020014172ALL_MAKEFILES="$ALL_MAKEFILES \\
14173 dlls/cryptnet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014174test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014175 cryptnet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014176ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14177dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014178ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
14179
Alexandre Julliarda360e932008-08-20 16:02:37 +020014180ALL_MAKEFILES="$ALL_MAKEFILES \\
14181 dlls/cryptnet/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014182test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014183 cryptnet/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014184ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14185dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
Juan Lang322bcdd2007-10-18 10:28:32 -070014186ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
14187
Alexandre Julliarda360e932008-08-20 16:02:37 +020014188ALL_MAKEFILES="$ALL_MAKEFILES \\
14189 dlls/cryptui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014190test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014191 cryptui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014192ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14193dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
Juan Lang2016c632008-04-10 11:16:01 -070014194ac_config_files="$ac_config_files dlls/cryptui/Makefile"
14195
Alexandre Julliarda360e932008-08-20 16:02:37 +020014196ALL_MAKEFILES="$ALL_MAKEFILES \\
Juan Lang7e0e1a12008-10-24 14:34:27 -070014197 dlls/cryptui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014198test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Juan Lang7e0e1a12008-10-24 14:34:27 -070014199 cryptui/tests"
14200ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14201dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
14202ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
14203
14204ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014205 dlls/ctapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014206test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014207 ctapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014208ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14209dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
Christian Eggersf89c6de2007-11-02 13:46:18 +010014210ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
14211
Alexandre Julliarda360e932008-08-20 16:02:37 +020014212ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010014213 dlls/ctl3d.dll16/Makefile"
14214test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14215 ctl3d.dll16"
14216ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14217dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
14218ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
14219
14220ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014221 dlls/ctl3d32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014222test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014223 ctl3d32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014224ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14225dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014226ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
14227
Alexandre Julliarda360e932008-08-20 16:02:37 +020014228ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010014229 dlls/ctl3dv2.dll16/Makefile"
14230test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14231 ctl3dv2.dll16"
14232ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14233dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
14234ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
14235
14236ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014237 dlls/d3d10/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014238test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014239 d3d10"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014240ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14241dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
Kovács András0db109f2007-07-09 14:06:40 +020014242ac_config_files="$ac_config_files dlls/d3d10/Makefile"
14243
Alexandre Julliarda360e932008-08-20 16:02:37 +020014244ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet65e614a2008-10-29 09:00:27 +010014245 dlls/d3d10/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014246test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Henri Verbeet65e614a2008-10-29 09:00:27 +010014247 d3d10/tests"
14248ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14249dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
14250ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
14251
14252ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet078fc192008-11-12 12:04:24 +010014253 dlls/d3d10core/Makefile"
14254test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14255 d3d10core"
14256ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14257dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
14258ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
14259
14260ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet1dad7592008-11-18 09:27:58 +010014261 dlls/d3d10core/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014262test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Henri Verbeet1dad7592008-11-18 09:27:58 +010014263 d3d10core/tests"
14264ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14265dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
14266ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
14267
14268ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014269 dlls/d3d8/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014270test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014271 d3d8"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014272ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14273dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014274ac_config_files="$ac_config_files dlls/d3d8/Makefile"
14275
Alexandre Julliarda360e932008-08-20 16:02:37 +020014276ALL_MAKEFILES="$ALL_MAKEFILES \\
14277 dlls/d3d8/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014278test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014279 d3d8/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014280ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14281dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014282ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
14283
Alexandre Julliarda360e932008-08-20 16:02:37 +020014284ALL_MAKEFILES="$ALL_MAKEFILES \\
14285 dlls/d3d9/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014286test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014287 d3d9"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014288ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14289dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014290ac_config_files="$ac_config_files dlls/d3d9/Makefile"
14291
Alexandre Julliarda360e932008-08-20 16:02:37 +020014292ALL_MAKEFILES="$ALL_MAKEFILES \\
14293 dlls/d3d9/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014294test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014295 d3d9/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014296ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14297dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014298ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
14299
Alexandre Julliarda360e932008-08-20 16:02:37 +020014300ALL_MAKEFILES="$ALL_MAKEFILES \\
14301 dlls/d3dim/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014302test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014303 d3dim"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014304ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14305dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014306ac_config_files="$ac_config_files dlls/d3dim/Makefile"
14307
Alexandre Julliarda360e932008-08-20 16:02:37 +020014308ALL_MAKEFILES="$ALL_MAKEFILES \\
14309 dlls/d3drm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014310test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014311 d3drm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014312ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14313dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014314ac_config_files="$ac_config_files dlls/d3drm/Makefile"
14315
Alexandre Julliarda360e932008-08-20 16:02:37 +020014316ALL_MAKEFILES="$ALL_MAKEFILES \\
14317 dlls/d3drm/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014318test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014319 d3drm/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014320ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14321dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
David Adamf50800b2007-04-19 21:03:53 +020014322ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
14323
Alexandre Julliarda360e932008-08-20 16:02:37 +020014324ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014325 dlls/d3dx9_24/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014326test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014327 d3dx9_24"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014328ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14329dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
Tony Wasserka6f834d32008-02-02 10:24:28 +010014330ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
14331
Alexandre Julliarda360e932008-08-20 16:02:37 +020014332ALL_MAKEFILES="$ALL_MAKEFILES \\
14333 dlls/d3dx9_25/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014334test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014335 d3dx9_25"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014336ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14337dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
Tony Wasserkae9c16392008-02-02 16:22:27 +010014338ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
14339
Alexandre Julliarda360e932008-08-20 16:02:37 +020014340ALL_MAKEFILES="$ALL_MAKEFILES \\
14341 dlls/d3dx9_26/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014342test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014343 d3dx9_26"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014344ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14345dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
Tony Wasserka409b19b2008-02-02 18:06:52 +010014346ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
14347
Alexandre Julliarda360e932008-08-20 16:02:37 +020014348ALL_MAKEFILES="$ALL_MAKEFILES \\
14349 dlls/d3dx9_27/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014350test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014351 d3dx9_27"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014352ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14353dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
Tony Wasserka409b19b2008-02-02 18:06:52 +010014354ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
14355
Alexandre Julliarda360e932008-08-20 16:02:37 +020014356ALL_MAKEFILES="$ALL_MAKEFILES \\
14357 dlls/d3dx9_28/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014358test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014359 d3dx9_28"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014360ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14361dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
Tony Wasserka2aa15052008-02-02 18:29:07 +010014362ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
14363
Alexandre Julliarda360e932008-08-20 16:02:37 +020014364ALL_MAKEFILES="$ALL_MAKEFILES \\
14365 dlls/d3dx9_29/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014366test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014367 d3dx9_29"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014368ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14369dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
Tony Wasserka2aa15052008-02-02 18:29:07 +010014370ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
14371
Alexandre Julliarda360e932008-08-20 16:02:37 +020014372ALL_MAKEFILES="$ALL_MAKEFILES \\
14373 dlls/d3dx9_30/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014374test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014375 d3dx9_30"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014376ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14377dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
Tony Wasserka2aa15052008-02-02 18:29:07 +010014378ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
14379
Alexandre Julliarda360e932008-08-20 16:02:37 +020014380ALL_MAKEFILES="$ALL_MAKEFILES \\
14381 dlls/d3dx9_31/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014382test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014383 d3dx9_31"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014384ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14385dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
Tony Wasserkae4866622008-02-02 18:35:38 +010014386ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
14387
Alexandre Julliarda360e932008-08-20 16:02:37 +020014388ALL_MAKEFILES="$ALL_MAKEFILES \\
14389 dlls/d3dx9_32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014390test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014391 d3dx9_32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014392ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14393dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014394ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
14395
Alexandre Julliarda360e932008-08-20 16:02:37 +020014396ALL_MAKEFILES="$ALL_MAKEFILES \\
14397 dlls/d3dx9_33/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014398test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014399 d3dx9_33"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014400ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14401dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014402ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
14403
Alexandre Julliarda360e932008-08-20 16:02:37 +020014404ALL_MAKEFILES="$ALL_MAKEFILES \\
14405 dlls/d3dx9_34/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014406test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014407 d3dx9_34"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014408ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14409dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014410ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
14411
Alexandre Julliarda360e932008-08-20 16:02:37 +020014412ALL_MAKEFILES="$ALL_MAKEFILES \\
14413 dlls/d3dx9_35/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014414test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014415 d3dx9_35"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014416ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14417dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
Tony Wasserkadf0a6942008-02-02 19:02:34 +010014418ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
14419
Alexandre Julliarda360e932008-08-20 16:02:37 +020014420ALL_MAKEFILES="$ALL_MAKEFILES \\
14421 dlls/d3dx9_36/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014422test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014423 d3dx9_36"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014424ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14425dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
Tony Wasserka87fefc72008-01-13 11:34:43 +010014426ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
14427
Alexandre Julliarda360e932008-08-20 16:02:37 +020014428ALL_MAKEFILES="$ALL_MAKEFILES \\
14429 dlls/d3dx9_36/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014430test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014431 d3dx9_36/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014432ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14433dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
Philip Nilssonb67290b2008-03-21 11:04:46 +010014434ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
14435
Alexandre Julliarda360e932008-08-20 16:02:37 +020014436ALL_MAKEFILES="$ALL_MAKEFILES \\
14437 dlls/d3dx9_37/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014438test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014439 d3dx9_37"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014440ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14441dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
Tony Wasserkabe0799f2008-03-24 12:32:54 +010014442ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
14443
Alexandre Julliarda360e932008-08-20 16:02:37 +020014444ALL_MAKEFILES="$ALL_MAKEFILES \\
David Adam1c5b5362009-01-25 11:38:20 +010014445 dlls/d3dx9_38/Makefile"
14446test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14447 d3dx9_38"
14448ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14449dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
14450ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
14451
14452ALL_MAKEFILES="$ALL_MAKEFILES \\
David Adam5775edd2009-01-25 13:29:33 +010014453 dlls/d3dx9_39/Makefile"
14454test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14455 d3dx9_39"
14456ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14457dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
14458ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
14459
14460ALL_MAKEFILES="$ALL_MAKEFILES \\
Rico Schüllerc97d3d72009-01-26 21:33:25 +010014461 dlls/d3dx9_40/Makefile"
14462test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14463 d3dx9_40"
14464ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14465dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
14466ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
14467
14468ALL_MAKEFILES="$ALL_MAKEFILES \\
Rico Schüller3400c032009-03-29 15:41:21 +020014469 dlls/d3dx9_41/Makefile"
14470test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14471 d3dx9_41"
14472ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14473dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
14474ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
14475
14476ALL_MAKEFILES="$ALL_MAKEFILES \\
Ričardas Barkauskas5ae2ff82009-09-25 12:17:20 +030014477 dlls/d3dx9_42/Makefile"
14478test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14479 d3dx9_42"
14480ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14481dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
14482ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
14483
14484ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014485 dlls/d3dxof/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014486test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014487 d3dxof"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014488ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14489dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014490ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
14491
Alexandre Julliarda360e932008-08-20 16:02:37 +020014492ALL_MAKEFILES="$ALL_MAKEFILES \\
14493 dlls/d3dxof/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014494test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014495 d3dxof/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014496ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14497dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
Christian Costa04d72cd2008-08-19 00:30:44 +020014498ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
14499
Alexandre Julliarda360e932008-08-20 16:02:37 +020014500ALL_MAKEFILES="$ALL_MAKEFILES \\
14501 dlls/dbghelp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014502test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014503 dbghelp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014504ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14505dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014506ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
14507
Alexandre Julliarda360e932008-08-20 16:02:37 +020014508ALL_MAKEFILES="$ALL_MAKEFILES \\
14509 dlls/dciman32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014510test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014511 dciman32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014512ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14513dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014514ac_config_files="$ac_config_files dlls/dciman32/Makefile"
14515
Alexandre Julliarda360e932008-08-20 16:02:37 +020014516ALL_MAKEFILES="$ALL_MAKEFILES \\
Eric Pouecha0053ab2009-05-05 21:25:32 +020014517 dlls/ddeml.dll16/Makefile"
14518test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14519 ddeml.dll16"
14520ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14521dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
14522ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
14523
14524ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014525 dlls/ddraw/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014526test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014527 ddraw"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014528ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14529dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014530ac_config_files="$ac_config_files dlls/ddraw/Makefile"
14531
Alexandre Julliarda360e932008-08-20 16:02:37 +020014532ALL_MAKEFILES="$ALL_MAKEFILES \\
14533 dlls/ddraw/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014534test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014535 ddraw/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014536ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14537dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014538ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
14539
Alexandre Julliarda360e932008-08-20 16:02:37 +020014540ALL_MAKEFILES="$ALL_MAKEFILES \\
14541 dlls/ddrawex/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014542test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014543 ddrawex"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014544ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14545dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014546ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
14547
Alexandre Julliarda360e932008-08-20 16:02:37 +020014548ALL_MAKEFILES="$ALL_MAKEFILES \\
Stefan Dösinger60039a52009-01-09 12:24:49 +010014549 dlls/ddrawex/tests/Makefile"
14550test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
14551 ddrawex/tests"
14552ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14553dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
14554ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
14555
14556ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014557 dlls/devenum/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014558test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014559 devenum"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014560ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14561dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014562ac_config_files="$ac_config_files dlls/devenum/Makefile"
14563
Alexandre Julliarda360e932008-08-20 16:02:37 +020014564ALL_MAKEFILES="$ALL_MAKEFILES \\
14565 dlls/dinput/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014566test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014567 dinput"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014568ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14569dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014570ac_config_files="$ac_config_files dlls/dinput/Makefile"
14571
Alexandre Julliarda360e932008-08-20 16:02:37 +020014572ALL_MAKEFILES="$ALL_MAKEFILES \\
14573 dlls/dinput/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014574test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014575 dinput/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014576ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14577dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014578ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
14579
Alexandre Julliarda360e932008-08-20 16:02:37 +020014580ALL_MAKEFILES="$ALL_MAKEFILES \\
14581 dlls/dinput8/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014582test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014583 dinput8"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014584ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14585dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014586ac_config_files="$ac_config_files dlls/dinput8/Makefile"
14587
Alexandre Julliarda360e932008-08-20 16:02:37 +020014588ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard86f54f42009-03-04 14:27:05 +010014589 dlls/dispdib.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014590test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard86f54f42009-03-04 14:27:05 +010014591 dispdib.dll16"
14592ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14593dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
14594ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
14595
14596ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard02ada6e2009-03-04 14:28:32 +010014597 dlls/display.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010014598test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard02ada6e2009-03-04 14:28:32 +010014599 display.drv16"
14600ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14601dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
14602ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
14603
14604ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014605 dlls/dmband/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014606test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014607 dmband"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014608ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14609dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014610ac_config_files="$ac_config_files dlls/dmband/Makefile"
14611
Alexandre Julliarda360e932008-08-20 16:02:37 +020014612ALL_MAKEFILES="$ALL_MAKEFILES \\
14613 dlls/dmcompos/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014614test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014615 dmcompos"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014616ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14617dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014618ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
14619
Alexandre Julliarda360e932008-08-20 16:02:37 +020014620ALL_MAKEFILES="$ALL_MAKEFILES \\
14621 dlls/dmime/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014622test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014623 dmime"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014624ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14625dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014626ac_config_files="$ac_config_files dlls/dmime/Makefile"
14627
Alexandre Julliarda360e932008-08-20 16:02:37 +020014628ALL_MAKEFILES="$ALL_MAKEFILES \\
14629 dlls/dmloader/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014630test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014631 dmloader"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014632ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14633dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014634ac_config_files="$ac_config_files dlls/dmloader/Makefile"
14635
Alexandre Julliarda360e932008-08-20 16:02:37 +020014636ALL_MAKEFILES="$ALL_MAKEFILES \\
14637 dlls/dmscript/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014638test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014639 dmscript"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014640ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14641dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014642ac_config_files="$ac_config_files dlls/dmscript/Makefile"
14643
Alexandre Julliarda360e932008-08-20 16:02:37 +020014644ALL_MAKEFILES="$ALL_MAKEFILES \\
14645 dlls/dmstyle/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014646test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014647 dmstyle"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014648ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14649dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014650ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
14651
Alexandre Julliarda360e932008-08-20 16:02:37 +020014652ALL_MAKEFILES="$ALL_MAKEFILES \\
14653 dlls/dmsynth/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014654test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014655 dmsynth"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014656ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14657dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014658ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
14659
Alexandre Julliarda360e932008-08-20 16:02:37 +020014660ALL_MAKEFILES="$ALL_MAKEFILES \\
14661 dlls/dmusic/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014662test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014663 dmusic"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014664ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14665dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014666ac_config_files="$ac_config_files dlls/dmusic/Makefile"
14667
Alexandre Julliarda360e932008-08-20 16:02:37 +020014668ALL_MAKEFILES="$ALL_MAKEFILES \\
14669 dlls/dmusic32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014670test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014671 dmusic32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014672ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14673dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014674ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
14675
Alexandre Julliarda360e932008-08-20 16:02:37 +020014676ALL_MAKEFILES="$ALL_MAKEFILES \\
14677 dlls/dnsapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014678test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014679 dnsapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014680ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14681dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014682ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
14683
Alexandre Julliarda360e932008-08-20 16:02:37 +020014684ALL_MAKEFILES="$ALL_MAKEFILES \\
14685 dlls/dnsapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014686test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014687 dnsapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014688ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14689dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014690ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
14691
Alexandre Julliarda360e932008-08-20 16:02:37 +020014692ALL_MAKEFILES="$ALL_MAKEFILES \\
14693 dlls/dplay/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014694test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014695 dplay"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014696ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14697dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014698ac_config_files="$ac_config_files dlls/dplay/Makefile"
14699
Alexandre Julliarda360e932008-08-20 16:02:37 +020014700ALL_MAKEFILES="$ALL_MAKEFILES \\
14701 dlls/dplayx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014702test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014703 dplayx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014704ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14705dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014706ac_config_files="$ac_config_files dlls/dplayx/Makefile"
14707
Alexandre Julliarda360e932008-08-20 16:02:37 +020014708ALL_MAKEFILES="$ALL_MAKEFILES \\
14709 dlls/dplayx/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014710test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014711 dplayx/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014712ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14713dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
Alessandro Pignottid1331e62007-02-27 17:27:43 +010014714ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
14715
Alexandre Julliarda360e932008-08-20 16:02:37 +020014716ALL_MAKEFILES="$ALL_MAKEFILES \\
14717 dlls/dpnaddr/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014718test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014719 dpnaddr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014720ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14721dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
Luis Carlos Busquets Pérez8caf0782007-03-07 09:41:41 +010014722ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
14723
Alexandre Julliarda360e932008-08-20 16:02:37 +020014724ALL_MAKEFILES="$ALL_MAKEFILES \\
14725 dlls/dpnet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014726test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014727 dpnet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014728ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14729dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014730ac_config_files="$ac_config_files dlls/dpnet/Makefile"
14731
Alexandre Julliarda360e932008-08-20 16:02:37 +020014732ALL_MAKEFILES="$ALL_MAKEFILES \\
14733 dlls/dpnhpast/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014734test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014735 dpnhpast"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014736ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14737dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014738ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
14739
Alexandre Julliarda360e932008-08-20 16:02:37 +020014740ALL_MAKEFILES="$ALL_MAKEFILES \\
14741 dlls/dpnlobby/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014742test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014743 dpnlobby"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014744ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14745dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
Luis C. Busquets Pérez5996c132007-08-02 11:04:50 +020014746ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
14747
Alexandre Julliarda360e932008-08-20 16:02:37 +020014748ALL_MAKEFILES="$ALL_MAKEFILES \\
14749 dlls/dpwsockx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014750test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014751 dpwsockx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014752ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14753dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
Ismael Barros9d2a1e82008-07-22 22:23:16 +030014754ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
14755
Alexandre Julliarda360e932008-08-20 16:02:37 +020014756ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishb3ccbc62009-06-25 12:30:45 -050014757 dlls/drmclien/Makefile"
14758test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14759 drmclien"
14760ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14761dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
14762ac_config_files="$ac_config_files dlls/drmclien/Makefile"
14763
14764ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014765 dlls/dsound/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014766test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014767 dsound"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014768ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14769dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014770ac_config_files="$ac_config_files dlls/dsound/Makefile"
14771
Alexandre Julliarda360e932008-08-20 16:02:37 +020014772ALL_MAKEFILES="$ALL_MAKEFILES \\
14773 dlls/dsound/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014774test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014775 dsound/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014776ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14777dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014778ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
14779
Alexandre Julliarda360e932008-08-20 16:02:37 +020014780ALL_MAKEFILES="$ALL_MAKEFILES \\
14781 dlls/dssenh/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014782test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014783 dssenh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014784ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14785dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
Maarten Lankhorst2472e812008-02-17 18:20:32 -080014786ac_config_files="$ac_config_files dlls/dssenh/Makefile"
14787
Alexandre Julliarda360e932008-08-20 16:02:37 +020014788ALL_MAKEFILES="$ALL_MAKEFILES \\
14789 dlls/dswave/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014790test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014791 dswave"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014792ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14793dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014794ac_config_files="$ac_config_files dlls/dswave/Makefile"
14795
Alexandre Julliarda360e932008-08-20 16:02:37 +020014796ALL_MAKEFILES="$ALL_MAKEFILES \\
14797 dlls/dwmapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014798test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014799 dwmapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014800ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14801dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
Kovács Andrásc0ddd5e2007-06-19 09:36:14 +020014802ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
14803
Alexandre Julliarda360e932008-08-20 16:02:37 +020014804ALL_MAKEFILES="$ALL_MAKEFILES \\
14805 dlls/dxdiagn/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014806test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014807 dxdiagn"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014808ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14809dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014810ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
14811
Alexandre Julliarda360e932008-08-20 16:02:37 +020014812ALL_MAKEFILES="$ALL_MAKEFILES \\
14813 dlls/dxerr8/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014814test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014815 dxerr8"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014816ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14817dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014818ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
14819
Alexandre Julliarda360e932008-08-20 16:02:37 +020014820ALL_MAKEFILES="$ALL_MAKEFILES \\
14821 dlls/dxerr9/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014822test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014823 dxerr9"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014824ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14825dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014826ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
14827
Alexandre Julliarda360e932008-08-20 16:02:37 +020014828ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet9e376212008-10-21 15:06:58 +020014829 dlls/dxgi/Makefile"
14830test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14831 dxgi"
14832ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14833dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
14834ac_config_files="$ac_config_files dlls/dxgi/Makefile"
14835
14836ALL_MAKEFILES="$ALL_MAKEFILES \\
Henri Verbeet1dea8292008-11-18 09:27:58 +010014837 dlls/dxgi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014838test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Henri Verbeet1dea8292008-11-18 09:27:58 +010014839 dxgi/tests"
14840ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14841dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
14842ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
14843
14844ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014845 dlls/dxguid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014846test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014847 dxguid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014848ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14849dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014850ac_config_files="$ac_config_files dlls/dxguid/Makefile"
14851
Alexandre Julliarda360e932008-08-20 16:02:37 +020014852ALL_MAKEFILES="$ALL_MAKEFILES \\
14853 dlls/faultrep/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014854test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014855 faultrep"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014856ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14857dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
Peter Dons Tychsena2cd6432007-07-27 01:43:49 +020014858ac_config_files="$ac_config_files dlls/faultrep/Makefile"
14859
Alexandre Julliarda360e932008-08-20 16:02:37 +020014860ALL_MAKEFILES="$ALL_MAKEFILES \\
14861 dlls/fusion/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014862test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014863 fusion"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014864ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14865dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
James Hawkinsc0b3af32008-03-20 18:27:46 -070014866ac_config_files="$ac_config_files dlls/fusion/Makefile"
14867
Alexandre Julliarda360e932008-08-20 16:02:37 +020014868ALL_MAKEFILES="$ALL_MAKEFILES \\
14869 dlls/fusion/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014870test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014871 fusion/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014872ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14873dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
James Hawkins9e021cf2008-03-31 01:03:24 -050014874ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
14875
Alexandre Julliarda360e932008-08-20 16:02:37 +020014876ALL_MAKEFILES="$ALL_MAKEFILES \\
14877 dlls/gdi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014878test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014879 gdi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014880ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14881dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014882ac_config_files="$ac_config_files dlls/gdi32/Makefile"
14883
Alexandre Julliarda360e932008-08-20 16:02:37 +020014884ALL_MAKEFILES="$ALL_MAKEFILES \\
14885 dlls/gdi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014886test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014887 gdi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014888ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14889dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014890ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
14891
Alexandre Julliarda360e932008-08-20 16:02:37 +020014892ALL_MAKEFILES="$ALL_MAKEFILES \\
14893 dlls/gdiplus/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014894test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014895 gdiplus"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014896ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14897dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
Evan Stadebed761c2007-05-25 10:21:44 -070014898ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
14899
Alexandre Julliarda360e932008-08-20 16:02:37 +020014900ALL_MAKEFILES="$ALL_MAKEFILES \\
14901 dlls/gdiplus/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014902test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014903 gdiplus/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014904ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14905dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
Evan Stadefcd7a622007-06-11 11:52:26 -070014906ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
14907
Alexandre Julliarda360e932008-08-20 16:02:37 +020014908ALL_MAKEFILES="$ALL_MAKEFILES \\
14909 dlls/glu32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014910test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014911 glu32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014912ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14913dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014914ac_config_files="$ac_config_files dlls/glu32/Makefile"
14915
Alexandre Julliarda360e932008-08-20 16:02:37 +020014916ALL_MAKEFILES="$ALL_MAKEFILES \\
14917 dlls/gphoto2.ds/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014918test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014919 gphoto2.ds"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014920ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14921dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014922ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
14923
Alexandre Julliarda360e932008-08-20 16:02:37 +020014924ALL_MAKEFILES="$ALL_MAKEFILES \\
14925 dlls/gpkcsp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014926test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014927 gpkcsp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014928ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14929dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
Maarten Lankhorste4576c82008-02-17 18:20:32 -080014930ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
14931
Alexandre Julliarda360e932008-08-20 16:02:37 +020014932ALL_MAKEFILES="$ALL_MAKEFILES \\
14933 dlls/hal/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014934test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014935 hal"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014936ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14937dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
Alexandre Julliardd2d68702007-05-14 20:05:15 +020014938ac_config_files="$ac_config_files dlls/hal/Makefile"
14939
Alexandre Julliarda360e932008-08-20 16:02:37 +020014940ALL_MAKEFILES="$ALL_MAKEFILES \\
14941 dlls/hhctrl.ocx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014942test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014943 hhctrl.ocx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014944ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14945dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014946ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
14947
Alexandre Julliarda360e932008-08-20 16:02:37 +020014948ALL_MAKEFILES="$ALL_MAKEFILES \\
14949 dlls/hid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014950test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014951 hid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014952ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14953dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014954ac_config_files="$ac_config_files dlls/hid/Makefile"
14955
Alexandre Julliarda360e932008-08-20 16:02:37 +020014956ALL_MAKEFILES="$ALL_MAKEFILES \\
14957 dlls/hlink/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014958test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014959 hlink"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014960ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14961dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014962ac_config_files="$ac_config_files dlls/hlink/Makefile"
14963
Alexandre Julliarda360e932008-08-20 16:02:37 +020014964ALL_MAKEFILES="$ALL_MAKEFILES \\
14965 dlls/hlink/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010014966test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014967 hlink/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014968ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14969dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014970ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
14971
Alexandre Julliarda360e932008-08-20 16:02:37 +020014972ALL_MAKEFILES="$ALL_MAKEFILES \\
14973 dlls/hnetcfg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014974test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014975 hnetcfg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014976ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14977dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
Jeff Latimera00aa032007-06-18 23:27:00 +100014978ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
14979
Alexandre Julliarda360e932008-08-20 16:02:37 +020014980ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English8cf8e2c2009-01-11 14:54:15 -060014981 dlls/httpapi/Makefile"
14982test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
14983 httpapi"
14984ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14985dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
14986ac_config_files="$ac_config_files dlls/httpapi/Makefile"
14987
14988ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020014989 dlls/iccvid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014990test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014991 iccvid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020014992ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
14993dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014994ac_config_files="$ac_config_files dlls/iccvid/Makefile"
14995
Alexandre Julliarda360e932008-08-20 16:02:37 +020014996ALL_MAKEFILES="$ALL_MAKEFILES \\
14997 dlls/icmp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020014998test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020014999 icmp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015000ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15001dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015002ac_config_files="$ac_config_files dlls/icmp/Makefile"
15003
Alexandre Julliarda360e932008-08-20 16:02:37 +020015004ALL_MAKEFILES="$ALL_MAKEFILES \\
15005 dlls/ifsmgr.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015006test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015007 ifsmgr.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015008ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15009dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015010ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
15011
Alexandre Julliarda360e932008-08-20 16:02:37 +020015012ALL_MAKEFILES="$ALL_MAKEFILES \\
15013 dlls/imaadp32.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015014test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015015 imaadp32.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015016ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15017dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015018ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
15019
Alexandre Julliarda360e932008-08-20 16:02:37 +020015020ALL_MAKEFILES="$ALL_MAKEFILES \\
15021 dlls/imagehlp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015022test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015023 imagehlp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015024ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15025dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015026ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
15027
Alexandre Julliarda360e932008-08-20 16:02:37 +020015028ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard1b937ca2009-03-23 20:32:06 +010015029 dlls/imm.dll16/Makefile"
15030test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15031 imm.dll16"
15032ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15033dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
15034ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
15035
15036ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015037 dlls/imm32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015038test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015039 imm32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015040ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15041dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015042ac_config_files="$ac_config_files dlls/imm32/Makefile"
15043
Alexandre Julliarda360e932008-08-20 16:02:37 +020015044ALL_MAKEFILES="$ALL_MAKEFILES \\
15045 dlls/imm32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015046test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015047 imm32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015048ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15049dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
Michael Jung0a31ab72008-01-02 23:14:49 +010015050ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
15051
Alexandre Julliarda360e932008-08-20 16:02:37 +020015052ALL_MAKEFILES="$ALL_MAKEFILES \\
15053 dlls/inetcomm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015054test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015055 inetcomm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015056ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15057dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
Rob Shearmanbeab2c12007-11-02 11:35:34 +000015058ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
15059
Alexandre Julliarda360e932008-08-20 16:02:37 +020015060ALL_MAKEFILES="$ALL_MAKEFILES \\
15061 dlls/inetcomm/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015062test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015063 inetcomm/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015064ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15065dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
Huw Daviesba6b7e82007-11-02 15:45:39 +000015066ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
15067
Alexandre Julliarda360e932008-08-20 16:02:37 +020015068ALL_MAKEFILES="$ALL_MAKEFILES \\
15069 dlls/inetmib1/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015070test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015071 inetmib1"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015072ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15073dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
Juan Lang17231572008-05-20 20:47:42 -070015074ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
15075
Alexandre Julliarda360e932008-08-20 16:02:37 +020015076ALL_MAKEFILES="$ALL_MAKEFILES \\
15077 dlls/inetmib1/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015078test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015079 inetmib1/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015080ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15081dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
Juan Langcca77db2008-05-20 20:48:37 -070015082ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
15083
Alexandre Julliarda360e932008-08-20 16:02:37 +020015084ALL_MAKEFILES="$ALL_MAKEFILES \\
15085 dlls/infosoft/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015086test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015087 infosoft"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015088ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15089dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015090ac_config_files="$ac_config_files dlls/infosoft/Makefile"
15091
Alexandre Julliarda360e932008-08-20 16:02:37 +020015092ALL_MAKEFILES="$ALL_MAKEFILES \\
15093 dlls/infosoft/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015094test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015095 infosoft/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015096ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15097dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015098ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
15099
Alexandre Julliarda360e932008-08-20 16:02:37 +020015100ALL_MAKEFILES="$ALL_MAKEFILES \\
15101 dlls/initpki/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015102test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015103 initpki"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015104ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15105dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
Maarten Lankhorst7c3d24b2008-02-17 18:20:32 -080015106ac_config_files="$ac_config_files dlls/initpki/Makefile"
15107
Alexandre Julliarda360e932008-08-20 16:02:37 +020015108ALL_MAKEFILES="$ALL_MAKEFILES \\
15109 dlls/inkobj/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015110test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015111 inkobj"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015112ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15113dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
John Klehme9252252007-07-31 11:58:02 -050015114ac_config_files="$ac_config_files dlls/inkobj/Makefile"
15115
Alexandre Julliarda360e932008-08-20 16:02:37 +020015116ALL_MAKEFILES="$ALL_MAKEFILES \\
15117 dlls/inseng/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015118test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015119 inseng"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015120ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15121dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015122ac_config_files="$ac_config_files dlls/inseng/Makefile"
15123
Alexandre Julliarda360e932008-08-20 16:02:37 +020015124ALL_MAKEFILES="$ALL_MAKEFILES \\
15125 dlls/iphlpapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015126test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015127 iphlpapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015128ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15129dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015130ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
15131
Alexandre Julliarda360e932008-08-20 16:02:37 +020015132ALL_MAKEFILES="$ALL_MAKEFILES \\
15133 dlls/iphlpapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015134test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015135 iphlpapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015136ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15137dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015138ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
15139
Alexandre Julliarda360e932008-08-20 16:02:37 +020015140ALL_MAKEFILES="$ALL_MAKEFILES \\
15141 dlls/itircl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015142test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015143 itircl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015144ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15145dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
James Hawkins58b06862008-02-15 17:39:46 -060015146ac_config_files="$ac_config_files dlls/itircl/Makefile"
15147
Alexandre Julliarda360e932008-08-20 16:02:37 +020015148ALL_MAKEFILES="$ALL_MAKEFILES \\
15149 dlls/itss/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015150test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015151 itss"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015152ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15153dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015154ac_config_files="$ac_config_files dlls/itss/Makefile"
15155
Alexandre Julliarda360e932008-08-20 16:02:37 +020015156ALL_MAKEFILES="$ALL_MAKEFILES \\
15157 dlls/itss/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015158test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015159 itss/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015160ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15161dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015162ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
15163
Alexandre Julliarda360e932008-08-20 16:02:37 +020015164ALL_MAKEFILES="$ALL_MAKEFILES \\
15165 dlls/jscript/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015166test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015167 jscript"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015168ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15169dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
Jacek Cabanfa23a2c2008-03-09 00:07:57 +010015170ac_config_files="$ac_config_files dlls/jscript/Makefile"
15171
Alexandre Julliarda360e932008-08-20 16:02:37 +020015172ALL_MAKEFILES="$ALL_MAKEFILES \\
15173 dlls/jscript/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015174test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015175 jscript/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015176ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15177dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
Jacek Caban63ebe012008-03-24 21:53:14 +010015178ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
15179
Alexandre Julliarda360e932008-08-20 16:02:37 +020015180ALL_MAKEFILES="$ALL_MAKEFILES \\
15181 dlls/kernel32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015182test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015183 kernel32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015184ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15185dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015186ac_config_files="$ac_config_files dlls/kernel32/Makefile"
15187
Alexandre Julliarda360e932008-08-20 16:02:37 +020015188ALL_MAKEFILES="$ALL_MAKEFILES \\
15189 dlls/kernel32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015190test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015191 kernel32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015192ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15193dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015194ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
15195
Alexandre Julliarda360e932008-08-20 16:02:37 +020015196ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardc2e52462009-03-04 14:30:37 +010015197 dlls/keyboard.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015198test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardc2e52462009-03-04 14:30:37 +010015199 keyboard.drv16"
15200ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15201dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
15202ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
15203
15204ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkinfaa73662009-01-07 13:34:31 +030015205 dlls/loadperf/Makefile"
15206test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15207 loadperf"
15208ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15209dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
15210ac_config_files="$ac_config_files dlls/loadperf/Makefile"
15211
15212ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015213 dlls/localspl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015214test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015215 localspl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015216ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15217dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015218ac_config_files="$ac_config_files dlls/localspl/Makefile"
15219
Alexandre Julliarda360e932008-08-20 16:02:37 +020015220ALL_MAKEFILES="$ALL_MAKEFILES \\
15221 dlls/localspl/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015222test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015223 localspl/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015224ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15225dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015226ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
15227
Alexandre Julliarda360e932008-08-20 16:02:37 +020015228ALL_MAKEFILES="$ALL_MAKEFILES \\
15229 dlls/localui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015230test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015231 localui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015232ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15233dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
Detlef Riekenbergd24bc082007-04-06 22:33:01 +020015234ac_config_files="$ac_config_files dlls/localui/Makefile"
15235
Alexandre Julliarda360e932008-08-20 16:02:37 +020015236ALL_MAKEFILES="$ALL_MAKEFILES \\
15237 dlls/localui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015238test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015239 localui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015240ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15241dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
Detlef Riekenberg62e92792007-04-06 22:33:17 +020015242ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
15243
Alexandre Julliarda360e932008-08-20 16:02:37 +020015244ALL_MAKEFILES="$ALL_MAKEFILES \\
15245 dlls/lz32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015246test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015247 lz32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015248ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15249dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015250ac_config_files="$ac_config_files dlls/lz32/Makefile"
15251
Alexandre Julliarda360e932008-08-20 16:02:37 +020015252ALL_MAKEFILES="$ALL_MAKEFILES \\
15253 dlls/lz32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015254test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015255 lz32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015256ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15257dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015258ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
15259
Alexandre Julliarda360e932008-08-20 16:02:37 +020015260ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard96b47ff2009-03-11 16:18:03 +010015261 dlls/lzexpand.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015262test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard96b47ff2009-03-11 16:18:03 +010015263 lzexpand.dll16"
15264ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15265dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
15266ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
15267
15268ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015269 dlls/mapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015270test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015271 mapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015272ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15273dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015274ac_config_files="$ac_config_files dlls/mapi32/Makefile"
15275
Alexandre Julliarda360e932008-08-20 16:02:37 +020015276ALL_MAKEFILES="$ALL_MAKEFILES \\
15277 dlls/mapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015278test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015279 mapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015280ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15281dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015282ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
15283
Alexandre Julliarda360e932008-08-20 16:02:37 +020015284ALL_MAKEFILES="$ALL_MAKEFILES \\
15285 dlls/mciavi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015286test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015287 mciavi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015288ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15289dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015290ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
15291
Alexandre Julliarda360e932008-08-20 16:02:37 +020015292ALL_MAKEFILES="$ALL_MAKEFILES \\
15293 dlls/mcicda/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015294test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015295 mcicda"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015296ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15297dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015298ac_config_files="$ac_config_files dlls/mcicda/Makefile"
15299
Alexandre Julliarda360e932008-08-20 16:02:37 +020015300ALL_MAKEFILES="$ALL_MAKEFILES \\
Christian Costaa9c825e2009-02-26 23:27:36 +010015301 dlls/mciqtz32/Makefile"
15302test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15303 mciqtz32"
15304ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15305dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
15306ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
15307
15308ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015309 dlls/mciseq/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015310test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015311 mciseq"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015312ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15313dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015314ac_config_files="$ac_config_files dlls/mciseq/Makefile"
15315
Alexandre Julliarda360e932008-08-20 16:02:37 +020015316ALL_MAKEFILES="$ALL_MAKEFILES \\
15317 dlls/mciwave/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015318test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015319 mciwave"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015320ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15321dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015322ac_config_files="$ac_config_files dlls/mciwave/Makefile"
15323
Alexandre Julliarda360e932008-08-20 16:02:37 +020015324ALL_MAKEFILES="$ALL_MAKEFILES \\
15325 dlls/midimap/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015326test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015327 midimap"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015328ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15329dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015330ac_config_files="$ac_config_files dlls/midimap/Makefile"
15331
Alexandre Julliarda360e932008-08-20 16:02:37 +020015332ALL_MAKEFILES="$ALL_MAKEFILES \\
15333 dlls/mlang/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015334test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015335 mlang"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015336ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15337dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015338ac_config_files="$ac_config_files dlls/mlang/Makefile"
15339
Alexandre Julliarda360e932008-08-20 16:02:37 +020015340ALL_MAKEFILES="$ALL_MAKEFILES \\
15341 dlls/mlang/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015342test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015343 mlang/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015344ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15345dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015346ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
15347
Alexandre Julliarda360e932008-08-20 16:02:37 +020015348ALL_MAKEFILES="$ALL_MAKEFILES \\
15349 dlls/mmdevldr.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015350test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015351 mmdevldr.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015352ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15353dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015354ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
15355
Alexandre Julliarda360e932008-08-20 16:02:37 +020015356ALL_MAKEFILES="$ALL_MAKEFILES \\
15357 dlls/monodebg.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015358test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015359 monodebg.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015360ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15361dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015362ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
15363
Alexandre Julliarda360e932008-08-20 16:02:37 +020015364ALL_MAKEFILES="$ALL_MAKEFILES \\
15365 dlls/mountmgr.sys/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015366test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015367 mountmgr.sys"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015368ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15369dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
Alexandre Julliard43dc80e2008-01-04 13:07:05 +010015370ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
15371
Alexandre Julliarda360e932008-08-20 16:02:37 +020015372ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd62c05f2009-03-04 14:32:56 +010015373 dlls/mouse.drv16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015374test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardd62c05f2009-03-04 14:32:56 +010015375 mouse.drv16"
15376ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15377dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
15378ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
15379
15380ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015381 dlls/mpr/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015382test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015383 mpr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015384ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15385dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015386ac_config_files="$ac_config_files dlls/mpr/Makefile"
15387
Alexandre Julliarda360e932008-08-20 16:02:37 +020015388ALL_MAKEFILES="$ALL_MAKEFILES \\
15389 dlls/mprapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015390test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015391 mprapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015392ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15393dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015394ac_config_files="$ac_config_files dlls/mprapi/Makefile"
15395
Alexandre Julliarda360e932008-08-20 16:02:37 +020015396ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd4314822009-03-11 16:22:47 +010015397 dlls/msacm.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015398test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardd4314822009-03-11 16:22:47 +010015399 msacm.dll16"
15400ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15401dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
15402ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
15403
15404ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015405 dlls/msacm32.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015406test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015407 msacm32.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015408ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15409dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015410ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
15411
Alexandre Julliarda360e932008-08-20 16:02:37 +020015412ALL_MAKEFILES="$ALL_MAKEFILES \\
15413 dlls/msacm32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015414test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015415 msacm32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015416ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15417dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015418ac_config_files="$ac_config_files dlls/msacm32/Makefile"
15419
Alexandre Julliarda360e932008-08-20 16:02:37 +020015420ALL_MAKEFILES="$ALL_MAKEFILES \\
15421 dlls/msacm32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015422test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015423 msacm32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015424ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15425dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015426ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
15427
Alexandre Julliarda360e932008-08-20 16:02:37 +020015428ALL_MAKEFILES="$ALL_MAKEFILES \\
15429 dlls/msadp32.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015430test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015431 msadp32.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015432ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15433dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015434ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
15435
Alexandre Julliarda360e932008-08-20 16:02:37 +020015436ALL_MAKEFILES="$ALL_MAKEFILES \\
15437 dlls/mscat32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015438test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015439 mscat32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015440ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15441dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
Alexander Nicolaysen Sørnes6103f312007-10-28 19:43:51 +010015442ac_config_files="$ac_config_files dlls/mscat32/Makefile"
15443
Alexandre Julliarda360e932008-08-20 16:02:37 +020015444ALL_MAKEFILES="$ALL_MAKEFILES \\
15445 dlls/mscms/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015446test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015447 mscms"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015448ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15449dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015450ac_config_files="$ac_config_files dlls/mscms/Makefile"
15451
Alexandre Julliarda360e932008-08-20 16:02:37 +020015452ALL_MAKEFILES="$ALL_MAKEFILES \\
15453 dlls/mscms/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015454test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015455 mscms/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015456ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15457dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015458ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
15459
Alexandre Julliarda360e932008-08-20 16:02:37 +020015460ALL_MAKEFILES="$ALL_MAKEFILES \\
15461 dlls/mscoree/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015462test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015463 mscoree"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015464ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15465dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015466ac_config_files="$ac_config_files dlls/mscoree/Makefile"
15467
Alexandre Julliarda360e932008-08-20 16:02:37 +020015468ALL_MAKEFILES="$ALL_MAKEFILES \\
Aric Stewarta74aeae2009-01-27 14:15:08 -060015469 dlls/msctf/Makefile"
15470test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15471 msctf"
15472ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15473dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
15474ac_config_files="$ac_config_files dlls/msctf/Makefile"
15475
15476ALL_MAKEFILES="$ALL_MAKEFILES \\
Aric Stewart64ae0002009-02-17 10:40:34 -060015477 dlls/msctf/tests/Makefile"
15478test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15479 msctf/tests"
15480ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15481dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
15482ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
15483
15484ALL_MAKEFILES="$ALL_MAKEFILES \\
Huw Daviesb8e97562009-08-03 12:17:10 +010015485 dlls/msdaps/Makefile"
15486test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15487 msdaps"
15488ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15489dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
15490ac_config_files="$ac_config_files dlls/msdaps/Makefile"
15491
15492ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015493 dlls/msdmo/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015494test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015495 msdmo"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015496ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15497dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015498ac_config_files="$ac_config_files dlls/msdmo/Makefile"
15499
Alexandre Julliarda360e932008-08-20 16:02:37 +020015500ALL_MAKEFILES="$ALL_MAKEFILES \\
15501 dlls/msftedit/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015502test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015503 msftedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015504ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15505dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015506ac_config_files="$ac_config_files dlls/msftedit/Makefile"
15507
Alexandre Julliarda360e932008-08-20 16:02:37 +020015508ALL_MAKEFILES="$ALL_MAKEFILES \\
15509 dlls/msg711.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015510test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015511 msg711.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015512ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15513dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015514ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
15515
Alexandre Julliarda360e932008-08-20 16:02:37 +020015516ALL_MAKEFILES="$ALL_MAKEFILES \\
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020015517 dlls/msgsm32.acm/Makefile"
15518test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15519 msgsm32.acm"
15520ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15521dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
15522ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
15523
15524ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015525 dlls/mshtml.tlb/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015526test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015527 mshtml.tlb"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015528ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15529dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
Jacek Caban021d06a2007-07-29 21:25:14 +020015530ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
15531
Alexandre Julliarda360e932008-08-20 16:02:37 +020015532ALL_MAKEFILES="$ALL_MAKEFILES \\
15533 dlls/mshtml/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015534test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015535 mshtml"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015536ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15537dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015538ac_config_files="$ac_config_files dlls/mshtml/Makefile"
15539
Alexandre Julliarda360e932008-08-20 16:02:37 +020015540ALL_MAKEFILES="$ALL_MAKEFILES \\
15541 dlls/mshtml/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015542test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015543 mshtml/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015544ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15545dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015546ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
15547
Alexandre Julliarda360e932008-08-20 16:02:37 +020015548ALL_MAKEFILES="$ALL_MAKEFILES \\
15549 dlls/msi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015550test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015551 msi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015552ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15553dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015554ac_config_files="$ac_config_files dlls/msi/Makefile"
15555
Alexandre Julliarda360e932008-08-20 16:02:37 +020015556ALL_MAKEFILES="$ALL_MAKEFILES \\
15557 dlls/msi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015558test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015559 msi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015560ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15561dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015562ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
15563
Alexandre Julliarda360e932008-08-20 16:02:37 +020015564ALL_MAKEFILES="$ALL_MAKEFILES \\
15565 dlls/msimg32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015566test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015567 msimg32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015568ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15569dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015570ac_config_files="$ac_config_files dlls/msimg32/Makefile"
15571
Alexandre Julliarda360e932008-08-20 16:02:37 +020015572ALL_MAKEFILES="$ALL_MAKEFILES \\
15573 dlls/msimtf/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015574test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015575 msimtf"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015576ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15577dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
Jacek Caban44a808f2007-10-14 19:31:45 +020015578ac_config_files="$ac_config_files dlls/msimtf/Makefile"
15579
Alexandre Julliarda360e932008-08-20 16:02:37 +020015580ALL_MAKEFILES="$ALL_MAKEFILES \\
15581 dlls/msisip/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015582test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015583 msisip"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015584ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15585dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
Juan Lang8a6c2c22008-07-31 08:41:17 -070015586ac_config_files="$ac_config_files dlls/msisip/Makefile"
15587
Alexandre Julliarda360e932008-08-20 16:02:37 +020015588ALL_MAKEFILES="$ALL_MAKEFILES \\
15589 dlls/msisys.ocx/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015590test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015591 msisys.ocx"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015592ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15593dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015594ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
15595
Alexandre Julliarda360e932008-08-20 16:02:37 +020015596ALL_MAKEFILES="$ALL_MAKEFILES \\
15597 dlls/msnet32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015598test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015599 msnet32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015600ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15601dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015602ac_config_files="$ac_config_files dlls/msnet32/Makefile"
15603
Alexandre Julliarda360e932008-08-20 16:02:37 +020015604ALL_MAKEFILES="$ALL_MAKEFILES \\
15605 dlls/msrle32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015606test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015607 msrle32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015608ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15609dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015610ac_config_files="$ac_config_files dlls/msrle32/Makefile"
15611
Alexandre Julliarda360e932008-08-20 16:02:37 +020015612ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English0d731932009-01-20 20:03:45 -060015613 dlls/mssign32/Makefile"
15614test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15615 mssign32"
15616ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15617dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
15618ac_config_files="$ac_config_files dlls/mssign32/Makefile"
15619
15620ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015621 dlls/mssip32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015622test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015623 mssip32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015624ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15625dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
Maarten Lankhorstc438d232008-02-17 18:20:32 -080015626ac_config_files="$ac_config_files dlls/mssip32/Makefile"
15627
Alexandre Julliarda360e932008-08-20 16:02:37 +020015628ALL_MAKEFILES="$ALL_MAKEFILES \\
15629 dlls/mstask/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015630test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015631 mstask"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015632ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15633dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
Roy Shea80ee2252008-07-14 17:12:47 -070015634ac_config_files="$ac_config_files dlls/mstask/Makefile"
15635
Alexandre Julliarda360e932008-08-20 16:02:37 +020015636ALL_MAKEFILES="$ALL_MAKEFILES \\
15637 dlls/mstask/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015638test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015639 mstask/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015640ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15641dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
Alexandre Julliard3842ab02008-08-19 15:30:25 +020015642ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
15643
Alexandre Julliarda360e932008-08-20 16:02:37 +020015644ALL_MAKEFILES="$ALL_MAKEFILES \\
15645 dlls/msvcirt/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015646test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015647 msvcirt"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015648ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15649dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
Alexandre Julliard455a4992007-09-28 20:43:43 +020015650ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
15651
Alexandre Julliarda360e932008-08-20 16:02:37 +020015652ALL_MAKEFILES="$ALL_MAKEFILES \\
15653 dlls/msvcr71/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015654test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015655 msvcr71"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015656ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15657dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
Hans Leidekker67815c62008-01-20 19:34:01 +010015658ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
15659
Alexandre Julliarda360e932008-08-20 16:02:37 +020015660ALL_MAKEFILES="$ALL_MAKEFILES \\
15661 dlls/msvcrt/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015662test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015663 msvcrt"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015664ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15665dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015666ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
15667
Alexandre Julliarda360e932008-08-20 16:02:37 +020015668ALL_MAKEFILES="$ALL_MAKEFILES \\
15669 dlls/msvcrt/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015670test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015671 msvcrt/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015672ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15673dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015674ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
15675
Alexandre Julliarda360e932008-08-20 16:02:37 +020015676ALL_MAKEFILES="$ALL_MAKEFILES \\
15677 dlls/msvcrt20/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015678test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015679 msvcrt20"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015680ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15681dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015682ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
15683
Alexandre Julliarda360e932008-08-20 16:02:37 +020015684ALL_MAKEFILES="$ALL_MAKEFILES \\
15685 dlls/msvcrt40/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015686test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015687 msvcrt40"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015688ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15689dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015690ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
15691
Alexandre Julliarda360e932008-08-20 16:02:37 +020015692ALL_MAKEFILES="$ALL_MAKEFILES \\
15693 dlls/msvcrtd/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015694test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015695 msvcrtd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015696ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15697dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015698ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
15699
Alexandre Julliarda360e932008-08-20 16:02:37 +020015700ALL_MAKEFILES="$ALL_MAKEFILES \\
15701 dlls/msvcrtd/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015702test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015703 msvcrtd/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015704ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15705dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015706ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
15707
Alexandre Julliarda360e932008-08-20 16:02:37 +020015708ALL_MAKEFILES="$ALL_MAKEFILES \\
15709 dlls/msvfw32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015710test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015711 msvfw32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015712ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15713dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015714ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
15715
Alexandre Julliarda360e932008-08-20 16:02:37 +020015716ALL_MAKEFILES="$ALL_MAKEFILES \\
Jörg Höhlefc5c89e2008-12-16 21:27:56 +010015717 dlls/msvfw32/tests/Makefile"
15718test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
15719 msvfw32/tests"
15720ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15721dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
15722ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
15723
15724ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015725 dlls/msvidc32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015726test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015727 msvidc32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015728ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15729dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015730ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
15731
Alexandre Julliarda360e932008-08-20 16:02:37 +020015732ALL_MAKEFILES="$ALL_MAKEFILES \\
Eric Pouechb8aa4e42009-05-14 21:36:39 +020015733 dlls/msvideo.dll16/Makefile"
15734test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15735 msvideo.dll16"
15736ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15737dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
15738ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
15739
15740ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015741 dlls/mswsock/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015742test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015743 mswsock"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015744ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15745dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015746ac_config_files="$ac_config_files dlls/mswsock/Makefile"
15747
Alexandre Julliarda360e932008-08-20 16:02:37 +020015748ALL_MAKEFILES="$ALL_MAKEFILES \\
15749 dlls/msxml3/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015750test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015751 msxml3"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015752ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15753dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015754ac_config_files="$ac_config_files dlls/msxml3/Makefile"
15755
Alexandre Julliarda360e932008-08-20 16:02:37 +020015756ALL_MAKEFILES="$ALL_MAKEFILES \\
15757 dlls/msxml3/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015758test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015759 msxml3/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015760ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15761dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015762ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
15763
Alexandre Julliarda360e932008-08-20 16:02:37 +020015764ALL_MAKEFILES="$ALL_MAKEFILES \\
15765 dlls/nddeapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015766test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015767 nddeapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015768ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15769dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015770ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
15771
Alexandre Julliarda360e932008-08-20 16:02:37 +020015772ALL_MAKEFILES="$ALL_MAKEFILES \\
15773 dlls/netapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015774test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015775 netapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015776ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15777dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015778ac_config_files="$ac_config_files dlls/netapi32/Makefile"
15779
Alexandre Julliarda360e932008-08-20 16:02:37 +020015780ALL_MAKEFILES="$ALL_MAKEFILES \\
15781 dlls/netapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015782test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015783 netapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015784ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15785dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015786ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
15787
Alexandre Julliarda360e932008-08-20 16:02:37 +020015788ALL_MAKEFILES="$ALL_MAKEFILES \\
15789 dlls/newdev/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015790test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015791 newdev"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015792ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15793dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015794ac_config_files="$ac_config_files dlls/newdev/Makefile"
15795
Alexandre Julliarda360e932008-08-20 16:02:37 +020015796ALL_MAKEFILES="$ALL_MAKEFILES \\
15797 dlls/ntdll/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015798test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015799 ntdll"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015800ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15801dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015802ac_config_files="$ac_config_files dlls/ntdll/Makefile"
15803
Alexandre Julliarda360e932008-08-20 16:02:37 +020015804ALL_MAKEFILES="$ALL_MAKEFILES \\
15805 dlls/ntdll/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015806test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015807 ntdll/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015808ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15809dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015810ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
15811
Alexandre Julliarda360e932008-08-20 16:02:37 +020015812ALL_MAKEFILES="$ALL_MAKEFILES \\
15813 dlls/ntdsapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015814test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015815 ntdsapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015816ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15817dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015818ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
15819
Alexandre Julliarda360e932008-08-20 16:02:37 +020015820ALL_MAKEFILES="$ALL_MAKEFILES \\
15821 dlls/ntdsapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015822test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015823 ntdsapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015824ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15825dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
Rob Shearman5db45042008-01-24 18:36:36 +000015826ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
15827
Alexandre Julliarda360e932008-08-20 16:02:37 +020015828ALL_MAKEFILES="$ALL_MAKEFILES \\
15829 dlls/ntoskrnl.exe/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015830test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015831 ntoskrnl.exe"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015832ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15833dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
Alexandre Julliard12c169d2007-05-14 19:55:32 +020015834ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
15835
Alexandre Julliarda360e932008-08-20 16:02:37 +020015836ALL_MAKEFILES="$ALL_MAKEFILES \\
15837 dlls/ntprint/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015838test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015839 ntprint"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015840ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15841dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
Detlef Riekenberga8697b52007-06-19 00:02:15 +020015842ac_config_files="$ac_config_files dlls/ntprint/Makefile"
15843
Alexandre Julliarda360e932008-08-20 16:02:37 +020015844ALL_MAKEFILES="$ALL_MAKEFILES \\
15845 dlls/ntprint/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015846test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015847 ntprint/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015848ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15849dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
Detlef Riekenberga1144832007-06-21 06:07:10 +020015850ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
15851
Alexandre Julliarda360e932008-08-20 16:02:37 +020015852ALL_MAKEFILES="$ALL_MAKEFILES \\
15853 dlls/objsel/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015854test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015855 objsel"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015856ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15857dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015858ac_config_files="$ac_config_files dlls/objsel/Makefile"
15859
Alexandre Julliarda360e932008-08-20 16:02:37 +020015860ALL_MAKEFILES="$ALL_MAKEFILES \\
15861 dlls/odbc32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015862test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015863 odbc32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015864ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15865dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015866ac_config_files="$ac_config_files dlls/odbc32/Makefile"
15867
Alexandre Julliarda360e932008-08-20 16:02:37 +020015868ALL_MAKEFILES="$ALL_MAKEFILES \\
15869 dlls/odbccp32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015870test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015871 odbccp32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015872ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15873dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015874ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
15875
Alexandre Julliarda360e932008-08-20 16:02:37 +020015876ALL_MAKEFILES="$ALL_MAKEFILES \\
15877 dlls/odbccp32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015878test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015879 odbccp32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015880ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15881dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015882ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
15883
Alexandre Julliarda360e932008-08-20 16:02:37 +020015884ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard2e1b3092009-03-11 17:05:20 +010015885 dlls/ole2.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015886test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard2e1b3092009-03-11 17:05:20 +010015887 ole2.dll16"
15888ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15889dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
15890ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
15891
15892ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardea638262009-03-11 16:32:36 +010015893 dlls/ole2conv.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015894test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardea638262009-03-11 16:32:36 +010015895 ole2conv.dll16"
15896ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15897dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
15898ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
15899
15900ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd5a4a662009-03-11 17:36:40 +010015901 dlls/ole2disp.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015902test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardd5a4a662009-03-11 17:36:40 +010015903 ole2disp.dll16"
15904ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15905dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
15906ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
15907
15908ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard7511d672009-03-11 16:53:06 +010015909 dlls/ole2nls.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015910test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard7511d672009-03-11 16:53:06 +010015911 ole2nls.dll16"
15912ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15913dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
15914ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
15915
15916ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb4bbe0c2009-03-11 16:36:17 +010015917 dlls/ole2prox.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015918test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardb4bbe0c2009-03-11 16:36:17 +010015919 ole2prox.dll16"
15920ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15921dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
15922ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
15923
15924ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarddc810652009-03-11 16:38:57 +010015925 dlls/ole2thk.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015926test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliarddc810652009-03-11 16:38:57 +010015927 ole2thk.dll16"
15928ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15929dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
15930ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
15931
15932ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015933 dlls/ole32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015934test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015935 ole32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015936ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15937dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015938ac_config_files="$ac_config_files dlls/ole32/Makefile"
15939
Alexandre Julliarda360e932008-08-20 16:02:37 +020015940ALL_MAKEFILES="$ALL_MAKEFILES \\
15941 dlls/ole32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015942test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015943 ole32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015944ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15945dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015946ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
15947
Alexandre Julliarda360e932008-08-20 16:02:37 +020015948ALL_MAKEFILES="$ALL_MAKEFILES \\
15949 dlls/oleacc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015950test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015951 oleacc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015952ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15953dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015954ac_config_files="$ac_config_files dlls/oleacc/Makefile"
15955
Alexandre Julliarda360e932008-08-20 16:02:37 +020015956ALL_MAKEFILES="$ALL_MAKEFILES \\
Nikolay Sivove2399a92008-10-14 22:18:08 +040015957 dlls/oleacc/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015958test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Nikolay Sivove2399a92008-10-14 22:18:08 +040015959 oleacc/tests"
15960ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15961dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
15962ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
15963
15964ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015965 dlls/oleaut32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015966test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015967 oleaut32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015968ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15969dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015970ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
15971
Alexandre Julliarda360e932008-08-20 16:02:37 +020015972ALL_MAKEFILES="$ALL_MAKEFILES \\
15973 dlls/oleaut32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010015974test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015975 oleaut32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015976ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15977dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015978ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
15979
Alexandre Julliarda360e932008-08-20 16:02:37 +020015980ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard7c288602009-03-11 16:26:37 +010015981 dlls/olecli.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010015982test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard7c288602009-03-11 16:26:37 +010015983 olecli.dll16"
15984ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15985dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
15986ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
15987
15988ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020015989 dlls/olecli32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020015990test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020015991 olecli32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020015992ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
15993dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010015994ac_config_files="$ac_config_files dlls/olecli32/Makefile"
15995
Alexandre Julliarda360e932008-08-20 16:02:37 +020015996ALL_MAKEFILES="$ALL_MAKEFILES \\
Huw Daviesbcfce052009-09-02 12:02:39 +010015997 dlls/oledb32/Makefile"
15998test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
15999 oledb32"
16000ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16001dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
16002ac_config_files="$ac_config_files dlls/oledb32/Makefile"
16003
16004ALL_MAKEFILES="$ALL_MAKEFILES \\
Huw Davies678f98e2009-09-09 17:18:37 +010016005 dlls/oledb32/tests/Makefile"
16006test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16007 oledb32/tests"
16008ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16009dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
16010ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
16011
16012ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016013 dlls/oledlg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016014test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016015 oledlg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016016ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16017dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016018ac_config_files="$ac_config_files dlls/oledlg/Makefile"
16019
Alexandre Julliarda360e932008-08-20 16:02:37 +020016020ALL_MAKEFILES="$ALL_MAKEFILES \\
16021 dlls/olepro32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016022test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016023 olepro32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016024ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16025dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016026ac_config_files="$ac_config_files dlls/olepro32/Makefile"
16027
Alexandre Julliarda360e932008-08-20 16:02:37 +020016028ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb12965c2009-03-11 16:27:35 +010016029 dlls/olesvr.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016030test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardb12965c2009-03-11 16:27:35 +010016031 olesvr.dll16"
16032ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16033dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
16034ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
16035
16036ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016037 dlls/olesvr32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016038test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016039 olesvr32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016040ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16041dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016042ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
16043
Alexandre Julliarda360e932008-08-20 16:02:37 +020016044ALL_MAKEFILES="$ALL_MAKEFILES \\
16045 dlls/olethk32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016046test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016047 olethk32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016048ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16049dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
Stefan Leichter7db1bd92007-09-07 21:15:41 +020016050ac_config_files="$ac_config_files dlls/olethk32/Makefile"
16051
Alexandre Julliarda360e932008-08-20 16:02:37 +020016052ALL_MAKEFILES="$ALL_MAKEFILES \\
Chris Robinson862965f2009-08-25 03:26:35 -070016053 dlls/openal32/Makefile"
16054test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16055 openal32"
16056ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16057dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
16058ac_config_files="$ac_config_files dlls/openal32/Makefile"
16059
16060ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016061 dlls/opengl32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016062test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016063 opengl32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016064ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16065dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016066ac_config_files="$ac_config_files dlls/opengl32/Makefile"
16067
Alexandre Julliarda360e932008-08-20 16:02:37 +020016068ALL_MAKEFILES="$ALL_MAKEFILES \\
16069 dlls/opengl32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016070test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016071 opengl32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016072ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16073dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
Roderick Colenbrander219269c2007-08-01 14:38:49 +020016074ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
16075
Alexandre Julliarda360e932008-08-20 16:02:37 +020016076ALL_MAKEFILES="$ALL_MAKEFILES \\
16077 dlls/pdh/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016078test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016079 pdh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016080ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16081dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
Andrey Turkin41f15a72007-06-02 02:28:45 +040016082ac_config_files="$ac_config_files dlls/pdh/Makefile"
16083
Alexandre Julliarda360e932008-08-20 16:02:37 +020016084ALL_MAKEFILES="$ALL_MAKEFILES \\
16085 dlls/pdh/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016086test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016087 pdh/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016088ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16089dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
Hans Leidekker0a6f6872007-07-08 14:06:08 +020016090ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
16091
Alexandre Julliarda360e932008-08-20 16:02:37 +020016092ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekkerefa2fcc2008-12-15 11:55:32 +010016093 dlls/pidgen/Makefile"
16094test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16095 pidgen"
16096ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16097dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
16098ac_config_files="$ac_config_files dlls/pidgen/Makefile"
16099
16100ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016101 dlls/powrprof/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016102test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016103 powrprof"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016104ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16105dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016106ac_config_files="$ac_config_files dlls/powrprof/Makefile"
16107
Alexandre Julliarda360e932008-08-20 16:02:37 +020016108ALL_MAKEFILES="$ALL_MAKEFILES \\
16109 dlls/printui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016110test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016111 printui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016112ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16113dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
Detlef Riekenberg3fd4a532007-06-18 00:32:12 +020016114ac_config_files="$ac_config_files dlls/printui/Makefile"
16115
Alexandre Julliarda360e932008-08-20 16:02:37 +020016116ALL_MAKEFILES="$ALL_MAKEFILES \\
16117 dlls/propsys/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016118test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016119 propsys"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016120ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16121dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
James Hawkins07588022008-01-16 00:11:17 -060016122ac_config_files="$ac_config_files dlls/propsys/Makefile"
16123
Alexandre Julliarda360e932008-08-20 16:02:37 +020016124ALL_MAKEFILES="$ALL_MAKEFILES \\
16125 dlls/psapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016126test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016127 psapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016128ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16129dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016130ac_config_files="$ac_config_files dlls/psapi/Makefile"
16131
Alexandre Julliarda360e932008-08-20 16:02:37 +020016132ALL_MAKEFILES="$ALL_MAKEFILES \\
16133 dlls/psapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016134test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016135 psapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016136ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16137dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016138ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
16139
Alexandre Julliarda360e932008-08-20 16:02:37 +020016140ALL_MAKEFILES="$ALL_MAKEFILES \\
16141 dlls/pstorec/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016142test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016143 pstorec"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016144ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16145dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016146ac_config_files="$ac_config_files dlls/pstorec/Makefile"
16147
Alexandre Julliarda360e932008-08-20 16:02:37 +020016148ALL_MAKEFILES="$ALL_MAKEFILES \\
16149 dlls/qcap/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016150test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016151 qcap"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016152ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16153dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016154ac_config_files="$ac_config_files dlls/qcap/Makefile"
16155
Alexandre Julliarda360e932008-08-20 16:02:37 +020016156ALL_MAKEFILES="$ALL_MAKEFILES \\
16157 dlls/qedit/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016158test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016159 qedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016160ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16161dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
Lei Zhang6de8be72008-02-11 18:07:45 -080016162ac_config_files="$ac_config_files dlls/qedit/Makefile"
16163
Alexandre Julliarda360e932008-08-20 16:02:37 +020016164ALL_MAKEFILES="$ALL_MAKEFILES \\
16165 dlls/qedit/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016166test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016167 qedit/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016168ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16169dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
Lei Zhange8551a02008-02-13 14:47:12 -080016170ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
16171
Alexandre Julliarda360e932008-08-20 16:02:37 +020016172ALL_MAKEFILES="$ALL_MAKEFILES \\
16173 dlls/qmgr/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016174test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016175 qmgr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016176ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16177dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
Roy Shea2b0255f2007-10-08 10:38:06 -070016178ac_config_files="$ac_config_files dlls/qmgr/Makefile"
16179
Alexandre Julliarda360e932008-08-20 16:02:37 +020016180ALL_MAKEFILES="$ALL_MAKEFILES \\
16181 dlls/qmgr/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016182test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016183 qmgr/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016184ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16185dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
Roy Shea884e7e72008-02-11 11:09:34 -080016186ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
16187
Alexandre Julliarda360e932008-08-20 16:02:37 +020016188ALL_MAKEFILES="$ALL_MAKEFILES \\
16189 dlls/qmgrprxy/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016190test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016191 qmgrprxy"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016192ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16193dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
Roy Shea00ef4e52007-12-09 13:16:07 -080016194ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
16195
Alexandre Julliarda360e932008-08-20 16:02:37 +020016196ALL_MAKEFILES="$ALL_MAKEFILES \\
16197 dlls/quartz/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016198test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016199 quartz"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016200ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16201dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016202ac_config_files="$ac_config_files dlls/quartz/Makefile"
16203
Alexandre Julliarda360e932008-08-20 16:02:37 +020016204ALL_MAKEFILES="$ALL_MAKEFILES \\
16205 dlls/quartz/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016206test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016207 quartz/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016208ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16209dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016210ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
16211
Alexandre Julliarda360e932008-08-20 16:02:37 +020016212ALL_MAKEFILES="$ALL_MAKEFILES \\
16213 dlls/query/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016214test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016215 query"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016216ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16217dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016218ac_config_files="$ac_config_files dlls/query/Makefile"
16219
Alexandre Julliarda360e932008-08-20 16:02:37 +020016220ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarde475ef82009-03-23 20:34:34 +010016221 dlls/rasapi16.dll16/Makefile"
16222test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16223 rasapi16.dll16"
16224ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16225dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
16226ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
16227
16228ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016229 dlls/rasapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016230test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016231 rasapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016232ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16233dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016234ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
16235
Alexandre Julliarda360e932008-08-20 16:02:37 +020016236ALL_MAKEFILES="$ALL_MAKEFILES \\
16237 dlls/rasapi32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016238test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016239 rasapi32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016240ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16241dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
Stefan Leichterb8c6d8e2008-07-06 13:47:34 +020016242ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
16243
Alexandre Julliarda360e932008-08-20 16:02:37 +020016244ALL_MAKEFILES="$ALL_MAKEFILES \\
Aric Stewartf55151a2009-01-23 11:43:16 -060016245 dlls/rasdlg/Makefile"
16246test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16247 rasdlg"
16248ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16249dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
16250ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
16251
16252ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016253 dlls/resutils/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016254test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016255 resutils"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016256ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16257dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016258ac_config_files="$ac_config_files dlls/resutils/Makefile"
16259
Alexandre Julliarda360e932008-08-20 16:02:37 +020016260ALL_MAKEFILES="$ALL_MAKEFILES \\
16261 dlls/riched20/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016262test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016263 riched20"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016264ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16265dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016266ac_config_files="$ac_config_files dlls/riched20/Makefile"
16267
Alexandre Julliarda360e932008-08-20 16:02:37 +020016268ALL_MAKEFILES="$ALL_MAKEFILES \\
16269 dlls/riched20/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016270test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016271 riched20/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016272ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16273dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016274ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
16275
Alexandre Julliarda360e932008-08-20 16:02:37 +020016276ALL_MAKEFILES="$ALL_MAKEFILES \\
16277 dlls/riched32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016278test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016279 riched32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016280ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16281dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016282ac_config_files="$ac_config_files dlls/riched32/Makefile"
16283
Alexandre Julliarda360e932008-08-20 16:02:37 +020016284ALL_MAKEFILES="$ALL_MAKEFILES \\
16285 dlls/riched32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016286test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016287 riched32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016288ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16289dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
Alex Villacís Lasso74cd5902007-10-22 10:47:59 -050016290ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
16291
Alexandre Julliarda360e932008-08-20 16:02:37 +020016292ALL_MAKEFILES="$ALL_MAKEFILES \\
16293 dlls/rpcrt4/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016294test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016295 rpcrt4"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016296ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16297dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016298ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
16299
Alexandre Julliarda360e932008-08-20 16:02:37 +020016300ALL_MAKEFILES="$ALL_MAKEFILES \\
16301 dlls/rpcrt4/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016302test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016303 rpcrt4/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016304ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16305dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016306ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
16307
Alexandre Julliarda360e932008-08-20 16:02:37 +020016308ALL_MAKEFILES="$ALL_MAKEFILES \\
16309 dlls/rsabase/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016310test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016311 rsabase"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016312ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16313dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016314ac_config_files="$ac_config_files dlls/rsabase/Makefile"
16315
Alexandre Julliarda360e932008-08-20 16:02:37 +020016316ALL_MAKEFILES="$ALL_MAKEFILES \\
16317 dlls/rsaenh/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016318test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016319 rsaenh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016320ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16321dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016322ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
16323
Alexandre Julliarda360e932008-08-20 16:02:37 +020016324ALL_MAKEFILES="$ALL_MAKEFILES \\
16325 dlls/rsaenh/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016326test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016327 rsaenh/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016328ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16329dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016330ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
16331
Alexandre Julliarda360e932008-08-20 16:02:37 +020016332ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexander Scott-Johnsa4689aa2009-06-26 23:12:21 +010016333 dlls/rtutils/Makefile"
16334test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16335 rtutils"
16336ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16337dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
16338ac_config_files="$ac_config_files dlls/rtutils/Makefile"
16339
16340ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016341 dlls/sane.ds/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016342test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016343 sane.ds"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016344ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16345dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016346ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
16347
Alexandre Julliarda360e932008-08-20 16:02:37 +020016348ALL_MAKEFILES="$ALL_MAKEFILES \\
16349 dlls/sccbase/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016350test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016351 sccbase"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016352ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16353dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
Maarten Lankhorst322d4ca2008-02-17 18:20:32 -080016354ac_config_files="$ac_config_files dlls/sccbase/Makefile"
16355
Alexandre Julliarda360e932008-08-20 16:02:37 +020016356ALL_MAKEFILES="$ALL_MAKEFILES \\
16357 dlls/schannel/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016358test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016359 schannel"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016360ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16361dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
Rob Shearman361c6f22007-03-01 12:17:59 +000016362ac_config_files="$ac_config_files dlls/schannel/Makefile"
16363
Alexandre Julliarda360e932008-08-20 16:02:37 +020016364ALL_MAKEFILES="$ALL_MAKEFILES \\
16365 dlls/schannel/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016366test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016367 schannel/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016368ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16369dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
Yuval Fledel735df242007-04-25 22:49:08 +030016370ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
16371
Alexandre Julliarda360e932008-08-20 16:02:37 +020016372ALL_MAKEFILES="$ALL_MAKEFILES \\
16373 dlls/secur32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016374test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016375 secur32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016376ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16377dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016378ac_config_files="$ac_config_files dlls/secur32/Makefile"
16379
Alexandre Julliarda360e932008-08-20 16:02:37 +020016380ALL_MAKEFILES="$ALL_MAKEFILES \\
16381 dlls/secur32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016382test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016383 secur32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016384ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16385dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016386ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
16387
Alexandre Julliarda360e932008-08-20 16:02:37 +020016388ALL_MAKEFILES="$ALL_MAKEFILES \\
16389 dlls/security/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016390test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016391 security"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016392ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16393dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016394ac_config_files="$ac_config_files dlls/security/Makefile"
16395
Alexandre Julliarda360e932008-08-20 16:02:37 +020016396ALL_MAKEFILES="$ALL_MAKEFILES \\
16397 dlls/sensapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016398test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016399 sensapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016400ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16401dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016402ac_config_files="$ac_config_files dlls/sensapi/Makefile"
16403
Alexandre Julliarda360e932008-08-20 16:02:37 +020016404ALL_MAKEFILES="$ALL_MAKEFILES \\
16405 dlls/serialui/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016406test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016407 serialui"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016408ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16409dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016410ac_config_files="$ac_config_files dlls/serialui/Makefile"
16411
Alexandre Julliarda360e932008-08-20 16:02:37 +020016412ALL_MAKEFILES="$ALL_MAKEFILES \\
16413 dlls/serialui/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016414test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016415 serialui/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016416ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16417dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016418ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
16419
Alexandre Julliarda360e932008-08-20 16:02:37 +020016420ALL_MAKEFILES="$ALL_MAKEFILES \\
16421 dlls/setupapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016422test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016423 setupapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016424ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16425dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016426ac_config_files="$ac_config_files dlls/setupapi/Makefile"
16427
Alexandre Julliarda360e932008-08-20 16:02:37 +020016428ALL_MAKEFILES="$ALL_MAKEFILES \\
16429 dlls/setupapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016430test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016431 setupapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016432ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16433dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016434ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
16435
Alexandre Julliarda360e932008-08-20 16:02:37 +020016436ALL_MAKEFILES="$ALL_MAKEFILES \\
16437 dlls/sfc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016438test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016439 sfc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016440ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16441dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016442ac_config_files="$ac_config_files dlls/sfc/Makefile"
16443
Alexandre Julliarda360e932008-08-20 16:02:37 +020016444ALL_MAKEFILES="$ALL_MAKEFILES \\
16445 dlls/sfc_os/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016446test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016447 sfc_os"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016448ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16449dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016450ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
16451
Alexandre Julliarda360e932008-08-20 16:02:37 +020016452ALL_MAKEFILES="$ALL_MAKEFILES \\
16453 dlls/shdoclc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016454test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016455 shdoclc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016456ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16457dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016458ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
16459
Alexandre Julliarda360e932008-08-20 16:02:37 +020016460ALL_MAKEFILES="$ALL_MAKEFILES \\
16461 dlls/shdocvw/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016462test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016463 shdocvw"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016464ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16465dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016466ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
16467
Alexandre Julliarda360e932008-08-20 16:02:37 +020016468ALL_MAKEFILES="$ALL_MAKEFILES \\
16469 dlls/shdocvw/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016470test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016471 shdocvw/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016472ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16473dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016474ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
16475
Alexandre Julliarda360e932008-08-20 16:02:37 +020016476ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard129ba5a2009-04-01 18:20:13 +020016477 dlls/shell.dll16/Makefile"
16478test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16479 shell.dll16"
16480ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16481dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
16482ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
16483
16484ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016485 dlls/shell32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016486test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016487 shell32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016488ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16489dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016490ac_config_files="$ac_config_files dlls/shell32/Makefile"
16491
Alexandre Julliarda360e932008-08-20 16:02:37 +020016492ALL_MAKEFILES="$ALL_MAKEFILES \\
16493 dlls/shell32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016494test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016495 shell32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016496ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16497dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016498ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
16499
Alexandre Julliarda360e932008-08-20 16:02:37 +020016500ALL_MAKEFILES="$ALL_MAKEFILES \\
16501 dlls/shfolder/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016502test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016503 shfolder"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016504ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16505dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016506ac_config_files="$ac_config_files dlls/shfolder/Makefile"
16507
Alexandre Julliarda360e932008-08-20 16:02:37 +020016508ALL_MAKEFILES="$ALL_MAKEFILES \\
16509 dlls/shlwapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016510test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016511 shlwapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016512ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16513dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016514ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
16515
Alexandre Julliarda360e932008-08-20 16:02:37 +020016516ALL_MAKEFILES="$ALL_MAKEFILES \\
16517 dlls/shlwapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016518test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016519 shlwapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016520ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16521dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016522ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
16523
Alexandre Julliarda360e932008-08-20 16:02:37 +020016524ALL_MAKEFILES="$ALL_MAKEFILES \\
16525 dlls/slbcsp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016526test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016527 slbcsp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016528ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16529dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
Maarten Lankhorstb3a96992008-02-17 18:20:32 -080016530ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
16531
Alexandre Julliarda360e932008-08-20 16:02:37 +020016532ALL_MAKEFILES="$ALL_MAKEFILES \\
16533 dlls/slc/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016534test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016535 slc"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016536ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16537dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
Alistair Leslie-Hughesea563702008-02-20 00:17:08 +110016538ac_config_files="$ac_config_files dlls/slc/Makefile"
16539
Alexandre Julliarda360e932008-08-20 16:02:37 +020016540ALL_MAKEFILES="$ALL_MAKEFILES \\
16541 dlls/snmpapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016542test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016543 snmpapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016544ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16545dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016546ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
16547
Alexandre Julliarda360e932008-08-20 16:02:37 +020016548ALL_MAKEFILES="$ALL_MAKEFILES \\
16549 dlls/snmpapi/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016550test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016551 snmpapi/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016552ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16553dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016554ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
16555
Alexandre Julliarda360e932008-08-20 16:02:37 +020016556ALL_MAKEFILES="$ALL_MAKEFILES \\
16557 dlls/softpub/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016558test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016559 softpub"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016560ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16561dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
Maarten Lankhorste11826f2008-02-17 18:20:32 -080016562ac_config_files="$ac_config_files dlls/softpub/Makefile"
16563
Alexandre Julliarda360e932008-08-20 16:02:37 +020016564ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb0530a52009-03-23 20:35:00 +010016565 dlls/sound.drv16/Makefile"
16566test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16567 sound.drv16"
16568ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16569dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
16570ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
16571
16572ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016573 dlls/spoolss/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016574test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016575 spoolss"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016576ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16577dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016578ac_config_files="$ac_config_files dlls/spoolss/Makefile"
16579
Alexandre Julliarda360e932008-08-20 16:02:37 +020016580ALL_MAKEFILES="$ALL_MAKEFILES \\
16581 dlls/spoolss/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016582test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016583 spoolss/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016584ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16585dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
Detlef Riekenbergcf122ba2007-10-03 01:01:12 +020016586ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
16587
Alexandre Julliarda360e932008-08-20 16:02:37 +020016588ALL_MAKEFILES="$ALL_MAKEFILES \\
16589 dlls/stdole2.tlb/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016590test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016591 stdole2.tlb"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016592ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16593dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016594ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
16595
Alexandre Julliarda360e932008-08-20 16:02:37 +020016596ALL_MAKEFILES="$ALL_MAKEFILES \\
16597 dlls/stdole32.tlb/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016598test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016599 stdole32.tlb"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016600ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16601dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016602ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
16603
Alexandre Julliarda360e932008-08-20 16:02:37 +020016604ALL_MAKEFILES="$ALL_MAKEFILES \\
16605 dlls/sti/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016606test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016607 sti"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016608ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16609dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016610ac_config_files="$ac_config_files dlls/sti/Makefile"
16611
Alexandre Julliarda360e932008-08-20 16:02:37 +020016612ALL_MAKEFILES="$ALL_MAKEFILES \\
Damjan Jovanovicee1dd492009-09-26 17:59:54 +020016613 dlls/sti/tests/Makefile"
16614test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16615 sti/tests"
16616ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16617dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
16618ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
16619
16620ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardf7fe2ed2009-03-11 17:03:10 +010016621 dlls/storage.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016622test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliardf7fe2ed2009-03-11 17:03:10 +010016623 storage.dll16"
16624ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16625dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
16626ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
16627
16628ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarde4085d72009-03-04 14:16:18 +010016629 dlls/stress.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016630test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliarde4085d72009-03-04 14:16:18 +010016631 stress.dll16"
16632ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16633dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
16634ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
16635
16636ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016637 dlls/strmiids/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016638test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016639 strmiids"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016640ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16641dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016642ac_config_files="$ac_config_files dlls/strmiids/Makefile"
16643
Alexandre Julliarda360e932008-08-20 16:02:37 +020016644ALL_MAKEFILES="$ALL_MAKEFILES \\
16645 dlls/svrapi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016646test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016647 svrapi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016648ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16649dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016650ac_config_files="$ac_config_files dlls/svrapi/Makefile"
16651
Alexandre Julliarda360e932008-08-20 16:02:37 +020016652ALL_MAKEFILES="$ALL_MAKEFILES \\
16653 dlls/sxs/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016654test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016655 sxs"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016656ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16657dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
EA Durbin74977da2007-04-19 18:28:52 -050016658ac_config_files="$ac_config_files dlls/sxs/Makefile"
16659
Alexandre Julliarda360e932008-08-20 16:02:37 +020016660ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard55b5e3a2009-09-28 19:56:10 +020016661 dlls/system.drv16/Makefile"
16662test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16663 system.drv16"
16664ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16665dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
16666ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
16667
16668ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishb03d07d2009-05-04 22:52:37 -050016669 dlls/t2embed/Makefile"
16670test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16671 t2embed"
16672ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16673dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
16674ac_config_files="$ac_config_files dlls/t2embed/Makefile"
16675
16676ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016677 dlls/tapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016678test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016679 tapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016680ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16681dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016682ac_config_files="$ac_config_files dlls/tapi32/Makefile"
16683
Alexandre Julliarda360e932008-08-20 16:02:37 +020016684ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardc1dbead2009-09-28 20:00:15 +020016685 dlls/toolhelp.dll16/Makefile"
16686test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16687 toolhelp.dll16"
16688ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16689dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
16690ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
16691
16692ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin English2de77982009-01-28 10:51:51 -060016693 dlls/traffic/Makefile"
16694test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16695 traffic"
16696ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16697dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
16698ac_config_files="$ac_config_files dlls/traffic/Makefile"
16699
16700ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard2b67a232009-03-23 20:34:02 +010016701 dlls/twain.dll16/Makefile"
16702test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16703 twain.dll16"
16704ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16705dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
16706ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
16707
16708ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016709 dlls/twain_32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016710test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016711 twain_32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016712ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16713dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016714ac_config_files="$ac_config_files dlls/twain_32/Makefile"
16715
Alexandre Julliarda360e932008-08-20 16:02:37 +020016716ALL_MAKEFILES="$ALL_MAKEFILES \\
Jeremy White499603c2009-01-26 11:40:49 -060016717 dlls/twain_32/tests/Makefile"
16718test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16719 twain_32/tests"
16720ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16721dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
16722ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
16723
16724ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard8a708952009-03-11 17:30:10 +010016725 dlls/typelib.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016726test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard8a708952009-03-11 17:30:10 +010016727 typelib.dll16"
16728ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16729dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
16730ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
16731
16732ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016733 dlls/unicows/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016734test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016735 unicows"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016736ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16737dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016738ac_config_files="$ac_config_files dlls/unicows/Makefile"
16739
Alexandre Julliarda360e932008-08-20 16:02:37 +020016740ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd7fd3082009-01-05 20:28:06 +010016741 dlls/updspapi/Makefile"
16742test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16743 updspapi"
16744ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16745dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
16746ac_config_files="$ac_config_files dlls/updspapi/Makefile"
16747
16748ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016749 dlls/url/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016750test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016751 url"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016752ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16753dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016754ac_config_files="$ac_config_files dlls/url/Makefile"
16755
Alexandre Julliarda360e932008-08-20 16:02:37 +020016756ALL_MAKEFILES="$ALL_MAKEFILES \\
16757 dlls/urlmon/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016758test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016759 urlmon"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016760ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16761dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016762ac_config_files="$ac_config_files dlls/urlmon/Makefile"
16763
Alexandre Julliarda360e932008-08-20 16:02:37 +020016764ALL_MAKEFILES="$ALL_MAKEFILES \\
16765 dlls/urlmon/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016766test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016767 urlmon/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016768ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16769dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016770ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
16771
Alexandre Julliarda360e932008-08-20 16:02:37 +020016772ALL_MAKEFILES="$ALL_MAKEFILES \\
16773 dlls/user32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016774test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016775 user32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016776ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16777dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016778ac_config_files="$ac_config_files dlls/user32/Makefile"
16779
Alexandre Julliarda360e932008-08-20 16:02:37 +020016780ALL_MAKEFILES="$ALL_MAKEFILES \\
16781 dlls/user32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016782test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016783 user32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016784ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16785dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016786ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
16787
Alexandre Julliarda360e932008-08-20 16:02:37 +020016788ALL_MAKEFILES="$ALL_MAKEFILES \\
16789 dlls/userenv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016790test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016791 userenv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016792ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16793dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016794ac_config_files="$ac_config_files dlls/userenv/Makefile"
16795
Alexandre Julliarda360e932008-08-20 16:02:37 +020016796ALL_MAKEFILES="$ALL_MAKEFILES \\
16797 dlls/userenv/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016798test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016799 userenv/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016800ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16801dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
Lei Zhangffb04572008-04-29 18:09:24 -070016802ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
16803
Alexandre Julliarda360e932008-08-20 16:02:37 +020016804ALL_MAKEFILES="$ALL_MAKEFILES \\
16805 dlls/usp10/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016806test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016807 usp10"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016808ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16809dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016810ac_config_files="$ac_config_files dlls/usp10/Makefile"
16811
Alexandre Julliarda360e932008-08-20 16:02:37 +020016812ALL_MAKEFILES="$ALL_MAKEFILES \\
16813 dlls/usp10/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016814test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016815 usp10/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016816ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16817dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016818ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
16819
Alexandre Julliarda360e932008-08-20 16:02:37 +020016820ALL_MAKEFILES="$ALL_MAKEFILES \\
16821 dlls/uuid/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016822test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016823 uuid"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016824ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16825dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016826ac_config_files="$ac_config_files dlls/uuid/Makefile"
16827
Alexandre Julliarda360e932008-08-20 16:02:37 +020016828ALL_MAKEFILES="$ALL_MAKEFILES \\
16829 dlls/uxtheme/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016830test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016831 uxtheme"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016832ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16833dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016834ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
16835
Alexandre Julliarda360e932008-08-20 16:02:37 +020016836ALL_MAKEFILES="$ALL_MAKEFILES \\
16837 dlls/uxtheme/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016838test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016839 uxtheme/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016840ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16841dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016842ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
16843
Alexandre Julliarda360e932008-08-20 16:02:37 +020016844ALL_MAKEFILES="$ALL_MAKEFILES \\
16845 dlls/vdhcp.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016846test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016847 vdhcp.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016848ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16849dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016850ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
16851
Alexandre Julliarda360e932008-08-20 16:02:37 +020016852ALL_MAKEFILES="$ALL_MAKEFILES \\
16853 dlls/vdmdbg/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016854test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016855 vdmdbg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016856ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16857dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016858ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
16859
Alexandre Julliarda360e932008-08-20 16:02:37 +020016860ALL_MAKEFILES="$ALL_MAKEFILES \\
16861 dlls/version/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016862test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016863 version"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016864ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16865dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016866ac_config_files="$ac_config_files dlls/version/Makefile"
16867
Alexandre Julliarda360e932008-08-20 16:02:37 +020016868ALL_MAKEFILES="$ALL_MAKEFILES \\
16869 dlls/version/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010016870test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016871 version/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016872ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16873dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016874ac_config_files="$ac_config_files dlls/version/tests/Makefile"
16875
Alexandre Julliarda360e932008-08-20 16:02:37 +020016876ALL_MAKEFILES="$ALL_MAKEFILES \\
16877 dlls/vmm.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016878test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016879 vmm.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016880ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16881dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016882ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
16883
Alexandre Julliarda360e932008-08-20 16:02:37 +020016884ALL_MAKEFILES="$ALL_MAKEFILES \\
16885 dlls/vnbt.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016886test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016887 vnbt.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016888ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16889dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016890ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
16891
Alexandre Julliarda360e932008-08-20 16:02:37 +020016892ALL_MAKEFILES="$ALL_MAKEFILES \\
16893 dlls/vnetbios.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016894test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016895 vnetbios.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016896ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16897dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016898ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
16899
Alexandre Julliarda360e932008-08-20 16:02:37 +020016900ALL_MAKEFILES="$ALL_MAKEFILES \\
16901 dlls/vtdapi.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016902test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016903 vtdapi.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016904ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16905dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016906ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
16907
Alexandre Julliarda360e932008-08-20 16:02:37 +020016908ALL_MAKEFILES="$ALL_MAKEFILES \\
16909 dlls/vwin32.vxd/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016910test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016911 vwin32.vxd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016912ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16913dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016914ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
16915
Alexandre Julliarda360e932008-08-20 16:02:37 +020016916ALL_MAKEFILES="$ALL_MAKEFILES \\
16917 dlls/w32skrnl/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016918test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016919 w32skrnl"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016920ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16921dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016922ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
16923
Alexandre Julliarda360e932008-08-20 16:02:37 +020016924ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardb4d46252009-03-24 09:42:02 +010016925 dlls/w32sys.dll16/Makefile"
16926test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16927 w32sys.dll16"
16928ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16929dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
16930ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
16931
16932ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishe10f24e2009-05-06 07:51:21 -050016933 dlls/wbemprox/Makefile"
16934test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16935 wbemprox"
16936ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16937dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
16938ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
16939
16940ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard2a745fe2009-03-24 09:38:01 +010016941 dlls/win32s16.dll16/Makefile"
16942test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16943 win32s16.dll16"
16944ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16945dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
16946ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
16947
16948ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda9e81622009-03-04 14:19:49 +010016949 dlls/win87em.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016950test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliarda9e81622009-03-04 14:19:49 +010016951 win87em.dll16"
16952ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16953dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
16954ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
16955
16956ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda2ae7dd2009-03-23 20:33:34 +010016957 dlls/winaspi.dll16/Makefile"
16958test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16959 winaspi.dll16"
16960ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16961dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
16962ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
16963
16964ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard6cebffc2009-03-04 14:24:30 +010016965 dlls/windebug.dll16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010016966test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard6cebffc2009-03-04 14:24:30 +010016967 windebug.dll16"
16968ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16969dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
16970ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
16971
16972ALL_MAKEFILES="$ALL_MAKEFILES \\
Vincent Povirked4cde22009-05-28 13:36:54 -050016973 dlls/windowscodecs/Makefile"
16974test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
16975 windowscodecs"
16976ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16977dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
16978ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
16979
16980ALL_MAKEFILES="$ALL_MAKEFILES \\
Vincent Povirkb19e3292009-06-10 15:57:15 -050016981 dlls/windowscodecs/tests/Makefile"
16982test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
16983 windowscodecs/tests"
16984ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16985dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
16986ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
16987
16988ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020016989 dlls/winealsa.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016990test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016991 winealsa.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020016992ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
16993dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010016994ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
16995
Alexandre Julliarda360e932008-08-20 16:02:37 +020016996ALL_MAKEFILES="$ALL_MAKEFILES \\
16997 dlls/wineaudioio.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020016998test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020016999 wineaudioio.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017000ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17001dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017002ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
17003
Alexandre Julliarda360e932008-08-20 16:02:37 +020017004ALL_MAKEFILES="$ALL_MAKEFILES \\
17005 dlls/winecoreaudio.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017006test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017007 winecoreaudio.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017008ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17009dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017010ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
17011
Alexandre Julliarda360e932008-08-20 16:02:37 +020017012ALL_MAKEFILES="$ALL_MAKEFILES \\
17013 dlls/winecrt0/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017014test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017015 winecrt0"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017016ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17017dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017018ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
17019
Alexandre Julliarda360e932008-08-20 16:02:37 +020017020ALL_MAKEFILES="$ALL_MAKEFILES \\
17021 dlls/wined3d/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017022test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017023 wined3d"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017024ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17025dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017026ac_config_files="$ac_config_files dlls/wined3d/Makefile"
17027
Alexandre Julliarda360e932008-08-20 16:02:37 +020017028ALL_MAKEFILES="$ALL_MAKEFILES \\
17029 dlls/winedos/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017030test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017031 winedos"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017032ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17033dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017034ac_config_files="$ac_config_files dlls/winedos/Makefile"
17035
Alexandre Julliarda360e932008-08-20 16:02:37 +020017036ALL_MAKEFILES="$ALL_MAKEFILES \\
17037 dlls/wineesd.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017038test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017039 wineesd.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017040ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17041dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017042ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
17043
Alexandre Julliarda360e932008-08-20 16:02:37 +020017044ALL_MAKEFILES="$ALL_MAKEFILES \\
17045 dlls/winejack.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017046test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017047 winejack.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017048ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17049dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017050ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
17051
Alexandre Julliarda360e932008-08-20 16:02:37 +020017052ALL_MAKEFILES="$ALL_MAKEFILES \\
17053 dlls/winejoystick.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017054test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017055 winejoystick.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017056ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17057dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017058ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
17059
Alexandre Julliarda360e932008-08-20 16:02:37 +020017060ALL_MAKEFILES="$ALL_MAKEFILES \\
17061 dlls/winemp3.acm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017062test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017063 winemp3.acm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017064ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17065dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017066ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
17067
Alexandre Julliarda360e932008-08-20 16:02:37 +020017068ALL_MAKEFILES="$ALL_MAKEFILES \\
17069 dlls/winenas.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017070test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017071 winenas.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017072ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17073dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017074ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
17075
Alexandre Julliarda360e932008-08-20 16:02:37 +020017076ALL_MAKEFILES="$ALL_MAKEFILES \\
17077 dlls/wineoss.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017078test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017079 wineoss.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017080ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17081dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017082ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
17083
Alexandre Julliarda360e932008-08-20 16:02:37 +020017084ALL_MAKEFILES="$ALL_MAKEFILES \\
17085 dlls/wineps.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017086test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017087 wineps.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017088ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17089dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017090ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
17091
Alexandre Julliarda360e932008-08-20 16:02:37 +020017092ALL_MAKEFILES="$ALL_MAKEFILES \\
17093 dlls/winequartz.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017094test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017095 winequartz.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017096ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17097dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017098ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
17099
Alexandre Julliarda360e932008-08-20 16:02:37 +020017100ALL_MAKEFILES="$ALL_MAKEFILES \\
17101 dlls/winex11.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017102test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017103 winex11.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017104ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17105dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017106ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
17107
Alexandre Julliarda360e932008-08-20 16:02:37 +020017108ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard6ad95182009-09-26 13:32:25 +020017109 dlls/wing.dll16/Makefile"
17110test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17111 wing.dll16"
17112ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17113dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
17114ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
17115
17116ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017117 dlls/wing32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017118test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017119 wing32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017120ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17121dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017122ac_config_files="$ac_config_files dlls/wing32/Makefile"
17123
Alexandre Julliarda360e932008-08-20 16:02:37 +020017124ALL_MAKEFILES="$ALL_MAKEFILES \\
17125 dlls/winhttp/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017126test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017127 winhttp"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017128ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17129dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
Jacek Caban21572962007-07-31 00:54:42 +020017130ac_config_files="$ac_config_files dlls/winhttp/Makefile"
17131
Alexandre Julliarda360e932008-08-20 16:02:37 +020017132ALL_MAKEFILES="$ALL_MAKEFILES \\
17133 dlls/winhttp/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017134test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017135 winhttp/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017136ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17137dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
Zac Brownb2be8402008-07-17 17:37:23 -070017138ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
17139
Alexandre Julliarda360e932008-08-20 16:02:37 +020017140ALL_MAKEFILES="$ALL_MAKEFILES \\
17141 dlls/wininet/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017142test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017143 wininet"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017144ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17145dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017146ac_config_files="$ac_config_files dlls/wininet/Makefile"
17147
Alexandre Julliarda360e932008-08-20 16:02:37 +020017148ALL_MAKEFILES="$ALL_MAKEFILES \\
17149 dlls/wininet/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017150test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017151 wininet/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017152ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17153dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017154ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
17155
Alexandre Julliarda360e932008-08-20 16:02:37 +020017156ALL_MAKEFILES="$ALL_MAKEFILES \\
17157 dlls/winmm/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017158test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017159 winmm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017160ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17161dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017162ac_config_files="$ac_config_files dlls/winmm/Makefile"
17163
Alexandre Julliarda360e932008-08-20 16:02:37 +020017164ALL_MAKEFILES="$ALL_MAKEFILES \\
17165 dlls/winmm/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017166test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017167 winmm/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017168ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17169dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017170ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
17171
Alexandre Julliarda360e932008-08-20 16:02:37 +020017172ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard9bf9eb02009-03-24 09:31:03 +010017173 dlls/winnls.dll16/Makefile"
17174test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17175 winnls.dll16"
17176ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17177dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
17178ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
17179
17180ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017181 dlls/winnls32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017182test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017183 winnls32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017184ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17185dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017186ac_config_files="$ac_config_files dlls/winnls32/Makefile"
17187
Alexandre Julliarda360e932008-08-20 16:02:37 +020017188ALL_MAKEFILES="$ALL_MAKEFILES \\
17189 dlls/winscard/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017190test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017191 winscard"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017192ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17193dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
Mounir IDRASSI23df68d2007-05-23 00:51:46 +020017194ac_config_files="$ac_config_files dlls/winscard/Makefile"
17195
Alexandre Julliarda360e932008-08-20 16:02:37 +020017196ALL_MAKEFILES="$ALL_MAKEFILES \\
17197 dlls/winspool.drv/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017198test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017199 winspool.drv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017200ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17201dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017202ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
17203
Alexandre Julliarda360e932008-08-20 16:02:37 +020017204ALL_MAKEFILES="$ALL_MAKEFILES \\
17205 dlls/winspool.drv/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017206test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017207 winspool.drv/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017208ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17209dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017210ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
17211
Alexandre Julliarda360e932008-08-20 16:02:37 +020017212ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliardd540fa22009-03-23 20:33:00 +010017213 dlls/wintab.dll16/Makefile"
17214test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17215 wintab.dll16"
17216ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17217dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
17218ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
17219
17220ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017221 dlls/wintab32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017222test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017223 wintab32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017224ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17225dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017226ac_config_files="$ac_config_files dlls/wintab32/Makefile"
17227
Alexandre Julliarda360e932008-08-20 16:02:37 +020017228ALL_MAKEFILES="$ALL_MAKEFILES \\
John Klehmb4c5a622009-08-02 16:23:35 -050017229 dlls/wintab32/tests/Makefile"
17230test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
17231 wintab32/tests"
17232ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17233dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
17234ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
17235
17236ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017237 dlls/wintrust/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017238test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017239 wintrust"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017240ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17241dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017242ac_config_files="$ac_config_files dlls/wintrust/Makefile"
17243
Alexandre Julliarda360e932008-08-20 16:02:37 +020017244ALL_MAKEFILES="$ALL_MAKEFILES \\
17245 dlls/wintrust/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017246test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017247 wintrust/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017248ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17249dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017250ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
17251
Alexandre Julliarda360e932008-08-20 16:02:37 +020017252ALL_MAKEFILES="$ALL_MAKEFILES \\
17253 dlls/wldap32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017254test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017255 wldap32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017256ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17257dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017258ac_config_files="$ac_config_files dlls/wldap32/Makefile"
17259
Alexandre Julliarda360e932008-08-20 16:02:37 +020017260ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekkerb9813872008-10-06 15:47:28 +020017261 dlls/wldap32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017262test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Hans Leidekkerb9813872008-10-06 15:47:28 +020017263 wldap32/tests"
17264ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17265dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
17266ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
17267
17268ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017269 dlls/wmi/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017270test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017271 wmi"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017272ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17273dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
Marcus Meissner4328d922008-01-16 15:03:03 +010017274ac_config_files="$ac_config_files dlls/wmi/Makefile"
17275
Alexandre Julliarda360e932008-08-20 16:02:37 +020017276ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekkerdd1d8ca2009-07-14 12:27:46 +020017277 dlls/wmiutils/Makefile"
17278test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17279 wmiutils"
17280ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17281dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
17282ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
17283
17284ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017285 dlls/wnaspi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017286test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017287 wnaspi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017288ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17289dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017290ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
17291
Alexandre Julliarda360e932008-08-20 16:02:37 +020017292ALL_MAKEFILES="$ALL_MAKEFILES \\
17293 dlls/wow32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017294test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017295 wow32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017296ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17297dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017298ac_config_files="$ac_config_files dlls/wow32/Makefile"
17299
Alexandre Julliarda360e932008-08-20 16:02:37 +020017300ALL_MAKEFILES="$ALL_MAKEFILES \\
17301 dlls/ws2_32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017302test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017303 ws2_32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017304ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17305dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017306ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
17307
Alexandre Julliarda360e932008-08-20 16:02:37 +020017308ALL_MAKEFILES="$ALL_MAKEFILES \\
17309 dlls/ws2_32/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017310test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017311 ws2_32/tests"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017312ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17313dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017314ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
17315
Alexandre Julliarda360e932008-08-20 16:02:37 +020017316ALL_MAKEFILES="$ALL_MAKEFILES \\
17317 dlls/wsock32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017318test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017319 wsock32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017320ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17321dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017322ac_config_files="$ac_config_files dlls/wsock32/Makefile"
17323
Alexandre Julliarda360e932008-08-20 16:02:37 +020017324ALL_MAKEFILES="$ALL_MAKEFILES \\
17325 dlls/wtsapi32/Makefile"
Alexandre Julliard485cc592008-08-25 12:03:35 +020017326test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
Alexandre Julliard49163da2008-08-25 12:02:27 +020017327 wtsapi32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017328ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17329dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017330ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
17331
Alexandre Julliarda360e932008-08-20 16:02:37 +020017332ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekker5b6551a2008-12-16 16:41:43 +010017333 dlls/wuapi/Makefile"
17334test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17335 wuapi"
17336ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17337dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
17338ac_config_files="$ac_config_files dlls/wuapi/Makefile"
17339
17340ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn68ede592008-11-10 16:29:29 +000017341 dlls/xinput1_1/Makefile"
17342test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17343 xinput1_1"
17344ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17345dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
17346ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
17347
17348ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn85a4a1d2008-11-10 16:30:13 +000017349 dlls/xinput1_2/Makefile"
17350test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17351 xinput1_2"
17352ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17353dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
17354ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
17355
17356ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn457a22d2008-11-10 16:22:35 +000017357 dlls/xinput1_3/Makefile"
17358test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17359 xinput1_3"
17360ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17361dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
17362ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
17363
17364ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fenn29789a82008-11-10 16:32:33 +000017365 dlls/xinput1_3/tests/Makefile"
Alexandre Julliard35078f42008-11-21 10:16:12 +010017366test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
Andrew Fenn29789a82008-11-10 16:32:33 +000017367 xinput1_3/tests"
17368ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17369dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
17370ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
17371
17372ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrew Fennc4cd3bc2008-11-10 16:26:05 +000017373 dlls/xinput9_1_0/Makefile"
17374test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17375 xinput9_1_0"
17376ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17377dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
17378ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
17379
17380ALL_MAKEFILES="$ALL_MAKEFILES \\
Christian Costa2f4423e2009-04-20 21:22:15 +020017381 dlls/xmllite/Makefile"
17382test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
17383 xmllite"
17384ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17385dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
17386ac_config_files="$ac_config_files dlls/xmllite/Makefile"
17387
17388ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017389 documentation/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017390test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17391 documentation"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017392ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17393documentation/Makefile: documentation/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017394ac_config_files="$ac_config_files documentation/Makefile"
17395
Alexandre Julliarda360e932008-08-20 16:02:37 +020017396ALL_MAKEFILES="$ALL_MAKEFILES \\
17397 fonts/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017398test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17399 fonts"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017400ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17401fonts/Makefile: fonts/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017402ac_config_files="$ac_config_files fonts/Makefile"
17403
Alexandre Julliarda360e932008-08-20 16:02:37 +020017404ALL_MAKEFILES="$ALL_MAKEFILES \\
17405 include/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017406test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17407 include"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017408ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17409include/Makefile: include/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017410ac_config_files="$ac_config_files include/Makefile"
17411
Alexandre Julliarda360e932008-08-20 16:02:37 +020017412ALL_MAKEFILES="$ALL_MAKEFILES \\
17413 libs/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017414test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17415 libs"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017416ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17417libs/Makefile: libs/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017418ac_config_files="$ac_config_files libs/Makefile"
17419
Alexandre Julliarda360e932008-08-20 16:02:37 +020017420ALL_MAKEFILES="$ALL_MAKEFILES \\
17421 libs/port/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017422
Alexandre Julliarda360e932008-08-20 16:02:37 +020017423ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17424libs/port/Makefile: libs/port/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017425ac_config_files="$ac_config_files libs/port/Makefile"
17426
Alexandre Julliarda360e932008-08-20 16:02:37 +020017427ALL_MAKEFILES="$ALL_MAKEFILES \\
17428 libs/wine/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017429
Alexandre Julliarda360e932008-08-20 16:02:37 +020017430ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17431libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017432ac_config_files="$ac_config_files libs/wine/Makefile"
17433
Alexandre Julliarda360e932008-08-20 16:02:37 +020017434ALL_MAKEFILES="$ALL_MAKEFILES \\
17435 libs/wpp/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017436
Alexandre Julliarda360e932008-08-20 16:02:37 +020017437ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17438libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017439ac_config_files="$ac_config_files libs/wpp/Makefile"
17440
Alexandre Julliarda360e932008-08-20 16:02:37 +020017441ALL_MAKEFILES="$ALL_MAKEFILES \\
17442 loader/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017443test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17444 loader"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017445ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17446loader/Makefile: loader/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017447ac_config_files="$ac_config_files loader/Makefile"
17448
Alexandre Julliarda360e932008-08-20 16:02:37 +020017449ALL_MAKEFILES="$ALL_MAKEFILES \\
17450 programs/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017451test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17452 programs"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017453ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17454programs/Makefile: programs/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017455ac_config_files="$ac_config_files programs/Makefile"
17456
Alexandre Julliarda360e932008-08-20 16:02:37 +020017457ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkinc0f4fc42009-01-11 22:36:53 +030017458 programs/cacls/Makefile"
17459test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17460 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17461 cacls"
17462ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17463programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
17464ac_config_files="$ac_config_files programs/cacls/Makefile"
17465
17466ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017467 programs/clock/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017468test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17469 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17470 clock"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017471ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17472programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017473ac_config_files="$ac_config_files programs/clock/Makefile"
17474
Alexandre Julliarda360e932008-08-20 16:02:37 +020017475ALL_MAKEFILES="$ALL_MAKEFILES \\
17476 programs/cmd/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017477test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17478 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17479 cmd"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017480ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17481programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017482ac_config_files="$ac_config_files programs/cmd/Makefile"
17483
Alexandre Julliarda360e932008-08-20 16:02:37 +020017484ALL_MAKEFILES="$ALL_MAKEFILES \\
17485 programs/cmdlgtst/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017486test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17487 cmdlgtst"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017488ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17489programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017490ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
17491
Alexandre Julliarda360e932008-08-20 16:02:37 +020017492ALL_MAKEFILES="$ALL_MAKEFILES \\
17493 programs/control/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017494test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17495 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17496 control"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017497ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17498programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017499ac_config_files="$ac_config_files programs/control/Makefile"
17500
Alexandre Julliarda360e932008-08-20 16:02:37 +020017501ALL_MAKEFILES="$ALL_MAKEFILES \\
Austin Englishb3fb7932009-08-24 11:18:26 -050017502 programs/dxdiag/Makefile"
17503test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17504 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17505 dxdiag"
17506ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17507programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
17508ac_config_files="$ac_config_files programs/dxdiag/Makefile"
17509
17510ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017511 programs/eject/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017512test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17513 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17514 eject"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017515ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17516programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017517ac_config_files="$ac_config_files programs/eject/Makefile"
17518
Alexandre Julliarda360e932008-08-20 16:02:37 +020017519ALL_MAKEFILES="$ALL_MAKEFILES \\
17520 programs/expand/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017521test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17522 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17523 expand"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017524ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17525programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017526ac_config_files="$ac_config_files programs/expand/Makefile"
17527
Alexandre Julliarda360e932008-08-20 16:02:37 +020017528ALL_MAKEFILES="$ALL_MAKEFILES \\
17529 programs/explorer/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017530test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17531 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17532 explorer"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017533ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17534programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017535ac_config_files="$ac_config_files programs/explorer/Makefile"
17536
Alexandre Julliarda360e932008-08-20 16:02:37 +020017537ALL_MAKEFILES="$ALL_MAKEFILES \\
17538 programs/hh/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017539test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17540 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17541 hh"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017542ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17543programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017544ac_config_files="$ac_config_files programs/hh/Makefile"
17545
Alexandre Julliarda360e932008-08-20 16:02:37 +020017546ALL_MAKEFILES="$ALL_MAKEFILES \\
17547 programs/icinfo/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017548test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17549 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17550 icinfo"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017551ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17552programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017553ac_config_files="$ac_config_files programs/icinfo/Makefile"
17554
Alexandre Julliarda360e932008-08-20 16:02:37 +020017555ALL_MAKEFILES="$ALL_MAKEFILES \\
17556 programs/iexplore/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017557test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17558 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17559 iexplore"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017560ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17561programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017562ac_config_files="$ac_config_files programs/iexplore/Makefile"
17563
Alexandre Julliarda360e932008-08-20 16:02:37 +020017564ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkin347272b2009-01-28 19:56:25 +030017565 programs/lodctr/Makefile"
17566test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17567 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17568 lodctr"
17569ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17570programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
17571ac_config_files="$ac_config_files programs/lodctr/Makefile"
17572
17573ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017574 programs/msiexec/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017575test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17576 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17577 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17578 msiexec"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017579ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17580programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017581ac_config_files="$ac_config_files programs/msiexec/Makefile"
17582
Alexandre Julliarda360e932008-08-20 16:02:37 +020017583ALL_MAKEFILES="$ALL_MAKEFILES \\
17584 programs/net/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017585test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17586 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17587 net"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017588ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17589programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
Tim Schwartz451616e2007-05-02 12:30:19 -050017590ac_config_files="$ac_config_files programs/net/Makefile"
17591
Alexandre Julliarda360e932008-08-20 16:02:37 +020017592ALL_MAKEFILES="$ALL_MAKEFILES \\
17593 programs/notepad/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017594test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17595 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17596 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17597 notepad"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017598ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17599programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017600ac_config_files="$ac_config_files programs/notepad/Makefile"
17601
Alexandre Julliarda360e932008-08-20 16:02:37 +020017602ALL_MAKEFILES="$ALL_MAKEFILES \\
17603 programs/oleview/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017604test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17605 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17606 oleview"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017607ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17608programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017609ac_config_files="$ac_config_files programs/oleview/Makefile"
17610
Alexandre Julliarda360e932008-08-20 16:02:37 +020017611ALL_MAKEFILES="$ALL_MAKEFILES \\
17612 programs/progman/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017613test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17614 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017615 progman"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017616ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17617programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017618ac_config_files="$ac_config_files programs/progman/Makefile"
17619
Alexandre Julliarda360e932008-08-20 16:02:37 +020017620ALL_MAKEFILES="$ALL_MAKEFILES \\
17621 programs/reg/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017622test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17623 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17624 reg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017625ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17626programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
Andrew Riedi2087ad42008-03-18 23:36:28 -070017627ac_config_files="$ac_config_files programs/reg/Makefile"
17628
Alexandre Julliarda360e932008-08-20 16:02:37 +020017629ALL_MAKEFILES="$ALL_MAKEFILES \\
17630 programs/regedit/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017631test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17632 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17633 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17634 regedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017635ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17636programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017637ac_config_files="$ac_config_files programs/regedit/Makefile"
17638
Alexandre Julliarda360e932008-08-20 16:02:37 +020017639ALL_MAKEFILES="$ALL_MAKEFILES \\
17640 programs/regsvr32/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017641test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17642 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17643 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17644 regsvr32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017645ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17646programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017647ac_config_files="$ac_config_files programs/regsvr32/Makefile"
17648
Alexandre Julliarda360e932008-08-20 16:02:37 +020017649ALL_MAKEFILES="$ALL_MAKEFILES \\
17650 programs/rpcss/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017651test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17652 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17653 rpcss"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017654ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17655programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017656ac_config_files="$ac_config_files programs/rpcss/Makefile"
17657
Alexandre Julliarda360e932008-08-20 16:02:37 +020017658ALL_MAKEFILES="$ALL_MAKEFILES \\
17659 programs/rundll32/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017660test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17661 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17662 rundll32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017663ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17664programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017665ac_config_files="$ac_config_files programs/rundll32/Makefile"
17666
Alexandre Julliarda360e932008-08-20 16:02:37 +020017667ALL_MAKEFILES="$ALL_MAKEFILES \\
17668 programs/secedit/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017669test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17670 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17671 secedit"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017672ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17673programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
Louis Lenders6547fef2008-02-26 22:12:40 +000017674ac_config_files="$ac_config_files programs/secedit/Makefile"
17675
Alexandre Julliarda360e932008-08-20 16:02:37 +020017676ALL_MAKEFILES="$ALL_MAKEFILES \\
17677 programs/services/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017678test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17679 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17680 services"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017681ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17682programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
Mikołaj Zalewski7bd0efa2008-03-15 09:49:42 +010017683ac_config_files="$ac_config_files programs/services/Makefile"
17684
Alexandre Julliarda360e932008-08-20 16:02:37 +020017685ALL_MAKEFILES="$ALL_MAKEFILES \\
17686 programs/spoolsv/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017687test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17688 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17689 spoolsv"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017690ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17691programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
Jacek Caband1ddc9c2007-03-19 14:13:34 +010017692ac_config_files="$ac_config_files programs/spoolsv/Makefile"
17693
Alexandre Julliarda360e932008-08-20 16:02:37 +020017694ALL_MAKEFILES="$ALL_MAKEFILES \\
17695 programs/start/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017696test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17697 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17698 start"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017699ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17700programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017701ac_config_files="$ac_config_files programs/start/Makefile"
17702
Alexandre Julliarda360e932008-08-20 16:02:37 +020017703ALL_MAKEFILES="$ALL_MAKEFILES \\
17704 programs/svchost/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017705test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17706 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17707 svchost"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017708ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17709programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
Roy Shea4714c4f2007-12-04 15:00:34 -080017710ac_config_files="$ac_config_files programs/svchost/Makefile"
17711
Alexandre Julliarda360e932008-08-20 16:02:37 +020017712ALL_MAKEFILES="$ALL_MAKEFILES \\
17713 programs/taskmgr/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017714test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17715 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17716 taskmgr"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017717ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17718programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017719ac_config_files="$ac_config_files programs/taskmgr/Makefile"
17720
Alexandre Julliarda360e932008-08-20 16:02:37 +020017721ALL_MAKEFILES="$ALL_MAKEFILES \\
Hans Leidekker6137b1b2009-04-15 14:58:00 +020017722 programs/termsv/Makefile"
17723test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17724 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17725 termsv"
17726ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17727programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
17728ac_config_files="$ac_config_files programs/termsv/Makefile"
17729
17730ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017731 programs/uninstaller/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017732test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17733 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017734 uninstaller"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017735ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17736programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017737ac_config_files="$ac_config_files programs/uninstaller/Makefile"
17738
Alexandre Julliarda360e932008-08-20 16:02:37 +020017739ALL_MAKEFILES="$ALL_MAKEFILES \\
Andrey Turkin347272b2009-01-28 19:56:25 +030017740 programs/unlodctr/Makefile"
17741test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17742 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17743 unlodctr"
17744ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17745programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
17746ac_config_files="$ac_config_files programs/unlodctr/Makefile"
17747
17748ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017749 programs/view/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017750test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17751 view"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017752ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17753programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017754ac_config_files="$ac_config_files programs/view/Makefile"
17755
Alexandre Julliarda360e932008-08-20 16:02:37 +020017756ALL_MAKEFILES="$ALL_MAKEFILES \\
17757 programs/wineboot/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017758test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17759 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17760 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17761 wineboot"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017762ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17763programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017764ac_config_files="$ac_config_files programs/wineboot/Makefile"
17765
Alexandre Julliarda360e932008-08-20 16:02:37 +020017766ALL_MAKEFILES="$ALL_MAKEFILES \\
17767 programs/winebrowser/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017768test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17769 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017770 winebrowser"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017771ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17772programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017773ac_config_files="$ac_config_files programs/winebrowser/Makefile"
17774
Alexandre Julliarda360e932008-08-20 16:02:37 +020017775ALL_MAKEFILES="$ALL_MAKEFILES \\
17776 programs/winecfg/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017777test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17778 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17779 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17780 winecfg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017781ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17782programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017783ac_config_files="$ac_config_files programs/winecfg/Makefile"
17784
Alexandre Julliarda360e932008-08-20 16:02:37 +020017785ALL_MAKEFILES="$ALL_MAKEFILES \\
17786 programs/wineconsole/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017787test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17788 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17789 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17790 wineconsole"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017791ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17792programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017793ac_config_files="$ac_config_files programs/wineconsole/Makefile"
17794
Alexandre Julliarda360e932008-08-20 16:02:37 +020017795ALL_MAKEFILES="$ALL_MAKEFILES \\
17796 programs/winedbg/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017797test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17798 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17799 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17800 winedbg"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017801ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17802programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017803ac_config_files="$ac_config_files programs/winedbg/Makefile"
17804
Alexandre Julliarda360e932008-08-20 16:02:37 +020017805ALL_MAKEFILES="$ALL_MAKEFILES \\
17806 programs/winedevice/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017807test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17808 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17809 winedevice"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017810ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17811programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
Alexandre Julliardc81d0992007-05-17 16:51:44 +020017812ac_config_files="$ac_config_files programs/winedevice/Makefile"
17813
Alexandre Julliarda360e932008-08-20 16:02:37 +020017814ALL_MAKEFILES="$ALL_MAKEFILES \\
17815 programs/winefile/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017816test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17817 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17818 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17819 winefile"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017820ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17821programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017822ac_config_files="$ac_config_files programs/winefile/Makefile"
17823
Alexandre Julliarda360e932008-08-20 16:02:37 +020017824ALL_MAKEFILES="$ALL_MAKEFILES \\
17825 programs/winemenubuilder/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017826test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17827 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17828 winemenubuilder"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017829ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17830programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017831ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
17832
Alexandre Julliarda360e932008-08-20 16:02:37 +020017833ALL_MAKEFILES="$ALL_MAKEFILES \\
17834 programs/winemine/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017835test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17836 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17837 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17838 winemine"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017839ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17840programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017841ac_config_files="$ac_config_files programs/winemine/Makefile"
17842
Alexandre Julliarda360e932008-08-20 16:02:37 +020017843ALL_MAKEFILES="$ALL_MAKEFILES \\
17844 programs/winepath/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017845test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17846 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17847 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
17848 winepath"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017849ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17850programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017851ac_config_files="$ac_config_files programs/winepath/Makefile"
17852
Alexandre Julliarda360e932008-08-20 16:02:37 +020017853ALL_MAKEFILES="$ALL_MAKEFILES \\
17854 programs/winetest/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017855test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17856 winetest"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017857ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17858programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017859ac_config_files="$ac_config_files programs/winetest/Makefile"
17860
Alexandre Julliarda360e932008-08-20 16:02:37 +020017861ALL_MAKEFILES="$ALL_MAKEFILES \\
17862 programs/winevdm/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017863test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17864 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17865 winevdm"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017866ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17867programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017868ac_config_files="$ac_config_files programs/winevdm/Makefile"
17869
Alexandre Julliarda360e932008-08-20 16:02:37 +020017870ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliard3f0d9d12009-02-24 18:22:47 +010017871 programs/winhelp.exe16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010017872test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
Alexandre Julliard3f0d9d12009-02-24 18:22:47 +010017873 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17874 winhelp.exe16"
17875ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17876programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
17877ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
17878
17879ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017880 programs/winhlp32/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017881test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17882 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17883 winhlp32"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017884ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17885programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
Alexandre Julliarda795f362008-05-13 18:43:27 +020017886ac_config_files="$ac_config_files programs/winhlp32/Makefile"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017887
Alexandre Julliarda360e932008-08-20 16:02:37 +020017888ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda1cf6482009-02-24 18:21:02 +010017889 programs/winoldap.mod16/Makefile"
Alexandre Julliarda37d8892009-03-13 12:18:04 +010017890test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
Alexandre Julliarda1cf6482009-02-24 18:21:02 +010017891 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17892 winoldap.mod16"
17893ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17894programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
17895ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
17896
17897ALL_MAKEFILES="$ALL_MAKEFILES \\
Alexandre Julliarda360e932008-08-20 16:02:37 +020017898 programs/winver/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017899test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17900 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17901 winver"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017902ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17903programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017904ac_config_files="$ac_config_files programs/winver/Makefile"
17905
Alexandre Julliarda360e932008-08-20 16:02:37 +020017906ALL_MAKEFILES="$ALL_MAKEFILES \\
17907 programs/wordpad/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017908test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17909 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17910 wordpad"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017911ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17912programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017913ac_config_files="$ac_config_files programs/wordpad/Makefile"
17914
Alexandre Julliarda360e932008-08-20 16:02:37 +020017915ALL_MAKEFILES="$ALL_MAKEFILES \\
17916 programs/write/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017917test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17918 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17919 write"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017920ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17921programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
Mikołaj Zalewski2777a942007-08-01 20:01:29 -070017922ac_config_files="$ac_config_files programs/write/Makefile"
17923
Alexandre Julliarda360e932008-08-20 16:02:37 +020017924ALL_MAKEFILES="$ALL_MAKEFILES \\
17925 programs/xcopy/Makefile"
Alexandre Julliard4051eaf2008-08-25 12:14:54 +020017926test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
17927 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
17928 xcopy"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017929ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17930programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
Jason Edmeades921edab2007-03-06 20:04:15 +000017931ac_config_files="$ac_config_files programs/xcopy/Makefile"
17932
Alexandre Julliarda360e932008-08-20 16:02:37 +020017933ALL_MAKEFILES="$ALL_MAKEFILES \\
17934 server/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017935test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17936 server"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017937ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17938server/Makefile: server/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017939ac_config_files="$ac_config_files server/Makefile"
17940
Alexandre Julliarda360e932008-08-20 16:02:37 +020017941ALL_MAKEFILES="$ALL_MAKEFILES \\
17942 tools/Makefile"
Alexandre Julliard6de0af12008-08-25 14:41:03 +020017943test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
17944 tools"
Alexandre Julliarda360e932008-08-20 16:02:37 +020017945ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17946tools/Makefile: tools/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017947ac_config_files="$ac_config_files tools/Makefile"
17948
Alexandre Julliarda360e932008-08-20 16:02:37 +020017949ALL_MAKEFILES="$ALL_MAKEFILES \\
17950 tools/widl/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017951
Alexandre Julliarda360e932008-08-20 16:02:37 +020017952ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17953tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017954ac_config_files="$ac_config_files tools/widl/Makefile"
17955
Alexandre Julliarda360e932008-08-20 16:02:37 +020017956ALL_MAKEFILES="$ALL_MAKEFILES \\
17957 tools/winebuild/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017958
Alexandre Julliarda360e932008-08-20 16:02:37 +020017959ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17960tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017961ac_config_files="$ac_config_files tools/winebuild/Makefile"
17962
Alexandre Julliarda360e932008-08-20 16:02:37 +020017963ALL_MAKEFILES="$ALL_MAKEFILES \\
17964 tools/winedump/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017965
Alexandre Julliarda360e932008-08-20 16:02:37 +020017966ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17967tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017968ac_config_files="$ac_config_files tools/winedump/Makefile"
17969
Alexandre Julliarda360e932008-08-20 16:02:37 +020017970ALL_MAKEFILES="$ALL_MAKEFILES \\
17971 tools/winegcc/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017972
Alexandre Julliarda360e932008-08-20 16:02:37 +020017973ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17974tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017975ac_config_files="$ac_config_files tools/winegcc/Makefile"
17976
Alexandre Julliarda360e932008-08-20 16:02:37 +020017977ALL_MAKEFILES="$ALL_MAKEFILES \\
17978 tools/wmc/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017979
Alexandre Julliarda360e932008-08-20 16:02:37 +020017980ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17981tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017982ac_config_files="$ac_config_files tools/wmc/Makefile"
17983
Alexandre Julliarda360e932008-08-20 16:02:37 +020017984ALL_MAKEFILES="$ALL_MAKEFILES \\
17985 tools/wrc/Makefile"
Alexandre Julliard49163da2008-08-25 12:02:27 +020017986
Alexandre Julliarda360e932008-08-20 16:02:37 +020017987ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
17988tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010017989ac_config_files="$ac_config_files tools/wrc/Makefile"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000017990
Alexandre Julliard626f4252000-11-10 23:35:20 +000017991
Alexandre Julliard67828b62008-08-28 12:09:46 +020017992
17993ALL_WINETEST_DEPENDS="# Test binaries"
17994
17995for dir in $ALL_TEST_DIRS
17996do
17997 if test "$dir" != "\\"
17998 then
Alexandre Julliard0dc95162009-07-04 11:20:09 +020017999 testname=`expr $dir : '\(.*\)/tests'`_test
Alexandre Julliard67828b62008-08-28 12:09:46 +020018000 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
Alexandre Julliard0dc95162009-07-04 11:20:09 +020018001
18002$testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
18003 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
18004$testname.rc:
18005 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
18006$testname.res: $testname.rc $testname.exe"
Alexandre Julliard67828b62008-08-28 12:09:46 +020018007 fi
18008done
18009
Alexandre Julliarda6b91682009-02-23 17:15:14 +010018010test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
18011
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018012cat >confcache <<\_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018013# This file is a shell script that caches the results of configure
18014# tests run on this system so they can be shared between configure
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018015# scripts and configure runs, see configure's option --config-cache.
18016# It is not useful on other systems. If it contains results you don't
18017# want to keep, you may remove or edit it.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018018#
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018019# config.status only pays attention to the cache file if you give it
18020# the --recheck option to rerun configure.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018021#
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018022# `ac_cv_env_foo' variables (set or unset) will be overridden when
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018023# loading this file, other *unset* `ac_cv_foo' will be assigned the
18024# following values.
18025
18026_ACEOF
18027
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000018028# The following way of writing the cache mishandles newlines in values,
18029# but we know of no workaround that is simple, portable, and efficient.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018030# So, we kill variables containing newlines.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018031# Ultrix sh set writes to stderr and can't be redirected directly,
18032# and sets the high bit in the cache file unless we assign to the vars.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018033(
18034 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18035 eval ac_val=\$$ac_var
18036 case $ac_val in #(
18037 *${as_nl}*)
18038 case $ac_var in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010018040$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018041 esac
18042 case $ac_var in #(
18043 _ | IFS | as_nl) ;; #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010018044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018045 *) { eval $ac_var=; unset $ac_var;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018046 esac ;;
18047 esac
18048 done
18049
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018050 (set) 2>&1 |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018051 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18052 *${as_nl}ac_space=\ *)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018053 # `set' does not quote correctly, so add quotes: double-quote
18054 # substitution turns \\\\ into \\, and sed turns \\ into \.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018055 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +000018056 "s/'/'\\\\''/g;
18057 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018058 ;; #(
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018059 *)
18060 # `set' quotes correctly as required by POSIX, so do not add quotes.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018061 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018062 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018063 esac |
18064 sort
18065) |
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018066 sed '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018067 /^ac_cv_env_/b end
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018068 t clear
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018069 :clear
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018070 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18071 t end
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018072 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18073 :end' >>confcache
Jeremy White0ebeb532006-06-20 13:18:41 +020018074if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18075 if test -w "$cache_file"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018076 test "x$cache_file" != "x/dev/null" &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018077 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010018078$as_echo "$as_me: updating cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018079 cat confcache >$cache_file
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018080 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018081 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010018082$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018083 fi
18084fi
18085rm -f confcache
18086
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018087test "x$prefix" = xNONE && prefix=$ac_default_prefix
18088# Let make expand exec_prefix.
18089test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18090
Alexandre Julliard18f92e71996-07-17 20:02:21 +000018091DEFS=-DHAVE_CONFIG_H
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018092
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018093ac_libobjs=
18094ac_ltlibobjs=
18095for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18096 # 1. Remove the extension, and $U if already installed.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018097 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Alexandre Julliardabf50482008-10-31 12:56:53 +010018098 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018099 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18100 # will be set to the directory where LIBOBJS objects are built.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018101 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18102 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018103done
18104LIBOBJS=$ac_libobjs
18105
18106LTLIBOBJS=$ac_ltlibobjs
18107
18108
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018109
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018110: ${CONFIG_STATUS=./config.status}
Alexandre Julliardabf50482008-10-31 12:56:53 +010018111ac_write_fail=0
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018112ac_clean_files_save=$ac_clean_files
18113ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018114{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010018115$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018116as_write_fail=0
18117cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018118#! $SHELL
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018119# Generated by $as_me.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018120# Run this file to recreate the current configuration.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018121# Compiler output produced by configure, useful for debugging
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018122# configure, is in config.log if it exists.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018123
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018124debug=false
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018125ac_cs_recheck=false
18126ac_cs_silent=false
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018127
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018128SHELL=\${CONFIG_SHELL-$SHELL}
18129export SHELL
18130_ASEOF
18131cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
18132## -------------------- ##
18133## M4sh Initialization. ##
18134## -------------------- ##
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018135
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018136# Be more Bourne compatible
18137DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018138if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018139 emulate sh
18140 NULLCMD=:
Alexandre Julliardabf50482008-10-31 12:56:53 +010018141 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018142 # is contrary to our usage. Disable this feature.
18143 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018144 setopt NO_GLOB_SUBST
18145else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018146 case `(set -o) 2>/dev/null` in #(
18147 *posix*) :
18148 set -o posix ;; #(
18149 *) :
18150 ;;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018151esac
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000018152fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018153
18154
Alexandre Julliardabf50482008-10-31 12:56:53 +010018155as_nl='
18156'
18157export as_nl
18158# Printing a long string crashes Solaris 7 /usr/bin/printf.
18159as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18160as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18161as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018162# Prefer a ksh shell builtin over an external printf program on Solaris,
18163# but without wasting forks for bash or zsh.
18164if test -z "$BASH_VERSION$ZSH_VERSION" \
18165 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18166 as_echo='print -r --'
18167 as_echo_n='print -rn --'
18168elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018169 as_echo='printf %s\n'
18170 as_echo_n='printf %s'
18171else
18172 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18173 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18174 as_echo_n='/usr/ucb/echo -n'
18175 else
18176 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18177 as_echo_n_body='eval
18178 arg=$1;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018179 case $arg in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010018180 *"$as_nl"*)
18181 expr "X$arg" : "X\\(.*\\)$as_nl";
18182 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18183 esac;
18184 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18185 '
18186 export as_echo_n_body
18187 as_echo_n='sh -c $as_echo_n_body as_echo'
18188 fi
18189 export as_echo_body
18190 as_echo='sh -c $as_echo_body as_echo'
18191fi
18192
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018193# The user is always right.
18194if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018195 PATH_SEPARATOR=:
18196 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18197 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18198 PATH_SEPARATOR=';'
18199 }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018200fi
18201
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018202
18203# IFS
18204# We need space, tab and new line, in precisely that order. Quoting is
18205# there to prevent editors from complaining about space-tab.
18206# (If _AS_PATH_WALK were called with IFS unset, it would disable word
18207# splitting by setting IFS to empty value.)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018208IFS=" "" $as_nl"
18209
18210# Find who we are. Look in the path if we contain no directory separator.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018211case $0 in #((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018212 *[\\/]* ) as_myself=$0 ;;
18213 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018214for as_dir in $PATH
18215do
18216 IFS=$as_save_IFS
18217 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018218 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18219 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018220IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018221
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018222 ;;
18223esac
18224# We did not find ourselves, most probably we were run as `sh COMMAND'
18225# in which case we are not to be found in the path.
18226if test "x$as_myself" = x; then
18227 as_myself=$0
18228fi
18229if test ! -f "$as_myself"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018230 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018231 exit 1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018232fi
18233
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018234# Unset variables that we do not need and which cause bugs (e.g. in
18235# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18236# suppresses any "Segmentation fault" message there. '((' could
18237# trigger a bug in pdksh 5.2.14.
18238for as_var in BASH_ENV ENV MAIL MAILPATH
18239do eval test x\${$as_var+set} = xset \
18240 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018241done
18242PS1='$ '
18243PS2='> '
18244PS4='+ '
18245
18246# NLS nuisances.
Alexandre Julliardabf50482008-10-31 12:56:53 +010018247LC_ALL=C
18248export LC_ALL
18249LANGUAGE=C
18250export LANGUAGE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018251
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018252# CDPATH.
18253(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
18254
18255
18256# as_fn_error ERROR [LINENO LOG_FD]
18257# ---------------------------------
18258# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18259# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18260# script with status $?, using 1 if that was 0.
18261as_fn_error ()
18262{
18263 as_status=$?; test $as_status -eq 0 && as_status=1
18264 if test "$3"; then
18265 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
18266 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
18267 fi
18268 $as_echo "$as_me: error: $1" >&2
18269 as_fn_exit $as_status
18270} # as_fn_error
18271
18272
18273# as_fn_set_status STATUS
18274# -----------------------
18275# Set $? to STATUS, without forking.
18276as_fn_set_status ()
18277{
18278 return $1
18279} # as_fn_set_status
18280
18281# as_fn_exit STATUS
18282# -----------------
18283# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18284as_fn_exit ()
18285{
18286 set +e
18287 as_fn_set_status $1
18288 exit $1
18289} # as_fn_exit
18290
18291# as_fn_unset VAR
18292# ---------------
18293# Portably unset VAR.
18294as_fn_unset ()
18295{
18296 { eval $1=; unset $1;}
18297}
18298as_unset=as_fn_unset
18299# as_fn_append VAR VALUE
18300# ----------------------
18301# Append the text in VALUE to the end of the definition contained in VAR. Take
18302# advantage of any shell optimizations that allow amortized linear growth over
18303# repeated appends, instead of the typical quadratic growth present in naive
18304# implementations.
18305if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
18306 eval 'as_fn_append ()
18307 {
18308 eval $1+=\$2
18309 }'
18310else
18311 as_fn_append ()
18312 {
18313 eval $1=\$$1\$2
18314 }
18315fi # as_fn_append
18316
18317# as_fn_arith ARG...
18318# ------------------
18319# Perform arithmetic evaluation on the ARGs, and store the result in the
18320# global $as_val. Take advantage of shells that can avoid forks. The arguments
18321# must be portable across $(()) and expr.
18322if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
18323 eval 'as_fn_arith ()
18324 {
18325 as_val=$(( $* ))
18326 }'
18327else
18328 as_fn_arith ()
18329 {
18330 as_val=`expr "$@" || test $? -eq 1`
18331 }
18332fi # as_fn_arith
18333
18334
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018335if expr a : '\(a\)' >/dev/null 2>&1 &&
18336 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18337 as_expr=expr
18338else
18339 as_expr=false
18340fi
18341
18342if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18343 as_basename=basename
18344else
18345 as_basename=false
18346fi
18347
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018348if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18349 as_dirname=dirname
18350else
18351 as_dirname=false
18352fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018353
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018354as_me=`$as_basename -- "$0" ||
18355$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18356 X"$0" : 'X\(//\)$' \| \
18357 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +010018358$as_echo X/"$0" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018359 sed '/^.*\/\([^/][^/]*\)\/*$/{
18360 s//\1/
18361 q
18362 }
18363 /^X\/\(\/\/\)$/{
18364 s//\1/
18365 q
18366 }
18367 /^X\/\(\/\).*/{
18368 s//\1/
18369 q
18370 }
18371 s/.*/./; q'`
18372
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018373# Avoid depending upon Character Ranges.
18374as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18375as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18376as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18377as_cr_digits='0123456789'
18378as_cr_alnum=$as_cr_Letters$as_cr_digits
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018379
18380ECHO_C= ECHO_N= ECHO_T=
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018381case `echo -n x` in #(((((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018382-n*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018383 case `echo 'xy\c'` in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018384 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018385 xy) ECHO_C='\c';;
18386 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
18387 ECHO_T=' ';;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018388 esac;;
18389*)
18390 ECHO_N='-n';;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018391esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018392
18393rm -f conf$$ conf$$.exe conf$$.file
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018394if test -d conf$$.dir; then
18395 rm -f conf$$.dir/conf$$.file
18396else
18397 rm -f conf$$.dir
Alexandre Julliardabf50482008-10-31 12:56:53 +010018398 mkdir conf$$.dir 2>/dev/null
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018399fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010018400if (echo >conf$$.file) 2>/dev/null; then
18401 if ln -s conf$$.file conf$$ 2>/dev/null; then
18402 as_ln_s='ln -s'
18403 # ... but there are two gotchas:
18404 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18405 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18406 # In both cases, we have to default to `cp -p'.
18407 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18408 as_ln_s='cp -p'
18409 elif ln conf$$.file conf$$ 2>/dev/null; then
18410 as_ln_s=ln
18411 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018412 as_ln_s='cp -p'
Alexandre Julliardabf50482008-10-31 12:56:53 +010018413 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018414else
18415 as_ln_s='cp -p'
18416fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018417rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18418rmdir conf$$.dir 2>/dev/null
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018419
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018420
18421# as_fn_mkdir_p
18422# -------------
18423# Create "$as_dir" as a directory, including parents if necessary.
18424as_fn_mkdir_p ()
18425{
18426
18427 case $as_dir in #(
18428 -*) as_dir=./$as_dir;;
18429 esac
18430 test -d "$as_dir" || eval $as_mkdir_p || {
18431 as_dirs=
18432 while :; do
18433 case $as_dir in #(
18434 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18435 *) as_qdir=$as_dir;;
18436 esac
18437 as_dirs="'$as_qdir' $as_dirs"
18438 as_dir=`$as_dirname -- "$as_dir" ||
18439$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18440 X"$as_dir" : 'X\(//\)[^/]' \| \
18441 X"$as_dir" : 'X\(//\)$' \| \
18442 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18443$as_echo X"$as_dir" |
18444 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18445 s//\1/
18446 q
18447 }
18448 /^X\(\/\/\)[^/].*/{
18449 s//\1/
18450 q
18451 }
18452 /^X\(\/\/\)$/{
18453 s//\1/
18454 q
18455 }
18456 /^X\(\/\).*/{
18457 s//\1/
18458 q
18459 }
18460 s/.*/./; q'`
18461 test -d "$as_dir" && break
18462 done
18463 test -z "$as_dirs" || eval "mkdir $as_dirs"
18464 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
18465
18466
18467} # as_fn_mkdir_p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018468if mkdir -p . 2>/dev/null; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018469 as_mkdir_p='mkdir -p "$as_dir"'
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018470else
Alexandre Julliard875927f2004-01-02 01:55:29 +000018471 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018472 as_mkdir_p=false
18473fi
18474
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018475if test -x / >/dev/null 2>&1; then
18476 as_test_x='test -x'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018477else
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018478 if ls -dL / >/dev/null 2>&1; then
18479 as_ls_L_option=L
18480 else
18481 as_ls_L_option=
18482 fi
18483 as_test_x='
18484 eval sh -c '\''
18485 if test -d "$1"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018486 test -d "$1/.";
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018487 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018488 case $1 in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010018489 -*)set "./$1";;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018490 esac;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018491 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018492 ???[sx]*):;;*)false;;esac;fi
18493 '\'' sh
18494 '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018495fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010018496as_executable_p=$as_test_x
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018497
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018498# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000018499as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018500
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018501# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000018502as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018503
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018504
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018505exec 6>&1
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018506## ----------------------------------- ##
18507## Main body of $CONFIG_STATUS script. ##
18508## ----------------------------------- ##
18509_ASEOF
18510test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018511
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18513# Save the log message, to keep $0 and so on meaningful, and to
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018514# report actual input values of CONFIG_FILES etc. instead of their
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018515# values after options handling.
18516ac_log="
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +020018517This file was extended by Wine $as_me 1.1.30, which was
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018518generated by GNU Autoconf 2.64. Invocation command line was
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018519
18520 CONFIG_FILES = $CONFIG_FILES
18521 CONFIG_HEADERS = $CONFIG_HEADERS
18522 CONFIG_LINKS = $CONFIG_LINKS
18523 CONFIG_COMMANDS = $CONFIG_COMMANDS
18524 $ $0 $@
18525
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018526on `(hostname || uname -n) 2>/dev/null | sed 1q`
18527"
18528
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018529_ACEOF
18530
Alexandre Julliardabf50482008-10-31 12:56:53 +010018531case $ac_config_files in *"
18532"*) set x $ac_config_files; shift; ac_config_files=$*;;
18533esac
18534
18535case $ac_config_headers in *"
18536"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18537esac
18538
18539
18540cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018541# Files that config.status was made for.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018542config_files="$ac_config_files"
18543config_headers="$ac_config_headers"
18544config_commands="$ac_config_commands"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018545
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018546_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018547
Alexandre Julliardabf50482008-10-31 12:56:53 +010018548cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018549ac_cs_usage="\
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018550\`$as_me' instantiates files and other configuration actions
18551from templates according to the current configuration. Unless the files
18552and actions are specified as TAGs, all are instantiated by default.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018553
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018554Usage: $0 [OPTION]... [TAG]...
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018555
18556 -h, --help print this help, then exit
Alexandre Julliard78bd1942006-08-14 20:42:56 +020018557 -V, --version print version number and configuration settings, then exit
Alexandre Julliardabf50482008-10-31 12:56:53 +010018558 -q, --quiet, --silent
18559 do not print progress messages
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018560 -d, --debug don't remove temporary files
18561 --recheck update $as_me by reconfiguring in the same conditions
Alexandre Julliardabf50482008-10-31 12:56:53 +010018562 --file=FILE[:TEMPLATE]
18563 instantiate the configuration file FILE
18564 --header=FILE[:TEMPLATE]
18565 instantiate the configuration header FILE
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018566
18567Configuration files:
18568$config_files
18569
18570Configuration headers:
18571$config_headers
18572
18573Configuration commands:
18574$config_commands
18575
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018576Report bugs to <wine-devel@winehq.org>.
18577Wine home page: <http://www.winehq.org>."
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000018578
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018579_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018580cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018581ac_cs_version="\\
Alexandre Julliardf3b9fb52009-09-25 18:53:43 +020018582Wine config.status 1.1.30
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018583configured by $0, generated by GNU Autoconf 2.64,
Alexandre Julliardabf50482008-10-31 12:56:53 +010018584 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018585
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018586Copyright (C) 2009 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018587This config.status script is free software; the Free Software Foundation
18588gives unlimited permission to copy, distribute and modify it."
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018589
18590ac_pwd='$ac_pwd'
18591srcdir='$srcdir'
18592INSTALL='$INSTALL'
Alexandre Julliardabf50482008-10-31 12:56:53 +010018593test -n "\$AWK" || AWK=awk
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018594_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018595
Alexandre Julliardabf50482008-10-31 12:56:53 +010018596cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18597# The default lists apply if the user does not specify any file.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018598ac_need_defaults=:
18599while test $# != 0
18600do
18601 case $1 in
18602 --*=*)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018603 ac_option=`expr "X$1" : 'X\([^=]*\)='`
18604 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018605 ac_shift=:
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018606 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018607 *)
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018608 ac_option=$1
18609 ac_optarg=$2
18610 ac_shift=shift
18611 ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018612 esac
18613
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018614 case $ac_option in
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018615 # Handling of the options.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018616 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
18617 ac_cs_recheck=: ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018618 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
Alexandre Julliardabf50482008-10-31 12:56:53 +010018619 $as_echo "$ac_cs_version"; exit ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018620 --debug | --debu | --deb | --de | --d | -d )
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018621 debug=: ;;
18622 --file | --fil | --fi | --f )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018623 $ac_shift
Alexandre Julliardabf50482008-10-31 12:56:53 +010018624 case $ac_optarg in
18625 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18626 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018627 as_fn_append CONFIG_FILES " '$ac_optarg'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018628 ac_need_defaults=false;;
18629 --header | --heade | --head | --hea )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000018630 $ac_shift
Alexandre Julliardabf50482008-10-31 12:56:53 +010018631 case $ac_optarg in
18632 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18633 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018634 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018635 ac_need_defaults=false;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018636 --he | --h)
18637 # Conflict between --help and --header
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018638 as_fn_error "ambiguous option: \`$1'
18639Try \`$0 --help' for more information.";;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018640 --help | --hel | -h )
Alexandre Julliardabf50482008-10-31 12:56:53 +010018641 $as_echo "$ac_cs_usage"; exit ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018642 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
18643 | -silent | --silent | --silen | --sile | --sil | --si | --s)
18644 ac_cs_silent=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000018645
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018646 # This is an error.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018647 -*) as_fn_error "unrecognized option: \`$1'
18648Try \`$0 --help' for more information." ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018649
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020018650 *) as_fn_append ac_config_targets " $1"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018651 ac_need_defaults=false ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018652
18653 esac
18654 shift
18655done
18656
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018657ac_configure_extra_args=
18658
18659if $ac_cs_silent; then
18660 exec 6>/dev/null
18661 ac_configure_extra_args="$ac_configure_extra_args --silent"
18662fi
18663
18664_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018665cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018666if \$ac_cs_recheck; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010018667 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18668 shift
18669 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18670 CONFIG_SHELL='$SHELL'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018671 export CONFIG_SHELL
Alexandre Julliardabf50482008-10-31 12:56:53 +010018672 exec "\$@"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000018673fi
18674
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018675_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018676cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018677exec 5>>config.log
18678{
18679 echo
18680 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18681## Running $as_me. ##
18682_ASBOX
Alexandre Julliardabf50482008-10-31 12:56:53 +010018683 $as_echo "$ac_log"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018684} >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018685
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018686_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010018687cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018688_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +000018689
Alexandre Julliardabf50482008-10-31 12:56:53 +010018690cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018691
18692# Handling of arguments.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018693for ac_config_target in $ac_config_targets
18694do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018695 case $ac_config_target in
18696 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
Alexandre Julliardc4704c22006-09-22 09:33:00 +020018697 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020018698 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
18699 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
Alexandre Julliard1c60e3b2006-09-12 16:10:51 +020018700 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010018701 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018702 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
18703 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
18704 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
18705 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
18706 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
18707 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018708 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
18709 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
18710 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
Eric Pouech0da02fb2007-04-16 09:22:03 +020018711 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
Nikolay Sivov3406c9d2009-01-20 20:02:51 +030018712 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018713 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
Rob Shearmane8c7c062007-12-07 16:02:30 +000018714 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
Rob Shearman76e08962008-03-06 15:01:34 +000018715 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018716 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
18717 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
18718 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
18719 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
18720 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
Christian Costab5dbbd42009-04-13 10:07:35 +020018721 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
Owen Rudgef4e64892008-07-24 21:57:28 +010018722 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018723 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
Austin English78cffc62009-01-27 23:01:17 -060018724 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018725 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
18726 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
Alexandre Julliardb91cf322009-03-24 16:56:58 +010018727 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
Henri Verbeet5c898502009-03-30 11:24:55 +020018728 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
Mikołaj Zalewskiea0361f2007-02-05 17:51:05 +010018729 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
Mikołaj Zalewski7206e102007-02-05 17:53:42 +010018730 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018731 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
18732 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
18733 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
18734 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
18735 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
Benjamin Arai493bc6b2006-09-27 16:02:35 -070018736 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018737 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
Aric Stewart9c3b12b2006-07-13 14:16:59 -050018738 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018739 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
18740 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
18741 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
Detlef Riekenberg955fe0d2006-07-03 22:55:53 +020018742 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
Alexandre Julliard41600a82009-03-04 14:22:24 +010018743 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
Alexandre Julliard6b40f642009-03-11 17:12:32 +010018744 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
Detlef Riekenberg5640b562006-06-20 06:12:36 +020018745 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
Rob Shearmanc82fde42007-01-22 21:48:51 +000018746 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
Rob Shearmane1465912007-10-24 16:17:36 +010018747 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018748 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
18749 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
18750 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
Maarten Lankhorstf9308212008-02-17 18:20:32 -080018751 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018752 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
Maarten Lankhorstd2ee3872006-06-28 16:51:41 +020018753 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
Juan Lang322bcdd2007-10-18 10:28:32 -070018754 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
Juan Lang2016c632008-04-10 11:16:01 -070018755 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
Juan Lang7e0e1a12008-10-24 14:34:27 -070018756 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
Christian Eggersf89c6de2007-11-02 13:46:18 +010018757 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010018758 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018759 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
Alexandre Julliard9a19d8a2009-03-23 20:31:01 +010018760 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
Kovács András0db109f2007-07-09 14:06:40 +020018761 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
Henri Verbeet65e614a2008-10-29 09:00:27 +010018762 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
Henri Verbeet078fc192008-11-12 12:04:24 +010018763 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
Henri Verbeet1dad7592008-11-18 09:27:58 +010018764 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018765 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
18766 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
18767 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
18768 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
18769 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
18770 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
David Adamf50800b2007-04-19 21:03:53 +020018771 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
Tony Wasserka6f834d32008-02-02 10:24:28 +010018772 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
Tony Wasserkae9c16392008-02-02 16:22:27 +010018773 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
Tony Wasserka409b19b2008-02-02 18:06:52 +010018774 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
18775 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
Tony Wasserka2aa15052008-02-02 18:29:07 +010018776 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
18777 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
18778 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
Tony Wasserkae4866622008-02-02 18:35:38 +010018779 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
Tony Wasserkadf0a6942008-02-02 19:02:34 +010018780 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
18781 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
18782 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
18783 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
Tony Wasserka87fefc72008-01-13 11:34:43 +010018784 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
Philip Nilssonb67290b2008-03-21 11:04:46 +010018785 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
Tony Wasserkabe0799f2008-03-24 12:32:54 +010018786 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
David Adam1c5b5362009-01-25 11:38:20 +010018787 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
David Adam5775edd2009-01-25 13:29:33 +010018788 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
Rico Schüllerc97d3d72009-01-26 21:33:25 +010018789 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
Rico Schüller3400c032009-03-29 15:41:21 +020018790 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
Ričardas Barkauskas5ae2ff82009-09-25 12:17:20 +030018791 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018792 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
Christian Costa04d72cd2008-08-19 00:30:44 +020018793 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018794 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
18795 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
Eric Pouecha0053ab2009-05-05 21:25:32 +020018796 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018797 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
18798 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
Ulrich Czekallafe70c542006-12-14 10:39:42 -050018799 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
Stefan Dösinger60039a52009-01-09 12:24:49 +010018800 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018801 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
18802 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
18803 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
18804 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
Alexandre Julliard86f54f42009-03-04 14:27:05 +010018805 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
Alexandre Julliard02ada6e2009-03-04 14:28:32 +010018806 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018807 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
18808 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
18809 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
18810 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
18811 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
18812 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
18813 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
18814 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
18815 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
18816 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
18817 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
18818 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
18819 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
Alessandro Pignottid1331e62007-02-27 17:27:43 +010018820 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
Luis Carlos Busquets Pérez8caf0782007-03-07 09:41:41 +010018821 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018822 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
18823 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
Luis C. Busquets Pérez5996c132007-08-02 11:04:50 +020018824 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
Ismael Barros9d2a1e82008-07-22 22:23:16 +030018825 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
Austin Englishb3ccbc62009-06-25 12:30:45 -050018826 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018827 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
18828 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
Maarten Lankhorst2472e812008-02-17 18:20:32 -080018829 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018830 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
Kovács Andrásc0ddd5e2007-06-19 09:36:14 +020018831 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018832 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
18833 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
18834 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
Henri Verbeet9e376212008-10-21 15:06:58 +020018835 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
Henri Verbeet1dea8292008-11-18 09:27:58 +010018836 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018837 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
Peter Dons Tychsena2cd6432007-07-27 01:43:49 +020018838 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
James Hawkinsc0b3af32008-03-20 18:27:46 -070018839 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
James Hawkins9e021cf2008-03-31 01:03:24 -050018840 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020018841 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
18842 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
Evan Stadebed761c2007-05-25 10:21:44 -070018843 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
Evan Stadefcd7a622007-06-11 11:52:26 -070018844 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018845 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018846 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
Maarten Lankhorste4576c82008-02-17 18:20:32 -080018847 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
Alexandre Julliardd2d68702007-05-14 20:05:15 +020018848 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018849 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
Kevin Koltzaub89cafa2006-08-05 23:09:06 -040018850 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
Mike McCormackb732e9b2006-06-06 19:26:24 +090018851 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
Mike McCormacka430db92006-08-02 02:19:15 +090018852 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
Jeff Latimera00aa032007-06-18 23:27:00 +100018853 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
Austin English8cf8e2c2009-01-11 14:54:15 -060018854 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018855 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
18856 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
18857 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
18858 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
18859 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
Alexandre Julliard1b937ca2009-03-23 20:32:06 +010018860 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018861 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
Michael Jung0a31ab72008-01-02 23:14:49 +010018862 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
Rob Shearmanbeab2c12007-11-02 11:35:34 +000018863 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
Huw Daviesba6b7e82007-11-02 15:45:39 +000018864 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
Juan Lang17231572008-05-20 20:47:42 -070018865 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
Juan Langcca77db2008-05-20 20:48:37 -070018866 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
Mike McCormack4d3877b2006-07-11 11:13:18 +090018867 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
Mike McCormackb5871fa2006-08-15 22:58:12 +090018868 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
Maarten Lankhorst7c3d24b2008-02-17 18:20:32 -080018869 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
John Klehme9252252007-07-31 11:58:02 -050018870 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
Mike McCormack4d3877b2006-07-11 11:13:18 +090018871 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018872 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
18873 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
James Hawkins58b06862008-02-15 17:39:46 -060018874 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018875 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
Jacek Caban1e65d472006-12-25 16:09:41 +010018876 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
Jacek Cabanfa23a2c2008-03-09 00:07:57 +010018877 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
Jacek Caban63ebe012008-03-24 21:53:14 +010018878 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
Alexandre Julliard489d87d2006-09-12 13:01:46 +020018879 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
18880 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
Alexandre Julliardc2e52462009-03-04 14:30:37 +010018881 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
Andrey Turkinfaa73662009-01-07 13:34:31 +030018882 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
Detlef Riekenberg2198d832006-09-11 00:28:36 +020018883 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
Detlef Riekenbergecb97fc2006-09-28 11:47:52 +020018884 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
Detlef Riekenbergd24bc082007-04-06 22:33:01 +020018885 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
Detlef Riekenberg62e92792007-04-06 22:33:17 +020018886 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018887 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
18888 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
Alexandre Julliard96b47ff2009-03-11 16:18:03 +010018889 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018890 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
18891 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
18892 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
18893 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
Christian Costaa9c825e2009-02-26 23:27:36 +010018894 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018895 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
18896 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
18897 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
18898 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
18899 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
18900 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
18901 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
Alexandre Julliard43dc80e2008-01-04 13:07:05 +010018902 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
Alexandre Julliardd62c05f2009-03-04 14:32:56 +010018903 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018904 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
18905 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
Alexandre Julliardd4314822009-03-11 16:22:47 +010018906 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018907 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
18908 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
18909 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
18910 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
Alexander Nicolaysen Sørnes6103f312007-10-28 19:43:51 +010018911 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018912 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
18913 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
Paul Chitescu4fe6c3f2006-10-06 12:21:02 +030018914 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
Aric Stewarta74aeae2009-01-27 14:15:08 -060018915 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
Aric Stewart64ae0002009-02-17 10:40:34 -060018916 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
Huw Daviesb8e97562009-08-03 12:17:10 +010018917 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018918 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
18919 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
18920 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020018921 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
Jacek Caban021d06a2007-07-29 21:25:14 +020018922 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018923 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
18924 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
18925 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
18926 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
18927 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
Jacek Caban44a808f2007-10-14 19:31:45 +020018928 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
Juan Lang8a6c2c22008-07-31 08:41:17 -070018929 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018930 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
18931 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
18932 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
Austin English0d731932009-01-20 20:03:45 -060018933 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
Maarten Lankhorstc438d232008-02-17 18:20:32 -080018934 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
Roy Shea80ee2252008-07-14 17:12:47 -070018935 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
Alexandre Julliard3842ab02008-08-19 15:30:25 +020018936 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
Alexandre Julliard455a4992007-09-28 20:43:43 +020018937 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
Hans Leidekker67815c62008-01-20 19:34:01 +010018938 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018939 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
18940 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
18941 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
18942 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
18943 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
18944 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
18945 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
Jörg Höhlefc5c89e2008-12-16 21:27:56 +010018946 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018947 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
Eric Pouechb8aa4e42009-05-14 21:36:39 +020018948 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018949 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
18950 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
18951 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
Benjamin Arai0b4eafa2006-09-15 16:00:53 -070018952 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018953 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
18954 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
18955 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
18956 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
18957 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
18958 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
Rob Shearman5db45042008-01-24 18:36:36 +000018959 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
Alexandre Julliard12c169d2007-05-14 19:55:32 +020018960 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
Detlef Riekenberga8697b52007-06-19 00:02:15 +020018961 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
Detlef Riekenberga1144832007-06-21 06:07:10 +020018962 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018963 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
18964 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
18965 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
Bill Medlandcf6e0d82007-01-09 08:41:04 -080018966 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
Alexandre Julliard2e1b3092009-03-11 17:05:20 +010018967 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
Alexandre Julliardea638262009-03-11 16:32:36 +010018968 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
Alexandre Julliardd5a4a662009-03-11 17:36:40 +010018969 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
Alexandre Julliard7511d672009-03-11 16:53:06 +010018970 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
Alexandre Julliardb4bbe0c2009-03-11 16:36:17 +010018971 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
Alexandre Julliarddc810652009-03-11 16:38:57 +010018972 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018973 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
18974 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
18975 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
Nikolay Sivove2399a92008-10-14 22:18:08 +040018976 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018977 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
18978 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
Alexandre Julliard7c288602009-03-11 16:26:37 +010018979 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018980 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
Huw Daviesbcfce052009-09-02 12:02:39 +010018981 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
Huw Davies678f98e2009-09-09 17:18:37 +010018982 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018983 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
18984 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
Alexandre Julliardb12965c2009-03-11 16:27:35 +010018985 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018986 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
Stefan Leichter7db1bd92007-09-07 21:15:41 +020018987 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
Chris Robinson862965f2009-08-25 03:26:35 -070018988 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018989 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
Roderick Colenbrander219269c2007-08-01 14:38:49 +020018990 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
Andrey Turkin41f15a72007-06-02 02:28:45 +040018991 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
Hans Leidekker0a6f6872007-07-08 14:06:08 +020018992 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
Hans Leidekkerefa2fcc2008-12-15 11:55:32 +010018993 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018994 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
Detlef Riekenberg3fd4a532007-06-18 00:32:12 +020018995 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
James Hawkins07588022008-01-16 00:11:17 -060018996 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020018997 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
18998 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
Mike McCormackacb7f8a2006-08-11 15:11:47 +090018999 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019000 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
Lei Zhang6de8be72008-02-11 18:07:45 -080019001 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
Lei Zhange8551a02008-02-13 14:47:12 -080019002 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
Roy Shea2b0255f2007-10-08 10:38:06 -070019003 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
Roy Shea884e7e72008-02-11 11:09:34 -080019004 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
Roy Shea00ef4e52007-12-09 13:16:07 -080019005 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019006 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
19007 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
Mike McCormackdefbc492006-07-07 18:21:36 +090019008 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
Alexandre Julliarde475ef82009-03-23 20:34:34 +010019009 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019010 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
Stefan Leichterb8c6d8e2008-07-06 13:47:34 +020019011 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
Aric Stewartf55151a2009-01-23 11:43:16 -060019012 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
Benjamin Arai3ac07aa2006-09-29 15:17:22 -070019013 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019014 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
19015 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
19016 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
Alex Villacís Lasso74cd5902007-10-22 10:47:59 -050019017 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019018 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
19019 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
19020 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019021 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
19022 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
Alexander Scott-Johnsa4689aa2009-06-26 23:12:21 +010019023 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019024 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
Maarten Lankhorst322d4ca2008-02-17 18:20:32 -080019025 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
Rob Shearman361c6f22007-03-01 12:17:59 +000019026 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
Yuval Fledel735df242007-04-25 22:49:08 +030019027 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019028 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
19029 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
19030 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
19031 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
19032 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
Detlef Riekenberg8650c572007-02-22 21:15:29 +010019033 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019034 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
19035 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
19036 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
Detlef Riekenberg161897e2007-01-16 20:35:06 +010019037 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
Jacek Caban2d3a5a62006-11-09 23:51:08 +010019038 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019039 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
19040 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
Alexandre Julliard129ba5a2009-04-01 18:20:13 +020019041 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019042 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
19043 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
19044 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
19045 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
19046 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
Maarten Lankhorstb3a96992008-02-17 18:20:32 -080019047 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
Alistair Leslie-Hughesea563702008-02-20 00:17:08 +110019048 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019049 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
Hans Leidekker396f6c02007-01-22 15:31:00 +010019050 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
Maarten Lankhorste11826f2008-02-17 18:20:32 -080019051 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
Alexandre Julliardb0530a52009-03-23 20:35:00 +010019052 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019053 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
Detlef Riekenbergcf122ba2007-10-03 01:01:12 +020019054 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019055 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
19056 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
19057 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
Damjan Jovanovicee1dd492009-09-26 17:59:54 +020019058 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
Alexandre Julliardf7fe2ed2009-03-11 17:03:10 +010019059 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
Alexandre Julliarde4085d72009-03-04 14:16:18 +010019060 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019061 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
Konstantin Petrovbb497632006-09-04 20:46:34 +040019062 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
EA Durbin74977da2007-04-19 18:28:52 -050019063 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
Alexandre Julliard55b5e3a2009-09-28 19:56:10 +020019064 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
Austin Englishb03d07d2009-05-04 22:52:37 -050019065 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019066 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
Alexandre Julliardc1dbead2009-09-28 20:00:15 +020019067 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
Austin English2de77982009-01-28 10:51:51 -060019068 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
Alexandre Julliard2b67a232009-03-23 20:34:02 +010019069 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019070 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
Jeremy White499603c2009-01-26 11:40:49 -060019071 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
Alexandre Julliard8a708952009-03-11 17:30:10 +010019072 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019073 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
Alexandre Julliardd7fd3082009-01-05 20:28:06 +010019074 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019075 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
19076 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
19077 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010019078 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
19079 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
Mike McCormacka6ea0f62006-06-05 14:01:10 +090019080 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
Lei Zhangffb04572008-04-29 18:09:24 -070019081 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019082 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
19083 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
19084 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
19085 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
Paul Vriens569a4522006-06-13 14:16:58 +020019086 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019087 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
19088 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
19089 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
19090 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
19091 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
19092 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
19093 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
19094 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
19095 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
19096 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
Alexandre Julliardb4d46252009-03-24 09:42:02 +010019097 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
Austin Englishe10f24e2009-05-06 07:51:21 -050019098 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
Alexandre Julliard2a745fe2009-03-24 09:38:01 +010019099 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
Alexandre Julliarda9e81622009-03-04 14:19:49 +010019100 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
Alexandre Julliarda2ae7dd2009-03-23 20:33:34 +010019101 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
Alexandre Julliard6cebffc2009-03-04 14:24:30 +010019102 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
Vincent Povirked4cde22009-05-28 13:36:54 -050019103 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
Vincent Povirkb19e3292009-06-10 15:57:15 -050019104 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
Alexandre Julliard01905332007-01-10 13:40:39 +010019105 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
Alexandre Julliardf972d662007-01-10 13:42:34 +010019106 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
Alexandre Julliard94020892007-01-10 13:43:27 +010019107 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019108 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
19109 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
19110 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
Alexandre Julliard851e6d72007-01-10 13:44:20 +010019111 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
Alexandre Julliard7fc151d2007-01-10 13:45:03 +010019112 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
Alexandre Julliardf231a702006-12-29 14:29:20 +010019113 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019114 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
Alexandre Julliardae0380d2007-01-10 13:45:39 +010019115 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
Alexandre Julliarddc3961b2007-01-10 13:46:14 +010019116 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019117 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
Pierre d'Herbemont08884512006-10-24 15:26:33 +020019118 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
Alexandre Julliardbdb4fab2006-06-16 09:57:50 +020019119 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
Alexandre Julliard6ad95182009-09-26 13:32:25 +020019120 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
Dmitry Timoshkov47e6fb42007-02-22 18:43:58 +080019121 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
Jacek Caban21572962007-07-31 00:54:42 +020019122 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
Zac Brownb2be8402008-07-17 17:37:23 -070019123 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019124 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
19125 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
19126 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019127 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
Alexandre Julliard9bf9eb02009-03-24 09:31:03 +010019128 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019129 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
Mounir IDRASSI23df68d2007-05-23 00:51:46 +020019130 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019131 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
19132 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
Alexandre Julliardd540fa22009-03-23 20:33:00 +010019133 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019134 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
John Klehmb4c5a622009-08-02 16:23:35 -050019135 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019136 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
Paul Vriens95bb9032006-08-29 10:25:47 +020019137 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019138 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
Hans Leidekkerb9813872008-10-06 15:47:28 +020019139 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
Marcus Meissner4328d922008-01-16 15:03:03 +010019140 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
Hans Leidekkerdd1d8ca2009-07-14 12:27:46 +020019141 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019142 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
19143 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
19144 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
19145 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
19146 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
19147 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
Hans Leidekker5b6551a2008-12-16 16:41:43 +010019148 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
Andrew Fenn68ede592008-11-10 16:29:29 +000019149 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
Andrew Fenn85a4a1d2008-11-10 16:30:13 +000019150 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
Andrew Fenn457a22d2008-11-10 16:22:35 +000019151 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
Andrew Fenn29789a82008-11-10 16:32:33 +000019152 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
Andrew Fennc4cd3bc2008-11-10 16:26:05 +000019153 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
Christian Costa2f4423e2009-04-20 21:22:15 +020019154 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019155 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
19156 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
19157 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19158 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
19159 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019160 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
19161 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
19162 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
19163 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
Andrey Turkinc0f4fc42009-01-11 22:36:53 +030019164 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019165 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
Dan Kegel39857442006-09-03 21:13:08 -070019166 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019167 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
19168 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
Austin Englishb3fb7932009-08-24 11:18:26 -050019169 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019170 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
19171 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
19172 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
19173 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
19174 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
19175 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
Andrey Turkin347272b2009-01-28 19:56:25 +030019176 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019177 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
Tim Schwartz451616e2007-05-02 12:30:19 -050019178 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019179 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
Piotr Caban68f590c2006-06-14 19:50:28 +020019180 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019181 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
Andrew Riedi2087ad42008-03-18 23:36:28 -070019182 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019183 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
19184 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
19185 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
19186 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
Louis Lenders6547fef2008-02-26 22:12:40 +000019187 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
Mikołaj Zalewski7bd0efa2008-03-15 09:49:42 +010019188 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
Jacek Caband1ddc9c2007-03-19 14:13:34 +010019189 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019190 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
Roy Shea4714c4f2007-12-04 15:00:34 -080019191 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019192 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
Hans Leidekker6137b1b2009-04-15 14:58:00 +020019193 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019194 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
Andrey Turkin347272b2009-01-28 19:56:25 +030019195 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019196 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019197 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
19198 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
19199 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
19200 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
19201 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
Alexandre Julliardc81d0992007-05-17 16:51:44 +020019202 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019203 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
19204 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
19205 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
19206 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
19207 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
19208 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
Alexandre Julliard3f0d9d12009-02-24 18:22:47 +010019209 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
Alexandre Julliarda795f362008-05-13 18:43:27 +020019210 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
Alexandre Julliarda1cf6482009-02-24 18:21:02 +010019211 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019212 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
19213 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
Mikołaj Zalewski2777a942007-08-01 20:01:29 -070019214 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
Jason Edmeades921edab2007-03-06 20:04:15 +000019215 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019216 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
19217 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
19218 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019219 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
19220 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
19221 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
19222 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
19223 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
19224
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019225 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019226 esac
19227done
19228
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019229
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019230# If the user did not use the arguments to specify the items to instantiate,
19231# then the envvar interface is used. Set only those that are not.
19232# We use the long form for the default assignment because of an extremely
19233# bizarre bug on SunOS 4.1.3.
19234if $ac_need_defaults; then
19235 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19236 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19237 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
19238fi
19239
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019240# Have a temporary directory for convenience. Make it in the build tree
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019241# simply because there is no reason against having it here, and in addition,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019242# creating and moving files from /tmp can sometimes cause problems.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019243# Hook for its removal unless debugging.
19244# Note that there is a small window in which the directory will not be cleaned:
19245# after its creation but before its name has been assigned to `$tmp'.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019246$debug ||
19247{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019248 tmp=
19249 trap 'exit_status=$?
19250 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19251' 0
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019252 trap 'as_fn_exit 1' 1 2 13 15
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019253}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019254# Create a (secure) tmp directory for tmp files.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019255
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019256{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019257 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019258 test -n "$tmp" && test -d "$tmp"
19259} ||
19260{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019261 tmp=./conf$$-$RANDOM
19262 (umask 077 && mkdir "$tmp")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019263} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019264
Alexandre Julliardabf50482008-10-31 12:56:53 +010019265# Set up the scripts for CONFIG_FILES section.
19266# No need to generate them if there are no CONFIG_FILES.
19267# This happens for instance with `./config.status config.h'.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019268if test -n "$CONFIG_FILES"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019269
Alexandre Julliardabf50482008-10-31 12:56:53 +010019270if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
19271 ac_cs_awk_getline=:
19272 ac_cs_awk_pipe_init=
19273 ac_cs_awk_read_file='
19274 while ((getline aline < (F[key])) > 0)
19275 print(aline)
19276 close(F[key])'
19277 ac_cs_awk_pipe_fini=
19278else
19279 ac_cs_awk_getline=false
19280 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
19281 ac_cs_awk_read_file='
19282 print "|#_!!_#|"
19283 print "cat " F[key] " &&"
19284 '$ac_cs_awk_pipe_init
19285 # The final `:' finishes the AND list.
19286 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
19287fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019288ac_cr=`echo X | tr X '\015'`
19289# On cygwin, bash can eat \r inside `` if the user requested igncr.
19290# But we know of no other shell where ac_cr would be empty at this
19291# point, so we can use a bashism as a fallback.
19292if test "x$ac_cr" = x; then
19293 eval ac_cr=\$\'\\r\'
19294fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010019295ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19296if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019297 ac_cs_awk_cr='\r'
Alexandre Julliardabf50482008-10-31 12:56:53 +010019298else
19299 ac_cs_awk_cr=$ac_cr
19300fi
19301
19302echo 'BEGIN {' >"$tmp/subs1.awk" &&
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019303_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019304
Alexandre Julliardabf50482008-10-31 12:56:53 +010019305# Create commands to substitute file output variables.
19306{
19307 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
19308 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
19309 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
19310 echo "_ACAWK" &&
19311 echo "_ACEOF"
19312} >conf$$files.sh &&
19313. ./conf$$files.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019314 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019315rm -f conf$$files.sh
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019316
Alexandre Julliardabf50482008-10-31 12:56:53 +010019317{
19318 echo "cat >conf$$subs.awk <<_ACEOF" &&
19319 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19320 echo "_ACEOF"
19321} >conf$$subs.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019322 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019323ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019324ac_delim='%!_!# '
19325for ac_last_try in false false false false false :; do
Alexandre Julliardabf50482008-10-31 12:56:53 +010019326 . ./conf$$subs.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019327 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019328
Alexandre Julliardabf50482008-10-31 12:56:53 +010019329 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19330 if test $ac_delim_n = $ac_delim_num; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019331 break
19332 elif $ac_last_try; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019333 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019334 else
19335 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019336 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019337done
Alexandre Julliardabf50482008-10-31 12:56:53 +010019338rm -f conf$$subs.sh
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019339
Alexandre Julliardabf50482008-10-31 12:56:53 +010019340cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19341cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019342_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010019343sed -n '
19344h
19345s/^/S["/; s/!.*/"]=/
19346p
19347g
19348s/^[^!]*!//
19349:repl
19350t repl
19351s/'"$ac_delim"'$//
19352t delim
19353:nl
19354h
19355s/\(.\{148\}\).*/\1/
19356t more1
19357s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19358p
19359n
19360b repl
19361:more1
19362s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19363p
19364g
19365s/.\{148\}//
19366t nl
19367:delim
19368h
19369s/\(.\{148\}\).*/\1/
19370t more2
19371s/["\\]/\\&/g; s/^/"/; s/$/"/
19372p
19373b
19374:more2
19375s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19376p
19377g
19378s/.\{148\}//
19379t delim
19380' <conf$$subs.awk | sed '
19381/^[^""]/{
19382 N
19383 s/\n//
19384}
19385' >>$CONFIG_STATUS || ac_write_fail=1
19386rm -f conf$$subs.awk
19387cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19388_ACAWK
19389cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19390 for (key in S) S_is_set[key] = 1
19391 FS = ""
19392 \$ac_cs_awk_pipe_init
19393}
19394{
19395 line = $ 0
19396 nfields = split(line, field, "@")
19397 substed = 0
19398 len = length(field[1])
19399 for (i = 2; i < nfields; i++) {
19400 key = field[i]
19401 keylen = length(key)
19402 if (S_is_set[key]) {
19403 value = S[key]
19404 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19405 len += length(value) + length(field[++i])
19406 substed = 1
19407 } else
19408 len += 1 + keylen
19409 }
19410 if (nfields == 3 && !substed) {
19411 key = field[2]
19412 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
19413 \$ac_cs_awk_read_file
19414 next
19415 }
19416 }
19417 print line
19418}
19419\$ac_cs_awk_pipe_fini
19420_ACAWK
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019421_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010019422cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19423if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19424 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19425else
19426 cat
19427fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019428 || as_fn_error "could not setup config files machinery" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019429_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019430
19431# VPATH may cause trouble with some makes, so we remove $(srcdir),
19432# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19433# trailing colons and then remove the whole line if VPATH becomes empty
19434# (actually we leave an empty line to preserve line numbers).
19435if test "x$srcdir" = x.; then
19436 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19437s/:*\$(srcdir):*/:/
19438s/:*\${srcdir}:*/:/
19439s/:*@srcdir@:*/:/
19440s/^\([^=]*=[ ]*\):*/\1/
19441s/:*$//
19442s/^[^=]*=[ ]*$//
19443}'
19444fi
19445
Alexandre Julliardabf50482008-10-31 12:56:53 +010019446cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019447fi # test -n "$CONFIG_FILES"
19448
Alexandre Julliardabf50482008-10-31 12:56:53 +010019449# Set up the scripts for CONFIG_HEADERS section.
19450# No need to generate them if there are no CONFIG_HEADERS.
19451# This happens for instance with `./config.status Makefile'.
19452if test -n "$CONFIG_HEADERS"; then
19453cat >"$tmp/defines.awk" <<\_ACAWK ||
19454BEGIN {
19455_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019456
Alexandre Julliardabf50482008-10-31 12:56:53 +010019457# Transform confdefs.h into an awk script `defines.awk', embedded as
19458# here-document in config.status, that substitutes the proper values into
19459# config.h.in to produce config.h.
19460
19461# Create a delimiter string that does not exist in confdefs.h, to ease
19462# handling of long lines.
19463ac_delim='%!_!# '
19464for ac_last_try in false false :; do
19465 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19466 if test -z "$ac_t"; then
19467 break
19468 elif $ac_last_try; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019469 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019470 else
19471 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19472 fi
19473done
19474
19475# For the awk script, D is an array of macro values keyed by name,
19476# likewise P contains macro parameters if any. Preserve backslash
19477# newline sequences.
19478
19479ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19480sed -n '
19481s/.\{148\}/&'"$ac_delim"'/g
19482t rset
19483:rset
19484s/^[ ]*#[ ]*define[ ][ ]*/ /
19485t def
19486d
19487:def
19488s/\\$//
19489t bsnl
19490s/["\\]/\\&/g
19491s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19492D["\1"]=" \3"/p
19493s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19494d
19495:bsnl
19496s/["\\]/\\&/g
19497s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19498D["\1"]=" \3\\\\\\n"\\/p
19499t cont
19500s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19501t cont
19502d
19503:cont
19504n
19505s/.\{148\}/&'"$ac_delim"'/g
19506t clear
19507:clear
19508s/\\$//
19509t bsnlc
19510s/["\\]/\\&/g; s/^/"/; s/$/"/p
19511d
19512:bsnlc
19513s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19514b cont
19515' <confdefs.h | sed '
19516s/'"$ac_delim"'/"\\\
19517"/g' >>$CONFIG_STATUS || ac_write_fail=1
19518
19519cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19520 for (key in D) D_is_set[key] = 1
19521 FS = ""
19522}
19523/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19524 line = \$ 0
19525 split(line, arg, " ")
19526 if (arg[1] == "#") {
19527 defundef = arg[2]
19528 mac1 = arg[3]
19529 } else {
19530 defundef = substr(arg[1], 2)
19531 mac1 = arg[2]
19532 }
19533 split(mac1, mac2, "(") #)
19534 macro = mac2[1]
19535 prefix = substr(line, 1, index(line, defundef) - 1)
19536 if (D_is_set[macro]) {
19537 # Preserve the white space surrounding the "#".
19538 print prefix "define", macro P[macro] D[macro]
19539 next
19540 } else {
19541 # Replace #undef with comments. This is necessary, for example,
19542 # in the case of _POSIX_SOURCE, which is predefined and required
19543 # on some systems where configure will not decide to define it.
19544 if (defundef == "undef") {
19545 print "/*", prefix defundef, macro, "*/"
19546 next
19547 }
19548 }
19549}
19550{ print }
19551_ACAWK
19552_ACEOF
19553cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019554 as_fn_error "could not setup config headers machinery" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019555fi # test -n "$CONFIG_HEADERS"
19556
19557
19558eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19559shift
19560for ac_tag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019561do
19562 case $ac_tag in
19563 :[FHLC]) ac_mode=$ac_tag; continue;;
19564 esac
19565 case $ac_mode$ac_tag in
19566 :[FHL]*:*);;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019567 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019568 :[FH]-) ac_tag=-:-;;
19569 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19570 esac
19571 ac_save_IFS=$IFS
19572 IFS=:
19573 set x $ac_tag
19574 IFS=$ac_save_IFS
19575 shift
19576 ac_file=$1
19577 shift
19578
19579 case $ac_mode in
19580 :L) ac_source=$1;;
19581 :[FH])
19582 ac_file_inputs=
19583 for ac_f
19584 do
19585 case $ac_f in
19586 -) ac_f="$tmp/stdin";;
19587 *) # Look for the file first in the build tree, then in the source tree
19588 # (if the path is not absolute). The absolute path cannot be DOS-style,
19589 # because $ac_f cannot contain `:'.
19590 test -f "$ac_f" ||
19591 case $ac_f in
19592 [\\/$]*) false;;
19593 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19594 esac ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019595 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019596 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +010019597 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019598 as_fn_append ac_file_inputs " '$ac_f'"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019599 done
19600
19601 # Let's still pretend it is `configure' which instantiates (i.e., don't
19602 # use $as_me), people would be surprised to read:
19603 # /* config.h. Generated by config.status. */
Alexandre Julliardabf50482008-10-31 12:56:53 +010019604 configure_input='Generated from '`
19605 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19606 `' by configure.'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019607 if test x"$ac_file" != x-; then
19608 configure_input="$ac_file. $configure_input"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019609 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019610$as_echo "$as_me: creating $ac_file" >&6;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019611 fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010019612 # Neutralize special characters interpreted by sed in replacement strings.
19613 case $configure_input in #(
19614 *\&* | *\|* | *\\* )
19615 ac_sed_conf_input=`$as_echo "$configure_input" |
19616 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19617 *) ac_sed_conf_input=$configure_input;;
19618 esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019619
19620 case $ac_tag in
Alexandre Julliardabf50482008-10-31 12:56:53 +010019621 *:-:* | *:-) cat >"$tmp/stdin" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019622 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019623 esac
19624 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019625 esac
19626
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019627 ac_dir=`$as_dirname -- "$ac_file" ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019628$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000019629 X"$ac_file" : 'X\(//\)[^/]' \| \
19630 X"$ac_file" : 'X\(//\)$' \| \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019631 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +010019632$as_echo X"$ac_file" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019633 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19634 s//\1/
19635 q
19636 }
19637 /^X\(\/\/\)[^/].*/{
19638 s//\1/
19639 q
19640 }
19641 /^X\(\/\/\)$/{
19642 s//\1/
19643 q
19644 }
19645 /^X\(\/\).*/{
19646 s//\1/
19647 q
19648 }
19649 s/.*/./; q'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019650 as_dir="$ac_dir"; as_fn_mkdir_p
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019651 ac_builddir=.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019652
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019653case "$ac_dir" in
19654.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19655*)
Alexandre Julliardabf50482008-10-31 12:56:53 +010019656 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019657 # A ".." for each directory in $ac_dir_suffix.
Alexandre Julliardabf50482008-10-31 12:56:53 +010019658 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019659 case $ac_top_builddir_sub in
19660 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19661 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19662 esac ;;
19663esac
19664ac_abs_top_builddir=$ac_pwd
19665ac_abs_builddir=$ac_pwd$ac_dir_suffix
19666# for backward compatibility:
19667ac_top_builddir=$ac_top_build_prefix
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019668
19669case $srcdir in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019670 .) # We are building in place.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019671 ac_srcdir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019672 ac_top_srcdir=$ac_top_builddir_sub
19673 ac_abs_top_srcdir=$ac_pwd ;;
19674 [\\/]* | ?:[\\/]* ) # Absolute name.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019675 ac_srcdir=$srcdir$ac_dir_suffix;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019676 ac_top_srcdir=$srcdir
19677 ac_abs_top_srcdir=$srcdir ;;
19678 *) # Relative name.
19679 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19680 ac_top_srcdir=$ac_top_build_prefix$srcdir
19681 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019682esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019683ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Alexandre Julliard875927f2004-01-02 01:55:29 +000019684
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019685
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019686 case $ac_mode in
19687 :F)
19688 #
19689 # CONFIG_FILE
19690 #
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019691
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019692 case $INSTALL in
19693 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019694 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000019695 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019696_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019697
Alexandre Julliardabf50482008-10-31 12:56:53 +010019698cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019699# If the template does not know about datarootdir, expand it.
19700# FIXME: This hack should be removed a few years after 2.60.
Jeremy White0ebeb532006-06-20 13:18:41 +020019701ac_datarootdir_hack=; ac_datarootdir_seen=
Alexandre Julliardabf50482008-10-31 12:56:53 +010019702ac_sed_dataroot='
19703/datarootdir/ {
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019704 p
19705 q
19706}
19707/@datadir@/p
19708/@docdir@/p
19709/@infodir@/p
19710/@localedir@/p
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019711/@mandir@/p'
Alexandre Julliardabf50482008-10-31 12:56:53 +010019712case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
Jeremy White0ebeb532006-06-20 13:18:41 +020019713*datarootdir*) ac_datarootdir_seen=yes;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019714*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019716$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019717_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010019718cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019719 ac_datarootdir_hack='
19720 s&@datadir@&$datadir&g
19721 s&@docdir@&$docdir&g
19722 s&@infodir@&$infodir&g
19723 s&@localedir@&$localedir&g
19724 s&@mandir@&$mandir&g
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019725 s&\\\${datarootdir}&$datarootdir&g' ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019726esac
19727_ACEOF
19728
19729# Neutralize VPATH when `$srcdir' = `.'.
19730# Shell code in configure.ac might set extrasub.
19731# FIXME: do we really want to maintain this feature?
Alexandre Julliardabf50482008-10-31 12:56:53 +010019732cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19733ac_sed_extra="$ac_vpsub
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019734$extrasub
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019735_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010019736cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019737:t
19738/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
Alexandre Julliardabf50482008-10-31 12:56:53 +010019739s|@configure_input@|$ac_sed_conf_input|;t t
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019740s&@top_builddir@&$ac_top_builddir_sub&;t t
Alexandre Julliardabf50482008-10-31 12:56:53 +010019741s&@top_build_prefix@&$ac_top_build_prefix&;t t
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019742s&@srcdir@&$ac_srcdir&;t t
19743s&@abs_srcdir@&$ac_abs_srcdir&;t t
19744s&@top_srcdir@&$ac_top_srcdir&;t t
19745s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19746s&@builddir@&$ac_builddir&;t t
19747s&@abs_builddir@&$ac_abs_builddir&;t t
19748s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19749s&@INSTALL@&$ac_INSTALL&;t t
19750$ac_datarootdir_hack
Alexandre Julliardabf50482008-10-31 12:56:53 +010019751"
19752eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
19753if $ac_cs_awk_getline; then
19754 $AWK -f "$tmp/subs.awk"
19755else
19756 $AWK -f "$tmp/subs.awk" | $SHELL
19757fi >$tmp/out \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019758 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019759
Jeremy White0ebeb532006-06-20 13:18:41 +020019760test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19761 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
Alexandre Julliardf5f37a82006-06-27 16:41:43 +020019762 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Jeremy White0ebeb532006-06-20 13:18:41 +020019764which seems to be undefined. Please make sure it is defined." >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019765$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Jeremy White0ebeb532006-06-20 13:18:41 +020019766which seems to be undefined. Please make sure it is defined." >&2;}
19767
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019768 rm -f "$tmp/stdin"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019769 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +010019770 -) cat "$tmp/out" && rm -f "$tmp/out";;
19771 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19772 esac \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019773 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019774 ;;
19775 :H)
19776 #
19777 # CONFIG_HEADER
19778 #
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019779 if test x"$ac_file" != x-; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010019780 {
19781 $as_echo "/* $configure_input */" \
19782 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19783 } >"$tmp/config.h" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019784 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019785 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019786 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019787$as_echo "$as_me: $ac_file is unchanged" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019788 else
Alexandre Julliardabf50482008-10-31 12:56:53 +010019789 rm -f "$ac_file"
19790 mv "$tmp/config.h" "$ac_file" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019791 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019792 fi
19793 else
Alexandre Julliardabf50482008-10-31 12:56:53 +010019794 $as_echo "/* $configure_input */" \
19795 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019796 || as_fn_error "could not create -" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019797 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019798 ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019799
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019800 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019801$as_echo "$as_me: executing $ac_file commands" >&6;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019802 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019803 esac
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019804
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019805
19806 case $ac_file$ac_mode in
Alexandre Julliardc4704c22006-09-22 09:33:00 +020019807 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019808 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019809$as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019810 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019811$as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019812 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019813$as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019814 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019815$as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019816 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019817$as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019818 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019819$as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020019820
19821 esac
19822done # for ac_tag
19823
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000019824
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019825as_fn_exit 0
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019826_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019827ac_clean_files=$ac_clean_files_save
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019828
Alexandre Julliardabf50482008-10-31 12:56:53 +010019829test $ac_write_fail = 0 ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019830 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019831
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019832
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019833# configure is writing to config.log, and then calls config.status.
19834# config.status does its own redirection, appending to config.log.
19835# Unfortunately, on DOS this fails, as config.log is still kept open
19836# by configure, so config.status won't be able to write to it; its
19837# output is simply discarded. So we exec the FD to /dev/null,
19838# effectively closing config.log, so it can be properly (re)opened and
19839# appended to by config.status. When coming back to configure, we
19840# need to make the FD available again.
19841if test "$no_create" != yes; then
19842 ac_cs_success=:
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019843 ac_config_status_args=
19844 test "$silent" = yes &&
19845 ac_config_status_args="$ac_config_status_args --quiet"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019846 exec 5>/dev/null
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000019847 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019848 exec 5>>config.log
19849 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19850 # would make configure fail if this is the last instruction.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019851 $ac_cs_success || as_fn_exit $?
Alexandre Julliardf5818d22002-02-14 19:47:29 +000019852fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010019853if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019855$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19856fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019857
Alexandre Julliarddaa28862002-04-11 21:54:01 +000019858
Alexandre Julliarde3bd1112006-09-21 11:14:38 +020019859if test "$no_create" = "yes"
19860then
19861 exit 0
19862fi
19863
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019864ac_save_IFS="$IFS"
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010019865if test "x$wine_notices != "x; then
19866 echo >&6
Rafał Mużyło4736c992008-10-20 21:43:21 +020019867 IFS="|"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019868 for msg in $wine_notices; do
Rafał Mużyło4736c992008-10-20 21:43:21 +020019869 IFS="$ac_save_IFS"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019870 if test -n "$msg"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019871 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019872$as_echo "$as_me: $msg" >&6;}
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019873 fi
19874 done
19875fi
Rafał Mużyło4736c992008-10-20 21:43:21 +020019876IFS="|"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019877for msg in $wine_warnings; do
Rafał Mużyło4736c992008-10-20 21:43:21 +020019878 IFS="$ac_save_IFS"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019879 if test -n "$msg"; then
19880 echo >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020019881 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010019882$as_echo "$as_me: WARNING: $msg" >&2;}
Detlef Riekenberge84a3822006-08-21 05:28:17 +020019883 fi
Alexandre Julliardf9dec942007-07-10 15:14:15 +020019884done
19885IFS="$ac_save_IFS"
Francois Gouget99d026f2005-03-19 17:08:18 +000019886
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010019887echo "
19888$as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
19889" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000019890