blob: 6db971ad4553d5e81d3b14099816752738e46b9d [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 Julliardbb5f5c22010-04-02 19:43:45 +02003# Generated by GNU Autoconf 2.65 for Wine 1.1.42.
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 Julliardfa8c4f72009-12-28 11:43:02 +01007#
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01009# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10# Inc.
11#
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000013# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +000018
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010019# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020021if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000022 emulate sh
23 NULLCMD=:
Alexandre Julliardabf50482008-10-31 12:56:53 +010024 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Alexandre Julliard11af04e2002-10-10 03:48:04 +000025 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020027 setopt NO_GLOB_SUBST
28else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020029 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
33 ;;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010034esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000035fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010036
37
Alexandre Julliardabf50482008-10-31 12:56:53 +010038as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020045# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010052 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020062 case $arg in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010063 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 '
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
71 fi
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
74fi
75
Alexandre Julliarddaa28862002-04-11 21:54:01 +000076# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010078 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
82 }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000083fi
84
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020085
86# IFS
87# We need space, tab and new line, in precisely that order. Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020091IFS=" "" $as_nl"
92
93# Find who we are. Look in the path if we contain no directory separator.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020094case $0 in #((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020095 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliarddaa28862002-04-11 21:54:01 +000097for as_dir in $PATH
98do
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200103IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000104
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200105 ;;
106esac
107# We did not find ourselves, most probably we were run as `sh COMMAND'
108# in which case we are not to be found in the path.
109if test "x$as_myself" = x; then
110 as_myself=$0
111fi
112if test ! -f "$as_myself"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +0100113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200114 exit 1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200115fi
116
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200117# Unset variables that we do not need and which cause bugs (e.g. in
118# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119# suppresses any "Segmentation fault" message there. '((' could
120# trigger a bug in pdksh 5.2.14.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export LANGUAGE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200134
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200135# CDPATH.
136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
151 ;;
152esac
153fi
154"
155 as_required="as_fn_return () { (exit \$1); }
156as_fn_success () { as_fn_return 0; }
157as_fn_failure () { as_fn_return 1; }
158as_fn_ret_success () { return 0; }
159as_fn_ret_failure () { return 1; }
160
161exitcode=0
162as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168else
169 exitcode=1; echo positional parameters were not saved.
170fi
171test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179else
180 as_have_required=no
181fi
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186as_found=false
187for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188do
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
193 /*)
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
202fi
203fi
204 done;;
205 esac
206 as_found=false
207done
208$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211fi; }
212IFS=$as_save_IFS
213
214
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224fi
225
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234$0: wine-devel@winehq.org about your system, including any
235$0: error possibly output before this message. Then install
236$0: a modern shell, or manually run the script under such a
237$0: shell if you do have one."
238 fi
239 exit 1
240fi
241fi
242fi
243SHELL=${CONFIG_SHELL-/bin/sh}
244export SHELL
245# Unset more variables known to interfere with behavior of common tools.
246CLICOLOR_FORCE= GREP_OPTIONS=
247unset CLICOLOR_FORCE GREP_OPTIONS
248
249## --------------------- ##
250## M4sh Shell Functions. ##
251## --------------------- ##
252# as_fn_unset VAR
253# ---------------
254# Portably unset VAR.
255as_fn_unset ()
256{
257 { eval $1=; unset $1;}
258}
259as_unset=as_fn_unset
260
261# as_fn_set_status STATUS
262# -----------------------
263# Set $? to STATUS, without forking.
264as_fn_set_status ()
265{
266 return $1
267} # as_fn_set_status
268
269# as_fn_exit STATUS
270# -----------------
271# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272as_fn_exit ()
273{
274 set +e
275 as_fn_set_status $1
276 exit $1
277} # as_fn_exit
278
279# as_fn_mkdir_p
280# -------------
281# Create "$as_dir" as a directory, including parents if necessary.
282as_fn_mkdir_p ()
283{
284
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301$as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
304 q
305 }
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
308 q
309 }
310 /^X\(\/\/\)$/{
311 s//\1/
312 q
313 }
314 /^X\(\/\).*/{
315 s//\1/
316 q
317 }
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325} # as_fn_mkdir_p
326# as_fn_append VAR VALUE
327# ----------------------
328# Append the text in VALUE to the end of the definition contained in VAR. Take
329# advantage of any shell optimizations that allow amortized linear growth over
330# repeated appends, instead of the typical quadratic growth present in naive
331# implementations.
332if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
334 {
335 eval $1+=\$2
336 }'
337else
338 as_fn_append ()
339 {
340 eval $1=\$$1\$2
341 }
342fi # as_fn_append
343
344# as_fn_arith ARG...
345# ------------------
346# Perform arithmetic evaluation on the ARGs, and store the result in the
347# global $as_val. Take advantage of shells that can avoid forks. The arguments
348# must be portable across $(()) and expr.
349if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
351 {
352 as_val=$(( $* ))
353 }'
354else
355 as_fn_arith ()
356 {
357 as_val=`expr "$@" || test $? -eq 1`
358 }
359fi # as_fn_arith
360
361
362# as_fn_error ERROR [LINENO LOG_FD]
363# ---------------------------------
364# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366# script with status $?, using 1 if that was 0.
367as_fn_error ()
368{
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373 fi
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376} # as_fn_error
377
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200378if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381else
382 as_expr=false
383fi
384
385if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387else
388 as_basename=false
389fi
390
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200391if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393else
394 as_dirname=false
395fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200396
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200397as_me=`$as_basename -- "$0" ||
398$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +0100401$as_echo X/"$0" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
404 q
405 }
406 /^X\/\(\/\/\)$/{
407 s//\1/
408 q
409 }
410 /^X\/\(\/\).*/{
411 s//\1/
412 q
413 }
414 s/.*/./; q'`
415
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200416# Avoid depending upon Character Ranges.
417as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420as_cr_digits='0123456789'
421as_cr_alnum=$as_cr_Letters$as_cr_digits
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200422
423
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200429 sed -n '
430 p
431 /[$]LINENO/=
432 ' <$as_myself |
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000433 sed '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200434 s/[$]LINENO.*/&-/
435 t lineno
436 b
437 :lineno
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000438 N
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000441 t loop
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200442 s/-\n.*//
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000443 ' >$as_me.lineno &&
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200444 chmod +x "$as_me.lineno" ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200445 { $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 +0000446
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000451 # Exit status is that of the last command.
452 exit
453}
454
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200455ECHO_C= ECHO_N= ECHO_T=
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200456case `echo -n x` in #(((((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200457-n*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200458 case `echo 'xy\c'` in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200463 esac;;
464*)
465 ECHO_N='-n';;
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000466esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000467
468rm -f conf$$ conf$$.exe conf$$.file
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200469if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471else
472 rm -f conf$$.dir
Alexandre Julliardabf50482008-10-31 12:56:53 +0100473 mkdir conf$$.dir 2>/dev/null
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200474fi
Alexandre Julliardabf50482008-10-31 12:56:53 +0100475if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000487 as_ln_s='cp -p'
Alexandre Julliardabf50482008-10-31 12:56:53 +0100488 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000489else
490 as_ln_s='cp -p'
491fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200492rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493rmdir conf$$.dir 2>/dev/null
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000494
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000495if mkdir -p . 2>/dev/null; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200496 as_mkdir_p='mkdir -p "$as_dir"'
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000497else
Alexandre Julliard875927f2004-01-02 01:55:29 +0000498 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000499 as_mkdir_p=false
500fi
501
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100502if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200504else
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
509 fi
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +0100513 test -d "$1/.";
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100514 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200515 case $1 in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +0100516 -*)set "./$1";;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100517 esac;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
521 '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200522fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100523as_executable_p=$as_test_x
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000524
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000525# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000526as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000527
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000528# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +0000529as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000530
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000531
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +0100532test -n "$DJDIR" || exec 7<&0 </dev/null
533exec 6>&1
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000534
535# Name of the host.
536# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537# so uname gets run too.
538ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000540#
541# Initializations.
542#
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000543ac_default_prefix=/usr/local
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200544ac_clean_files=
Alexandre Julliard11af04e2002-10-10 03:48:04 +0000545ac_config_libobj_dir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200546LIBOBJS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000547cross_compiling=no
548subdirs=
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000549MFLAGS=
550MAKEFLAGS=
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000551
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000552# Identity of this package.
553PACKAGE_NAME='Wine'
554PACKAGE_TARNAME='wine'
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +0200555PACKAGE_VERSION='1.1.42'
556PACKAGE_STRING='Wine 1.1.42'
Alexandre Julliard875927f2004-01-02 01:55:29 +0000557PACKAGE_BUGREPORT='wine-devel@winehq.org'
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200558PACKAGE_URL='http://www.winehq.org'
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000559
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000560ac_unique_file="server/atom.c"
561# Factoring default headers for most tests.
562ac_includes_default="\
563#include <stdio.h>
Phil Krylovf0ca5862006-11-05 23:03:46 +0300564#ifdef HAVE_SYS_TYPES_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000565# include <sys/types.h>
566#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300567#ifdef HAVE_SYS_STAT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000568# include <sys/stat.h>
569#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300570#ifdef STDC_HEADERS
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000571# include <stdlib.h>
572# include <stddef.h>
573#else
Phil Krylovf0ca5862006-11-05 23:03:46 +0300574# ifdef HAVE_STDLIB_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000575# include <stdlib.h>
576# endif
577#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300578#ifdef HAVE_STRING_H
579# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000580# include <memory.h>
581# endif
582# include <string.h>
583#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300584#ifdef HAVE_STRINGS_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000585# include <strings.h>
586#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300587#ifdef HAVE_INTTYPES_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000588# include <inttypes.h>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200589#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300590#ifdef HAVE_STDINT_H
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200591# include <stdint.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000592#endif
Phil Krylovf0ca5862006-11-05 23:03:46 +0300593#ifdef HAVE_UNISTD_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000594# include <unistd.h>
595#endif"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000596
Alexandre Julliardabf50482008-10-31 12:56:53 +0100597ac_subst_vars='LTLIBOBJS
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200598LIBOBJS
Alexandre Julliard454fb3c2010-02-08 21:29:13 +0100599ALL_TEST_BINARIES
Alexandre Julliard7d831152010-03-20 15:07:45 +0100600ALL_WINETEST_DEPENDS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100601LDAPLIBS
602LIBPOLL
603LIBDL
604EXTRA_BINARIES
Alexandre Julliard3e6eab32009-08-13 19:54:31 +0200605MAIN_BINARY
Alexandre Julliardabf50482008-10-31 12:56:53 +0100606SOCKETLIBS
607CRTLIBS
Alexandre Julliardb860c4a2009-09-01 22:36:13 +0200608TOOLSEXT
Alexandre Julliardabf50482008-10-31 12:56:53 +0100609LDPATH
Alexandre Julliard6c142382010-04-11 12:47:30 +0200610UNWINDFLAGS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100611BUILTINFLAG
612EXTRACFLAGS
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +0100613LIBKSTAT
Maarten Lankhorstd4354992009-12-09 11:52:09 +0100614LIBOPENAL
Aric Stewartdb71d7c2009-08-19 09:37:48 -0500615LIBMPG123
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +0200616PNGINCL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100617FONTCONFIGINCL
618CUPSINCL
619AUDIOIOLIBS
620ALSALIBS
621ESDLIBS
622ESDINCL
623ESDCONFIG
Jacek Caban11ca05f2009-05-29 23:35:13 +0200624ZLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100625FREETYPEINCL
626FREETYPELIBS
627ft_devel
628LCMSLIBS
629RESOLVLIBS
630GPHOTO2INCL
631GPHOTO2LIBS
632gphoto2port_devel
633gphoto2_devel
634SANEINCL
635sane_devel
636GNUTLSINCL
637HALINCL
638XSLTINCL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100639XML2INCL
640XML2LIBS
641NASLIBS
Alexandre Julliard40664c02009-02-11 20:40:58 +0100642X_EXTRA_LIBS
643X_LIBS
644X_PRE_LIBS
645X_CFLAGS
646XMKMF
Alexandre Julliardc891f6b2009-02-11 20:41:50 +0100647LIBPTHREAD
Alexandre Julliard1f254212010-01-23 20:26:49 +0100648CROSSTARGET
Alexandre Julliardabf50482008-10-31 12:56:53 +0100649CROSSTEST
Alexandre Julliardabf50482008-10-31 12:56:53 +0100650CROSSCC
651CARBONLIB
Maarten Lankhorstd4354992009-12-09 11:52:09 +0100652FRAMEWORK_OPENAL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100653COREAUDIO
654DISKARBITRATIONLIB
655LDEXECFLAGS
656IOKITLIB
657COREFOUNDATIONLIB
658SECURITYLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100659DLLWRAP
660DLLTOOL
661LDD
662LDRPATH_LOCAL
663LDRPATH_INSTALL
664IMPLIBEXT
665LIBEXT
666LDDLLFLAGS
667LDSHARED
668DLLFLAGS
669DLLEXT
Alexandre Julliard40664c02009-02-11 20:40:58 +0100670CPP
Alexandre Julliardabf50482008-10-31 12:56:53 +0100671OPENGL_LIBS
672XLIB
Alexandre Julliardabf50482008-10-31 12:56:53 +0100673PRELINK
674ICOTOOL
Joel Holdsworth476a2be2010-04-05 11:15:03 +0100675CONVERT
Alexandre Julliardabf50482008-10-31 12:56:53 +0100676RSVG
677PKG_CONFIG
678FONTFORGE
679LINTFLAGS
680LINT
681INSTALL_DATA
682INSTALL_SCRIPT
683INSTALL_PROGRAM
684LDCONFIG
685EGREP
686GREP
Alexandre Julliardabf50482008-10-31 12:56:53 +0100687LN_S
Alexandre Julliardabf50482008-10-31 12:56:53 +0100688STRIP
689RANLIB
690ARFLAGS
691ac_ct_AR
692AR
Alexandre Julliardabf50482008-10-31 12:56:53 +0100693BISON
694FLEX
Alexandre Julliardabf50482008-10-31 12:56:53 +0100695TOOLSDIR
Alexandre Julliard90647772009-08-13 19:48:42 +0200696WOW64_DISABLE
Alexandre Julliard07f77c42009-01-15 21:17:51 +0100697TARGETFLAGS
Alexandre Julliardabf50482008-10-31 12:56:53 +0100698CPPBIN
699ac_ct_CXX
700CXXFLAGS
701CXX
702OBJEXT
703EXEEXT
704ac_ct_CC
705CPPFLAGS
706LDFLAGS
707CFLAGS
708CC
709SET_MAKE
Alexandre Julliardabf50482008-10-31 12:56:53 +0100710host_os
711host_vendor
712host_cpu
713host
714build_os
715build_vendor
716build_cpu
717build
718MAINTAINER_MODE
719target_alias
720host_alias
721build_alias
722LIBS
723ECHO_T
724ECHO_N
725ECHO_C
726DEFS
727mandir
728localedir
729libdir
730psdir
731pdfdir
732dvidir
733htmldir
734infodir
735docdir
736oldincludedir
737includedir
738localstatedir
739sharedstatedir
740sysconfdir
741datadir
742datarootdir
743libexecdir
744sbindir
745bindir
746program_transform_name
747prefix
748exec_prefix
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200749PACKAGE_URL
Alexandre Julliardabf50482008-10-31 12:56:53 +0100750PACKAGE_BUGREPORT
751PACKAGE_STRING
752PACKAGE_VERSION
753PACKAGE_TARNAME
754PACKAGE_NAME
755PATH_SEPARATOR
756SHELL'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200757ac_subst_files='MAKE_RULES
Alexandre Julliardcb1fc8f2010-02-10 11:18:58 +0100758MAKE_TEST_RULES
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200759MAKE_DLL_RULES
760MAKE_IMPLIB_RULES
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200761MAKE_PROG_RULES'
Alexandre Julliardabf50482008-10-31 12:56:53 +0100762ac_user_opts='
763enable_option_checking
764enable_win16
765enable_win64
Alexandre Julliard35078f42008-11-21 10:16:12 +0100766enable_tests
Alexandre Julliardabf50482008-10-31 12:56:53 +0100767enable_maintainer_mode
768with_alsa
769with_audioio
770with_capi
771with_cms
772with_coreaudio
773with_cups
774with_curses
775with_esd
776with_fontconfig
777with_freetype
778with_gphoto
779with_glu
780with_gnutls
Alexandre Julliard6ce32e02009-08-19 15:53:04 +0200781with_gsm
Alexandre Julliardabf50482008-10-31 12:56:53 +0100782with_hal
783with_jack
784with_jpeg
785with_ldap
Aric Stewartdb71d7c2009-08-19 09:37:48 -0500786with_mpg123
Alexandre Julliardabf50482008-10-31 12:56:53 +0100787with_nas
Chris Robinson862965f2009-08-25 03:26:35 -0700788with_openal
Alexandre Julliardabf50482008-10-31 12:56:53 +0100789with_opengl
790with_openssl
791with_oss
792with_png
Alexandre Julliardc891f6b2009-02-11 20:41:50 +0100793with_pthread
Alexandre Julliardabf50482008-10-31 12:56:53 +0100794with_sane
Vincent Povirk73cd5692010-03-08 17:07:29 -0600795with_tiff
Maarten Lankhorstbf6f0752010-01-28 23:27:12 +0100796with_v4l
Alexandre Julliardabf50482008-10-31 12:56:53 +0100797with_xcomposite
798with_xcursor
799with_xinerama
800with_xinput
801with_xml
802with_xrandr
803with_xrender
804with_xshape
805with_xshm
806with_xslt
807with_xxf86vm
808with_wine_tools
Alexandre Julliard39a75d32009-08-13 19:45:31 +0200809with_wine64
Eric Pouechbc56c4e2009-08-25 19:33:28 +0200810enable_largefile
Alexandre Julliardabf50482008-10-31 12:56:53 +0100811with_x
812'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200813 ac_precious_vars='build_alias
814host_alias
815target_alias
816CC
817CFLAGS
818LDFLAGS
Alexandre Julliarddc9f3842006-12-19 16:17:09 +0100819LIBS
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200820CPPFLAGS
821CXX
822CXXFLAGS
823CCC
Alexandre Julliard40664c02009-02-11 20:40:58 +0100824CPP
825XMKMF'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200826
Alexandre Julliarddaa28862002-04-11 21:54:01 +0000827
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000828# Initialize some variables set by options.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000829ac_init_help=
830ac_init_version=false
Alexandre Julliardabf50482008-10-31 12:56:53 +0100831ac_unrecognized_opts=
832ac_unrecognized_sep=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000833# The variables have the same names as the options, with
834# dashes changed to underlines.
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000835cache_file=/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000836exec_prefix=NONE
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000837no_create=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000838no_recursion=
839prefix=NONE
840program_prefix=NONE
841program_suffix=NONE
842program_transform_name=s,x,x,
843silent=
844site=
845srcdir=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000846verbose=
847x_includes=NONE
848x_libraries=NONE
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000849
850# Installation directory options.
851# These are left unexpanded so users can "make install exec_prefix=/foo"
852# and all the variables that are supposed to be based on exec_prefix
853# by default will actually change.
854# Use braces instead of parens because sh, perl, etc. also accept them.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200855# (The list follows the same order as the GNU Coding Standards.)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000856bindir='${exec_prefix}/bin'
857sbindir='${exec_prefix}/sbin'
858libexecdir='${exec_prefix}/libexec'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200859datarootdir='${prefix}/share'
860datadir='${datarootdir}'
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000861sysconfdir='${prefix}/etc'
862sharedstatedir='${prefix}/com'
863localstatedir='${prefix}/var'
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000864includedir='${prefix}/include'
865oldincludedir='/usr/include'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200866docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
867infodir='${datarootdir}/info'
868htmldir='${docdir}'
869dvidir='${docdir}'
870pdfdir='${docdir}'
871psdir='${docdir}'
872libdir='${exec_prefix}/lib'
873localedir='${datarootdir}/locale'
874mandir='${datarootdir}/man'
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000875
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000876ac_prev=
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200877ac_dashdash=
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000878for ac_option
879do
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000880 # If the previous option needs an argument, assign it.
881 if test -n "$ac_prev"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200882 eval $ac_prev=\$ac_option
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000883 ac_prev=
884 continue
885 fi
886
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200887 case $ac_option in
888 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
889 *) ac_optarg=yes ;;
890 esac
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000891
892 # Accept the important Cygnus configure options, so we can diagnose typos.
893
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200894 case $ac_dashdash$ac_option in
895 --)
896 ac_dashdash=yes ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000897
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000898 -bindir | --bindir | --bindi | --bind | --bin | --bi)
899 ac_prev=bindir ;;
900 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000901 bindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000902
903 -build | --build | --buil | --bui | --bu)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000904 ac_prev=build_alias ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000905 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000906 build_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000907
908 -cache-file | --cache-file | --cache-fil | --cache-fi \
909 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
910 ac_prev=cache_file ;;
911 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
912 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000913 cache_file=$ac_optarg ;;
914
915 --config-cache | -C)
916 cache_file=config.cache ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000917
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200918 -datadir | --datadir | --datadi | --datad)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000919 ac_prev=datadir ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200920 -datadir=* | --datadir=* | --datadi=* | --datad=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000921 datadir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +0000922
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200923 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
924 | --dataroo | --dataro | --datar)
925 ac_prev=datarootdir ;;
926 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
927 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
928 datarootdir=$ac_optarg ;;
929
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000930 -disable-* | --disable-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +0100931 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000932 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100933 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200934 as_fn_error "invalid feature name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +0100935 ac_useropt_orig=$ac_useropt
936 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
937 case $ac_user_opts in
938 *"
939"enable_$ac_useropt"
940"*) ;;
941 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
942 ac_unrecognized_sep=', ';;
943 esac
944 eval enable_$ac_useropt=no ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200945
946 -docdir | --docdir | --docdi | --doc | --do)
947 ac_prev=docdir ;;
948 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
949 docdir=$ac_optarg ;;
950
951 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
952 ac_prev=dvidir ;;
953 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
954 dvidir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000955
956 -enable-* | --enable-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +0100957 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000958 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +0100959 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +0200960 as_fn_error "invalid feature name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +0100961 ac_useropt_orig=$ac_useropt
962 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
963 case $ac_user_opts in
964 *"
965"enable_$ac_useropt"
966"*) ;;
967 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
968 ac_unrecognized_sep=', ';;
969 esac
970 eval enable_$ac_useropt=\$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000971
972 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
973 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
974 | --exec | --exe | --ex)
975 ac_prev=exec_prefix ;;
976 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
977 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
978 | --exec=* | --exe=* | --ex=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000979 exec_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000980
981 -gas | --gas | --ga | --g)
982 # Obsolete; use --with-gas.
983 with_gas=yes ;;
984
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000985 -help | --help | --hel | --he | -h)
986 ac_init_help=long ;;
987 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
988 ac_init_help=recursive ;;
989 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
990 ac_init_help=short ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000991
992 -host | --host | --hos | --ho)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000993 ac_prev=host_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000994 -host=* | --host=* | --hos=* | --ho=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +0000995 host_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +0000996
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +0200997 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
998 ac_prev=htmldir ;;
999 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1000 | --ht=*)
1001 htmldir=$ac_optarg ;;
1002
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001003 -includedir | --includedir | --includedi | --included | --include \
1004 | --includ | --inclu | --incl | --inc)
1005 ac_prev=includedir ;;
1006 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1007 | --includ=* | --inclu=* | --incl=* | --inc=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001008 includedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001009
1010 -infodir | --infodir | --infodi | --infod | --info | --inf)
1011 ac_prev=infodir ;;
1012 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001013 infodir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001014
1015 -libdir | --libdir | --libdi | --libd)
1016 ac_prev=libdir ;;
1017 -libdir=* | --libdir=* | --libdi=* | --libd=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001018 libdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001019
1020 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1021 | --libexe | --libex | --libe)
1022 ac_prev=libexecdir ;;
1023 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1024 | --libexe=* | --libex=* | --libe=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001025 libexecdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001026
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001027 -localedir | --localedir | --localedi | --localed | --locale)
1028 ac_prev=localedir ;;
1029 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1030 localedir=$ac_optarg ;;
1031
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001032 -localstatedir | --localstatedir | --localstatedi | --localstated \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001033 | --localstate | --localstat | --localsta | --localst | --locals)
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001034 ac_prev=localstatedir ;;
1035 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001036 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001037 localstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001038
1039 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1040 ac_prev=mandir ;;
1041 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001042 mandir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001043
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001044 -nfp | --nfp | --nf)
1045 # Obsolete; use --without-fp.
1046 with_fp=no ;;
1047
1048 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001049 | --no-cr | --no-c | -n)
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001050 no_create=yes ;;
1051
1052 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1053 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1054 no_recursion=yes ;;
1055
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001056 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1057 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1058 | --oldin | --oldi | --old | --ol | --o)
1059 ac_prev=oldincludedir ;;
1060 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1061 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1062 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001063 oldincludedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001064
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001065 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1066 ac_prev=prefix ;;
1067 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001068 prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001069
1070 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1071 | --program-pre | --program-pr | --program-p)
1072 ac_prev=program_prefix ;;
1073 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1074 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001075 program_prefix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001076
1077 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1078 | --program-suf | --program-su | --program-s)
1079 ac_prev=program_suffix ;;
1080 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1081 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001082 program_suffix=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001083
1084 -program-transform-name | --program-transform-name \
1085 | --program-transform-nam | --program-transform-na \
1086 | --program-transform-n | --program-transform- \
1087 | --program-transform | --program-transfor \
1088 | --program-transfo | --program-transf \
1089 | --program-trans | --program-tran \
1090 | --progr-tra | --program-tr | --program-t)
1091 ac_prev=program_transform_name ;;
1092 -program-transform-name=* | --program-transform-name=* \
1093 | --program-transform-nam=* | --program-transform-na=* \
1094 | --program-transform-n=* | --program-transform-=* \
1095 | --program-transform=* | --program-transfor=* \
1096 | --program-transfo=* | --program-transf=* \
1097 | --program-trans=* | --program-tran=* \
1098 | --progr-tra=* | --program-tr=* | --program-t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001099 program_transform_name=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001100
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001101 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1102 ac_prev=pdfdir ;;
1103 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1104 pdfdir=$ac_optarg ;;
1105
1106 -psdir | --psdir | --psdi | --psd | --ps)
1107 ac_prev=psdir ;;
1108 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1109 psdir=$ac_optarg ;;
1110
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001111 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1112 | -silent | --silent | --silen | --sile | --sil)
1113 silent=yes ;;
1114
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001115 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1116 ac_prev=sbindir ;;
1117 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1118 | --sbi=* | --sb=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001119 sbindir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001120
1121 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1122 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1123 | --sharedst | --shareds | --shared | --share | --shar \
1124 | --sha | --sh)
1125 ac_prev=sharedstatedir ;;
1126 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1127 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1128 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1129 | --sha=* | --sh=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001130 sharedstatedir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001131
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001132 -site | --site | --sit)
1133 ac_prev=site ;;
1134 -site=* | --site=* | --sit=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001135 site=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001136
1137 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1138 ac_prev=srcdir ;;
1139 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001140 srcdir=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001141
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001142 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1143 | --syscon | --sysco | --sysc | --sys | --sy)
1144 ac_prev=sysconfdir ;;
1145 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1146 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001147 sysconfdir=$ac_optarg ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001148
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001149 -target | --target | --targe | --targ | --tar | --ta | --t)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001150 ac_prev=target_alias ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001151 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001152 target_alias=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001153
1154 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1155 verbose=yes ;;
1156
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001157 -version | --version | --versio | --versi | --vers | -V)
1158 ac_init_version=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001159
1160 -with-* | --with-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001161 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001162 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001163 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001164 as_fn_error "invalid package name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +01001165 ac_useropt_orig=$ac_useropt
1166 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167 case $ac_user_opts in
1168 *"
1169"with_$ac_useropt"
1170"*) ;;
1171 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1172 ac_unrecognized_sep=', ';;
1173 esac
1174 eval with_$ac_useropt=\$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001175
1176 -without-* | --without-*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001177 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001178 # Reject names that are not valid shell variable names.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001180 as_fn_error "invalid package name: $ac_useropt"
Alexandre Julliardabf50482008-10-31 12:56:53 +01001181 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1184 *"
1185"with_$ac_useropt"
1186"*) ;;
1187 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1188 ac_unrecognized_sep=', ';;
1189 esac
1190 eval with_$ac_useropt=no ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001191
1192 --x)
1193 # Obsolete; use --with-x.
1194 with_x=yes ;;
1195
1196 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1197 | --x-incl | --x-inc | --x-in | --x-i)
1198 ac_prev=x_includes ;;
1199 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1200 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001201 x_includes=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001202
1203 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1204 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1205 ac_prev=x_libraries ;;
1206 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1207 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001208 x_libraries=$ac_optarg ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001209
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001210 -*) as_fn_error "unrecognized option: \`$ac_option'
1211Try \`$0 --help' for more information."
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001212 ;;
1213
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001214 *=*)
1215 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1216 # Reject names that are not valid shell variable names.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001217 case $ac_envvar in #(
1218 '' | [0-9]* | *[!_$as_cr_alnum]* )
1219 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1220 esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001221 eval $ac_envvar=\$ac_optarg
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001222 export $ac_envvar ;;
1223
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001224 *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001225 # FIXME: should be removed in autoconf 3.0.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001226 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001227 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Alexandre Julliardabf50482008-10-31 12:56:53 +01001228 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001229 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001230 ;;
1231
1232 esac
1233done
1234
1235if test -n "$ac_prev"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001236 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001237 as_fn_error "missing argument to $ac_option"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001238fi
1239
Alexandre Julliardabf50482008-10-31 12:56:53 +01001240if test -n "$ac_unrecognized_opts"; then
1241 case $enable_option_checking in
1242 no) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001243 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
Alexandre Julliardabf50482008-10-31 12:56:53 +01001244 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1245 esac
1246fi
1247
1248# Check all directory arguments for consistency.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001249for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1250 datadir sysconfdir sharedstatedir localstatedir includedir \
1251 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1252 libdir localedir mandir
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001253do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001254 eval ac_val=\$$ac_var
Alexandre Julliardabf50482008-10-31 12:56:53 +01001255 # Remove trailing slashes.
1256 case $ac_val in
1257 */ )
1258 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1259 eval $ac_var=\$ac_val;;
1260 esac
1261 # Be sure to have absolute directory names.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001262 case $ac_val in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001263 [\\/$]* | ?:[\\/]* ) continue;;
1264 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001265 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001266 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001267done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001268
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001269# There might be people who depend on the old broken behavior: `$host'
1270# used to hold the argument of --host etc.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001271# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001272build=$build_alias
1273host=$host_alias
1274target=$target_alias
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001275
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001276# FIXME: To remove some day.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001277if test "x$host_alias" != x; then
1278 if test "x$build_alias" = x; then
1279 cross_compiling=maybe
Alexandre Julliardabf50482008-10-31 12:56:53 +01001280 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001281 If a cross compiler is detected then cross compile mode will be used." >&2
1282 elif test "x$build_alias" != "x$host_alias"; then
1283 cross_compiling=yes
1284 fi
1285fi
1286
1287ac_tool_prefix=
1288test -n "$host_alias" && ac_tool_prefix=$host_alias-
1289
1290test "$silent" = yes && exec 6>/dev/null
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001291
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001292
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001293ac_pwd=`pwd` && test -n "$ac_pwd" &&
1294ac_ls_di=`ls -di .` &&
1295ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001296 as_fn_error "working directory cannot be determined"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001297test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001298 as_fn_error "pwd does not report name of working directory"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001299
1300
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001301# Find the source files, if location was not specified.
1302if test -z "$srcdir"; then
1303 ac_srcdir_defaulted=yes
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001304 # Try the directory containing this script, then the parent directory.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001305 ac_confdir=`$as_dirname -- "$as_myself" ||
1306$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1307 X"$as_myself" : 'X\(//\)[^/]' \| \
1308 X"$as_myself" : 'X\(//\)$' \| \
1309 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1310$as_echo X"$as_myself" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001311 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\/\)[^/].*/{
1316 s//\1/
1317 q
1318 }
1319 /^X\(\/\/\)$/{
1320 s//\1/
1321 q
1322 }
1323 /^X\(\/\).*/{
1324 s//\1/
1325 q
1326 }
1327 s/.*/./; q'`
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001328 srcdir=$ac_confdir
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001329 if test ! -r "$srcdir/$ac_unique_file"; then
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001330 srcdir=..
1331 fi
1332else
1333 ac_srcdir_defaulted=no
1334fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001335if test ! -r "$srcdir/$ac_unique_file"; then
1336 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001337 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001338fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001339ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1340ac_abs_confdir=`(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001341 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001342 pwd)`
1343# When building in place, set srcdir=.
1344if test "$ac_abs_confdir" = "$ac_pwd"; then
1345 srcdir=.
1346fi
1347# Remove unnecessary trailing slashes from srcdir.
1348# Double slashes in file names in object file debugging info
1349# mess up M-x gdb in Emacs.
1350case $srcdir in
1351*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1352esac
1353for ac_var in $ac_precious_vars; do
1354 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1355 eval ac_env_${ac_var}_value=\$${ac_var}
1356 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1357 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1358done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00001359
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001360#
1361# Report the --help message.
1362#
1363if test "$ac_init_help" = "long"; then
1364 # Omit some internal or obsolete options to make the list less imposing.
1365 # This message is too long to be a string in the A/UX 3.1 sh.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001366 cat <<_ACEOF
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +02001367\`configure' configures Wine 1.1.42 to adapt to many kinds of systems.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001368
1369Usage: $0 [OPTION]... [VAR=VALUE]...
1370
1371To assign environment variables (e.g., CC, CFLAGS...), specify them as
1372VAR=VALUE. See below for descriptions of some of the useful variables.
1373
1374Defaults for the options are specified in brackets.
1375
1376Configuration:
1377 -h, --help display this help and exit
1378 --help=short display options specific to this package
1379 --help=recursive display the short help of all the included packages
1380 -V, --version display version information and exit
1381 -q, --quiet, --silent do not print \`checking...' messages
1382 --cache-file=FILE cache test results in FILE [disabled]
1383 -C, --config-cache alias for \`--cache-file=config.cache'
1384 -n, --no-create do not create output files
1385 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1386
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001387Installation directories:
1388 --prefix=PREFIX install architecture-independent files in PREFIX
Alexandre Julliardabf50482008-10-31 12:56:53 +01001389 [$ac_default_prefix]
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001390 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
Alexandre Julliardabf50482008-10-31 12:56:53 +01001391 [PREFIX]
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001392
1393By default, \`make install' will install all the files in
1394\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1395an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1396for instance \`--prefix=\$HOME'.
1397
1398For better control, use the options below.
1399
1400Fine tuning of the installation directories:
Alexandre Julliardabf50482008-10-31 12:56:53 +01001401 --bindir=DIR user executables [EPREFIX/bin]
1402 --sbindir=DIR system admin executables [EPREFIX/sbin]
1403 --libexecdir=DIR program executables [EPREFIX/libexec]
1404 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1405 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1406 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1407 --libdir=DIR object code libraries [EPREFIX/lib]
1408 --includedir=DIR C header files [PREFIX/include]
1409 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1410 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1411 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1412 --infodir=DIR info documentation [DATAROOTDIR/info]
1413 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1414 --mandir=DIR man documentation [DATAROOTDIR/man]
1415 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1416 --htmldir=DIR html documentation [DOCDIR]
1417 --dvidir=DIR dvi documentation [DOCDIR]
1418 --pdfdir=DIR pdf documentation [DOCDIR]
1419 --psdir=DIR ps documentation [DOCDIR]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001420_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001421
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001422 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001423
1424X features:
1425 --x-includes=DIR X include files are in DIR
1426 --x-libraries=DIR X library files are in DIR
1427
1428System types:
1429 --build=BUILD configure for building on BUILD [guessed]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001430 --host=HOST cross-compile to build programs to run on HOST [BUILD]
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001431_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001432fi
1433
1434if test -n "$ac_init_help"; then
1435 case $ac_init_help in
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +02001436 short | recursive ) echo "Configuration of Wine 1.1.42:";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001437 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001438 cat <<\_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001439
1440Optional Features:
Alexandre Julliardabf50482008-10-31 12:56:53 +01001441 --disable-option-checking ignore unrecognized --enable/--with options
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001442 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1443 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
Eric Pouech53fa0d52004-02-05 01:27:38 +00001444 --disable-win16 do not include Win16 support
Alexandre Julliard2aa8e872004-10-08 23:39:16 +00001445 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1446 binaries)
Alexandre Julliard35078f42008-11-21 10:16:12 +01001447 --disable-tests do not build the regression tests
Alexandre Julliard9d037222008-03-20 13:00:12 +01001448 --enable-maintainer-mode
1449 enable maintainer-specific build rules
Eric Pouechbc56c4e2009-08-25 19:33:28 +02001450 --disable-largefile omit support for large files
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001451
1452Optional Packages:
1453 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1454 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001455 --without-alsa do not use the Alsa sound support
1456 --without-audioio do not use the AudioIO sound support
1457 --without-capi do not use CAPI (ISDN support)
1458 --without-cms do not use CMS (color management support)
1459 --without-coreaudio do not use the CoreAudio sound support
1460 --without-cups do not use CUPS
1461 --without-curses do not use (n)curses
1462 --without-esd do not use the EsounD sound support
1463 --without-fontconfig do not use fontconfig
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02001464 --without-freetype do not use the FreeType library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001465 --without-gphoto do not use gphoto (Digital Camera support)
Alexandre Julliardad798732008-05-01 13:29:02 +02001466 --without-glu do not use the GLU library
Henri Verbeet874c9ef2008-09-22 22:13:19 +02001467 --without-gnutls do not use GnuTLS (schannel support)
Alexandre Julliard6ce32e02009-08-19 15:53:04 +02001468 --without-gsm do not use libgsm (GSM 06.10 codec support)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001469 --without-hal do not use HAL (dynamic device support)
1470 --without-jack do not use the Jack sound support
1471 --without-jpeg do not use JPEG
1472 --without-ldap do not use LDAP
Aric Stewartdb71d7c2009-08-19 09:37:48 -05001473 --without-mpg123 do not use the mpg123 library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001474 --without-nas do not use the NAS sound support
Chris Robinson862965f2009-08-25 03:26:35 -07001475 --without-openal do not use OpenAL
Eric Pouech53fa0d52004-02-05 01:27:38 +00001476 --without-opengl do not use OpenGL
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001477 --without-openssl do not use OpenSSL
1478 --without-oss do not use the OSS sound support
1479 --without-png do not use PNG
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01001480 --without-pthread do not use the pthread library
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001481 --without-sane do not use SANE (scanner support)
Vincent Povirk73cd5692010-03-08 17:07:29 -06001482 --without-tiff do not use TIFF
Maarten Lankhorstbf6f0752010-01-28 23:27:12 +01001483 --without-v4l do not use v4l1 (v4l support)
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001484 --without-xcomposite do not use the Xcomposite extension
1485 --without-xcursor do not use the Xcursor extension
1486 --without-xinerama do not use Xinerama (multi-monitor support)
1487 --without-xinput do not use the Xinput extension
1488 --without-xml do not use XML
1489 --without-xrandr do not use Xrandr (resolution changes)
1490 --without-xrender do not use the Xrender extension
1491 --without-xshape do not use the Xshape extension
1492 --without-xshm do not use XShm (shared memory extension)
1493 --without-xslt do not use XSLT
Francois Gougeta49beb42008-06-26 14:02:17 +02001494 --without-xxf86vm do not use XFree video mode extension
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01001495 --with-wine-tools=DIR use Wine tools from directory DIR
Alexandre Julliard39a75d32009-08-13 19:45:31 +02001496 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001497 --with-x use the X Window System
1498
1499Some influential environment variables:
Eric Pouech53fa0d52004-02-05 01:27:38 +00001500 CC C compiler command
1501 CFLAGS C compiler flags
1502 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1503 nonstandard directory <lib dir>
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01001504 LIBS libraries to pass to the linker, e.g. -l<library>
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001505 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001506 you have headers in a nonstandard directory <include dir>
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00001507 CXX C++ compiler command
1508 CXXFLAGS C++ compiler flags
Eric Pouech53fa0d52004-02-05 01:27:38 +00001509 CPP C preprocessor
Alexandre Julliard40664c02009-02-11 20:40:58 +01001510 XMKMF Path to xmkmf, Makefile generator for X Window System
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001511
1512Use these variables to override the choices made by `configure' or to help
1513it to find libraries and programs with nonstandard names/locations.
1514
Alexandre Julliard875927f2004-01-02 01:55:29 +00001515Report bugs to <wine-devel@winehq.org>.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001516Wine home page: <http://www.winehq.org>.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001517_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001518ac_status=$?
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001519fi
1520
1521if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001523 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Alexandre Julliardabf50482008-10-31 12:56:53 +01001524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526 continue
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001527 ac_builddir=.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001528
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001529case "$ac_dir" in
1530.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01001532 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001533 # A ".." for each directory in $ac_dir_suffix.
Alexandre Julliardabf50482008-10-31 12:56:53 +01001534 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538 esac ;;
1539esac
1540ac_abs_top_builddir=$ac_pwd
1541ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542# for backward compatibility:
1543ac_top_builddir=$ac_top_build_prefix
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001544
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001545case $srcdir in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001546 .) # We are building in place.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001547 ac_srcdir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001551 ac_srcdir=$srcdir$ac_dir_suffix;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1554 *) # Relative name.
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001558esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001559ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Alexandre Julliard875927f2004-01-02 01:55:29 +00001560
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
Jeremy White0ebeb532006-06-20 13:18:41 +02001563 if test -f "$ac_srcdir/configure.gnu"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001564 echo &&
Jeremy White0ebeb532006-06-20 13:18:41 +02001565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001567 echo &&
Jeremy White0ebeb532006-06-20 13:18:41 +02001568 $SHELL "$ac_srcdir/configure" --help=recursive
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001569 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01001570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001571 fi || ac_status=$?
1572 cd "$ac_pwd" || { ac_status=$?; break; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001573 done
1574fi
1575
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001576test -n "$ac_init_help" && exit $ac_status
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001577if $ac_init_version; then
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001578 cat <<\_ACEOF
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +02001579Wine configure 1.1.42
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001580generated by GNU Autoconf 2.65
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001581
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001582Copyright (C) 2009 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001583This configure script is free software; the Free Software Foundation
1584gives unlimited permission to copy, distribute and modify it.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00001585_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02001586 exit
Alexandre Julliardf5818d22002-02-14 19:47:29 +00001587fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001588
1589## ------------------------ ##
1590## Autoconf initialization. ##
1591## ------------------------ ##
1592
1593# ac_fn_c_try_compile LINENO
1594# --------------------------
1595# Try to compile conftest.$ac_ext, and return whether this succeeded.
1596ac_fn_c_try_compile ()
1597{
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1601case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604esac
1605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606$as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1613 fi
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1619 ac_retval=0
1620else
1621 $as_echo "$as_me: failed program was:" >&5
1622sed 's/^/| /' conftest.$ac_ext >&5
1623
1624 ac_retval=1
1625fi
1626 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001627 as_fn_set_status $ac_retval
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001628
1629} # ac_fn_c_try_compile
1630
1631# ac_fn_cxx_try_compile LINENO
1632# ----------------------------
1633# Try to compile conftest.$ac_ext, and return whether this succeeded.
1634ac_fn_cxx_try_compile ()
1635{
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext
1638 if { { ac_try="$ac_compile"
1639case "(($ac_try" in
1640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1642esac
1643eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644$as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_compile") 2>conftest.err
1646 ac_status=$?
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1651 fi
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_cxx_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest.$ac_objext; then :
1657 ac_retval=0
1658else
1659 $as_echo "$as_me: failed program was:" >&5
1660sed 's/^/| /' conftest.$ac_ext >&5
1661
1662 ac_retval=1
1663fi
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001665 as_fn_set_status $ac_retval
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001666
1667} # ac_fn_cxx_try_compile
1668
1669# ac_fn_c_try_link LINENO
1670# -----------------------
1671# Try to link conftest.$ac_ext, and return whether this succeeded.
1672ac_fn_c_try_link ()
1673{
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 rm -f conftest.$ac_objext conftest$ac_exeext
1676 if { { ac_try="$ac_link"
1677case "(($ac_try" in
1678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1680esac
1681eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682$as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_link") 2>conftest.err
1684 ac_status=$?
1685 if test -s conftest.err; then
1686 grep -v '^ *+' conftest.err >conftest.er1
1687 cat conftest.er1 >&5
1688 mv -f conftest.er1 conftest.err
1689 fi
1690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1691 test $ac_status = 0; } && {
1692 test -z "$ac_c_werror_flag" ||
1693 test ! -s conftest.err
1694 } && test -s conftest$ac_exeext && {
1695 test "$cross_compiling" = yes ||
1696 $as_test_x conftest$ac_exeext
1697 }; then :
1698 ac_retval=0
1699else
1700 $as_echo "$as_me: failed program was:" >&5
1701sed 's/^/| /' conftest.$ac_ext >&5
1702
1703 ac_retval=1
1704fi
1705 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1706 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1707 # interfere with the next link command; also delete a directory that is
1708 # left behind by Apple's compiler. We do this before executing the actions.
1709 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001711 as_fn_set_status $ac_retval
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001712
1713} # ac_fn_c_try_link
1714
1715# ac_fn_c_try_cpp LINENO
1716# ----------------------
1717# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1718ac_fn_c_try_cpp ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 if { { ac_try="$ac_cpp conftest.$ac_ext"
1722case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725esac
1726eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727$as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1729 ac_status=$?
1730 if test -s conftest.err; then
1731 grep -v '^ *+' conftest.err >conftest.er1
1732 cat conftest.er1 >&5
1733 mv -f conftest.er1 conftest.err
1734 fi
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } >/dev/null && {
1737 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1738 test ! -s conftest.err
1739 }; then :
1740 ac_retval=0
1741else
1742 $as_echo "$as_me: failed program was:" >&5
1743sed 's/^/| /' conftest.$ac_ext >&5
1744
1745 ac_retval=1
1746fi
1747 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001748 as_fn_set_status $ac_retval
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001749
1750} # ac_fn_c_try_cpp
1751
1752# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1753# -------------------------------------------------------
1754# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1755# the include files in INCLUDES and setting the cache variable VAR
1756# accordingly.
1757ac_fn_c_check_header_mongrel ()
1758{
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762$as_echo_n "checking for $2... " >&6; }
1763if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764 $as_echo_n "(cached) " >&6
1765fi
1766eval ac_res=\$$3
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768$as_echo "$ac_res" >&6; }
1769else
1770 # Is the header compilable?
1771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1772$as_echo_n "checking $2 usability... " >&6; }
1773cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774/* end confdefs.h. */
1775$4
1776#include <$2>
1777_ACEOF
1778if ac_fn_c_try_compile "$LINENO"; then :
1779 ac_header_compiler=yes
1780else
1781 ac_header_compiler=no
1782fi
1783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1785$as_echo "$ac_header_compiler" >&6; }
1786
1787# Is the header present?
1788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1789$as_echo_n "checking $2 presence... " >&6; }
1790cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1791/* end confdefs.h. */
1792#include <$2>
1793_ACEOF
1794if ac_fn_c_try_cpp "$LINENO"; then :
1795 ac_header_preproc=yes
1796else
1797 ac_header_preproc=no
1798fi
1799rm -f conftest.err conftest.$ac_ext
1800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1801$as_echo "$ac_header_preproc" >&6; }
1802
1803# So? What about this header?
1804case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1805 yes:no: )
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1807$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1809$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1810 ;;
1811 no:yes:* )
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1813$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1815$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1817$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1819$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1821$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1822( cat <<\_ASBOX
1823## ------------------------------------ ##
1824## Report this to wine-devel@winehq.org ##
1825## ------------------------------------ ##
1826_ASBOX
1827 ) | sed "s/^/$as_me: WARNING: /" >&2
1828 ;;
1829esac
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1831$as_echo_n "checking for $2... " >&6; }
1832if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1833 $as_echo_n "(cached) " >&6
1834else
1835 eval "$3=\$ac_header_compiler"
1836fi
1837eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839$as_echo "$ac_res" >&6; }
1840fi
1841 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1842
1843} # ac_fn_c_check_header_mongrel
1844
1845# ac_fn_c_try_run LINENO
1846# ----------------------
1847# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1848# that executables *can* be run.
1849ac_fn_c_try_run ()
1850{
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 if { { ac_try="$ac_link"
1853case "(($ac_try" in
1854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1855 *) ac_try_echo=$ac_try;;
1856esac
1857eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1858$as_echo "$ac_try_echo"; } >&5
1859 (eval "$ac_link") 2>&5
1860 ac_status=$?
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1863 { { case "(($ac_try" in
1864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1865 *) ac_try_echo=$ac_try;;
1866esac
1867eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1868$as_echo "$ac_try_echo"; } >&5
1869 (eval "$ac_try") 2>&5
1870 ac_status=$?
1871 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1872 test $ac_status = 0; }; }; then :
1873 ac_retval=0
1874else
1875 $as_echo "$as_me: program exited with status $ac_status" >&5
1876 $as_echo "$as_me: failed program was:" >&5
1877sed 's/^/| /' conftest.$ac_ext >&5
1878
1879 ac_retval=$ac_status
1880fi
1881 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1882 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01001883 as_fn_set_status $ac_retval
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02001884
1885} # ac_fn_c_try_run
1886
1887# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1888# -------------------------------------------------------
1889# Tests whether HEADER exists and can be compiled using the include files in
1890# INCLUDES, setting the cache variable VAR accordingly.
1891ac_fn_c_check_header_compile ()
1892{
1893 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1895$as_echo_n "checking for $2... " >&6; }
1896if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1897 $as_echo_n "(cached) " >&6
1898else
1899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1900/* end confdefs.h. */
1901$4
1902#include <$2>
1903_ACEOF
1904if ac_fn_c_try_compile "$LINENO"; then :
1905 eval "$3=yes"
1906else
1907 eval "$3=no"
1908fi
1909rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1910fi
1911eval ac_res=\$$3
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1913$as_echo "$ac_res" >&6; }
1914 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915
1916} # ac_fn_c_check_header_compile
1917
1918# ac_fn_c_check_func LINENO FUNC VAR
1919# ----------------------------------
1920# Tests whether FUNC exists, setting the cache variable VAR accordingly
1921ac_fn_c_check_func ()
1922{
1923 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1925$as_echo_n "checking for $2... " >&6; }
1926if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1927 $as_echo_n "(cached) " >&6
1928else
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930/* end confdefs.h. */
1931/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1932 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1933#define $2 innocuous_$2
1934
1935/* System header to define __stub macros and hopefully few prototypes,
1936 which can conflict with char $2 (); below.
1937 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1938 <limits.h> exists even on freestanding compilers. */
1939
1940#ifdef __STDC__
1941# include <limits.h>
1942#else
1943# include <assert.h>
1944#endif
1945
1946#undef $2
1947
1948/* Override any GCC internal prototype to avoid an error.
1949 Use char because int might match the return type of a GCC
1950 builtin and then its argument prototype would still apply. */
1951#ifdef __cplusplus
1952extern "C"
1953#endif
1954char $2 ();
1955/* The GNU C library defines this for functions which it implements
1956 to always fail with ENOSYS. Some functions are actually named
1957 something starting with __ and the normal name is an alias. */
1958#if defined __stub_$2 || defined __stub___$2
1959choke me
1960#endif
1961
1962int
1963main ()
1964{
1965return $2 ();
1966 ;
1967 return 0;
1968}
1969_ACEOF
1970if ac_fn_c_try_link "$LINENO"; then :
1971 eval "$3=yes"
1972else
1973 eval "$3=no"
1974fi
1975rm -f core conftest.err conftest.$ac_objext \
1976 conftest$ac_exeext conftest.$ac_ext
1977fi
1978eval ac_res=\$$3
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980$as_echo "$ac_res" >&6; }
1981 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1982
1983} # ac_fn_c_check_func
1984
1985# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1986# ----------------------------------------------------
1987# Tries to find if the field MEMBER exists in type AGGR, after including
1988# INCLUDES, setting cache variable VAR accordingly.
1989ac_fn_c_check_member ()
1990{
1991 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1993$as_echo_n "checking for $2.$3... " >&6; }
1994if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1995 $as_echo_n "(cached) " >&6
1996else
1997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1998/* end confdefs.h. */
1999$5
2000int
2001main ()
2002{
2003static $2 ac_aggr;
2004if (ac_aggr.$3)
2005return 0;
2006 ;
2007 return 0;
2008}
2009_ACEOF
2010if ac_fn_c_try_compile "$LINENO"; then :
2011 eval "$4=yes"
2012else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014/* end confdefs.h. */
2015$5
2016int
2017main ()
2018{
2019static $2 ac_aggr;
2020if (sizeof ac_aggr.$3)
2021return 0;
2022 ;
2023 return 0;
2024}
2025_ACEOF
2026if ac_fn_c_try_compile "$LINENO"; then :
2027 eval "$4=yes"
2028else
2029 eval "$4=no"
2030fi
2031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032fi
2033rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034fi
2035eval ac_res=\$$4
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037$as_echo "$ac_res" >&6; }
2038 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2039
2040} # ac_fn_c_check_member
2041
2042# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2043# -------------------------------------------
2044# Tests whether TYPE exists after having included INCLUDES, setting cache
2045# variable VAR accordingly.
2046ac_fn_c_check_type ()
2047{
2048 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2050$as_echo_n "checking for $2... " >&6; }
2051if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2052 $as_echo_n "(cached) " >&6
2053else
2054 eval "$3=no"
2055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2056/* end confdefs.h. */
2057$4
2058int
2059main ()
2060{
2061if (sizeof ($2))
2062 return 0;
2063 ;
2064 return 0;
2065}
2066_ACEOF
2067if ac_fn_c_try_compile "$LINENO"; then :
2068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069/* end confdefs.h. */
2070$4
2071int
2072main ()
2073{
2074if (sizeof (($2)))
2075 return 0;
2076 ;
2077 return 0;
2078}
2079_ACEOF
2080if ac_fn_c_try_compile "$LINENO"; then :
2081
2082else
2083 eval "$3=yes"
2084fi
2085rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086fi
2087rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088fi
2089eval ac_res=\$$3
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2091$as_echo "$ac_res" >&6; }
2092 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2093
2094} # ac_fn_c_check_type
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002095cat >config.log <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002096This file contains any messages produced by compilers while
2097running configure, to aid debugging if configure makes a mistake.
2098
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +02002099It was created by Wine $as_me 1.1.42, which was
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01002100generated by GNU Autoconf 2.65. Invocation command line was
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002101
2102 $ $0 $@
2103
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002104_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002105exec 5>>config.log
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002106{
2107cat <<_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002108## --------- ##
2109## Platform. ##
2110## --------- ##
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002111
2112hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2113uname -m = `(uname -m) 2>/dev/null || echo unknown`
2114uname -r = `(uname -r) 2>/dev/null || echo unknown`
2115uname -s = `(uname -s) 2>/dev/null || echo unknown`
2116uname -v = `(uname -v) 2>/dev/null || echo unknown`
2117
2118/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2119/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2120
2121/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2122/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2123/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002124/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002125/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2126/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2127/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2128
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002129_ASUNAME
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002130
2131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2132for as_dir in $PATH
2133do
2134 IFS=$as_save_IFS
2135 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002136 $as_echo "PATH: $as_dir"
2137 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002138IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002139
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002140} >&5
2141
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002142cat >&5 <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002143
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002144
2145## ----------- ##
2146## Core tests. ##
2147## ----------- ##
2148
2149_ACEOF
2150
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002151
2152# Keep a trace of the command line.
2153# Strip out --no-create and --no-recursion so they do not pile up.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002154# Strip out --silent because we don't want to record it for future runs.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002155# Also quote any args containing shell meta-characters.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002156# Make two passes to allow for proper duplicate-argument suppression.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002157ac_configure_args=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002158ac_configure_args0=
2159ac_configure_args1=
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002160ac_must_keep_next=false
2161for ac_pass in 1 2
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002162do
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002163 for ac_arg
2164 do
2165 case $ac_arg in
2166 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2167 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2168 | -silent | --silent | --silen | --sile | --sil)
2169 continue ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002170 *\'*)
Alexandre Julliardabf50482008-10-31 12:56:53 +01002171 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002172 esac
2173 case $ac_pass in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002174 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002175 2)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002176 as_fn_append ac_configure_args1 " '$ac_arg'"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002177 if test $ac_must_keep_next = true; then
Alexandre Julliard875927f2004-01-02 01:55:29 +00002178 ac_must_keep_next=false # Got value, back to normal.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002179 else
Alexandre Julliard875927f2004-01-02 01:55:29 +00002180 case $ac_arg in
2181 *=* | --config-cache | -C | -disable-* | --disable-* \
2182 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2183 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2184 | -with-* | --with-* | -without-* | --without-* | --x)
2185 case "$ac_configure_args0 " in
2186 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2187 esac
2188 ;;
2189 -* ) ac_must_keep_next=true ;;
2190 esac
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002191 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002192 as_fn_append ac_configure_args " '$ac_arg'"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00002193 ;;
2194 esac
2195 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002196done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002197{ ac_configure_args0=; unset ac_configure_args0;}
2198{ ac_configure_args1=; unset ac_configure_args1;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002199
2200# When interrupted or exit'd, cleanup temporary files, and complete
2201# config.log. We remove comments because anyway the quotes in there
2202# would cause problems or look ugly.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002203# WARNING: Use '\'' to represent an apostrophe within the trap.
2204# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002205trap 'exit_status=$?
2206 # Save into config.log some information that might help in debugging.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002207 {
2208 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002209
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002210 cat <<\_ASBOX
2211## ---------------- ##
2212## Cache variables. ##
2213## ---------------- ##
2214_ASBOX
2215 echo
2216 # The following way of writing the cache mishandles newlines in values,
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002217(
2218 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2219 eval ac_val=\$$ac_var
2220 case $ac_val in #(
2221 *${as_nl}*)
2222 case $ac_var in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002223 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002224$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002225 esac
2226 case $ac_var in #(
2227 _ | IFS | as_nl) ;; #(
Alexandre Julliardabf50482008-10-31 12:56:53 +01002228 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002229 *) { eval $ac_var=; unset $ac_var;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002230 esac ;;
2231 esac
2232 done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002233 (set) 2>&1 |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002234 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2235 *${as_nl}ac_space=\ *)
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002236 sed -n \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002237 "s/'\''/'\''\\\\'\'''\''/g;
2238 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2239 ;; #(
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002240 *)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002241 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002242 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002243 esac |
2244 sort
2245)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002246 echo
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002247
2248 cat <<\_ASBOX
2249## ----------------- ##
2250## Output variables. ##
2251## ----------------- ##
2252_ASBOX
2253 echo
2254 for ac_var in $ac_subst_vars
2255 do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002256 eval ac_val=\$$ac_var
Jeremy White0ebeb532006-06-20 13:18:41 +02002257 case $ac_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002258 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Jeremy White0ebeb532006-06-20 13:18:41 +02002259 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01002260 $as_echo "$ac_var='\''$ac_val'\''"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002261 done | sort
2262 echo
2263
2264 if test -n "$ac_subst_files"; then
2265 cat <<\_ASBOX
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002266## ------------------- ##
2267## File substitutions. ##
2268## ------------------- ##
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002269_ASBOX
2270 echo
2271 for ac_var in $ac_subst_files
2272 do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002273 eval ac_val=\$$ac_var
Jeremy White0ebeb532006-06-20 13:18:41 +02002274 case $ac_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002275 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Jeremy White0ebeb532006-06-20 13:18:41 +02002276 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01002277 $as_echo "$ac_var='\''$ac_val'\''"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00002278 done | sort
2279 echo
2280 fi
2281
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002282 if test -s confdefs.h; then
2283 cat <<\_ASBOX
2284## ----------- ##
2285## confdefs.h. ##
2286## ----------- ##
2287_ASBOX
2288 echo
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002289 cat confdefs.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002290 echo
2291 fi
2292 test "$ac_signal" != 0 &&
Alexandre Julliardabf50482008-10-31 12:56:53 +01002293 $as_echo "$as_me: caught signal $ac_signal"
2294 $as_echo "$as_me: exit $exit_status"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002295 } >&5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002296 rm -f core *.core core.conftest.* &&
2297 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002298 exit $exit_status
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002299' 0
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002300for ac_signal in 1 2 13 15; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002301 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002302done
2303ac_signal=0
2304
2305# confdefs.h avoids OS command line length limits that DEFS can exceed.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002306rm -f -r conftest* confdefs.h
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002307
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002308$as_echo "/* confdefs.h */" > confdefs.h
2309
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002310# Predefined preprocessor variables.
2311
2312cat >>confdefs.h <<_ACEOF
2313#define PACKAGE_NAME "$PACKAGE_NAME"
2314_ACEOF
2315
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002316cat >>confdefs.h <<_ACEOF
2317#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2318_ACEOF
2319
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002320cat >>confdefs.h <<_ACEOF
2321#define PACKAGE_VERSION "$PACKAGE_VERSION"
2322_ACEOF
2323
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002324cat >>confdefs.h <<_ACEOF
2325#define PACKAGE_STRING "$PACKAGE_STRING"
2326_ACEOF
2327
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002328cat >>confdefs.h <<_ACEOF
2329#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2330_ACEOF
2331
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002332cat >>confdefs.h <<_ACEOF
2333#define PACKAGE_URL "$PACKAGE_URL"
2334_ACEOF
2335
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002336
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002337# Let the site file select an alternate cache file if it wants to.
Alexandre Julliardabf50482008-10-31 12:56:53 +01002338# Prefer an explicitly selected file to automatically selected ones.
2339ac_site_file1=NONE
2340ac_site_file2=NONE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002341if test -n "$CONFIG_SITE"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002342 ac_site_file1=$CONFIG_SITE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002343elif test "x$prefix" != xNONE; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002344 ac_site_file1=$prefix/share/config.site
2345 ac_site_file2=$prefix/etc/config.site
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002346else
Alexandre Julliardabf50482008-10-31 12:56:53 +01002347 ac_site_file1=$ac_default_prefix/share/config.site
2348 ac_site_file2=$ac_default_prefix/etc/config.site
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002349fi
Alexandre Julliardabf50482008-10-31 12:56:53 +01002350for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002351do
Alexandre Julliardabf50482008-10-31 12:56:53 +01002352 test "x$ac_site_file" = xNONE && continue
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01002353 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002354 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002355$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002356 sed 's/^/| /' "$ac_site_file" >&5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002357 . "$ac_site_file"
2358 fi
2359done
2360
2361if test -r "$cache_file"; then
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01002362 # Some versions of bash will fail to source /dev/null (special files
2363 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2364 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002365 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002366$as_echo "$as_me: loading cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002367 case $cache_file in
Jeremy White0ebeb532006-06-20 13:18:41 +02002368 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2369 *) . "./$cache_file";;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002370 esac
2371 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002372else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002373 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002374$as_echo "$as_me: creating cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002375 >$cache_file
2376fi
2377
2378# Check that the precious variables saved in the cache have kept the same
2379# value.
2380ac_cache_corrupted=false
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002381for ac_var in $ac_precious_vars; do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002382 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2383 eval ac_new_set=\$ac_env_${ac_var}_set
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002384 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2385 eval ac_new_val=\$ac_env_${ac_var}_value
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002386 case $ac_old_set,$ac_new_set in
2387 set,)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002388 { $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 +01002389$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 +00002390 ac_cache_corrupted=: ;;
2391 ,set)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002392 { $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 +01002393$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002394 ac_cache_corrupted=: ;;
2395 ,);;
2396 *)
2397 if test "x$ac_old_val" != "x$ac_new_val"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +01002398 # differences in whitespace do not lead to failure.
2399 ac_old_val_w=`echo x $ac_old_val`
2400 ac_new_val_w=`echo x $ac_new_val`
2401 if test "$ac_old_val_w" != "$ac_new_val_w"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002403$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2404 ac_cache_corrupted=:
2405 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002406 { $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 +01002407$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2408 eval $ac_var=\$ac_old_val
2409 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002410 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002411$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002412 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002413$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002414 fi;;
2415 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002416 # Pass precious variables to config.status.
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002417 if test "$ac_new_set" = set; then
2418 case $ac_new_val in
Alexandre Julliardabf50482008-10-31 12:56:53 +01002419 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002420 *) ac_arg=$ac_var=$ac_new_val ;;
2421 esac
2422 case " $ac_configure_args " in
2423 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002424 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002425 esac
2426 fi
2427done
2428if $ac_cache_corrupted; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002429 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002430$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002431 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002432$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002433 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002434fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002435## -------------------- ##
2436## Main body of script. ##
2437## -------------------- ##
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002438
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002439ac_ext=c
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002440ac_cpp='$CPP $CPPFLAGS'
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002441ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2442ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2443ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002444
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002445
2446
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002447ac_config_headers="$ac_config_headers include/config.h"
Alexandre Julliard18f92e71996-07-17 20:02:21 +00002448
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002449ac_aux_dir=
Jeremy White0ebeb532006-06-20 13:18:41 +02002450for ac_dir in tools "$srcdir"/tools; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002451 for ac_t in install-sh install.sh shtool; do
2452 if test -f "$ac_dir/$ac_t"; then
2453 ac_aux_dir=$ac_dir
2454 ac_install_sh="$ac_aux_dir/$ac_t -c"
2455 break 2
2456 fi
2457 done
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002458done
2459if test -z "$ac_aux_dir"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002460 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00002461fi
Jeremy White0ebeb532006-06-20 13:18:41 +02002462
2463# These three variables are undocumented and unsupported,
2464# and are intended to be withdrawn in a future Autoconf release.
2465# They can cause serious problems if a builder's source tree is in a directory
2466# whose full name contains unusual characters.
2467ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2468ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2469ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2470
Howard Abrams13277481999-07-10 13:16:29 +00002471
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002472
2473
Alexandre Julliardd59227e2010-02-20 12:36:04 +01002474
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002475# Check whether --enable-win16 was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002476if test "${enable_win16+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002477 enableval=$enable_win16;
2478fi
Alexandre Julliardc728efc2002-10-02 02:34:09 +00002479
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002480# Check whether --enable-win64 was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002481if test "${enable_win64+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002482 enableval=$enable_win64;
2483fi
Alexandre Julliardb8074992002-11-21 21:51:24 +00002484
Alexandre Julliard35078f42008-11-21 10:16:12 +01002485# Check whether --enable-tests was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002486if test "${enable_tests+set}" = set; then :
Alexandre Julliard35078f42008-11-21 10:16:12 +01002487 enableval=$enable_tests;
2488fi
2489
Alexandre Julliard9d037222008-03-20 13:00:12 +01002490# Check whether --enable-maintainer-mode was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002491if test "${enable_maintainer_mode+set}" = set; then :
Alexandre Julliard9d037222008-03-20 13:00:12 +01002492 enableval=$enable_maintainer_mode;
2493else
2494 MAINTAINER_MODE=\#
2495
2496fi
2497
Alexandre Julliardb8074992002-11-21 21:51:24 +00002498
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002499
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002500# Check whether --with-alsa was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002501if test "${with_alsa+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002502 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2503fi
2504
2505
2506# Check whether --with-audioio was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002507if test "${with_audioio+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002508 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2509fi
2510
2511
2512# Check whether --with-capi was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002513if test "${with_capi+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002514 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2515fi
2516
2517
2518# Check whether --with-cms was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002519if test "${with_cms+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002520 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2521fi
2522
2523
2524# Check whether --with-coreaudio was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002525if test "${with_coreaudio+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002526 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2527fi
2528
2529
2530# Check whether --with-cups was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002531if test "${with_cups+set}" = set; then :
Francois Gouget289ea332008-07-24 16:09:07 +02002532 withval=$with_cups;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002533fi
2534
2535
2536# Check whether --with-curses was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002537if test "${with_curses+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002538 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2539fi
2540
2541
2542# Check whether --with-esd was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002543if test "${with_esd+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002544 withval=$with_esd;
2545fi
2546
2547
2548# Check whether --with-fontconfig was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002549if test "${with_fontconfig+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002550 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2551fi
2552
2553
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02002554# Check whether --with-freetype was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002555if test "${with_freetype+set}" = set; then :
Alexandre Julliarda20c0e12008-05-21 14:55:53 +02002556 withval=$with_freetype;
2557fi
2558
2559
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002560# Check whether --with-gphoto was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002561if test "${with_gphoto+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002562 withval=$with_gphoto;
2563fi
2564
2565
Alexandre Julliardad798732008-05-01 13:29:02 +02002566# Check whether --with-glu was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002567if test "${with_glu+set}" = set; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02002568 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2569fi
2570
2571
Henri Verbeet874c9ef2008-09-22 22:13:19 +02002572# Check whether --with-gnutls was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002573if test "${with_gnutls+set}" = set; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02002574 withval=$with_gnutls;
2575fi
2576
2577
Alexandre Julliard6ce32e02009-08-19 15:53:04 +02002578# Check whether --with-gsm was given.
2579if test "${with_gsm+set}" = set; then :
2580 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02002581fi
2582
2583
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002584# Check whether --with-hal was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002585if test "${with_hal+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002586 withval=$with_hal;
2587fi
2588
2589
2590# Check whether --with-jack was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002591if test "${with_jack+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002592 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2593fi
2594
2595
2596# Check whether --with-jpeg was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002597if test "${with_jpeg+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002598 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2599fi
2600
2601
2602# Check whether --with-ldap was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002603if test "${with_ldap+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002604 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2605fi
2606
2607
Aric Stewartdb71d7c2009-08-19 09:37:48 -05002608# Check whether --with-mpg123 was given.
2609if test "${with_mpg123+set}" = set; then :
2610 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2611fi
2612
2613
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002614# Check whether --with-nas was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002615if test "${with_nas+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002616 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2617fi
2618
2619
Chris Robinson862965f2009-08-25 03:26:35 -07002620# Check whether --with-openal was given.
2621if test "${with_openal+set}" = set; then :
Ken Thomases0b08f192009-09-09 22:23:35 -05002622 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 -07002623fi
2624
2625
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002626# Check whether --with-opengl was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002627if test "${with_opengl+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002628 withval=$with_opengl;
2629fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002630
Alexandre Julliardf90efa91998-06-14 15:24:15 +00002631
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002632# Check whether --with-openssl was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002633if test "${with_openssl+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002634 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2635fi
2636
2637
2638# Check whether --with-oss was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002639if test "${with_oss+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002640 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
2641fi
2642
2643
2644# Check whether --with-png was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002645if test "${with_png+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002646 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2647fi
2648
2649
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01002650# Check whether --with-pthread was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002651if test "${with_pthread+set}" = set; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01002652 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2653fi
2654
2655
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002656# Check whether --with-sane was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002657if test "${with_sane+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002658 withval=$with_sane;
2659fi
2660
2661
Vincent Povirk73cd5692010-03-08 17:07:29 -06002662# Check whether --with-tiff was given.
2663if test "${with_tiff+set}" = set; then :
2664 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2665fi
2666
2667
Maarten Lankhorstbf6f0752010-01-28 23:27:12 +01002668# Check whether --with-v4l was given.
2669if test "${with_v4l+set}" = set; then :
2670 withval=$with_v4l;
2671fi
2672
2673
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002674# Check whether --with-xcomposite was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002675if test "${with_xcomposite+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002676 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2677fi
2678
2679
2680# Check whether --with-xcursor was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002681if test "${with_xcursor+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002682 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2683fi
2684
2685
2686# Check whether --with-xinerama was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002687if test "${with_xinerama+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002688 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2689fi
2690
2691
2692# Check whether --with-xinput was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002693if test "${with_xinput+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002694 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2695fi
2696
2697
2698# Check whether --with-xml was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002699if test "${with_xml+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002700 withval=$with_xml;
2701fi
2702
2703
2704# Check whether --with-xrandr was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002705if test "${with_xrandr+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002706 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2707fi
2708
2709
2710# Check whether --with-xrender was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002711if test "${with_xrender+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002712 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2713fi
2714
2715
2716# Check whether --with-xshape was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002717if test "${with_xshape+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002718 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2719fi
2720
2721
2722# Check whether --with-xshm was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002723if test "${with_xshm+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002724 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2725fi
2726
2727
2728# Check whether --with-xslt was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002729if test "${with_xslt+set}" = set; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01002730 withval=$with_xslt;
2731fi
2732
2733
Francois Gougeta49beb42008-06-26 14:02:17 +02002734# Check whether --with-xxf86vm was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002735if test "${with_xxf86vm+set}" = set; then :
André Hentschel7b285a42009-09-19 19:08:09 +02002736 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 +01002737fi
2738
2739
2740
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002741# Check whether --with-wine-tools was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002742if test "${with_wine_tools+set}" = set; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002743 withval=$with_wine_tools;
2744fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00002745
Alexandre Julliardfc01b722002-05-12 03:16:39 +00002746
Alexandre Julliard39a75d32009-08-13 19:45:31 +02002747# Check whether --with-wine64 was given.
2748if test "${with_wine64+set}" = set; then :
2749 withval=$with_wine64;
2750fi
2751
2752
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002753# Make sure we can run config.sub.
Jeremy White0ebeb532006-06-20 13:18:41 +02002754$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002755 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Alexandre Julliarda0b2b1d1997-11-16 17:38:29 +00002756
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002758$as_echo_n "checking build system type... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002759if test "${ac_cv_build+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002760 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002761else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002762 ac_build_alias=$build_alias
2763test "x$ac_build_alias" = x &&
Jeremy White0ebeb532006-06-20 13:18:41 +02002764 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002765test "x$ac_build_alias" = x &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002766 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
Jeremy White0ebeb532006-06-20 13:18:41 +02002767ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002768 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002769
2770fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002772$as_echo "$ac_cv_build" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002773case $ac_cv_build in
2774*-*-*) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002775*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002776esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002777build=$ac_cv_build
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002778ac_save_IFS=$IFS; IFS='-'
2779set x $ac_cv_build
2780shift
2781build_cpu=$1
2782build_vendor=$2
2783shift; shift
2784# Remember, the first character of IFS is used to create $*,
2785# except with old shells:
2786build_os=$*
2787IFS=$ac_save_IFS
2788case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002789
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002790
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002792$as_echo_n "checking host system type... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002793if test "${ac_cv_host+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002794 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002795else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002796 if test "x$host_alias" = x; then
2797 ac_cv_host=$ac_cv_build
2798else
Jeremy White0ebeb532006-06-20 13:18:41 +02002799 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002800 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002801fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002802
2803fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002805$as_echo "$ac_cv_host" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002806case $ac_cv_host in
2807*-*-*) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002808*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002809esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002810host=$ac_cv_host
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002811ac_save_IFS=$IFS; IFS='-'
2812set x $ac_cv_host
2813shift
2814host_cpu=$1
2815host_vendor=$2
2816shift; shift
2817# Remember, the first character of IFS is used to create $*,
2818# except with old shells:
2819host_os=$*
2820IFS=$ac_save_IFS
2821case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002822
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002823
Alexandre Julliard71440f32005-05-19 14:28:17 +00002824
Alexandre Julliard73b724e2006-12-28 11:40:19 +01002825case "$srcdir" in
2826 .) ;;
2827 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002828 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2829You need to run 'make distclean' in the source tree first." "$LINENO" 5
Alexandre Julliard73b724e2006-12-28 11:40:19 +01002830 fi ;;
2831esac
2832
Alexandre Julliard71440f32005-05-19 14:28:17 +00002833
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002835$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2836set x ${MAKE-make}
2837ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002838if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002839 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002840else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002841 cat >conftest.make <<\_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002842SHELL = /bin/sh
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002843all:
Jeremy White0ebeb532006-06-20 13:18:41 +02002844 @echo '@@@%%%=$(MAKE)=@@@%%%'
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002845_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002846# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
Jeremy White0ebeb532006-06-20 13:18:41 +02002847case `${MAKE-make} -f conftest.make 2>/dev/null` in
2848 *@@@%%%=?*=@@@%%%*)
2849 eval ac_cv_prog_make_${ac_make}_set=yes;;
2850 *)
2851 eval ac_cv_prog_make_${ac_make}_set=no;;
2852esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002853rm -f conftest.make
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002854fi
Jeremy White0ebeb532006-06-20 13:18:41 +02002855if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002857$as_echo "yes" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002858 SET_MAKE=
2859else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002861$as_echo "no" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002862 SET_MAKE="MAKE=${MAKE-make}"
2863fi
2864
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002865ac_ext=c
2866ac_cpp='$CPP $CPPFLAGS'
2867ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2868ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2869ac_compiler_gnu=$ac_cv_c_compiler_gnu
2870if test -n "$ac_tool_prefix"; then
2871 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2872set dummy ${ac_tool_prefix}gcc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002874$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002875if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002876 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002877else
2878 if test -n "$CC"; then
2879 ac_cv_prog_CC="$CC" # Let the user override the test.
2880else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002886 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002887 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 +00002888 ac_cv_prog_CC="${ac_tool_prefix}gcc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002890 break 2
2891 fi
2892done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002893 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002894IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002895
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002896fi
2897fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002898CC=$ac_cv_prog_CC
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002899if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002901$as_echo "$CC" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002902else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002904$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002905fi
2906
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002907
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002908fi
2909if test -z "$ac_cv_prog_CC"; then
2910 ac_ct_CC=$CC
2911 # Extract the first word of "gcc", so it can be a program name with args.
2912set dummy gcc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002914$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002915if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002916 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002917else
2918 if test -n "$ac_ct_CC"; then
2919 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2920else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002921as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2922for as_dir in $PATH
2923do
2924 IFS=$as_save_IFS
2925 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002926 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002927 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 +00002928 ac_cv_prog_ac_ct_CC="gcc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002930 break 2
2931 fi
2932done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002933 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002934IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002935
2936fi
2937fi
2938ac_ct_CC=$ac_cv_prog_ac_ct_CC
2939if test -n "$ac_ct_CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002941$as_echo "$ac_ct_CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002942else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002944$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002945fi
2946
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002947 if test "x$ac_ct_CC" = x; then
2948 CC=""
2949 else
2950 case $cross_compiling:$ac_tool_warned in
2951yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002952{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002953$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002954ac_tool_warned=yes ;;
2955esac
2956 CC=$ac_ct_CC
2957 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002958else
2959 CC="$ac_cv_prog_CC"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00002960fi
2961
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002962if test -z "$CC"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002963 if test -n "$ac_tool_prefix"; then
2964 # 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 +00002965set dummy ${ac_tool_prefix}cc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002967$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002968if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01002969 $as_echo_n "(cached) " >&6
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00002970else
2971 if test -n "$CC"; then
2972 ac_cv_prog_CC="$CC" # Let the user override the test.
2973else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002974as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2975for as_dir in $PATH
2976do
2977 IFS=$as_save_IFS
2978 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002979 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01002980 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 +00002981 ac_cv_prog_CC="${ac_tool_prefix}cc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00002983 break 2
2984 fi
2985done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002986 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02002987IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002988
2989fi
2990fi
2991CC=$ac_cv_prog_CC
2992if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002994$as_echo "$CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002995else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02002996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01002997$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00002998fi
2999
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003000
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003001 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003002fi
3003if test -z "$CC"; then
3004 # Extract the first word of "cc", so it can be a program name with args.
3005set dummy cc; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003007$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003008if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003009 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003010else
3011 if test -n "$CC"; then
3012 ac_cv_prog_CC="$CC" # Let the user override the test.
3013else
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003014 ac_prog_rejected=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3016for as_dir in $PATH
3017do
3018 IFS=$as_save_IFS
3019 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003020 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003021 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 +00003022 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3023 ac_prog_rejected=yes
3024 continue
3025 fi
3026 ac_cv_prog_CC="cc"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003028 break 2
3029 fi
3030done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003031 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003032IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003033
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003034if test $ac_prog_rejected = yes; then
3035 # We found a bogon in the path, so make sure we never use it.
3036 set dummy $ac_cv_prog_CC
3037 shift
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003038 if test $# != 0; then
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003039 # We chose a different compiler from the bogus one.
3040 # However, it has the same basename, so the bogon will be chosen
3041 # first if we set CC to just the basename; use the full file name.
3042 shift
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003043 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003044 fi
3045fi
3046fi
3047fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003048CC=$ac_cv_prog_CC
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003049if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003051$as_echo "$CC" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003052else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003054$as_echo "no" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003055fi
3056
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003057
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003058fi
3059if test -z "$CC"; then
3060 if test -n "$ac_tool_prefix"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003061 for ac_prog in cl.exe
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003062 do
3063 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3064set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003066$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003067if test "${ac_cv_prog_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003068 $as_echo_n "(cached) " >&6
Eric Pouech18ad24a2000-01-16 22:16:33 +00003069else
3070 if test -n "$CC"; then
3071 ac_cv_prog_CC="$CC" # Let the user override the test.
3072else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003073as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3074for as_dir in $PATH
3075do
3076 IFS=$as_save_IFS
3077 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003078 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003079 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 +00003080 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003082 break 2
3083 fi
3084done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003085 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003086IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003087
Eric Pouech18ad24a2000-01-16 22:16:33 +00003088fi
3089fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003090CC=$ac_cv_prog_CC
Eric Pouech18ad24a2000-01-16 22:16:33 +00003091if test -n "$CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003093$as_echo "$CC" >&6; }
Eric Pouech18ad24a2000-01-16 22:16:33 +00003094else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003096$as_echo "no" >&6; }
Alexandre Julliardb817f4f1996-03-14 18:08:34 +00003097fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003098
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003099
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003100 test -n "$CC" && break
3101 done
3102fi
3103if test -z "$CC"; then
3104 ac_ct_CC=$CC
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003105 for ac_prog in cl.exe
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003106do
3107 # Extract the first word of "$ac_prog", so it can be a program name with args.
3108set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003110$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003111if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003112 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003113else
3114 if test -n "$ac_ct_CC"; then
3115 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3116else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3118for as_dir in $PATH
3119do
3120 IFS=$as_save_IFS
3121 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003122 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003123 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 +00003124 ac_cv_prog_ac_ct_CC="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003126 break 2
3127 fi
3128done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003129 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003130IFS=$as_save_IFS
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003131
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003132fi
3133fi
3134ac_ct_CC=$ac_cv_prog_ac_ct_CC
3135if test -n "$ac_ct_CC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003137$as_echo "$ac_ct_CC" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003138else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003140$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003141fi
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003142
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003143
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003144 test -n "$ac_ct_CC" && break
3145done
Eric Pouech18ad24a2000-01-16 22:16:33 +00003146
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003147 if test "x$ac_ct_CC" = x; then
3148 CC=""
3149 else
3150 case $cross_compiling:$ac_tool_warned in
3151yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003152{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003153$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003154ac_tool_warned=yes ;;
3155esac
3156 CC=$ac_ct_CC
3157 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003158fi
3159
3160fi
3161
Alexandre Julliarddaa28862002-04-11 21:54:01 +00003162
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003163test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003164$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003165as_fn_error "no acceptable C compiler found in \$PATH
3166See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003167
3168# Provide some information about the compiler.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003169$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003170set X $ac_compile
3171ac_compiler=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003172for ac_option in --version -v -V -qversion; do
3173 { { ac_try="$ac_compiler $ac_option >&5"
Jeremy White0ebeb532006-06-20 13:18:41 +02003174case "(($ac_try" in
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3177esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003178eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3179$as_echo "$ac_try_echo"; } >&5
3180 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003181 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003182 if test -s conftest.err; then
3183 sed '10a\
3184... rest of stderr output deleted ...
3185 10q' conftest.err >conftest.er1
3186 cat conftest.er1 >&5
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003187 fi
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003188 rm -f conftest.er1 conftest.err
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003189 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3190 test $ac_status = 0; }
3191done
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003192
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003193cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003194/* end confdefs.h. */
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003195
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003196int
3197main ()
3198{
3199
3200 ;
3201 return 0;
3202}
3203_ACEOF
3204ac_clean_files_save=$ac_clean_files
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003205ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003206# Try to create an executable without -o first, disregard a.out.
3207# It will help us diagnose broken compilers, and finding out an intuition
3208# of exeext.
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3210$as_echo_n "checking whether the C compiler works... " >&6; }
Alexandre Julliardabf50482008-10-31 12:56:53 +01003211ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3212
3213# The possible output files:
3214ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3215
Jeremy White0ebeb532006-06-20 13:18:41 +02003216ac_rmfiles=
3217for ac_file in $ac_files
3218do
3219 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003220 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Jeremy White0ebeb532006-06-20 13:18:41 +02003221 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3222 esac
3223done
3224rm -f $ac_rmfiles
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003225
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003226if { { ac_try="$ac_link_default"
Jeremy White0ebeb532006-06-20 13:18:41 +02003227case "(($ac_try" in
3228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3229 *) ac_try_echo=$ac_try;;
3230esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003231eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3232$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003233 (eval "$ac_link_default") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003234 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3236 test $ac_status = 0; }; then :
Jeremy White0ebeb532006-06-20 13:18:41 +02003237 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3238# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3239# in a Makefile. We should not override ac_cv_exeext if it was cached,
3240# so that the user can short-circuit this test for compilers unknown to
3241# Autoconf.
Alexandre Julliard78bd1942006-08-14 20:42:56 +02003242for ac_file in $ac_files ''
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003243do
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003244 test -f "$ac_file" || continue
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003245 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003246 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
Jeremy White0ebeb532006-06-20 13:18:41 +02003247 ;;
3248 [ab].out )
3249 # We found the default executable, but exeext='' is most
3250 # certainly right.
3251 break;;
3252 *.* )
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003253 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
Jeremy White0ebeb532006-06-20 13:18:41 +02003254 then :; else
3255 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3256 fi
3257 # We set ac_cv_exeext here because the later test for it is not
3258 # safe: cross compilers may not add the suffix if given an `-o'
3259 # argument, so we may need to know it at that point already.
3260 # Even if this section looks crufty: it has the advantage of
3261 # actually working.
3262 break;;
3263 * )
3264 break;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003265 esac
3266done
Jeremy White0ebeb532006-06-20 13:18:41 +02003267test "$ac_cv_exeext" = no && ac_cv_exeext=
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003268
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003269else
Alexandre Julliard78bd1942006-08-14 20:42:56 +02003270 ac_file=''
3271fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003272if test -z "$ac_file"; then :
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3274$as_echo "no" >&6; }
3275$as_echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003276sed 's/^/| /' conftest.$ac_ext >&5
3277
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003278{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003279$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003280{ as_fn_set_status 77
3281as_fn_error "C compiler cannot create executables
3282See \`config.log' for more details." "$LINENO" 5; }; }
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003283else
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3285$as_echo "yes" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003286fi
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3288$as_echo_n "checking for C compiler default output file name... " >&6; }
3289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3290$as_echo "$ac_file" >&6; }
Jeremy White0ebeb532006-06-20 13:18:41 +02003291ac_exeext=$ac_cv_exeext
Jeremy White0ebeb532006-06-20 13:18:41 +02003292
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003293rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
Jeremy White0ebeb532006-06-20 13:18:41 +02003294ac_clean_files=$ac_clean_files_save
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003296$as_echo_n "checking for suffix of executables... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003297if { { ac_try="$ac_link"
Jeremy White0ebeb532006-06-20 13:18:41 +02003298case "(($ac_try" in
3299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3300 *) ac_try_echo=$ac_try;;
3301esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003302eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3303$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003304 (eval "$ac_link") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003305 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3307 test $ac_status = 0; }; then :
Jeremy White0ebeb532006-06-20 13:18:41 +02003308 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3309# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3310# work properly (i.e., refer to `conftest.exe'), while it won't with
3311# `rm'.
3312for ac_file in conftest.exe conftest conftest.*; do
3313 test -f "$ac_file" || continue
3314 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003315 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
Jeremy White0ebeb532006-06-20 13:18:41 +02003316 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3317 break;;
3318 * ) break;;
3319 esac
3320done
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003321else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003322 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003323$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003324as_fn_error "cannot compute suffix of executables: cannot compile and link
3325See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003326fi
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003327rm -f conftest conftest$ac_cv_exeext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003329$as_echo "$ac_cv_exeext" >&6; }
Jeremy White0ebeb532006-06-20 13:18:41 +02003330
3331rm -f conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003332EXEEXT=$ac_cv_exeext
3333ac_exeext=$EXEEXT
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003334cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3335/* end confdefs.h. */
3336#include <stdio.h>
3337int
3338main ()
3339{
3340FILE *f = fopen ("conftest.out", "w");
3341 return ferror (f) || fclose (f) != 0;
3342
3343 ;
3344 return 0;
3345}
3346_ACEOF
3347ac_clean_files="$ac_clean_files conftest.out"
3348# Check that the compiler produces executables we can run. If not, either
3349# the compiler is broken, or we cross compile.
3350{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3351$as_echo_n "checking whether we are cross compiling... " >&6; }
3352if test "$cross_compiling" != yes; then
3353 { { ac_try="$ac_link"
3354case "(($ac_try" in
3355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356 *) ac_try_echo=$ac_try;;
3357esac
3358eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3359$as_echo "$ac_try_echo"; } >&5
3360 (eval "$ac_link") 2>&5
3361 ac_status=$?
3362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3363 test $ac_status = 0; }
3364 if { ac_try='./conftest$ac_cv_exeext'
3365 { { case "(($ac_try" in
3366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3367 *) ac_try_echo=$ac_try;;
3368esac
3369eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3370$as_echo "$ac_try_echo"; } >&5
3371 (eval "$ac_try") 2>&5
3372 ac_status=$?
3373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3374 test $ac_status = 0; }; }; then
3375 cross_compiling=no
3376 else
3377 if test "$cross_compiling" = maybe; then
3378 cross_compiling=yes
3379 else
3380 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3381$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3382as_fn_error "cannot run C compiled programs.
3383If you meant to cross compile, use \`--host'.
3384See \`config.log' for more details." "$LINENO" 5; }
3385 fi
3386 fi
3387fi
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3389$as_echo "$cross_compiling" >&6; }
3390
3391rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3392ac_clean_files=$ac_clean_files_save
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003394$as_echo_n "checking for suffix of object files... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003395if test "${ac_cv_objext+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003396 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003397else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jeremy White0ebeb532006-06-20 13:18:41 +02003399/* end confdefs.h. */
3400
3401int
3402main ()
3403{
3404
3405 ;
3406 return 0;
3407}
3408_ACEOF
3409rm -f conftest.o conftest.obj
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003410if { { ac_try="$ac_compile"
Jeremy White0ebeb532006-06-20 13:18:41 +02003411case "(($ac_try" in
3412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3413 *) ac_try_echo=$ac_try;;
3414esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003415eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3416$as_echo "$ac_try_echo"; } >&5
Jeremy White0ebeb532006-06-20 13:18:41 +02003417 (eval "$ac_compile") 2>&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003418 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3420 test $ac_status = 0; }; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003421 for ac_file in conftest.o conftest.obj conftest.*; do
3422 test -f "$ac_file" || continue;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003423 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +01003424 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003425 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3426 break;;
3427 esac
3428done
3429else
Alexandre Julliardabf50482008-10-31 12:56:53 +01003430 $as_echo "$as_me: failed program was:" >&5
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003431sed 's/^/| /' conftest.$ac_ext >&5
3432
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003433{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003434$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003435as_fn_error "cannot compute suffix of object files: cannot compile
3436See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003437fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003438rm -f conftest.$ac_cv_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003439fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003441$as_echo "$ac_cv_objext" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003442OBJEXT=$ac_cv_objext
3443ac_objext=$OBJEXT
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003445$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003446if test "${ac_cv_c_compiler_gnu+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003447 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003448else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003450/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003451
3452int
3453main ()
3454{
3455#ifndef __GNUC__
3456 choke me
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003457#endif
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00003458
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003459 ;
3460 return 0;
3461}
3462_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003463if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003464 ac_compiler_gnu=yes
Eric Pouech18ad24a2000-01-16 22:16:33 +00003465else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003466 ac_compiler_gnu=no
Eric Pouech18ad24a2000-01-16 22:16:33 +00003467fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003468rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003469ac_cv_c_compiler_gnu=$ac_compiler_gnu
Eric Pouech18ad24a2000-01-16 22:16:33 +00003470
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003471fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003473$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3474if test $ac_compiler_gnu = yes; then
3475 GCC=yes
3476else
3477 GCC=
3478fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003479ac_test_CFLAGS=${CFLAGS+set}
3480ac_save_CFLAGS=$CFLAGS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003481{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003482$as_echo_n "checking whether $CC accepts -g... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003483if test "${ac_cv_prog_cc_g+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003484 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003485else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003486 ac_save_c_werror_flag=$ac_c_werror_flag
3487 ac_c_werror_flag=yes
3488 ac_cv_prog_cc_g=no
3489 CFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003491/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003492
3493int
3494main ()
3495{
3496
3497 ;
3498 return 0;
3499}
3500_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003501if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +00003502 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003503else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003504 CFLAGS=""
3505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003506/* end confdefs.h. */
3507
3508int
3509main ()
3510{
3511
3512 ;
3513 return 0;
3514}
3515_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003516if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003517
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003518else
3519 ac_c_werror_flag=$ac_save_c_werror_flag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003520 CFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003522/* end confdefs.h. */
3523
3524int
3525main ()
3526{
3527
3528 ;
3529 return 0;
3530}
3531_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003532if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003533 ac_cv_prog_cc_g=yes
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003534fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003535rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003536fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003537rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003538fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003539rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003540 ac_c_werror_flag=$ac_save_c_werror_flag
3541fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003543$as_echo "$ac_cv_prog_cc_g" >&6; }
Eric Pouech18ad24a2000-01-16 22:16:33 +00003544if test "$ac_test_CFLAGS" = set; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003545 CFLAGS=$ac_save_CFLAGS
Eric Pouech18ad24a2000-01-16 22:16:33 +00003546elif test $ac_cv_prog_cc_g = yes; then
3547 if test "$GCC" = yes; then
Alexandre Julliardda0cfb31996-12-01 17:17:47 +00003548 CFLAGS="-g -O2"
3549 else
Eric Pouech18ad24a2000-01-16 22:16:33 +00003550 CFLAGS="-g"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003551 fi
3552else
Eric Pouech18ad24a2000-01-16 22:16:33 +00003553 if test "$GCC" = yes; then
3554 CFLAGS="-O2"
3555 else
3556 CFLAGS=
3557 fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00003558fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003560$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003561if test "${ac_cv_prog_cc_c89+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003562 $as_echo_n "(cached) " >&6
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003563else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003564 ac_cv_prog_cc_c89=no
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003565ac_save_CC=$CC
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003566cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003567/* end confdefs.h. */
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003568#include <stdarg.h>
3569#include <stdio.h>
3570#include <sys/types.h>
3571#include <sys/stat.h>
3572/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3573struct buf { int x; };
3574FILE * (*rcsopen) (struct buf *, struct stat *, int);
3575static char *e (p, i)
3576 char **p;
3577 int i;
3578{
3579 return p[i];
3580}
3581static char *f (char * (*g) (char **, int), char **p, ...)
3582{
3583 char *s;
3584 va_list v;
3585 va_start (v,p);
3586 s = g (p, va_arg (v,int));
3587 va_end (v);
3588 return s;
3589}
Alexandre Julliard875927f2004-01-02 01:55:29 +00003590
3591/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3592 function prototypes and stuff, but not '\xHH' hex character constants.
3593 These don't provoke an error unfortunately, instead are silently treated
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003594 as 'x'. The following induces an error, until -std is added to get
Alexandre Julliard875927f2004-01-02 01:55:29 +00003595 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3596 array size at least. It's necessary to write '\x00'==0 to get something
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003597 that's true only with -std. */
Alexandre Julliard875927f2004-01-02 01:55:29 +00003598int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3599
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02003600/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3601 inside strings and character constants. */
3602#define FOO(x) 'x'
3603int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3604
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003605int test (int i, double x);
3606struct s1 {int (*f) (int a);};
3607struct s2 {int (*f) (double a);};
3608int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3609int argc;
3610char **argv;
3611int
3612main ()
3613{
3614return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3615 ;
3616 return 0;
3617}
3618_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003619for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3620 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003621do
3622 CC="$ac_save_CC $ac_arg"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003623 if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003624 ac_cv_prog_cc_c89=$ac_arg
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003625fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003626rm -f core conftest.err conftest.$ac_objext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003627 test "x$ac_cv_prog_cc_c89" != "xno" && break
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003628done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003629rm -f conftest.$ac_ext
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003630CC=$ac_save_CC
3631
3632fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003633# AC_CACHE_VAL
3634case "x$ac_cv_prog_cc_c89" in
3635 x)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003637$as_echo "none needed" >&6; } ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003638 xno)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003640$as_echo "unsupported" >&6; } ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003641 *)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003642 CC="$CC $ac_cv_prog_cc_c89"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003644$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003645esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003646if test "x$ac_cv_prog_cc_c89" != xno; then :
Alexandre Julliard11af04e2002-10-10 03:48:04 +00003647
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003648fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00003649
Alexandre Julliardf5818d22002-02-14 19:47:29 +00003650ac_ext=c
3651ac_cpp='$CPP $CPPFLAGS'
3652ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654ac_compiler_gnu=$ac_cv_c_compiler_gnu
3655
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003656ac_ext=cpp
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003657ac_cpp='$CXXCPP $CPPFLAGS'
3658ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3659ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3660ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003661if test -z "$CXX"; then
3662 if test -n "$CCC"; then
3663 CXX=$CCC
3664 else
3665 if test -n "$ac_tool_prefix"; then
3666 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 +00003667 do
3668 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3669set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003671$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003672if test "${ac_cv_prog_CXX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003673 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003674else
3675 if test -n "$CXX"; then
3676 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3677else
3678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3679for as_dir in $PATH
3680do
3681 IFS=$as_save_IFS
3682 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003683 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003684 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 +00003685 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003687 break 2
3688 fi
3689done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003690 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003691IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003692
3693fi
3694fi
3695CXX=$ac_cv_prog_CXX
3696if test -n "$CXX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003698$as_echo "$CXX" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003699else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003701$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003702fi
3703
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003704
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003705 test -n "$CXX" && break
3706 done
3707fi
3708if test -z "$CXX"; then
3709 ac_ct_CXX=$CXX
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003710 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 +00003711do
3712 # Extract the first word of "$ac_prog", so it can be a program name with args.
3713set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003715$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003716if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003717 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003718else
3719 if test -n "$ac_ct_CXX"; then
3720 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3721else
3722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723for as_dir in $PATH
3724do
3725 IFS=$as_save_IFS
3726 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003727 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003728 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 +00003729 ac_cv_prog_ac_ct_CXX="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003731 break 2
3732 fi
3733done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003734 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003735IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003736
3737fi
3738fi
3739ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3740if test -n "$ac_ct_CXX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003742$as_echo "$ac_ct_CXX" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003743else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003745$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003746fi
3747
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003748
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003749 test -n "$ac_ct_CXX" && break
3750done
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003751
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003752 if test "x$ac_ct_CXX" = x; then
3753 CXX="g++"
3754 else
3755 case $cross_compiling:$ac_tool_warned in
3756yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003757{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003758$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003759ac_tool_warned=yes ;;
3760esac
3761 CXX=$ac_ct_CXX
3762 fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003763fi
3764
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003765 fi
3766fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003767# Provide some information about the compiler.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003768$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003769set X $ac_compile
3770ac_compiler=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003771for ac_option in --version -v -V -qversion; do
3772 { { ac_try="$ac_compiler $ac_option >&5"
Jeremy White0ebeb532006-06-20 13:18:41 +02003773case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003777eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3778$as_echo "$ac_try_echo"; } >&5
3779 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003780 ac_status=$?
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003781 if test -s conftest.err; then
3782 sed '10a\
3783... rest of stderr output deleted ...
3784 10q' conftest.err >conftest.er1
3785 cat conftest.er1 >&5
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003786 fi
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +01003787 rm -f conftest.er1 conftest.err
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3789 test $ac_status = 0; }
3790done
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003791
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003793$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003794if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003795 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003796else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003798/* end confdefs.h. */
3799
3800int
3801main ()
3802{
3803#ifndef __GNUC__
3804 choke me
3805#endif
3806
3807 ;
3808 return 0;
3809}
3810_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003811if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003812 ac_compiler_gnu=yes
3813else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003814 ac_compiler_gnu=no
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003815fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003817ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3818
3819fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003821$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3822if test $ac_compiler_gnu = yes; then
3823 GXX=yes
3824else
3825 GXX=
3826fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003827ac_test_CXXFLAGS=${CXXFLAGS+set}
3828ac_save_CXXFLAGS=$CXXFLAGS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003830$as_echo_n "checking whether $CXX accepts -g... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003831if test "${ac_cv_prog_cxx_g+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003832 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003833else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003834 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3835 ac_cxx_werror_flag=yes
3836 ac_cv_prog_cxx_g=no
3837 CXXFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003839/* end confdefs.h. */
3840
3841int
3842main ()
3843{
3844
3845 ;
3846 return 0;
3847}
3848_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003849if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003850 ac_cv_prog_cxx_g=yes
3851else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003852 CXXFLAGS=""
3853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003854/* end confdefs.h. */
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003855
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003856int
3857main ()
3858{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003859
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003860 ;
3861 return 0;
3862}
3863_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003864if ac_fn_cxx_try_compile "$LINENO"; then :
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003865
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003866else
3867 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003868 CXXFLAGS="-g"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003870/* end confdefs.h. */
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003871
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003872int
3873main ()
3874{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003875
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003876 ;
3877 return 0;
3878}
3879_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003880if ac_fn_cxx_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003881 ac_cv_prog_cxx_g=yes
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003882fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003883rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003884fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003885rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003886fi
Jeremy White0ebeb532006-06-20 13:18:41 +02003887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003888 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3889fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003891$as_echo "$ac_cv_prog_cxx_g" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003892if test "$ac_test_CXXFLAGS" = set; then
3893 CXXFLAGS=$ac_save_CXXFLAGS
3894elif test $ac_cv_prog_cxx_g = yes; then
3895 if test "$GXX" = yes; then
3896 CXXFLAGS="-g -O2"
3897 else
3898 CXXFLAGS="-g"
3899 fi
3900else
3901 if test "$GXX" = yes; then
3902 CXXFLAGS="-O2"
3903 else
3904 CXXFLAGS=
3905 fi
3906fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003907ac_ext=c
3908ac_cpp='$CPP $CPPFLAGS'
3909ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3910ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3911ac_compiler_gnu=$ac_cv_c_compiler_gnu
3912
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003913if test -n "$ac_tool_prefix"; then
3914 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3915set dummy ${ac_tool_prefix}cpp; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003917$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003918if test "${ac_cv_prog_CPPBIN+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003919 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003920else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003921 if test -n "$CPPBIN"; then
3922 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003923else
3924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3925for as_dir in $PATH
3926do
3927 IFS=$as_save_IFS
3928 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003929 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003930 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 +00003931 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003933 break 2
3934 fi
3935done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003936 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003937IFS=$as_save_IFS
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003938
3939fi
3940fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003941CPPBIN=$ac_cv_prog_CPPBIN
3942if test -n "$CPPBIN"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003944$as_echo "$CPPBIN" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003945else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003947$as_echo "no" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00003948fi
3949
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003950
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003951fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003952if test -z "$ac_cv_prog_CPPBIN"; then
3953 ac_ct_CPPBIN=$CPPBIN
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003954 # Extract the first word of "cpp", so it can be a program name with args.
3955set dummy cpp; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003957$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003958if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01003959 $as_echo_n "(cached) " >&6
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003960else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003961 if test -n "$ac_ct_CPPBIN"; then
3962 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003963else
3964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3965for as_dir in $PATH
3966do
3967 IFS=$as_save_IFS
3968 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003969 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01003970 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 +00003971 ac_cv_prog_ac_ct_CPPBIN="cpp"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003973 break 2
3974 fi
3975done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003976 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003977IFS=$as_save_IFS
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003978
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003979fi
3980fi
Alexandre Julliarda631ef62004-03-03 20:30:46 +00003981ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3982if test -n "$ac_ct_CPPBIN"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003984$as_echo "$ac_ct_CPPBIN" >&6; }
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003985else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003987$as_echo "no" >&6; }
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00003988fi
3989
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003990 if test "x$ac_ct_CPPBIN" = x; then
3991 CPPBIN="cpp"
3992 else
3993 case $cross_compiling:$ac_tool_warned in
3994yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02003995{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01003996$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02003997ac_tool_warned=yes ;;
3998esac
3999 CPPBIN=$ac_ct_CPPBIN
4000 fi
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00004001else
Alexandre Julliarda631ef62004-03-03 20:30:46 +00004002 CPPBIN="$ac_cv_prog_CPPBIN"
Alexandre Julliard3e61ef72004-03-02 06:48:48 +00004003fi
4004
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004005
Alexandre Julliard1aea4ef2009-08-27 13:35:46 +02004006cat >>confdefs.h <<_ACEOF
4007#define EXEEXT "$ac_exeext"
4008_ACEOF
4009
4010
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004011case $host in
Ken Thomases42664332009-05-01 22:59:52 -05004012 *-darwin*)
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004013 if test "x$enable_win64" = "xyes"
Ken Thomases42664332009-05-01 22:59:52 -05004014 then
4015 CC="$CC -m64"
4016 CXX="$CXX -m64"
4017 LD="${LD:-ld} -arch x86_64"
4018 AS="${AS:-as} -arch x86_64"
4019 host_cpu="x86_64"
4020 notice_platform="64-bit "
4021 TARGETFLAGS="-m64"
4022
4023 else
4024 CC="$CC -m32"
4025 CXX="$CXX -m32"
4026 LD="${LD:-ld} -arch i386"
4027 AS="${AS:-as} -arch i386"
4028 host_cpu="i386"
4029 notice_platform="32-bit "
4030 TARGETFLAGS="-m32"
4031
4032 enable_win16=${enable_win16:-yes}
4033 fi
4034 ;;
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004035 x86_64*)
Alexandre Julliard6b4ed0f2009-01-12 19:29:43 +01004036 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004037 then
4038 CC="$CC -m32"
4039 CXX="$CXX -m32"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004041$as_echo_n "checking whether $CC works... " >&6; }
4042
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004043cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004044/* end confdefs.h. */
4045
4046int
4047main ()
4048{
4049
4050 ;
4051 return 0;
4052}
4053_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004054if ac_fn_c_try_link "$LINENO"; then :
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004056$as_echo "yes" >&6; }
4057else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004059$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004060 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 +01004061fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004062rm -f core conftest.err conftest.$ac_objext \
4063 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004064 LD="${LD:-ld} -m elf_i386"
4065 AS="${AS:-as} --32"
4066 host_cpu="i386"
4067 notice_platform="32-bit "
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004068 TARGETFLAGS="-m32"
4069
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004070 enable_win16=${enable_win16:-yes}
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004071 else
Alexandre Julliard8812d242009-06-14 11:19:54 +02004072 if test "x${GCC}" = "xyes"
4073 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004075$as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard8812d242009-06-14 11:19:54 +02004077/* end confdefs.h. */
4078#include <stdarg.h>
4079int
4080main ()
4081{
4082void func(__builtin_ms_va_list *args);
4083 ;
4084 return 0;
4085}
4086_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004087if ac_fn_c_try_compile "$LINENO"; then :
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004089$as_echo "yes" >&6; }
4090else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004092$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004093 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
Alexandre Julliard8812d242009-06-14 11:19:54 +02004094fi
Alexandre Julliard8812d242009-06-14 11:19:54 +02004095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4096 fi
Alexandre Julliard07f77c42009-01-15 21:17:51 +01004097 TARGETFLAGS="-m64"
4098
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004099 fi
4100 ;;
Alexandre Julliard391fce62009-04-02 12:59:52 +02004101 *-mingw32*|*-cygwin*)
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004102 enable_win16=${enable_win16:-no}
Alexandre Goujonac0a38c2010-03-01 21:39:40 +01004103 CFLAGS="$CFLAGS -D_WIN32"
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004104 ;;
4105 i[3456789]86*)
4106 enable_win16=${enable_win16:-yes}
4107 ;;
Alexandre Julliarddfa66db2009-01-12 15:25:44 +01004108esac
4109
Alexandre Julliard9981f4c2009-02-26 15:00:12 +01004110enable_win16=${enable_win16:-no}
Alexandre Julliard776820e2009-02-23 17:46:33 +01004111
Alexandre Julliard95081552010-02-09 19:08:17 +01004112enable_winetest=${enable_winetest:-$enable_tests}
4113
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004114if test -n "$with_wine64"
4115then
4116 if test "x$enable_win64" = "xyes"
4117 then
4118 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4119--enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4120 fi
Alexandre Julliard90647772009-08-13 19:48:42 +02004121 WOW64_DISABLE=\#
4122
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004123 enable_fonts=${enable_fonts:-no}
Alexandre Julliard2f375cc2010-03-31 12:53:12 +02004124 enable_rpcss=${enable_rpcss:-no}
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004125 enable_server=${enable_server:-no}
4126 enable_tools=${enable_tools:-no}
4127 enable_wineboot=${enable_wineboot:-no}
4128 enable_winedbg=${enable_winedbg:-no}
Alexandre Julliard2f375cc2010-03-31 12:53:12 +02004129 enable_winemenubuilder=${enable_winemenubuilder:-no}
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004130 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4131fi
4132
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004134$as_echo_n "checking for the directory containing the Wine tools... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004135if test "${wine_cv_toolsdir+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004136 $as_echo_n "(cached) " >&6
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004137else
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004138 wine_cv_toolsdir="$with_wine_tools"
4139 if test -z "$with_wine_tools"; then
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004140 if test "$cross_compiling" = "yes"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004141 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004142 elif test -n "$with_wine64"; then
4143 wine_cv_toolsdir="$with_wine64"
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004144 fi
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004145 fi
4146 if test -z "$wine_cv_toolsdir"; then
4147 wine_cv_toolsdir="\$(TOPOBJDIR)"
4148 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4149 case "$wine_cv_toolsdir" in
4150 /*) ;;
4151 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004152 esac
4153 else
Alexandre Julliard39a75d32009-08-13 19:45:31 +02004154 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004155 fi
4156fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004158$as_echo "$wine_cv_toolsdir" >&6; }
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004159TOOLSDIR=$wine_cv_toolsdir
4160
Alexandre Julliard4d135d92009-02-16 13:08:44 +01004161if test -n "$host_alias" -a "$host_alias" != "$build_alias"
Alexandre Julliard424cb272008-12-26 17:54:50 +01004162then
Alexandre Julliard0fea4a52009-02-12 10:28:23 +01004163 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
Alexandre Julliard424cb272008-12-26 17:54:50 +01004164
4165fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +00004166
Alexandre Julliard40916272007-03-08 13:19:50 +01004167for ac_prog in flex
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004168do
4169 # Extract the first word of "$ac_prog", so it can be a program name with args.
4170set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004172$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004173if test "${ac_cv_prog_FLEX+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004174 $as_echo_n "(cached) " >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004175else
Alexandre Julliard40916272007-03-08 13:19:50 +01004176 if test -n "$FLEX"; then
4177 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004178else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004179as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180for as_dir in $PATH
4181do
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004184 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004185 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 +01004186 ac_cv_prog_FLEX="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004188 break 2
4189 fi
4190done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004191 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004192IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004193
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004194fi
4195fi
Alexandre Julliard40916272007-03-08 13:19:50 +01004196FLEX=$ac_cv_prog_FLEX
4197if test -n "$FLEX"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004199$as_echo "$FLEX" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004200else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004202$as_echo "no" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004203fi
4204
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004205
Alexandre Julliard40916272007-03-08 13:19:50 +01004206 test -n "$FLEX" && break
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004207done
Alexandre Julliard40916272007-03-08 13:19:50 +01004208test -n "$FLEX" || FLEX="none"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004209
Alexandre Julliard40916272007-03-08 13:19:50 +01004210if test "$FLEX" = "none"
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004211then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004212 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
Marcus Meissnerb53bb412000-07-23 13:41:51 +00004213fi
Michael Stefaniucce307332009-12-29 18:07:02 +01004214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4215$as_echo_n "checking whether flex is recent enough... " >&6; }
4216cat >conftest.l <<EOF
4217%top{
4218#include "prediluvian.h"
4219}
4220%%
4221EOF
4222if $FLEX -t conftest.l >/dev/null 2>&1
4223then
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4225$as_echo "yes" >&6; }
4226else
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228$as_echo "no" >&6; }
4229 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4230fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004231
Mike McCormackc068f672004-03-16 03:11:39 +00004232for ac_prog in bison
4233do
4234 # Extract the first word of "$ac_prog", so it can be a program name with args.
4235set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004237$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004238if test "${ac_cv_prog_BISON+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004239 $as_echo_n "(cached) " >&6
Mike McCormackc068f672004-03-16 03:11:39 +00004240else
4241 if test -n "$BISON"; then
4242 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4243else
4244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4245for as_dir in $PATH
4246do
4247 IFS=$as_save_IFS
4248 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004249 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004250 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 +00004251 ac_cv_prog_BISON="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormackc068f672004-03-16 03:11:39 +00004253 break 2
4254 fi
4255done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004256 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004257IFS=$as_save_IFS
Mike McCormackc068f672004-03-16 03:11:39 +00004258
4259fi
4260fi
4261BISON=$ac_cv_prog_BISON
4262if test -n "$BISON"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004264$as_echo "$BISON" >&6; }
Mike McCormackc068f672004-03-16 03:11:39 +00004265else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004267$as_echo "no" >&6; }
Mike McCormackc068f672004-03-16 03:11:39 +00004268fi
4269
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004270
Mike McCormackc068f672004-03-16 03:11:39 +00004271 test -n "$BISON" && break
4272done
4273test -n "$BISON" || BISON="none"
4274
4275if test "$BISON" = "none"
4276then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004277 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
Mike McCormackc068f672004-03-16 03:11:39 +00004278fi
4279
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004280if test -n "$ac_tool_prefix"; then
Francois Gouget86bd0462008-06-26 14:05:57 +02004281 for ac_prog in ar gar
4282 do
4283 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4284set dummy $ac_tool_prefix$ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004286$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004287if test "${ac_cv_prog_AR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004288 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004289else
4290 if test -n "$AR"; then
4291 ac_cv_prog_AR="$AR" # Let the user override the test.
4292else
4293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294for as_dir in $PATH
4295do
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004298 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004299 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 +02004300 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004302 break 2
4303 fi
4304done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004305 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004306IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004307
4308fi
4309fi
4310AR=$ac_cv_prog_AR
4311if test -n "$AR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004313$as_echo "$AR" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004314else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004316$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004317fi
4318
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004319
Francois Gouget86bd0462008-06-26 14:05:57 +02004320 test -n "$AR" && break
4321 done
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004322fi
Francois Gouget86bd0462008-06-26 14:05:57 +02004323if test -z "$AR"; then
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004324 ac_ct_AR=$AR
Francois Gouget86bd0462008-06-26 14:05:57 +02004325 for ac_prog in ar gar
4326do
4327 # Extract the first word of "$ac_prog", so it can be a program name with args.
4328set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004330$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004331if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004332 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004333else
4334 if test -n "$ac_ct_AR"; then
4335 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4336else
4337as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4338for as_dir in $PATH
4339do
4340 IFS=$as_save_IFS
4341 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004342 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004343 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 +02004344 ac_cv_prog_ac_ct_AR="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004346 break 2
4347 fi
4348done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004349 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004350IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004351
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004352fi
4353fi
4354ac_ct_AR=$ac_cv_prog_ac_ct_AR
4355if test -n "$ac_ct_AR"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004357$as_echo "$ac_ct_AR" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004358else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004360$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004361fi
4362
Francois Gouget86bd0462008-06-26 14:05:57 +02004363
4364 test -n "$ac_ct_AR" && break
4365done
4366
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004367 if test "x$ac_ct_AR" = x; then
4368 AR="ar"
4369 else
4370 case $cross_compiling:$ac_tool_warned in
4371yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004372{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004373$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004374ac_tool_warned=yes ;;
4375esac
4376 AR=$ac_ct_AR
4377 fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004378fi
4379
Rob Shearman0c694d72008-03-04 15:53:41 +00004380ARFLAGS=rc
4381
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004382if test -n "$ac_tool_prefix"; then
4383 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4384set dummy ${ac_tool_prefix}ranlib; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004386$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004387if test "${ac_cv_prog_RANLIB+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004388 $as_echo_n "(cached) " >&6
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004389else
4390 if test -n "$RANLIB"; then
4391 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4392else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4394for as_dir in $PATH
4395do
4396 IFS=$as_save_IFS
4397 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004398 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004399 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 +00004400 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004402 break 2
4403 fi
4404done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004405 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004406IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004407
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004408fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004409fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004410RANLIB=$ac_cv_prog_RANLIB
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004411if test -n "$RANLIB"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004413$as_echo "$RANLIB" >&6; }
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004414else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004416$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004417fi
4418
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004419
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004420fi
4421if test -z "$ac_cv_prog_RANLIB"; then
4422 ac_ct_RANLIB=$RANLIB
4423 # Extract the first word of "ranlib", so it can be a program name with args.
4424set dummy ranlib; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004426$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004427if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004428 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004429else
4430 if test -n "$ac_ct_RANLIB"; then
4431 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4432else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4434for as_dir in $PATH
4435do
4436 IFS=$as_save_IFS
4437 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004438 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004439 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 +00004440 ac_cv_prog_ac_ct_RANLIB="ranlib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004442 break 2
4443 fi
4444done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004445 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004446IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004447
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004448fi
4449fi
4450ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4451if test -n "$ac_ct_RANLIB"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004453$as_echo "$ac_ct_RANLIB" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004454else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004456$as_echo "no" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004457fi
4458
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004459 if test "x$ac_ct_RANLIB" = x; then
4460 RANLIB=":"
4461 else
4462 case $cross_compiling:$ac_tool_warned in
4463yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004464{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004465$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004466ac_tool_warned=yes ;;
4467esac
4468 RANLIB=$ac_ct_RANLIB
4469 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004470else
4471 RANLIB="$ac_cv_prog_RANLIB"
Alexandre Julliardff8331e1995-09-18 11:19:54 +00004472fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +00004473
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004474if test -n "$ac_tool_prefix"; then
4475 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4476set dummy ${ac_tool_prefix}strip; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004478$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004479if test "${ac_cv_prog_STRIP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004480 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004481else
4482 if test -n "$STRIP"; then
4483 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4484else
4485as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486for as_dir in $PATH
4487do
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004490 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004491 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 +00004492 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004494 break 2
4495 fi
4496done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004497 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004498IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004499
4500fi
4501fi
4502STRIP=$ac_cv_prog_STRIP
4503if test -n "$STRIP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004505$as_echo "$STRIP" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004506else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004508$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004509fi
4510
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004511
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004512fi
4513if test -z "$ac_cv_prog_STRIP"; then
4514 ac_ct_STRIP=$STRIP
4515 # Extract the first word of "strip", so it can be a program name with args.
4516set dummy strip; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004518$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004519if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004520 $as_echo_n "(cached) " >&6
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004521else
4522 if test -n "$ac_ct_STRIP"; then
4523 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4524else
4525as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4526for as_dir in $PATH
4527do
4528 IFS=$as_save_IFS
4529 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004530 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004531 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 +00004532 ac_cv_prog_ac_ct_STRIP="strip"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004534 break 2
4535 fi
4536done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004537 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004538IFS=$as_save_IFS
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004539
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004540fi
4541fi
4542ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4543if test -n "$ac_ct_STRIP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004545$as_echo "$ac_ct_STRIP" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004546else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004548$as_echo "no" >&6; }
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004549fi
4550
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004551 if test "x$ac_ct_STRIP" = x; then
4552 STRIP="strip"
4553 else
4554 case $cross_compiling:$ac_tool_warned in
4555yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004556{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004557$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004558ac_tool_warned=yes ;;
4559esac
4560 STRIP=$ac_ct_STRIP
4561 fi
Alexandre Julliardfc01b722002-05-12 03:16:39 +00004562else
4563 STRIP="$ac_cv_prog_STRIP"
4564fi
4565
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004567$as_echo_n "checking whether ln -s works... " >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004568LN_S=$as_ln_s
4569if test "$LN_S" = "ln -s"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004571$as_echo "yes" >&6; }
Alexandre Julliard641ee761997-08-04 16:34:36 +00004572else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004574$as_echo "no, using $LN_S" >&6; }
Alexandre Julliard641ee761997-08-04 16:34:36 +00004575fi
4576
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004578$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004579if test "${ac_cv_path_GREP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004580 $as_echo_n "(cached) " >&6
Alexandre Julliardc6264912004-08-16 20:09:37 +00004581else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004582 if test -z "$GREP"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004583 ac_path_GREP_found=false
Alexandre Julliardabf50482008-10-31 12:56:53 +01004584 # Loop through the user's path and test for each of PROGNAME-LIST
4585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004586for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4587do
4588 IFS=$as_save_IFS
4589 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004590 for ac_prog in grep ggrep; do
Alexandre Julliardabf50482008-10-31 12:56:53 +01004591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4593 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4594# Check for GNU ac_path_GREP and select it if it is found.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004595 # Check for GNU $ac_path_GREP
4596case `"$ac_path_GREP" --version 2>&1` in
4597*GNU*)
4598 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4599*)
4600 ac_count=0
Alexandre Julliardabf50482008-10-31 12:56:53 +01004601 $as_echo_n 0123456789 >"conftest.in"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004602 while :
4603 do
4604 cat "conftest.in" "conftest.in" >"conftest.tmp"
4605 mv "conftest.tmp" "conftest.in"
4606 cp "conftest.in" "conftest.nl"
Alexandre Julliardabf50482008-10-31 12:56:53 +01004607 $as_echo 'GREP' >> "conftest.nl"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004608 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4609 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004610 as_fn_arith $ac_count + 1 && ac_count=$as_val
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004611 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4612 # Best one so far, save it but keep looking for a better one
4613 ac_cv_path_GREP="$ac_path_GREP"
4614 ac_path_GREP_max=$ac_count
Alexandre Julliardc6264912004-08-16 20:09:37 +00004615 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004616 # 10*(2^10) chars as input seems more than enough
4617 test $ac_count -gt 10 && break
4618 done
Jeremy White0ebeb532006-06-20 13:18:41 +02004619 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004620esac
4621
Alexandre Julliardabf50482008-10-31 12:56:53 +01004622 $ac_path_GREP_found && break 3
4623 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004624 done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004625 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004626IFS=$as_save_IFS
Alexandre Julliardabf50482008-10-31 12:56:53 +01004627 if test -z "$ac_cv_path_GREP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004628 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 +01004629 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004630else
4631 ac_cv_path_GREP=$GREP
4632fi
4633
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004634fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004636$as_echo "$ac_cv_path_GREP" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004637 GREP="$ac_cv_path_GREP"
4638
4639
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004641$as_echo_n "checking for egrep... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004642if test "${ac_cv_path_EGREP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004643 $as_echo_n "(cached) " >&6
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004644else
4645 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4646 then ac_cv_path_EGREP="$GREP -E"
4647 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004648 if test -z "$EGREP"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004649 ac_path_EGREP_found=false
Alexandre Julliardabf50482008-10-31 12:56:53 +01004650 # Loop through the user's path and test for each of PROGNAME-LIST
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004652for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653do
4654 IFS=$as_save_IFS
4655 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004656 for ac_prog in egrep; do
Alexandre Julliardabf50482008-10-31 12:56:53 +01004657 for ac_exec_ext in '' $ac_executable_extensions; do
4658 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4659 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4660# Check for GNU ac_path_EGREP and select it if it is found.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004661 # Check for GNU $ac_path_EGREP
4662case `"$ac_path_EGREP" --version 2>&1` in
4663*GNU*)
4664 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4665*)
4666 ac_count=0
Alexandre Julliardabf50482008-10-31 12:56:53 +01004667 $as_echo_n 0123456789 >"conftest.in"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004668 while :
4669 do
4670 cat "conftest.in" "conftest.in" >"conftest.tmp"
4671 mv "conftest.tmp" "conftest.in"
4672 cp "conftest.in" "conftest.nl"
Alexandre Julliardabf50482008-10-31 12:56:53 +01004673 $as_echo 'EGREP' >> "conftest.nl"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004674 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4675 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004676 as_fn_arith $ac_count + 1 && ac_count=$as_val
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004677 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4678 # Best one so far, save it but keep looking for a better one
4679 ac_cv_path_EGREP="$ac_path_EGREP"
4680 ac_path_EGREP_max=$ac_count
4681 fi
4682 # 10*(2^10) chars as input seems more than enough
4683 test $ac_count -gt 10 && break
4684 done
Jeremy White0ebeb532006-06-20 13:18:41 +02004685 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004686esac
4687
Alexandre Julliardabf50482008-10-31 12:56:53 +01004688 $ac_path_EGREP_found && break 3
4689 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004690 done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004691 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004692IFS=$as_save_IFS
Alexandre Julliardabf50482008-10-31 12:56:53 +01004693 if test -z "$ac_cv_path_EGREP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004694 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 +01004695 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004696else
4697 ac_cv_path_EGREP=$EGREP
4698fi
4699
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004700 fi
4701fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004703$as_echo "$ac_cv_path_EGREP" >&6; }
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004704 EGREP="$ac_cv_path_EGREP"
Alexandre Julliardc6264912004-08-16 20:09:37 +00004705
4706
James Juranffe6b761999-06-12 08:21:57 +00004707# Extract the first word of "ldconfig", so it can be a program name with args.
4708set dummy ldconfig; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004710$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004711if test "${ac_cv_path_LDCONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004712 $as_echo_n "(cached) " >&6
James Juranffe6b761999-06-12 08:21:57 +00004713else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004714 case $LDCONFIG in
4715 [\\/]* | ?:[\\/]*)
James Juranffe6b761999-06-12 08:21:57 +00004716 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4717 ;;
4718 *)
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Bill Medland91372b32002-04-20 21:00:42 +00004720for as_dir in /sbin /usr/sbin $PATH
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004721do
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004724 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004725 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 +00004726 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004728 break 2
4729 fi
4730done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004731 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004732IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004733
Alexandre Julliard318f4ce2000-01-31 05:02:49 +00004734 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
James Juranffe6b761999-06-12 08:21:57 +00004735 ;;
4736esac
4737fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004738LDCONFIG=$ac_cv_path_LDCONFIG
James Juranffe6b761999-06-12 08:21:57 +00004739if test -n "$LDCONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004741$as_echo "$LDCONFIG" >&6; }
James Juranffe6b761999-06-12 08:21:57 +00004742else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004744$as_echo "no" >&6; }
James Juranffe6b761999-06-12 08:21:57 +00004745fi
4746
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004747
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004748# Find a good install program. We prefer a C program (faster),
4749# so one script is as good as another. But avoid the broken or
4750# incompatible versions:
4751# SysV /etc/install, /usr/sbin/install
4752# SunOS /usr/etc/install
4753# IRIX /sbin/install
4754# AIX /bin/install
4755# AmigaOS /C/install, which installs bootblocks on floppy discs
4756# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4757# AFS /usr/afsws/bin/install, which mishandles nonexistent args
4758# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Alexandre Julliard875927f2004-01-02 01:55:29 +00004759# OS/2's system install, which has a completely different semantic
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004760# ./install, which can be erroneously created by make from ./install.sh.
Alexandre Julliardabf50482008-10-31 12:56:53 +01004761# Reject install programs that cannot install multiple files.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004763$as_echo_n "checking for a BSD-compatible install... " >&6; }
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004764if test -z "$INSTALL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004765if test "${ac_cv_path_install+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004766 $as_echo_n "(cached) " >&6
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004767else
4768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769for as_dir in $PATH
4770do
4771 IFS=$as_save_IFS
4772 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004773 # Account for people who put trailing slashes in PATH elements.
4774case $as_dir/ in #((
4775 ./ | .// | /[cC]/* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004776 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004777 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004778 /usr/ucb/* ) ;;
4779 *)
4780 # OSF1 and SCO ODT 3.0 have their own names for install.
4781 # Don't use installbsd from OSF since it installs stuff as root
4782 # by default.
4783 for ac_prog in ginstall scoinst install; do
4784 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004785 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 +00004786 if test $ac_prog = install &&
4787 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4788 # AIX install. It has an incompatible calling convention.
4789 :
4790 elif test $ac_prog = install &&
4791 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4792 # program-specific install script used by HP pwplus--don't use.
4793 :
4794 else
Alexandre Julliardabf50482008-10-31 12:56:53 +01004795 rm -rf conftest.one conftest.two conftest.dir
4796 echo one > conftest.one
4797 echo two > conftest.two
4798 mkdir conftest.dir
4799 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4800 test -s conftest.one && test -s conftest.two &&
4801 test -s conftest.dir/conftest.one &&
4802 test -s conftest.dir/conftest.two
4803 then
4804 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4805 break 3
4806 fi
Alexandre Julliard875927f2004-01-02 01:55:29 +00004807 fi
4808 fi
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004809 done
4810 done
4811 ;;
4812esac
Alexandre Julliardabf50482008-10-31 12:56:53 +01004813
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004814 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004815IFS=$as_save_IFS
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004816
Alexandre Julliardabf50482008-10-31 12:56:53 +01004817rm -rf conftest.one conftest.two conftest.dir
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004818
4819fi
4820 if test "${ac_cv_path_install+set}" = set; then
4821 INSTALL=$ac_cv_path_install
4822 else
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004823 # As a last resort, use the slow shell script. Don't cache a
4824 # value for INSTALL within a source directory, because that will
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004825 # break other packages using the cache if that directory is
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004826 # removed, or if the value is a relative name.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004827 INSTALL=$ac_install_sh
4828 fi
4829fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004831$as_echo "$INSTALL" >&6; }
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004832
4833# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4834# It thinks the first close brace ends the variable substitution.
4835test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4836
4837test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4838
4839test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4840
4841case "$INSTALL" in
Alexandre Julliard8418d8f2002-12-24 02:39:47 +00004842 [\\/$]* | ?:[\\/]* ) ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00004843 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4844esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004845
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004846for ac_prog in lclint lint
4847do
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004848 # Extract the first word of "$ac_prog", so it can be a program name with args.
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004849set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004851$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004852if test "${ac_cv_prog_LINT+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004853 $as_echo_n "(cached) " >&6
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004854else
4855 if test -n "$LINT"; then
4856 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4857else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859for as_dir in $PATH
4860do
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004863 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004864 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 +00004865 ac_cv_prog_LINT="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004867 break 2
4868 fi
4869done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004870 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004871IFS=$as_save_IFS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004872
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004873fi
4874fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004875LINT=$ac_cv_prog_LINT
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004876if test -n "$LINT"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004878$as_echo "$LINT" >&6; }
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004879else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004881$as_echo "no" >&6; }
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004882fi
4883
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004884
Alexandre Julliardf5818d22002-02-14 19:47:29 +00004885 test -n "$LINT" && break
Patrik Stridvalla9be64e1999-07-31 17:39:44 +00004886done
4887
4888if test "$LINT" = "lint"
4889then
4890 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4891 fi
4892
Alexandre Julliarddaa28862002-04-11 21:54:01 +00004893
4894
Huw Davies00acb5f2004-08-17 22:33:14 +00004895for ac_prog in fontforge
4896do
4897 # Extract the first word of "$ac_prog", so it can be a program name with args.
4898set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004900$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004901if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004902 $as_echo_n "(cached) " >&6
Huw Davies00acb5f2004-08-17 22:33:14 +00004903else
4904 if test -n "$FONTFORGE"; then
4905 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4906else
4907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4908for as_dir in $PATH
4909do
4910 IFS=$as_save_IFS
4911 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004912 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004913 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 +00004914 ac_cv_prog_FONTFORGE="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Huw Davies00acb5f2004-08-17 22:33:14 +00004916 break 2
4917 fi
4918done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004919 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004920IFS=$as_save_IFS
Huw Davies00acb5f2004-08-17 22:33:14 +00004921
4922fi
4923fi
4924FONTFORGE=$ac_cv_prog_FONTFORGE
4925if test -n "$FONTFORGE"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004927$as_echo "$FONTFORGE" >&6; }
Huw Davies00acb5f2004-08-17 22:33:14 +00004928else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004930$as_echo "no" >&6; }
Huw Davies00acb5f2004-08-17 22:33:14 +00004931fi
4932
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004933
Huw Davies00acb5f2004-08-17 22:33:14 +00004934 test -n "$FONTFORGE" && break
4935done
4936test -n "$FONTFORGE" || FONTFORGE="false"
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00004937
Mike McCormack90c75bd2005-08-08 18:36:53 +00004938for ac_prog in pkg-config
4939do
4940 # Extract the first word of "$ac_prog", so it can be a program name with args.
4941set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004943$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004944if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004945 $as_echo_n "(cached) " >&6
Mike McCormack90c75bd2005-08-08 18:36:53 +00004946else
4947 if test -n "$PKG_CONFIG"; then
4948 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4949else
4950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951for as_dir in $PATH
4952do
4953 IFS=$as_save_IFS
4954 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004955 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01004956 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 +00004957 ac_cv_prog_PKG_CONFIG="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormack90c75bd2005-08-08 18:36:53 +00004959 break 2
4960 fi
4961done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004962 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004963IFS=$as_save_IFS
Mike McCormack90c75bd2005-08-08 18:36:53 +00004964
4965fi
4966fi
4967PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4968if test -n "$PKG_CONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004970$as_echo "$PKG_CONFIG" >&6; }
Mike McCormack90c75bd2005-08-08 18:36:53 +00004971else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004973$as_echo "no" >&6; }
Mike McCormack90c75bd2005-08-08 18:36:53 +00004974fi
4975
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02004976
Mike McCormack90c75bd2005-08-08 18:36:53 +00004977 test -n "$PKG_CONFIG" && break
4978done
4979test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4980
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004981for ac_prog in rsvg
4982do
4983 # Extract the first word of "$ac_prog", so it can be a program name with args.
4984set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01004986$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004987if test "${ac_cv_prog_RSVG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01004988 $as_echo_n "(cached) " >&6
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004989else
4990 if test -n "$RSVG"; then
4991 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4992else
4993as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994for as_dir in $PATH
4995do
4996 IFS=$as_save_IFS
4997 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02004998 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01004999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5000 ac_cv_prog_RSVG="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005002 break 2
5003 fi
5004done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005005 done
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005006IFS=$as_save_IFS
5007
5008fi
5009fi
5010RSVG=$ac_cv_prog_RSVG
5011if test -n "$RSVG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005013$as_echo "$RSVG" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005014else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005016$as_echo "no" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005017fi
5018
5019
5020 test -n "$RSVG" && break
5021done
5022test -n "$RSVG" || RSVG="false"
5023
Joel Holdsworth476a2be2010-04-05 11:15:03 +01005024for ac_prog in convert
5025do
5026 # Extract the first word of "$ac_prog", so it can be a program name with args.
5027set dummy $ac_prog; ac_word=$2
5028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5029$as_echo_n "checking for $ac_word... " >&6; }
5030if test "${ac_cv_prog_CONVERT+set}" = set; then :
5031 $as_echo_n "(cached) " >&6
5032else
5033 if test -n "$CONVERT"; then
5034 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5035else
5036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5037for as_dir in $PATH
5038do
5039 IFS=$as_save_IFS
5040 test -z "$as_dir" && as_dir=.
5041 for ac_exec_ext in '' $ac_executable_extensions; do
5042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5043 ac_cv_prog_CONVERT="$ac_prog"
5044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5045 break 2
5046 fi
5047done
5048 done
5049IFS=$as_save_IFS
5050
5051fi
5052fi
5053CONVERT=$ac_cv_prog_CONVERT
5054if test -n "$CONVERT"; then
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5056$as_echo "$CONVERT" >&6; }
5057else
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5059$as_echo "no" >&6; }
5060fi
5061
5062
5063 test -n "$CONVERT" && break
5064done
5065test -n "$CONVERT" || CONVERT="false"
5066
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005067for ac_prog in icotool
5068do
5069 # Extract the first word of "$ac_prog", so it can be a program name with args.
5070set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005072$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005073if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005074 $as_echo_n "(cached) " >&6
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005075else
5076 if test -n "$ICOTOOL"; then
5077 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5078else
5079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5080for as_dir in $PATH
5081do
5082 IFS=$as_save_IFS
5083 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005084 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5086 ac_cv_prog_ICOTOOL="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005088 break 2
5089 fi
5090done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005091 done
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005092IFS=$as_save_IFS
5093
5094fi
5095fi
5096ICOTOOL=$ac_cv_prog_ICOTOOL
5097if test -n "$ICOTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005099$as_echo "$ICOTOOL" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005100else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005102$as_echo "no" >&6; }
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005103fi
5104
5105
5106 test -n "$ICOTOOL" && break
5107done
5108test -n "$ICOTOOL" || ICOTOOL="false"
5109
5110
5111if test "${enable_maintainer_mode+set}" = set
5112then
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01005113 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5114 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
Joel Holdsworth476a2be2010-04-05 11:15:03 +01005115 if test "$CONVERT" = "false"; then as_fn_append wine_warnings "|imagemagick is missing, icons can't be rebuilt."; fi
Joel Holdsworth425f1382010-04-05 11:14:47 +01005116
5117 if test "$ICOTOOL" = false
5118 then
5119 as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."
5120 else
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5122$as_echo_n "checking for recent enough icotool... " >&6; }
5123 icotool_version=`icotool --version | head -n1`
5124 if test "x$icotool_version" != "x"
5125 then
5126 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\).[0-9]*'`
5127 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*.\([0-9]*\)'`
5128 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5129 then
5130 ICOTOOL=false
5131 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5132 fi
5133 fi
5134 if test "$ICOTOOL" = false
5135 then
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5137$as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5138 else
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5140$as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5141 fi
5142 fi
5143
Alexandre Julliarddc4a4752008-03-20 16:09:18 +01005144fi
Dimitrie O. Paunb817a3c2003-10-09 04:33:20 +00005145
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005146case $host_cpu in
5147 *i[3456789]86*)
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005148 # Extract the first word of "prelink", so it can be a program name with args.
5149set dummy prelink; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005151$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005152if test "${ac_cv_path_PRELINK+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005153 $as_echo_n "(cached) " >&6
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005154else
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005155 case $PRELINK in
5156 [\\/]* | ?:[\\/]*)
5157 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5158 ;;
5159 *)
5160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005161for as_dir in /sbin /usr/sbin $PATH
5162do
5163 IFS=$as_save_IFS
5164 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005165 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01005166 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 +02005167 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005169 break 2
5170 fi
5171done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005172 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005173IFS=$as_save_IFS
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005174
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005175 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5176 ;;
5177esac
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005178fi
Alexandre Julliard3d08f5d2006-07-18 10:12:20 +02005179PRELINK=$ac_cv_path_PRELINK
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005180if test -n "$PRELINK"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005182$as_echo "$PRELINK" >&6; }
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005183else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005185$as_echo "no" >&6; }
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005186fi
5187
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005188
Alexandre Julliardadbb0982005-08-09 11:12:29 +00005189 ;;
5190esac
5191
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005192
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005194$as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005195if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005196 $as_echo_n "(cached) " >&6
Alexandre Julliard902da691995-11-05 14:39:02 +00005197else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005198 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005199LIBS="-li386 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005200cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005201/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005202
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005203/* Override any GCC internal prototype to avoid an error.
5204 Use char because int might match the return type of a GCC
5205 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005206#ifdef __cplusplus
5207extern "C"
5208#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005209char i386_set_ldt ();
5210int
5211main ()
5212{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005213return i386_set_ldt ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005214 ;
5215 return 0;
5216}
5217_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005218if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005219 ac_cv_lib_i386_i386_set_ldt=yes
Alexandre Julliard902da691995-11-05 14:39:02 +00005220else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005221 ac_cv_lib_i386_i386_set_ldt=no
Alexandre Julliard902da691995-11-05 14:39:02 +00005222fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005223rm -f core conftest.err conftest.$ac_objext \
5224 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005225LIBS=$ac_check_lib_save_LIBS
Alexandre Julliard902da691995-11-05 14:39:02 +00005226fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005227{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005228$as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005229if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005230 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005231#define HAVE_LIBI386 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005232_ACEOF
Alexandre Julliard02e90081998-01-04 17:49:09 +00005233
5234 LIBS="-li386 $LIBS"
5235
Alexandre Julliard02e90081998-01-04 17:49:09 +00005236fi
5237
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005239$as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005240if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005241 $as_echo_n "(cached) " >&6
Todd Vierlingecc76691998-12-15 17:49:02 +00005242else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005243 ac_check_lib_save_LIBS=$LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005244LIBS="-lossaudio $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005245cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005246/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005247
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005248/* Override any GCC internal prototype to avoid an error.
5249 Use char because int might match the return type of a GCC
5250 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005251#ifdef __cplusplus
5252extern "C"
5253#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005254char _oss_ioctl ();
5255int
5256main ()
5257{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005258return _oss_ioctl ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005259 ;
5260 return 0;
5261}
5262_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005263if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005264 ac_cv_lib_ossaudio__oss_ioctl=yes
Todd Vierlingecc76691998-12-15 17:49:02 +00005265else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005266 ac_cv_lib_ossaudio__oss_ioctl=no
Todd Vierlingecc76691998-12-15 17:49:02 +00005267fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005268rm -f core conftest.err conftest.$ac_objext \
5269 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005270LIBS=$ac_check_lib_save_LIBS
Todd Vierlingecc76691998-12-15 17:49:02 +00005271fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005273$as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005274if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005275 cat >>confdefs.h <<_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005276#define HAVE_LIBOSSAUDIO 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005277_ACEOF
Todd Vierlingecc76691998-12-15 17:49:02 +00005278
5279 LIBS="-lossaudio $LIBS"
5280
Todd Vierlingecc76691998-12-15 17:49:02 +00005281fi
5282
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005283
Alexandre Julliard82776022005-08-08 11:17:25 +00005284XLIB=""
Huw Daviese82dfab2004-08-04 19:10:26 +00005285
Huw Daviese82dfab2004-08-04 19:10:26 +00005286OPENGL_LIBS=""
Huw Daviese82dfab2004-08-04 19:10:26 +00005287
Rein Klazes7ff12562004-11-09 20:16:35 +00005288
Alexandre Julliard82776022005-08-08 11:17:25 +00005289
Eric Pouechbc56c4e2009-08-25 19:33:28 +02005290# Check whether --enable-largefile was given.
5291if test "${enable_largefile+set}" = set; then :
5292 enableval=$enable_largefile;
5293fi
5294
5295if test "$enable_largefile" != no; then
5296
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5298$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5299if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5300 $as_echo_n "(cached) " >&6
5301else
5302 ac_cv_sys_largefile_CC=no
5303 if test "$GCC" != yes; then
5304 ac_save_CC=$CC
5305 while :; do
5306 # IRIX 6.2 and later do not support large files by default,
5307 # so use the C compiler's -n32 option if that helps.
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309/* end confdefs.h. */
5310#include <sys/types.h>
5311 /* Check that off_t can represent 2**63 - 1 correctly.
5312 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5313 since some C++ compilers masquerading as C compilers
5314 incorrectly reject 9223372036854775807. */
5315#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5316 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5317 && LARGE_OFF_T % 2147483647 == 1)
5318 ? 1 : -1];
5319int
5320main ()
5321{
5322
5323 ;
5324 return 0;
5325}
5326_ACEOF
5327 if ac_fn_c_try_compile "$LINENO"; then :
5328 break
5329fi
5330rm -f core conftest.err conftest.$ac_objext
5331 CC="$CC -n32"
5332 if ac_fn_c_try_compile "$LINENO"; then :
5333 ac_cv_sys_largefile_CC=' -n32'; break
5334fi
5335rm -f core conftest.err conftest.$ac_objext
5336 break
5337 done
5338 CC=$ac_save_CC
5339 rm -f conftest.$ac_ext
5340 fi
5341fi
5342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5343$as_echo "$ac_cv_sys_largefile_CC" >&6; }
5344 if test "$ac_cv_sys_largefile_CC" != no; then
5345 CC=$CC$ac_cv_sys_largefile_CC
5346 fi
5347
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5349$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5350if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5351 $as_echo_n "(cached) " >&6
5352else
5353 while :; do
5354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5355/* end confdefs.h. */
5356#include <sys/types.h>
5357 /* Check that off_t can represent 2**63 - 1 correctly.
5358 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5359 since some C++ compilers masquerading as C compilers
5360 incorrectly reject 9223372036854775807. */
5361#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5362 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5363 && LARGE_OFF_T % 2147483647 == 1)
5364 ? 1 : -1];
5365int
5366main ()
5367{
5368
5369 ;
5370 return 0;
5371}
5372_ACEOF
5373if ac_fn_c_try_compile "$LINENO"; then :
5374 ac_cv_sys_file_offset_bits=no; break
5375fi
5376rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378/* end confdefs.h. */
5379#define _FILE_OFFSET_BITS 64
5380#include <sys/types.h>
5381 /* Check that off_t can represent 2**63 - 1 correctly.
5382 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5383 since some C++ compilers masquerading as C compilers
5384 incorrectly reject 9223372036854775807. */
5385#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5386 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5387 && LARGE_OFF_T % 2147483647 == 1)
5388 ? 1 : -1];
5389int
5390main ()
5391{
5392
5393 ;
5394 return 0;
5395}
5396_ACEOF
5397if ac_fn_c_try_compile "$LINENO"; then :
5398 ac_cv_sys_file_offset_bits=64; break
5399fi
5400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401 ac_cv_sys_file_offset_bits=unknown
5402 break
5403done
5404fi
5405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5406$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5407case $ac_cv_sys_file_offset_bits in #(
5408 no | unknown) ;;
5409 *)
5410cat >>confdefs.h <<_ACEOF
5411#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5412_ACEOF
5413;;
5414esac
5415rm -rf conftest*
5416 if test $ac_cv_sys_file_offset_bits = unknown; then
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5418$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5419if test "${ac_cv_sys_large_files+set}" = set; then :
5420 $as_echo_n "(cached) " >&6
5421else
5422 while :; do
5423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5424/* end confdefs.h. */
5425#include <sys/types.h>
5426 /* Check that off_t can represent 2**63 - 1 correctly.
5427 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5428 since some C++ compilers masquerading as C compilers
5429 incorrectly reject 9223372036854775807. */
5430#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5431 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5432 && LARGE_OFF_T % 2147483647 == 1)
5433 ? 1 : -1];
5434int
5435main ()
5436{
5437
5438 ;
5439 return 0;
5440}
5441_ACEOF
5442if ac_fn_c_try_compile "$LINENO"; then :
5443 ac_cv_sys_large_files=no; break
5444fi
5445rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5447/* end confdefs.h. */
5448#define _LARGE_FILES 1
5449#include <sys/types.h>
5450 /* Check that off_t can represent 2**63 - 1 correctly.
5451 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5452 since some C++ compilers masquerading as C compilers
5453 incorrectly reject 9223372036854775807. */
5454#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5455 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5456 && LARGE_OFF_T % 2147483647 == 1)
5457 ? 1 : -1];
5458int
5459main ()
5460{
5461
5462 ;
5463 return 0;
5464}
5465_ACEOF
5466if ac_fn_c_try_compile "$LINENO"; then :
5467 ac_cv_sys_large_files=1; break
5468fi
5469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5470 ac_cv_sys_large_files=unknown
5471 break
5472done
5473fi
5474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5475$as_echo "$ac_cv_sys_large_files" >&6; }
5476case $ac_cv_sys_large_files in #(
5477 no | unknown) ;;
5478 *)
5479cat >>confdefs.h <<_ACEOF
5480#define _LARGE_FILES $ac_cv_sys_large_files
5481_ACEOF
5482;;
5483esac
5484rm -rf conftest*
5485 fi
5486fi
5487
5488
Alexandre Julliard40664c02009-02-11 20:40:58 +01005489ac_ext=c
5490ac_cpp='$CPP $CPPFLAGS'
5491ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5492ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5493ac_compiler_gnu=$ac_cv_c_compiler_gnu
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005495$as_echo_n "checking how to run the C preprocessor... " >&6; }
5496# On Suns, sometimes $CPP names a directory.
5497if test -n "$CPP" && test -d "$CPP"; then
5498 CPP=
5499fi
5500if test -z "$CPP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005501 if test "${ac_cv_prog_CPP+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005502 $as_echo_n "(cached) " >&6
5503else
5504 # Double quotes because CPP needs to be expanded
5505 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5506 do
5507 ac_preproc_ok=false
5508for ac_c_preproc_warn_flag in '' yes
5509do
5510 # Use a header file that comes with gcc, so configuring glibc
5511 # with a fresh cross-compiler works.
5512 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5513 # <limits.h> exists even on freestanding compilers.
5514 # On the NeXT, cc -E runs the code through the compiler's parser,
5515 # not just through cpp. "Syntax error" is here to catch this case.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005517/* end confdefs.h. */
5518#ifdef __STDC__
5519# include <limits.h>
5520#else
5521# include <assert.h>
5522#endif
5523 Syntax error
5524_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005525if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005526
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005527else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005528 # Broken: fails on valid input.
5529continue
5530fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005531rm -f conftest.err conftest.$ac_ext
5532
5533 # OK, works on sane cases. Now check whether nonexistent headers
5534 # can be detected and how.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005536/* end confdefs.h. */
5537#include <ac_nonexistent.h>
5538_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005539if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005540 # Broken: success on invalid input.
5541continue
5542else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005543 # Passes both tests.
5544ac_preproc_ok=:
5545break
5546fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005547rm -f conftest.err conftest.$ac_ext
5548
5549done
5550# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5551rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005552if $ac_preproc_ok; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005553 break
5554fi
5555
5556 done
5557 ac_cv_prog_CPP=$CPP
5558
5559fi
5560 CPP=$ac_cv_prog_CPP
5561else
5562 ac_cv_prog_CPP=$CPP
5563fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005565$as_echo "$CPP" >&6; }
5566ac_preproc_ok=false
5567for ac_c_preproc_warn_flag in '' yes
5568do
5569 # Use a header file that comes with gcc, so configuring glibc
5570 # with a fresh cross-compiler works.
5571 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5572 # <limits.h> exists even on freestanding compilers.
5573 # On the NeXT, cc -E runs the code through the compiler's parser,
5574 # not just through cpp. "Syntax error" is here to catch this case.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005576/* end confdefs.h. */
5577#ifdef __STDC__
5578# include <limits.h>
5579#else
5580# include <assert.h>
5581#endif
5582 Syntax error
5583_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005584if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005585
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005586else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005587 # Broken: fails on valid input.
5588continue
5589fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005590rm -f conftest.err conftest.$ac_ext
5591
5592 # OK, works on sane cases. Now check whether nonexistent headers
5593 # can be detected and how.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01005595/* end confdefs.h. */
5596#include <ac_nonexistent.h>
5597_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005598if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01005599 # Broken: success on invalid input.
5600continue
5601else
Alexandre Julliard40664c02009-02-11 20:40:58 +01005602 # Passes both tests.
5603ac_preproc_ok=:
5604break
5605fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01005606rm -f conftest.err conftest.$ac_ext
5607
5608done
5609# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5610rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005611if $ac_preproc_ok; then :
5612
Alexandre Julliard40664c02009-02-11 20:40:58 +01005613else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005614 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01005615$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005616as_fn_error "C preprocessor \"$CPP\" fails sanity check
5617See \`config.log' for more details." "$LINENO" 5; }
Alexandre Julliard40664c02009-02-11 20:40:58 +01005618fi
5619
5620ac_ext=c
5621ac_cpp='$CPP $CPPFLAGS'
5622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5623ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5624ac_compiler_gnu=$ac_cv_c_compiler_gnu
5625
5626
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005628$as_echo_n "checking for ANSI C header files... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005629if test "${ac_cv_header_stdc+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005630 $as_echo_n "(cached) " >&6
Marcus Meissner2d7be871999-12-05 23:06:40 +00005631else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005633/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005634#include <stdlib.h>
5635#include <stdarg.h>
5636#include <string.h>
5637#include <float.h>
5638
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005639int
5640main ()
5641{
5642
5643 ;
5644 return 0;
5645}
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005646_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005647if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005648 ac_cv_header_stdc=yes
Alexandre Julliardf5818d22002-02-14 19:47:29 +00005649else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005650 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00005651fi
Jeremy White0ebeb532006-06-20 13:18:41 +02005652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005653
5654if test $ac_cv_header_stdc = yes; then
5655 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005657/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005658#include <string.h>
5659
5660_ACEOF
5661if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005662 $EGREP "memchr" >/dev/null 2>&1; then :
5663
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005664else
5665 ac_cv_header_stdc=no
Marcus Meissner2d7be871999-12-05 23:06:40 +00005666fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005667rm -f conftest*
5668
5669fi
5670
5671if test $ac_cv_header_stdc = yes; then
5672 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005674/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005675#include <stdlib.h>
5676
5677_ACEOF
5678if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005679 $EGREP "free" >/dev/null 2>&1; then :
5680
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005681else
5682 ac_cv_header_stdc=no
5683fi
5684rm -f conftest*
5685
5686fi
5687
5688if test $ac_cv_header_stdc = yes; then
5689 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005690 if test "$cross_compiling" = yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005691 :
5692else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005694/* end confdefs.h. */
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005695#include <ctype.h>
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005696#include <stdlib.h>
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005697#if ((' ' & 0x0FF) == 0x020)
5698# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5699# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5700#else
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00005701# define ISLOWER(c) \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005702 (('a' <= (c) && (c) <= 'i') \
5703 || ('j' <= (c) && (c) <= 'r') \
5704 || ('s' <= (c) && (c) <= 'z'))
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005705# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5706#endif
5707
5708#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5709int
5710main ()
5711{
5712 int i;
5713 for (i = 0; i < 256; i++)
5714 if (XOR (islower (i), ISLOWER (i))
Alexandre Julliard875927f2004-01-02 01:55:29 +00005715 || toupper (i) != TOUPPER (i))
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005716 return 2;
5717 return 0;
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005718}
5719_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005720if ac_fn_c_try_run "$LINENO"; then :
5721
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005722else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005723 ac_cv_header_stdc=no
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005724fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005725rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5726 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005727fi
5728
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005729fi
5730fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005732$as_echo "$ac_cv_header_stdc" >&6; }
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005733if test $ac_cv_header_stdc = yes; then
5734
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005735$as_echo "#define STDC_HEADERS 1" >>confdefs.h
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005736
5737fi
5738
5739# On IRIX 5.3, sys/types and inttypes.h are conflicting.
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005740for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
Alexandre Julliard875927f2004-01-02 01:55:29 +00005741 inttypes.h stdint.h unistd.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005742do :
5743 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5744ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5745"
5746eval as_val=\$$as_ac_Header
5747 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005748 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005749#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00005750_ACEOF
5751
5752fi
5753
5754done
5755
5756
Rein Klazes7ff12562004-11-09 20:16:35 +00005757for ac_header in \
Chris Robinson862965f2009-08-25 03:26:35 -07005758 AL/al.h \
Aric Stewart4430ab42010-03-17 10:58:32 -05005759 AudioToolbox/AudioConverter.h \
5760 AudioToolbox/AudioFile.h \
5761 AudioToolbox/AudioFileStream.h \
Emmanuel Maillard144a5352006-05-28 22:46:23 +02005762 AudioUnit/AudioUnit.h \
Pierre d'Herbemont08884512006-10-24 15:26:33 +02005763 Carbon/Carbon.h \
Emmanuel Maillard144a5352006-05-28 22:46:23 +02005764 CoreAudio/CoreAudio.h \
Alexandre Julliard66f45a52006-11-06 13:33:16 +01005765 DiskArbitration/DiskArbitration.h \
Phil Krylov0f6c0392005-07-01 19:15:26 +00005766 IOKit/IOKitLib.h \
Aric Stewart225a4942009-03-10 14:59:20 -05005767 IOKit/hid/IOHIDLib.h \
Ken Thomases0b08f192009-09-09 22:23:35 -05005768 OpenAL/al.h \
Eric Durbin020b0ef2008-06-24 22:45:51 -05005769 alias.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005770 alsa/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005771 arpa/inet.h \
5772 arpa/nameser.h \
Maarten Lankhorst888eaae2005-04-27 09:46:25 +00005773 asm/types.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005774 capi20.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005775 curses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005776 direct.h \
Rob Shearman87175c62008-10-03 12:55:21 +01005777 dirent.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005778 dlfcn.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005779 elf.h \
5780 float.h \
Alexandre Julliard7d5e5652009-06-01 12:51:54 +02005781 fnmatch.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005782 fontconfig/fontconfig.h \
5783 getopt.h \
Alexandre Julliard46678dc2008-12-09 17:09:42 +01005784 grp.h \
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +02005785 gsm.h \
Maarten Lankhorstc186d8a2009-08-05 11:35:50 +02005786 gsm/gsm.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005787 ieeefp.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005788 inet/mib2.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005789 io.h \
5790 jack/jack.h \
5791 jpeglib.h \
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +01005792 kstat.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00005793 lber.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005794 lcms.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005795 lcms/lcms.h \
Hans Leidekkerea524de2005-07-15 16:39:42 +00005796 ldap.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005797 libaudioio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005798 link.h \
5799 linux/cdrom.h \
5800 linux/compiler.h \
5801 linux/hdreg.h \
5802 linux/input.h \
5803 linux/ioctl.h \
5804 linux/joystick.h \
5805 linux/major.h \
5806 linux/param.h \
5807 linux/serial.h \
Francois Gougetda1a3522008-12-28 10:35:02 +01005808 linux/types.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005809 linux/ucdrom.h \
Ken Thomasesd35c0e82009-03-11 09:05:53 -05005810 mach-o/nlist.h \
Alexandre Julliard150b5dc2006-12-29 20:02:02 +01005811 mach/mach.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00005812 mach/machine.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005813 machine/cpu.h \
Emmanuel Maillard64c07782005-05-18 18:20:23 +00005814 machine/limits.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005815 machine/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005816 mntent.h \
Aric Stewartdb71d7c2009-08-19 09:37:48 -05005817 mpg123.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005818 ncurses.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005819 netdb.h \
5820 netinet/in.h \
5821 netinet/in_systm.h \
5822 netinet/tcp.h \
5823 netinet/tcp_fsm.h \
Robert Shearman1e5153c2005-12-01 11:18:43 +01005824 openssl/err.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005825 openssl/ssl.h \
Alexandre Julliard00302152007-07-02 19:54:00 +02005826 png.h \
Steven Edwards57279182005-03-04 12:38:36 +00005827 poll.h \
Albert Lee01b972d2009-11-20 18:35:26 -05005828 port.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005829 process.h \
5830 pthread.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005831 pwd.h \
5832 regex.h \
5833 sched.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005834 scsi/scsi.h \
5835 scsi/scsi_ioctl.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005836 scsi/sg.h \
5837 soundcard.h \
Austin English2d7ccb32009-06-13 18:01:24 -05005838 stdbool.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005839 stdint.h \
5840 strings.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005841 stropts.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005842 sys/asoundlib.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005843 sys/cdio.h \
5844 sys/elf32.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005845 sys/epoll.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005846 sys/errno.h \
Alexandre Julliardc8278922006-08-04 22:11:00 +02005847 sys/event.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005848 sys/exec_elf.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005849 sys/filio.h \
Alexandre Julliard61a70362009-06-26 15:45:03 +02005850 sys/inotify.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005851 sys/ioctl.h \
5852 sys/ipc.h \
Gerald Pfeiferebe04842005-08-22 09:33:37 +00005853 sys/limits.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005854 sys/link.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005855 sys/mman.h \
5856 sys/modem.h \
5857 sys/msg.h \
Hans Leidekker0844b702006-01-26 13:23:08 +01005858 sys/mtio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005859 sys/param.h \
5860 sys/poll.h \
Alexandre Julliard9603ee02006-04-06 11:57:37 +02005861 sys/prctl.h \
Austin English94021a12009-01-20 17:42:53 -06005862 sys/protosw.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005863 sys/ptrace.h \
Mike McCormack0cd06262006-03-01 01:07:04 +09005864 sys/resource.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005865 sys/scsiio.h \
5866 sys/shm.h \
5867 sys/signal.h \
5868 sys/socket.h \
Mark Adams25696352007-07-10 23:39:21 -04005869 sys/socketvar.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005870 sys/sockio.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00005871 sys/soundcard.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005872 sys/statvfs.h \
5873 sys/strtio.h \
5874 sys/syscall.h \
Alexandre Julliard801d9c32009-03-10 17:05:58 +01005875 sys/tihdr.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005876 sys/time.h \
Austin English8b195912009-01-21 21:59:11 -06005877 sys/timeout.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005878 sys/times.h \
5879 sys/uio.h \
5880 sys/un.h \
Alexandre Julliard66eb4bd2008-12-09 19:33:06 +01005881 sys/utsname.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005882 sys/vm86.h \
5883 sys/wait.h \
5884 syscall.h \
5885 termios.h \
Vincent Povirk73cd5692010-03-08 17:07:29 -06005886 tiffio.h \
Rein Klazes7ff12562004-11-09 20:16:35 +00005887 unistd.h \
5888 utime.h \
John Reiser0a2c94e2008-07-24 13:31:53 -07005889 valgrind/memcheck.h \
Jacek Caban11ca05f2009-05-29 23:35:13 +02005890 valgrind/valgrind.h \
5891 zlib.h
Rein Klazes7ff12562004-11-09 20:16:35 +00005892
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005893do :
5894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5895ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5896eval as_val=\$$as_ac_Header
5897 if test "x$as_val" = x""yes; then :
Rein Klazes7ff12562004-11-09 20:16:35 +00005898 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005899#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Rein Klazes7ff12562004-11-09 20:16:35 +00005900_ACEOF
5901
5902fi
5903
5904done
5905
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005907$as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005908if test "${ac_cv_header_stat_broken+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01005909 $as_echo_n "(cached) " >&6
Rein Klazes7ff12562004-11-09 20:16:35 +00005910else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Rein Klazes7ff12562004-11-09 20:16:35 +00005912/* end confdefs.h. */
5913#include <sys/types.h>
5914#include <sys/stat.h>
5915
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005916#if defined S_ISBLK && defined S_IFDIR
Phil Krylovf0ca5862006-11-05 23:03:46 +03005917extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005918#endif
5919
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005920#if defined S_ISBLK && defined S_IFCHR
Phil Krylovf0ca5862006-11-05 23:03:46 +03005921extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005922#endif
5923
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005924#if defined S_ISLNK && defined S_IFREG
Phil Krylovf0ca5862006-11-05 23:03:46 +03005925extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005926#endif
5927
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02005928#if defined S_ISSOCK && defined S_IFREG
Phil Krylovf0ca5862006-11-05 23:03:46 +03005929extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
Rein Klazes7ff12562004-11-09 20:16:35 +00005930#endif
5931
5932_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005933if ac_fn_c_try_compile "$LINENO"; then :
Rein Klazes7ff12562004-11-09 20:16:35 +00005934 ac_cv_header_stat_broken=no
Phil Krylovf0ca5862006-11-05 23:03:46 +03005935else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005936 ac_cv_header_stat_broken=yes
Phil Krylovf0ca5862006-11-05 23:03:46 +03005937fi
Phil Krylovf0ca5862006-11-05 23:03:46 +03005938rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Rein Klazes7ff12562004-11-09 20:16:35 +00005939fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01005941$as_echo "$ac_cv_header_stat_broken" >&6; }
Rein Klazes7ff12562004-11-09 20:16:35 +00005942if test $ac_cv_header_stat_broken = yes; then
5943
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005944$as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
Rein Klazes7ff12562004-11-09 20:16:35 +00005945
5946fi
5947
5948
5949
Austin English51094be2008-12-27 14:53:53 -06005950for 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 +02005951do :
5952 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5953ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005954 #ifdef HAVE_SYS_PARAM_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005955 # include <sys/param.h>
5956 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005957"
5958eval as_val=\$$as_ac_Header
5959 if test "x$as_val" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005960 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01005961#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005962_ACEOF
5963
5964fi
5965
5966done
5967
5968
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005969for ac_header in \
5970 netinet/ip.h \
5971 net/if.h \
5972 net/if_arp.h \
5973 net/if_dl.h \
5974 net/if_types.h \
5975 net/route.h \
5976 netinet/if_ether.h \
Austin English337067a2009-01-22 10:44:06 -06005977 netinet/if_inarp.h \
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02005978 netinet/in_pcb.h \
5979 netinet/ip_icmp.h \
5980 netinet/ip_var.h \
5981 netinet/udp.h \
5982 netipx/ipx.h \
5983
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02005984do :
5985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5986ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gouget9e67edf2008-03-06 12:34:48 +01005987 #ifdef HAVE_SYS_SOCKET_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02005988 # include <sys/socket.h>
5989 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005990 #ifdef HAVE_SYS_SOCKETVAR_H
Ken Thomasesa609fee2007-10-19 16:18:17 -05005991 # include <sys/socketvar.h>
5992 #endif
Austin Englishbb3f2582009-01-26 23:34:42 -06005993 #ifdef HAVE_NET_ROUTE_H
5994 # include <net/route.h>
5995 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01005996 #ifdef HAVE_NETINET_IN_H
Ken Thomasesffd78b12007-10-19 16:18:27 -05005997 # include <netinet/in.h>
5998 #endif
Austin English03173932009-01-23 13:29:42 -06005999 #ifdef HAVE_NETINET_IN_SYSTM_H
6000 # include <netinet/in_systm.h>
6001 #endif
Alexandre Julliardd7e846c2009-01-30 14:01:12 +01006002 #ifdef HAVE_NET_IF_H
6003 # include <net/if.h>
6004 #endif
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02006005 #ifdef HAVE_NETINET_IP_H
6006 # include <netinet/ip.h>
6007 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006008"
6009eval as_val=\$$as_ac_Header
6010 if test "x$as_val" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006011 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01006012#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006013_ACEOF
6014
6015fi
6016
6017done
6018
Mark Adams25696352007-07-10 23:39:21 -04006019
Austin English03173932009-01-23 13:29:42 -06006020for 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 +02006021do :
6022 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6023ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Eric Durbin020b0ef2008-06-24 22:45:51 -05006024 #ifdef HAVE_ALIAS_H
6025 # include <alias.h>
6026 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006027 #ifdef HAVE_SYS_SOCKET_H
Mark Adams25696352007-07-10 23:39:21 -04006028 # include <sys/socket.h>
6029 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006030 #ifdef HAVE_SYS_SOCKETVAR_H
Mark Adams25696352007-07-10 23:39:21 -04006031 # include <sys/socketvar.h>
6032 #endif
Austin English53d3c462009-01-26 23:47:49 -06006033 #ifdef HAVE_SYS_TIMEOUT_H
6034 # include <sys/timeout.h>
6035 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006036 #ifdef HAVE_NETINET_IN_H
Mark Adams25696352007-07-10 23:39:21 -04006037 # include <netinet/in.h>
6038 #endif
Austin English03173932009-01-23 13:29:42 -06006039 #ifdef HAVE_NETINET_IN_SYSTM_H
6040 # include <netinet/in_systm.h>
6041 #endif
Alexandre Julliarddfb308a2008-06-27 14:06:47 +02006042 #ifdef HAVE_NETINET_IP_H
6043 # include <netinet/ip.h>
6044 #endif
Eric Durbin6d4eab92008-06-24 22:44:13 -05006045 #ifdef HAVE_NETINET_IP_VAR_H
6046 # include <netinet/ip_var.h>
6047 #endif
Eric Durbin020b0ef2008-06-24 22:45:51 -05006048 #ifdef HAVE_NETINET_IP_ICMP_H
6049 # include <netinet/ip_icmp.h>
6050 #endif
Eric Durbin6d4eab92008-06-24 22:44:13 -05006051 #ifdef HAVE_NETINET_UDP_H
6052 # include <netinet/udp.h>
6053 #endif
Mark Adams25696352007-07-10 23:39:21 -04006054 #ifdef HAVE_NETINET_TCP_H
6055 # include <netinet/tcp.h>
6056 #endif
Austin English03173932009-01-23 13:29:42 -06006057 #ifdef HAVE_NETINET_TCP_TIMER_H
6058 #include <netinet/tcp_timer.h>
6059 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006060"
6061eval as_val=\$$as_ac_Header
6062 if test "x$as_val" = x""yes; then :
Mark Adams25696352007-07-10 23:39:21 -04006063 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01006064#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Mark Adams25696352007-07-10 23:39:21 -04006065_ACEOF
6066
6067fi
6068
6069done
6070
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006071
Juan Lang0ce420d2009-08-12 09:14:16 -07006072for ac_header in linux/ipx.h linux/irda.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006073do :
Juan Lang0ce420d2009-08-12 09:14:16 -07006074 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6075ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
Francois Gougetfaf05df2006-08-07 21:52:36 +02006076 #ifdef HAVE_ASM_TYPES_H
6077 # include <asm/types.h>
6078 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006079 #ifdef HAVE_SYS_SOCKET_H
Francois Gougetfaf05df2006-08-07 21:52:36 +02006080 # include <sys/socket.h>
6081 #endif
Francois Gougetda1a3522008-12-28 10:35:02 +01006082 #ifdef HAVE_LINUX_TYPES_H
6083 # include <linux/types.h>
6084 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006085"
Juan Lang0ce420d2009-08-12 09:14:16 -07006086eval as_val=\$$as_ac_Header
6087 if test "x$as_val" = x""yes; then :
Francois Gougetfaf05df2006-08-07 21:52:36 +02006088 cat >>confdefs.h <<_ACEOF
Juan Lang0ce420d2009-08-12 09:14:16 -07006089#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Francois Gougetfaf05df2006-08-07 21:52:36 +02006090_ACEOF
6091
6092fi
6093
6094done
6095
6096
Austin English2d7ccb32009-06-13 18:01:24 -05006097for ac_header in mach-o/dyld_images.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006098do :
6099 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 -05006100 # include <stdbool.h>
6101 #endif
6102 #ifdef HAVE_STDINT_H
6103 # include <stdint.h>
6104 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006105"
6106if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
Austin English2d7ccb32009-06-13 18:01:24 -05006107 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006108#define HAVE_MACH_O_DYLD_IMAGES_H 1
Austin English2d7ccb32009-06-13 18:01:24 -05006109_ACEOF
6110
6111fi
6112
6113done
6114
6115
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006116for ac_header in resolv.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006117do :
6118 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 +01006119 #ifdef HAVE_SYS_SOCKET_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006120 # include <sys/socket.h>
6121 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006122 #ifdef HAVE_NETINET_IN_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006123 # include <netinet/in.h>
6124 #endif
Francois Gouget9e67edf2008-03-06 12:34:48 +01006125 #ifdef HAVE_ARPA_NAMESER_H
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006126 # include <arpa/nameser.h>
6127 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006128"
6129if test "x$ac_cv_header_resolv_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006130 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006131#define HAVE_RESOLV_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006132_ACEOF
6133
6134fi
6135
6136done
6137
6138
Juan Lange3c0e302010-03-11 18:36:46 -08006139for ac_header in ifaddrs.h
6140do :
6141 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6142"
6143if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6144 cat >>confdefs.h <<_ACEOF
6145#define HAVE_IFADDRS_H 1
6146_ACEOF
6147
6148fi
6149
6150done
6151
6152
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006153for ac_header in ucontext.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006154do :
6155 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6156"
6157if test "x$ac_cv_header_ucontext_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006158 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006159#define HAVE_UCONTEXT_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006160_ACEOF
6161
6162fi
6163
6164done
6165
6166
Tijl Coosemans60833da2007-08-08 00:25:24 +02006167for ac_header in sys/thr.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006168do :
6169 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 +01006170#ifdef HAVE_UCONTEXT_H
Tijl Coosemans60833da2007-08-08 00:25:24 +02006171#include <ucontext.h>
6172#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006173"
6174if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
Tijl Coosemans60833da2007-08-08 00:25:24 +02006175 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006176#define HAVE_SYS_THR_H 1
Tijl Coosemans60833da2007-08-08 00:25:24 +02006177_ACEOF
6178
6179fi
6180
6181done
6182
6183
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006184for ac_header in pthread_np.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006185do :
6186 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 +02006187#include <pthread.h>
6188#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006189"
6190if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006191 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006192#define HAVE_PTHREAD_NP_H 1
Gerald Pfeifer4ff90b42006-08-21 20:00:20 +02006193_ACEOF
6194
6195fi
6196
6197done
6198
6199
Francois Gougetfaf05df2006-08-07 21:52:36 +02006200for ac_header in linux/videodev.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006201do :
6202 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 +02006203#include <sys/time.h>
6204#endif
6205#include <sys/types.h>
6206#ifdef HAVE_ASM_TYPES_H
6207#include <asm/types.h>
6208#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006209"
6210if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006211 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006212#define HAVE_LINUX_VIDEODEV_H 1
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02006213_ACEOF
6214
6215fi
6216
6217done
6218
6219
Alexandre Julliardb079add2006-02-24 11:46:17 +01006220for ac_header in linux/capi.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006221do :
6222 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6223"
6224if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
Alexandre Julliardb079add2006-02-24 11:46:17 +01006225 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006226#define HAVE_LINUX_CAPI_H 1
Alexandre Julliardb079add2006-02-24 11:46:17 +01006227_ACEOF
6228
6229fi
6230
6231done
6232
6233
6234
Alexandre Julliarda3097622007-07-02 17:27:48 +02006235DLLEXT=""
6236
6237DLLFLAGS="-D_REENTRANT"
6238
6239LDSHARED=""
6240
6241LDDLLFLAGS=""
6242
6243LIBEXT="so"
6244
6245IMPLIBEXT="def"
6246
6247LDRPATH_INSTALL=""
6248
6249LDRPATH_LOCAL=""
6250
Alexandre Julliard950a0f82010-01-26 21:10:14 +01006251STATIC_IMPLIBEXT="def.a"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006252# Extract the first word of "ldd", so it can be a program name with args.
6253set dummy ldd; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006255$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006256if test "${ac_cv_path_LDD+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006257 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006258else
6259 case $LDD in
6260 [\\/]* | ?:[\\/]*)
6261 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6262 ;;
6263 *)
6264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6265as_dummy="/sbin:/usr/sbin:$PATH"
6266for as_dir in $as_dummy
6267do
6268 IFS=$as_save_IFS
6269 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006270 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6272 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006274 break 2
6275 fi
6276done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006277 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006278IFS=$as_save_IFS
6279
6280 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6281 ;;
6282esac
6283fi
6284LDD=$ac_cv_path_LDD
6285if test -n "$LDD"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006287$as_echo "$LDD" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006288else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006290$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006291fi
6292
6293
6294
6295case $host_os in
6296 cygwin*|mingw32*)
6297 if test -n "$ac_tool_prefix"; then
6298 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6299set dummy ${ac_tool_prefix}dlltool; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006301$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006302if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006303 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006304else
6305 if test -n "$DLLTOOL"; then
6306 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6307else
6308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309for as_dir in $PATH
6310do
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006313 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6315 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006317 break 2
6318 fi
6319done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006320 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006321IFS=$as_save_IFS
6322
6323fi
6324fi
6325DLLTOOL=$ac_cv_prog_DLLTOOL
6326if test -n "$DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006328$as_echo "$DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006329else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006331$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006332fi
6333
6334
6335fi
6336if test -z "$ac_cv_prog_DLLTOOL"; then
6337 ac_ct_DLLTOOL=$DLLTOOL
6338 # Extract the first word of "dlltool", so it can be a program name with args.
6339set dummy dlltool; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006341$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006342if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006343 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006344else
6345 if test -n "$ac_ct_DLLTOOL"; then
6346 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6347else
6348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6349for as_dir in $PATH
6350do
6351 IFS=$as_save_IFS
6352 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006353 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6355 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006357 break 2
6358 fi
6359done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006360 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006361IFS=$as_save_IFS
6362
6363fi
6364fi
6365ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6366if test -n "$ac_ct_DLLTOOL"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006368$as_echo "$ac_ct_DLLTOOL" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006369else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006371$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006372fi
6373
6374 if test "x$ac_ct_DLLTOOL" = x; then
6375 DLLTOOL="false"
6376 else
6377 case $cross_compiling:$ac_tool_warned in
6378yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006379{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006380$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006381ac_tool_warned=yes ;;
6382esac
6383 DLLTOOL=$ac_ct_DLLTOOL
6384 fi
6385else
6386 DLLTOOL="$ac_cv_prog_DLLTOOL"
6387fi
6388
6389 if test -n "$ac_tool_prefix"; then
6390 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6391set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006393$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006394if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006395 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006396else
6397 if test -n "$DLLWRAP"; then
6398 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6399else
6400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6401for as_dir in $PATH
6402do
6403 IFS=$as_save_IFS
6404 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006405 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6407 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006409 break 2
6410 fi
6411done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006412 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006413IFS=$as_save_IFS
6414
6415fi
6416fi
6417DLLWRAP=$ac_cv_prog_DLLWRAP
6418if test -n "$DLLWRAP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006420$as_echo "$DLLWRAP" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006421else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006423$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006424fi
6425
6426
6427fi
6428if test -z "$ac_cv_prog_DLLWRAP"; then
6429 ac_ct_DLLWRAP=$DLLWRAP
6430 # Extract the first word of "dllwrap", so it can be a program name with args.
6431set dummy dllwrap; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006433$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006434if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006435 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006436else
6437 if test -n "$ac_ct_DLLWRAP"; then
6438 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6439else
6440as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6441for as_dir in $PATH
6442do
6443 IFS=$as_save_IFS
6444 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006445 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02006446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6447 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02006449 break 2
6450 fi
6451done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006452 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02006453IFS=$as_save_IFS
6454
6455fi
6456fi
6457ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6458if test -n "$ac_ct_DLLWRAP"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006460$as_echo "$ac_ct_DLLWRAP" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006461else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006463$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006464fi
6465
6466 if test "x$ac_ct_DLLWRAP" = x; then
6467 DLLWRAP="false"
6468 else
6469 case $cross_compiling:$ac_tool_warned in
6470yes:)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006471{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006472$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006473ac_tool_warned=yes ;;
6474esac
6475 DLLWRAP=$ac_ct_DLLWRAP
6476 fi
6477else
6478 DLLWRAP="$ac_cv_prog_DLLWRAP"
6479fi
6480
Alexandre Julliarda3097622007-07-02 17:27:48 +02006481 if test "$DLLWRAP" = "false"; then
6482 LIBEXT="a"
6483 else
6484 LIBEXT="dll"
6485 fi
6486 IMPLIBEXT="a"
Alexandre Julliard950a0f82010-01-26 21:10:14 +01006487 STATIC_IMPLIBEXT="a"
Alexandre Julliardec1ebfb2008-09-04 12:29:07 +02006488 enable_iphlpapi=${enable_iphlpapi:-no}
6489 enable_kernel32=${enable_kernel32:-no}
6490 enable_msvcrt=${enable_msvcrt:-no}
6491 enable_ntdll=${enable_ntdll:-no}
6492 enable_ws2_32=${enable_ws2_32:-no}
6493 enable_loader=${enable_loader:-no}
6494 enable_server=${enable_server:-no}
Alexandre Julliard40664c02009-02-11 20:40:58 +01006495 with_x=${with_x:-no}
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01006496 with_pthread=${with_pthread:-no}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006497 ;;
6498 darwin*|macosx*)
6499 DLLEXT=".so"
6500 LIBEXT="dylib"
6501 DLLFLAGS="$DLLFLAGS -fPIC"
6502 LDDLLFLAGS="-bundle -multiply_defined suppress"
6503 LIBWINE_LDFLAGS="-multiply_defined suppress"
6504 LDSHARED="\$(CC) -dynamiclib"
6505 STRIP="$STRIP -x"
6506 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 +00006507 SECURITYLIB="-framework Security -framework CoreFoundation"
6508
6509 COREFOUNDATIONLIB="-framework CoreFoundation"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006510
6511 IOKITLIB="-framework IOKit -framework CoreFoundation"
6512
Alexandre Julliard691bdbd2009-06-23 20:51:37 +02006513 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006514
6515 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6516 then
6517 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6518
6519 fi
6520 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6521 then
6522 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6523
Aric Stewart4430ab42010-03-17 10:58:32 -05006524 ac_save_LIBS="$LIBS"
6525 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6526 then
6527 LIBS="$LIBS $COREAUDIO"
6528 for ac_func in AudioFileStreamOpen
6529do :
6530 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6531if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6532 cat >>confdefs.h <<_ACEOF
6533#define HAVE_AUDIOFILESTREAMOPEN 1
6534_ACEOF
6535
6536fi
6537done
6538
6539 LIBS="$ac_save_LIBS"
6540 fi
6541 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
Alexandre Julliarda3097622007-07-02 17:27:48 +02006542 fi
Ken Thomases0b08f192009-09-09 22:23:35 -05006543 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6544 then
Maarten Lankhorstd4354992009-12-09 11:52:09 +01006545 FRAMEWORK_OPENAL="-framework OpenAL"
Ken Thomases0b08f192009-09-09 22:23:35 -05006546
Maarten Lankhorstd4354992009-12-09 11:52:09 +01006547
6548cat >>confdefs.h <<_ACEOF
6549#define HAVE_OPENAL 1
6550_ACEOF
6551
6552 ac_cv_lib_openal=yes
Ken Thomases0b08f192009-09-09 22:23:35 -05006553 fi
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006554 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6555 then
6556 ac_save_LIBS="$LIBS"
6557 LIBS="$LIBS $IOKITLIB"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006558 for ac_func in IOHIDManagerCreate
6559do :
6560 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6561if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006562 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006563#define HAVE_IOHIDMANAGERCREATE 1
Alexandre Julliard81f8c032009-03-11 16:49:55 +01006564_ACEOF
6565
6566fi
6567done
6568
6569 LIBS="$ac_save_LIBS"
6570 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006571 case $host_cpu in
6572 *powerpc*)
6573 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6574 esac
6575 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6576 then
6577 CARBONLIB="-framework Carbon"
6578
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02006579 enable_winequartz_drv=${enable_winequartz_drv:-yes}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006580 fi
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006581 if test "x$enable_win16" = "xyes"
6582 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006584$as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006585 if test "$cross_compiling" = yes; then :
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006587$as_echo "cross-compiling, assuming yes" >&6; }
6588else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006590/* end confdefs.h. */
6591asm(".text\n"
6592 "bad:\tnop;nop\n"
6593 "good:\tnop;nop\n\t"
6594 ".globl _testfunc\n"
6595 "_testfunc:\tcallw good");
6596 extern void testfunc();
6597int
6598main ()
6599{
6600unsigned short *p = (unsigned short *)testfunc;
6601 return p[0] != 0xe866 || p[1] != 0xfffa
6602 ;
6603 return 0;
6604}
6605_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006606if ac_fn_c_try_run "$LINENO"; then :
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006608$as_echo "yes" >&6; }
6609else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006611$as_echo "no" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006612 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 +02006613fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006614rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6615 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006616fi
6617
Alexandre Julliardcc8eb6b2009-06-23 13:04:49 +02006618 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006619 ;;
6620 *)
6621 DLLFLAGS="$DLLFLAGS -fPIC"
6622 DLLEXT=".so"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006623 { $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 +01006624$as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006625if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006626 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006627else
6628 ac_wine_try_cflags_saved=$CFLAGS
6629CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006632void myfunc() {}
6633_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006634if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006635 ac_cv_c_dll_gnuelf="yes"
6636else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006637 ac_cv_c_dll_gnuelf="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006638fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006639rm -f core conftest.err conftest.$ac_objext \
6640 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006641CFLAGS=$ac_wine_try_cflags_saved
6642fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006644$as_echo "$ac_cv_c_dll_gnuelf" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006645 if test "$ac_cv_c_dll_gnuelf" = "yes"
6646 then
6647 LDSHARED="\$(CC) -shared"
6648 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006649 { $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 +01006650$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006651if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006652 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006653else
6654 ac_wine_try_cflags_saved=$CFLAGS
6655CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006656cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006657/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006658int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006659_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006660if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006661 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6662else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006663 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006664fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006665rm -f core conftest.err conftest.$ac_objext \
6666 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006667CFLAGS=$ac_wine_try_cflags_saved
6668fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006669{ $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 +01006670$as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006671if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006672 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6673else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006674 { $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 +01006675$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006676if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006677 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006678else
6679 ac_wine_try_cflags_saved=$CFLAGS
6680CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006681cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006682/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006683int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006684_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__h_confest_so_1=yes
6687else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006688 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=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__h_confest_so_1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006695$as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006696if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006697 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6698fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006699fi
6700
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006701 { $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 +01006702$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006703if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006704 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006705else
6706 ac_wine_try_cflags_saved=$CFLAGS
6707CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006708cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006709/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006710int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006711_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006712if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006713 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6714else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006715 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006716fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006717rm -f core conftest.err conftest.$ac_objext \
6718 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006719CFLAGS=$ac_wine_try_cflags_saved
6720fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006721{ $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 +01006722$as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006723if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006724 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6725fi
6726
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006727 { $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 +01006728$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 +02006729if 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 +01006730 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006731else
6732 ac_wine_try_cflags_saved=$CFLAGS
6733CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006734cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006735/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006736int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006737_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006738if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006739 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6740else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006741 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006742fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006743rm -f core conftest.err conftest.$ac_objext \
6744 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006745CFLAGS=$ac_wine_try_cflags_saved
6746fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006747{ $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 +01006748$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 +02006749if 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 +02006750 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6751fi
6752
Alexandre Julliarda3097622007-07-02 17:27:48 +02006753 echo '{ global: *; };' >conftest.map
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006754 { $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 +01006755$as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006756if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006757 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006758else
6759 ac_wine_try_cflags_saved=$CFLAGS
6760CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006761cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006762/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006763int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006764_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006765if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006766 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6767else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006768 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006769fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006770rm -f core conftest.err conftest.$ac_objext \
6771 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006772CFLAGS=$ac_wine_try_cflags_saved
6773fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006774{ $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 +01006775$as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006776if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006777 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6778fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006779 rm -f conftest.map
6780
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006782$as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006783if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006784 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006785else
6786 ac_wine_try_cflags_saved=$CFLAGS
6787CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006788cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006789/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006790int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006791_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006792if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006793 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6794else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006795 ac_cv_cflags__fPIC__Wl___export_dynamic=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006796fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006797rm -f core conftest.err conftest.$ac_objext \
6798 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006799CFLAGS=$ac_wine_try_cflags_saved
6800fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006802$as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006803if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006804 LDEXECFLAGS="-Wl,--export-dynamic"
6805
6806fi
6807
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006808 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6809{ $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 +01006810$as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006811if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006812 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006813else
6814 ac_wine_try_cflags_saved=$CFLAGS
6815CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006816cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006817/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006818int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006819_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006820if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006821 eval "$as_ac_var=yes"
6822else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006823 eval "$as_ac_var=no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006824fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006825rm -f core conftest.err conftest.$ac_objext \
6826 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006827CFLAGS=$ac_wine_try_cflags_saved
6828fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006829eval ac_res=\$$as_ac_var
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006831$as_echo "$ac_res" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006832if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006833 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6834 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6835else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006836 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6837{ $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 +01006838$as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006839if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006840 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006841else
6842 ac_wine_try_cflags_saved=$CFLAGS
6843CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006844cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006845/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006846int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006847_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006848if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006849 eval "$as_ac_var=yes"
6850else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006851 eval "$as_ac_var=no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006852fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006853rm -f core conftest.err conftest.$ac_objext \
6854 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006855CFLAGS=$ac_wine_try_cflags_saved
6856fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006857eval ac_res=\$$as_ac_var
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006859$as_echo "$ac_res" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006860if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006861 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6862 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6863fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006864fi
6865
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006867$as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006868if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006869 $as_echo_n "(cached) " >&6
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006870else
6871 ac_wine_try_cflags_saved=$CFLAGS
6872CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006873cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006874/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006875int main(int argc, char **argv) { return 0; }
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006876_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006877if ac_fn_c_try_link "$LINENO"; then :
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006878 ac_cv_cflags__Wl___enable_new_dtags=yes
6879else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006880 ac_cv_cflags__Wl___enable_new_dtags=no
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006881fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006882rm -f core conftest.err conftest.$ac_objext \
6883 conftest$ac_exeext conftest.$ac_ext
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006884CFLAGS=$ac_wine_try_cflags_saved
6885fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006887$as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006888if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
Tomas Carneckyf4077ae2007-07-30 22:38:55 +02006889 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6890fi
6891
Alexandre Julliarda3097622007-07-02 17:27:48 +02006892 case $host_cpu in
6893 *i[3456789]86* | x86_64)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006894 { $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 +01006895$as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006896if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006897 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006898else
6899 ac_wine_try_cflags_saved=$CFLAGS
6900CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006901cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006902/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +01006903int main(int argc, char **argv) { return 0; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006904_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006905if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006906 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6907else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006908 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
Alexandre Julliarda3097622007-07-02 17:27:48 +02006909fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006910rm -f core conftest.err conftest.$ac_objext \
6911 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006912CFLAGS=$ac_wine_try_cflags_saved
6913fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006915$as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006916if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006917 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6918fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02006919 ;;
6920 esac
6921
6922 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006924$as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006925if test "${ac_cv_c_dll_unixware+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006926 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006927else
6928 ac_wine_try_cflags_saved=$CFLAGS
6929CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006930cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6931/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006932void myfunc() {}
6933_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006934if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006935 ac_cv_c_dll_unixware="yes"
6936else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006937 ac_cv_c_dll_unixware="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006938fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006939rm -f core conftest.err conftest.$ac_objext \
6940 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006941CFLAGS=$ac_wine_try_cflags_saved
6942fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006944$as_echo "$ac_cv_c_dll_unixware" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006945 if test "$ac_cv_c_dll_unixware" = "yes"
6946 then
6947 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6948 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6949
6950 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006952$as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006953if test "${ac_cv_c_dll_hpux+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01006954 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02006955else
6956 ac_wine_try_cflags_saved=$CFLAGS
6957CFLAGS="$CFLAGS -shared"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006958cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6959/* end confdefs.h. */
Alexandre Julliarda3097622007-07-02 17:27:48 +02006960void myfunc() {}
6961_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006962if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda3097622007-07-02 17:27:48 +02006963 ac_cv_c_dll_hpux="yes"
6964else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006965 ac_cv_c_dll_hpux="no"
Alexandre Julliarda3097622007-07-02 17:27:48 +02006966fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006967rm -f core conftest.err conftest.$ac_objext \
6968 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda3097622007-07-02 17:27:48 +02006969CFLAGS=$ac_wine_try_cflags_saved
6970fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01006972$as_echo "$ac_cv_c_dll_hpux" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02006973 if test "$ac_cv_c_dll_hpux" = "yes"
6974 then
6975 LIBEXT="sl"
6976 DLLEXT=".sl"
6977 LDDLLFLAGS="-shared -fPIC"
6978 LDSHARED="\$(CC) -shared"
6979 fi
6980 fi
6981 fi
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006982 ;;
6983esac
Alexandre Julliarda3097622007-07-02 17:27:48 +02006984
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006985enable_winequartz_drv=${enable_winequartz_drv:-no}
Alexandre Julliarda3097622007-07-02 17:27:48 +02006986
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006987if test "$LIBEXT" = "a"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006988 as_fn_error "could not find a way to build shared libraries.
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006989It is currently not possible to build Wine without shared library
6990(.so) support to allow transparent switch between .so and .dll files.
6991If you are using Linux, you will need a newer binutils.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02006992" "$LINENO" 5
Alexandre Julliard9fb81982008-10-11 21:19:53 +02006993fi
6994
6995if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6996then
Alexandre Julliarda91fb212009-12-07 15:36:09 +01006997 case "$host_cpu" in
6998 i[3456789]86*)
6999 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
7000 x86_64)
7001 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7002 *)
7003 ac_prefix_list="" ;;
7004esac
7005for ac_prog in $ac_prefix_list
Alexandre Julliarda3097622007-07-02 17:27:48 +02007006do
7007 # Extract the first word of "$ac_prog", so it can be a program name with args.
7008set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007010$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007011if test "${ac_cv_prog_CROSSCC+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007012 $as_echo_n "(cached) " >&6
Alexandre Julliarda3097622007-07-02 17:27:48 +02007013else
7014 if test -n "$CROSSCC"; then
7015 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7016else
7017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018for as_dir in $PATH
7019do
7020 IFS=$as_save_IFS
7021 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007022 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarda3097622007-07-02 17:27:48 +02007023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024 ac_cv_prog_CROSSCC="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarda3097622007-07-02 17:27:48 +02007026 break 2
7027 fi
7028done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007029 done
Alexandre Julliarda3097622007-07-02 17:27:48 +02007030IFS=$as_save_IFS
7031
7032fi
7033fi
7034CROSSCC=$ac_cv_prog_CROSSCC
7035if test -n "$CROSSCC"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007037$as_echo "$CROSSCC" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007038else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007040$as_echo "no" >&6; }
Alexandre Julliarda3097622007-07-02 17:27:48 +02007041fi
7042
7043
7044 test -n "$CROSSCC" && break
7045done
7046test -n "$CROSSCC" || CROSSCC="false"
7047
Alexandre Julliard9fb81982008-10-11 21:19:53 +02007048 if test "$CROSSCC" != "false"
7049 then
7050 CROSSTEST="\$(CROSSTEST)"
7051
Alexandre Julliard72a95ff2009-06-22 14:50:51 +02007052 set x $CROSSCC
7053 shift
7054 target=""
7055 while test $# -ge 1
7056 do
7057 case "$1" in
7058 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7059 esac
7060 shift
7061 done
7062 if test -n "$target"
7063 then
Alexandre Julliard1f254212010-01-23 20:26:49 +01007064 CROSSTARGET="$target"
Alexandre Julliarda2d88ab2009-05-30 17:08:06 +02007065
Alexandre Julliard72a95ff2009-06-22 14:50:51 +02007066 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02007067 fi
Alexandre Julliarda3097622007-07-02 17:27:48 +02007068fi
7069
7070
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007071if test "$ac_cv_header_pthread_h" = "yes"
7072then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007074$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007075if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007076 $as_echo_n "(cached) " >&6
7077else
7078 ac_check_lib_save_LIBS=$LIBS
7079LIBS="-lpthread $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007080cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007081/* end confdefs.h. */
7082
7083/* Override any GCC internal prototype to avoid an error.
7084 Use char because int might match the return type of a GCC
7085 builtin and then its argument prototype would still apply. */
7086#ifdef __cplusplus
7087extern "C"
7088#endif
7089char pthread_create ();
7090int
7091main ()
7092{
7093return pthread_create ();
7094 ;
7095 return 0;
7096}
7097_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007098if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007099 ac_cv_lib_pthread_pthread_create=yes
7100else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007101 ac_cv_lib_pthread_pthread_create=no
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007102fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007103rm -f core conftest.err conftest.$ac_objext \
7104 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007105LIBS=$ac_check_lib_save_LIBS
7106fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007108$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007109if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007110 LIBPTHREAD="-lpthread"
7111
7112fi
7113
7114fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007115if test "x$LIBPTHREAD" = "x"; then :
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007116 case "x$with_pthread" in
7117 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007118 *) as_fn_error "pthread ${notice_platform}development files not found.
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007119Wine cannot support threads without libpthread.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007120Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
Alexandre Julliardc891f6b2009-02-11 20:41:50 +01007121esac
7122fi
7123
7124
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007126$as_echo_n "checking for X... " >&6; }
7127
7128
7129# Check whether --with-x was given.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007130if test "${with_x+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007131 withval=$with_x;
7132fi
7133
7134# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7135if test "x$with_x" = xno; then
7136 # The user explicitly disabled X.
7137 have_x=disabled
7138else
7139 case $x_includes,$x_libraries in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007140 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7141 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007142 $as_echo_n "(cached) " >&6
7143else
7144 # One or both of the vars are not set, and there is no cached value.
7145ac_x_includes=no ac_x_libraries=no
7146rm -f -r conftest.dir
7147if mkdir conftest.dir; then
7148 cd conftest.dir
7149 cat >Imakefile <<'_ACEOF'
7150incroot:
7151 @echo incroot='${INCROOT}'
7152usrlibdir:
7153 @echo usrlibdir='${USRLIBDIR}'
7154libdir:
7155 @echo libdir='${LIBDIR}'
7156_ACEOF
7157 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7158 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7159 for ac_var in incroot usrlibdir libdir; do
7160 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7161 done
7162 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7163 for ac_extension in a so sl dylib la dll; do
7164 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7165 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7166 ac_im_usrlibdir=$ac_im_libdir; break
7167 fi
7168 done
7169 # Screen out bogus values from the imake configuration. They are
7170 # bogus both because they are the default anyway, and because
7171 # using them would break gcc on systems where it needs fixed includes.
7172 case $ac_im_incroot in
7173 /usr/include) ac_x_includes= ;;
7174 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7175 esac
7176 case $ac_im_usrlibdir in
7177 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7178 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7179 esac
7180 fi
7181 cd ..
7182 rm -f -r conftest.dir
7183fi
7184
7185# Standard set of common directories for X headers.
7186# Check X11 before X11Rn because it is often a symlink to the current release.
7187ac_x_header_dirs='
7188/usr/X11/include
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007189/usr/X11R7/include
Alexandre Julliard40664c02009-02-11 20:40:58 +01007190/usr/X11R6/include
7191/usr/X11R5/include
7192/usr/X11R4/include
7193
7194/usr/include/X11
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007195/usr/include/X11R7
Alexandre Julliard40664c02009-02-11 20:40:58 +01007196/usr/include/X11R6
7197/usr/include/X11R5
7198/usr/include/X11R4
7199
7200/usr/local/X11/include
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007201/usr/local/X11R7/include
Alexandre Julliard40664c02009-02-11 20:40:58 +01007202/usr/local/X11R6/include
7203/usr/local/X11R5/include
7204/usr/local/X11R4/include
7205
7206/usr/local/include/X11
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007207/usr/local/include/X11R7
Alexandre Julliard40664c02009-02-11 20:40:58 +01007208/usr/local/include/X11R6
7209/usr/local/include/X11R5
7210/usr/local/include/X11R4
7211
7212/usr/X386/include
7213/usr/x386/include
7214/usr/XFree86/include/X11
7215
7216/usr/include
7217/usr/local/include
7218/usr/unsupported/include
7219/usr/athena/include
7220/usr/local/x11r5/include
7221/usr/lpp/Xamples/include
7222
7223/usr/openwin/include
7224/usr/openwin/share/include'
7225
7226if test "$ac_x_includes" = no; then
7227 # Guess where to find include files, by looking for Xlib.h.
7228 # First, try using that file with no special directory specified.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007230/* end confdefs.h. */
7231#include <X11/Xlib.h>
7232_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007233if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007234 # We can compile using X headers with no special include directory.
7235ac_x_includes=
7236else
Alexandre Julliard40664c02009-02-11 20:40:58 +01007237 for ac_dir in $ac_x_header_dirs; do
7238 if test -r "$ac_dir/X11/Xlib.h"; then
7239 ac_x_includes=$ac_dir
7240 break
7241 fi
7242done
7243fi
Alexandre Julliard40664c02009-02-11 20:40:58 +01007244rm -f conftest.err conftest.$ac_ext
7245fi # $ac_x_includes = no
7246
7247if test "$ac_x_libraries" = no; then
7248 # Check for the libraries.
7249 # See if we find them without any special options.
7250 # Don't add to $LIBS permanently.
7251 ac_save_LIBS=$LIBS
7252 LIBS="-lX11 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007254/* end confdefs.h. */
7255#include <X11/Xlib.h>
7256int
7257main ()
7258{
7259XrmInitialize ()
7260 ;
7261 return 0;
7262}
7263_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007264if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007265 LIBS=$ac_save_LIBS
7266# We can link X programs with no special library path.
7267ac_x_libraries=
7268else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007269 LIBS=$ac_save_LIBS
Alexandre Julliard40664c02009-02-11 20:40:58 +01007270for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7271do
7272 # Don't even attempt the hair of trying to link an X program!
7273 for ac_extension in a so sl dylib la dll; do
7274 if test -r "$ac_dir/libX11.$ac_extension"; then
7275 ac_x_libraries=$ac_dir
7276 break 2
7277 fi
7278 done
7279done
7280fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007281rm -f core conftest.err conftest.$ac_objext \
7282 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007283fi # $ac_x_libraries = no
7284
7285case $ac_x_includes,$ac_x_libraries in #(
7286 no,* | *,no | *\'*)
7287 # Didn't find X, or a directory has "'" in its name.
7288 ac_cv_have_x="have_x=no";; #(
7289 *)
7290 # Record where we found X for the cache.
7291 ac_cv_have_x="have_x=yes\
7292 ac_x_includes='$ac_x_includes'\
7293 ac_x_libraries='$ac_x_libraries'"
7294esac
7295fi
7296;; #(
7297 *) have_x=yes;;
7298 esac
7299 eval "$ac_cv_have_x"
7300fi # $with_x != no
7301
7302if test "$have_x" != yes; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007304$as_echo "$have_x" >&6; }
7305 no_x=yes
7306else
7307 # If each of the values was on the command line, it overrides each guess.
7308 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7309 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7310 # Update the cache value to reflect the command line values.
7311 ac_cv_have_x="have_x=yes\
7312 ac_x_includes='$x_includes'\
7313 ac_x_libraries='$x_libraries'"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007315$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7316fi
7317
7318if test "$no_x" = yes; then
7319 # Not all programs may use this symbol, but it does not hurt to define it.
7320
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007321$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
Alexandre Julliard40664c02009-02-11 20:40:58 +01007322
7323 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7324else
7325 if test -n "$x_includes"; then
7326 X_CFLAGS="$X_CFLAGS -I$x_includes"
7327 fi
7328
7329 # It would also be nice to do this for all -L options, not just this one.
7330 if test -n "$x_libraries"; then
7331 X_LIBS="$X_LIBS -L$x_libraries"
7332 # For Solaris; some versions of Sun CC require a space after -R and
7333 # others require no space. Words are not sufficient . . . .
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007335$as_echo_n "checking whether -R must be followed by a space... " >&6; }
7336 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7337 ac_xsave_c_werror_flag=$ac_c_werror_flag
7338 ac_c_werror_flag=yes
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007340/* end confdefs.h. */
7341
7342int
7343main ()
7344{
7345
7346 ;
7347 return 0;
7348}
7349_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007350if ac_fn_c_try_link "$LINENO"; then :
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007352$as_echo "no" >&6; }
7353 X_LIBS="$X_LIBS -R$x_libraries"
7354else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007355 LIBS="$ac_xsave_LIBS -R $x_libraries"
7356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007357/* end confdefs.h. */
7358
7359int
7360main ()
7361{
7362
7363 ;
7364 return 0;
7365}
7366_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007367if ac_fn_c_try_link "$LINENO"; then :
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007369$as_echo "yes" >&6; }
7370 X_LIBS="$X_LIBS -R $x_libraries"
7371else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007373$as_echo "neither works" >&6; }
7374fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007375rm -f core conftest.err conftest.$ac_objext \
7376 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007377fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007378rm -f core conftest.err conftest.$ac_objext \
7379 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007380 ac_c_werror_flag=$ac_xsave_c_werror_flag
7381 LIBS=$ac_xsave_LIBS
7382 fi
7383
7384 # Check for system-dependent libraries X programs must link with.
7385 # Do this before checking for the system-independent R6 libraries
7386 # (-lICE), since we may need -lsocket or whatever for X linking.
7387
7388 if test "$ISC" = yes; then
7389 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7390 else
7391 # Martyn Johnson says this is needed for Ultrix, if the X
7392 # libraries were built with DECnet support. And Karl Berry says
7393 # the Alpha needs dnet_stub (dnet does not exist).
7394 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007396/* end confdefs.h. */
7397
7398/* Override any GCC internal prototype to avoid an error.
7399 Use char because int might match the return type of a GCC
7400 builtin and then its argument prototype would still apply. */
7401#ifdef __cplusplus
7402extern "C"
7403#endif
7404char XOpenDisplay ();
7405int
7406main ()
7407{
7408return XOpenDisplay ();
7409 ;
7410 return 0;
7411}
7412_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007413if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007414
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007415else
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007417$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007418if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007419 $as_echo_n "(cached) " >&6
7420else
7421 ac_check_lib_save_LIBS=$LIBS
7422LIBS="-ldnet $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007423cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007424/* end confdefs.h. */
7425
7426/* Override any GCC internal prototype to avoid an error.
7427 Use char because int might match the return type of a GCC
7428 builtin and then its argument prototype would still apply. */
7429#ifdef __cplusplus
7430extern "C"
7431#endif
7432char dnet_ntoa ();
7433int
7434main ()
7435{
7436return dnet_ntoa ();
7437 ;
7438 return 0;
7439}
7440_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007441if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007442 ac_cv_lib_dnet_dnet_ntoa=yes
7443else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007444 ac_cv_lib_dnet_dnet_ntoa=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007445fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007446rm -f core conftest.err conftest.$ac_objext \
7447 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007448LIBS=$ac_check_lib_save_LIBS
7449fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007451$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007452if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007453 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7454fi
7455
7456 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007458$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007459if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007460 $as_echo_n "(cached) " >&6
7461else
7462 ac_check_lib_save_LIBS=$LIBS
7463LIBS="-ldnet_stub $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007464cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007465/* end confdefs.h. */
7466
7467/* Override any GCC internal prototype to avoid an error.
7468 Use char because int might match the return type of a GCC
7469 builtin and then its argument prototype would still apply. */
7470#ifdef __cplusplus
7471extern "C"
7472#endif
7473char dnet_ntoa ();
7474int
7475main ()
7476{
7477return dnet_ntoa ();
7478 ;
7479 return 0;
7480}
7481_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007482if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007483 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7484else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007485 ac_cv_lib_dnet_stub_dnet_ntoa=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007486fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007487rm -f core conftest.err conftest.$ac_objext \
7488 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007489LIBS=$ac_check_lib_save_LIBS
7490fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007492$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007493if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007494 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7495fi
7496
7497 fi
7498fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007499rm -f core conftest.err conftest.$ac_objext \
7500 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007501 LIBS="$ac_xsave_LIBS"
7502
7503 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7504 # to get the SysV transport functions.
7505 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7506 # needs -lnsl.
7507 # The nsl library prevents programs from opening the X display
7508 # on Irix 5.2, according to T.E. Dickey.
7509 # The functions gethostbyname, getservbyname, and inet_addr are
7510 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007511 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7512if test "x$ac_cv_func_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007513
Alexandre Julliard40664c02009-02-11 20:40:58 +01007514fi
7515
Alexandre Julliard40664c02009-02-11 20:40:58 +01007516 if test $ac_cv_func_gethostbyname = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007518$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007519if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007520 $as_echo_n "(cached) " >&6
7521else
7522 ac_check_lib_save_LIBS=$LIBS
7523LIBS="-lnsl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007524cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007525/* end confdefs.h. */
7526
7527/* Override any GCC internal prototype to avoid an error.
7528 Use char because int might match the return type of a GCC
7529 builtin and then its argument prototype would still apply. */
7530#ifdef __cplusplus
7531extern "C"
7532#endif
7533char gethostbyname ();
7534int
7535main ()
7536{
7537return gethostbyname ();
7538 ;
7539 return 0;
7540}
7541_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007542if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007543 ac_cv_lib_nsl_gethostbyname=yes
7544else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007545 ac_cv_lib_nsl_gethostbyname=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007546fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007547rm -f core conftest.err conftest.$ac_objext \
7548 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007549LIBS=$ac_check_lib_save_LIBS
7550fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007552$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007553if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007554 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7555fi
7556
7557 if test $ac_cv_lib_nsl_gethostbyname = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007559$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007560if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007561 $as_echo_n "(cached) " >&6
7562else
7563 ac_check_lib_save_LIBS=$LIBS
7564LIBS="-lbsd $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007565cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007566/* end confdefs.h. */
7567
7568/* Override any GCC internal prototype to avoid an error.
7569 Use char because int might match the return type of a GCC
7570 builtin and then its argument prototype would still apply. */
7571#ifdef __cplusplus
7572extern "C"
7573#endif
7574char gethostbyname ();
7575int
7576main ()
7577{
7578return gethostbyname ();
7579 ;
7580 return 0;
7581}
7582_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007583if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007584 ac_cv_lib_bsd_gethostbyname=yes
7585else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007586 ac_cv_lib_bsd_gethostbyname=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007587fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007588rm -f core conftest.err conftest.$ac_objext \
7589 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007590LIBS=$ac_check_lib_save_LIBS
7591fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007592{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007593$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007594if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007595 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7596fi
7597
7598 fi
7599 fi
7600
7601 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7602 # socket/setsockopt and other routines are undefined under SCO ODT
7603 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7604 # on later versions), says Simon Leinen: it contains gethostby*
7605 # variants that don't use the name server (or something). -lsocket
7606 # must be given before -lnsl if both are needed. We assume that
7607 # if connect needs -lnsl, so does gethostbyname.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007608 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7609if test "x$ac_cv_func_connect" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007610
Alexandre Julliard40664c02009-02-11 20:40:58 +01007611fi
7612
Alexandre Julliard40664c02009-02-11 20:40:58 +01007613 if test $ac_cv_func_connect = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007615$as_echo_n "checking for connect in -lsocket... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007616if test "${ac_cv_lib_socket_connect+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007617 $as_echo_n "(cached) " >&6
7618else
7619 ac_check_lib_save_LIBS=$LIBS
7620LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007621cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007622/* end confdefs.h. */
7623
7624/* Override any GCC internal prototype to avoid an error.
7625 Use char because int might match the return type of a GCC
7626 builtin and then its argument prototype would still apply. */
7627#ifdef __cplusplus
7628extern "C"
7629#endif
7630char connect ();
7631int
7632main ()
7633{
7634return connect ();
7635 ;
7636 return 0;
7637}
7638_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007639if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007640 ac_cv_lib_socket_connect=yes
7641else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007642 ac_cv_lib_socket_connect=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007643fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007644rm -f core conftest.err conftest.$ac_objext \
7645 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007646LIBS=$ac_check_lib_save_LIBS
7647fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007649$as_echo "$ac_cv_lib_socket_connect" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007650if test "x$ac_cv_lib_socket_connect" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007651 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7652fi
7653
7654 fi
7655
7656 # Guillermo Gomez says -lposix is necessary on A/UX.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007657 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7658if test "x$ac_cv_func_remove" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007659
Alexandre Julliard40664c02009-02-11 20:40:58 +01007660fi
7661
Alexandre Julliard40664c02009-02-11 20:40:58 +01007662 if test $ac_cv_func_remove = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007664$as_echo_n "checking for remove in -lposix... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007665if test "${ac_cv_lib_posix_remove+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007666 $as_echo_n "(cached) " >&6
7667else
7668 ac_check_lib_save_LIBS=$LIBS
7669LIBS="-lposix $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007670cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007671/* end confdefs.h. */
7672
7673/* Override any GCC internal prototype to avoid an error.
7674 Use char because int might match the return type of a GCC
7675 builtin and then its argument prototype would still apply. */
7676#ifdef __cplusplus
7677extern "C"
7678#endif
7679char remove ();
7680int
7681main ()
7682{
7683return remove ();
7684 ;
7685 return 0;
7686}
7687_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007688if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007689 ac_cv_lib_posix_remove=yes
7690else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007691 ac_cv_lib_posix_remove=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007692fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007693rm -f core conftest.err conftest.$ac_objext \
7694 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007695LIBS=$ac_check_lib_save_LIBS
7696fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007698$as_echo "$ac_cv_lib_posix_remove" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007699if test "x$ac_cv_lib_posix_remove" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007700 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7701fi
7702
7703 fi
7704
7705 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007706 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7707if test "x$ac_cv_func_shmat" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007708
Alexandre Julliard40664c02009-02-11 20:40:58 +01007709fi
7710
Alexandre Julliard40664c02009-02-11 20:40:58 +01007711 if test $ac_cv_func_shmat = no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007713$as_echo_n "checking for shmat in -lipc... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007714if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007715 $as_echo_n "(cached) " >&6
7716else
7717 ac_check_lib_save_LIBS=$LIBS
7718LIBS="-lipc $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007719cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007720/* end confdefs.h. */
7721
7722/* Override any GCC internal prototype to avoid an error.
7723 Use char because int might match the return type of a GCC
7724 builtin and then its argument prototype would still apply. */
7725#ifdef __cplusplus
7726extern "C"
7727#endif
7728char shmat ();
7729int
7730main ()
7731{
7732return shmat ();
7733 ;
7734 return 0;
7735}
7736_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007737if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007738 ac_cv_lib_ipc_shmat=yes
7739else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007740 ac_cv_lib_ipc_shmat=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007741fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007742rm -f core conftest.err conftest.$ac_objext \
7743 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007744LIBS=$ac_check_lib_save_LIBS
7745fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007747$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007748if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007749 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7750fi
7751
7752 fi
7753 fi
7754
7755 # Check for libraries that X11R6 Xt/Xaw programs need.
7756 ac_save_LDFLAGS=$LDFLAGS
7757 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7758 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7759 # check for ICE first), but we must link in the order -lSM -lICE or
7760 # we get undefined symbols. So assume we have SM if we have ICE.
7761 # These have to be linked with before -lX11, unlike the other
7762 # libraries we check for below, so use a different variable.
7763 # John Interrante, Karl Berry
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007765$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007766if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007767 $as_echo_n "(cached) " >&6
7768else
7769 ac_check_lib_save_LIBS=$LIBS
7770LIBS="-lICE $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007771cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007772/* end confdefs.h. */
7773
7774/* Override any GCC internal prototype to avoid an error.
7775 Use char because int might match the return type of a GCC
7776 builtin and then its argument prototype would still apply. */
7777#ifdef __cplusplus
7778extern "C"
7779#endif
7780char IceConnectionNumber ();
7781int
7782main ()
7783{
7784return IceConnectionNumber ();
7785 ;
7786 return 0;
7787}
7788_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007789if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007790 ac_cv_lib_ICE_IceConnectionNumber=yes
7791else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007792 ac_cv_lib_ICE_IceConnectionNumber=no
Alexandre Julliard40664c02009-02-11 20:40:58 +01007793fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007794rm -f core conftest.err conftest.$ac_objext \
7795 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard40664c02009-02-11 20:40:58 +01007796LIBS=$ac_check_lib_save_LIBS
7797fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
Alexandre Julliard40664c02009-02-11 20:40:58 +01007799$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007800if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
Alexandre Julliard40664c02009-02-11 20:40:58 +01007801 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7802fi
7803
7804 LDFLAGS=$ac_save_LDFLAGS
7805
7806fi
7807
7808
Rein Klazes7ff12562004-11-09 20:16:35 +00007809if test "$have_x" = "yes"
7810then
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007811 XLIB="-lX11"
Rein Klazes7ff12562004-11-09 20:16:35 +00007812 ac_save_CPPFLAGS="$CPPFLAGS"
7813 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7814
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007816$as_echo_n "checking for -lX11... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007817if test "${ac_cv_lib_soname_X11+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007818 $as_echo_n "(cached) " >&6
Alexandre Julliarda8518542007-07-09 22:43:45 +02007819else
7820 ac_check_soname_save_LIBS=$LIBS
7821LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007823/* end confdefs.h. */
7824
7825/* Override any GCC internal prototype to avoid an error.
7826 Use char because int might match the return type of a GCC
7827 builtin and then its argument prototype would still apply. */
7828#ifdef __cplusplus
7829extern "C"
7830#endif
7831char XCreateWindow ();
7832int
7833main ()
7834{
7835return XCreateWindow ();
7836 ;
7837 return 0;
7838}
7839_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007840if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda8518542007-07-09 22:43:45 +02007841 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01007842 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliarda8518542007-07-09 22:43:45 +02007843 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'` ;;
7844 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7845 esac
Alexandre Julliarda8518542007-07-09 22:43:45 +02007846fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007847rm -f core conftest.err conftest.$ac_objext \
7848 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007849 LIBS=$ac_check_soname_save_LIBS
7850fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007851if test "x$ac_cv_lib_soname_X11" = "x"; then :
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007853$as_echo "not found" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007854
7855else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007857$as_echo "$ac_cv_lib_soname_X11" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007858
7859cat >>confdefs.h <<_ACEOF
7860#define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7861_ACEOF
7862
7863
7864fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007866$as_echo_n "checking for -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007867if test "${ac_cv_lib_soname_Xext+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007868 $as_echo_n "(cached) " >&6
Alexandre Julliarda8518542007-07-09 22:43:45 +02007869else
7870 ac_check_soname_save_LIBS=$LIBS
7871LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007873/* end confdefs.h. */
7874
7875/* Override any GCC internal prototype to avoid an error.
7876 Use char because int might match the return type of a GCC
7877 builtin and then its argument prototype would still apply. */
7878#ifdef __cplusplus
7879extern "C"
7880#endif
7881char XextCreateExtension ();
7882int
7883main ()
7884{
7885return XextCreateExtension ();
7886 ;
7887 return 0;
7888}
7889_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007890if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarda8518542007-07-09 22:43:45 +02007891 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01007892 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliarda8518542007-07-09 22:43:45 +02007893 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'` ;;
7894 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7895 esac
Alexandre Julliarda8518542007-07-09 22:43:45 +02007896fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007897rm -f core conftest.err conftest.$ac_objext \
7898 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarda8518542007-07-09 22:43:45 +02007899 LIBS=$ac_check_soname_save_LIBS
7900fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007901if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007903$as_echo "not found" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007904
7905else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007907$as_echo "$ac_cv_lib_soname_Xext" >&6; }
Alexandre Julliarda8518542007-07-09 22:43:45 +02007908
7909cat >>confdefs.h <<_ACEOF
7910#define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7911_ACEOF
7912
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007913 XLIB="-lXext $XLIB"
Alexandre Julliarda8518542007-07-09 22:43:45 +02007914fi
7915
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007916 for ac_header in X11/Xlib.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007917 X11/XKBlib.h \
7918 X11/Xutil.h \
Andrew Riedi23e2cb12007-03-22 12:06:19 -07007919 X11/Xcursor/Xcursor.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007920 X11/extensions/shape.h \
7921 X11/extensions/XInput.h \
7922 X11/extensions/XShm.h \
Chris Robinson42584652007-09-22 18:19:08 -07007923 X11/extensions/Xcomposite.h \
Alexandre Julliard7d00b052006-10-23 13:46:34 +02007924 X11/extensions/Xinerama.h \
Alexandre Julliard73482142005-08-03 19:21:04 +00007925 X11/extensions/Xrandr.h \
7926 X11/extensions/Xrender.h \
André Hentschel7b285a42009-09-19 19:08:09 +02007927 X11/extensions/xf86vmode.h \
7928 X11/extensions/xf86vmproto.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007929do :
7930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7931ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
Alexandre Julliard73482142005-08-03 19:21:04 +00007932# include <X11/Xlib.h>
7933#endif
7934#ifdef HAVE_X11_XUTIL_H
7935# include <X11/Xutil.h>
7936#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007937"
7938eval as_val=\$$as_ac_Header
7939 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007940 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01007941#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007942_ACEOF
Alexandre Julliard255b4862003-10-15 04:09:55 +00007943
7944fi
7945
7946done
7947
7948
7949 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7950 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007952$as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007953if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01007954 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00007955else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007956 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02007957LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007958cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00007959/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007960
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007961/* Override any GCC internal prototype to avoid an error.
7962 Use char because int might match the return type of a GCC
7963 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007964#ifdef __cplusplus
7965extern "C"
7966#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007967char XkbQueryExtension ();
7968int
7969main ()
7970{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02007971return XkbQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007972 ;
7973 return 0;
7974}
7975_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007976if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007977 ac_cv_lib_X11_XkbQueryExtension=yes
Patrik Stridvall24110281999-02-04 10:09:54 +00007978else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007979 ac_cv_lib_X11_XkbQueryExtension=no
Patrik Stridvall24110281999-02-04 10:09:54 +00007980fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007981rm -f core conftest.err conftest.$ac_objext \
7982 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00007983LIBS=$ac_check_lib_save_LIBS
7984fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007986$as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007987if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
Patrik Stridvall24110281999-02-04 10:09:54 +00007988
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007989$as_echo "#define HAVE_XKB 1" >>confdefs.h
Patrik Stridvall24110281999-02-04 10:09:54 +00007990
Patrik Stridvall24110281999-02-04 10:09:54 +00007991fi
7992
Alexandre Julliard255b4862003-10-15 04:09:55 +00007993 fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +00007994
Alexandre Julliard19a988a2007-07-09 22:42:28 +02007995 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7996 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01007998$as_echo_n "checking for -lXcursor... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02007999if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008000 $as_echo_n "(cached) " >&6
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008001else
8002 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008003LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008005/* end confdefs.h. */
8006
8007/* Override any GCC internal prototype to avoid an error.
8008 Use char because int might match the return type of a GCC
8009 builtin and then its argument prototype would still apply. */
8010#ifdef __cplusplus
8011extern "C"
8012#endif
8013char XcursorImageLoadCursor ();
8014int
8015main ()
8016{
8017return XcursorImageLoadCursor ();
8018 ;
8019 return 0;
8020}
8021_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008022if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008023 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008024 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008025 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'` ;;
8026 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8027 esac
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008028fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008029rm -f core conftest.err conftest.$ac_objext \
8030 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008031 LIBS=$ac_check_soname_save_LIBS
8032fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008033if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008035$as_echo "not found" >&6; }
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008036
8037else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008039$as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008040
8041cat >>confdefs.h <<_ACEOF
8042#define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8043_ACEOF
8044
8045
8046fi
Alexandre Julliard19a988a2007-07-09 22:42:28 +02008047 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008048 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008049 case "x$with_xcursor" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008050 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008051 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008052 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8053This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008054esac
8055fi
8056
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008057 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8058 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008060$as_echo_n "checking for -lXi... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008061if test "${ac_cv_lib_soname_Xi+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008062 $as_echo_n "(cached) " >&6
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008063else
8064 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008065LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008067/* end confdefs.h. */
8068
8069/* Override any GCC internal prototype to avoid an error.
8070 Use char because int might match the return type of a GCC
8071 builtin and then its argument prototype would still apply. */
8072#ifdef __cplusplus
8073extern "C"
8074#endif
8075char XOpenDevice ();
8076int
8077main ()
8078{
8079return XOpenDevice ();
8080 ;
8081 return 0;
8082}
8083_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008084if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008085 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008086 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008087 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'` ;;
8088 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8089 esac
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008090fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008091rm -f core conftest.err conftest.$ac_objext \
8092 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008093 LIBS=$ac_check_soname_save_LIBS
8094fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008095if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008097$as_echo "not found" >&6; }
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008098
8099else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008101$as_echo "$ac_cv_lib_soname_Xi" >&6; }
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008102
8103cat >>confdefs.h <<_ACEOF
8104#define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8105_ACEOF
8106
8107
8108fi
Alexandre Julliardd68d4332007-07-09 22:42:49 +02008109 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008110 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008111 case "x$with_xinput" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008112 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008113 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008114 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8115This is an error since --with-xinput was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008116esac
8117fi
8118
Alexandre Julliard255b4862003-10-15 04:09:55 +00008119 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8120 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008122$as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008123if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008124 $as_echo_n "(cached) " >&6
Francois Jacques5b6879c2000-07-28 23:04:54 +00008125else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008126 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008127LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008128cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008129/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008130
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008131/* Override any GCC internal prototype to avoid an error.
8132 Use char because int might match the return type of a GCC
8133 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008134#ifdef __cplusplus
8135extern "C"
8136#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008137char XShmQueryExtension ();
8138int
8139main ()
8140{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008141return XShmQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008142 ;
8143 return 0;
8144}
8145_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008146if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008147 ac_cv_lib_Xext_XShmQueryExtension=yes
Francois Jacques5b6879c2000-07-28 23:04:54 +00008148else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008149 ac_cv_lib_Xext_XShmQueryExtension=no
Francois Jacques5b6879c2000-07-28 23:04:54 +00008150fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008151rm -f core conftest.err conftest.$ac_objext \
8152 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008153LIBS=$ac_check_lib_save_LIBS
8154fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008155{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008156$as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008157if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
Francois Jacques5b6879c2000-07-28 23:04:54 +00008158
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008159$as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
Francois Jacques5b6879c2000-07-28 23:04:54 +00008160
Francois Jacques5b6879c2000-07-28 23:04:54 +00008161fi
8162
Alexandre Julliard255b4862003-10-15 04:09:55 +00008163 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008164 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008165 case "x$with_xshm" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008166 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008167 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008168 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8169This is an error since --with-xshm was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008170esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008171fi
8172
Alexandre Julliard255b4862003-10-15 04:09:55 +00008173 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8174 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008176$as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008177if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008178 $as_echo_n "(cached) " >&6
Ove Kaavenc90fb252001-01-02 22:39:14 +00008179else
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008180 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008181LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008182cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008183/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008184
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008185/* Override any GCC internal prototype to avoid an error.
8186 Use char because int might match the return type of a GCC
8187 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008188#ifdef __cplusplus
8189extern "C"
8190#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008191char XShapeQueryExtension ();
8192int
8193main ()
8194{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008195return XShapeQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008196 ;
8197 return 0;
8198}
8199_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008200if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008201 ac_cv_lib_Xext_XShapeQueryExtension=yes
Ove Kaavenc90fb252001-01-02 22:39:14 +00008202else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008203 ac_cv_lib_Xext_XShapeQueryExtension=no
Ove Kaavenc90fb252001-01-02 22:39:14 +00008204fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008205rm -f core conftest.err conftest.$ac_objext \
8206 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008207LIBS=$ac_check_lib_save_LIBS
8208fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008210$as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008211if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
Ove Kaavenc90fb252001-01-02 22:39:14 +00008212
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008213$as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
Ove Kaavenc90fb252001-01-02 22:39:14 +00008214
Ove Kaavenc90fb252001-01-02 22:39:14 +00008215fi
8216
Alexandre Julliard255b4862003-10-15 04:09:55 +00008217 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008218 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008219 case "x$with_xshape" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008220 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008221 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008222 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8223This is an error since --with-xshape was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008224esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008225fi
8226
André Hentschel7b285a42009-09-19 19:08:09 +02008227 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 +00008228 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008230$as_echo_n "checking for -lXxf86vm... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008231if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008232 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008233else
Francois Gougeta49beb42008-06-26 14:02:17 +02008234 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008235LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008237/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008238
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008239/* Override any GCC internal prototype to avoid an error.
8240 Use char because int might match the return type of a GCC
8241 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008242#ifdef __cplusplus
8243extern "C"
8244#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008245char XF86VidModeQueryExtension ();
8246int
8247main ()
8248{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008249return XF86VidModeQueryExtension ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008250 ;
8251 return 0;
8252}
8253_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008254if ac_fn_c_try_link "$LINENO"; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02008255 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008256 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Francois Gougeta49beb42008-06-26 14:02:17 +02008257 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'` ;;
8258 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8259 esac
Patrik Stridvall24110281999-02-04 10:09:54 +00008260fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008261rm -f core conftest.err conftest.$ac_objext \
8262 conftest$ac_exeext conftest.$ac_ext
Francois Gougeta49beb42008-06-26 14:02:17 +02008263 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008264fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008265if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008267$as_echo "not found" >&6; }
Patrik Stridvall24110281999-02-04 10:09:54 +00008268
Francois Gougeta49beb42008-06-26 14:02:17 +02008269else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008271$as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
Francois Gougeta49beb42008-06-26 14:02:17 +02008272
8273cat >>confdefs.h <<_ACEOF
8274#define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008275_ACEOF
John R. Sheetsf2b77cc2000-05-23 21:18:51 +00008276
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008277
Patrik Stridvall24110281999-02-04 10:09:54 +00008278fi
Alexandre Julliard255b4862003-10-15 04:09:55 +00008279 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008280 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
Francois Gougeta49beb42008-06-26 14:02:17 +02008281 case "x$with_xxf86vm" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008282 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008283 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008284 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8285This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008286esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008287fi
8288
Alexandre Julliarda8518542007-07-09 22:43:45 +02008289 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 +02008290 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008292$as_echo_n "checking for -lXrender... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008293if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008294 $as_echo_n "(cached) " >&6
Alexandre Julliard629639e2007-07-04 12:47:57 +02008295else
8296 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008297LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008299/* end confdefs.h. */
8300
8301/* Override any GCC internal prototype to avoid an error.
8302 Use char because int might match the return type of a GCC
8303 builtin and then its argument prototype would still apply. */
8304#ifdef __cplusplus
8305extern "C"
8306#endif
8307char XRenderQueryExtension ();
8308int
8309main ()
8310{
8311return XRenderQueryExtension ();
8312 ;
8313 return 0;
8314}
8315_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008316if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008317 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008318 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard629639e2007-07-04 12:47:57 +02008319 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'` ;;
8320 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8321 esac
Alexandre Julliard629639e2007-07-04 12:47:57 +02008322fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008323rm -f core conftest.err conftest.$ac_objext \
8324 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008325 LIBS=$ac_check_soname_save_LIBS
8326fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008327if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008329$as_echo "not found" >&6; }
Alexandre Julliard629639e2007-07-04 12:47:57 +02008330
8331else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008333$as_echo "$ac_cv_lib_soname_Xrender" >&6; }
Alexandre Julliard629639e2007-07-04 12:47:57 +02008334
8335cat >>confdefs.h <<_ACEOF
8336#define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8337_ACEOF
8338
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008340$as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008341if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008342 $as_echo_n "(cached) " >&6
Alexandre Julliard629639e2007-07-04 12:47:57 +02008343else
8344 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008345LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008346cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008347/* end confdefs.h. */
8348
8349/* Override any GCC internal prototype to avoid an error.
8350 Use char because int might match the return type of a GCC
8351 builtin and then its argument prototype would still apply. */
8352#ifdef __cplusplus
8353extern "C"
8354#endif
8355char XRenderSetPictureTransform ();
8356int
8357main ()
8358{
8359return XRenderSetPictureTransform ();
8360 ;
8361 return 0;
8362}
8363_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008364if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008365 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8366else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008367 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
Alexandre Julliard629639e2007-07-04 12:47:57 +02008368fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008369rm -f core conftest.err conftest.$ac_objext \
8370 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard629639e2007-07-04 12:47:57 +02008371LIBS=$ac_check_lib_save_LIBS
8372fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008374$as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008375if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
Alexandre Julliard629639e2007-07-04 12:47:57 +02008376
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008377$as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
Alexandre Julliard629639e2007-07-04 12:47:57 +02008378
8379fi
8380
8381fi
8382
Alexandre Julliard629639e2007-07-04 12:47:57 +02008383 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008384 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008385 case "x$with_xrender" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008386 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008387 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008388 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8389This is an error since --with-xrender was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008390esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008391fi
8392
Alexandre Julliard629639e2007-07-04 12:47:57 +02008393 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 +00008394 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008396/* end confdefs.h. */
Mike McCormackc7c9f932004-04-07 03:57:35 +00008397#include <X11/Xlib.h>
8398#include <X11/extensions/Xrandr.h>
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008399int
8400main ()
8401{
Mike McCormackc7c9f932004-04-07 03:57:35 +00008402static typeof(XRRSetScreenConfigAndRate) * func;
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008403 ;
8404 return 0;
8405}
8406_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008407if ac_fn_c_try_compile "$LINENO"; then :
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008409$as_echo_n "checking for -lXrandr... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008410if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008411 $as_echo_n "(cached) " >&6
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008412else
8413 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008414LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008416/* end confdefs.h. */
8417
8418/* Override any GCC internal prototype to avoid an error.
8419 Use char because int might match the return type of a GCC
8420 builtin and then its argument prototype would still apply. */
8421#ifdef __cplusplus
8422extern "C"
8423#endif
8424char XRRQueryExtension ();
8425int
8426main ()
8427{
8428return XRRQueryExtension ();
8429 ;
8430 return 0;
8431}
8432_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008433if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008434 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008435 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008436 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'` ;;
8437 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8438 esac
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008439fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008440rm -f core conftest.err conftest.$ac_objext \
8441 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008442 LIBS=$ac_check_soname_save_LIBS
8443fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008444if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008446$as_echo "not found" >&6; }
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008447
8448else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008450$as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
Alexandre Julliardaf928ec2007-07-04 12:45:03 +02008451
8452cat >>confdefs.h <<_ACEOF
8453#define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8454_ACEOF
8455
8456
8457fi
Alex Pasadyn8f174bc2003-10-15 03:28:04 +00008458fi
Jeremy White0ebeb532006-06-20 13:18:41 +02008459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliard255b4862003-10-15 04:09:55 +00008460 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008461 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008462 case "x$with_xrandr" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008463 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008464 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008465 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8466This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008467esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008468fi
8469
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008470 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8471 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008473/* end confdefs.h. */
8474#include <X11/Xlib.h>
8475#include <X11/extensions/Xinerama.h>
8476int
8477main ()
8478{
8479static typeof(XineramaQueryScreens) * func;
8480 ;
8481 return 0;
8482}
8483_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008484if ac_fn_c_try_compile "$LINENO"; then :
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008486$as_echo_n "checking for -lXinerama... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008487if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008488 $as_echo_n "(cached) " >&6
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008489else
8490 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008491LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008493/* end confdefs.h. */
8494
8495/* Override any GCC internal prototype to avoid an error.
8496 Use char because int might match the return type of a GCC
8497 builtin and then its argument prototype would still apply. */
8498#ifdef __cplusplus
8499extern "C"
8500#endif
8501char XineramaQueryScreens ();
8502int
8503main ()
8504{
8505return XineramaQueryScreens ();
8506 ;
8507 return 0;
8508}
8509_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008510if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008511 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008512 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008513 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'` ;;
8514 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8515 esac
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008516fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008517rm -f core conftest.err conftest.$ac_objext \
8518 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008519 LIBS=$ac_check_soname_save_LIBS
8520fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008521if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008523$as_echo "not found" >&6; }
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008524
8525else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008527$as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
Alexandre Julliard35d2fd72007-07-04 12:48:50 +02008528
8529cat >>confdefs.h <<_ACEOF
8530#define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8531_ACEOF
8532
8533
8534fi
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008535fi
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8537 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008538 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008539 case "x$with_xinerama" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008540 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008541 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008542 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8543This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008544esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008545fi
8546
Chris Robinson42584652007-09-22 18:19:08 -07008547 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8548 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008550$as_echo_n "checking for -lXcomposite... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008551if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008552 $as_echo_n "(cached) " >&6
Chris Robinson42584652007-09-22 18:19:08 -07008553else
8554 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008555LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Chris Robinson42584652007-09-22 18:19:08 -07008557/* end confdefs.h. */
8558
8559/* Override any GCC internal prototype to avoid an error.
8560 Use char because int might match the return type of a GCC
8561 builtin and then its argument prototype would still apply. */
8562#ifdef __cplusplus
8563extern "C"
8564#endif
8565char XCompositeRedirectWindow ();
8566int
8567main ()
8568{
8569return XCompositeRedirectWindow ();
8570 ;
8571 return 0;
8572}
8573_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008574if ac_fn_c_try_link "$LINENO"; then :
Chris Robinson42584652007-09-22 18:19:08 -07008575 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008576 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Chris Robinson42584652007-09-22 18:19:08 -07008577 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'` ;;
8578 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8579 esac
Chris Robinson42584652007-09-22 18:19:08 -07008580fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008581rm -f core conftest.err conftest.$ac_objext \
8582 conftest$ac_exeext conftest.$ac_ext
Chris Robinson42584652007-09-22 18:19:08 -07008583 LIBS=$ac_check_soname_save_LIBS
8584fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008585if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008587$as_echo "not found" >&6; }
Chris Robinson42584652007-09-22 18:19:08 -07008588
8589else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008591$as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
Chris Robinson42584652007-09-22 18:19:08 -07008592
8593cat >>confdefs.h <<_ACEOF
8594#define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8595_ACEOF
8596
8597
8598fi
Chris Robinson42584652007-09-22 18:19:08 -07008599 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008600 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008601 case "x$with_xcomposite" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008602 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008603 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008604 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8605This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008606esac
Chris Robinson42584652007-09-22 18:19:08 -07008607fi
8608
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008609 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 +09008610#include <X11/Xlib.h>
8611#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008612"
8613if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
Kusanagi Kouichi75e40222008-04-16 00:34:54 +09008614
8615cat >>confdefs.h <<_ACEOF
8616#define HAVE_XICCALLBACK_CALLBACK 1
8617_ACEOF
8618
8619
8620fi
8621
8622
Alexandre Julliard7d00b052006-10-23 13:46:34 +02008623
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008624 opengl_msg=""
8625 if test "x$with_opengl" != "xno"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008626 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008627 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8628do :
8629 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8630ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
Alexandre Julliard73482142005-08-03 19:21:04 +00008631# include <GL/glx.h>
8632#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008633"
8634eval as_val=\$$as_ac_Header
8635 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008636 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01008637#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +00008638_ACEOF
8639
8640fi
8641
8642done
8643
Alexandre Julliard73482142005-08-03 19:21:04 +00008644 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8645 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008647$as_echo_n "checking for up-to-date OpenGL version... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008648if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008649 $as_echo_n "(cached) " >&6
Lionel Ulmer5c085701999-02-28 19:48:53 +00008650else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008652/* end confdefs.h. */
Lionel Ulmer5c085701999-02-28 19:48:53 +00008653#include <GL/gl.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008654int
8655main ()
8656{
Lionel Ulmer5c085701999-02-28 19:48:53 +00008657GLenum test = GL_UNSIGNED_SHORT_5_6_5;
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008658 ;
8659 return 0;
8660}
8661_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008662if ac_fn_c_try_compile "$LINENO"; then :
Roderick Colenbranderbc66d7e2006-08-24 01:11:27 +02008663 wine_cv_opengl_header_version_OK="yes"
Lionel Ulmer5c085701999-02-28 19:48:53 +00008664else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008665 wine_cv_opengl_header_version_OK="no"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008666fi
Jeremy White0ebeb532006-06-20 13:18:41 +02008667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008668fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008670$as_echo "$wine_cv_opengl_header_version_OK" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008671
Alexandre Julliardcc6a08c2006-08-24 14:34:22 +02008672 if test "$wine_cv_opengl_header_version_OK" = "yes"
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008673 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008675$as_echo_n "checking for -lGL... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008676if test "${ac_cv_lib_soname_GL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008677 $as_echo_n "(cached) " >&6
Patrik Stridvall24110281999-02-04 10:09:54 +00008678else
Alexandre Julliard31353e12007-07-04 12:44:12 +02008679 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008680LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008682/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008683
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008684/* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008687#ifdef __cplusplus
8688extern "C"
8689#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008690char glXCreateContext ();
8691int
8692main ()
8693{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008694return glXCreateContext ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008695 ;
8696 return 0;
8697}
8698_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008699if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard31353e12007-07-04 12:44:12 +02008700 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008701 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard31353e12007-07-04 12:44:12 +02008702 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'` ;;
8703 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8704 esac
Patrik Stridvall24110281999-02-04 10:09:54 +00008705fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008706rm -f core conftest.err conftest.$ac_objext \
8707 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard31353e12007-07-04 12:44:12 +02008708 LIBS=$ac_check_soname_save_LIBS
Patrik Stridvall24110281999-02-04 10:09:54 +00008709fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008710if test "x$ac_cv_lib_soname_GL" = "x"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008712$as_echo "not found" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008714$as_echo_n "checking for -lGL... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008715if test "${ac_cv_lib_soname_GL+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008716 $as_echo_n "(cached) " >&6
Francois Gougetd701ee22007-12-18 10:17:20 +01008717else
8718 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008719LIBS="-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 +02008720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetd701ee22007-12-18 10:17:20 +01008721/* end confdefs.h. */
8722
8723/* Override any GCC internal prototype to avoid an error.
8724 Use char because int might match the return type of a GCC
8725 builtin and then its argument prototype would still apply. */
8726#ifdef __cplusplus
8727extern "C"
8728#endif
8729char glXCreateContext ();
8730int
8731main ()
8732{
8733return glXCreateContext ();
8734 ;
8735 return 0;
8736}
8737_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008738if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetd701ee22007-12-18 10:17:20 +01008739 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008740 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Francois Gougetd701ee22007-12-18 10:17:20 +01008741 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'` ;;
8742 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8743 esac
Francois Gougetd701ee22007-12-18 10:17:20 +01008744fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008745rm -f core conftest.err conftest.$ac_objext \
8746 conftest$ac_exeext conftest.$ac_ext
Francois Gougetd701ee22007-12-18 10:17:20 +01008747 LIBS=$ac_check_soname_save_LIBS
8748fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008749if test "x$ac_cv_lib_soname_GL" = "x"; then :
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008751$as_echo "not found" >&6; }
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008752 if test -f /usr/X11R6/lib/libGL.a
Francois Gougetd701ee22007-12-18 10:17:20 +01008753 then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008754 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008755This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
Francois Gougetd701ee22007-12-18 10:17:20 +01008756 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008757 opengl_msg="No OpenGL library found on this system."
Francois Gougetd701ee22007-12-18 10:17:20 +01008758 fi
8759else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008761$as_echo "$ac_cv_lib_soname_GL" >&6; }
Francois Gougetd701ee22007-12-18 10:17:20 +01008762
8763cat >>confdefs.h <<_ACEOF
8764#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8765_ACEOF
8766
8767 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 +01008768
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008769$as_echo "#define HAVE_OPENGL 1" >>confdefs.h
Francois Gougetd701ee22007-12-18 10:17:20 +01008770
8771fi
Alexandre Julliard31353e12007-07-04 12:44:12 +02008772else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008774$as_echo "$ac_cv_lib_soname_GL" >&6; }
Alexandre Julliard31353e12007-07-04 12:44:12 +02008775
8776cat >>confdefs.h <<_ACEOF
8777#define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8778_ACEOF
8779
8780 OPENGL_LIBS="-lGL"
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008781
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008782$as_echo "#define HAVE_OPENGL 1" >>confdefs.h
Marcus Meissner6bb6d4c2000-08-09 22:21:08 +00008783
Alexandre Julliardc84c4782006-09-22 09:36:12 +02008784fi
Alexandre Julliardad798732008-05-01 13:29:02 +02008785 if test "$ac_cv_header_GL_glu_h" = "yes"
8786 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008788$as_echo_n "checking for -lGLU... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008789if test "${ac_cv_lib_soname_GLU+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008790 $as_echo_n "(cached) " >&6
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008791else
Alexandre Julliardad798732008-05-01 13:29:02 +02008792 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008793LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008795/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008796
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008797/* Override any GCC internal prototype to avoid an error.
8798 Use char because int might match the return type of a GCC
8799 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008800#ifdef __cplusplus
8801extern "C"
8802#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008803char gluLookAt ();
8804int
8805main ()
8806{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008807return gluLookAt ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008808 ;
8809 return 0;
8810}
8811_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008812if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02008813 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01008814 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008815 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'` ;;
8816 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8817 esac
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008818fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008819rm -f core conftest.err conftest.$ac_objext \
8820 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardad798732008-05-01 13:29:02 +02008821 LIBS=$ac_check_soname_save_LIBS
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008822fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008823if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008825$as_echo "not found" >&6; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +00008826
Alexandre Julliardad798732008-05-01 13:29:02 +02008827else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008829$as_echo "$ac_cv_lib_soname_GLU" >&6; }
Alexandre Julliardad798732008-05-01 13:29:02 +02008830
8831cat >>confdefs.h <<_ACEOF
8832#define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8833_ACEOF
8834
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02008835
Alexandre Julliardad798732008-05-01 13:29:02 +02008836fi
Alexandre Julliardad798732008-05-01 13:29:02 +02008837 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008838 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
Alexandre Julliardad798732008-05-01 13:29:02 +02008839 case "x$with_glu" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008840 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008841 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008842 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8843This is an error since --with-glu was requested." "$LINENO" 5 ;;
Alexandre Julliardad798732008-05-01 13:29:02 +02008844esac
Marcus Meissnerb63ab442001-06-08 19:02:57 +00008845fi
Alexandre Julliardf9dec942007-07-10 15:14:15 +02008846 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008847 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008848 fi
Roderick Colenbranderbc66d7e2006-08-24 01:11:27 +02008849 else
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008850 opengl_msg="OpenGL development headers not found."
Lionel Ulmerfbc15b12000-04-29 14:23:22 +00008851 fi
Alexandre Julliard8e9504d2008-09-24 13:11:11 +02008852 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8853 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8854 else
8855 enable_opengl32=${enable_opengl32:-no}
8856 enable_glu32=${enable_glu32:-no}
Patrik Stridvall24110281999-02-04 10:09:54 +00008857 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008858 if test -n "$opengl_msg"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008859 case "x$with_opengl" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01008860 x) as_fn_append wine_warnings "|$opengl_msg
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008861OpenGL and Direct3D won't be supported." ;;
8862 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008863 *) as_fn_error "$opengl_msg
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008864OpenGL and Direct3D won't be supported.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008865This is an error since --with-opengl was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008866esac
8867fi
8868
Francois Gouget6f670b12002-10-10 17:54:27 +00008869 NASLIBS=""
8870
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008871 for ac_header in audio/audiolib.h
8872do :
8873 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8874if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008875 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008876#define HAVE_AUDIO_AUDIOLIB_H 1
Francois Gouget6f670b12002-10-10 17:54:27 +00008877_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008878 for ac_header in audio/soundlib.h
8879do :
8880 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8881"
8882if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008883 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008884#define HAVE_AUDIO_SOUNDLIB_H 1
Francois Gouget6f670b12002-10-10 17:54:27 +00008885_ACEOF
8886
8887fi
8888
8889done
8890
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008892$as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008893if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008894 $as_echo_n "(cached) " >&6
Francois Gouget6f670b12002-10-10 17:54:27 +00008895else
8896 ac_check_lib_save_LIBS=$LIBS
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008897LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008898cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00008899/* end confdefs.h. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008900
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008901/* Override any GCC internal prototype to avoid an error.
8902 Use char because int might match the return type of a GCC
8903 builtin and then its argument prototype would still apply. */
Francois Gouget6f670b12002-10-10 17:54:27 +00008904#ifdef __cplusplus
8905extern "C"
8906#endif
Francois Gouget6f670b12002-10-10 17:54:27 +00008907char AuCreateFlow ();
8908int
8909main ()
8910{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02008911return AuCreateFlow ();
Francois Gouget6f670b12002-10-10 17:54:27 +00008912 ;
8913 return 0;
8914}
8915_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008916if ac_fn_c_try_link "$LINENO"; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008917 ac_cv_lib_audio_AuCreateFlow=yes
8918else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008919 ac_cv_lib_audio_AuCreateFlow=no
Francois Gouget6f670b12002-10-10 17:54:27 +00008920fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008921rm -f core conftest.err conftest.$ac_objext \
8922 conftest$ac_exeext conftest.$ac_ext
Francois Gouget6f670b12002-10-10 17:54:27 +00008923LIBS=$ac_check_lib_save_LIBS
8924fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008926$as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008927if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
Francois Gouget6f670b12002-10-10 17:54:27 +00008928
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008929$as_echo "#define HAVE_NAS 1" >>confdefs.h
Francois Gouget6f670b12002-10-10 17:54:27 +00008930
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008932$as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008933if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01008934 $as_echo_n "(cached) " >&6
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008935else
8936 ac_check_lib_save_LIBS=$LIBS
8937LIBS="-lXau $X_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008938cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008939/* end confdefs.h. */
8940
8941/* Override any GCC internal prototype to avoid an error.
8942 Use char because int might match the return type of a GCC
8943 builtin and then its argument prototype would still apply. */
8944#ifdef __cplusplus
8945extern "C"
8946#endif
8947char XauGetBestAuthByAddr ();
8948int
8949main ()
8950{
8951return XauGetBestAuthByAddr ();
8952 ;
8953 return 0;
8954}
8955_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008956if ac_fn_c_try_link "$LINENO"; then :
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008957 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8958else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008959 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008960fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008961rm -f core conftest.err conftest.$ac_objext \
8962 conftest$ac_exeext conftest.$ac_ext
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008963LIBS=$ac_check_lib_save_LIBS
8964fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01008966$as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008967if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008968 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008969else
Alexandre Julliardfd03c502009-08-17 15:11:08 +02008970 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
Gerald Pfeifer575d8942007-03-25 00:44:50 +01008971fi
8972
8973
Francois Gouget6f670b12002-10-10 17:54:27 +00008974fi
8975
8976fi
8977
8978done
8979
8980
Ove Kaaven1eb593c1999-02-14 09:34:46 +00008981 CPPFLAGS="$ac_save_CPPFLAGS"
Patrik Stridvallea584721998-11-01 16:22:07 +00008982else
8983 XLIB=""
8984 X_CFLAGS=""
8985 X_LIBS=""
Alexandre Julliarddbb535e2008-08-25 12:12:28 +02008986 enable_winex11_drv=${enable_winex11_drv:-no}
8987 enable_opengl32=${enable_opengl32:-no}
8988 enable_glu32=${enable_glu32:-no}
Patrik Stridvallea584721998-11-01 16:22:07 +00008989fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008990if test "x$XLIB" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008991 case "x$with_x" in
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008992 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008993 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008994without X support, which probably isn't what you want. You will need to install
Alexandre Julliardd2c8bfb2008-11-24 13:45:25 +01008995${notice_platform}development packages of Xlib/Xfree86 at the very least.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02008996Use the --without-x option if you really want this." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01008997esac
8998fi
8999
Alexandre Julliard902da691995-11-05 14:39:02 +00009000
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009001XML2LIBS=""
9002
9003XML2INCL=""
9004
Mike McCormackf3719a82005-09-03 09:39:38 +00009005XSLTINCL=""
9006
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009007if test "x$with_xml" != "xno"
Mike McCormack90c75bd2005-08-08 18:36:53 +00009008then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009009 ac_save_CPPFLAGS="$CPPFLAGS"
9010 if test "$PKG_CONFIG" != "false"
9011 then
9012 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9013 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9014 else
9015 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9016 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9017 fi
9018 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009019 for ac_header in libxml/parser.h
9020do :
9021 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9022if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009023 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009024#define HAVE_LIBXML_PARSER_H 1
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009025_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009027$as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009028if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009029 $as_echo_n "(cached) " >&6
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009030else
9031 ac_check_lib_save_LIBS=$LIBS
Mike McCormack90c75bd2005-08-08 18:36:53 +00009032LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009033cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009034/* end confdefs.h. */
9035
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009036/* Override any GCC internal prototype to avoid an error.
9037 Use char because int might match the return type of a GCC
9038 builtin and then its argument prototype would still apply. */
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009039#ifdef __cplusplus
9040extern "C"
9041#endif
Mike McCormack90c75bd2005-08-08 18:36:53 +00009042char xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009043int
9044main ()
9045{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009046return xmlParseMemory ();
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009047 ;
9048 return 0;
9049}
9050_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009051if ac_fn_c_try_link "$LINENO"; then :
Mike McCormack90c75bd2005-08-08 18:36:53 +00009052 ac_cv_lib_xml2_xmlParseMemory=yes
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009053else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009054 ac_cv_lib_xml2_xmlParseMemory=no
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009055fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009056rm -f core conftest.err conftest.$ac_objext \
9057 conftest$ac_exeext conftest.$ac_ext
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009058LIBS=$ac_check_lib_save_LIBS
9059fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009061$as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009062if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009063
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009064$as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009065
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009066 XML2LIBS="$ac_xml_libs"
9067 XML2INCL="$ac_xml_cflags"
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009068fi
9069
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009071$as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009072if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009073 $as_echo_n "(cached) " >&6
Mike McCormack70adb8f2005-08-12 10:35:17 +00009074else
9075 ac_check_lib_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009076LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009077cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormack70adb8f2005-08-12 10:35:17 +00009078/* end confdefs.h. */
9079
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009080/* Override any GCC internal prototype to avoid an error.
9081 Use char because int might match the return type of a GCC
9082 builtin and then its argument prototype would still apply. */
Mike McCormack70adb8f2005-08-12 10:35:17 +00009083#ifdef __cplusplus
9084extern "C"
9085#endif
Mike McCormack70adb8f2005-08-12 10:35:17 +00009086char xmlReadMemory ();
9087int
9088main ()
9089{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009090return xmlReadMemory ();
Mike McCormack70adb8f2005-08-12 10:35:17 +00009091 ;
9092 return 0;
9093}
9094_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009095if ac_fn_c_try_link "$LINENO"; then :
Mike McCormack70adb8f2005-08-12 10:35:17 +00009096 ac_cv_lib_xml2_xmlReadMemory=yes
9097else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009098 ac_cv_lib_xml2_xmlReadMemory=no
Mike McCormack70adb8f2005-08-12 10:35:17 +00009099fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009100rm -f core conftest.err conftest.$ac_objext \
9101 conftest$ac_exeext conftest.$ac_ext
Mike McCormack70adb8f2005-08-12 10:35:17 +00009102LIBS=$ac_check_lib_save_LIBS
9103fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009105$as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009106if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
Mike McCormack70adb8f2005-08-12 10:35:17 +00009107
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009108$as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
Mike McCormack70adb8f2005-08-12 10:35:17 +00009109
9110fi
9111
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009113$as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009114if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009115 $as_echo_n "(cached) " >&6
Lei Zhang6a530ab2006-11-29 15:59:03 -08009116else
9117 ac_check_lib_save_LIBS=$LIBS
9118LIBS="-lxml2 $ac_xml_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009119cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Lei Zhang6a530ab2006-11-29 15:59:03 -08009120/* end confdefs.h. */
9121
9122/* Override any GCC internal prototype to avoid an error.
9123 Use char because int might match the return type of a GCC
9124 builtin and then its argument prototype would still apply. */
9125#ifdef __cplusplus
9126extern "C"
9127#endif
9128char xmlNewDocPI ();
9129int
9130main ()
9131{
9132return xmlNewDocPI ();
9133 ;
9134 return 0;
9135}
9136_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009137if ac_fn_c_try_link "$LINENO"; then :
Lei Zhang6a530ab2006-11-29 15:59:03 -08009138 ac_cv_lib_xml2_xmlNewDocPI=yes
9139else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009140 ac_cv_lib_xml2_xmlNewDocPI=no
Lei Zhang6a530ab2006-11-29 15:59:03 -08009141fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009142rm -f core conftest.err conftest.$ac_objext \
9143 conftest$ac_exeext conftest.$ac_ext
Lei Zhang6a530ab2006-11-29 15:59:03 -08009144LIBS=$ac_check_lib_save_LIBS
9145fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009147$as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009148if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
Lei Zhang6a530ab2006-11-29 15:59:03 -08009149
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009150$as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
Lei Zhang6a530ab2006-11-29 15:59:03 -08009151
9152fi
9153
Mike McCormack70adb8f2005-08-12 10:35:17 +00009154
Mike McCormackdcc2d6c2005-08-02 11:29:04 +00009155fi
9156
9157done
9158
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009159 CPPFLAGS="$ac_save_CPPFLAGS"
9160fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009161if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009162 case "x$with_xml" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009163 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009164 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009165 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9166This is an error since --with-xml was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009167esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009168fi
9169
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009170if test "x$with_xslt" != "xno"
Emmanuel Maillard2a98b402007-06-22 02:58:39 +02009171then
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009172 if test "$PKG_CONFIG" != "false"
9173 then
9174 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9175 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9176 else
9177 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9178 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9179 fi
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009180 ac_save_CPPFLAGS="$CPPFLAGS"
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009181 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009182 for ac_header in libxslt/pattern.h libxslt/transform.h
9183do :
9184 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9185ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
Vincent Bérond7f64242005-09-15 09:39:09 +00009186# include <libxslt/pattern.h>
9187#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009188"
9189eval as_val=\$$as_ac_Header
9190 if test "x$as_val" = x""yes; then :
Mike McCormackf3719a82005-09-03 09:39:38 +00009191 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009192#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Mike McCormackf3719a82005-09-03 09:39:38 +00009193_ACEOF
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009194
9195fi
9196
9197done
9198
9199 CPPFLAGS="$ac_save_CPPFLAGS"
9200 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9201 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009203$as_echo_n "checking for -lxslt... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009204if test "${ac_cv_lib_soname_xslt+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009205 $as_echo_n "(cached) " >&6
Mike McCormackf3719a82005-09-03 09:39:38 +00009206else
Francois Gouget3d384f12008-11-17 19:29:32 +01009207 ac_check_soname_save_LIBS=$LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009208LIBS="-lxslt $ac_xslt_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackf3719a82005-09-03 09:39:38 +00009210/* end confdefs.h. */
9211
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009212/* Override any GCC internal prototype to avoid an error.
9213 Use char because int might match the return type of a GCC
9214 builtin and then its argument prototype would still apply. */
Mike McCormackf3719a82005-09-03 09:39:38 +00009215#ifdef __cplusplus
9216extern "C"
9217#endif
Mike McCormackf3719a82005-09-03 09:39:38 +00009218char xsltCompilePattern ();
9219int
9220main ()
9221{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009222return xsltCompilePattern ();
Mike McCormackf3719a82005-09-03 09:39:38 +00009223 ;
9224 return 0;
9225}
9226_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009227if ac_fn_c_try_link "$LINENO"; then :
Francois Gouget3d384f12008-11-17 19:29:32 +01009228 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009229 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Francois Gouget3d384f12008-11-17 19:29:32 +01009230 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'` ;;
9231 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9232 esac
Mike McCormackf3719a82005-09-03 09:39:38 +00009233fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009234rm -f core conftest.err conftest.$ac_objext \
9235 conftest$ac_exeext conftest.$ac_ext
Francois Gouget3d384f12008-11-17 19:29:32 +01009236 LIBS=$ac_check_soname_save_LIBS
Mike McCormackf3719a82005-09-03 09:39:38 +00009237fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009238if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009240$as_echo "not found" >&6; }
Mike McCormackf3719a82005-09-03 09:39:38 +00009241
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009242else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
Francois Gouget3d384f12008-11-17 19:29:32 +01009244$as_echo "$ac_cv_lib_soname_xslt" >&6; }
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009245
Francois Gouget3d384f12008-11-17 19:29:32 +01009246cat >>confdefs.h <<_ACEOF
9247#define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009248_ACEOF
Mike McCormackf3719a82005-09-03 09:39:38 +00009249
Francois Gouget3d384f12008-11-17 19:29:32 +01009250 XSLTINCL="$ac_xslt_cflags"
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009251fi
Lei Zhang9d7f7bf2008-04-17 13:00:22 -07009252 fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009253fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009254if test "x$ac_cv_lib_soname_xslt" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009255 case "x$with_xslt" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009256 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009257 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009258 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9259This is an error since --with-xslt was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009260esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009261fi
9262
Alexandre Julliard00068982006-04-18 16:47:53 +02009263HALINCL=""
9264
Francois Gouget295a0cd2009-01-09 20:22:22 +01009265if test "x$with_hal" != "xno"
Alexandre Julliard00068982006-04-18 16:47:53 +02009266then
9267 ac_save_CPPFLAGS="$CPPFLAGS"
Francois Gouget295a0cd2009-01-09 20:22:22 +01009268 if test "$PKG_CONFIG" != "false"
9269 then
9270 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9271 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9272 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9273 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009274 for ac_header in dbus/dbus.h hal/libhal.h
9275do :
9276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9277ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9278eval as_val=\$$as_ac_Header
9279 if test "x$as_val" = x""yes; then :
Alexandre Julliard00068982006-04-18 16:47:53 +02009280 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +01009281#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliard00068982006-04-18 16:47:53 +02009282_ACEOF
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009283
9284fi
9285
9286done
9287
9288 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9289 then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009291$as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009292if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009293 $as_echo_n "(cached) " >&6
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009294else
9295 ac_check_lib_save_LIBS=$LIBS
9296LIBS="-ldbus-1 $ac_hal_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009297cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009298/* end confdefs.h. */
9299
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009300/* Override any GCC internal prototype to avoid an error.
9301 Use char because int might match the return type of a GCC
9302 builtin and then its argument prototype would still apply. */
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009303#ifdef __cplusplus
9304extern "C"
9305#endif
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009306char dbus_connection_close ();
9307int
9308main ()
9309{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009310return dbus_connection_close ();
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009311 ;
9312 return 0;
9313}
9314_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009315if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009316 ac_cv_lib_dbus_1_dbus_connection_close=yes
9317else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009318 ac_cv_lib_dbus_1_dbus_connection_close=no
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009319fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009320rm -f core conftest.err conftest.$ac_objext \
9321 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009322LIBS=$ac_check_lib_save_LIBS
9323fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009325$as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009326if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009328$as_echo_n "checking for -lhal... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009329if test "${ac_cv_lib_soname_hal+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009330 $as_echo_n "(cached) " >&6
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009331else
9332 ac_check_soname_save_LIBS=$LIBS
9333LIBS="-lhal $ac_hal_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009335/* end confdefs.h. */
Alexandre Julliard00068982006-04-18 16:47:53 +02009336
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009337/* Override any GCC internal prototype to avoid an error.
9338 Use char because int might match the return type of a GCC
9339 builtin and then its argument prototype would still apply. */
9340#ifdef __cplusplus
9341extern "C"
9342#endif
9343char libhal_ctx_new ();
9344int
9345main ()
9346{
9347return libhal_ctx_new ();
9348 ;
9349 return 0;
9350}
9351_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009352if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009353 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009354 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009355 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'` ;;
9356 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9357 esac
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009358fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009359rm -f core conftest.err conftest.$ac_objext \
9360 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009361 LIBS=$ac_check_soname_save_LIBS
9362fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009363if test "x$ac_cv_lib_soname_hal" = "x"; then :
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009365$as_echo "not found" >&6; }
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009366
9367else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009369$as_echo "$ac_cv_lib_soname_hal" >&6; }
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009370
9371cat >>confdefs.h <<_ACEOF
9372#define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
Alexandre Julliard00068982006-04-18 16:47:53 +02009373_ACEOF
9374
Alexandre Julliardc1099bb2007-07-02 17:28:33 +02009375 HALINCL="$ac_hal_cflags"
Alexandre Julliard00068982006-04-18 16:47:53 +02009376fi
Alexandre Julliard00068982006-04-18 16:47:53 +02009377fi
9378
Alexandre Julliardb18b9f32006-04-18 19:10:59 +02009379 fi
Alexandre Julliard00068982006-04-18 16:47:53 +02009380 CPPFLAGS="$ac_save_CPPFLAGS"
9381fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009382if test "x$ac_cv_lib_soname_hal" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009383 case "x$with_hal" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009384 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009385 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009386 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9387This is an error since --with-hal was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009388esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009389fi
9390
Francois Gouget295a0cd2009-01-09 20:22:22 +01009391if test "x$with_gnutls" != "xno"
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009392then
9393 ac_save_CPPFLAGS="$CPPFLAGS"
Francois Gouget295a0cd2009-01-09 20:22:22 +01009394 if test "$PKG_CONFIG" != "false"
9395 then
9396 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9397 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9398 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9399 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009400 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9401if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gouget3aae9542008-10-24 11:24:58 +02009403/* end confdefs.h. */
9404#include <gnutls/gnutls.h>
9405int
9406main ()
9407{
Henri Verbeet8c4a2972008-12-30 09:45:20 +01009408typeof(gnutls_mac_get_key_size) *pfunc;
Francois Gouget3aae9542008-10-24 11:24:58 +02009409 ;
9410 return 0;
9411}
9412_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009413if ac_fn_c_try_compile "$LINENO"; then :
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009415$as_echo_n "checking for -lgnutls... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009416if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009417 $as_echo_n "(cached) " >&6
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009418else
9419 ac_check_soname_save_LIBS=$LIBS
9420LIBS="-lgnutls $ac_gnutls_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009422/* end confdefs.h. */
9423
9424/* Override any GCC internal prototype to avoid an error.
9425 Use char because int might match the return type of a GCC
9426 builtin and then its argument prototype would still apply. */
9427#ifdef __cplusplus
9428extern "C"
9429#endif
9430char gnutls_global_init ();
9431int
9432main ()
9433{
9434return gnutls_global_init ();
9435 ;
9436 return 0;
9437}
9438_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009439if ac_fn_c_try_link "$LINENO"; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009440 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009441 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009442 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'` ;;
9443 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9444 esac
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009445fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009446rm -f core conftest.err conftest.$ac_objext \
9447 conftest$ac_exeext conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009448 LIBS=$ac_check_soname_save_LIBS
9449fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009450if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009452$as_echo "not found" >&6; }
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009453
9454else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009456$as_echo "$ac_cv_lib_soname_gnutls" >&6; }
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009457
9458cat >>confdefs.h <<_ACEOF
9459#define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9460_ACEOF
9461
9462 GNUTLSINCL="$ac_gnutls_cflags"
9463
9464fi
Francois Gouget3aae9542008-10-24 11:24:58 +02009465fi
Francois Gouget3aae9542008-10-24 11:24:58 +02009466rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009467fi
9468
9469
9470 CPPFLAGS="$ac_save_CPPFLAGS"
9471fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009472if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009473 case "x$with_gnutls" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009474 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009475 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009476 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9477This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
Henri Verbeet874c9ef2008-09-22 22:13:19 +02009478esac
9479fi
9480
Alexandre Julliard48957682001-12-26 23:08:31 +00009481CURSESLIBS=""
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009482if test "$ac_cv_header_ncurses_h" = "yes"
Patrik Stridvall5e5ad532000-04-23 20:02:46 +00009483then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009485$as_echo_n "checking for -lncurses... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009486if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009487 $as_echo_n "(cached) " >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009488else
Alexandre Julliardd0783772007-07-02 17:28:50 +02009489 ac_check_soname_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009490LIBS="-lncurses $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009492/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009493
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009494/* Override any GCC internal prototype to avoid an error.
9495 Use char because int might match the return type of a GCC
9496 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009497#ifdef __cplusplus
9498extern "C"
9499#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009500char waddch ();
9501int
9502main ()
9503{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009504return waddch ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009505 ;
9506 return 0;
9507}
9508_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009509if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0783772007-07-02 17:28:50 +02009510 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009511 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardd0783772007-07-02 17:28:50 +02009512 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'` ;;
9513 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9514 esac
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009515fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009516rm -f core conftest.err conftest.$ac_objext \
9517 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0783772007-07-02 17:28:50 +02009518 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009519fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009520if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009522$as_echo "not found" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009523
9524else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009526$as_echo "$ac_cv_lib_soname_ncurses" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009527
9528cat >>confdefs.h <<_ACEOF
9529#define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9530_ACEOF
9531
9532 CURSESLIBS="-lncurses"
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009533fi
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009534elif test "$ac_cv_header_curses_h" = "yes"
9535then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009537$as_echo_n "checking for -lcurses... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009538if test "${ac_cv_lib_soname_curses+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009539 $as_echo_n "(cached) " >&6
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009540else
Alexandre Julliardd0783772007-07-02 17:28:50 +02009541 ac_check_soname_save_LIBS=$LIBS
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009542LIBS="-lcurses $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +00009544/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009545
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009546/* Override any GCC internal prototype to avoid an error.
9547 Use char because int might match the return type of a GCC
9548 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009549#ifdef __cplusplus
9550extern "C"
9551#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009552char waddch ();
9553int
9554main ()
9555{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009556return waddch ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009557 ;
9558 return 0;
9559}
9560_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009561if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0783772007-07-02 17:28:50 +02009562 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009563 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardd0783772007-07-02 17:28:50 +02009564 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'` ;;
9565 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9566 esac
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009567fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009568rm -f core conftest.err conftest.$ac_objext \
9569 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0783772007-07-02 17:28:50 +02009570 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliardf5818d22002-02-14 19:47:29 +00009571fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009572if test "x$ac_cv_lib_soname_curses" = "x"; then :
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009574$as_echo "not found" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009575
9576else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009578$as_echo "$ac_cv_lib_soname_curses" >&6; }
Alexandre Julliardd0783772007-07-02 17:28:50 +02009579
9580cat >>confdefs.h <<_ACEOF
9581#define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9582_ACEOF
9583
9584 CURSESLIBS="-lcurses"
Joseph Praneviche884f9c1999-01-03 16:14:34 +00009585fi
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009586fi
9587ac_save_LIBS="$LIBS"
9588LIBS="$LIBS $CURSESLIBS"
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009589for ac_func in mousemask
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009590do :
9591 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9592if test "x$ac_cv_func_mousemask" = x""yes; then :
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009593 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009594#define HAVE_MOUSEMASK 1
Alexandre Julliardf5f37a82006-06-27 16:41:43 +02009595_ACEOF
9596
9597fi
9598done
9599
Alexandre Julliard8f1d42e2006-12-16 17:01:37 +01009600LIBS="$ac_save_LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009601if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009602 case "x$with_curses" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009603 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009604 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009605 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9606This is an error since --with-curses was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009607esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009608fi
9609
Francois Gouget3fe5d802009-01-14 14:16:06 +01009610if test "x$with_sane" != "xno"
9611then
9612 ac_save_CPPFLAGS="$CPPFLAGS"
9613 # Extract the first word of "sane-config", so it can be a program name with args.
Shi Quan He6b0720f2002-03-21 02:58:39 +00009614set dummy sane-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009616$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009617if test "${ac_cv_prog_sane_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009618 $as_echo_n "(cached) " >&6
Shi Quan He6b0720f2002-03-21 02:58:39 +00009619else
9620 if test -n "$sane_devel"; then
9621 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9622else
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009623as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9624for as_dir in $PATH
9625do
9626 IFS=$as_save_IFS
9627 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009628 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009629 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 +00009630 ac_cv_prog_sane_devel="sane-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009632 break 2
9633 fi
9634done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009635 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009636IFS=$as_save_IFS
Shi Quan He6b0720f2002-03-21 02:58:39 +00009637
9638 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9639fi
9640fi
9641sane_devel=$ac_cv_prog_sane_devel
9642if test -n "$sane_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009644$as_echo "$sane_devel" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009645else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009647$as_echo "no" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009648fi
9649
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009650
Francois Gouget3fe5d802009-01-14 14:16:06 +01009651 if test "$sane_devel" != "no"
9652 then
9653 ac_sane_incl="`$sane_devel --cflags`"
9654 ac_sane_libs="`$sane_devel --ldflags`"
9655 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9656 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009657 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9658if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009660$as_echo_n "checking for -lsane... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009661if test "${ac_cv_lib_soname_sane+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009662 $as_echo_n "(cached) " >&6
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009663else
9664 ac_check_soname_save_LIBS=$LIBS
Francois Gougeta9d7bab2008-07-20 22:41:41 +02009665LIBS="-lsane $ac_sane_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009667/* end confdefs.h. */
9668
9669/* Override any GCC internal prototype to avoid an error.
9670 Use char because int might match the return type of a GCC
9671 builtin and then its argument prototype would still apply. */
9672#ifdef __cplusplus
9673extern "C"
9674#endif
9675char sane_init ();
9676int
9677main ()
9678{
9679return sane_init ();
9680 ;
9681 return 0;
9682}
9683_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009684if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009685 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009686 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009687 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'` ;;
9688 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9689 esac
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009690fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009691rm -f core conftest.err conftest.$ac_objext \
9692 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009693 LIBS=$ac_check_soname_save_LIBS
9694fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009695if test "x$ac_cv_lib_soname_sane" = "x"; then :
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009697$as_echo "not found" >&6; }
Shi Quan He6b0720f2002-03-21 02:58:39 +00009698
9699else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009701$as_echo "$ac_cv_lib_soname_sane" >&6; }
Alexandre Julliard418e74b2007-07-02 19:42:13 +02009702
9703cat >>confdefs.h <<_ACEOF
9704#define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9705_ACEOF
9706
9707 SANEINCL="$ac_sane_incl"
9708
9709fi
Shi Quan He6b0720f2002-03-21 02:58:39 +00009710fi
9711
Alexandre Julliarddaa28862002-04-11 21:54:01 +00009712
Shi Quan He6b0720f2002-03-21 02:58:39 +00009713 CPPFLAGS="$ac_save_CPPFLAGS"
9714fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009715if test "x$ac_cv_lib_soname_sane" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009716 case "x$with_sane" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009717 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009718 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009719 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9720This is an error since --with-sane was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009721esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009722fi
9723
Maarten Lankhorstbf6f0752010-01-28 23:27:12 +01009724if test "x$with_v4l" != "xno"
9725then
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9727$as_echo_n "checking for -lv4l1... " >&6; }
9728if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9729 $as_echo_n "(cached) " >&6
9730else
9731 ac_check_soname_save_LIBS=$LIBS
9732LIBS="-lv4l1 $LIBS"
9733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9734/* end confdefs.h. */
9735
9736/* Override any GCC internal prototype to avoid an error.
9737 Use char because int might match the return type of a GCC
9738 builtin and then its argument prototype would still apply. */
9739#ifdef __cplusplus
9740extern "C"
9741#endif
9742char v4l1_open ();
9743int
9744main ()
9745{
9746return v4l1_open ();
9747 ;
9748 return 0;
9749}
9750_ACEOF
9751if ac_fn_c_try_link "$LINENO"; then :
9752 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +01009753 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Maarten Lankhorstbf6f0752010-01-28 23:27:12 +01009754 dylib) ac_cv_lib_soname_v4l1=`otool -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9755 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9756 esac
9757fi
9758rm -f core conftest.err conftest.$ac_objext \
9759 conftest$ac_exeext conftest.$ac_ext
9760 LIBS=$ac_check_soname_save_LIBS
9761fi
9762if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9764$as_echo "not found" >&6; }
9765
9766else
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9768$as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9769
9770cat >>confdefs.h <<_ACEOF
9771#define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9772_ACEOF
9773
9774
9775fi
9776fi
9777if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9778 case "x$with_v4l" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009779 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
Maarten Lankhorstbf6f0752010-01-28 23:27:12 +01009780 xno) ;;
9781 *) as_fn_error "libv4l ${notice_platform}development files not found.
9782This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9783esac
9784fi
9785
Francois Gouget3fe5d802009-01-14 14:16:06 +01009786if test "x$with_gphoto" != "xno"
9787then
9788 ac_save_CPPFLAGS="$CPPFLAGS"
9789 # Extract the first word of "gphoto2-config", so it can be a program name with args.
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009790set dummy gphoto2-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009792$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009793if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009794 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009795else
9796 if test -n "$gphoto2_devel"; then
9797 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9798else
9799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9800for as_dir in $PATH
9801do
9802 IFS=$as_save_IFS
9803 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009804 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +01009805 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 +02009806 ac_cv_prog_gphoto2_devel="gphoto2-config"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009808 break 2
9809 fi
9810done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009811 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009812IFS=$as_save_IFS
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009813
9814 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9815fi
9816fi
9817gphoto2_devel=$ac_cv_prog_gphoto2_devel
9818if test -n "$gphoto2_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009820$as_echo "$gphoto2_devel" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009821else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009823$as_echo "no" >&6; }
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009824fi
9825
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009826
Francois Gouget3fe5d802009-01-14 14:16:06 +01009827 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009828set dummy gphoto2-port-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_gphoto2port_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 "$gphoto2port_devel"; then
9835 ac_cv_prog_gphoto2port_devel="$gphoto2port_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_gphoto2port_devel="gphoto2-port-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_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9853fi
9854fi
9855gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9856if test -n "$gphoto2port_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009858$as_echo "$gphoto2port_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 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9866 then
9867 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9868 ac_gphoto2_libs=""
9869 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9870 do
9871 case "$i" in
9872 -L/usr/lib|-L/usr/lib64) ;;
9873 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9874 esac
9875 done
9876 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9877 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +09009878 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009879 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9880if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009882$as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009883if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009884 $as_echo_n "(cached) " >&6
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009885else
9886 ac_check_lib_save_LIBS=$LIBS
Francois Gouget4bc03fe2008-07-21 17:10:45 +02009887LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009888cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009889/* end confdefs.h. */
9890
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009891/* Override any GCC internal prototype to avoid an error.
9892 Use char because int might match the return type of a GCC
9893 builtin and then its argument prototype would still apply. */
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009894#ifdef __cplusplus
9895extern "C"
9896#endif
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009897char gp_camera_new ();
9898int
9899main ()
9900{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009901return gp_camera_new ();
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009902 ;
9903 return 0;
9904}
9905_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009906if ac_fn_c_try_link "$LINENO"; then :
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009907 ac_cv_lib_gphoto2_gp_camera_new=yes
9908else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009909 ac_cv_lib_gphoto2_gp_camera_new=no
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009910fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009911rm -f core conftest.err conftest.$ac_objext \
9912 conftest$ac_exeext conftest.$ac_ext
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009913LIBS=$ac_check_lib_save_LIBS
9914fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009916$as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009917if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009918
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009919$as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009920
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009921 GPHOTO2LIBS="$ac_gphoto2_libs"
9922
9923 GPHOTO2INCL="$ac_gphoto2_incl"
9924
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009925fi
9926
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009927fi
9928
9929
Marcus Meissner40e7ef32006-05-08 20:09:37 +02009930 CPPFLAGS="$ac_save_CPPFLAGS"
9931fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009932if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009933 case "x$with_gphoto" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +01009934 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009935 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009936 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9937This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +01009938esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +02009939fi
9940
9941
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009942RESOLVLIBS=""
9943
9944if test "$ac_cv_header_resolv_h" = "yes"
9945then
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009946 ac_save_LIBS="$LIBS"
9947 LIBS="$LIBS -lresolv"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009949/* end confdefs.h. */
Rob Shearmanba349212009-01-02 12:12:06 +00009950#ifdef HAVE_NETINET_IN_H
9951#include <netinet/in.h>
9952#endif
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009953#include <resolv.h>
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009954int
9955main ()
9956{
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009957res_init();
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009958 ;
9959 return 0;
9960}
9961_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009962if ac_fn_c_try_link "$LINENO"; then :
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009963
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009964$as_echo "#define HAVE_RESOLV 1" >>confdefs.h
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009965
9966 RESOLVLIBS="-lresolv"
9967fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009968rm -f core conftest.err conftest.$ac_objext \
9969 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard4a9a3d72008-12-26 19:36:27 +01009970 LIBS="$ac_save_LIBS"
Hans Leidekker2d6d4e92006-04-09 18:36:01 +02009971fi
9972
Hans Leidekkerd3447022005-07-15 10:09:43 +00009973LCMSLIBS=""
9974
9975if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9976then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +01009978$as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009979if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +01009980 $as_echo_n "(cached) " >&6
Hans Leidekkerd3447022005-07-15 10:09:43 +00009981else
9982 ac_check_lib_save_LIBS=$LIBS
9983LIBS="-llcms $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +02009984cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Hans Leidekkerd3447022005-07-15 10:09:43 +00009985/* end confdefs.h. */
9986
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009987/* Override any GCC internal prototype to avoid an error.
9988 Use char because int might match the return type of a GCC
9989 builtin and then its argument prototype would still apply. */
Hans Leidekkerd3447022005-07-15 10:09:43 +00009990#ifdef __cplusplus
9991extern "C"
9992#endif
Hans Leidekkerd3447022005-07-15 10:09:43 +00009993char cmsOpenProfileFromFile ();
9994int
9995main ()
9996{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +02009997return cmsOpenProfileFromFile ();
Hans Leidekkerd3447022005-07-15 10:09:43 +00009998 ;
9999 return 0;
10000}
10001_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010002if ac_fn_c_try_link "$LINENO"; then :
Hans Leidekkerd3447022005-07-15 10:09:43 +000010003 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10004else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010005 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
Hans Leidekkerd3447022005-07-15 10:09:43 +000010006fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010007rm -f core conftest.err conftest.$ac_objext \
10008 conftest$ac_exeext conftest.$ac_ext
Hans Leidekkerd3447022005-07-15 10:09:43 +000010009LIBS=$ac_check_lib_save_LIBS
10010fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010012$as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010013if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
Hans Leidekkerd3447022005-07-15 10:09:43 +000010014
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010015$as_echo "#define HAVE_LCMS 1" >>confdefs.h
Hans Leidekkerd3447022005-07-15 10:09:43 +000010016
10017 LCMSLIBS="-llcms"
10018fi
10019
10020fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010021if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010022 case "x$with_cms" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010010023 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010024 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010025 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10026This is an error since --with-cms was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010027esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010028fi
10029
Francois Gouget3fe5d802009-01-14 14:16:06 +010010030if test "x$with_freetype" != "xno"
10031then
10032 for ac_prog in freetype-config freetype2-config
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010033do
10034 # Extract the first word of "$ac_prog", so it can be a program name with args.
10035set dummy $ac_prog; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010037$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010038if test "${ac_cv_prog_ft_devel+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010039 $as_echo_n "(cached) " >&6
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010040else
10041 if test -n "$ft_devel"; then
10042 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10043else
10044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10045for as_dir in $PATH
10046do
10047 IFS=$as_save_IFS
10048 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010049 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010010050 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 +020010051 ac_cv_prog_ft_devel="$ac_prog"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010053 break 2
10054 fi
10055done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010056 done
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010057IFS=$as_save_IFS
10058
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010059fi
10060fi
10061ft_devel=$ac_cv_prog_ft_devel
10062if test -n "$ft_devel"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010064$as_echo "$ft_devel" >&6; }
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010065else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010067$as_echo "no" >&6; }
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010068fi
10069
10070
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010071 test -n "$ft_devel" && break
10072done
Francois Gouget3fe5d802009-01-14 14:16:06 +010010073test -n "$ft_devel" || ft_devel="no"
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010074
Francois Gouget3fe5d802009-01-14 14:16:06 +010010075 if test "$ft_devel" != "no"
10076 then
10077 ac_freetype_incl=`$ft_devel --cflags`
10078 ac_freetype_libs=`$ft_devel --libs`
10079 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +090010080 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010082$as_echo_n "checking for -lfreetype... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010083if test "${ac_cv_lib_soname_freetype+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010084 $as_echo_n "(cached) " >&6
Mike McCormackd9ef88c2006-07-24 15:24:44 +090010085else
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010086 ac_check_soname_save_LIBS=$LIBS
10087LIBS="-lfreetype $ac_freetype_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010089/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010090
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010091/* Override any GCC internal prototype to avoid an error.
10092 Use char because int might match the return type of a GCC
10093 builtin and then its argument prototype would still apply. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010094#ifdef __cplusplus
10095extern "C"
10096#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010097char FT_Init_FreeType ();
10098int
10099main ()
10100{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010101return FT_Init_FreeType ();
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010102 ;
10103 return 0;
10104}
10105_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010106if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010107 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010108 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010109 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'` ;;
10110 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10111 esac
Ian Pilcher563598d2001-05-16 20:56:05 +000010112fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010113rm -f core conftest.err conftest.$ac_objext \
10114 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010115 LIBS=$ac_check_soname_save_LIBS
Ian Pilcher563598d2001-05-16 20:56:05 +000010116fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010117if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010119$as_echo "not found" >&6; }
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010120 ft_lib=no
Ian Pilcher563598d2001-05-16 20:56:05 +000010121else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010123$as_echo "$ac_cv_lib_soname_freetype" >&6; }
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010124
10125cat >>confdefs.h <<_ACEOF
10126#define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10127_ACEOF
10128
10129 ft_lib=yes
Ian Pilcher563598d2001-05-16 20:56:05 +000010130fi
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010131 if test "$ft_lib" = "yes"
Marcus Meissnerd28955d2001-05-31 21:35:15 +000010132 then
Ian Pilcher40432fe2001-06-06 21:05:23 +000010133 ac_save_CPPFLAGS="$CPPFLAGS"
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010134 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010135 for ac_header in ft2build.h \
Rein Klazese617a9c2003-11-19 02:18:13 +000010136 freetype/freetype.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010137 freetype/ftglyph.h \
Dmitry Timoshkovb0d15902007-09-20 19:10:31 +090010138 freetype/fttypes.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010139 freetype/tttables.h \
Ian Pilcher40432fe2001-06-06 21:05:23 +000010140 freetype/ftsnames.h \
Huw D M Davies814654e2001-09-12 20:21:06 +000010141 freetype/ttnameid.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +000010142 freetype/ftoutln.h \
Huw Daviesc2217182004-06-16 20:06:26 +000010143 freetype/ftwinfnt.h \
Huw Davies603d21c2006-01-24 10:57:35 +010010144 freetype/ftmodapi.h \
ByeongSik Jeon028617b2008-12-10 23:50:44 +090010145 freetype/ftlcdfil.h \
Huw D M Davies4e2024e2001-10-23 20:06:32 +000010146 freetype/internal/sfnt.h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010147do :
10148 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10149ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
Francois Gouget9e67edf2008-03-06 12:34:48 +010010150 # include <ft2build.h>
Rein Klazes9c269172003-11-20 04:17:33 +000010151 #endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010152"
10153eval as_val=\$$as_ac_Header
10154 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010155 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010010156#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000010157_ACEOF
10158
10159fi
10160
Ian Pilcher40432fe2001-06-06 21:05:23 +000010161done
10162
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010164/* end confdefs.h. */
Alexandre Julliard18d75732002-01-29 03:02:50 +000010165#include <ft2build.h>
10166 #include <freetype/fttrigon.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010167_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010168if ac_fn_c_try_cpp "$LINENO"; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010169
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010170$as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
Alexandre Julliard18d75732002-01-29 03:02:50 +000010171
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010172 wine_cv_fttrigon=yes
Alexandre Julliard18d75732002-01-29 03:02:50 +000010173else
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010174 wine_cv_fttrigon=no
Alexandre Julliard18d75732002-01-29 03:02:50 +000010175fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010176rm -f conftest.err conftest.$ac_ext
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010177 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10178"
10179if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
Huw Daviesd8a6c272006-02-22 12:24:25 +000010180
10181cat >>confdefs.h <<_ACEOF
10182#define HAVE_FT_TRUETYPEENGINETYPE 1
10183_ACEOF
10184
10185
10186fi
10187
Huw Davies35bca772006-04-12 12:14:27 +010010188 ac_save_CFLAGS="$CFLAGS"
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010189 CFLAGS="$CFLAGS $ac_freetype_libs"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010190 for ac_func in FT_Load_Sfnt_Table
10191do :
10192 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10193if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
Huw Davies35bca772006-04-12 12:14:27 +010010194 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010195#define HAVE_FT_LOAD_SFNT_TABLE 1
Huw Davies35bca772006-04-12 12:14:27 +010010196_ACEOF
10197
10198fi
10199done
10200
10201 CFLAGS="$ac_save_CFLAGS"
Ian Pilcher40432fe2001-06-06 21:05:23 +000010202 CPPFLAGS="$ac_save_CPPFLAGS"
Huw D M Daviesc1d38132002-02-08 17:09:50 +000010203 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010204 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010205
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010206$as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010207
Alexandre Julliard24a55f32007-07-09 22:43:20 +020010208 FREETYPELIBS="$ac_freetype_libs"
10209
10210 FREETYPEINCL="$ac_freetype_incl"
10211
Huw D M Davies9b1d3722002-01-29 17:09:28 +000010212 fi
Ian Pilcher563598d2001-05-16 20:56:05 +000010213 fi
10214fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010215if test "x$FREETYPELIBS" = "x"; then :
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010216 case "x$with_freetype" in
10217 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010218 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10219Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010220esac
Huw Davies00acb5f2004-08-17 22:33:14 +000010221fi
Alexandre Julliard6de0af12008-08-25 14:41:03 +020010222test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
Alexandre Julliarda20c0e12008-05-21 14:55:53 +020010223
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010225$as_echo_n "checking for parport header/ppdev.h... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010226if test "${ac_cv_c_ppdev+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010227 $as_echo_n "(cached) " >&6
Pavel Roskin94d99641998-12-26 11:52:51 +000010228else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010230/* end confdefs.h. */
Yann Droneauddd33ee92010-03-08 14:46:46 +010010231#ifdef HAVE_SYS_IOCTL_H
10232# include <sys/ioctl.h>
10233#endif
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010234#include <linux/ppdev.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010235int
10236main ()
10237{
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010238ioctl (1,PPCLAIM,0)
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010239 ;
10240 return 0;
10241}
10242_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010243if ac_fn_c_try_compile "$LINENO"; then :
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010244 ac_cv_c_ppdev="yes"
10245else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010246 ac_cv_c_ppdev="no"
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010247fi
Jeremy White0ebeb532006-06-20 13:18:41 +020010248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010249fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010251$as_echo "$ac_cv_c_ppdev" >&6; }
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010252if test "$ac_cv_c_ppdev" = "yes"
10253then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000010254
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010255$as_echo "#define HAVE_PPDEV 1" >>confdefs.h
Uwe Bonnes6509fa92001-06-26 21:06:07 +000010256
10257fi
10258
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010259ac_wine_check_funcs_save_LIBS="$LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000010260LIBS="$LIBS $LIBPTHREAD"
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000010261for ac_func in \
Tijl Coosemansfc8172f2006-08-05 23:31:07 +020010262 pthread_attr_get_np \
Emmanuel Maillardd110e1f2004-07-21 03:06:03 +000010263 pthread_getattr_np \
10264 pthread_get_stackaddr_np \
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010265 pthread_get_stacksize_np
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010266do :
10267 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10268ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10269eval as_val=\$$as_ac_var
10270 if test "x$as_val" = x""yes; then :
Alexandre Julliard821ab862003-11-12 22:44:56 +000010271 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010010272#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliard821ab862003-11-12 22:44:56 +000010273_ACEOF
10274
10275fi
10276done
10277
Alexandre Julliard2d1a6272006-02-11 20:54:06 +010010278LIBS="$ac_wine_check_funcs_save_LIBS"
Alexandre Julliard821ab862003-11-12 22:44:56 +000010279
Jacek Caban11ca05f2009-05-29 23:35:13 +020010280if test "$ac_cv_header_zlib_h" = "yes"
10281then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
Jacek Caban11ca05f2009-05-29 23:35:13 +020010283$as_echo_n "checking for inflate in -lz... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010284if test "${ac_cv_lib_z_inflate+set}" = set; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010285 $as_echo_n "(cached) " >&6
10286else
10287 ac_check_lib_save_LIBS=$LIBS
10288LIBS="-lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010289cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jacek Caban11ca05f2009-05-29 23:35:13 +020010290/* end confdefs.h. */
10291
10292/* Override any GCC internal prototype to avoid an error.
10293 Use char because int might match the return type of a GCC
10294 builtin and then its argument prototype would still apply. */
10295#ifdef __cplusplus
10296extern "C"
10297#endif
10298char inflate ();
10299int
10300main ()
10301{
10302return inflate ();
10303 ;
10304 return 0;
10305}
10306_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010307if ac_fn_c_try_link "$LINENO"; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010308 ac_cv_lib_z_inflate=yes
10309else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010310 ac_cv_lib_z_inflate=no
Jacek Caban11ca05f2009-05-29 23:35:13 +020010311fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010312rm -f core conftest.err conftest.$ac_objext \
10313 conftest$ac_exeext conftest.$ac_ext
Jacek Caban11ca05f2009-05-29 23:35:13 +020010314LIBS=$ac_check_lib_save_LIBS
10315fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
Jacek Caban11ca05f2009-05-29 23:35:13 +020010317$as_echo "$ac_cv_lib_z_inflate" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010318if test "x$ac_cv_lib_z_inflate" = x""yes; then :
Jacek Caban11ca05f2009-05-29 23:35:13 +020010319
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010320$as_echo "#define HAVE_ZLIB 1" >>confdefs.h
Jacek Caban11ca05f2009-05-29 23:35:13 +020010321
10322 ZLIB="-lz"
10323
10324fi
10325
10326fi
10327
Francois Gouget3fe5d802009-01-14 14:16:06 +010010328if test "x$with_esd" != xno
10329then
10330 save_CFLAGS="$CFLAGS"
10331 # Extract the first word of "esd-config", so it can be a program name with args.
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010332set dummy esd-config; ac_word=$2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010334$as_echo_n "checking for $ac_word... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010335if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010336 $as_echo_n "(cached) " >&6
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010337else
10338 case $ESDCONFIG in
10339 [\\/]* | ?:[\\/]*)
10340 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10341 ;;
10342 *)
10343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10344for as_dir in $PATH
10345do
10346 IFS=$as_save_IFS
10347 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010348 for ac_exec_ext in '' $ac_executable_extensions; do
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010010349 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 +000010350 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010352 break 2
10353 fi
10354done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010355 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010356IFS=$as_save_IFS
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010357
Francois Gouget3fe5d802009-01-14 14:16:06 +010010358 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010359 ;;
10360esac
10361fi
10362ESDCONFIG=$ac_cv_path_ESDCONFIG
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010363if test -n "$ESDCONFIG"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010365$as_echo "$ESDCONFIG" >&6; }
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010366else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010368$as_echo "no" >&6; }
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010369fi
10370
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010371
Francois Gouget3fe5d802009-01-14 14:16:06 +010010372 if test "x$ESDCONFIG" != "xno"
10373 then
10374 ac_esd_incl=""
10375 for i in `$ESDCONFIG --cflags`
10376 do
10377 case "$i" in
10378 -I*) ac_esd_incl="$ac_esd_incl $i";;
10379 esac
10380 done
10381 ac_esd_libs=`$ESDCONFIG --libs`
10382 CFLAGS="$CFLAGS $ac_esd_incl"
10383 fi
Shunichi Fuji4bf77d62009-01-20 15:24:46 +090010384 ac_esd_libs=${ac_esd_libs:-"-lesd"}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010385 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10386if test "x$ac_cv_header_esd_h" = x""yes; then :
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010388$as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010389if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010390 $as_echo_n "(cached) " >&6
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010391else
10392 ac_check_lib_save_LIBS=$LIBS
Francois Gougete9b1a402008-07-21 23:41:21 +020010393LIBS="-lesd $ac_esd_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010394cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010395/* end confdefs.h. */
10396
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010397/* Override any GCC internal prototype to avoid an error.
10398 Use char because int might match the return type of a GCC
10399 builtin and then its argument prototype would still apply. */
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010400#ifdef __cplusplus
10401extern "C"
10402#endif
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010403char esd_open_sound ();
10404int
10405main ()
10406{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010407return esd_open_sound ();
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010408 ;
10409 return 0;
10410}
10411_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010412if ac_fn_c_try_link "$LINENO"; then :
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010413 ac_cv_lib_esd_esd_open_sound=yes
10414else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010415 ac_cv_lib_esd_esd_open_sound=no
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010416fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010417rm -f core conftest.err conftest.$ac_objext \
10418 conftest$ac_exeext conftest.$ac_ext
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010419LIBS=$ac_check_lib_save_LIBS
10420fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010422$as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010423if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
Francois Gougete9b1a402008-07-21 23:41:21 +020010424 ESDINCL="$ac_esd_incl"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010425
Francois Gouget3fe5d802009-01-14 14:16:06 +010010426 ESDLIBS="$ac_esd_libs"
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010427
10428
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010429$as_echo "#define HAVE_ESD 1" >>confdefs.h
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010430
10431fi
10432
Francois Gouget3fe5d802009-01-14 14:16:06 +010010433fi
10434
10435
Peter Åstrand7a15eb92005-08-03 15:53:26 +000010436 CFLAGS="$save_CFLAGS"
10437fi
10438
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010439ALSALIBS=""
10440
Marco Pietrobono0e79a412002-08-29 01:51:31 +000010441if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010442then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010443 { $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 +010010444$as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010445if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010446 $as_echo_n "(cached) " >&6
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010447else
10448 ac_check_lib_save_LIBS=$LIBS
10449LIBS="-lasound $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010450cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010451/* end confdefs.h. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010452
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010453/* Override any GCC internal prototype to avoid an error.
10454 Use char because int might match the return type of a GCC
10455 builtin and then its argument prototype would still apply. */
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010456#ifdef __cplusplus
10457extern "C"
10458#endif
Vincent Béron151015f2005-01-10 13:26:33 +000010459char snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010460int
10461main ()
10462{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010463return snd_pcm_hw_params_get_access ();
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010464 ;
10465 return 0;
10466}
10467_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010468if ac_fn_c_try_link "$LINENO"; then :
Vincent Béron151015f2005-01-10 13:26:33 +000010469 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010470else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010471 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010472fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010473rm -f core conftest.err conftest.$ac_objext \
10474 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010475LIBS=$ac_check_lib_save_LIBS
10476fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010477{ $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 +010010478$as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010479if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Vincent Béron151015f2005-01-10 13:26:33 +000010481/* end confdefs.h. */
10482#ifdef HAVE_ALSA_ASOUNDLIB_H
10483#include <alsa/asoundlib.h>
10484#elif defined(HAVE_SYS_ASOUNDLIB_H)
10485#include <sys/asoundlib.h>
10486#endif
10487int
10488main ()
10489{
10490int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10491 ;
10492 return 0;
10493}
10494_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010495if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010496
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010497$as_echo "#define HAVE_ALSA 1" >>confdefs.h
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010498
Vincent Béron151015f2005-01-10 13:26:33 +000010499 ALSALIBS="-lasound"
Vincent Béron151015f2005-01-10 13:26:33 +000010500fi
Jeremy White0ebeb532006-06-20 13:18:41 +020010501rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardf92b7c02002-06-28 18:31:01 +000010502fi
10503
10504fi
10505
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010506AUDIOIOLIBS=""
10507
Alexandre Julliard73482142005-08-03 19:21:04 +000010508if test "$ac_cv_header_libaudioio_h" = "yes"
10509then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010511$as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010512if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010513 $as_echo_n "(cached) " >&6
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010514else
10515 ac_check_lib_save_LIBS=$LIBS
10516LIBS="-laudioio $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010517cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000010518/* end confdefs.h. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010519
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010520/* Override any GCC internal prototype to avoid an error.
10521 Use char because int might match the return type of a GCC
10522 builtin and then its argument prototype would still apply. */
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010523#ifdef __cplusplus
10524extern "C"
10525#endif
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010526char AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010527int
10528main ()
10529{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010530return AudioIOGetVersion ();
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010531 ;
10532 return 0;
10533}
10534_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010535if ac_fn_c_try_link "$LINENO"; then :
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010536 ac_cv_lib_audioio_AudioIOGetVersion=yes
10537else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010538 ac_cv_lib_audioio_AudioIOGetVersion=no
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010539fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010540rm -f core conftest.err conftest.$ac_objext \
10541 conftest$ac_exeext conftest.$ac_ext
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010542LIBS=$ac_check_lib_save_LIBS
10543fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010545$as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010546if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010547 AUDIOIOLIBS="-laudioio"
10548
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010549$as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010550
10551fi
10552
10553fi
10554
Robert Lunnon2a91e3f2002-08-01 18:22:38 +000010555
Alexandre Julliard73482142005-08-03 19:21:04 +000010556if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10557then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010559$as_echo_n "checking for -lcapi20... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010560if test "${ac_cv_lib_soname_capi20+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010561 $as_echo_n "(cached) " >&6
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010562else
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010563 ac_check_soname_save_LIBS=$LIBS
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010564LIBS="-lcapi20 $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010566/* end confdefs.h. */
10567
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010568/* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010571#ifdef __cplusplus
10572extern "C"
10573#endif
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010574char capi20_register ();
10575int
10576main ()
10577{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020010578return capi20_register ();
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010579 ;
10580 return 0;
10581}
10582_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010583if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010584 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010585 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010586 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'` ;;
10587 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10588 esac
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010589fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010590rm -f core conftest.err conftest.$ac_objext \
10591 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010592 LIBS=$ac_check_soname_save_LIBS
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010593fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010594if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010596$as_echo "not found" >&6; }
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010597
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010598else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010600$as_echo "$ac_cv_lib_soname_capi20" >&6; }
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010601
10602cat >>confdefs.h <<_ACEOF
10603#define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010604_ACEOF
10605
Alexandre Julliard3336e9b2007-07-02 17:29:17 +020010606
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010607fi
Alexandre Julliard00fdd9f2003-11-06 00:26:43 +000010608fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010609if test "x$ac_cv_lib_soname_capi20" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010610 case "x$with_capi" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010010611 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010612 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010613 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10614This is an error since --with-capi was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010615esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010616fi
10617
Francois Gouget289ea332008-07-24 16:09:07 +020010618CUPSINCL=""
10619
10620if test "x$with_cups" != "xno"
Alexandre Julliard702d3552007-07-02 17:30:44 +020010621then
Francois Gouget289ea332008-07-24 16:09:07 +020010622 ac_save_CPPFLAGS="$CPPFLAGS"
10623 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
Alexandre Julliarda991a562008-07-28 12:04:46 +020010624 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
Francois Gouget289ea332008-07-24 16:09:07 +020010625 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010626 for ac_header in cups/cups.h
10627do :
10628 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10629if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
Francois Gouget289ea332008-07-24 16:09:07 +020010630 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010631#define HAVE_CUPS_CUPS_H 1
Francois Gouget289ea332008-07-24 16:09:07 +020010632_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010634$as_echo_n "checking for -lcups... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010635if test "${ac_cv_lib_soname_cups+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010636 $as_echo_n "(cached) " >&6
Alexandre Julliard702d3552007-07-02 17:30:44 +020010637else
10638 ac_check_soname_save_LIBS=$LIBS
Francois Gouget289ea332008-07-24 16:09:07 +020010639LIBS="-lcups $ac_cups_libs $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard702d3552007-07-02 17:30:44 +020010641/* end confdefs.h. */
10642
10643/* Override any GCC internal prototype to avoid an error.
10644 Use char because int might match the return type of a GCC
10645 builtin and then its argument prototype would still apply. */
10646#ifdef __cplusplus
10647extern "C"
10648#endif
10649char cupsGetDefault ();
10650int
10651main ()
10652{
10653return cupsGetDefault ();
10654 ;
10655 return 0;
10656}
10657_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010658if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard702d3552007-07-02 17:30:44 +020010659 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010660 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard702d3552007-07-02 17:30:44 +020010661 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'` ;;
10662 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10663 esac
Alexandre Julliard702d3552007-07-02 17:30:44 +020010664fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010665rm -f core conftest.err conftest.$ac_objext \
10666 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard702d3552007-07-02 17:30:44 +020010667 LIBS=$ac_check_soname_save_LIBS
10668fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010669if test "x$ac_cv_lib_soname_cups" = "x"; then :
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010671$as_echo "not found" >&6; }
Alexandre Julliard702d3552007-07-02 17:30:44 +020010672
10673else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010675$as_echo "$ac_cv_lib_soname_cups" >&6; }
Alexandre Julliard702d3552007-07-02 17:30:44 +020010676
10677cat >>confdefs.h <<_ACEOF
10678#define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10679_ACEOF
10680
Francois Gouget289ea332008-07-24 16:09:07 +020010681 CUPSINCL="$ac_cups_cflags"
10682fi
Alexandre Julliard702d3552007-07-02 17:30:44 +020010683fi
10684
Francois Gouget289ea332008-07-24 16:09:07 +020010685done
10686
10687 CPPFLAGS="$ac_save_CPPFLAGS"
Alexandre Julliard702d3552007-07-02 17:30:44 +020010688fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010689if test "x$ac_cv_lib_soname_cups" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010690 case "x$with_cups" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010010691 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010692 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010693 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10694This is an error since --with-cups was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010695esac
Alexandre Julliardf9dec942007-07-10 15:14:15 +020010696fi
10697
Alexandre Julliard34200c32007-07-02 17:31:19 +020010698if test "$ac_cv_header_jack_jack_h" = "yes"
10699then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010701$as_echo_n "checking for -ljack... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010702if test "${ac_cv_lib_soname_jack+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010703 $as_echo_n "(cached) " >&6
Alexandre Julliard34200c32007-07-02 17:31:19 +020010704else
10705 ac_check_soname_save_LIBS=$LIBS
10706LIBS="-ljack $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard34200c32007-07-02 17:31:19 +020010708/* end confdefs.h. */
10709
10710/* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713#ifdef __cplusplus
10714extern "C"
10715#endif
10716char jack_client_new ();
10717int
10718main ()
10719{
10720return jack_client_new ();
10721 ;
10722 return 0;
10723}
10724_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010725if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard34200c32007-07-02 17:31:19 +020010726 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010727 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Francois Gouget90a6fb02008-07-11 17:47:23 +020010728 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'` ;;
10729 *) 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 +020010730 esac
Alexandre Julliard34200c32007-07-02 17:31:19 +020010731fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010732rm -f core conftest.err conftest.$ac_objext \
10733 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard34200c32007-07-02 17:31:19 +020010734 LIBS=$ac_check_soname_save_LIBS
10735fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010736if test "x$ac_cv_lib_soname_jack" = "x"; then :
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010738$as_echo "not found" >&6; }
Alexandre Julliard34200c32007-07-02 17:31:19 +020010739
10740else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010742$as_echo "$ac_cv_lib_soname_jack" >&6; }
Alexandre Julliard34200c32007-07-02 17:31:19 +020010743
10744cat >>confdefs.h <<_ACEOF
10745#define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10746_ACEOF
10747
10748
10749fi
Alexandre Julliard34200c32007-07-02 17:31:19 +020010750fi
10751
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010752if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10753then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010755$as_echo_n "checking for -lfontconfig... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010756if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010757 $as_echo_n "(cached) " >&6
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010758else
10759 ac_check_soname_save_LIBS=$LIBS
10760LIBS="-lfontconfig $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010762/* end confdefs.h. */
10763
10764/* Override any GCC internal prototype to avoid an error.
10765 Use char because int might match the return type of a GCC
10766 builtin and then its argument prototype would still apply. */
10767#ifdef __cplusplus
10768extern "C"
10769#endif
10770char FcInit ();
10771int
10772main ()
10773{
10774return FcInit ();
10775 ;
10776 return 0;
10777}
10778_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010779if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010780 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010781 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010782 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'` ;;
10783 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10784 esac
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010785fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010786rm -f core conftest.err conftest.$ac_objext \
10787 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010788 LIBS=$ac_check_soname_save_LIBS
10789fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010790if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010792$as_echo "not found" >&6; }
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010793
10794else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010796$as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010797
10798cat >>confdefs.h <<_ACEOF
10799#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10800_ACEOF
10801
10802
10803fi
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010804elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
Alexandre Julliard5c076732007-10-17 17:04:01 +020010805then
10806 ac_save_CPPFLAGS="$CPPFLAGS"
10807 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10808 $as_unset ac_cv_header_fontconfig_fontconfig_h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010809 for ac_header in fontconfig/fontconfig.h
10810do :
10811 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10812if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
Alexandre Julliard5c076732007-10-17 17:04:01 +020010813 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010814#define HAVE_FONTCONFIG_FONTCONFIG_H 1
Alexandre Julliard5c076732007-10-17 17:04:01 +020010815_ACEOF
10816
10817fi
10818
10819done
10820
10821 CPPFLAGS="$ac_save_CPPFLAGS"
10822 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10823 then
10824 FONTCONFIGINCL="$X_CFLAGS"
10825
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010827$as_echo_n "checking for -lfontconfig... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010828if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010829 $as_echo_n "(cached) " >&6
Alexandre Julliard5c076732007-10-17 17:04:01 +020010830else
10831 ac_check_soname_save_LIBS=$LIBS
10832LIBS="-lfontconfig $X_LIBS $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard5c076732007-10-17 17:04:01 +020010834/* end confdefs.h. */
10835
10836/* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839#ifdef __cplusplus
10840extern "C"
10841#endif
10842char FcInit ();
10843int
10844main ()
10845{
10846return FcInit ();
10847 ;
10848 return 0;
10849}
10850_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010851if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard5c076732007-10-17 17:04:01 +020010852 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010853 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard5c076732007-10-17 17:04:01 +020010854 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'` ;;
10855 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10856 esac
Alexandre Julliard5c076732007-10-17 17:04:01 +020010857fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010858rm -f core conftest.err conftest.$ac_objext \
10859 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard5c076732007-10-17 17:04:01 +020010860 LIBS=$ac_check_soname_save_LIBS
10861fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010862if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010864$as_echo "not found" >&6; }
Alexandre Julliard5c076732007-10-17 17:04:01 +020010865
10866else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010868$as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
Alexandre Julliard5c076732007-10-17 17:04:01 +020010869
10870cat >>confdefs.h <<_ACEOF
10871#define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10872_ACEOF
10873
10874
10875fi
Alexandre Julliard5c076732007-10-17 17:04:01 +020010876 fi
Alexandre Julliardccd5f282007-07-02 17:31:48 +020010877fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010878if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010879 case "x$with_fontconfig" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010010880 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010881 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010882 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10883This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010884esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020010885fi
10886
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010887if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10888then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010890$as_echo_n "checking for -lssl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010891if test "${ac_cv_lib_soname_ssl+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010892 $as_echo_n "(cached) " >&6
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010893else
10894 ac_check_soname_save_LIBS=$LIBS
10895LIBS="-lssl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010897/* end confdefs.h. */
10898
10899/* Override any GCC internal prototype to avoid an error.
10900 Use char because int might match the return type of a GCC
10901 builtin and then its argument prototype would still apply. */
10902#ifdef __cplusplus
10903extern "C"
10904#endif
10905char SSL_library_init ();
10906int
10907main ()
10908{
10909return SSL_library_init ();
10910 ;
10911 return 0;
10912}
10913_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010914if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010915 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010916 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010917 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'` ;;
10918 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10919 esac
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010920fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010921rm -f core conftest.err conftest.$ac_objext \
10922 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010923 LIBS=$ac_check_soname_save_LIBS
10924fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010925if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010927$as_echo "not found" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010928
10929else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010931$as_echo "$ac_cv_lib_soname_ssl" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010932
10933cat >>confdefs.h <<_ACEOF
10934#define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10935_ACEOF
10936
10937
10938fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010940$as_echo_n "checking for -lcrypto... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010941if test "${ac_cv_lib_soname_crypto+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010010942 $as_echo_n "(cached) " >&6
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010943else
10944 ac_check_soname_save_LIBS=$LIBS
10945LIBS="-lcrypto $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010947/* end confdefs.h. */
10948
10949/* Override any GCC internal prototype to avoid an error.
10950 Use char because int might match the return type of a GCC
10951 builtin and then its argument prototype would still apply. */
10952#ifdef __cplusplus
10953extern "C"
10954#endif
10955char BIO_new_socket ();
10956int
10957main ()
10958{
10959return BIO_new_socket ();
10960 ;
10961 return 0;
10962}
10963_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010964if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010965 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010010966 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010967 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'` ;;
10968 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10969 esac
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010970fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010971rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010973 LIBS=$ac_check_soname_save_LIBS
10974fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010975if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010977$as_echo "not found" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010978
10979else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010010981$as_echo "$ac_cv_lib_soname_crypto" >&6; }
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010982
10983cat >>confdefs.h <<_ACEOF
10984#define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10985_ACEOF
10986
10987
10988fi
Alexandre Julliardf91909b2007-07-02 17:32:09 +020010989fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010990if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010991 case "x$with_openssl" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010010992 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010993 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020010994 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10995This is an error since --with-openssl was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010010996esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020010997fi
10998
Maarten Lankhorstc186d8a2009-08-05 11:35:50 +020010999if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011000then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011002$as_echo_n "checking for -lgsm... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011003if test "${ac_cv_lib_soname_gsm+set}" = set; then :
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011004 $as_echo_n "(cached) " >&6
11005else
11006 ac_check_soname_save_LIBS=$LIBS
11007LIBS="-lgsm $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011009/* end confdefs.h. */
11010
11011/* Override any GCC internal prototype to avoid an error.
11012 Use char because int might match the return type of a GCC
11013 builtin and then its argument prototype would still apply. */
11014#ifdef __cplusplus
11015extern "C"
11016#endif
11017char gsm_create ();
11018int
11019main ()
11020{
11021return gsm_create ();
11022 ;
11023 return 0;
11024}
11025_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011026if ac_fn_c_try_link "$LINENO"; then :
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011027 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010011028 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011029 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'` ;;
11030 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11031 esac
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011032fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011033rm -f core conftest.err conftest.$ac_objext \
11034 conftest$ac_exeext conftest.$ac_ext
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011035 LIBS=$ac_check_soname_save_LIBS
11036fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011037if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011039$as_echo "not found" >&6; }
11040
11041else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011043$as_echo "$ac_cv_lib_soname_gsm" >&6; }
11044
11045cat >>confdefs.h <<_ACEOF
11046#define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11047_ACEOF
11048
11049
11050fi
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011051fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011052if test "x$ac_cv_lib_soname_gsm" = "x"; then :
Alexandre Julliard6ce32e02009-08-19 15:53:04 +020011053 case "x$with_gsm" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010011054 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011055 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011056 *) 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 +020011057This is an error since --with-gsm was requested." "$LINENO" 5 ;;
Maarten Lankhorst58b5a3f2009-08-03 15:48:32 +020011058esac
11059fi
11060
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011061if test "$ac_cv_header_jpeglib_h" = "yes"
11062then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011064$as_echo_n "checking for -ljpeg... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011065if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011066 $as_echo_n "(cached) " >&6
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011067else
11068 ac_check_soname_save_LIBS=$LIBS
11069LIBS="-ljpeg $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011071/* end confdefs.h. */
11072
11073/* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
11076#ifdef __cplusplus
11077extern "C"
11078#endif
11079char jpeg_start_decompress ();
11080int
11081main ()
11082{
11083return jpeg_start_decompress ();
11084 ;
11085 return 0;
11086}
11087_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011088if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011089 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010011090 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011091 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'` ;;
11092 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11093 esac
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011094fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011095rm -f core conftest.err conftest.$ac_objext \
11096 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011097 LIBS=$ac_check_soname_save_LIBS
11098fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011099if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011101$as_echo "not found" >&6; }
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011102
11103else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011105$as_echo "$ac_cv_lib_soname_jpeg" >&6; }
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011106
11107cat >>confdefs.h <<_ACEOF
11108#define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11109_ACEOF
11110
11111
11112fi
Alexandre Julliardd0fddf42007-07-02 19:53:14 +020011113fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011114if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011115 case "x$with_jpeg" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010011116 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011117 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011118 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11119This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011120esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020011121fi
11122
Alexandre Julliard00302152007-07-02 19:54:00 +020011123if test "$ac_cv_header_png_h" = "yes"
11124then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011126$as_echo_n "checking for -lpng... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011127if test "${ac_cv_lib_soname_png+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011128 $as_echo_n "(cached) " >&6
Alexandre Julliard00302152007-07-02 19:54:00 +020011129else
11130 ac_check_soname_save_LIBS=$LIBS
Austin Englishfe8879e2008-12-28 19:10:19 -060011131LIBS="-lpng -lm -lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard00302152007-07-02 19:54:00 +020011133/* end confdefs.h. */
11134
11135/* Override any GCC internal prototype to avoid an error.
11136 Use char because int might match the return type of a GCC
11137 builtin and then its argument prototype would still apply. */
11138#ifdef __cplusplus
11139extern "C"
11140#endif
11141char png_create_read_struct ();
11142int
11143main ()
11144{
11145return png_create_read_struct ();
11146 ;
11147 return 0;
11148}
11149_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011150if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard00302152007-07-02 19:54:00 +020011151 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010011152 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard00302152007-07-02 19:54:00 +020011153 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'` ;;
11154 *) 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'` ;;
11155 esac
Alexandre Julliard00302152007-07-02 19:54:00 +020011156fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011157rm -f core conftest.err conftest.$ac_objext \
11158 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard00302152007-07-02 19:54:00 +020011159 LIBS=$ac_check_soname_save_LIBS
11160fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011161if test "x$ac_cv_lib_soname_png" = "x"; then :
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011163$as_echo "not found" >&6; }
Alexandre Julliard00302152007-07-02 19:54:00 +020011164
11165else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011167$as_echo "$ac_cv_lib_soname_png" >&6; }
Alexandre Julliard00302152007-07-02 19:54:00 +020011168
11169cat >>confdefs.h <<_ACEOF
11170#define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11171_ACEOF
11172
11173
11174fi
Marcus Meissner615e0e62010-02-27 23:13:21 +010011175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11176$as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11177if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11178 $as_echo_n "(cached) " >&6
11179else
11180 ac_check_lib_save_LIBS=$LIBS
11181LIBS="-lpng -lm -lz $LIBS"
11182cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11183/* end confdefs.h. */
11184
11185/* Override any GCC internal prototype to avoid an error.
11186 Use char because int might match the return type of a GCC
11187 builtin and then its argument prototype would still apply. */
11188#ifdef __cplusplus
11189extern "C"
11190#endif
11191char png_set_expand_gray_1_2_4_to_8 ();
11192int
11193main ()
11194{
11195return png_set_expand_gray_1_2_4_to_8 ();
11196 ;
11197 return 0;
11198}
11199_ACEOF
11200if ac_fn_c_try_link "$LINENO"; then :
11201 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11202else
11203 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11204fi
11205rm -f core conftest.err conftest.$ac_objext \
11206 conftest$ac_exeext conftest.$ac_ext
11207LIBS=$ac_check_lib_save_LIBS
11208fi
11209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11210$as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11211if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11212
11213$as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11214
11215
11216fi
11217
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011218elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11219then
11220 ac_save_CPPFLAGS="$CPPFLAGS"
11221 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11222 $as_unset ac_cv_header_png_h
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011223 for ac_header in png.h
11224do :
11225 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11226if test "x$ac_cv_header_png_h" = x""yes; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011227 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011228#define HAVE_PNG_H 1
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011229_ACEOF
11230
11231fi
11232
11233done
11234
11235 CPPFLAGS="$ac_save_CPPFLAGS"
11236 if test "$ac_cv_header_png_h" = "yes"
11237 then
11238 PNGINCL="$X_CFLAGS"
11239
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011241$as_echo_n "checking for -lpng... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011242if test "${ac_cv_lib_soname_png+set}" = set; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011243 $as_echo_n "(cached) " >&6
11244else
11245 ac_check_soname_save_LIBS=$LIBS
11246LIBS="-lpng $X_LIBS -lm -lz $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011248/* end confdefs.h. */
11249
11250/* Override any GCC internal prototype to avoid an error.
11251 Use char because int might match the return type of a GCC
11252 builtin and then its argument prototype would still apply. */
11253#ifdef __cplusplus
11254extern "C"
11255#endif
11256char png_create_read_struct ();
11257int
11258main ()
11259{
11260return png_create_read_struct ();
11261 ;
11262 return 0;
11263}
11264_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011265if ac_fn_c_try_link "$LINENO"; then :
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011266 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010011267 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011268 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'` ;;
11269 *) 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'` ;;
11270 esac
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011271fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011272rm -f core conftest.err conftest.$ac_objext \
11273 conftest$ac_exeext conftest.$ac_ext
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011274 LIBS=$ac_check_soname_save_LIBS
11275fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011276if test "x$ac_cv_lib_soname_png" = "x"; then :
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011278$as_echo "not found" >&6; }
11279
11280else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011281 { $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 +020011282$as_echo "$ac_cv_lib_soname_png" >&6; }
11283
11284cat >>confdefs.h <<_ACEOF
11285#define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11286_ACEOF
11287
11288
11289fi
Marcus Meissner615e0e62010-02-27 23:13:21 +010011290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11291$as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11292if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11293 $as_echo_n "(cached) " >&6
11294else
11295 ac_check_lib_save_LIBS=$LIBS
11296LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11297cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11298/* end confdefs.h. */
11299
11300/* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
11303#ifdef __cplusplus
11304extern "C"
11305#endif
11306char png_set_expand_gray_1_2_4_to_8 ();
11307int
11308main ()
11309{
11310return png_set_expand_gray_1_2_4_to_8 ();
11311 ;
11312 return 0;
11313}
11314_ACEOF
11315if ac_fn_c_try_link "$LINENO"; then :
11316 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11317else
11318 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11319fi
11320rm -f core conftest.err conftest.$ac_objext \
11321 conftest$ac_exeext conftest.$ac_ext
11322LIBS=$ac_check_lib_save_LIBS
11323fi
11324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11325$as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11326if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11327 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11328
11329fi
11330
Joerg-Cyril.Hoehle@t-systems.com85b61892009-05-23 12:39:50 +020011331 fi
Alexandre Julliard00302152007-07-02 19:54:00 +020011332fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011333if test "x$ac_cv_lib_soname_png" = "x"; then :
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011334 case "x$with_png" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010011335 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011336 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011337 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11338This is an error since --with-png was requested." "$LINENO" 5 ;;
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011339esac
Alexandre Julliard7f674962007-07-10 15:22:18 +020011340fi
11341
Vincent Povirk73cd5692010-03-08 17:07:29 -060011342if test "$ac_cv_header_tiffio_h" = "yes"
11343then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11345$as_echo_n "checking for -ltiff... " >&6; }
11346if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11347 $as_echo_n "(cached) " >&6
11348else
11349 ac_check_soname_save_LIBS=$LIBS
11350LIBS="-ltiff $LIBS"
11351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11352/* end confdefs.h. */
11353
11354/* Override any GCC internal prototype to avoid an error.
11355 Use char because int might match the return type of a GCC
11356 builtin and then its argument prototype would still apply. */
11357#ifdef __cplusplus
11358extern "C"
11359#endif
11360char TIFFClientOpen ();
11361int
11362main ()
11363{
11364return TIFFClientOpen ();
11365 ;
11366 return 0;
11367}
11368_ACEOF
11369if ac_fn_c_try_link "$LINENO"; then :
11370 case "$LIBEXT" in
11371 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11372 dylib) ac_cv_lib_soname_tiff=`otool -L conftest$ac_exeext | grep "libtiff\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libtiff\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11373 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11374 esac
11375fi
11376rm -f core conftest.err conftest.$ac_objext \
11377 conftest$ac_exeext conftest.$ac_ext
11378 LIBS=$ac_check_soname_save_LIBS
11379fi
11380if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11382$as_echo "not found" >&6; }
11383
11384else
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11386$as_echo "$ac_cv_lib_soname_tiff" >&6; }
11387
11388cat >>confdefs.h <<_ACEOF
11389#define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11390_ACEOF
11391
11392
11393fi
11394fi
11395if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11396 case "x$with_tiff" in
11397 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11398 xno) ;;
11399 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11400This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11401esac
11402fi
11403
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011404if test "$ac_cv_header_mpg123_h" = "yes"
11405then
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11407$as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11408if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011409 $as_echo_n "(cached) " >&6
11410else
11411 ac_check_lib_save_LIBS=$LIBS
11412LIBS="-lmpg123 $LIBS"
11413cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11414/* end confdefs.h. */
11415
11416/* Override any GCC internal prototype to avoid an error.
11417 Use char because int might match the return type of a GCC
11418 builtin and then its argument prototype would still apply. */
11419#ifdef __cplusplus
11420extern "C"
11421#endif
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011422char mpg123_feed ();
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011423int
11424main ()
11425{
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011426return mpg123_feed ();
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011427 ;
11428 return 0;
11429}
11430_ACEOF
11431if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011432 ac_cv_lib_mpg123_mpg123_feed=yes
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011433else
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011434 ac_cv_lib_mpg123_mpg123_feed=no
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011435fi
11436rm -f core conftest.err conftest.$ac_objext \
11437 conftest$ac_exeext conftest.$ac_ext
11438LIBS=$ac_check_lib_save_LIBS
11439fi
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11441$as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11442if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011443 LIBMPG123="-lmpg123"
11444
11445fi
11446
11447fi
Aric Stewart4430ab42010-03-17 10:58:32 -050011448if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011449 case "x$with_mpg123" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010011450 x) as_fn_append 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 -050011451 xno) ;;
Alexandre Julliard7bf8d052009-08-29 12:20:25 +020011452 *) 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 -050011453This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11454esac
11455fi
Aric Stewart4430ab42010-03-17 10:58:32 -050011456test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
Aric Stewartdb71d7c2009-08-19 09:37:48 -050011457
Chris Robinson862965f2009-08-25 03:26:35 -070011458if test "$ac_cv_header_AL_al_h" = "yes"
11459then
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11461$as_echo_n "checking for -lopenal... " >&6; }
11462if test "${ac_cv_lib_soname_openal+set}" = set; then :
Chris Robinson862965f2009-08-25 03:26:35 -070011463 $as_echo_n "(cached) " >&6
11464else
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011465 ac_check_soname_save_LIBS=$LIBS
Chris Robinson862965f2009-08-25 03:26:35 -070011466LIBS="-lopenal $LIBS"
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Chris Robinson862965f2009-08-25 03:26:35 -070011468/* end confdefs.h. */
11469
11470/* Override any GCC internal prototype to avoid an error.
11471 Use char because int might match the return type of a GCC
11472 builtin and then its argument prototype would still apply. */
11473#ifdef __cplusplus
11474extern "C"
11475#endif
11476char alGetSource3i ();
11477int
11478main ()
11479{
11480return alGetSource3i ();
11481 ;
11482 return 0;
11483}
11484_ACEOF
11485if ac_fn_c_try_link "$LINENO"; then :
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011486 case "$LIBEXT" in
11487 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11488 dylib) ac_cv_lib_soname_openal=`otool -L conftest$ac_exeext | grep "libopenal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libopenal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11489 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11490 esac
Chris Robinson862965f2009-08-25 03:26:35 -070011491fi
11492rm -f core conftest.err conftest.$ac_objext \
11493 conftest$ac_exeext conftest.$ac_ext
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011494 LIBS=$ac_check_soname_save_LIBS
Chris Robinson862965f2009-08-25 03:26:35 -070011495fi
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011496if test "x$ac_cv_lib_soname_openal" = "x"; then :
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11498$as_echo "not found" >&6; }
11499
11500else
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11502$as_echo "$ac_cv_lib_soname_openal" >&6; }
11503
11504cat >>confdefs.h <<_ACEOF
11505#define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11506_ACEOF
11507
11508 LIBOPENAL="-lopenal"
11509
11510 ac_cv_lib_openal=yes
11511
11512cat >>confdefs.h <<_ACEOF
11513#define HAVE_OPENAL 1
11514_ACEOF
Chris Robinson862965f2009-08-25 03:26:35 -070011515
11516fi
Chris Robinson862965f2009-08-25 03:26:35 -070011517fi
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011518if test "x$ac_cv_lib_openal" != xyes; then :
Chris Robinson862965f2009-08-25 03:26:35 -070011519 case "x$with_openal" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010011520 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
Chris Robinson862965f2009-08-25 03:26:35 -070011521 xno) ;;
11522 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11523This is an error since --with-openal was requested." "$LINENO" 5 ;;
11524esac
11525fi
Maarten Lankhorstd4354992009-12-09 11:52:09 +010011526test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
Chris Robinson862965f2009-08-25 03:26:35 -070011527
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011528if test "$ac_cv_header_kstat_h" = "yes"
11529then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011531$as_echo_n "checking for kstat_open in -lkstat... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011532if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011533 $as_echo_n "(cached) " >&6
11534else
11535 ac_check_lib_save_LIBS=$LIBS
11536LIBS="-lkstat $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011537cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011538/* end confdefs.h. */
11539
11540/* Override any GCC internal prototype to avoid an error.
11541 Use char because int might match the return type of a GCC
11542 builtin and then its argument prototype would still apply. */
11543#ifdef __cplusplus
11544extern "C"
11545#endif
11546char kstat_open ();
11547int
11548main ()
11549{
11550return kstat_open ();
11551 ;
11552 return 0;
11553}
11554_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011555if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011556 ac_cv_lib_kstat_kstat_open=yes
11557else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011558 ac_cv_lib_kstat_kstat_open=no
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011559fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011560rm -f core conftest.err conftest.$ac_objext \
11561 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011562LIBS=$ac_check_lib_save_LIBS
11563fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011565$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011566if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011567
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011568$as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
Alexandre Julliardde1d7fb2009-03-05 18:45:32 +010011569
11570 LIBKSTAT="-lkstat"
11571
11572fi
11573
11574fi
11575
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011577$as_echo_n "checking for -lodbc... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011578if test "${ac_cv_lib_soname_odbc+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011579 $as_echo_n "(cached) " >&6
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011580else
11581 ac_check_soname_save_LIBS=$LIBS
11582LIBS="-lodbc $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011584/* end confdefs.h. */
11585
11586/* Override any GCC internal prototype to avoid an error.
11587 Use char because int might match the return type of a GCC
11588 builtin and then its argument prototype would still apply. */
11589#ifdef __cplusplus
11590extern "C"
11591#endif
11592char SQLConnect ();
11593int
11594main ()
11595{
11596return SQLConnect ();
11597 ;
11598 return 0;
11599}
11600_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011601if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011602 case "$LIBEXT" in
Alexandre Goujon2b05c842010-03-01 21:39:39 +010011603 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011604 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'` ;;
11605 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11606 esac
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011607fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011608rm -f core conftest.err conftest.$ac_objext \
11609 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011610 LIBS=$ac_check_soname_save_LIBS
11611fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011612if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011614$as_echo "not found" >&6; }
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011615 cat >>confdefs.h <<_ACEOF
11616#define SONAME_LIBODBC "libodbc.$LIBEXT"
11617_ACEOF
11618
11619else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011621$as_echo "$ac_cv_lib_soname_odbc" >&6; }
Alexandre Julliard84f8ab62008-01-07 17:16:29 +010011622
11623cat >>confdefs.h <<_ACEOF
11624#define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11625_ACEOF
11626
11627
11628fi
11629
Francois Gouget3089a9f2008-07-31 18:59:50 +020011630if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010011631 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11632 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11633 "$ac_cv_header_soundcard_h" != "yes" -a \
11634 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11635then
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010011636 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
Alexandre Julliardf9dec942007-07-10 15:14:15 +020011637fi
11638
11639
Alexandre Julliardfc094232003-04-14 21:46:41 +000011640EXTRACFLAGS=""
11641
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011642if test "x${GCC}" = "xyes"
11643then
Hans Leidekkerd17b2322004-01-06 21:37:44 +000011644 EXTRACFLAGS="-Wall -pipe"
Mike McCormackc509bc42003-02-25 04:01:58 +000011645
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011647$as_echo_n "checking for gcc strength-reduce bug... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011648if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011649 $as_echo_n "(cached) " >&6
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011650else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011651 if test "$cross_compiling" = yes; then :
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011652 ac_cv_c_gcc_strength_bug="yes"
11653else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000011655/* end confdefs.h. */
Alexandre Julliardad356de2007-06-08 20:23:16 +020011656int L[4] = {0,1,2,3};
11657int
11658main ()
11659{
11660static int Array[3];
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011661 unsigned int B = 3;
11662 int i;
Alexandre Julliardd2e1c1a1996-03-09 16:12:43 +000011663 for(i=0; i<B; i++) Array[i] = i - 3;
Eric Pouech5aee80f2000-11-11 00:31:39 +000011664 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11665 L[i] = 4;
Alexandre Julliard95251a72009-02-16 12:46:58 +010011666 return (Array[1] != -2 || L[2] != 3)
Alexandre Julliardad356de2007-06-08 20:23:16 +020011667 ;
11668 return 0;
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011669}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000011670_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011671if ac_fn_c_try_run "$LINENO"; then :
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011672 ac_cv_c_gcc_strength_bug="no"
11673else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011674 ac_cv_c_gcc_strength_bug="yes"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011675fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011676rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11677 conftest.$ac_objext conftest.beam conftest.$ac_ext
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011678fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020011679
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011680fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011682$as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011683 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11684 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011685 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011686 fi
Alexandre Julliardf9b94cb2000-12-06 03:50:22 +000011687
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011689$as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011690if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011691 $as_echo_n "(cached) " >&6
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011692else
11693 ac_wine_try_cflags_saved=$CFLAGS
11694CFLAGS="$CFLAGS -fno-builtin"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011695cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011696/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011697int main(int argc, char **argv) { return 0; }
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011698_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011699if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011700 ac_cv_cflags__fno_builtin=yes
11701else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011702 ac_cv_cflags__fno_builtin=no
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011703fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011704rm -f core conftest.err conftest.$ac_objext \
11705 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011706CFLAGS=$ac_wine_try_cflags_saved
11707fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011709$as_echo "$ac_cv_cflags__fno_builtin" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011710if test $ac_cv_cflags__fno_builtin = yes; then :
Alexandre Julliard6538cb42008-09-22 11:51:02 +020011711 BUILTINFLAG="-fno-builtin"
11712
11713fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011715$as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011716if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011717 $as_echo_n "(cached) " >&6
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011718else
11719 ac_wine_try_cflags_saved=$CFLAGS
11720CFLAGS="$CFLAGS -fno-strict-aliasing"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011721cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011722/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011723int main(int argc, char **argv) { return 0; }
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011724_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011725if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011726 ac_cv_cflags__fno_strict_aliasing=yes
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011727else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011728 ac_cv_cflags__fno_strict_aliasing=no
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011729fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011730rm -f core conftest.err conftest.$ac_objext \
11731 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardefca0f62003-07-24 00:09:51 +000011732CFLAGS=$ac_wine_try_cflags_saved
11733fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011735$as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011736if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011737 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11738fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011740$as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011741if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011742 $as_echo_n "(cached) " >&6
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011743else
11744 ac_wine_try_cflags_saved=$CFLAGS
11745CFLAGS="$CFLAGS -Wdeclaration-after-statement"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011746cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011747/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011748int main(int argc, char **argv) { return 0; }
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011749_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011750if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011751 ac_cv_cflags__Wdeclaration_after_statement=yes
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011752else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011753 ac_cv_cflags__Wdeclaration_after_statement=no
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011754fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011755rm -f core conftest.err conftest.$ac_objext \
11756 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf8cb48b2005-09-12 10:14:00 +000011757CFLAGS=$ac_wine_try_cflags_saved
11758fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011760$as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011761if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
Alexandre Julliard182d1502006-08-25 13:22:33 +020011762 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11763fi
Alexandre Julliard295806f2009-10-07 13:46:06 +020011764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11765$as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11766if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11767 $as_echo_n "(cached) " >&6
11768else
11769 ac_wine_try_cflags_saved=$CFLAGS
11770CFLAGS="$CFLAGS -Wstrict-prototypes"
11771cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11772/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011773int main(int argc, char **argv) { return 0; }
Alexandre Julliard295806f2009-10-07 13:46:06 +020011774_ACEOF
11775if ac_fn_c_try_link "$LINENO"; then :
11776 ac_cv_cflags__Wstrict_prototypes=yes
11777else
11778 ac_cv_cflags__Wstrict_prototypes=no
11779fi
11780rm -f core conftest.err conftest.$ac_objext \
11781 conftest$ac_exeext conftest.$ac_ext
11782CFLAGS=$ac_wine_try_cflags_saved
11783fi
11784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11785$as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11786if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11787 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11788fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011790$as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011791if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011792 $as_echo_n "(cached) " >&6
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011793else
11794 ac_wine_try_cflags_saved=$CFLAGS
11795CFLAGS="$CFLAGS -Wtype-limits"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011796cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011797/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011798int main(int argc, char **argv) { return 0; }
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011799_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011800if ac_fn_c_try_link "$LINENO"; then :
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011801 ac_cv_cflags__Wtype_limits=yes
11802else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011803 ac_cv_cflags__Wtype_limits=no
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011804fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011805rm -f core conftest.err conftest.$ac_objext \
11806 conftest$ac_exeext conftest.$ac_ext
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011807CFLAGS=$ac_wine_try_cflags_saved
11808fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011810$as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011811if test $ac_cv_cflags__Wtype_limits = yes; then :
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011812 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11813fi
Gerald Pfeifereae58292010-01-02 15:13:43 +010011814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11815$as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11816if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11817 $as_echo_n "(cached) " >&6
11818else
11819 ac_wine_try_cflags_saved=$CFLAGS
11820CFLAGS="$CFLAGS -Wwrite-strings"
11821cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11822/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011823int main(int argc, char **argv) { return 0; }
Gerald Pfeifereae58292010-01-02 15:13:43 +010011824_ACEOF
11825if ac_fn_c_try_link "$LINENO"; then :
11826 ac_cv_cflags__Wwrite_strings=yes
11827else
11828 ac_cv_cflags__Wwrite_strings=no
11829fi
11830rm -f core conftest.err conftest.$ac_objext \
11831 conftest$ac_exeext conftest.$ac_ext
11832CFLAGS=$ac_wine_try_cflags_saved
11833fi
11834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11835$as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11836if test $ac_cv_cflags__Wwrite_strings = yes; then :
11837 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11838fi
Gerald Pfeifer701ef1d2008-01-28 01:28:59 +010011839
Alexandre Julliard4d52d372003-03-24 19:33:20 +000011840 saved_CFLAGS="$CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000011841 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011843$as_echo_n "checking for broken string.h that generates warnings... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011844if test "${ac_cv_c_string_h_warnings+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010011845 $as_echo_n "(cached) " >&6
Mike McCormackc509bc42003-02-25 04:01:58 +000011846else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000011848/* end confdefs.h. */
11849#include <string.h>
11850int
11851main ()
11852{
11853
11854 ;
11855 return 0;
11856}
11857_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011858if ac_fn_c_try_compile "$LINENO"; then :
Mike McCormackc509bc42003-02-25 04:01:58 +000011859 ac_cv_c_string_h_warnings=no
11860else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011861 ac_cv_c_string_h_warnings=yes
Mike McCormackc509bc42003-02-25 04:01:58 +000011862fi
Jeremy White0ebeb532006-06-20 13:18:41 +020011863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Mike McCormackc509bc42003-02-25 04:01:58 +000011864fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010011866$as_echo "$ac_cv_c_string_h_warnings" >&6; }
Alexandre Julliard4d52d372003-03-24 19:33:20 +000011867 CFLAGS="$saved_CFLAGS"
Mike McCormackc509bc42003-02-25 04:01:58 +000011868 if test "$ac_cv_c_string_h_warnings" = "no"
11869 then
Alexandre Julliardfc094232003-04-14 21:46:41 +000011870 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
Mike McCormackc509bc42003-02-25 04:01:58 +000011871 fi
Alexandre Julliard12753c52009-10-02 14:39:49 +020011872
11873 if test "${enable_maintainer_mode+set}" = set
11874 then
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11876$as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11877if test "${ac_cv_cflags__Werror+set}" = set; then :
11878 $as_echo_n "(cached) " >&6
11879else
11880 ac_wine_try_cflags_saved=$CFLAGS
11881CFLAGS="$CFLAGS -Werror"
11882cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11883/* end confdefs.h. */
Yann Droneaud5d3eacd2010-03-04 11:43:17 +010011884int main(int argc, char **argv) { return 0; }
Alexandre Julliard12753c52009-10-02 14:39:49 +020011885_ACEOF
11886if ac_fn_c_try_link "$LINENO"; then :
11887 ac_cv_cflags__Werror=yes
11888else
11889 ac_cv_cflags__Werror=no
11890fi
11891rm -f core conftest.err conftest.$ac_objext \
11892 conftest$ac_exeext conftest.$ac_ext
11893CFLAGS=$ac_wine_try_cflags_saved
11894fi
11895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11896$as_echo "$ac_cv_cflags__Werror" >&6; }
11897if test $ac_cv_cflags__Werror = yes; then :
11898 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11899fi
11900 fi
Stefan Dösingerfdac5e52009-09-12 14:08:53 +020011901
11902 saved_CFLAGS="$CFLAGS"
11903 CFLAGS="$CFLAGS -Werror"
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11905$as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11906if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11907 $as_echo_n "(cached) " >&6
11908else
11909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11910/* end confdefs.h. */
11911int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11912int
11913main ()
11914{
11915
11916 ;
11917 return 0;
11918}
11919_ACEOF
11920if ac_fn_c_try_compile "$LINENO"; then :
11921 ac_cv_have_ms_hook_prologue="yes"
11922else
11923 ac_cv_have_ms_hook_prologue="no"
11924fi
11925rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11926fi
11927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11928$as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11929 CFLAGS="$saved_CFLAGS"
11930 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11931 then
11932
11933$as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11934
11935 else
11936 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11937
11938 fi
Alexandre Julliard4f8c37b1996-01-14 18:12:01 +000011939fi
11940
Alexandre Julliarddaa28862002-04-11 21:54:01 +000011941
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011943$as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011944if test "${ac_cv_c_extern_prefix+set}" = set; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011945 $as_echo_n "(cached) " >&6
11946else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011948/* end confdefs.h. */
11949extern int ac_test;
11950int
11951main ()
11952{
11953asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11954 ;
11955 return 0;
11956}
11957_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011958if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011959 ac_cv_c_extern_prefix="yes"
11960else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011961 ac_cv_c_extern_prefix="no"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011962fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011963rm -f core conftest.err conftest.$ac_objext \
11964 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011965fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020011967$as_echo "$ac_cv_c_extern_prefix" >&6; }
11968
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011969case $host_cpu in
11970 *i[3456789]86*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011972$as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011973if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011974 $as_echo_n "(cached) " >&6
11975else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011977/* end confdefs.h. */
11978#ifndef _MSC_VER
11979#define __stdcall __attribute__((__stdcall__))
11980#endif
11981int __stdcall ac_test(int i) { return i; }
11982int
11983main ()
11984{
11985asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11986 ;
11987 return 0;
11988}
11989_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011990if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011991 ac_cv_c_stdcall_suffix="yes"
11992else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011993 ac_cv_c_stdcall_suffix="no"
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011994fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011995rm -f core conftest.err conftest.$ac_objext \
11996 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011997fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020011998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
Alexandre Julliard9cebf092009-06-14 11:24:20 +020011999$as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12000 *) ac_cv_c_stdcall_suffix="no" ;;
12001esac
12002
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012003
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012004if test "$ac_cv_c_extern_prefix" = "yes"
12005then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012006 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012007
12008 asm_name_prefix="_"
12009else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012010 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012011
12012 asm_name_prefix=""
12013fi
12014
12015
Alexandre Julliard9cebf092009-06-14 11:24:20 +020012016if test "$ac_cv_c_stdcall_suffix" = "yes"
12017then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012018 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
Alexandre Julliard9cebf092009-06-14 11:24:20 +020012019
12020else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012021 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
Alexandre Julliard9cebf092009-06-14 11:24:20 +020012022
12023fi
12024
12025
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012027$as_echo_n "checking how to define a function in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012028if test "${ac_cv_asm_func_def+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012029 $as_echo_n "(cached) " >&6
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012030else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012032/* end confdefs.h. */
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012033
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012034int
12035main ()
12036{
Alexandre Julliardad356de2007-06-08 20:23:16 +020012037asm("\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 +000012038 ;
12039 return 0;
12040}
12041_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012042if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012043 ac_cv_asm_func_def=".def"
Dimitrie O. Paunc77cbbc2000-11-27 23:32:55 +000012044else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012046/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012047
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012048int
12049main ()
12050{
Alexandre Julliardad356de2007-06-08 20:23:16 +020012051asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012052 ;
12053 return 0;
12054}
12055_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012056if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012057 ac_cv_asm_func_def=".type @function"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012058else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012060/* end confdefs.h. */
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012061
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012062int
12063main ()
12064{
Alexandre Julliardad356de2007-06-08 20:23:16 +020012065asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012066 ;
12067 return 0;
12068}
12069_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012070if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012071 ac_cv_asm_func_def=".type 2"
12072else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012073 ac_cv_asm_func_def="unknown"
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012074fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012075rm -f core conftest.err conftest.$ac_objext \
12076 conftest$ac_exeext conftest.$ac_ext
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012077fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012078rm -f core conftest.err conftest.$ac_objext \
12079 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012080fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012081rm -f core conftest.err conftest.$ac_objext \
12082 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012083fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012085$as_echo "$ac_cv_asm_func_def" >&6; }
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012086
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012087
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012088case "$ac_cv_asm_func_def" in
12089 ".def")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012090 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012091
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012092 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012093 ".type @function")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012094 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012095
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012096 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012097 ".type 2")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012098 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012099
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012100 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012101 *)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012102 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012103
12104 asm_func_header="" ;;
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012105esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000012106
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012108$as_echo_n "checking whether asm() works outside of functions... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012109if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012110 $as_echo_n "(cached) " >&6
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012111else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012113/* end confdefs.h. */
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012114asm(".text\n\t.long 0");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012115int
12116main ()
12117{
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012118
12119 ;
12120 return 0;
12121}
12122_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012123if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012124 ac_cv_c_asm_outside_funcs="yes"
12125else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012126 ac_cv_c_asm_outside_funcs="no"
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012127fi
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012128rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12129fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012131$as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12132
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012134$as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012135if test "${ac_cv_c_dot_previous+set}" = set; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012136 $as_echo_n "(cached) " >&6
12137else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012139/* end confdefs.h. */
12140
12141int
12142main ()
12143{
12144asm(".text\nac_test:\t.long 0\n\t.previous");
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012145 ;
12146 return 0;
12147}
12148_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012149if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012150 ac_cv_c_dot_previous="yes"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012151else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012152 ac_cv_c_dot_previous="no"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012153fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012154rm -f core conftest.err conftest.$ac_objext \
12155 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012156fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012158$as_echo "$ac_cv_c_dot_previous" >&6; }
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012159
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012161$as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012162if test "${ac_cv_c_cfi_support+set}" = set; then :
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012163 $as_echo_n "(cached) " >&6
12164else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012166/* end confdefs.h. */
12167asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12168int
12169main ()
12170{
12171
12172 ;
12173 return 0;
12174}
12175_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012176if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012177 ac_cv_c_cfi_support="yes"
12178else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012179 ac_cv_c_cfi_support="no"
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012180fi
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012181rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12182fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012184$as_echo "$ac_cv_c_cfi_support" >&6; }
12185
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012186asm_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 +020012187asm_func_trailer=""
12188if test "$ac_cv_c_dot_previous" = "yes"
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012189then
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012190 asm_func_trailer="\\n\\t.previous"
12191fi
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012192if test "$ac_cv_c_cfi_support" = "yes"
12193then
12194 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12195 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012196
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012197$as_echo "#define __ASM_CFI(str) str" >>confdefs.h
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012198
Alexandre Julliard6c142382010-04-11 12:47:30 +020012199 UNWINDFLAGS=-fasynchronous-unwind-tables
12200
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012201else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012202 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
Alexandre Julliarde1f0a0d2009-06-25 11:49:21 +020012203
Alexandre Julliardccea0ae2009-06-11 19:46:19 +020012204fi
12205
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012206asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12207
12208
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012209if test "$ac_cv_c_asm_outside_funcs" = "yes"
12210then
12211 cat >>confdefs.h <<_ACEOF
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012212#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 +000012213_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012214
Alexandre Julliard84555cc2002-07-22 20:51:02 +000012215else
Alexandre Julliard857f1e02009-06-11 16:32:42 +020012216 cat >>confdefs.h <<_ACEOF
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012217#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 +000012218_ACEOF
Alexandre Julliard8cc3a5e1996-08-11 15:49:51 +000012219
12220fi
12221
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012222$as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
Alexandre Julliardea9cf9e2009-06-14 16:03:46 +020012223
12224
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012225$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 +020012226
12227
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012228
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012229LDPATH=""
12230
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012231case $build_os in
12232 cygwin*|mingw32*)
Alexandre Julliardb860c4a2009-09-01 22:36:13 +020012233 TOOLSEXT=".exe"
12234
Alexandre Julliardeb8a40c2006-07-11 19:33:22 +020012235 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012236 ;;
Pierre d'Herbemont794bf0f2003-11-25 03:31:26 +000012237 darwin*|macosx*)
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012238 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012239 *)
Alexandre Julliardeb8a40c2006-07-11 19:33:22 +020012240 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
Alexandre Julliard3a0233d2007-07-02 14:38:04 +020012241 ;;
Alexandre Julliardfc01b722002-05-12 03:16:39 +000012242esac
12243
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012244case $host_os in
12245 mingw32*)
Alexandre Julliard546839f2003-11-11 00:48:21 +000012246 CRTLIBS="-lmsvcrt"
Steven Edwardsc91ae452004-09-03 18:57:19 +000012247
Alexandre Julliarddc1a9f12008-12-22 17:36:18 +010012248 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
Steven Edwardsc91ae452004-09-03 18:57:19 +000012249
12250 ;;
Alexandre Julliard546839f2003-11-11 00:48:21 +000012251esac
12252
Alexandre Julliard3e6eab32009-08-13 19:54:31 +020012253MAIN_BINARY="wine"
12254
12255test -z "$with_wine64" || MAIN_BINARY="wine32"
12256
Alexandre Julliardf4a19c82009-03-10 18:22:38 +010012257case $host_cpu in
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010012258 *i[3456789]86*)
12259 case $host_os in
Austin English5e185962009-10-28 19:51:17 -050012260 linux*)
Alexandre Julliardf4a19c82009-03-10 18:22:38 +010012261 EXTRA_BINARIES="wine-preloader"
Tijl Coosemans9f5c69c2007-08-24 15:46:36 +020012262 ;;
Alexandre Julliard2cdfd4d2006-02-18 15:03:51 +010012263 esac
Emmanuel Maillard3bc8d2e2004-07-19 20:11:10 +000012264 ;;
Alexandre Julliard7bf07d12002-08-03 00:25:59 +000012265esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012266
12267
Alexandre Julliard95251a72009-02-16 12:46:58 +010012268ac_save_CFLAGS="$CFLAGS"
12269CFLAGS="$CFLAGS $BUILTINFLAG"
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012270for ac_func in \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012271 _pclose \
12272 _popen \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000012273 _snprintf \
Alexandre Julliardc45bbad2003-04-01 00:12:02 +000012274 _spawnvp \
Bang Jun-youngff96bd62007-10-15 17:09:12 +090012275 _strdup \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012276 _stricmp \
12277 _strnicmp \
Rob Shearmane9f5bce2008-03-03 21:48:18 +000012278 _strtoi64 \
12279 _strtoui64 \
Steven Edwardsbe514b92003-01-14 19:35:03 +000012280 _vsnprintf \
Alexandre Julliardf9e5b0f2006-01-14 17:22:03 +010012281 asctime_r \
Steven Edwardsb9627c12002-05-05 21:03:44 +000012282 chsize \
Alexandre Julliarde533e972006-08-15 12:11:30 +020012283 dlopen \
Alexandre Julliard969f57c2004-09-23 04:48:24 +000012284 epoll_create \
Hans Leidekkerc3de6ef2004-10-19 23:53:26 +000012285 ffs \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000012286 finite \
Alexandre Julliard7d5e5652009-06-01 12:51:54 +020012287 fnmatch \
Hans Leidekkerbed38422004-10-14 03:08:57 +000012288 fork \
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000012289 fpclass \
Alexandre Julliarde77c9be2004-04-06 03:33:25 +000012290 fstatfs \
12291 fstatvfs \
Steven Edwardsb9627c12002-05-05 21:03:44 +000012292 ftruncate \
Alexandre Julliarda1fe8b42004-03-27 01:48:52 +000012293 futimes \
Robert Lunnonc0cb4d32005-05-07 14:53:38 +000012294 futimesat \
Alexandre Julliarda9f214c2006-11-13 15:42:48 +010012295 getdirentries \
Dimitrie O. Paun647c1a32002-12-10 19:16:24 +000012296 getopt_long \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012297 getpagesize \
Alexandre Julliard142dab82002-07-01 18:17:30 +000012298 getpwuid \
Alexandre Julliardb2d937d2003-11-12 03:16:00 +000012299 gettid \
Alexandre Julliard8d7b8e52003-03-23 20:11:45 +000012300 gettimeofday \
Steven Edwardse7c3ab12004-10-04 20:45:49 +000012301 getuid \
Alexandre Julliardc8278922006-08-04 22:11:00 +020012302 kqueue \
Alexandre Julliard27bb3112000-11-29 17:48:06 +000012303 lstat \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012304 memmove \
Hidenori Takeshimaa85b0a62000-11-25 23:54:12 +000012305 mmap \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012306 pclose \
Alexandre Julliard6f68b772009-07-01 12:13:34 +020012307 pipe2 \
Alexandre Julliard10892602006-08-15 11:41:59 +020012308 poll \
Patrik Stridvall81ecb522002-03-11 05:08:14 +000012309 popen \
Albert Lee01b972d2009-11-20 18:35:26 -050012310 port_create \
Alexandre Julliard9603ee02006-04-06 11:57:37 +020012311 prctl \
Steven Edwardsb9627c12002-05-05 21:03:44 +000012312 pread \
Alexandre Julliardf1a0de92002-01-07 21:00:27 +000012313 pwrite \
Rob Shearman87175c62008-10-03 12:55:21 +010012314 readdir \
Alexandre Julliarde2930742004-01-08 05:07:05 +000012315 readlink \
Juan Lang474b2e42009-09-29 09:17:30 -070012316 sched_setaffinity \
Jeremy White08c0f692004-10-09 02:26:29 +000012317 sched_yield \
Patrik Stridvallb9010211999-11-13 22:23:35 +000012318 select \
Gerald Pfeifer39f67272008-01-20 21:23:08 +010012319 setproctitle \
Paul Millardf10b7d2006-07-16 15:06:28 +010012320 setrlimit \
Patrik Stridvallb9010211999-11-13 22:23:35 +000012321 settimeofday \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012322 sigaltstack \
Paul Millar10a6c562004-12-07 17:19:54 +000012323 sigprocmask \
Steven Edwards0a8e15a2002-05-10 01:33:40 +000012324 snprintf \
Pavel Roskin7add08a2003-09-24 18:54:40 +000012325 spawnvp \
Patrik Stridvallb9010211999-11-13 22:23:35 +000012326 statfs \
Alexandre Julliard13af4892004-03-05 21:03:46 +000012327 statvfs \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000012328 strcasecmp \
Bang Jun-youngff96bd62007-10-15 17:09:12 +090012329 strdup \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012330 strerror \
Alexandre Julliard3b96efc1999-09-04 14:36:02 +000012331 strncasecmp \
Louis Lenders6c04a182006-12-17 17:56:50 +000012332 strtold \
Rob Shearmane9f5bce2008-03-03 21:48:18 +000012333 strtoll \
12334 strtoull \
Alexandre Julliard0fbd5562008-12-22 10:47:16 +010012335 symlink \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012336 tcgetattr \
Tijl Coosemans0c4f1522007-08-23 14:12:37 +020012337 thr_kill2 \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012338 timegm \
12339 usleep \
Steven Edwardsbe514b92003-01-14 19:35:03 +000012340 vsnprintf \
Patrik Stridvall1bb94031999-05-08 15:47:44 +000012341 wait4 \
12342 waitpid \
12343
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012344do :
12345 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12346ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12347eval as_val=\$$as_ac_var
12348 if test "x$as_val" = x""yes; then :
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012349 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012350#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012351_ACEOF
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000012352
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012353fi
12354done
12355
Alexandre Julliard95251a72009-02-16 12:46:58 +010012356CFLAGS="$ac_save_CFLAGS"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012357
Alexandre Julliarde533e972006-08-15 12:11:30 +020012358if test "$ac_cv_func_dlopen" = no
12359then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012361$as_echo_n "checking for dlopen in -ldl... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012362if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012363 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012364else
12365 ac_check_lib_save_LIBS=$LIBS
12366LIBS="-ldl $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012367cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012368/* end confdefs.h. */
12369
12370/* Override any GCC internal prototype to avoid an error.
12371 Use char because int might match the return type of a GCC
12372 builtin and then its argument prototype would still apply. */
12373#ifdef __cplusplus
12374extern "C"
12375#endif
12376char dlopen ();
12377int
12378main ()
12379{
12380return dlopen ();
12381 ;
12382 return 0;
12383}
12384_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012385if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliarde533e972006-08-15 12:11:30 +020012386 ac_cv_lib_dl_dlopen=yes
12387else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012388 ac_cv_lib_dl_dlopen=no
Alexandre Julliarde533e972006-08-15 12:11:30 +020012389fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012390rm -f core conftest.err conftest.$ac_objext \
12391 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012392LIBS=$ac_check_lib_save_LIBS
12393fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012395$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012396if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12397 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
Alexandre Julliarde533e972006-08-15 12:11:30 +020012398 LIBDL="-ldl"
12399
12400fi
12401
12402fi
12403ac_wine_check_funcs_save_LIBS="$LIBS"
12404LIBS="$LIBS $LIBDL"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012405for ac_func in dladdr
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012406do :
12407 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12408if test "x$ac_cv_func_dladdr" = x""yes; then :
Alexandre Julliarde533e972006-08-15 12:11:30 +020012409 cat >>confdefs.h <<_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012410#define HAVE_DLADDR 1
Alexandre Julliarde533e972006-08-15 12:11:30 +020012411_ACEOF
12412
12413fi
12414done
12415
12416LIBS="$ac_wine_check_funcs_save_LIBS"
12417
Alexandre Julliard10892602006-08-15 11:41:59 +020012418if test "$ac_cv_func_poll" = no
12419then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012421$as_echo_n "checking for poll in -lpoll... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012422if test "${ac_cv_lib_poll_poll+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012423 $as_echo_n "(cached) " >&6
Alexandre Julliard10892602006-08-15 11:41:59 +020012424else
12425 ac_check_lib_save_LIBS=$LIBS
12426LIBS="-lpoll $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012427cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard10892602006-08-15 11:41:59 +020012428/* end confdefs.h. */
12429
12430/* Override any GCC internal prototype to avoid an error.
12431 Use char because int might match the return type of a GCC
12432 builtin and then its argument prototype would still apply. */
12433#ifdef __cplusplus
12434extern "C"
12435#endif
12436char poll ();
12437int
12438main ()
12439{
12440return poll ();
12441 ;
12442 return 0;
12443}
12444_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012445if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard10892602006-08-15 11:41:59 +020012446 ac_cv_lib_poll_poll=yes
12447else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012448 ac_cv_lib_poll_poll=no
Alexandre Julliard10892602006-08-15 11:41:59 +020012449fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012450rm -f core conftest.err conftest.$ac_objext \
12451 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliard10892602006-08-15 11:41:59 +020012452LIBS=$ac_check_lib_save_LIBS
12453fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012455$as_echo "$ac_cv_lib_poll_poll" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012456if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12457 $as_echo "#define HAVE_POLL 1" >>confdefs.h
Alexandre Julliard10892602006-08-15 11:41:59 +020012458 LIBPOLL="-lpoll"
12459
12460fi
12461
12462fi
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012463
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012465$as_echo_n "checking for library containing gethostbyname... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012466if test "${ac_cv_search_gethostbyname+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012467 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012468else
Alexandre Julliard28710412007-04-23 16:31:58 +020012469 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012470cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012471/* end confdefs.h. */
12472
12473/* Override any GCC internal prototype to avoid an error.
12474 Use char because int might match the return type of a GCC
12475 builtin and then its argument prototype would still apply. */
12476#ifdef __cplusplus
12477extern "C"
12478#endif
12479char gethostbyname ();
12480int
12481main ()
12482{
12483return gethostbyname ();
12484 ;
12485 return 0;
12486}
12487_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012488for ac_lib in '' nsl; do
12489 if test -z "$ac_lib"; then
12490 ac_res="none required"
12491 else
12492 ac_res=-l$ac_lib
12493 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12494 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012495 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012496 ac_cv_search_gethostbyname=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012497fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012498rm -f core conftest.err conftest.$ac_objext \
12499 conftest$ac_exeext
12500 if test "${ac_cv_search_gethostbyname+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012501 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012502fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012503done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012504if test "${ac_cv_search_gethostbyname+set}" = set; then :
12505
Alexandre Julliard28710412007-04-23 16:31:58 +020012506else
12507 ac_cv_search_gethostbyname=no
12508fi
12509rm conftest.$ac_ext
12510LIBS=$ac_func_search_save_LIBS
12511fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012513$as_echo "$ac_cv_search_gethostbyname" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012514ac_res=$ac_cv_search_gethostbyname
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012515if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012516 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012517
12518fi
12519
Alexandre Julliarde533e972006-08-15 12:11:30 +020012520
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012522$as_echo_n "checking for library containing connect... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012523if test "${ac_cv_search_connect+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012524 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012525else
Alexandre Julliard28710412007-04-23 16:31:58 +020012526 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012527cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012528/* end confdefs.h. */
12529
12530/* Override any GCC internal prototype to avoid an error.
12531 Use char because int might match the return type of a GCC
12532 builtin and then its argument prototype would still apply. */
12533#ifdef __cplusplus
12534extern "C"
12535#endif
12536char connect ();
12537int
12538main ()
12539{
12540return connect ();
12541 ;
12542 return 0;
12543}
12544_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012545for ac_lib in '' socket; do
12546 if test -z "$ac_lib"; then
12547 ac_res="none required"
12548 else
12549 ac_res=-l$ac_lib
12550 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12551 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012552 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012553 ac_cv_search_connect=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012554fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012555rm -f core conftest.err conftest.$ac_objext \
12556 conftest$ac_exeext
12557 if test "${ac_cv_search_connect+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012558 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012559fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012560done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012561if test "${ac_cv_search_connect+set}" = set; then :
12562
Alexandre Julliard28710412007-04-23 16:31:58 +020012563else
12564 ac_cv_search_connect=no
12565fi
12566rm conftest.$ac_ext
12567LIBS=$ac_func_search_save_LIBS
12568fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012569{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012570$as_echo "$ac_cv_search_connect" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012571ac_res=$ac_cv_search_connect
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012572if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012573 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012574
12575fi
12576
Alexandre Julliarde533e972006-08-15 12:11:30 +020012577
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012579$as_echo_n "checking for library containing inet_aton... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012580if test "${ac_cv_search_inet_aton+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012581 $as_echo_n "(cached) " >&6
Alexandre Julliarde533e972006-08-15 12:11:30 +020012582else
Alexandre Julliard28710412007-04-23 16:31:58 +020012583 ac_func_search_save_LIBS=$LIBS
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012584cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde533e972006-08-15 12:11:30 +020012585/* end confdefs.h. */
12586
12587/* Override any GCC internal prototype to avoid an error.
12588 Use char because int might match the return type of a GCC
12589 builtin and then its argument prototype would still apply. */
12590#ifdef __cplusplus
12591extern "C"
12592#endif
12593char inet_aton ();
12594int
12595main ()
12596{
12597return inet_aton ();
12598 ;
12599 return 0;
12600}
12601_ACEOF
Alexandre Julliard28710412007-04-23 16:31:58 +020012602for ac_lib in '' resolv; do
12603 if test -z "$ac_lib"; then
12604 ac_res="none required"
12605 else
12606 ac_res=-l$ac_lib
12607 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12608 fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012609 if ac_fn_c_try_link "$LINENO"; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012610 ac_cv_search_inet_aton=$ac_res
Alexandre Julliarde533e972006-08-15 12:11:30 +020012611fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012612rm -f core conftest.err conftest.$ac_objext \
12613 conftest$ac_exeext
12614 if test "${ac_cv_search_inet_aton+set}" = set; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012615 break
Alexandre Julliarde533e972006-08-15 12:11:30 +020012616fi
Alexandre Julliard28710412007-04-23 16:31:58 +020012617done
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012618if test "${ac_cv_search_inet_aton+set}" = set; then :
12619
Alexandre Julliard28710412007-04-23 16:31:58 +020012620else
12621 ac_cv_search_inet_aton=no
12622fi
12623rm conftest.$ac_ext
12624LIBS=$ac_func_search_save_LIBS
12625fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012627$as_echo "$ac_cv_search_inet_aton" >&6; }
Alexandre Julliard28710412007-04-23 16:31:58 +020012628ac_res=$ac_cv_search_inet_aton
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012629if test "$ac_res" != no; then :
Alexandre Julliard28710412007-04-23 16:31:58 +020012630 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
Alexandre Julliarde533e972006-08-15 12:11:30 +020012631
12632fi
12633
Alexandre Julliarde533e972006-08-15 12:11:30 +020012634
Ben Taylor41c59962007-04-23 13:41:42 +000012635for ac_func in \
12636 getaddrinfo \
12637 getnameinfo \
12638 getnetbyname \
12639 getprotobyname \
12640 getprotobynumber \
12641 getservbyport \
12642 inet_network \
Austin English06566912009-03-28 00:13:09 -050012643 inet_ntop \
12644 inet_pton \
Ben Taylor41c59962007-04-23 13:41:42 +000012645 sendmsg \
Alexandre Julliard98bec052009-03-26 11:07:28 +010012646 socketpair \
Ben Taylor41c59962007-04-23 13:41:42 +000012647
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012648do :
12649 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12650ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12651eval as_val=\$$as_ac_var
12652 if test "x$as_val" = x""yes; then :
Ben Taylor41c59962007-04-23 13:41:42 +000012653 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012654#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Ben Taylor41c59962007-04-23 13:41:42 +000012655_ACEOF
12656
12657fi
12658done
12659
12660
Francois Gougetbcba2702008-07-10 12:36:06 +020012661LDAPLIBS=""
12662
12663if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12664then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012665 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12666"
12667if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012669$as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012670if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012671 $as_echo_n "(cached) " >&6
Francois Gougetbcba2702008-07-10 12:36:06 +020012672else
12673 ac_check_lib_save_LIBS=$LIBS
12674LIBS="-lldap_r $LIBPTHREAD $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012675cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012676/* end confdefs.h. */
12677
12678/* Override any GCC internal prototype to avoid an error.
12679 Use char because int might match the return type of a GCC
12680 builtin and then its argument prototype would still apply. */
12681#ifdef __cplusplus
12682extern "C"
12683#endif
12684char ldap_initialize ();
12685int
12686main ()
12687{
12688return ldap_initialize ();
12689 ;
12690 return 0;
12691}
12692_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012693if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012694 ac_cv_lib_ldap_r_ldap_initialize=yes
12695else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012696 ac_cv_lib_ldap_r_ldap_initialize=no
Francois Gougetbcba2702008-07-10 12:36:06 +020012697fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012698rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012700LIBS=$ac_check_lib_save_LIBS
12701fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012703$as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012704if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012706$as_echo_n "checking for ber_init in -llber... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012707if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012708 $as_echo_n "(cached) " >&6
Francois Gougetbcba2702008-07-10 12:36:06 +020012709else
12710 ac_check_lib_save_LIBS=$LIBS
12711LIBS="-llber $LIBPTHREAD $LIBS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012712cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012713/* end confdefs.h. */
12714
12715/* Override any GCC internal prototype to avoid an error.
12716 Use char because int might match the return type of a GCC
12717 builtin and then its argument prototype would still apply. */
12718#ifdef __cplusplus
12719extern "C"
12720#endif
12721char ber_init ();
12722int
12723main ()
12724{
12725return ber_init ();
12726 ;
12727 return 0;
12728}
12729_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012730if ac_fn_c_try_link "$LINENO"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012731 ac_cv_lib_lber_ber_init=yes
12732else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012733 ac_cv_lib_lber_ber_init=no
Francois Gougetbcba2702008-07-10 12:36:06 +020012734fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012735rm -f core conftest.err conftest.$ac_objext \
12736 conftest$ac_exeext conftest.$ac_ext
Francois Gougetbcba2702008-07-10 12:36:06 +020012737LIBS=$ac_check_lib_save_LIBS
12738fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012740$as_echo "$ac_cv_lib_lber_ber_init" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012741if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012742
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012743$as_echo "#define HAVE_LDAP 1" >>confdefs.h
Francois Gougetbcba2702008-07-10 12:36:06 +020012744
12745 LDAPLIBS="-lldap_r -llber"
12746fi
12747
12748fi
12749
12750fi
12751
12752 ac_wine_check_funcs_save_LIBS="$LIBS"
12753LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
Francois Gougetbcba2702008-07-10 12:36:06 +020012754for ac_func in \
12755 ldap_count_references \
12756 ldap_first_reference \
12757 ldap_next_reference \
12758 ldap_parse_reference \
12759 ldap_parse_sort_control \
12760 ldap_parse_sortresponse_control \
12761 ldap_parse_vlv_control \
12762 ldap_parse_vlvresponse_control
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012763do :
12764 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12765ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12766eval as_val=\$$as_ac_var
12767 if test "x$as_val" = x""yes; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012768 cat >>confdefs.h <<_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010012769#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
Francois Gougetbcba2702008-07-10 12:36:06 +020012770_ACEOF
12771
12772fi
12773done
12774
12775LIBS="$ac_wine_check_funcs_save_LIBS"
12776fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012777if test "x$LDAPLIBS" = "x"; then :
Francois Gougetbcba2702008-07-10 12:36:06 +020012778 case "x$with_ldap" in
Alexandre Julliard0dc503b2010-02-11 20:25:47 +010012779 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
Francois Gougetbcba2702008-07-10 12:36:06 +020012780 xno) ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012781 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12782This is an error since --with-ldap was requested." "$LINENO" 5 ;;
Francois Gougetbcba2702008-07-10 12:36:06 +020012783esac
12784fi
12785
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
Alexandre Julliard921e6622008-12-22 10:39:11 +010012787$as_echo_n "checking whether mkdir takes only one argument... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012788if test "${wine_cv_one_arg_mkdir+set}" = set; then :
Alexandre Julliard921e6622008-12-22 10:39:11 +010012789 $as_echo_n "(cached) " >&6
12790else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliard921e6622008-12-22 10:39:11 +010012792/* end confdefs.h. */
12793#include <sys/stat.h>
12794int
12795main ()
12796{
12797mkdir("foo");
12798 ;
12799 return 0;
12800}
12801_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012802if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliard921e6622008-12-22 10:39:11 +010012803 wine_cv_one_arg_mkdir=yes
12804else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012805 wine_cv_one_arg_mkdir=no
Alexandre Julliard921e6622008-12-22 10:39:11 +010012806fi
Alexandre Julliard921e6622008-12-22 10:39:11 +010012807rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12808fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
Alexandre Julliard921e6622008-12-22 10:39:11 +010012810$as_echo "$wine_cv_one_arg_mkdir" >&6; }
12811if test "$wine_cv_one_arg_mkdir" = "yes"
12812then
12813
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012814$as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
Alexandre Julliard921e6622008-12-22 10:39:11 +010012815
12816fi
12817
Ben Taylor41c59962007-04-23 13:41:42 +000012818
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012820$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012821if test "${ac_cv_c_const+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012822 $as_echo_n "(cached) " >&6
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012823else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012825/* end confdefs.h. */
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012826
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012827int
12828main ()
12829{
12830/* FIXME: Include the comments suggested by Paul. */
12831#ifndef __cplusplus
12832 /* Ultrix mips cc rejects this. */
12833 typedef int charset[2];
Phil Krylovf0ca5862006-11-05 23:03:46 +030012834 const charset cs;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012835 /* SunOS 4.1.1 cc rejects this. */
Phil Krylovf0ca5862006-11-05 23:03:46 +030012836 char const *const *pcpcc;
12837 char **ppc;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012838 /* NEC SVR4.0.2 mips cc rejects this. */
12839 struct point {int x, y;};
12840 static struct point const zero = {0,0};
12841 /* AIX XL C 1.02.0.0 rejects this.
12842 It does not let you subtract one const X* pointer from another in
12843 an arm of an if-expression whose if-part is not a constant
12844 expression */
12845 const char *g = "string";
Phil Krylovf0ca5862006-11-05 23:03:46 +030012846 pcpcc = &g + (g ? g-g : 0);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012847 /* HPUX 7.0 cc rejects these. */
Phil Krylovf0ca5862006-11-05 23:03:46 +030012848 ++pcpcc;
12849 ppc = (char**) pcpcc;
12850 pcpcc = (char const *const *) ppc;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012851 { /* SCO 3.2v4 cc rejects this. */
12852 char *t;
12853 char const *s = 0 ? (char *) 0 : (char const *) 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012854
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012855 *t++ = 0;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012856 if (s) return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012857 }
12858 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12859 int x[] = {25, 17};
12860 const int *foo = &x[0];
12861 ++foo;
12862 }
12863 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12864 typedef const int *iptr;
12865 iptr p = 0;
12866 ++p;
12867 }
12868 { /* AIX XL C 1.02.0.0 rejects this saying
12869 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12870 struct s { int j; const int *ap[3]; };
12871 struct s *b; b->j = 5;
12872 }
12873 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12874 const int foo = 10;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012875 if (!foo) return 0;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012876 }
Phil Krylovf0ca5862006-11-05 23:03:46 +030012877 return !cs[0] && !zero.x;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012878#endif
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012879
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012880 ;
12881 return 0;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012882}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012883_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012884if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012885 ac_cv_c_const=yes
12886else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012887 ac_cv_c_const=no
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012888fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012889rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012890fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012892$as_echo "$ac_cv_c_const" >&6; }
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012893if test $ac_cv_c_const = no; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012894
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012895$as_echo "#define const /**/" >>confdefs.h
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012896
12897fi
12898
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012900$as_echo_n "checking for inline... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012901if test "${ac_cv_c_inline+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010012902 $as_echo_n "(cached) " >&6
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012903else
12904 ac_cv_c_inline=no
12905for ac_kw in inline __inline__ __inline; do
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000012907/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012908#ifndef __cplusplus
Alexandre Julliard11af04e2002-10-10 03:48:04 +000012909typedef int foo_t;
12910static $ac_kw foo_t static_foo () {return 0; }
12911$ac_kw foo_t foo () {return 0; }
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012912#endif
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012913
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012914_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012915if ac_fn_c_try_compile "$LINENO"; then :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012916 ac_cv_c_inline=$ac_kw
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012917fi
Jeremy White0ebeb532006-06-20 13:18:41 +020012918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020012919 test "$ac_cv_c_inline" != no && break
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012920done
12921
12922fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010012924$as_echo "$ac_cv_c_inline" >&6; }
Alexandre Julliard875927f2004-01-02 01:55:29 +000012925
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012926case $ac_cv_c_inline in
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012927 inline | yes) ;;
Alexandre Julliard875927f2004-01-02 01:55:29 +000012928 *)
12929 case $ac_cv_c_inline in
12930 no) ac_val=;;
12931 *) ac_val=$ac_cv_c_inline;;
12932 esac
12933 cat >>confdefs.h <<_ACEOF
12934#ifndef __cplusplus
12935#define inline $ac_val
12936#endif
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012937_ACEOF
Alexandre Julliard875927f2004-01-02 01:55:29 +000012938 ;;
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000012939esac
12940
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012941ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12942if test "x$ac_cv_type_mode_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012943
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012944cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012945#define HAVE_MODE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012946_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012947
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012948
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012949fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012950ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12951if test "x$ac_cv_type_off_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012952
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012953cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012954#define HAVE_OFF_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012955_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012956
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012957
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012958fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012959ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12960if test "x$ac_cv_type_pid_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012961
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012962cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012963#define HAVE_PID_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012964_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012965
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012966
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012967fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012968ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12969if test "x$ac_cv_type_size_t" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012970
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012971cat >>confdefs.h <<_ACEOF
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012972#define HAVE_SIZE_T 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012973_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012974
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012975
12976fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012977ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12978if test "x$ac_cv_type_ssize_t" = x""yes; then :
Alexandre Julliard5769d1d2002-04-26 19:05:15 +000012979
12980cat >>confdefs.h <<_ACEOF
12981#define HAVE_SSIZE_T 1
12982_ACEOF
12983
12984
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000012985fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012986ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12987if test "x$ac_cv_type_long_long" = x""yes; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000012988
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012989cat >>confdefs.h <<_ACEOF
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012990#define HAVE_LONG_LONG 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012991_ACEOF
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000012992
Alexandre Julliarddaa28862002-04-11 21:54:01 +000012993
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000012994fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020012995ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12996if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000012997
12998cat >>confdefs.h <<_ACEOF
12999#define HAVE_FSBLKCNT_T 1
13000_ACEOF
13001
13002
13003fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013004ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13005if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013006
13007cat >>confdefs.h <<_ACEOF
13008#define HAVE_FSFILCNT_T 1
13009_ACEOF
13010
13011
13012fi
Dimitrie O. Paunf41c2b22004-03-02 02:23:26 +000013013
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013014ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
Alexandre Julliardabf50482008-10-31 12:56:53 +010013015#include <signal.h>
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013016"
13017if test "x$ac_cv_type_sigset_t" = x""yes; then :
Paul Millar10a6c562004-12-07 17:19:54 +000013018
13019cat >>confdefs.h <<_ACEOF
13020#define HAVE_SIGSET_T 1
13021_ACEOF
13022
13023
13024fi
13025
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013026ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13027"
13028if test "x$ac_cv_type_request_sense" = x""yes; then :
Gerald Pfeiferb8b15f32005-07-10 17:42:46 +000013029
13030cat >>confdefs.h <<_ACEOF
13031#define HAVE_REQUEST_SENSE 1
13032_ACEOF
13033
13034
13035fi
13036
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013037
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013038ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
Austin English68f2db22009-01-29 08:28:37 -060013039#ifdef HAVE_SYS_SOCKET_H
13040#include <sys/socket.h>
13041#endif
13042#ifdef HAVE_SYS_SOCKETVAR_H
13043#include <sys/socketvar.h>
13044#endif
13045#ifdef HAVE_NET_ROUTE_H
13046#include <net/route.h>
13047#endif
13048#ifdef HAVE_NETINET_IN_H
13049#include <netinet/in.h>
13050#endif
13051#ifdef HAVE_NETINET_IN_SYSTM_H
13052#include <netinet/in_systm.h>
13053#endif
13054#ifdef HAVE_NETINET_IP_H
13055#include <netinet/ip.h>
13056#endif
13057#ifdef HAVE_NETINET_IN_PCB_H
13058#include <netinet/in_pcb.h>
13059#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013060"
13061if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
Austin English68f2db22009-01-29 08:28:37 -060013062
13063cat >>confdefs.h <<_ACEOF
13064#define HAVE_STRUCT_XINPGEN 1
13065_ACEOF
13066
13067
13068fi
13069
13070
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013071ac_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 +000013072#include <linux/input.h>
13073#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013074"
13075if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
Daniel Remenake491e8f2005-07-29 14:18:58 +000013076
13077cat >>confdefs.h <<_ACEOF
13078#define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13079_ACEOF
13080
13081
13082fi
13083
13084
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013086$as_echo_n "checking for sigaddset... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013087if test "${wine_cv_have_sigaddset+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013088 $as_echo_n "(cached) " >&6
Paul Millar10a6c562004-12-07 17:19:54 +000013089else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Paul Millar10a6c562004-12-07 17:19:54 +000013091/* end confdefs.h. */
13092#include <signal.h>
13093int
13094main ()
13095{
13096sigset_t set; sigaddset(&set,SIGTERM);
13097 ;
13098 return 0;
13099}
13100_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013101if ac_fn_c_try_link "$LINENO"; then :
Paul Millar10a6c562004-12-07 17:19:54 +000013102 wine_cv_have_sigaddset=yes
13103else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013104 wine_cv_have_sigaddset=no
Paul Millar10a6c562004-12-07 17:19:54 +000013105fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013106rm -f core conftest.err conftest.$ac_objext \
13107 conftest$ac_exeext conftest.$ac_ext
Paul Millar10a6c562004-12-07 17:19:54 +000013108fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013110$as_echo "$wine_cv_have_sigaddset" >&6; }
Paul Millar10a6c562004-12-07 17:19:54 +000013111if test "$wine_cv_have_sigaddset" = "yes"
13112then
13113
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013114$as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
Paul Millar10a6c562004-12-07 17:19:54 +000013115
13116fi
13117
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013118
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013119{ $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 +010013120$as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013121if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013122 $as_echo_n "(cached) " >&6
Rein Klazesff7a61f2000-09-24 19:41:57 +000013123else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013125/* end confdefs.h. */
Rein Klazesff7a61f2000-09-24 19:41:57 +000013126#include <netdb.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013127int
13128main ()
13129{
Rein Klazesff7a61f2000-09-24 19:41:57 +000013130
Ken Thomases20d9bad2007-10-19 16:18:51 -050013131 char *name=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000013132 struct hostent he;
13133 struct hostent *result;
Ken Thomases20d9bad2007-10-19 16:18:51 -050013134 char *buf=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000013135 int bufsize=0;
13136 int res,errnr;
Ken Thomases20d9bad2007-10-19 16:18:51 -050013137 char *addr=0;
Rein Klazesff7a61f2000-09-24 19:41:57 +000013138 int addrlen=0;
13139 int addrtype=0;
13140 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13141 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013142
13143 ;
13144 return 0;
13145}
13146_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013147if ac_fn_c_try_link "$LINENO"; then :
Rein Klazesff7a61f2000-09-24 19:41:57 +000013148 wine_cv_linux_gethostbyname_r_6=yes
13149else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013150 wine_cv_linux_gethostbyname_r_6=no
Rein Klazesff7a61f2000-09-24 19:41:57 +000013151
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013152fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013153rm -f core conftest.err conftest.$ac_objext \
13154 conftest$ac_exeext conftest.$ac_ext
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013155
13156fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013158$as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
Rein Klazesff7a61f2000-09-24 19:41:57 +000013159 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13160 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013161
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013162$as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
Rein Klazesff7a61f2000-09-24 19:41:57 +000013163
13164 fi
13165
Marcus Meissner028e9a11999-08-04 15:07:56 +000013166if test "$ac_cv_header_linux_joystick_h" = "yes"
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013167then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013168 { $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 +010013169$as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013170if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013171 $as_echo_n "(cached) " >&6
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013172else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013174/* end confdefs.h. */
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013175
Marcus Meissner028e9a11999-08-04 15:07:56 +000013176 #include <sys/ioctl.h>
Marcus Meissner7c434992007-04-12 12:12:05 +020013177 #include <sys/types.h>
Marcus Meissner028e9a11999-08-04 15:07:56 +000013178 #include <linux/joystick.h>
13179
13180 struct js_event blub;
Marcus Meissner605a9c31999-11-04 02:04:01 +000013181 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13182 #error "no 2.2 header"
13183 #endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013184
13185int
13186main ()
13187{
Marcus Meissner028e9a11999-08-04 15:07:56 +000013188/*empty*/
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013189 ;
13190 return 0;
13191}
13192_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013193if ac_fn_c_try_compile "$LINENO"; then :
Marcus Meissner028e9a11999-08-04 15:07:56 +000013194 wine_cv_linux_joystick_22_api=yes
13195else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013196 wine_cv_linux_joystick_22_api=no
Marcus Meissner028e9a11999-08-04 15:07:56 +000013197fi
Jeremy White0ebeb532006-06-20 13:18:41 +020013198rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
Marcus Meissner028e9a11999-08-04 15:07:56 +000013199
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013200fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013202$as_echo "$wine_cv_linux_joystick_22_api" >&6; }
Rein Klazes87d224a2000-04-24 17:33:49 +000013203 if test "$wine_cv_linux_joystick_22_api" = "yes"
Marcus Meissner028e9a11999-08-04 15:07:56 +000013204 then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013205
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013206$as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
Marcus Meissner028e9a11999-08-04 15:07:56 +000013207
13208 fi
13209fi
13210
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013211
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013212ac_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 +000013213#ifdef HAVE_SYS_PARAM_H
13214# include <sys/param.h>
13215#endif
Robert Millan55b74482006-02-06 21:53:27 +010013216#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013217# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013218#endif
13219#ifdef HAVE_SYS_VFS_H
13220# include <sys/vfs.h>
13221#endif
13222#ifdef HAVE_SYS_STATFS_H
13223# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013224#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013225"
13226if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013227
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013228cat >>confdefs.h <<_ACEOF
13229#define HAVE_STRUCT_STATFS_F_BFREE 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013230_ACEOF
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013231
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013232
Alexandre Julliarddadf78f1998-05-17 17:13:43 +000013233fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013234ac_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 +000013235#ifdef HAVE_SYS_PARAM_H
13236# include <sys/param.h>
13237#endif
Robert Millan55b74482006-02-06 21:53:27 +010013238#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013239# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013240#endif
13241#ifdef HAVE_SYS_VFS_H
13242# include <sys/vfs.h>
13243#endif
13244#ifdef HAVE_SYS_STATFS_H
13245# include <sys/statfs.h>
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013246#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013247"
13248if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
Patrik Stridvall09da9662001-07-08 22:30:50 +000013249
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013250cat >>confdefs.h <<_ACEOF
13251#define HAVE_STRUCT_STATFS_F_BAVAIL 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013252_ACEOF
Patrik Stridvall09da9662001-07-08 22:30:50 +000013253
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013254
Patrik Stridvall09da9662001-07-08 22:30:50 +000013255fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013256ac_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 +000013257#ifdef HAVE_SYS_PARAM_H
13258# include <sys/param.h>
13259#endif
Robert Millan55b74482006-02-06 21:53:27 +010013260#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013261# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013262#endif
13263#ifdef HAVE_SYS_VFS_H
13264# include <sys/vfs.h>
13265#endif
13266#ifdef HAVE_SYS_STATFS_H
13267# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013268#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013269"
13270if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013271
13272cat >>confdefs.h <<_ACEOF
13273#define HAVE_STRUCT_STATFS_F_FRSIZE 1
13274_ACEOF
13275
13276
13277fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013278ac_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 +000013279#ifdef HAVE_SYS_PARAM_H
13280# include <sys/param.h>
13281#endif
Robert Millan55b74482006-02-06 21:53:27 +010013282#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013283# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013284#endif
13285#ifdef HAVE_SYS_VFS_H
13286# include <sys/vfs.h>
13287#endif
13288#ifdef HAVE_SYS_STATFS_H
13289# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013290#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013291"
13292if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013293
13294cat >>confdefs.h <<_ACEOF
13295#define HAVE_STRUCT_STATFS_F_FFREE 1
13296_ACEOF
13297
13298
13299fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013300ac_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 +000013301#ifdef HAVE_SYS_PARAM_H
13302# include <sys/param.h>
13303#endif
Robert Millan55b74482006-02-06 21:53:27 +010013304#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliard13af4892004-03-05 21:03:46 +000013305# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013306#endif
13307#ifdef HAVE_SYS_VFS_H
13308# include <sys/vfs.h>
13309#endif
13310#ifdef HAVE_SYS_STATFS_H
13311# include <sys/statfs.h>
Alexandre Julliard13af4892004-03-05 21:03:46 +000013312#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013313"
13314if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013315
13316cat >>confdefs.h <<_ACEOF
13317#define HAVE_STRUCT_STATFS_F_FAVAIL 1
13318_ACEOF
13319
13320
13321fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013322ac_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 +000013323#ifdef HAVE_SYS_PARAM_H
13324# include <sys/param.h>
13325#endif
Robert Millan55b74482006-02-06 21:53:27 +010013326#ifdef HAVE_SYS_MOUNT_H
Alexandre Julliardb859a682004-03-07 03:16:43 +000013327# include <sys/mount.h>
Robert Millan55b74482006-02-06 21:53:27 +010013328#endif
13329#ifdef HAVE_SYS_VFS_H
13330# include <sys/vfs.h>
13331#endif
13332#ifdef HAVE_SYS_STATFS_H
13333# include <sys/statfs.h>
Alexandre Julliardb859a682004-03-07 03:16:43 +000013334#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013335"
13336if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
Alexandre Julliardb859a682004-03-07 03:16:43 +000013337
13338cat >>confdefs.h <<_ACEOF
13339#define HAVE_STRUCT_STATFS_F_NAMELEN 1
13340_ACEOF
13341
13342
13343fi
Alexandre Julliard13af4892004-03-05 21:03:46 +000013344
13345
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013346ac_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 +000013347#include <sys/statvfs.h>
13348#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013349"
13350if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
Alexandre Julliard13af4892004-03-05 21:03:46 +000013351
13352cat >>confdefs.h <<_ACEOF
13353#define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13354_ACEOF
13355
13356
13357fi
Patrik Stridvall09da9662001-07-08 22:30:50 +000013358
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013359
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013360ac_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 +000013361#ifdef HAVE_SYS_SOCKET_H
13362# include <sys/socket.h>
13363#endif
13364#ifdef HAVE_SYS_UN_H
13365# include <sys/un.h>
13366#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013367"
13368if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
Juergen Lock2d33ab92000-02-13 16:03:29 +000013369
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013370cat >>confdefs.h <<_ACEOF
13371#define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013372_ACEOF
Juergen Lock2d33ab92000-02-13 16:03:29 +000013373
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013374
13375fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013376ac_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 +000013377#ifdef HAVE_SYS_SOCKET_H
13378# include <sys/socket.h>
13379#endif
13380#ifdef HAVE_SYS_UN_H
13381# include <sys/un.h>
13382#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013383"
13384if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013385
13386cat >>confdefs.h <<_ACEOF
13387#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13388_ACEOF
13389
13390
13391fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013392ac_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 +000013393#ifdef HAVE_SYS_SOCKET_H
13394# include <sys/socket.h>
13395#endif
13396#ifdef HAVE_SYS_UN_H
13397# include <sys/un.h>
13398#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013399"
13400if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013401
13402cat >>confdefs.h <<_ACEOF
13403#define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13404_ACEOF
13405
13406
Juergen Lock2d33ab92000-02-13 16:03:29 +000013407fi
13408
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013409
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013410ac_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 +000013411#ifdef HAVE_SCSI_SG_H
13412#include <scsi/sg.h>
13413#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013414"
13415if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000013416
13417cat >>confdefs.h <<_ACEOF
13418#define HAVE_SCSIREQ_T_CMD 1
13419_ACEOF
13420
13421
13422fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013423ac_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 +000013424#ifdef HAVE_SCSI_SG_H
13425#include <scsi/sg.h>
13426#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013427"
13428if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
Dmitry Timoshkovea64a362005-06-27 12:07:49 +000013429
13430cat >>confdefs.h <<_ACEOF
13431#define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13432_ACEOF
13433
13434
13435fi
13436
13437
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013438ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13439"
13440if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
Alexandre Julliard5537dbb2003-03-28 00:36:12 +000013441
13442cat >>confdefs.h <<_ACEOF
13443#define HAVE_SIGINFO_T_SI_FD 1
13444_ACEOF
13445
13446
13447fi
13448
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013449
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013450ac_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 +010013451#ifdef HAVE_SYS_MTIO_H
13452#include <sys/mtio.h>
13453#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013454"
13455if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013456
13457cat >>confdefs.h <<_ACEOF
13458#define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13459_ACEOF
13460
13461
13462fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013463ac_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 +010013464#ifdef HAVE_SYS_MTIO_H
13465#include <sys/mtio.h>
13466#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013467"
13468if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013469
13470cat >>confdefs.h <<_ACEOF
13471#define HAVE_STRUCT_MTGET_MT_GSTAT 1
13472_ACEOF
13473
13474
13475fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013476ac_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 +010013477#ifdef HAVE_SYS_MTIO_H
13478#include <sys/mtio.h>
13479#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013480"
13481if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
Gerald Pfeifer571d9fb2006-02-06 20:59:44 +010013482
13483cat >>confdefs.h <<_ACEOF
13484#define HAVE_STRUCT_MTGET_MT_BLKNO 1
13485_ACEOF
13486
13487
13488fi
Gerald Pfeifer36bdc642006-02-05 13:51:03 +010013489
13490
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013491ac_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 +000013492#include <getopt.h>
13493#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013494"
13495if test "x$ac_cv_member_struct_option_name" = x""yes; then :
Alexandre Julliarddb89a542003-04-20 02:56:14 +000013496
13497cat >>confdefs.h <<_ACEOF
13498#define HAVE_STRUCT_OPTION_NAME 1
13499_ACEOF
13500
13501
13502fi
13503
13504
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013505ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13506if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
Pavel Roskind6507192003-10-03 03:28:40 +000013507
13508cat >>confdefs.h <<_ACEOF
13509#define HAVE_STRUCT_STAT_ST_BLOCKS 1
13510_ACEOF
13511
13512
13513fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013514ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13515if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013516
13517cat >>confdefs.h <<_ACEOF
13518#define HAVE_STRUCT_STAT_ST_MTIM 1
13519_ACEOF
13520
13521
13522fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013523ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13524if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013525
13526cat >>confdefs.h <<_ACEOF
13527#define HAVE_STRUCT_STAT_ST_CTIM 1
13528_ACEOF
13529
13530
13531fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013532ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13533if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
Michael Karcheraf2d2742008-08-17 19:03:44 +020013534
13535cat >>confdefs.h <<_ACEOF
13536#define HAVE_STRUCT_STAT_ST_ATIM 1
13537_ACEOF
13538
13539
13540fi
Pavel Roskind6507192003-10-03 03:28:40 +000013541
13542
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013543ac_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 +030013544#include <sys/types.h>
13545#endif
13546#ifdef HAVE_NETINET_IN_H
13547#include <netinet/in.h>
13548#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013549"
13550if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
Vitaly Lipatov40a6a742006-02-20 15:33:09 +030013551
13552cat >>confdefs.h <<_ACEOF
13553#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13554_ACEOF
13555
13556
13557fi
13558
13559
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013560ac_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 +020013561#include <sys/types.h>
13562#endif
13563#ifdef HAVE_NETINET_IN_H
13564# include <netinet/in.h>
13565#endif
13566#ifdef HAVE_ARPA_NAMESER_H
13567# include <arpa/nameser.h>
13568#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013569"
13570if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
Alexandre Julliard788e30f2006-05-31 14:43:21 +020013571
13572cat >>confdefs.h <<_ACEOF
13573#define HAVE_NS_MSG__MSG_PTR 1
13574_ACEOF
13575
13576
13577fi
13578
13579
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013580ac_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 -060013581#include <sys/types.h>
13582#endif
13583#ifdef HAVE_ALIAS_H
13584#include <alias.h>
13585#endif
13586#ifdef HAVE_SYS_SOCKET_H
13587#include <sys/socket.h>
13588#endif
13589#ifdef HAVE_SYS_SOCKETVAR_H
13590#include <sys/socketvar.h>
13591#endif
13592#ifdef HAVE_SYS_TIMEOUT_H
13593#include <sys/timeout.h>
13594#endif
13595#ifdef HAVE_NETINET_IN_H
13596#include <netinet/in.h>
13597#endif
13598#ifdef HAVE_NETINET_IN_SYSTM_H
13599#include <netinet/in_systm.h>
13600#endif
13601#ifdef HAVE_NETINET_IP_H
13602#include <netinet/ip.h>
13603#endif
13604#ifdef HAVE_NETINET_IP_VAR_H
13605#include <netinet/ip_var.h>
13606#endif
13607#ifdef HAVE_NETINET_IP_ICMP_H
13608#include <netinet/ip_icmp.h>
13609#endif
13610#ifdef HAVE_NETINET_ICMP_VAR
13611#include <netinet/icmp_var.h>
13612#endif
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013613"
13614if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
Austin Englishac0252d2009-01-30 10:18:10 -060013615
13616cat >>confdefs.h <<_ACEOF
13617#define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13618_ACEOF
13619
13620
13621fi
13622
13623
Juan Lang984c3b22010-03-12 10:38:46 -080013624ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13625#include <sys/types.h>
13626#endif
13627#ifdef HAVE_NET_IF_H
13628# include <net/if.h>
13629#endif
13630"
13631if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13632
13633cat >>confdefs.h <<_ACEOF
13634#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13635_ACEOF
13636
13637
13638fi
13639
13640
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013642$as_echo_n "checking for timezone variable... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013643if test "${ac_cv_have_timezone+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013644 $as_echo_n "(cached) " >&6
Phil Krylov6618b032005-05-24 11:52:46 +000013645else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013647/* end confdefs.h. */
13648#include <time.h>
13649int
13650main ()
13651{
Alexandre Julliardff2bd662006-08-25 13:23:29 +020013652timezone = 1
Phil Krylov6618b032005-05-24 11:52:46 +000013653 ;
13654 return 0;
13655}
13656_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013657if ac_fn_c_try_link "$LINENO"; then :
Phil Krylov6618b032005-05-24 11:52:46 +000013658 ac_cv_have_timezone="yes"
13659else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013660 ac_cv_have_timezone="no"
Phil Krylov6618b032005-05-24 11:52:46 +000013661fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013662rm -f core conftest.err conftest.$ac_objext \
13663 conftest$ac_exeext conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013664fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013666$as_echo "$ac_cv_have_timezone" >&6; }
Phil Krylov6618b032005-05-24 11:52:46 +000013667if test "$ac_cv_have_timezone" = "yes"
13668then
13669
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013670$as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
Phil Krylov6618b032005-05-24 11:52:46 +000013671
13672fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013674$as_echo_n "checking for daylight variable... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013675if test "${ac_cv_have_daylight+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013676 $as_echo_n "(cached) " >&6
Phil Krylov6618b032005-05-24 11:52:46 +000013677else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013679/* end confdefs.h. */
13680#include <time.h>
13681int
13682main ()
13683{
Alexandre Julliardff2bd662006-08-25 13:23:29 +020013684daylight = 1
Phil Krylov6618b032005-05-24 11:52:46 +000013685 ;
13686 return 0;
13687}
13688_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013689if ac_fn_c_try_link "$LINENO"; then :
Phil Krylov6618b032005-05-24 11:52:46 +000013690 ac_cv_have_daylight="yes"
13691else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013692 ac_cv_have_daylight="no"
Phil Krylov6618b032005-05-24 11:52:46 +000013693fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013694rm -f core conftest.err conftest.$ac_objext \
13695 conftest$ac_exeext conftest.$ac_ext
Phil Krylov6618b032005-05-24 11:52:46 +000013696fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013698$as_echo "$ac_cv_have_daylight" >&6; }
Phil Krylov6618b032005-05-24 11:52:46 +000013699if test "$ac_cv_have_daylight" = "yes"
13700then
13701
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013702$as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
Phil Krylov6618b032005-05-24 11:52:46 +000013703
13704fi
13705
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013707$as_echo_n "checking for isinf... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013708if test "${ac_cv_have_isinf+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013709 $as_echo_n "(cached) " >&6
Petr Sumbera4992b652008-04-29 17:08:53 +020013710else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Petr Sumbera4992b652008-04-29 17:08:53 +020013712/* end confdefs.h. */
13713#include <math.h>
13714int
13715main ()
13716{
Francois Gouget2fef93a2008-06-26 15:59:05 +020013717float f = 0.0; int i=isinf(f)
Petr Sumbera4992b652008-04-29 17:08:53 +020013718 ;
13719 return 0;
13720}
13721_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013722if ac_fn_c_try_link "$LINENO"; then :
Petr Sumbera4992b652008-04-29 17:08:53 +020013723 ac_cv_have_isinf="yes"
13724else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013725 ac_cv_have_isinf="no"
Petr Sumbera4992b652008-04-29 17:08:53 +020013726fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013727rm -f core conftest.err conftest.$ac_objext \
13728 conftest$ac_exeext conftest.$ac_ext
Petr Sumbera4992b652008-04-29 17:08:53 +020013729fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013731$as_echo "$ac_cv_have_isinf" >&6; }
Petr Sumbera4992b652008-04-29 17:08:53 +020013732if test "$ac_cv_have_isinf" = "yes"
13733then
13734
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013735$as_echo "#define HAVE_ISINF 1" >>confdefs.h
Petr Sumbera4992b652008-04-29 17:08:53 +020013736
13737fi
13738
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013740$as_echo_n "checking for isnan... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013741if test "${ac_cv_have_isnan+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013742 $as_echo_n "(cached) " >&6
Jacek Caban1715dcb2008-10-14 16:06:49 -050013743else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Jacek Caban1715dcb2008-10-14 16:06:49 -050013745/* end confdefs.h. */
13746#include <math.h>
13747int
13748main ()
13749{
13750float f = 0.0; int i=isnan(f)
13751 ;
13752 return 0;
13753}
13754_ACEOF
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013755if ac_fn_c_try_link "$LINENO"; then :
Jacek Caban1715dcb2008-10-14 16:06:49 -050013756 ac_cv_have_isnan="yes"
13757else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013758 ac_cv_have_isnan="no"
Jacek Caban1715dcb2008-10-14 16:06:49 -050013759fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013760rm -f core conftest.err conftest.$ac_objext \
13761 conftest$ac_exeext conftest.$ac_ext
Jacek Caban1715dcb2008-10-14 16:06:49 -050013762fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013764$as_echo "$ac_cv_have_isnan" >&6; }
Jacek Caban1715dcb2008-10-14 16:06:49 -050013765if test "$ac_cv_have_isnan" = "yes"
13766then
13767
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013768$as_echo "#define HAVE_ISNAN 1" >>confdefs.h
Jacek Caban1715dcb2008-10-14 16:06:49 -050013769
13770fi
13771
Alexandre Julliarddaa28862002-04-11 21:54:01 +000013772
Alexandre Julliardfc01b722002-05-12 03:16:39 +000013773case $host_cpu in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013774 *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 +010013775$as_echo_n "checking whether we need to define __i386__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013776if test "${ac_cv_cpp_def___i386__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013777 $as_echo_n "(cached) " >&6
Juergen Lock2d33ab92000-02-13 16:03:29 +000013778else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013780/* end confdefs.h. */
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013781#ifndef __i386__
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013782yes
13783#endif
Alexandre Julliardf5818d22002-02-14 19:47:29 +000013784_ACEOF
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013785if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013786 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013787 ac_cv_cpp_def___i386__=yes
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013788else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013789 ac_cv_cpp_def___i386__=no
Alexandre Julliard51d46ba1999-05-08 16:05:27 +000013790fi
13791rm -f conftest*
13792
13793fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013795$as_echo "$ac_cv_cpp_def___i386__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013796if test $ac_cv_cpp_def___i386__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013797 CFLAGS="$CFLAGS -D__i386__"
13798 LINTFLAGS="$LINTFLAGS -D__i386__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013799fi ;;
13800 *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 +010013801$as_echo_n "checking whether we need to define __x86_64__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013802if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013803 $as_echo_n "(cached) " >&6
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013804else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013806/* end confdefs.h. */
13807#ifndef __x86_64__
13808yes
13809#endif
13810_ACEOF
13811if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013812 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013813 ac_cv_cpp_def___x86_64__=yes
13814else
13815 ac_cv_cpp_def___x86_64__=no
13816fi
13817rm -f conftest*
13818
13819fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013821$as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013822if test $ac_cv_cpp_def___x86_64__ = yes; then :
Alexandre Julliarde3be5642005-09-09 09:30:02 +000013823 CFLAGS="$CFLAGS -D__x86_64__"
13824 LINTFLAGS="$LINTFLAGS -D__x86_64__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013825fi ;;
13826 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013827$as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013828if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013829 $as_echo_n "(cached) " >&6
Steven Edwards69b67862002-12-10 22:48:48 +000013830else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013832/* end confdefs.h. */
Steven Edwards69b67862002-12-10 22:48:48 +000013833#ifndef __ALPHA__
13834yes
13835#endif
13836_ACEOF
13837if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013838 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013839 ac_cv_cpp_def___ALPHA__=yes
Steven Edwards69b67862002-12-10 22:48:48 +000013840else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013841 ac_cv_cpp_def___ALPHA__=no
Steven Edwards69b67862002-12-10 22:48:48 +000013842fi
13843rm -f conftest*
13844
13845fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013847$as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013848if test $ac_cv_cpp_def___ALPHA__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013849 CFLAGS="$CFLAGS -D__ALPHA__"
13850 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013851fi ;;
13852 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013853$as_echo_n "checking whether we need to define __sparc__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013854if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013855 $as_echo_n "(cached) " >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013856else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013858/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013859#ifndef __sparc__
13860yes
13861#endif
13862_ACEOF
13863if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013864 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013865 ac_cv_cpp_def___sparc__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013866else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013867 ac_cv_cpp_def___sparc__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013868fi
13869rm -f conftest*
13870
13871fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013873$as_echo "$ac_cv_cpp_def___sparc__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013874if test $ac_cv_cpp_def___sparc__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013875 CFLAGS="$CFLAGS -D__sparc__"
13876 LINTFLAGS="$LINTFLAGS -D__sparc__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013877fi ;;
13878 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013879$as_echo_n "checking whether we need to define __powerpc__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013880if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013881 $as_echo_n "(cached) " >&6
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013882else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013884/* end confdefs.h. */
13885#ifndef __powerpc__
13886yes
13887#endif
13888_ACEOF
13889if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013890 $EGREP "yes" >/dev/null 2>&1; then :
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013891 ac_cv_cpp_def___powerpc__=yes
13892else
13893 ac_cv_cpp_def___powerpc__=no
13894fi
13895rm -f conftest*
13896
13897fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013898{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013899$as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013900if test $ac_cv_cpp_def___powerpc__ = yes; then :
Pierre d'Herbemontb64b7de2003-07-16 23:37:22 +000013901 CFLAGS="$CFLAGS -D__powerpc__"
13902 LINTFLAGS="$LINTFLAGS -D__powerpc__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013903fi ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000013904esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013905
13906case $host_vendor in
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013907 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013908$as_echo_n "checking whether we need to define __sun__... " >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013909if test "${ac_cv_cpp_def___sun__+set}" = set; then :
Alexandre Julliardabf50482008-10-31 12:56:53 +010013910 $as_echo_n "(cached) " >&6
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013911else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000013913/* end confdefs.h. */
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013914#ifndef __sun__
13915yes
13916#endif
13917_ACEOF
13918if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013919 $EGREP "yes" >/dev/null 2>&1; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013920 ac_cv_cpp_def___sun__=yes
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013921else
Alexandre Julliard05783b52002-12-11 00:21:55 +000013922 ac_cv_cpp_def___sun__=no
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013923fi
13924rm -f conftest*
13925
13926fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010013928$as_echo "$ac_cv_cpp_def___sun__" >&6; }
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013929if test $ac_cv_cpp_def___sun__ = yes; then :
Alexandre Julliard05783b52002-12-11 00:21:55 +000013930 CFLAGS="$CFLAGS -D__sun__"
13931 LINTFLAGS="$LINTFLAGS -D__sun__"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020013932fi ;;
Alexandre Julliard05783b52002-12-11 00:21:55 +000013933esac
Gregg Mattinson57807fa2002-07-20 20:17:13 +000013934
13935
Alexandre Julliarda360e932008-08-20 16:02:37 +020013936
Alexandre Julliard7d831152010-03-20 15:07:45 +010013937
Alexandre Julliard6c142382010-04-11 12:47:30 +020013938
Alexandre Julliard7d831152010-03-20 15:07:45 +010013939ac_config_commands="$ac_config_commands include/stamp-h"
13940
Alexandre Julliard03642412010-03-20 15:24:22 +010013941
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010013942ALL_MAKEFILE_DEPENDS="
13943# Rules automatically generated by configure
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010013944
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010013945.INIT: Makefile
13946.BEGIN: Makefile
13947.MAKEFILEDEPS:
13948Makefile: Makefile.in Make.rules config.status
13949 @./config.status Make.tmp Makefile"
Alexandre Julliarda360e932008-08-20 16:02:37 +020013950
Alexandre Julliardd5addea2010-02-08 21:27:54 +010013951ALL_WINETEST_DEPENDS="# Test binaries"
13952
Alexandre Julliard454fb3c2010-02-08 21:29:13 +010013953ALL_TEST_BINARIES=""
13954
Alexandre Julliard49163da2008-08-25 12:02:27 +020013955
Alexandre Julliard2de10c42010-02-11 23:23:45 +010013956wine_fn_append_file ()
13957{
13958 as_fn_append $1 " \\$as_nl $2"
13959}
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010013960
Alexandre Julliard2de10c42010-02-11 23:23:45 +010013961wine_fn_append_rule ()
13962{
13963 as_fn_append $1 "$as_nl$2"
13964}
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010013965
Alexandre Julliard943cd732010-03-25 21:52:56 +010013966wine_fn_all_dir_rules ()
13967{
13968 wine_fn_append_file ALL_DIRS $1
13969 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliard3cc14dc2010-03-25 22:12:12 +010013970"__clean__ .PHONY: $1/__clean__
13971$1/__clean__: $1/Makefile
13972 @cd $1 && \$(MAKE) clean
13973 \$(RM) $1/Makefile
Alexandre Julliard18e53132010-03-25 22:00:00 +010013974$1/Makefile: $1/Makefile.in config.status $2
13975 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13976depend .PHONY: $1/__depend__
13977$1/__depend__: \$(MAKEDEP) dummy
Alexandre Julliard943cd732010-03-25 21:52:56 +010013978 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13979}
13980
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010013981wine_fn_config_makefile ()
13982{
13983 ac_dir=$1
Alexandre Julliard03642412010-03-20 15:24:22 +010013984 ac_enable=$2
Alexandre Julliard943cd732010-03-25 21:52:56 +010013985 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
Alexandre Julliarde84063b2010-03-25 21:46:41 +010013986
Alexandre Julliard03642412010-03-20 15:24:22 +010013987 eval as_val=\$$ac_enable
13988 if test "x$as_val" = x""no; then :
13989
13990else
Alexandre Julliarde84063b2010-03-25 21:46:41 +010013991 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliard6c90aea2010-03-25 21:47:29 +010013992"all .PHONY: $ac_dir
13993$ac_dir: $ac_dir/Makefile dummy
13994 @cd $ac_dir && \$(MAKE)
Alexandre Julliarde84063b2010-03-25 21:46:41 +010013995install:: $ac_dir
13996 @cd $ac_dir && \$(MAKE) install
13997install-lib:: $ac_dir
13998 @cd $ac_dir && \$(MAKE) install-lib
13999install-dev:: $ac_dir
14000 @cd $ac_dir && \$(MAKE) install-dev
14001uninstall:: $ac_dir/Makefile
14002 @cd $ac_dir && \$(MAKE) uninstall"
Alexandre Julliard03642412010-03-20 15:24:22 +010014003fi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014004}
14005
14006wine_fn_config_lib ()
14007{
14008 ac_name=$1
Alexandre Julliardb8fb1d52010-03-20 14:50:53 +010014009 ac_dir=dlls/$ac_name
Alexandre Julliard943cd732010-03-25 21:52:56 +010014010 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014011 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliardc2c3c212010-03-25 11:13:07 +010014012"all __builddeps__: $ac_dir
Alexandre Julliarde55ff7f2010-03-25 11:02:52 +010014013__buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
Alexandre Julliardc2c3c212010-03-25 11:13:07 +010014014$ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
Alexandre Julliard6c90aea2010-03-25 21:47:29 +010014015$ac_dir: dummy
14016 @cd $ac_dir && \$(MAKE)
Alexandre Julliardc2c3c212010-03-25 11:13:07 +010014017$ac_dir/lib$ac_name.cross.a: dummy
Alexandre Julliardb8fb1d52010-03-20 14:50:53 +010014018 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
Alexandre Julliardc2c3c212010-03-25 11:13:07 +010014019install install-dev:: $ac_dir
14020 @cd $ac_dir && \$(MAKE) install
14021uninstall:: $ac_dir/Makefile
14022 @cd $ac_dir && \$(MAKE) uninstall"
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014023}
14024
Alexandre Julliard50231942010-03-16 22:00:02 +010014025wine_fn_config_dll ()
14026{
14027 ac_dir=$1
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014028 ac_enable=$2
14029 ac_implib=$3
14030 ac_implibsrc=$4
Alexandre Julliard50231942010-03-16 22:00:02 +010014031 ac_file="dlls/$ac_dir/lib$ac_implib"
14032 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14033
Alexandre Julliard943cd732010-03-25 21:52:56 +010014034 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
Alexandre Julliard82b743f2010-03-25 11:15:32 +010014035
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014036 eval as_val=\$$ac_enable
14037 if test "x$as_val" = x""no; then :
14038 test "$ac_enable" != enable_win16 || return 0
14039else
Alexandre Julliard60a05ad2010-03-25 12:05:44 +010014040 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliard6c90aea2010-03-25 21:47:29 +010014041"all .PHONY: dlls/$ac_dir
14042dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14043 @cd dlls/$ac_dir && \$(MAKE)
Alexandre Julliard82b743f2010-03-25 11:15:32 +010014044install:: dlls/$ac_dir/Makefile __builddeps__
14045 @cd dlls/$ac_dir && \$(MAKE) install
14046install-lib:: dlls/$ac_dir/Makefile __builddeps__
14047 @cd dlls/$ac_dir && \$(MAKE) install-lib
Alexandre Julliard60a05ad2010-03-25 12:05:44 +010014048uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14049 @cd dlls/$ac_dir && \$(MAKE) \$@"
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014050fi
Alexandre Julliard50231942010-03-16 22:00:02 +010014051
14052 if test -n "$ac_implibsrc"
14053 then
14054 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliarde55ff7f2010-03-25 11:02:52 +010014055"__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14056__buildcrossdeps__: $ac_file.cross.a
14057$ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
Alexandre Julliard50231942010-03-16 22:00:02 +010014058$ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14059 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14060$ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
Alexandre Julliard82b743f2010-03-25 11:15:32 +010014061 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14062install-dev:: dlls/$ac_dir/Makefile __builddeps__
14063 @cd dlls/$ac_dir && \$(MAKE) install-dev"
Alexandre Julliard50231942010-03-16 22:00:02 +010014064 elif test -n "$ac_implib"
14065 then
14066 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliarde55ff7f2010-03-25 11:02:52 +010014067"__builddeps__: $ac_file.$IMPLIBEXT
14068__buildcrossdeps__: $ac_file.cross.a
14069$ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
Alexandre Julliard82b743f2010-03-25 11:15:32 +010014070 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14071install-dev:: dlls/$ac_dir/Makefile __builddeps__
14072 @cd dlls/$ac_dir && \$(MAKE) install-dev"
Alexandre Julliard50231942010-03-16 22:00:02 +010014073
14074 if test "$ac_dir" != "$ac_implib"
14075 then
14076 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliarde55ff7f2010-03-25 11:02:52 +010014077"__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14078__buildcrossdeps__: dlls/lib$ac_implib.cross.a
14079dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
Alexandre Julliard50231942010-03-16 22:00:02 +010014080 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14081dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14082 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
14083clean::
14084 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14085 fi
14086 fi
14087}
14088
14089wine_fn_config_program ()
14090{
14091 ac_dir=$1
Alexandre Julliardd394e042010-03-20 14:53:39 +010014092 ac_enable=$2
14093 ac_install=$3
Alexandre Julliard943cd732010-03-25 21:52:56 +010014094 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
Alexandre Julliardd7b387d2010-03-25 11:11:34 +010014095
Alexandre Julliardd394e042010-03-20 14:53:39 +010014096 eval as_val=\$$ac_enable
14097 if test "x$as_val" = x""no; then :
14098
14099else
Alexandre Julliardd7b387d2010-03-25 11:11:34 +010014100 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliard6c90aea2010-03-25 21:47:29 +010014101"all .PHONY: programs/$ac_dir
14102programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14103 @cd programs/$ac_dir && \$(MAKE)"
14104
Alexandre Julliard2fb30212010-03-26 09:24:33 +010014105 test -n "$ac_install" || return
14106 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliardd7b387d2010-03-25 11:11:34 +010014107"install install-lib:: programs/$ac_dir/Makefile __builddeps__
14108 @cd programs/$ac_dir && \$(MAKE) install
14109uninstall:: programs/$ac_dir/Makefile
14110 @cd programs/$ac_dir && \$(MAKE) uninstall"
Alexandre Julliard718ea422010-03-26 09:29:10 +010014111 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
Alexandre Julliard2fb30212010-03-26 09:24:33 +010014112 then
14113 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliard718ea422010-03-26 09:29:10 +010014114"install install-lib:: tools \$(DESTDIR)\$(bindir)
14115 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
Alexandre Julliard2fb30212010-03-26 09:24:33 +010014116uninstall::
14117 \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
Alexandre Julliardd7b387d2010-03-25 11:11:34 +010014118 fi
Alexandre Julliardd394e042010-03-20 14:53:39 +010014119fi
Alexandre Julliard50231942010-03-16 22:00:02 +010014120}
14121
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014122wine_fn_config_test ()
14123{
14124 ac_dir=$1
14125 ac_name=$2
14126 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14127 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14128"$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14129 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14130$ac_name.rc:
14131 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14132$ac_name.res: $ac_name.rc $ac_name.exe"
Alexandre Julliard943cd732010-03-25 21:52:56 +010014133 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
Alexandre Julliard44cff7e2010-03-25 11:06:37 +010014134
Alexandre Julliarddc3afa12010-03-20 14:51:52 +010014135 if test "x$enable_tests" = x""no; then :
14136
14137else
Alexandre Julliard44cff7e2010-03-25 11:06:37 +010014138 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
Alexandre Julliard6c90aea2010-03-25 21:47:29 +010014139"all programs/winetest .PHONY: $ac_dir
14140$ac_dir: $ac_dir/Makefile __builddeps__ dummy
14141 @cd $ac_dir && \$(MAKE)
Alexandre Julliardeab7efd2010-03-25 21:42:54 +010014142crosstest .PHONY: $ac_dir/__crosstest__
14143$ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
Alexandre Julliard44cff7e2010-03-25 11:06:37 +010014144 @cd $ac_dir && \$(MAKE) crosstest
Alexandre Julliardeab7efd2010-03-25 21:42:54 +010014145test .PHONY: $ac_dir/__test__
14146$ac_dir/__test__: dummy
Alexandre Julliard44cff7e2010-03-25 11:06:37 +010014147 @cd $ac_dir && \$(MAKE) test
14148testclean::
14149 \$(RM) $ac_dir/*.ok"
Alexandre Julliarddc3afa12010-03-20 14:51:52 +010014150fi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014151}
Alexandre Julliardd81a8f82010-03-20 15:02:56 +010014152
14153wine_fn_config_tool ()
14154{
14155 ac_dir=$1
14156 ac_deps="Make.rules"
14157 if test "$ac_dir" != tools
14158 then
14159 ac_deps="$ac_deps \$(MAKEDEP)"
14160 fi
Alexandre Julliard943cd732010-03-25 21:52:56 +010014161 wine_fn_all_dir_rules $ac_dir "$ac_deps"
Alexandre Julliard6dbe7a02010-03-25 11:51:24 +010014162
Alexandre Julliardd81a8f82010-03-20 15:02:56 +010014163 if test "x$enable_tools" = x""no; then :
14164
14165else
Alexandre Julliard6dbe7a02010-03-25 11:51:24 +010014166 case $ac_dir in
14167 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14168"install:: $ac_dir
14169 @cd $ac_dir && \$(MAKE) install
14170install-lib:: $ac_dir
14171 @cd $ac_dir && \$(MAKE) install-lib
14172install-dev:: $ac_dir
14173 @cd $ac_dir && \$(MAKE) install-dev" ;;
14174 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14175"install install-dev:: $ac_dir
14176 @cd $ac_dir && \$(MAKE) install" ;;
14177 esac
14178 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14179"uninstall:: $ac_dir/Makefile
14180 @cd $ac_dir && \$(MAKE) uninstall
Alexandre Julliard6c90aea2010-03-25 21:47:29 +010014181all __tooldeps__ .PHONY: $ac_dir
14182$ac_dir: $ac_dir/Makefile libs/port dummy
14183 @cd $ac_dir && \$(MAKE)"
Alexandre Julliardd81a8f82010-03-20 15:02:56 +010014184fi
14185}
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014186
14187wine_fn_config_makerules ()
14188{
14189 ac_rules=$1
14190 ac_deps=$2
14191 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14192"$ac_rules: $ac_rules.in $ac_deps config.status
14193 @./config.status $ac_rules
14194distclean::
14195 \$(RM) $ac_rules"
14196}
14197
14198wine_fn_config_symlink ()
14199{
14200 ac_link=$1
14201 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14202"$ac_link:
14203 @./config.status $ac_link
14204distclean::
14205 \$(RM) $ac_link"
14206}
Alexandre Julliarda6320522010-02-03 13:14:03 +010014207ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014208test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
Alexandre Julliard0ef63e12010-03-27 11:44:13 +010014209if test "x$enable_fonts" != xno; then
Alexandre Julliardce122962010-02-03 13:13:16 +010014210ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014211test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
Alexandre Julliard0ef63e12010-03-27 11:44:13 +010014212fi
14213if test "x$enable_fonts" != xno; then
Alexandre Julliardce122962010-02-03 13:13:16 +010014214ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014215test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
Alexandre Julliard0ef63e12010-03-27 11:44:13 +010014216fi
14217if test "x$enable_fonts" != xno; then
Alexandre Julliardce122962010-02-03 13:13:16 +010014218ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014219test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
Alexandre Julliard0ef63e12010-03-27 11:44:13 +010014220fi
14221if test "x$enable_fonts" != xno; then
Alexandre Julliardce122962010-02-03 13:13:16 +010014222ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014223test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
Alexandre Julliard0ef63e12010-03-27 11:44:13 +010014224fi
Alexandre Julliard7d020c92010-02-03 13:12:12 +010014225ac_config_links="$ac_config_links wine:tools/winewrapper"
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014226wine_fn_config_symlink wine
Alexandre Julliard7d020c92010-02-03 13:12:12 +010014227
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020014228ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000014229
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020014230ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
Alexandre Julliard89118562002-03-27 21:13:40 +000014231
Alexandre Julliard1c60e3b2006-09-12 16:10:51 +020014232ac_config_commands="$ac_config_commands dlls/kernel32/nls"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014233
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010014234ac_config_commands="$ac_config_commands dlls/user32/resources"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014235
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014236ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014237
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014238ac_config_commands="$ac_config_commands include/wine"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014239
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000014240
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014241wine_fn_config_makerules Make.rules
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000014242MAKE_RULES=Make.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014243ac_config_files="$ac_config_files Make.rules"
14244
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014245wine_fn_config_makerules Maketest.rules Make.rules
Alexandre Julliardcb1fc8f2010-02-10 11:18:58 +010014246MAKE_TEST_RULES=Maketest.rules
14247ac_config_files="$ac_config_files Maketest.rules"
14248
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014249wine_fn_config_makerules dlls/Makedll.rules Make.rules
Alexandre Julliarda360e932008-08-20 16:02:37 +020014250MAKE_DLL_RULES=dlls/Makedll.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014251ac_config_files="$ac_config_files dlls/Makedll.rules"
14252
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014253wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
Alexandre Julliarda360e932008-08-20 16:02:37 +020014254MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014255ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14256
Alexandre Julliardabfb11e2010-03-25 22:12:49 +010014257wine_fn_config_makerules programs/Makeprog.rules Make.rules
Alexandre Julliarda360e932008-08-20 16:02:37 +020014258MAKE_PROG_RULES=programs/Makeprog.rules
Marcus Meissnerfbc80d72007-02-27 07:48:58 +010014259ac_config_files="$ac_config_files programs/Makeprog.rules"
14260
Alexandre Julliarda360e932008-08-20 16:02:37 +020014261
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014262wine_fn_config_dll acledit enable_acledit
14263wine_fn_config_dll aclui enable_aclui aclui
14264wine_fn_config_dll activeds enable_activeds activeds
14265wine_fn_config_dll actxprxy enable_actxprxy
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014266wine_fn_config_lib adsiid
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014267wine_fn_config_dll advapi32 enable_advapi32 advapi32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014268wine_fn_config_test dlls/advapi32/tests advapi32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014269wine_fn_config_dll advpack enable_advpack advpack
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014270wine_fn_config_test dlls/advpack/tests advpack_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014271wine_fn_config_dll amstream enable_amstream
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014272wine_fn_config_test dlls/amstream/tests amstream_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014273wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14274wine_fn_config_dll atl enable_atl atl
14275wine_fn_config_dll authz enable_authz
14276wine_fn_config_dll avicap32 enable_avicap32 avicap32
14277wine_fn_config_dll avifil32 enable_avifil32 avifil32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014278wine_fn_config_test dlls/avifil32/tests avifil32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014279wine_fn_config_dll avifile.dll16 enable_win16
14280wine_fn_config_dll avrt enable_avrt avrt
14281wine_fn_config_dll bcrypt enable_bcrypt
14282wine_fn_config_dll browseui enable_browseui
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014283wine_fn_config_test dlls/browseui/tests browseui_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014284wine_fn_config_dll cabinet enable_cabinet cabinet
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014285wine_fn_config_test dlls/cabinet/tests cabinet_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014286wine_fn_config_dll capi2032 enable_capi2032 capi2032
14287wine_fn_config_dll cards enable_cards cards
14288wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14289wine_fn_config_dll clusapi enable_clusapi clusapi
14290wine_fn_config_dll comcat enable_comcat
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014291wine_fn_config_test dlls/comcat/tests comcat_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014292wine_fn_config_dll comctl32 enable_comctl32 comctl32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014293wine_fn_config_test dlls/comctl32/tests comctl32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014294wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014295wine_fn_config_test dlls/comdlg32/tests comdlg32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014296wine_fn_config_dll comm.drv16 enable_win16
14297wine_fn_config_dll commdlg.dll16 enable_win16
14298wine_fn_config_dll compobj.dll16 enable_win16
14299wine_fn_config_dll compstui enable_compstui compstui
14300wine_fn_config_dll credui enable_credui credui
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014301wine_fn_config_test dlls/credui/tests credui_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014302wine_fn_config_dll crtdll enable_crtdll crtdll
14303wine_fn_config_dll crypt32 enable_crypt32 crypt32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014304wine_fn_config_test dlls/crypt32/tests crypt32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014305wine_fn_config_dll cryptdlg enable_cryptdlg
14306wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14307wine_fn_config_dll cryptnet enable_cryptnet cryptnet
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014308wine_fn_config_test dlls/cryptnet/tests cryptnet_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014309wine_fn_config_dll cryptui enable_cryptui cryptui
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014310wine_fn_config_test dlls/cryptui/tests cryptui_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014311wine_fn_config_dll ctapi32 enable_ctapi32
14312wine_fn_config_dll ctl3d.dll16 enable_win16
14313wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14314wine_fn_config_dll ctl3dv2.dll16 enable_win16
14315wine_fn_config_dll d3d10 enable_d3d10 d3d10
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014316wine_fn_config_test dlls/d3d10/tests d3d10_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014317wine_fn_config_dll d3d10core enable_d3d10core d3d10core
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014318wine_fn_config_test dlls/d3d10core/tests d3d10core_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014319wine_fn_config_dll d3d8 enable_d3d8 d3d8
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014320wine_fn_config_test dlls/d3d8/tests d3d8_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014321wine_fn_config_dll d3d9 enable_d3d9 d3d9
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014322wine_fn_config_test dlls/d3d9/tests d3d9_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014323wine_fn_config_dll d3dim enable_d3dim d3dim
14324wine_fn_config_dll d3drm enable_d3drm d3drm
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014325wine_fn_config_test dlls/d3drm/tests d3drm_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014326wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14327wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14328wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14329wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14330wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14331wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14332wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14333wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14334wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14335wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14336wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14337wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14338wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014339wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014340wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14341wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14342wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14343wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14344wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14345wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14346wine_fn_config_dll d3dxof enable_d3dxof d3dxof
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014347wine_fn_config_test dlls/d3dxof/tests d3dxof_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014348wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14349wine_fn_config_dll dciman32 enable_dciman32 dciman32
14350wine_fn_config_dll ddeml.dll16 enable_win16
14351wine_fn_config_dll ddraw enable_ddraw ddraw
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014352wine_fn_config_test dlls/ddraw/tests ddraw_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014353wine_fn_config_dll ddrawex enable_ddrawex
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014354wine_fn_config_test dlls/ddrawex/tests ddrawex_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014355wine_fn_config_dll devenum enable_devenum
14356wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014357wine_fn_config_test dlls/dinput/tests dinput_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014358wine_fn_config_dll dinput8 enable_dinput8 dinput8
14359wine_fn_config_dll dispdib.dll16 enable_win16
14360wine_fn_config_dll dispex enable_dispex
Huw Daviesdf075612010-03-19 13:34:53 +000014361wine_fn_config_test dlls/dispex/tests dispex_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014362wine_fn_config_dll display.drv16 enable_win16
14363wine_fn_config_dll dmband enable_dmband
14364wine_fn_config_dll dmcompos enable_dmcompos
14365wine_fn_config_dll dmime enable_dmime
14366wine_fn_config_dll dmloader enable_dmloader
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014367wine_fn_config_test dlls/dmloader/tests dmloader_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014368wine_fn_config_dll dmscript enable_dmscript
14369wine_fn_config_dll dmstyle enable_dmstyle
14370wine_fn_config_dll dmsynth enable_dmsynth
14371wine_fn_config_dll dmusic enable_dmusic
14372wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14373wine_fn_config_dll dnsapi enable_dnsapi dnsapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014374wine_fn_config_test dlls/dnsapi/tests dnsapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014375wine_fn_config_dll dplay enable_dplay dplay
14376wine_fn_config_dll dplayx enable_dplayx dplayx
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014377wine_fn_config_test dlls/dplayx/tests dplayx_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014378wine_fn_config_dll dpnaddr enable_dpnaddr
14379wine_fn_config_dll dpnet enable_dpnet dpnet
14380wine_fn_config_dll dpnhpast enable_dpnhpast
14381wine_fn_config_dll dpnlobby enable_dpnlobby
14382wine_fn_config_dll dpwsockx enable_dpwsockx
14383wine_fn_config_dll drmclien enable_drmclien
14384wine_fn_config_dll dsound enable_dsound dsound
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014385wine_fn_config_test dlls/dsound/tests dsound_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014386wine_fn_config_dll dssenh enable_dssenh
14387wine_fn_config_dll dswave enable_dswave
14388wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14389wine_fn_config_dll dxdiagn enable_dxdiagn
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014390wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014391wine_fn_config_lib dxerr8
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014392wine_fn_config_lib dxerr9
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014393wine_fn_config_dll dxgi enable_dxgi dxgi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014394wine_fn_config_test dlls/dxgi/tests dxgi_test
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014395wine_fn_config_lib dxguid
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014396wine_fn_config_dll faultrep enable_faultrep
14397wine_fn_config_dll fltlib enable_fltlib
14398wine_fn_config_dll fusion enable_fusion
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014399wine_fn_config_test dlls/fusion/tests fusion_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014400wine_fn_config_dll fwpuclnt enable_fwpuclnt
14401wine_fn_config_dll gdi.exe16 enable_win16
14402wine_fn_config_dll gdi32 enable_gdi32 gdi32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014403wine_fn_config_test dlls/gdi32/tests gdi32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014404wine_fn_config_dll gdiplus enable_gdiplus gdiplus
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014405wine_fn_config_test dlls/gdiplus/tests gdiplus_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014406wine_fn_config_dll glu32 enable_glu32 glu32
14407wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14408wine_fn_config_dll gpkcsp enable_gpkcsp
14409wine_fn_config_dll hal enable_hal
14410wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14411wine_fn_config_dll hid enable_hid hid
14412wine_fn_config_dll hlink enable_hlink hlink
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014413wine_fn_config_test dlls/hlink/tests hlink_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014414wine_fn_config_dll hnetcfg enable_hnetcfg
14415wine_fn_config_dll httpapi enable_httpapi
14416wine_fn_config_dll iccvid enable_iccvid
14417wine_fn_config_dll icmp enable_icmp
14418wine_fn_config_dll ifsmgr.vxd enable_win16
14419wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14420wine_fn_config_dll imagehlp enable_imagehlp imagehlp
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014421wine_fn_config_test dlls/imagehlp/tests imagehlp_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014422wine_fn_config_dll imm.dll16 enable_win16
14423wine_fn_config_dll imm32 enable_imm32 imm32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014424wine_fn_config_test dlls/imm32/tests imm32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014425wine_fn_config_dll inetcomm enable_inetcomm inetcomm
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014426wine_fn_config_test dlls/inetcomm/tests inetcomm_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014427wine_fn_config_dll inetmib1 enable_inetmib1
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014428wine_fn_config_test dlls/inetmib1/tests inetmib1_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014429wine_fn_config_dll infosoft enable_infosoft
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014430wine_fn_config_test dlls/infosoft/tests infosoft_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014431wine_fn_config_dll initpki enable_initpki
14432wine_fn_config_dll inkobj enable_inkobj
14433wine_fn_config_dll inseng enable_inseng
14434wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014435wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014436wine_fn_config_dll itircl enable_itircl
14437wine_fn_config_dll itss enable_itss
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014438wine_fn_config_test dlls/itss/tests itss_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014439wine_fn_config_dll jscript enable_jscript
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014440wine_fn_config_test dlls/jscript/tests jscript_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014441wine_fn_config_dll kernel32 enable_kernel32 kernel32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014442wine_fn_config_test dlls/kernel32/tests kernel32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014443wine_fn_config_dll keyboard.drv16 enable_win16
14444wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14445wine_fn_config_dll loadperf enable_loadperf loadperf
14446wine_fn_config_dll localspl enable_localspl
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014447wine_fn_config_test dlls/localspl/tests localspl_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014448wine_fn_config_dll localui enable_localui
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014449wine_fn_config_test dlls/localui/tests localui_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014450wine_fn_config_dll lz32 enable_lz32 lz32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014451wine_fn_config_test dlls/lz32/tests lz32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014452wine_fn_config_dll lzexpand.dll16 enable_win16
14453wine_fn_config_dll mapi32 enable_mapi32 mapi32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014454wine_fn_config_test dlls/mapi32/tests mapi32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014455wine_fn_config_dll mapistub enable_mapistub
14456wine_fn_config_dll mciavi32 enable_mciavi32
14457wine_fn_config_dll mcicda enable_mcicda
14458wine_fn_config_dll mciqtz32 enable_mciqtz32
14459wine_fn_config_dll mciseq enable_mciseq
14460wine_fn_config_dll mciwave enable_mciwave
14461wine_fn_config_dll midimap enable_midimap
14462wine_fn_config_dll mlang enable_mlang mlang
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014463wine_fn_config_test dlls/mlang/tests mlang_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014464wine_fn_config_dll mmdevapi enable_mmdevapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014465wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014466wine_fn_config_dll mmdevldr.vxd enable_win16
14467wine_fn_config_dll mmsystem.dll16 enable_win16
14468wine_fn_config_dll monodebg.vxd enable_win16
14469wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14470wine_fn_config_dll mouse.drv16 enable_win16
14471wine_fn_config_dll mpr enable_mpr mpr
14472wine_fn_config_dll mprapi enable_mprapi mprapi
14473wine_fn_config_dll msacm.dll16 enable_win16
14474wine_fn_config_dll msacm32.drv enable_msacm32_drv
14475wine_fn_config_dll msacm32 enable_msacm32 msacm32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014476wine_fn_config_test dlls/msacm32/tests msacm32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014477wine_fn_config_dll msadp32.acm enable_msadp32_acm
14478wine_fn_config_dll mscat32 enable_mscat32
14479wine_fn_config_dll mscms enable_mscms mscms
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014480wine_fn_config_test dlls/mscms/tests mscms_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014481wine_fn_config_dll mscoree enable_mscoree
14482wine_fn_config_dll msctf enable_msctf
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014483wine_fn_config_test dlls/msctf/tests msctf_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014484wine_fn_config_dll msdaps enable_msdaps
14485wine_fn_config_dll msdmo enable_msdmo msdmo
14486wine_fn_config_dll msftedit enable_msftedit
14487wine_fn_config_dll msg711.acm enable_msg711_acm
14488wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14489wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14490wine_fn_config_dll mshtml enable_mshtml mshtml
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014491wine_fn_config_test dlls/mshtml/tests mshtml_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014492wine_fn_config_dll msi enable_msi msi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014493wine_fn_config_test dlls/msi/tests msi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014494wine_fn_config_dll msimg32 enable_msimg32 msimg32
14495wine_fn_config_dll msimtf enable_msimtf
14496wine_fn_config_dll msisip enable_msisip
14497wine_fn_config_dll msisys.ocx enable_msisys_ocx
14498wine_fn_config_dll msnet32 enable_msnet32
14499wine_fn_config_dll msrle32 enable_msrle32
14500wine_fn_config_dll mssign32 enable_mssign32
14501wine_fn_config_dll mssip32 enable_mssip32
14502wine_fn_config_dll mstask enable_mstask
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014503wine_fn_config_test dlls/mstask/tests mstask_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014504wine_fn_config_dll msvcirt enable_msvcirt
14505wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14506wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
Piotr Cabanc4522492010-03-25 11:06:29 +010014507wine_fn_config_dll msvcr80 enable_msvcr80
14508wine_fn_config_dll msvcr90 enable_msvcr90
Detlef Riekenberg73e669c2010-03-20 00:32:17 +010014509wine_fn_config_test dlls/msvcr90/tests msvcr90_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014510wine_fn_config_dll msvcrt enable_msvcrt msvcrt
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014511wine_fn_config_test dlls/msvcrt/tests msvcrt_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014512wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14513wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14514wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014515wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014516wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014517wine_fn_config_test dlls/msvfw32/tests msvfw32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014518wine_fn_config_dll msvidc32 enable_msvidc32
14519wine_fn_config_dll msvideo.dll16 enable_win16
14520wine_fn_config_dll mswsock enable_mswsock mswsock
14521wine_fn_config_dll msxml3 enable_msxml3
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014522wine_fn_config_test dlls/msxml3/tests msxml3_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014523wine_fn_config_dll msxml4 enable_msxml4
14524wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14525wine_fn_config_dll netapi32 enable_netapi32 netapi32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014526wine_fn_config_test dlls/netapi32/tests netapi32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014527wine_fn_config_dll newdev enable_newdev newdev
14528wine_fn_config_dll ntdll enable_ntdll ntdll
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014529wine_fn_config_test dlls/ntdll/tests ntdll_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014530wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014531wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014532wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14533wine_fn_config_dll ntprint enable_ntprint
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014534wine_fn_config_test dlls/ntprint/tests ntprint_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014535wine_fn_config_dll objsel enable_objsel
14536wine_fn_config_dll odbc32 enable_odbc32 odbc32
14537wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014538wine_fn_config_test dlls/odbccp32/tests odbccp32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014539wine_fn_config_dll ole2.dll16 enable_win16
14540wine_fn_config_dll ole2conv.dll16 enable_win16
14541wine_fn_config_dll ole2disp.dll16 enable_win16
14542wine_fn_config_dll ole2nls.dll16 enable_win16
14543wine_fn_config_dll ole2prox.dll16 enable_win16
14544wine_fn_config_dll ole2thk.dll16 enable_win16
14545wine_fn_config_dll ole32 enable_ole32 ole32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014546wine_fn_config_test dlls/ole32/tests ole32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014547wine_fn_config_dll oleacc enable_oleacc oleacc
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014548wine_fn_config_test dlls/oleacc/tests oleacc_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014549wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014550wine_fn_config_test dlls/oleaut32/tests oleaut32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014551wine_fn_config_dll olecli.dll16 enable_win16
14552wine_fn_config_dll olecli32 enable_olecli32 olecli32
14553wine_fn_config_dll oledb32 enable_oledb32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014554wine_fn_config_test dlls/oledb32/tests oledb32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014555wine_fn_config_dll oledlg enable_oledlg oledlg
14556wine_fn_config_dll olepro32 enable_olepro32 olepro32
14557wine_fn_config_dll olesvr.dll16 enable_win16
14558wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14559wine_fn_config_dll olethk32 enable_olethk32
14560wine_fn_config_dll openal32 enable_openal32
14561wine_fn_config_dll opengl32 enable_opengl32 opengl32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014562wine_fn_config_test dlls/opengl32/tests opengl32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014563wine_fn_config_dll pdh enable_pdh pdh
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014564wine_fn_config_test dlls/pdh/tests pdh_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014565wine_fn_config_dll pidgen enable_pidgen
14566wine_fn_config_dll powrprof enable_powrprof powrprof
14567wine_fn_config_dll printui enable_printui
14568wine_fn_config_dll propsys enable_propsys
14569wine_fn_config_dll psapi enable_psapi psapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014570wine_fn_config_test dlls/psapi/tests psapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014571wine_fn_config_dll pstorec enable_pstorec
14572wine_fn_config_dll qcap enable_qcap
14573wine_fn_config_dll qedit enable_qedit
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014574wine_fn_config_test dlls/qedit/tests qedit_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014575wine_fn_config_dll qmgr enable_qmgr
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014576wine_fn_config_test dlls/qmgr/tests qmgr_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014577wine_fn_config_dll qmgrprxy enable_qmgrprxy
14578wine_fn_config_dll quartz enable_quartz quartz
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014579wine_fn_config_test dlls/quartz/tests quartz_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014580wine_fn_config_dll query enable_query
14581wine_fn_config_dll rasapi16.dll16 enable_win16
14582wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014583wine_fn_config_test dlls/rasapi32/tests rasapi32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014584wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14585wine_fn_config_dll resutils enable_resutils resutils
14586wine_fn_config_dll riched20 enable_riched20 riched20
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014587wine_fn_config_test dlls/riched20/tests riched20_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014588wine_fn_config_dll riched32 enable_riched32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014589wine_fn_config_test dlls/riched32/tests riched32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014590wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014591wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014592wine_fn_config_dll rsabase enable_rsabase
14593wine_fn_config_dll rsaenh enable_rsaenh rsaenh
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014594wine_fn_config_test dlls/rsaenh/tests rsaenh_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014595wine_fn_config_dll rtutils enable_rtutils rtutils
14596wine_fn_config_dll sane.ds enable_sane_ds
14597wine_fn_config_dll sccbase enable_sccbase
14598wine_fn_config_dll schannel enable_schannel
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014599wine_fn_config_test dlls/schannel/tests schannel_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014600wine_fn_config_dll secur32 enable_secur32 secur32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014601wine_fn_config_test dlls/secur32/tests secur32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014602wine_fn_config_dll security enable_security
14603wine_fn_config_dll sensapi enable_sensapi sensapi
14604wine_fn_config_dll serialui enable_serialui serialui
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014605wine_fn_config_test dlls/serialui/tests serialui_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014606wine_fn_config_dll setupapi enable_setupapi setupapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014607wine_fn_config_test dlls/setupapi/tests setupapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014608wine_fn_config_dll setupx.dll16 enable_win16
14609wine_fn_config_dll sfc enable_sfc sfc
14610wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14611wine_fn_config_dll shdoclc enable_shdoclc
14612wine_fn_config_dll shdocvw enable_shdocvw shdocvw
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014613wine_fn_config_test dlls/shdocvw/tests shdocvw_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014614wine_fn_config_dll shell.dll16 enable_win16
14615wine_fn_config_dll shell32 enable_shell32 shell32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014616wine_fn_config_test dlls/shell32/tests shell32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014617wine_fn_config_dll shfolder enable_shfolder shfolder
14618wine_fn_config_dll shlwapi enable_shlwapi shlwapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014619wine_fn_config_test dlls/shlwapi/tests shlwapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014620wine_fn_config_dll slbcsp enable_slbcsp
14621wine_fn_config_dll slc enable_slc slc
14622wine_fn_config_dll snmpapi enable_snmpapi snmpapi
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014623wine_fn_config_test dlls/snmpapi/tests snmpapi_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014624wine_fn_config_dll softpub enable_softpub
14625wine_fn_config_dll sound.drv16 enable_win16
14626wine_fn_config_dll spoolss enable_spoolss spoolss
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014627wine_fn_config_test dlls/spoolss/tests spoolss_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014628wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14629wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14630wine_fn_config_dll sti enable_sti sti
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014631wine_fn_config_test dlls/sti/tests sti_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014632wine_fn_config_dll storage.dll16 enable_win16
14633wine_fn_config_dll stress.dll16 enable_win16
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014634wine_fn_config_lib strmiids
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014635wine_fn_config_dll svrapi enable_svrapi
14636wine_fn_config_dll sxs enable_sxs
14637wine_fn_config_dll system.drv16 enable_win16
14638wine_fn_config_dll t2embed enable_t2embed
14639wine_fn_config_dll tapi32 enable_tapi32 tapi32
14640wine_fn_config_dll toolhelp.dll16 enable_win16
14641wine_fn_config_dll traffic enable_traffic
14642wine_fn_config_dll twain.dll16 enable_win16
14643wine_fn_config_dll twain_32 enable_twain_32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014644wine_fn_config_test dlls/twain_32/tests twain_32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014645wine_fn_config_dll typelib.dll16 enable_win16
14646wine_fn_config_dll unicows enable_unicows unicows
14647wine_fn_config_dll updspapi enable_updspapi
14648wine_fn_config_dll url enable_url url
14649wine_fn_config_dll urlmon enable_urlmon urlmon
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014650wine_fn_config_test dlls/urlmon/tests urlmon_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014651wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14652wine_fn_config_dll user.exe16 enable_win16
14653wine_fn_config_dll user32 enable_user32 user32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014654wine_fn_config_test dlls/user32/tests user32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014655wine_fn_config_dll userenv enable_userenv userenv
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014656wine_fn_config_test dlls/userenv/tests userenv_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014657wine_fn_config_dll usp10 enable_usp10 usp10
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014658wine_fn_config_test dlls/usp10/tests usp10_test
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014659wine_fn_config_lib uuid
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014660wine_fn_config_dll uxtheme enable_uxtheme uxtheme
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014661wine_fn_config_test dlls/uxtheme/tests uxtheme_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014662wine_fn_config_dll vdhcp.vxd enable_win16
14663wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14664wine_fn_config_dll ver.dll16 enable_win16
14665wine_fn_config_dll version enable_version version
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014666wine_fn_config_test dlls/version/tests version_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014667wine_fn_config_dll vmm.vxd enable_win16
14668wine_fn_config_dll vnbt.vxd enable_win16
14669wine_fn_config_dll vnetbios.vxd enable_win16
14670wine_fn_config_dll vtdapi.vxd enable_win16
14671wine_fn_config_dll vwin32.vxd enable_win16
14672wine_fn_config_dll w32skrnl enable_win16
14673wine_fn_config_dll w32sys.dll16 enable_win16
14674wine_fn_config_dll wbemprox enable_wbemprox
14675wine_fn_config_dll wiaservc enable_wiaservc
14676wine_fn_config_dll win32s16.dll16 enable_win16
14677wine_fn_config_dll win87em.dll16 enable_win16
14678wine_fn_config_dll winaspi.dll16 enable_win16
14679wine_fn_config_dll windebug.dll16 enable_win16
14680wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014681wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014682wine_fn_config_dll winealsa.drv enable_winealsa_drv
14683wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14684wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014685wine_fn_config_lib winecrt0
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014686wine_fn_config_dll wined3d enable_wined3d wined3d
14687wine_fn_config_dll wineesd.drv enable_wineesd_drv
14688wine_fn_config_dll winejack.drv enable_winejack_drv
14689wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14690wine_fn_config_dll winemapi enable_winemapi
14691wine_fn_config_dll winemp3.acm enable_winemp3_acm
14692wine_fn_config_dll winenas.drv enable_winenas_drv
14693wine_fn_config_dll wineoss.drv enable_wineoss_drv
14694wine_fn_config_dll wineps.drv enable_wineps_drv
14695wine_fn_config_dll wineps16.drv16 enable_win16
14696wine_fn_config_dll winequartz.drv enable_winequartz_drv
14697wine_fn_config_dll winex11.drv enable_winex11_drv
14698wine_fn_config_dll wing.dll16 enable_win16
14699wine_fn_config_dll wing32 enable_wing32
14700wine_fn_config_dll winhttp enable_winhttp winhttp
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014701wine_fn_config_test dlls/winhttp/tests winhttp_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014702wine_fn_config_dll wininet enable_wininet wininet
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014703wine_fn_config_test dlls/wininet/tests wininet_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014704wine_fn_config_dll winmm enable_winmm winmm
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014705wine_fn_config_test dlls/winmm/tests winmm_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014706wine_fn_config_dll winnls.dll16 enable_win16
14707wine_fn_config_dll winnls32 enable_winnls32 winnls32
14708wine_fn_config_dll winscard enable_winscard winscard
14709wine_fn_config_dll winsock.dll16 enable_win16
14710wine_fn_config_dll winspool.drv enable_winspool_drv winspool
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014711wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014712wine_fn_config_dll wintab.dll16 enable_win16
14713wine_fn_config_dll wintab32 enable_wintab32 wintab32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014714wine_fn_config_test dlls/wintab32/tests wintab32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014715wine_fn_config_dll wintrust enable_wintrust wintrust
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014716wine_fn_config_test dlls/wintrust/tests wintrust_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014717wine_fn_config_dll wldap32 enable_wldap32 wldap32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014718wine_fn_config_test dlls/wldap32/tests wldap32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014719wine_fn_config_dll wmi enable_wmi
14720wine_fn_config_dll wmiutils enable_wmiutils
14721wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14722wine_fn_config_dll wow32 enable_win16 wow32
14723wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014724wine_fn_config_test dlls/ws2_32/tests ws2_32_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014725wine_fn_config_dll wsock32 enable_wsock32 wsock32
14726wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14727wine_fn_config_dll wuapi enable_wuapi
14728wine_fn_config_dll wuaueng enable_wuaueng
14729wine_fn_config_dll xinput1_1 enable_xinput1_1
14730wine_fn_config_dll xinput1_2 enable_xinput1_2
14731wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014732wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
Alexandre Julliard5cdd8412010-03-20 14:52:44 +010014733wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14734wine_fn_config_dll xmllite enable_xmllite
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014735wine_fn_config_test dlls/xmllite/tests xmllite_test
Alexandre Julliard03642412010-03-20 15:24:22 +010014736wine_fn_config_makefile documentation enable_documentation
14737wine_fn_config_makefile fonts enable_fonts
14738wine_fn_config_makefile include enable_include
14739wine_fn_config_makefile libs/port enable_libs_port
14740wine_fn_config_makefile libs/wine enable_libs_wine
14741wine_fn_config_makefile libs/wpp enable_libs_wpp
14742wine_fn_config_makefile loader enable_loader
Alexandre Julliardd394e042010-03-20 14:53:39 +010014743wine_fn_config_program attrib enable_attrib install
14744wine_fn_config_program cacls enable_cacls install
14745wine_fn_config_program clock enable_clock install
14746wine_fn_config_program cmd enable_cmd install
Alexandre Julliardfc7f1c72010-02-23 14:24:57 +010014747wine_fn_config_test programs/cmd/tests cmd.exe_test
Alexandre Julliardd394e042010-03-20 14:53:39 +010014748wine_fn_config_program cmdlgtst enable_cmdlgtst
14749wine_fn_config_program control enable_control install
14750wine_fn_config_program dxdiag enable_dxdiag install
14751wine_fn_config_program eject enable_eject install
14752wine_fn_config_program expand enable_expand install
14753wine_fn_config_program explorer enable_explorer install
14754wine_fn_config_program extrac32 enable_extrac32 install
14755wine_fn_config_program hh enable_hh install
14756wine_fn_config_program icinfo enable_icinfo install
14757wine_fn_config_program iexplore enable_iexplore install
14758wine_fn_config_program lodctr enable_lodctr install
14759wine_fn_config_program mshta enable_mshta install
14760wine_fn_config_program msiexec enable_msiexec installbin
14761wine_fn_config_program net enable_net install
Vincent Povirk4d3e6f42010-04-02 10:19:18 -050014762wine_fn_config_program ngen enable_ngen install
Alexandre Julliardd394e042010-03-20 14:53:39 +010014763wine_fn_config_program notepad enable_notepad installbin
14764wine_fn_config_program oleview enable_oleview install
14765wine_fn_config_program ping enable_ping install
14766wine_fn_config_program progman enable_progman install
14767wine_fn_config_program reg enable_reg install
14768wine_fn_config_program regedit enable_regedit installbin
14769wine_fn_config_program regsvr32 enable_regsvr32 installbin
14770wine_fn_config_program rpcss enable_rpcss install
14771wine_fn_config_program rundll32 enable_rundll32 install
14772wine_fn_config_program secedit enable_secedit install
14773wine_fn_config_program services enable_services install
14774wine_fn_config_program spoolsv enable_spoolsv install
14775wine_fn_config_program start enable_start install
14776wine_fn_config_program svchost enable_svchost install
14777wine_fn_config_program taskmgr enable_taskmgr install
14778wine_fn_config_program termsv enable_termsv install
14779wine_fn_config_program uninstaller enable_uninstaller install
14780wine_fn_config_program unlodctr enable_unlodctr install
14781wine_fn_config_program view enable_view
14782wine_fn_config_program wineboot enable_wineboot installbin
14783wine_fn_config_program winebrowser enable_winebrowser install
14784wine_fn_config_program winecfg enable_winecfg installbin
14785wine_fn_config_program wineconsole enable_wineconsole installbin
14786wine_fn_config_program winedbg enable_winedbg installbin
14787wine_fn_config_program winedevice enable_winedevice install
14788wine_fn_config_program winefile enable_winefile installbin
14789wine_fn_config_program winemenubuilder enable_winemenubuilder install
14790wine_fn_config_program winemine enable_winemine installbin
14791wine_fn_config_program winepath enable_winepath installbin
14792wine_fn_config_program winetest enable_winetest
14793wine_fn_config_program winevdm enable_win16 install
14794wine_fn_config_program winhelp.exe16 enable_win16 install
14795wine_fn_config_program winhlp32 enable_winhlp32 install
14796wine_fn_config_program winoldap.mod16 enable_win16 install
14797wine_fn_config_program winver enable_winver install
14798wine_fn_config_program wordpad enable_wordpad install
14799wine_fn_config_program write enable_write install
14800wine_fn_config_program xcopy enable_xcopy install
Alexandre Julliard03642412010-03-20 15:24:22 +010014801wine_fn_config_makefile server enable_server
Alexandre Julliardd81a8f82010-03-20 15:02:56 +010014802wine_fn_config_tool tools
14803wine_fn_config_tool tools/widl
14804wine_fn_config_tool tools/winebuild
14805wine_fn_config_tool tools/winedump
14806wine_fn_config_tool tools/winegcc
14807wine_fn_config_tool tools/wmc
14808wine_fn_config_tool tools/wrc
Alexandre Julliard626f4252000-11-10 23:35:20 +000014809
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010014810ac_config_commands="$ac_config_commands Makefile"
14811
14812
14813ac_config_files="$ac_config_files Make.tmp:Makefile.in"
Alexandre Julliard92b57312010-03-22 20:25:30 +010014814
14815
Alexandre Julliarde5c585e2010-03-29 17:54:55 +020014816
14817if test -n "$with_wine64"
14818then
14819wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14820fonts server:
14821 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14822$with_wine64/loader/wine32:
14823 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14824clean::
14825 \$(RM) fonts server $with_wine64/loader/wine32"
14826fi
14827
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010014828wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14829 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14830
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014831cat >confcache <<\_ACEOF
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014832# This file is a shell script that caches the results of configure
14833# tests run on this system so they can be shared between configure
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014834# scripts and configure runs, see configure's option --config-cache.
14835# It is not useful on other systems. If it contains results you don't
14836# want to keep, you may remove or edit it.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014837#
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014838# config.status only pays attention to the cache file if you give it
14839# the --recheck option to rerun configure.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014840#
Alexandre Julliard11af04e2002-10-10 03:48:04 +000014841# `ac_cv_env_foo' variables (set or unset) will be overridden when
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014842# loading this file, other *unset* `ac_cv_foo' will be assigned the
14843# following values.
14844
14845_ACEOF
14846
Alexandre Julliard7e6ae4b1996-12-08 19:25:27 +000014847# The following way of writing the cache mishandles newlines in values,
14848# but we know of no workaround that is simple, portable, and efficient.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014849# So, we kill variables containing newlines.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014850# Ultrix sh set writes to stderr and can't be redirected directly,
14851# and sets the high bit in the cache file unless we assign to the vars.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014852(
14853 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14854 eval ac_val=\$$ac_var
14855 case $ac_val in #(
14856 *${as_nl}*)
14857 case $ac_var in #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014858 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010014859$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014860 esac
14861 case $ac_var in #(
14862 _ | IFS | as_nl) ;; #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010014863 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014864 *) { eval $ac_var=; unset $ac_var;} ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014865 esac ;;
14866 esac
14867 done
14868
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014869 (set) 2>&1 |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014870 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14871 *${as_nl}ac_space=\ *)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014872 # `set' does not quote correctly, so add quotes: double-quote
14873 # substitution turns \\\\ into \\, and sed turns \\ into \.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014874 sed -n \
Alexandre Julliard875927f2004-01-02 01:55:29 +000014875 "s/'/'\\\\''/g;
14876 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014877 ;; #(
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014878 *)
14879 # `set' quotes correctly as required by POSIX, so do not add quotes.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014880 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014881 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014882 esac |
14883 sort
14884) |
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014885 sed '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014886 /^ac_cv_env_/b end
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014887 t clear
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014888 :clear
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014889 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14890 t end
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014891 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14892 :end' >>confcache
Jeremy White0ebeb532006-06-20 13:18:41 +020014893if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14894 if test -w "$cache_file"; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014895 test "x$cache_file" != "x/dev/null" &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014896 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010014897$as_echo "$as_me: updating cache $cache_file" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014898 cat confcache >$cache_file
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014899 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014900 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010014901$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014902 fi
14903fi
14904rm -f confcache
14905
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014906test "x$prefix" = xNONE && prefix=$ac_default_prefix
14907# Let make expand exec_prefix.
14908test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14909
Alexandre Julliard18f92e71996-07-17 20:02:21 +000014910DEFS=-DHAVE_CONFIG_H
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014911
Alexandre Julliard11af04e2002-10-10 03:48:04 +000014912ac_libobjs=
14913ac_ltlibobjs=
14914for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14915 # 1. Remove the extension, and $U if already installed.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014916 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Alexandre Julliardabf50482008-10-31 12:56:53 +010014917 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014918 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14919 # will be set to the directory where LIBOBJS objects are built.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014920 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14921 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
Alexandre Julliard11af04e2002-10-10 03:48:04 +000014922done
14923LIBOBJS=$ac_libobjs
14924
14925LTLIBOBJS=$ac_ltlibobjs
14926
14927
Alexandre Julliarddaa28862002-04-11 21:54:01 +000014928
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014929: ${CONFIG_STATUS=./config.status}
Alexandre Julliardabf50482008-10-31 12:56:53 +010014930ac_write_fail=0
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014931ac_clean_files_save=$ac_clean_files
14932ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014933{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010014934$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014935as_write_fail=0
14936cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014937#! $SHELL
Alexandre Julliarddaa28862002-04-11 21:54:01 +000014938# Generated by $as_me.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014939# Run this file to recreate the current configuration.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014940# Compiler output produced by configure, useful for debugging
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014941# configure, is in config.log if it exists.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014942
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014943debug=false
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000014944ac_cs_recheck=false
14945ac_cs_silent=false
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000014946
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014947SHELL=\${CONFIG_SHELL-$SHELL}
14948export SHELL
14949_ASEOF
14950cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14951## -------------------- ##
14952## M4sh Initialization. ##
14953## -------------------- ##
Alexandre Julliarddaa28862002-04-11 21:54:01 +000014954
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010014955# Be more Bourne compatible
14956DUALCASE=1; export DUALCASE # for MKS sh
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014957if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Alexandre Julliardf5818d22002-02-14 19:47:29 +000014958 emulate sh
14959 NULLCMD=:
Alexandre Julliardabf50482008-10-31 12:56:53 +010014960 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Alexandre Julliard11af04e2002-10-10 03:48:04 +000014961 # is contrary to our usage. Disable this feature.
14962 alias -g '${1+"$@"}'='"$@"'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020014963 setopt NO_GLOB_SUBST
14964else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014965 case `(set -o) 2>/dev/null` in #(
14966 *posix*) :
14967 set -o posix ;; #(
14968 *) :
14969 ;;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010014970esac
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000014971fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010014972
14973
Alexandre Julliardabf50482008-10-31 12:56:53 +010014974as_nl='
14975'
14976export as_nl
14977# Printing a long string crashes Solaris 7 /usr/bin/printf.
14978as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14979as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14980as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014981# Prefer a ksh shell builtin over an external printf program on Solaris,
14982# but without wasting forks for bash or zsh.
14983if test -z "$BASH_VERSION$ZSH_VERSION" \
14984 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14985 as_echo='print -r --'
14986 as_echo_n='print -rn --'
14987elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010014988 as_echo='printf %s\n'
14989 as_echo_n='printf %s'
14990else
14991 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14992 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14993 as_echo_n='/usr/ucb/echo -n'
14994 else
14995 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14996 as_echo_n_body='eval
14997 arg=$1;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020014998 case $arg in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010014999 *"$as_nl"*)
15000 expr "X$arg" : "X\\(.*\\)$as_nl";
15001 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15002 esac;
15003 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15004 '
15005 export as_echo_n_body
15006 as_echo_n='sh -c $as_echo_n_body as_echo'
15007 fi
15008 export as_echo_body
15009 as_echo='sh -c $as_echo_body as_echo'
15010fi
15011
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015012# The user is always right.
15013if test "${PATH_SEPARATOR+set}" != set; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010015014 PATH_SEPARATOR=:
15015 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15016 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15017 PATH_SEPARATOR=';'
15018 }
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015019fi
15020
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015021
15022# IFS
15023# We need space, tab and new line, in precisely that order. Quoting is
15024# there to prevent editors from complaining about space-tab.
15025# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15026# splitting by setting IFS to empty value.)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015027IFS=" "" $as_nl"
15028
15029# Find who we are. Look in the path if we contain no directory separator.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015030case $0 in #((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015031 *[\\/]* ) as_myself=$0 ;;
15032 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015033for as_dir in $PATH
15034do
15035 IFS=$as_save_IFS
15036 test -z "$as_dir" && as_dir=.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015037 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15038 done
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015039IFS=$as_save_IFS
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015040
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015041 ;;
15042esac
15043# We did not find ourselves, most probably we were run as `sh COMMAND'
15044# in which case we are not to be found in the path.
15045if test "x$as_myself" = x; then
15046 as_myself=$0
15047fi
15048if test ! -f "$as_myself"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010015049 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015050 exit 1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015051fi
15052
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015053# Unset variables that we do not need and which cause bugs (e.g. in
15054# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15055# suppresses any "Segmentation fault" message there. '((' could
15056# trigger a bug in pdksh 5.2.14.
15057for as_var in BASH_ENV ENV MAIL MAILPATH
15058do eval test x\${$as_var+set} = xset \
15059 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015060done
15061PS1='$ '
15062PS2='> '
15063PS4='+ '
15064
15065# NLS nuisances.
Alexandre Julliardabf50482008-10-31 12:56:53 +010015066LC_ALL=C
15067export LC_ALL
15068LANGUAGE=C
15069export LANGUAGE
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015070
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015071# CDPATH.
15072(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15073
15074
15075# as_fn_error ERROR [LINENO LOG_FD]
15076# ---------------------------------
15077# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15078# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15079# script with status $?, using 1 if that was 0.
15080as_fn_error ()
15081{
15082 as_status=$?; test $as_status -eq 0 && as_status=1
15083 if test "$3"; then
15084 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15085 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15086 fi
15087 $as_echo "$as_me: error: $1" >&2
15088 as_fn_exit $as_status
15089} # as_fn_error
15090
15091
15092# as_fn_set_status STATUS
15093# -----------------------
15094# Set $? to STATUS, without forking.
15095as_fn_set_status ()
15096{
15097 return $1
15098} # as_fn_set_status
15099
15100# as_fn_exit STATUS
15101# -----------------
15102# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15103as_fn_exit ()
15104{
15105 set +e
15106 as_fn_set_status $1
15107 exit $1
15108} # as_fn_exit
15109
15110# as_fn_unset VAR
15111# ---------------
15112# Portably unset VAR.
15113as_fn_unset ()
15114{
15115 { eval $1=; unset $1;}
15116}
15117as_unset=as_fn_unset
15118# as_fn_append VAR VALUE
15119# ----------------------
15120# Append the text in VALUE to the end of the definition contained in VAR. Take
15121# advantage of any shell optimizations that allow amortized linear growth over
15122# repeated appends, instead of the typical quadratic growth present in naive
15123# implementations.
15124if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15125 eval 'as_fn_append ()
15126 {
15127 eval $1+=\$2
15128 }'
15129else
15130 as_fn_append ()
15131 {
15132 eval $1=\$$1\$2
15133 }
15134fi # as_fn_append
15135
15136# as_fn_arith ARG...
15137# ------------------
15138# Perform arithmetic evaluation on the ARGs, and store the result in the
15139# global $as_val. Take advantage of shells that can avoid forks. The arguments
15140# must be portable across $(()) and expr.
15141if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15142 eval 'as_fn_arith ()
15143 {
15144 as_val=$(( $* ))
15145 }'
15146else
15147 as_fn_arith ()
15148 {
15149 as_val=`expr "$@" || test $? -eq 1`
15150 }
15151fi # as_fn_arith
15152
15153
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015154if expr a : '\(a\)' >/dev/null 2>&1 &&
15155 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15156 as_expr=expr
15157else
15158 as_expr=false
15159fi
15160
15161if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15162 as_basename=basename
15163else
15164 as_basename=false
15165fi
15166
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015167if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15168 as_dirname=dirname
15169else
15170 as_dirname=false
15171fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015172
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015173as_me=`$as_basename -- "$0" ||
15174$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15175 X"$0" : 'X\(//\)$' \| \
15176 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +010015177$as_echo X/"$0" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015178 sed '/^.*\/\([^/][^/]*\)\/*$/{
15179 s//\1/
15180 q
15181 }
15182 /^X\/\(\/\/\)$/{
15183 s//\1/
15184 q
15185 }
15186 /^X\/\(\/\).*/{
15187 s//\1/
15188 q
15189 }
15190 s/.*/./; q'`
15191
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015192# Avoid depending upon Character Ranges.
15193as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15194as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15195as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15196as_cr_digits='0123456789'
15197as_cr_alnum=$as_cr_Letters$as_cr_digits
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015198
15199ECHO_C= ECHO_N= ECHO_T=
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015200case `echo -n x` in #(((((
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015201-n*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015202 case `echo 'xy\c'` in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015203 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015204 xy) ECHO_C='\c';;
15205 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15206 ECHO_T=' ';;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015207 esac;;
15208*)
15209 ECHO_N='-n';;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015210esac
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015211
15212rm -f conf$$ conf$$.exe conf$$.file
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015213if test -d conf$$.dir; then
15214 rm -f conf$$.dir/conf$$.file
15215else
15216 rm -f conf$$.dir
Alexandre Julliardabf50482008-10-31 12:56:53 +010015217 mkdir conf$$.dir 2>/dev/null
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015218fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010015219if (echo >conf$$.file) 2>/dev/null; then
15220 if ln -s conf$$.file conf$$ 2>/dev/null; then
15221 as_ln_s='ln -s'
15222 # ... but there are two gotchas:
15223 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15224 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15225 # In both cases, we have to default to `cp -p'.
15226 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15227 as_ln_s='cp -p'
15228 elif ln conf$$.file conf$$ 2>/dev/null; then
15229 as_ln_s=ln
15230 else
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015231 as_ln_s='cp -p'
Alexandre Julliardabf50482008-10-31 12:56:53 +010015232 fi
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015233else
15234 as_ln_s='cp -p'
15235fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015236rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15237rmdir conf$$.dir 2>/dev/null
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015238
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015239
15240# as_fn_mkdir_p
15241# -------------
15242# Create "$as_dir" as a directory, including parents if necessary.
15243as_fn_mkdir_p ()
15244{
15245
15246 case $as_dir in #(
15247 -*) as_dir=./$as_dir;;
15248 esac
15249 test -d "$as_dir" || eval $as_mkdir_p || {
15250 as_dirs=
15251 while :; do
15252 case $as_dir in #(
15253 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15254 *) as_qdir=$as_dir;;
15255 esac
15256 as_dirs="'$as_qdir' $as_dirs"
15257 as_dir=`$as_dirname -- "$as_dir" ||
15258$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15259 X"$as_dir" : 'X\(//\)[^/]' \| \
15260 X"$as_dir" : 'X\(//\)$' \| \
15261 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15262$as_echo X"$as_dir" |
15263 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15264 s//\1/
15265 q
15266 }
15267 /^X\(\/\/\)[^/].*/{
15268 s//\1/
15269 q
15270 }
15271 /^X\(\/\/\)$/{
15272 s//\1/
15273 q
15274 }
15275 /^X\(\/\).*/{
15276 s//\1/
15277 q
15278 }
15279 s/.*/./; q'`
15280 test -d "$as_dir" && break
15281 done
15282 test -z "$as_dirs" || eval "mkdir $as_dirs"
15283 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15284
15285
15286} # as_fn_mkdir_p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015287if mkdir -p . 2>/dev/null; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015288 as_mkdir_p='mkdir -p "$as_dir"'
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015289else
Alexandre Julliard875927f2004-01-02 01:55:29 +000015290 test -d ./-p && rmdir ./-p
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015291 as_mkdir_p=false
15292fi
15293
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010015294if test -x / >/dev/null 2>&1; then
15295 as_test_x='test -x'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015296else
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010015297 if ls -dL / >/dev/null 2>&1; then
15298 as_ls_L_option=L
15299 else
15300 as_ls_L_option=
15301 fi
15302 as_test_x='
15303 eval sh -c '\''
15304 if test -d "$1"; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010015305 test -d "$1/.";
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010015306 else
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015307 case $1 in #(
Alexandre Julliardabf50482008-10-31 12:56:53 +010015308 -*)set "./$1";;
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010015309 esac;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015310 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010015311 ???[sx]*):;;*)false;;esac;fi
15312 '\'' sh
15313 '
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015314fi
Alexandre Julliarddc9f3842006-12-19 16:17:09 +010015315as_executable_p=$as_test_x
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015316
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015317# Sed expression to map a string onto a valid CPP name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000015318as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015319
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015320# Sed expression to map a string onto a valid variable name.
Alexandre Julliard875927f2004-01-02 01:55:29 +000015321as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015322
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015323
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015324exec 6>&1
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015325## ----------------------------------- ##
15326## Main body of $CONFIG_STATUS script. ##
15327## ----------------------------------- ##
15328_ASEOF
15329test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015330
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015331cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15332# Save the log message, to keep $0 and so on meaningful, and to
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015333# report actual input values of CONFIG_FILES etc. instead of their
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015334# values after options handling.
15335ac_log="
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +020015336This file was extended by Wine $as_me 1.1.42, which was
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015337generated by GNU Autoconf 2.65. Invocation command line was
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015338
15339 CONFIG_FILES = $CONFIG_FILES
15340 CONFIG_HEADERS = $CONFIG_HEADERS
15341 CONFIG_LINKS = $CONFIG_LINKS
15342 CONFIG_COMMANDS = $CONFIG_COMMANDS
15343 $ $0 $@
15344
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015345on `(hostname || uname -n) 2>/dev/null | sed 1q`
15346"
15347
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015348_ACEOF
15349
Alexandre Julliardabf50482008-10-31 12:56:53 +010015350case $ac_config_files in *"
15351"*) set x $ac_config_files; shift; ac_config_files=$*;;
15352esac
15353
15354case $ac_config_headers in *"
15355"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15356esac
15357
15358
15359cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015360# Files that config.status was made for.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015361config_files="$ac_config_files"
15362config_headers="$ac_config_headers"
Alexandre Julliard7d020c92010-02-03 13:12:12 +010015363config_links="$ac_config_links"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015364config_commands="$ac_config_commands"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015365
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015366_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015367
Alexandre Julliardabf50482008-10-31 12:56:53 +010015368cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015369ac_cs_usage="\
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015370\`$as_me' instantiates files and other configuration actions
15371from templates according to the current configuration. Unless the files
15372and actions are specified as TAGs, all are instantiated by default.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015373
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015374Usage: $0 [OPTION]... [TAG]...
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015375
15376 -h, --help print this help, then exit
Alexandre Julliard78bd1942006-08-14 20:42:56 +020015377 -V, --version print version number and configuration settings, then exit
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015378 --config print configuration, then exit
Alexandre Julliardabf50482008-10-31 12:56:53 +010015379 -q, --quiet, --silent
15380 do not print progress messages
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015381 -d, --debug don't remove temporary files
15382 --recheck update $as_me by reconfiguring in the same conditions
Alexandre Julliardabf50482008-10-31 12:56:53 +010015383 --file=FILE[:TEMPLATE]
15384 instantiate the configuration file FILE
15385 --header=FILE[:TEMPLATE]
15386 instantiate the configuration header FILE
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015387
15388Configuration files:
15389$config_files
15390
15391Configuration headers:
15392$config_headers
15393
Alexandre Julliard7d020c92010-02-03 13:12:12 +010015394Configuration links:
15395$config_links
15396
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015397Configuration commands:
15398$config_commands
15399
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015400Report bugs to <wine-devel@winehq.org>.
15401Wine home page: <http://www.winehq.org>."
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000015402
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015403_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010015404cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015405ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015406ac_cs_version="\\
Alexandre Julliardbb5f5c22010-04-02 19:43:45 +020015407Wine config.status 1.1.42
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015408configured by $0, generated by GNU Autoconf 2.65,
15409 with options \\"\$ac_cs_config\\"
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015410
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015411Copyright (C) 2009 Free Software Foundation, Inc.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015412This config.status script is free software; the Free Software Foundation
15413gives unlimited permission to copy, distribute and modify it."
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015414
15415ac_pwd='$ac_pwd'
15416srcdir='$srcdir'
15417INSTALL='$INSTALL'
Alexandre Julliardabf50482008-10-31 12:56:53 +010015418test -n "\$AWK" || AWK=awk
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015419_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015420
Alexandre Julliardabf50482008-10-31 12:56:53 +010015421cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15422# The default lists apply if the user does not specify any file.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015423ac_need_defaults=:
15424while test $# != 0
15425do
15426 case $1 in
15427 --*=*)
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015428 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15429 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015430 ac_shift=:
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015431 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015432 *)
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015433 ac_option=$1
15434 ac_optarg=$2
15435 ac_shift=shift
15436 ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015437 esac
15438
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015439 case $ac_option in
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015440 # Handling of the options.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015441 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15442 ac_cs_recheck=: ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015443 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
Alexandre Julliardabf50482008-10-31 12:56:53 +010015444 $as_echo "$ac_cs_version"; exit ;;
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015445 --config | --confi | --conf | --con | --co | --c )
15446 $as_echo "$ac_cs_config"; exit ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015447 --debug | --debu | --deb | --de | --d | -d )
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015448 debug=: ;;
15449 --file | --fil | --fi | --f )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015450 $ac_shift
Alexandre Julliardabf50482008-10-31 12:56:53 +010015451 case $ac_optarg in
15452 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15453 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015454 as_fn_append CONFIG_FILES " '$ac_optarg'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015455 ac_need_defaults=false;;
15456 --header | --heade | --head | --hea )
Alexandre Julliard11af04e2002-10-10 03:48:04 +000015457 $ac_shift
Alexandre Julliardabf50482008-10-31 12:56:53 +010015458 case $ac_optarg in
15459 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15460 esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015461 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015462 ac_need_defaults=false;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015463 --he | --h)
15464 # Conflict between --help and --header
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015465 as_fn_error "ambiguous option: \`$1'
15466Try \`$0 --help' for more information.";;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015467 --help | --hel | -h )
Alexandre Julliardabf50482008-10-31 12:56:53 +010015468 $as_echo "$ac_cs_usage"; exit ;;
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015469 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15470 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15471 ac_cs_silent=: ;;
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015472
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015473 # This is an error.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015474 -*) as_fn_error "unrecognized option: \`$1'
15475Try \`$0 --help' for more information." ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015476
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015477 *) as_fn_append ac_config_targets " $1"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015478 ac_need_defaults=false ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015479
15480 esac
15481 shift
15482done
15483
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015484ac_configure_extra_args=
15485
15486if $ac_cs_silent; then
15487 exec 6>/dev/null
15488 ac_configure_extra_args="$ac_configure_extra_args --silent"
15489fi
15490
15491_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010015492cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015493if \$ac_cs_recheck; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010015494 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15495 shift
15496 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15497 CONFIG_SHELL='$SHELL'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015498 export CONFIG_SHELL
Alexandre Julliardabf50482008-10-31 12:56:53 +010015499 exec "\$@"
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015500fi
15501
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015502_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010015503cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015504exec 5>>config.log
15505{
15506 echo
15507 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15508## Running $as_me. ##
15509_ASBOX
Alexandre Julliardabf50482008-10-31 12:56:53 +010015510 $as_echo "$ac_log"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015511} >&5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015512
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015513_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010015514cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010015515#
15516# INIT-COMMANDS
15517#
15518wine_fn_output_makefile ()
15519{
15520 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15521$ALL_MAKEFILE_DEPENDS
15522_WINE_EOF
15523 as_fn_error "could not create Makefile" "$LINENO" 5
15524}
15525
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015526_ACEOF
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015527
Alexandre Julliardabf50482008-10-31 12:56:53 +010015528cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015529
15530# Handling of arguments.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015531for ac_config_target in $ac_config_targets
15532do
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015533 case $ac_config_target in
15534 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
Alexandre Julliardc4704c22006-09-22 09:33:00 +020015535 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
Alexandre Julliarda6320522010-02-03 13:14:03 +010015536 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
Alexandre Julliardce122962010-02-03 13:13:16 +010015537 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15538 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15539 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15540 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
Alexandre Julliard7d020c92010-02-03 13:12:12 +010015541 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
Alexandre Julliard7dfc4472006-10-20 12:25:29 +020015542 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15543 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
Alexandre Julliard1c60e3b2006-09-12 16:10:51 +020015544 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
Alexandre Julliardb8a2e3b2006-11-16 14:49:25 +010015545 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015546 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15547 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15548 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
Alexandre Julliardcb1fc8f2010-02-10 11:18:58 +010015549 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015550 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15551 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015552 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010015553 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15554 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015555
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015556 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015557 esac
15558done
15559
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015560
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015561# If the user did not use the arguments to specify the items to instantiate,
15562# then the envvar interface is used. Set only those that are not.
15563# We use the long form for the default assignment because of an extremely
15564# bizarre bug on SunOS 4.1.3.
15565if $ac_need_defaults; then
15566 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15567 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
Alexandre Julliard7d020c92010-02-03 13:12:12 +010015568 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015569 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15570fi
15571
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015572# Have a temporary directory for convenience. Make it in the build tree
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015573# simply because there is no reason against having it here, and in addition,
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015574# creating and moving files from /tmp can sometimes cause problems.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015575# Hook for its removal unless debugging.
15576# Note that there is a small window in which the directory will not be cleaned:
15577# after its creation but before its name has been assigned to `$tmp'.
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015578$debug ||
15579{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015580 tmp=
15581 trap 'exit_status=$?
15582 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15583' 0
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015584 trap 'as_fn_exit 1' 1 2 13 15
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015585}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015586# Create a (secure) tmp directory for tmp files.
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000015587
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015588{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015589 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015590 test -n "$tmp" && test -d "$tmp"
15591} ||
15592{
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015593 tmp=./conf$$-$RANDOM
15594 (umask 077 && mkdir "$tmp")
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015595} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015596
Alexandre Julliardabf50482008-10-31 12:56:53 +010015597# Set up the scripts for CONFIG_FILES section.
15598# No need to generate them if there are no CONFIG_FILES.
15599# This happens for instance with `./config.status config.h'.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015600if test -n "$CONFIG_FILES"; then
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015601
Alexandre Julliardabf50482008-10-31 12:56:53 +010015602if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15603 ac_cs_awk_getline=:
15604 ac_cs_awk_pipe_init=
15605 ac_cs_awk_read_file='
15606 while ((getline aline < (F[key])) > 0)
15607 print(aline)
15608 close(F[key])'
15609 ac_cs_awk_pipe_fini=
15610else
15611 ac_cs_awk_getline=false
15612 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15613 ac_cs_awk_read_file='
15614 print "|#_!!_#|"
15615 print "cat " F[key] " &&"
15616 '$ac_cs_awk_pipe_init
15617 # The final `:' finishes the AND list.
15618 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15619fi
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015620ac_cr=`echo X | tr X '\015'`
15621# On cygwin, bash can eat \r inside `` if the user requested igncr.
15622# But we know of no other shell where ac_cr would be empty at this
15623# point, so we can use a bashism as a fallback.
15624if test "x$ac_cr" = x; then
15625 eval ac_cr=\$\'\\r\'
15626fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010015627ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15628if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015629 ac_cs_awk_cr='\r'
Alexandre Julliardabf50482008-10-31 12:56:53 +010015630else
15631 ac_cs_awk_cr=$ac_cr
15632fi
15633
15634echo 'BEGIN {' >"$tmp/subs1.awk" &&
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015635_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015636
Alexandre Julliardabf50482008-10-31 12:56:53 +010015637# Create commands to substitute file output variables.
15638{
15639 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15640 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15641 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15642 echo "_ACAWK" &&
15643 echo "_ACEOF"
15644} >conf$$files.sh &&
15645. ./conf$$files.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015646 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010015647rm -f conf$$files.sh
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015648
Alexandre Julliardabf50482008-10-31 12:56:53 +010015649{
15650 echo "cat >conf$$subs.awk <<_ACEOF" &&
15651 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15652 echo "_ACEOF"
15653} >conf$$subs.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015654 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010015655ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015656ac_delim='%!_!# '
15657for ac_last_try in false false false false false :; do
Alexandre Julliardabf50482008-10-31 12:56:53 +010015658 . ./conf$$subs.sh ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015659 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015660
Alexandre Julliardabf50482008-10-31 12:56:53 +010015661 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15662 if test $ac_delim_n = $ac_delim_num; then
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015663 break
15664 elif $ac_last_try; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015665 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015666 else
15667 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015668 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015669done
Alexandre Julliardabf50482008-10-31 12:56:53 +010015670rm -f conf$$subs.sh
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015671
Alexandre Julliardabf50482008-10-31 12:56:53 +010015672cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15673cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015674_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010015675sed -n '
15676h
15677s/^/S["/; s/!.*/"]=/
15678p
15679g
15680s/^[^!]*!//
15681:repl
15682t repl
15683s/'"$ac_delim"'$//
15684t delim
15685:nl
15686h
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015687s/\(.\{148\}\)..*/\1/
Alexandre Julliardabf50482008-10-31 12:56:53 +010015688t more1
15689s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15690p
15691n
15692b repl
15693:more1
15694s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15695p
15696g
15697s/.\{148\}//
15698t nl
15699:delim
15700h
Alexandre Julliardfa8c4f72009-12-28 11:43:02 +010015701s/\(.\{148\}\)..*/\1/
Alexandre Julliardabf50482008-10-31 12:56:53 +010015702t more2
15703s/["\\]/\\&/g; s/^/"/; s/$/"/
15704p
15705b
15706:more2
15707s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15708p
15709g
15710s/.\{148\}//
15711t delim
15712' <conf$$subs.awk | sed '
15713/^[^""]/{
15714 N
15715 s/\n//
15716}
15717' >>$CONFIG_STATUS || ac_write_fail=1
15718rm -f conf$$subs.awk
15719cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15720_ACAWK
15721cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15722 for (key in S) S_is_set[key] = 1
15723 FS = ""
15724 \$ac_cs_awk_pipe_init
15725}
15726{
15727 line = $ 0
15728 nfields = split(line, field, "@")
15729 substed = 0
15730 len = length(field[1])
15731 for (i = 2; i < nfields; i++) {
15732 key = field[i]
15733 keylen = length(key)
15734 if (S_is_set[key]) {
15735 value = S[key]
15736 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15737 len += length(value) + length(field[++i])
15738 substed = 1
15739 } else
15740 len += 1 + keylen
15741 }
15742 if (nfields == 3 && !substed) {
15743 key = field[2]
15744 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15745 \$ac_cs_awk_read_file
15746 next
15747 }
15748 }
15749 print line
15750}
15751\$ac_cs_awk_pipe_fini
15752_ACAWK
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015753_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010015754cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15755if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15756 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15757else
15758 cat
15759fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015760 || as_fn_error "could not setup config files machinery" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015761_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015762
15763# VPATH may cause trouble with some makes, so we remove $(srcdir),
15764# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15765# trailing colons and then remove the whole line if VPATH becomes empty
15766# (actually we leave an empty line to preserve line numbers).
15767if test "x$srcdir" = x.; then
15768 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15769s/:*\$(srcdir):*/:/
15770s/:*\${srcdir}:*/:/
15771s/:*@srcdir@:*/:/
15772s/^\([^=]*=[ ]*\):*/\1/
15773s/:*$//
15774s/^[^=]*=[ ]*$//
15775}'
15776fi
15777
Alexandre Julliardabf50482008-10-31 12:56:53 +010015778cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015779fi # test -n "$CONFIG_FILES"
15780
Alexandre Julliardabf50482008-10-31 12:56:53 +010015781# Set up the scripts for CONFIG_HEADERS section.
15782# No need to generate them if there are no CONFIG_HEADERS.
15783# This happens for instance with `./config.status Makefile'.
15784if test -n "$CONFIG_HEADERS"; then
15785cat >"$tmp/defines.awk" <<\_ACAWK ||
15786BEGIN {
15787_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015788
Alexandre Julliardabf50482008-10-31 12:56:53 +010015789# Transform confdefs.h into an awk script `defines.awk', embedded as
15790# here-document in config.status, that substitutes the proper values into
15791# config.h.in to produce config.h.
15792
15793# Create a delimiter string that does not exist in confdefs.h, to ease
15794# handling of long lines.
15795ac_delim='%!_!# '
15796for ac_last_try in false false :; do
15797 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15798 if test -z "$ac_t"; then
15799 break
15800 elif $ac_last_try; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015801 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010015802 else
15803 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15804 fi
15805done
15806
15807# For the awk script, D is an array of macro values keyed by name,
15808# likewise P contains macro parameters if any. Preserve backslash
15809# newline sequences.
15810
15811ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15812sed -n '
15813s/.\{148\}/&'"$ac_delim"'/g
15814t rset
15815:rset
15816s/^[ ]*#[ ]*define[ ][ ]*/ /
15817t def
15818d
15819:def
15820s/\\$//
15821t bsnl
15822s/["\\]/\\&/g
15823s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15824D["\1"]=" \3"/p
15825s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15826d
15827:bsnl
15828s/["\\]/\\&/g
15829s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15830D["\1"]=" \3\\\\\\n"\\/p
15831t cont
15832s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15833t cont
15834d
15835:cont
15836n
15837s/.\{148\}/&'"$ac_delim"'/g
15838t clear
15839:clear
15840s/\\$//
15841t bsnlc
15842s/["\\]/\\&/g; s/^/"/; s/$/"/p
15843d
15844:bsnlc
15845s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15846b cont
15847' <confdefs.h | sed '
15848s/'"$ac_delim"'/"\\\
15849"/g' >>$CONFIG_STATUS || ac_write_fail=1
15850
15851cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15852 for (key in D) D_is_set[key] = 1
15853 FS = ""
15854}
15855/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15856 line = \$ 0
15857 split(line, arg, " ")
15858 if (arg[1] == "#") {
15859 defundef = arg[2]
15860 mac1 = arg[3]
15861 } else {
15862 defundef = substr(arg[1], 2)
15863 mac1 = arg[2]
15864 }
15865 split(mac1, mac2, "(") #)
15866 macro = mac2[1]
15867 prefix = substr(line, 1, index(line, defundef) - 1)
15868 if (D_is_set[macro]) {
15869 # Preserve the white space surrounding the "#".
15870 print prefix "define", macro P[macro] D[macro]
15871 next
15872 } else {
15873 # Replace #undef with comments. This is necessary, for example,
15874 # in the case of _POSIX_SOURCE, which is predefined and required
15875 # on some systems where configure will not decide to define it.
15876 if (defundef == "undef") {
15877 print "/*", prefix defundef, macro, "*/"
15878 next
15879 }
15880 }
15881}
15882{ print }
15883_ACAWK
15884_ACEOF
15885cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015886 as_fn_error "could not setup config headers machinery" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010015887fi # test -n "$CONFIG_HEADERS"
15888
15889
Alexandre Julliard7d020c92010-02-03 13:12:12 +010015890eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
Alexandre Julliardabf50482008-10-31 12:56:53 +010015891shift
15892for ac_tag
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015893do
15894 case $ac_tag in
15895 :[FHLC]) ac_mode=$ac_tag; continue;;
15896 esac
15897 case $ac_mode$ac_tag in
15898 :[FHL]*:*);;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015899 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015900 :[FH]-) ac_tag=-:-;;
15901 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15902 esac
15903 ac_save_IFS=$IFS
15904 IFS=:
15905 set x $ac_tag
15906 IFS=$ac_save_IFS
15907 shift
15908 ac_file=$1
15909 shift
15910
15911 case $ac_mode in
15912 :L) ac_source=$1;;
15913 :[FH])
15914 ac_file_inputs=
15915 for ac_f
15916 do
15917 case $ac_f in
15918 -) ac_f="$tmp/stdin";;
15919 *) # Look for the file first in the build tree, then in the source tree
15920 # (if the path is not absolute). The absolute path cannot be DOS-style,
15921 # because $ac_f cannot contain `:'.
15922 test -f "$ac_f" ||
15923 case $ac_f in
15924 [\\/$]*) false;;
15925 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15926 esac ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015927 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015928 esac
Alexandre Julliardabf50482008-10-31 12:56:53 +010015929 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015930 as_fn_append ac_file_inputs " '$ac_f'"
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015931 done
15932
15933 # Let's still pretend it is `configure' which instantiates (i.e., don't
15934 # use $as_me), people would be surprised to read:
15935 # /* config.h. Generated by config.status. */
Alexandre Julliardabf50482008-10-31 12:56:53 +010015936 configure_input='Generated from '`
15937 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15938 `' by configure.'
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015939 if test x"$ac_file" != x-; then
15940 configure_input="$ac_file. $configure_input"
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015941 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010015942$as_echo "$as_me: creating $ac_file" >&6;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015943 fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010015944 # Neutralize special characters interpreted by sed in replacement strings.
15945 case $configure_input in #(
15946 *\&* | *\|* | *\\* )
15947 ac_sed_conf_input=`$as_echo "$configure_input" |
15948 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15949 *) ac_sed_conf_input=$configure_input;;
15950 esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015951
15952 case $ac_tag in
Alexandre Julliardabf50482008-10-31 12:56:53 +010015953 *:-:* | *:-) cat >"$tmp/stdin" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015954 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015955 esac
15956 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000015957 esac
15958
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015959 ac_dir=`$as_dirname -- "$ac_file" ||
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015960$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Alexandre Julliard875927f2004-01-02 01:55:29 +000015961 X"$ac_file" : 'X\(//\)[^/]' \| \
15962 X"$ac_file" : 'X\(//\)$' \| \
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015963 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
Alexandre Julliardabf50482008-10-31 12:56:53 +010015964$as_echo X"$ac_file" |
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015965 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15966 s//\1/
15967 q
15968 }
15969 /^X\(\/\/\)[^/].*/{
15970 s//\1/
15971 q
15972 }
15973 /^X\(\/\/\)$/{
15974 s//\1/
15975 q
15976 }
15977 /^X\(\/\).*/{
15978 s//\1/
15979 q
15980 }
15981 s/.*/./; q'`
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020015982 as_dir="$ac_dir"; as_fn_mkdir_p
Alexandre Julliarddaa28862002-04-11 21:54:01 +000015983 ac_builddir=.
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000015984
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015985case "$ac_dir" in
15986.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15987*)
Alexandre Julliardabf50482008-10-31 12:56:53 +010015988 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015989 # A ".." for each directory in $ac_dir_suffix.
Alexandre Julliardabf50482008-10-31 12:56:53 +010015990 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020015991 case $ac_top_builddir_sub in
15992 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15993 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15994 esac ;;
15995esac
15996ac_abs_top_builddir=$ac_pwd
15997ac_abs_builddir=$ac_pwd$ac_dir_suffix
15998# for backward compatibility:
15999ac_top_builddir=$ac_top_build_prefix
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016000
16001case $srcdir in
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016002 .) # We are building in place.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016003 ac_srcdir=.
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016004 ac_top_srcdir=$ac_top_builddir_sub
16005 ac_abs_top_srcdir=$ac_pwd ;;
16006 [\\/]* | ?:[\\/]* ) # Absolute name.
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016007 ac_srcdir=$srcdir$ac_dir_suffix;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016008 ac_top_srcdir=$srcdir
16009 ac_abs_top_srcdir=$srcdir ;;
16010 *) # Relative name.
16011 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16012 ac_top_srcdir=$ac_top_build_prefix$srcdir
16013 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016014esac
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016015ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Alexandre Julliard875927f2004-01-02 01:55:29 +000016016
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016017
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016018 case $ac_mode in
16019 :F)
16020 #
16021 # CONFIG_FILE
16022 #
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000016023
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016024 case $INSTALL in
16025 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016026 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000016027 esac
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016028_ACEOF
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016029
Alexandre Julliardabf50482008-10-31 12:56:53 +010016030cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016031# If the template does not know about datarootdir, expand it.
16032# FIXME: This hack should be removed a few years after 2.60.
Jeremy White0ebeb532006-06-20 13:18:41 +020016033ac_datarootdir_hack=; ac_datarootdir_seen=
Alexandre Julliardabf50482008-10-31 12:56:53 +010016034ac_sed_dataroot='
16035/datarootdir/ {
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016036 p
16037 q
16038}
16039/@datadir@/p
16040/@docdir@/p
16041/@infodir@/p
16042/@localedir@/p
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016043/@mandir@/p'
Alexandre Julliardabf50482008-10-31 12:56:53 +010016044case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
Jeremy White0ebeb532006-06-20 13:18:41 +020016045*datarootdir*) ac_datarootdir_seen=yes;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016046*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016047 { $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 +010016048$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016049_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010016050cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016051 ac_datarootdir_hack='
16052 s&@datadir@&$datadir&g
16053 s&@docdir@&$docdir&g
16054 s&@infodir@&$infodir&g
16055 s&@localedir@&$localedir&g
16056 s&@mandir@&$mandir&g
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016057 s&\\\${datarootdir}&$datarootdir&g' ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016058esac
16059_ACEOF
16060
16061# Neutralize VPATH when `$srcdir' = `.'.
16062# Shell code in configure.ac might set extrasub.
16063# FIXME: do we really want to maintain this feature?
Alexandre Julliardabf50482008-10-31 12:56:53 +010016064cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16065ac_sed_extra="$ac_vpsub
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016066$extrasub
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016067_ACEOF
Alexandre Julliardabf50482008-10-31 12:56:53 +010016068cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016069:t
16070/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
Alexandre Julliardabf50482008-10-31 12:56:53 +010016071s|@configure_input@|$ac_sed_conf_input|;t t
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016072s&@top_builddir@&$ac_top_builddir_sub&;t t
Alexandre Julliardabf50482008-10-31 12:56:53 +010016073s&@top_build_prefix@&$ac_top_build_prefix&;t t
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016074s&@srcdir@&$ac_srcdir&;t t
16075s&@abs_srcdir@&$ac_abs_srcdir&;t t
16076s&@top_srcdir@&$ac_top_srcdir&;t t
16077s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16078s&@builddir@&$ac_builddir&;t t
16079s&@abs_builddir@&$ac_abs_builddir&;t t
16080s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16081s&@INSTALL@&$ac_INSTALL&;t t
16082$ac_datarootdir_hack
Alexandre Julliardabf50482008-10-31 12:56:53 +010016083"
16084eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16085if $ac_cs_awk_getline; then
16086 $AWK -f "$tmp/subs.awk"
16087else
16088 $AWK -f "$tmp/subs.awk" | $SHELL
16089fi >$tmp/out \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016090 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016091
Jeremy White0ebeb532006-06-20 13:18:41 +020016092test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16093 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
Alexandre Julliardf5f37a82006-06-27 16:41:43 +020016094 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016095 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Jeremy White0ebeb532006-06-20 13:18:41 +020016096which seems to be undefined. Please make sure it is defined." >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016097$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Jeremy White0ebeb532006-06-20 13:18:41 +020016098which seems to be undefined. Please make sure it is defined." >&2;}
16099
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016100 rm -f "$tmp/stdin"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016101 case $ac_file in
Alexandre Julliardabf50482008-10-31 12:56:53 +010016102 -) cat "$tmp/out" && rm -f "$tmp/out";;
16103 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16104 esac \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016105 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016106 ;;
16107 :H)
16108 #
16109 # CONFIG_HEADER
16110 #
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016111 if test x"$ac_file" != x-; then
Alexandre Julliardabf50482008-10-31 12:56:53 +010016112 {
16113 $as_echo "/* $configure_input */" \
16114 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16115 } >"$tmp/config.h" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016116 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016117 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016118 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016119$as_echo "$as_me: $ac_file is unchanged" >&6;}
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016120 else
Alexandre Julliardabf50482008-10-31 12:56:53 +010016121 rm -f "$ac_file"
16122 mv "$tmp/config.h" "$ac_file" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016123 || as_fn_error "could not create $ac_file" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016124 fi
16125 else
Alexandre Julliardabf50482008-10-31 12:56:53 +010016126 $as_echo "/* $configure_input */" \
16127 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016128 || as_fn_error "could not create -" "$LINENO" 5
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016129 fi
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016130 ;;
Alexandre Julliard7d020c92010-02-03 13:12:12 +010016131 :L)
16132 #
16133 # CONFIG_LINK
16134 #
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000016135
Alexandre Julliard7d020c92010-02-03 13:12:12 +010016136 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16137 :
16138 else
16139 # Prefer the file from the source tree if names are identical.
16140 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16141 ac_source=$srcdir/$ac_source
16142 fi
16143
16144 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16145$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16146
16147 if test ! -r "$ac_source"; then
16148 as_fn_error "$ac_source: file not found" "$LINENO" 5
16149 fi
16150 rm -f "$ac_file"
16151
16152 # Try a relative symlink, then a hard link, then a copy.
16153 case $srcdir in
16154 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16155 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16156 esac
16157 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16158 ln "$ac_source" "$ac_file" 2>/dev/null ||
16159 cp -p "$ac_source" "$ac_file" ||
16160 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16161 fi
16162 ;;
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016163 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016164$as_echo "$as_me: executing $ac_file commands" >&6;}
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016165 ;;
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016166 esac
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000016167
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016168
16169 case $ac_file$ac_mode in
Alexandre Julliardc4704c22006-09-22 09:33:00 +020016170 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
Alexandre Julliarda1c253e2010-02-11 20:26:35 +010016171 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16172$as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16173 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16174$as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16175 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16176$as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16177 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16178$as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16179 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16180$as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16181 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16182$as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
Alexandre Julliard39b4ba22010-03-25 22:13:03 +010016183 "Makefile":C) wine_fn_output_makefile Makefile ;;
Alexandre Julliardfc6ffb22006-05-25 20:08:12 +020016184
16185 esac
16186done # for ac_tag
16187
Alexandre Julliard87a2f8d2000-04-09 18:20:25 +000016188
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016189as_fn_exit 0
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016190_ACEOF
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016191ac_clean_files=$ac_clean_files_save
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000016192
Alexandre Julliardabf50482008-10-31 12:56:53 +010016193test $ac_write_fail = 0 ||
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016194 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016195
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016196
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016197# configure is writing to config.log, and then calls config.status.
16198# config.status does its own redirection, appending to config.log.
16199# Unfortunately, on DOS this fails, as config.log is still kept open
16200# by configure, so config.status won't be able to write to it; its
16201# output is simply discarded. So we exec the FD to /dev/null,
16202# effectively closing config.log, so it can be properly (re)opened and
16203# appended to by config.status. When coming back to configure, we
16204# need to make the FD available again.
16205if test "$no_create" != yes; then
16206 ac_cs_success=:
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016207 ac_config_status_args=
16208 test "$silent" = yes &&
16209 ac_config_status_args="$ac_config_status_args --quiet"
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016210 exec 5>/dev/null
Alexandre Julliarde24bcc72002-12-24 00:35:19 +000016211 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016212 exec 5>>config.log
16213 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16214 # would make configure fail if this is the last instruction.
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016215 $ac_cs_success || as_fn_exit $?
Alexandre Julliardf5818d22002-02-14 19:47:29 +000016216fi
Alexandre Julliardabf50482008-10-31 12:56:53 +010016217if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016219$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16220fi
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000016221
Alexandre Julliarddaa28862002-04-11 21:54:01 +000016222
Alexandre Julliarde3bd1112006-09-21 11:14:38 +020016223if test "$no_create" = "yes"
16224then
16225 exit 0
16226fi
16227
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016228ac_save_IFS="$IFS"
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010016229if test "x$wine_notices != "x; then
16230 echo >&6
Rafał Mużyło4736c992008-10-20 21:43:21 +020016231 IFS="|"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016232 for msg in $wine_notices; do
Rafał Mużyło4736c992008-10-20 21:43:21 +020016233 IFS="$ac_save_IFS"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016234 if test -n "$msg"; then
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016235 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016236$as_echo "$as_me: $msg" >&6;}
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016237 fi
16238 done
16239fi
Rafał Mużyło4736c992008-10-20 21:43:21 +020016240IFS="|"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016241for msg in $wine_warnings; do
Rafał Mużyło4736c992008-10-20 21:43:21 +020016242 IFS="$ac_save_IFS"
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016243 if test -n "$msg"; then
16244 echo >&2
Alexandre Julliard25e9e4f2009-08-10 14:27:28 +020016245 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
Alexandre Julliardabf50482008-10-31 12:56:53 +010016246$as_echo "$as_me: WARNING: $msg" >&2;}
Detlef Riekenberge84a3822006-08-21 05:28:17 +020016247 fi
Alexandre Julliardf9dec942007-07-10 15:14:15 +020016248done
16249IFS="$ac_save_IFS"
Francois Gouget99d026f2005-03-19 17:08:18 +000016250
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010016251echo "
Alexandre Julliard64362ac2010-02-23 13:33:52 +010016252$as_me: Finished. Do '${ac_make}' to compile Wine.
Alexandre Julliarda41f0f12008-01-07 14:51:44 +010016253" >&6
Alexandre Julliarde2991ea1995-07-29 13:09:43 +000016254