Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1 | #! /bin/sh |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2 | # Guess values for system-dependent variables and create Makefiles. |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 3 | # Generated by GNU Autoconf 2.60a for Wine 0.9.17. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4 | # |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5 | # Report bugs to <wine-devel@winehq.org>. |
| 6 | # |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 8 | # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 9 | # This configure script is free software; the Free Software Foundation |
| 10 | # gives unlimited permission to copy, distribute and modify it. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11 | ## --------------------- ## |
| 12 | ## M4sh Initialization. ## |
| 13 | ## --------------------- ## |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14 | |
| 15 | # Be Bourne compatible |
| 16 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 17 | emulate sh |
| 18 | NULLCMD=: |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 19 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
| 20 | # is contrary to our usage. Disable this feature. |
| 21 | alias -g '${1+"$@"}'='"$@"' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22 | setopt NO_GLOB_SUBST |
| 23 | else |
| 24 | case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 26 | BIN_SH=xpg4; export BIN_SH # for Tru64 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 27 | DUALCASE=1; export DUALCASE # for MKS sh |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 28 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 29 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 30 | # PATH needs CR |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 31 | # Avoid depending upon Character Ranges. |
| 32 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
| 33 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
| 34 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
| 35 | as_cr_digits='0123456789' |
| 36 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 37 | |
| 38 | # The user is always right. |
| 39 | if test "${PATH_SEPARATOR+set}" != set; then |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 40 | echo "#! /bin/sh" >conf$$.sh |
| 41 | echo "exit 0" >>conf$$.sh |
| 42 | chmod +x conf$$.sh |
| 43 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 44 | PATH_SEPARATOR=';' |
| 45 | else |
| 46 | PATH_SEPARATOR=: |
| 47 | fi |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 48 | rm -f conf$$.sh |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 49 | fi |
| 50 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 51 | # Support unset when possible. |
| 52 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
| 53 | as_unset=unset |
| 54 | else |
| 55 | as_unset=false |
| 56 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 57 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 58 | |
| 59 | # IFS |
| 60 | # We need space, tab and new line, in precisely that order. Quoting is |
| 61 | # there to prevent editors from complaining about space-tab. |
| 62 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 63 | # splitting by setting IFS to empty value.) |
| 64 | as_nl=' |
| 65 | ' |
| 66 | IFS=" "" $as_nl" |
| 67 | |
| 68 | # Find who we are. Look in the path if we contain no directory separator. |
| 69 | case $0 in |
| 70 | *[\\/]* ) as_myself=$0 ;; |
| 71 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 72 | for as_dir in $PATH |
| 73 | do |
| 74 | IFS=$as_save_IFS |
| 75 | test -z "$as_dir" && as_dir=. |
| 76 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
| 77 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 78 | IFS=$as_save_IFS |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 79 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 80 | ;; |
| 81 | esac |
| 82 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
| 83 | # in which case we are not to be found in the path. |
| 84 | if test "x$as_myself" = x; then |
| 85 | as_myself=$0 |
| 86 | fi |
| 87 | if test ! -f "$as_myself"; then |
| 88 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| 89 | { (exit 1); exit 1; } |
| 90 | fi |
| 91 | |
| 92 | # Work around bugs in pre-3.0 UWIN ksh. |
| 93 | for as_var in ENV MAIL MAILPATH |
| 94 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 95 | done |
| 96 | PS1='$ ' |
| 97 | PS2='> ' |
| 98 | PS4='+ ' |
| 99 | |
| 100 | # NLS nuisances. |
| 101 | for as_var in \ |
| 102 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
| 103 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| 104 | LC_TELEPHONE LC_TIME |
| 105 | do |
| 106 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 107 | eval $as_var=C; export $as_var |
| 108 | else |
| 109 | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 110 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 111 | done |
| 112 | |
| 113 | # Required to use basename. |
| 114 | if expr a : '\(a\)' >/dev/null 2>&1 && |
| 115 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 116 | as_expr=expr |
| 117 | else |
| 118 | as_expr=false |
| 119 | fi |
| 120 | |
| 121 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
| 122 | as_basename=basename |
| 123 | else |
| 124 | as_basename=false |
| 125 | fi |
| 126 | |
| 127 | |
| 128 | # Name of the executable. |
| 129 | as_me=`$as_basename -- "$0" || |
| 130 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 131 | X"$0" : 'X\(//\)$' \| \ |
| 132 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
| 133 | echo X/"$0" | |
| 134 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| 135 | s//\1/ |
| 136 | q |
| 137 | } |
| 138 | /^X\/\(\/\/\)$/{ |
| 139 | s//\1/ |
| 140 | q |
| 141 | } |
| 142 | /^X\/\(\/\).*/{ |
| 143 | s//\1/ |
| 144 | q |
| 145 | } |
| 146 | s/.*/./; q'` |
| 147 | |
| 148 | # CDPATH. |
| 149 | $as_unset CDPATH |
| 150 | |
| 151 | |
| 152 | if test "x$CONFIG_SHELL" = x; then |
| 153 | if (eval ":") 2>/dev/null; then |
| 154 | as_have_required=yes |
| 155 | else |
| 156 | as_have_required=no |
| 157 | fi |
| 158 | |
| 159 | if test $as_have_required = yes && (eval ": |
| 160 | (as_func_return () { |
| 161 | (exit \$1) |
| 162 | } |
| 163 | as_func_success () { |
| 164 | as_func_return 0 |
| 165 | } |
| 166 | as_func_failure () { |
| 167 | as_func_return 1 |
| 168 | } |
| 169 | as_func_ret_success () { |
| 170 | return 0 |
| 171 | } |
| 172 | as_func_ret_failure () { |
| 173 | return 1 |
| 174 | } |
| 175 | |
| 176 | exitcode=0 |
| 177 | if as_func_success; then |
| 178 | : |
| 179 | else |
| 180 | exitcode=1 |
| 181 | echo as_func_success failed. |
| 182 | fi |
| 183 | |
| 184 | if as_func_failure; then |
| 185 | exitcode=1 |
| 186 | echo as_func_failure succeeded. |
| 187 | fi |
| 188 | |
| 189 | if as_func_ret_success; then |
| 190 | : |
| 191 | else |
| 192 | exitcode=1 |
| 193 | echo as_func_ret_success failed. |
| 194 | fi |
| 195 | |
| 196 | if as_func_ret_failure; then |
| 197 | exitcode=1 |
| 198 | echo as_func_ret_failure succeeded. |
| 199 | fi |
| 200 | |
| 201 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
| 202 | : |
| 203 | else |
| 204 | exitcode=1 |
| 205 | echo positional parameters were not saved. |
| 206 | fi |
| 207 | |
| 208 | test \$exitcode = 0) || { (exit 1); exit 1; } |
| 209 | |
| 210 | ( |
| 211 | as_lineno_1=\$LINENO |
| 212 | as_lineno_2=\$LINENO |
| 213 | test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && |
| 214 | test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } |
| 215 | ") 2> /dev/null; then |
| 216 | : |
| 217 | else |
| 218 | as_candidate_shells= |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 219 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 220 | for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 221 | do |
| 222 | IFS=$as_save_IFS |
| 223 | test -z "$as_dir" && as_dir=. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 224 | case $as_dir in |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 225 | /*) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 226 | for as_base in sh bash ksh sh5; do |
| 227 | as_candidate_shells="$as_candidate_shells $as_dir/$as_base" |
| 228 | done;; |
| 229 | esac |
| 230 | done |
| 231 | IFS=$as_save_IFS |
| 232 | |
| 233 | |
| 234 | for as_shell in $as_candidate_shells $SHELL; do |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 235 | # Try only shells that exist, to save several forks. |
| 236 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
| 237 | { ("$as_shell") 2> /dev/null <<\_ASEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 238 | # Be Bourne compatible |
| 239 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 240 | emulate sh |
| 241 | NULLCMD=: |
| 242 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
| 243 | # is contrary to our usage. Disable this feature. |
| 244 | alias -g '${1+"$@"}'='"$@"' |
| 245 | setopt NO_GLOB_SUBST |
| 246 | else |
| 247 | case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
| 248 | fi |
| 249 | BIN_SH=xpg4; export BIN_SH # for Tru64 |
| 250 | DUALCASE=1; export DUALCASE # for MKS sh |
| 251 | |
| 252 | : |
| 253 | _ASEOF |
| 254 | }; then |
| 255 | CONFIG_SHELL=$as_shell |
| 256 | as_have_required=yes |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 257 | if { "$as_shell" 2> /dev/null <<\_ASEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 258 | # Be Bourne compatible |
| 259 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 260 | emulate sh |
| 261 | NULLCMD=: |
| 262 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
| 263 | # is contrary to our usage. Disable this feature. |
| 264 | alias -g '${1+"$@"}'='"$@"' |
| 265 | setopt NO_GLOB_SUBST |
| 266 | else |
| 267 | case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
| 268 | fi |
| 269 | BIN_SH=xpg4; export BIN_SH # for Tru64 |
| 270 | DUALCASE=1; export DUALCASE # for MKS sh |
| 271 | |
| 272 | : |
| 273 | (as_func_return () { |
| 274 | (exit $1) |
| 275 | } |
| 276 | as_func_success () { |
| 277 | as_func_return 0 |
| 278 | } |
| 279 | as_func_failure () { |
| 280 | as_func_return 1 |
| 281 | } |
| 282 | as_func_ret_success () { |
| 283 | return 0 |
| 284 | } |
| 285 | as_func_ret_failure () { |
| 286 | return 1 |
| 287 | } |
| 288 | |
| 289 | exitcode=0 |
| 290 | if as_func_success; then |
| 291 | : |
| 292 | else |
| 293 | exitcode=1 |
| 294 | echo as_func_success failed. |
| 295 | fi |
| 296 | |
| 297 | if as_func_failure; then |
| 298 | exitcode=1 |
| 299 | echo as_func_failure succeeded. |
| 300 | fi |
| 301 | |
| 302 | if as_func_ret_success; then |
| 303 | : |
| 304 | else |
| 305 | exitcode=1 |
| 306 | echo as_func_ret_success failed. |
| 307 | fi |
| 308 | |
| 309 | if as_func_ret_failure; then |
| 310 | exitcode=1 |
| 311 | echo as_func_ret_failure succeeded. |
| 312 | fi |
| 313 | |
| 314 | if ( set x; as_func_ret_success y && test x = "$1" ); then |
| 315 | : |
| 316 | else |
| 317 | exitcode=1 |
| 318 | echo positional parameters were not saved. |
| 319 | fi |
| 320 | |
| 321 | test $exitcode = 0) || { (exit 1); exit 1; } |
| 322 | |
| 323 | ( |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 324 | as_lineno_1=$LINENO |
| 325 | as_lineno_2=$LINENO |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 326 | test "x$as_lineno_1" != "x$as_lineno_2" && |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 327 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } |
| 328 | |
| 329 | _ASEOF |
| 330 | }; then |
| 331 | break |
| 332 | fi |
| 333 | |
| 334 | fi |
| 335 | |
| 336 | done |
| 337 | |
| 338 | if test "x$CONFIG_SHELL" != x; then |
| 339 | for as_var in BASH_ENV ENV |
| 340 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 341 | done |
| 342 | export CONFIG_SHELL |
| 343 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
| 344 | fi |
| 345 | |
| 346 | |
| 347 | if test $as_have_required = no; then |
| 348 | echo This script requires a shell more modern than all the |
| 349 | echo shells that I found on your system. Please install a |
| 350 | echo modern shell, or manually run the script under such a |
| 351 | echo shell if you do have one. |
| 352 | { (exit 1); exit 1; } |
| 353 | fi |
| 354 | |
| 355 | |
| 356 | fi |
| 357 | |
| 358 | fi |
| 359 | |
| 360 | |
| 361 | |
| 362 | (eval "as_func_return () { |
| 363 | (exit \$1) |
| 364 | } |
| 365 | as_func_success () { |
| 366 | as_func_return 0 |
| 367 | } |
| 368 | as_func_failure () { |
| 369 | as_func_return 1 |
| 370 | } |
| 371 | as_func_ret_success () { |
| 372 | return 0 |
| 373 | } |
| 374 | as_func_ret_failure () { |
| 375 | return 1 |
| 376 | } |
| 377 | |
| 378 | exitcode=0 |
| 379 | if as_func_success; then |
| 380 | : |
| 381 | else |
| 382 | exitcode=1 |
| 383 | echo as_func_success failed. |
| 384 | fi |
| 385 | |
| 386 | if as_func_failure; then |
| 387 | exitcode=1 |
| 388 | echo as_func_failure succeeded. |
| 389 | fi |
| 390 | |
| 391 | if as_func_ret_success; then |
| 392 | : |
| 393 | else |
| 394 | exitcode=1 |
| 395 | echo as_func_ret_success failed. |
| 396 | fi |
| 397 | |
| 398 | if as_func_ret_failure; then |
| 399 | exitcode=1 |
| 400 | echo as_func_ret_failure succeeded. |
| 401 | fi |
| 402 | |
| 403 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
| 404 | : |
| 405 | else |
| 406 | exitcode=1 |
| 407 | echo positional parameters were not saved. |
| 408 | fi |
| 409 | |
| 410 | test \$exitcode = 0") || { |
| 411 | echo No shell found that supports shell functions. |
| 412 | echo Please tell autoconf@gnu.org about your system, |
| 413 | echo including any error possibly output before this |
| 414 | echo message |
| 415 | } |
| 416 | |
| 417 | |
| 418 | |
| 419 | as_lineno_1=$LINENO |
| 420 | as_lineno_2=$LINENO |
| 421 | test "x$as_lineno_1" != "x$as_lineno_2" && |
| 422 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 423 | |
| 424 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
| 425 | # uniformly replaced by the line number. The first 'sed' inserts a |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 426 | # line-number line after each line using $LINENO; the second 'sed' |
| 427 | # does the real work. The second script uses 'N' to pair each |
| 428 | # line-number line with the line containing $LINENO, and appends |
| 429 | # trailing '-' during substitution so that $LINENO is not a special |
| 430 | # case at line end. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 431 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 432 | # scripts with optimization help from Paolo Bonzini. Blame Lee |
| 433 | # E. McMahon (1931-1989) for sed's syntax. :-) |
| 434 | sed -n ' |
| 435 | p |
| 436 | /[$]LINENO/= |
| 437 | ' <$as_myself | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 438 | sed ' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 439 | s/[$]LINENO.*/&-/ |
| 440 | t lineno |
| 441 | b |
| 442 | :lineno |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 443 | N |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 444 | :loop |
| 445 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 446 | t loop |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 447 | s/-\n.*// |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 448 | ' >$as_me.lineno && |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 449 | chmod +x "$as_me.lineno" || |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 450 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
| 451 | { (exit 1); exit 1; }; } |
| 452 | |
| 453 | # Don't try to exec as it changes $[0], causing all sort of problems |
| 454 | # (the dirname of $[0] is not the place where we might find the |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 455 | # original and so on. Autoconf is especially sensitive to this). |
| 456 | . "./$as_me.lineno" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 457 | # Exit status is that of the last command. |
| 458 | exit |
| 459 | } |
| 460 | |
| 461 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 462 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 463 | as_dirname=dirname |
| 464 | else |
| 465 | as_dirname=false |
| 466 | fi |
| 467 | |
| 468 | ECHO_C= ECHO_N= ECHO_T= |
| 469 | case `echo -n x` in |
| 470 | -n*) |
| 471 | case `echo 'x\c'` in |
| 472 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
| 473 | *) ECHO_C='\c';; |
| 474 | esac;; |
| 475 | *) |
| 476 | ECHO_N='-n';; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 477 | esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 478 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 479 | if expr a : '\(a\)' >/dev/null 2>&1 && |
| 480 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 481 | as_expr=expr |
| 482 | else |
| 483 | as_expr=false |
| 484 | fi |
| 485 | |
| 486 | rm -f conf$$ conf$$.exe conf$$.file |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 487 | if test -d conf$$.dir; then |
| 488 | rm -f conf$$.dir/conf$$.file |
| 489 | else |
| 490 | rm -f conf$$.dir |
| 491 | mkdir conf$$.dir |
| 492 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 493 | echo >conf$$.file |
| 494 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 495 | as_ln_s='ln -s' |
| 496 | # ... but there are two gotchas: |
| 497 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 498 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 499 | # In both cases, we have to default to `cp -p'. |
| 500 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 501 | as_ln_s='cp -p' |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 502 | elif ln conf$$.file conf$$ 2>/dev/null; then |
| 503 | as_ln_s=ln |
| 504 | else |
| 505 | as_ln_s='cp -p' |
| 506 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 507 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 508 | rmdir conf$$.dir 2>/dev/null |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 509 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 510 | if mkdir -p . 2>/dev/null; then |
| 511 | as_mkdir_p=: |
| 512 | else |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 513 | test -d ./-p && rmdir ./-p |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 514 | as_mkdir_p=false |
| 515 | fi |
| 516 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 517 | # Find out whether ``test -x'' works. Don't use a zero-byte file, as |
| 518 | # systems may use methods other than mode bits to determine executability. |
| 519 | cat >conf$$.file <<_ASEOF |
| 520 | #! /bin/sh |
| 521 | exit 0 |
| 522 | _ASEOF |
| 523 | chmod +x conf$$.file |
| 524 | if test -x conf$$.file >/dev/null 2>&1; then |
| 525 | as_executable_p="test -x" |
| 526 | else |
| 527 | as_executable_p=: |
| 528 | fi |
| 529 | rm -f conf$$.file |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 530 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 531 | # Sed expression to map a string onto a valid CPP name. |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 532 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 533 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 534 | # Sed expression to map a string onto a valid variable name. |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 535 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 536 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 537 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 538 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 539 | exec 7<&0 </dev/null 6>&1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 540 | |
| 541 | # Name of the host. |
| 542 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
| 543 | # so uname gets run too. |
| 544 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
| 545 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 546 | # |
| 547 | # Initializations. |
| 548 | # |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 549 | ac_default_prefix=/usr/local |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 550 | ac_clean_files= |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 551 | ac_config_libobj_dir=. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 552 | LIBOBJS= |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 553 | cross_compiling=no |
| 554 | subdirs= |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 555 | MFLAGS= |
| 556 | MAKEFLAGS= |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 557 | SHELL=${CONFIG_SHELL-/bin/sh} |
| 558 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 559 | # Identity of this package. |
| 560 | PACKAGE_NAME='Wine' |
| 561 | PACKAGE_TARNAME='wine' |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 562 | PACKAGE_VERSION='0.9.17' |
| 563 | PACKAGE_STRING='Wine 0.9.17' |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 564 | PACKAGE_BUGREPORT='wine-devel@winehq.org' |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 565 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 566 | ac_unique_file="server/atom.c" |
| 567 | # Factoring default headers for most tests. |
| 568 | ac_includes_default="\ |
| 569 | #include <stdio.h> |
| 570 | #if HAVE_SYS_TYPES_H |
| 571 | # include <sys/types.h> |
| 572 | #endif |
| 573 | #if HAVE_SYS_STAT_H |
| 574 | # include <sys/stat.h> |
| 575 | #endif |
| 576 | #if STDC_HEADERS |
| 577 | # include <stdlib.h> |
| 578 | # include <stddef.h> |
| 579 | #else |
| 580 | # if HAVE_STDLIB_H |
| 581 | # include <stdlib.h> |
| 582 | # endif |
| 583 | #endif |
| 584 | #if HAVE_STRING_H |
| 585 | # if !STDC_HEADERS && HAVE_MEMORY_H |
| 586 | # include <memory.h> |
| 587 | # endif |
| 588 | # include <string.h> |
| 589 | #endif |
| 590 | #if HAVE_STRINGS_H |
| 591 | # include <strings.h> |
| 592 | #endif |
| 593 | #if HAVE_INTTYPES_H |
| 594 | # include <inttypes.h> |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 595 | #endif |
| 596 | #if HAVE_STDINT_H |
| 597 | # include <stdint.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 598 | #endif |
| 599 | #if HAVE_UNISTD_H |
| 600 | # include <unistd.h> |
| 601 | #endif" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 602 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 603 | ac_subst_vars='SHELL |
| 604 | PATH_SEPARATOR |
| 605 | PACKAGE_NAME |
| 606 | PACKAGE_TARNAME |
| 607 | PACKAGE_VERSION |
| 608 | PACKAGE_STRING |
| 609 | PACKAGE_BUGREPORT |
| 610 | exec_prefix |
| 611 | prefix |
| 612 | program_transform_name |
| 613 | bindir |
| 614 | sbindir |
| 615 | libexecdir |
| 616 | datarootdir |
| 617 | datadir |
| 618 | sysconfdir |
| 619 | sharedstatedir |
| 620 | localstatedir |
| 621 | includedir |
| 622 | oldincludedir |
| 623 | docdir |
| 624 | infodir |
| 625 | htmldir |
| 626 | dvidir |
| 627 | pdfdir |
| 628 | psdir |
| 629 | libdir |
| 630 | localedir |
| 631 | mandir |
| 632 | DEFS |
| 633 | ECHO_C |
| 634 | ECHO_N |
| 635 | ECHO_T |
| 636 | LIBS |
| 637 | build_alias |
| 638 | host_alias |
| 639 | target_alias |
| 640 | build |
| 641 | build_cpu |
| 642 | build_vendor |
| 643 | build_os |
| 644 | host |
| 645 | host_cpu |
| 646 | host_vendor |
| 647 | host_os |
| 648 | WIN16_FILES |
| 649 | WIN16_INSTALL |
| 650 | SET_MAKE |
| 651 | CC |
| 652 | CFLAGS |
| 653 | LDFLAGS |
| 654 | CPPFLAGS |
| 655 | ac_ct_CC |
| 656 | EXEEXT |
| 657 | OBJEXT |
| 658 | CXX |
| 659 | CXXFLAGS |
| 660 | ac_ct_CXX |
| 661 | CPPBIN |
| 662 | TOOLSDIR |
| 663 | XMKMF |
| 664 | CPP |
| 665 | X_CFLAGS |
| 666 | X_PRE_LIBS |
| 667 | X_LIBS |
| 668 | X_EXTRA_LIBS |
| 669 | LEX |
| 670 | LEXLIB |
| 671 | LEX_OUTPUT_ROOT |
| 672 | XLEX |
| 673 | BISON |
| 674 | AS |
| 675 | ac_ct_AS |
| 676 | LD |
| 677 | AR |
| 678 | RANLIB |
| 679 | STRIP |
| 680 | WINDRES |
| 681 | LN_S |
| 682 | LN |
| 683 | GREP |
| 684 | EGREP |
| 685 | LDCONFIG |
| 686 | INSTALL_PROGRAM |
| 687 | INSTALL_SCRIPT |
| 688 | INSTALL_DATA |
| 689 | LINT |
| 690 | LINTFLAGS |
| 691 | FONTFORGE |
| 692 | PKG_CONFIG |
| 693 | PRELINK |
| 694 | LIBPTHREAD |
| 695 | XLIB |
| 696 | XFILES |
| 697 | OPENGLFILES |
| 698 | GLU32FILES |
| 699 | OPENGL_LIBS |
| 700 | GLUT_LIBS |
| 701 | GLUT32FILES |
| 702 | NASLIBS |
| 703 | XML2LIBS |
| 704 | XML2INCL |
| 705 | XSLTLIBS |
| 706 | XSLTINCL |
| 707 | HALINCL |
| 708 | CURSESLIBS |
| 709 | sane_devel |
| 710 | SANELIBS |
| 711 | SANEINCL |
| 712 | gphoto2_devel |
| 713 | gphoto2port_devel |
| 714 | GPHOTO2LIBS |
| 715 | GPHOTO2INCL |
| 716 | ICULIBS |
| 717 | RESOLVLIBS |
| 718 | LCMSLIBS |
| 719 | LDAPLIBS |
| 720 | FREETYPELIBS |
| 721 | FREETYPEINCL |
| 722 | ft_devel |
| 723 | ft_devel2 |
| 724 | FONTSSUBDIRS |
| 725 | ARTSCCONFIG |
| 726 | ARTSLIBS |
| 727 | ARTSINCL |
| 728 | ESDCONFIG |
| 729 | ESDLIBS |
| 730 | ESDINCL |
| 731 | ALSALIBS |
| 732 | AUDIOIOLIBS |
| 733 | EXTRACFLAGS |
| 734 | BUILTINFLAG |
| 735 | DLLEXT |
| 736 | DLLFLAGS |
| 737 | DLLIBS |
| 738 | LDSHARED |
| 739 | LDDLLFLAGS |
| 740 | LIBEXT |
| 741 | IMPLIBEXT |
| 742 | DLLTOOL |
| 743 | DLLWRAP |
| 744 | LDEXECFLAGS |
| 745 | LDEXERPATH |
| 746 | LDDLLRPATH |
| 747 | COREFOUNDATIONLIB |
| 748 | IOKITLIB |
Emmanuel Maillard | 144a535 | 2006-05-28 22:46:23 +0200 | [diff] [blame] | 749 | COREAUDIO |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 750 | CROSSTEST |
| 751 | CROSSCC |
| 752 | CROSSWINDRES |
| 753 | LDPATH |
| 754 | CRTLIBS |
| 755 | SOCKETLIBS |
| 756 | MAIN_BINARY |
| 757 | EXTRA_BINARIES |
| 758 | LDD |
| 759 | LIBOBJS |
| 760 | LTLIBOBJS' |
| 761 | ac_subst_files='MAKE_RULES |
| 762 | MAKE_DLL_RULES |
| 763 | MAKE_IMPLIB_RULES |
| 764 | MAKE_TEST_RULES |
| 765 | MAKE_LIB_RULES |
| 766 | MAKE_PROG_RULES' |
| 767 | ac_precious_vars='build_alias |
| 768 | host_alias |
| 769 | target_alias |
| 770 | CC |
| 771 | CFLAGS |
| 772 | LDFLAGS |
| 773 | CPPFLAGS |
| 774 | CXX |
| 775 | CXXFLAGS |
| 776 | CCC |
| 777 | XMKMF |
| 778 | CPP' |
| 779 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 780 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 781 | # Initialize some variables set by options. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 782 | ac_init_help= |
| 783 | ac_init_version=false |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 784 | # The variables have the same names as the options, with |
| 785 | # dashes changed to underlines. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 786 | cache_file=/dev/null |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 787 | exec_prefix=NONE |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 788 | no_create= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 789 | no_recursion= |
| 790 | prefix=NONE |
| 791 | program_prefix=NONE |
| 792 | program_suffix=NONE |
| 793 | program_transform_name=s,x,x, |
| 794 | silent= |
| 795 | site= |
| 796 | srcdir= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 797 | verbose= |
| 798 | x_includes=NONE |
| 799 | x_libraries=NONE |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 800 | |
| 801 | # Installation directory options. |
| 802 | # These are left unexpanded so users can "make install exec_prefix=/foo" |
| 803 | # and all the variables that are supposed to be based on exec_prefix |
| 804 | # by default will actually change. |
| 805 | # Use braces instead of parens because sh, perl, etc. also accept them. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 806 | # (The list follows the same order as the GNU Coding Standards.) |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 807 | bindir='${exec_prefix}/bin' |
| 808 | sbindir='${exec_prefix}/sbin' |
| 809 | libexecdir='${exec_prefix}/libexec' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 810 | datarootdir='${prefix}/share' |
| 811 | datadir='${datarootdir}' |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 812 | sysconfdir='${prefix}/etc' |
| 813 | sharedstatedir='${prefix}/com' |
| 814 | localstatedir='${prefix}/var' |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 815 | includedir='${prefix}/include' |
| 816 | oldincludedir='/usr/include' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 817 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
| 818 | infodir='${datarootdir}/info' |
| 819 | htmldir='${docdir}' |
| 820 | dvidir='${docdir}' |
| 821 | pdfdir='${docdir}' |
| 822 | psdir='${docdir}' |
| 823 | libdir='${exec_prefix}/lib' |
| 824 | localedir='${datarootdir}/locale' |
| 825 | mandir='${datarootdir}/man' |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 826 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 827 | ac_prev= |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 828 | ac_dashdash= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 829 | for ac_option |
| 830 | do |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 831 | # If the previous option needs an argument, assign it. |
| 832 | if test -n "$ac_prev"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 833 | eval $ac_prev=\$ac_option |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 834 | ac_prev= |
| 835 | continue |
| 836 | fi |
| 837 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 838 | case $ac_option in |
| 839 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| 840 | *) ac_optarg=yes ;; |
| 841 | esac |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 842 | |
| 843 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| 844 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 845 | case $ac_dashdash$ac_option in |
| 846 | --) |
| 847 | ac_dashdash=yes ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 848 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 849 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
| 850 | ac_prev=bindir ;; |
| 851 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 852 | bindir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 853 | |
| 854 | -build | --build | --buil | --bui | --bu) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 855 | ac_prev=build_alias ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 856 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 857 | build_alias=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 858 | |
| 859 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
| 860 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
| 861 | ac_prev=cache_file ;; |
| 862 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
| 863 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 864 | cache_file=$ac_optarg ;; |
| 865 | |
| 866 | --config-cache | -C) |
| 867 | cache_file=config.cache ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 868 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 869 | -datadir | --datadir | --datadi | --datad) |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 870 | ac_prev=datadir ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 871 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 872 | datadir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 873 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 874 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
| 875 | | --dataroo | --dataro | --datar) |
| 876 | ac_prev=datarootdir ;; |
| 877 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
| 878 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
| 879 | datarootdir=$ac_optarg ;; |
| 880 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 881 | -disable-* | --disable-*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 882 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 883 | # Reject names that are not valid shell variable names. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 884 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
| 885 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
| 886 | { (exit 1); exit 1; }; } |
| 887 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 888 | eval enable_$ac_feature=no ;; |
| 889 | |
| 890 | -docdir | --docdir | --docdi | --doc | --do) |
| 891 | ac_prev=docdir ;; |
| 892 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
| 893 | docdir=$ac_optarg ;; |
| 894 | |
| 895 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
| 896 | ac_prev=dvidir ;; |
| 897 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
| 898 | dvidir=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 899 | |
| 900 | -enable-* | --enable-*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 901 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 902 | # Reject names that are not valid shell variable names. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 903 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && |
| 904 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
| 905 | { (exit 1); exit 1; }; } |
| 906 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 907 | eval enable_$ac_feature=\$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 908 | |
| 909 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
| 910 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
| 911 | | --exec | --exe | --ex) |
| 912 | ac_prev=exec_prefix ;; |
| 913 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
| 914 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
| 915 | | --exec=* | --exe=* | --ex=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 916 | exec_prefix=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 917 | |
| 918 | -gas | --gas | --ga | --g) |
| 919 | # Obsolete; use --with-gas. |
| 920 | with_gas=yes ;; |
| 921 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 922 | -help | --help | --hel | --he | -h) |
| 923 | ac_init_help=long ;; |
| 924 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) |
| 925 | ac_init_help=recursive ;; |
| 926 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) |
| 927 | ac_init_help=short ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 928 | |
| 929 | -host | --host | --hos | --ho) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 930 | ac_prev=host_alias ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 931 | -host=* | --host=* | --hos=* | --ho=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 932 | host_alias=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 933 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 934 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
| 935 | ac_prev=htmldir ;; |
| 936 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
| 937 | | --ht=*) |
| 938 | htmldir=$ac_optarg ;; |
| 939 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 940 | -includedir | --includedir | --includedi | --included | --include \ |
| 941 | | --includ | --inclu | --incl | --inc) |
| 942 | ac_prev=includedir ;; |
| 943 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
| 944 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 945 | includedir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 946 | |
| 947 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
| 948 | ac_prev=infodir ;; |
| 949 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 950 | infodir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 951 | |
| 952 | -libdir | --libdir | --libdi | --libd) |
| 953 | ac_prev=libdir ;; |
| 954 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 955 | libdir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 956 | |
| 957 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
| 958 | | --libexe | --libex | --libe) |
| 959 | ac_prev=libexecdir ;; |
| 960 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
| 961 | | --libexe=* | --libex=* | --libe=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 962 | libexecdir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 963 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 964 | -localedir | --localedir | --localedi | --localed | --locale) |
| 965 | ac_prev=localedir ;; |
| 966 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
| 967 | localedir=$ac_optarg ;; |
| 968 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 969 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 970 | | --localstate | --localstat | --localsta | --localst | --locals) |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 971 | ac_prev=localstatedir ;; |
| 972 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 973 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 974 | localstatedir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 975 | |
| 976 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
| 977 | ac_prev=mandir ;; |
| 978 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 979 | mandir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 980 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 981 | -nfp | --nfp | --nf) |
| 982 | # Obsolete; use --without-fp. |
| 983 | with_fp=no ;; |
| 984 | |
| 985 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 986 | | --no-cr | --no-c | -n) |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 987 | no_create=yes ;; |
| 988 | |
| 989 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
| 990 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
| 991 | no_recursion=yes ;; |
| 992 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 993 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
| 994 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
| 995 | | --oldin | --oldi | --old | --ol | --o) |
| 996 | ac_prev=oldincludedir ;; |
| 997 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
| 998 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
| 999 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1000 | oldincludedir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1001 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1002 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
| 1003 | ac_prev=prefix ;; |
| 1004 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1005 | prefix=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1006 | |
| 1007 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
| 1008 | | --program-pre | --program-pr | --program-p) |
| 1009 | ac_prev=program_prefix ;; |
| 1010 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
| 1011 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1012 | program_prefix=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1013 | |
| 1014 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
| 1015 | | --program-suf | --program-su | --program-s) |
| 1016 | ac_prev=program_suffix ;; |
| 1017 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
| 1018 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1019 | program_suffix=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1020 | |
| 1021 | -program-transform-name | --program-transform-name \ |
| 1022 | | --program-transform-nam | --program-transform-na \ |
| 1023 | | --program-transform-n | --program-transform- \ |
| 1024 | | --program-transform | --program-transfor \ |
| 1025 | | --program-transfo | --program-transf \ |
| 1026 | | --program-trans | --program-tran \ |
| 1027 | | --progr-tra | --program-tr | --program-t) |
| 1028 | ac_prev=program_transform_name ;; |
| 1029 | -program-transform-name=* | --program-transform-name=* \ |
| 1030 | | --program-transform-nam=* | --program-transform-na=* \ |
| 1031 | | --program-transform-n=* | --program-transform-=* \ |
| 1032 | | --program-transform=* | --program-transfor=* \ |
| 1033 | | --program-transfo=* | --program-transf=* \ |
| 1034 | | --program-trans=* | --program-tran=* \ |
| 1035 | | --progr-tra=* | --program-tr=* | --program-t=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1036 | program_transform_name=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1037 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1038 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
| 1039 | ac_prev=pdfdir ;; |
| 1040 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
| 1041 | pdfdir=$ac_optarg ;; |
| 1042 | |
| 1043 | -psdir | --psdir | --psdi | --psd | --ps) |
| 1044 | ac_prev=psdir ;; |
| 1045 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
| 1046 | psdir=$ac_optarg ;; |
| 1047 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1048 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 1049 | | -silent | --silent | --silen | --sile | --sil) |
| 1050 | silent=yes ;; |
| 1051 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1052 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
| 1053 | ac_prev=sbindir ;; |
| 1054 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
| 1055 | | --sbi=* | --sb=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1056 | sbindir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1057 | |
| 1058 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
| 1059 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
| 1060 | | --sharedst | --shareds | --shared | --share | --shar \ |
| 1061 | | --sha | --sh) |
| 1062 | ac_prev=sharedstatedir ;; |
| 1063 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
| 1064 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
| 1065 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
| 1066 | | --sha=* | --sh=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1067 | sharedstatedir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1068 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1069 | -site | --site | --sit) |
| 1070 | ac_prev=site ;; |
| 1071 | -site=* | --site=* | --sit=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1072 | site=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1073 | |
| 1074 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
| 1075 | ac_prev=srcdir ;; |
| 1076 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1077 | srcdir=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1078 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1079 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
| 1080 | | --syscon | --sysco | --sysc | --sys | --sy) |
| 1081 | ac_prev=sysconfdir ;; |
| 1082 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
| 1083 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1084 | sysconfdir=$ac_optarg ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1085 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1086 | -target | --target | --targe | --targ | --tar | --ta | --t) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1087 | ac_prev=target_alias ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1088 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1089 | target_alias=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1090 | |
| 1091 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
| 1092 | verbose=yes ;; |
| 1093 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1094 | -version | --version | --versio | --versi | --vers | -V) |
| 1095 | ac_init_version=: ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1096 | |
| 1097 | -with-* | --with-*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1098 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1099 | # Reject names that are not valid shell variable names. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1100 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
| 1101 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
| 1102 | { (exit 1); exit 1; }; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1103 | ac_package=`echo $ac_package| sed 's/-/_/g'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1104 | eval with_$ac_package=\$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1105 | |
| 1106 | -without-* | --without-*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1107 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1108 | # Reject names that are not valid shell variable names. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1109 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && |
| 1110 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
| 1111 | { (exit 1); exit 1; }; } |
| 1112 | ac_package=`echo $ac_package | sed 's/-/_/g'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1113 | eval with_$ac_package=no ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1114 | |
| 1115 | --x) |
| 1116 | # Obsolete; use --with-x. |
| 1117 | with_x=yes ;; |
| 1118 | |
| 1119 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
| 1120 | | --x-incl | --x-inc | --x-in | --x-i) |
| 1121 | ac_prev=x_includes ;; |
| 1122 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
| 1123 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1124 | x_includes=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1125 | |
| 1126 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
| 1127 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
| 1128 | ac_prev=x_libraries ;; |
| 1129 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
| 1130 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1131 | x_libraries=$ac_optarg ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1132 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1133 | -*) { echo "$as_me: error: unrecognized option: $ac_option |
| 1134 | Try \`$0 --help' for more information." >&2 |
| 1135 | { (exit 1); exit 1; }; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1136 | ;; |
| 1137 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1138 | *=*) |
| 1139 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
| 1140 | # Reject names that are not valid shell variable names. |
| 1141 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
| 1142 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
| 1143 | { (exit 1); exit 1; }; } |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1144 | eval $ac_envvar=\$ac_optarg |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1145 | export $ac_envvar ;; |
| 1146 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1147 | *) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1148 | # FIXME: should be removed in autoconf 3.0. |
| 1149 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
| 1150 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1151 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
| 1152 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1153 | ;; |
| 1154 | |
| 1155 | esac |
| 1156 | done |
| 1157 | |
| 1158 | if test -n "$ac_prev"; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1159 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1160 | { echo "$as_me: error: missing argument to $ac_option" >&2 |
| 1161 | { (exit 1); exit 1; }; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1162 | fi |
| 1163 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1164 | # Be sure to have absolute directory names. |
| 1165 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
| 1166 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
| 1167 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
| 1168 | libdir localedir mandir |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1169 | do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1170 | eval ac_val=\$$ac_var |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1171 | case $ac_val in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1172 | [\\/$]* | ?:[\\/]* ) continue;; |
| 1173 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1174 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1175 | { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
| 1176 | { (exit 1); exit 1; }; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1177 | done |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1178 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1179 | # There might be people who depend on the old broken behavior: `$host' |
| 1180 | # used to hold the argument of --host etc. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1181 | # FIXME: To remove some day. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1182 | build=$build_alias |
| 1183 | host=$host_alias |
| 1184 | target=$target_alias |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1185 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1186 | # FIXME: To remove some day. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1187 | if test "x$host_alias" != x; then |
| 1188 | if test "x$build_alias" = x; then |
| 1189 | cross_compiling=maybe |
| 1190 | echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
| 1191 | If a cross compiler is detected then cross compile mode will be used." >&2 |
| 1192 | elif test "x$build_alias" != "x$host_alias"; then |
| 1193 | cross_compiling=yes |
| 1194 | fi |
| 1195 | fi |
| 1196 | |
| 1197 | ac_tool_prefix= |
| 1198 | test -n "$host_alias" && ac_tool_prefix=$host_alias- |
| 1199 | |
| 1200 | test "$silent" = yes && exec 6>/dev/null |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1201 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1202 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1203 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1204 | ac_ls_di=`ls -di .` && |
| 1205 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1206 | { echo "$as_me: error: Working directory cannot be determined" >&2 |
| 1207 | { (exit 1); exit 1; }; } |
| 1208 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1209 | { echo "$as_me: error: pwd does not report name of working directory" >&2 |
| 1210 | { (exit 1); exit 1; }; } |
| 1211 | |
| 1212 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1213 | # Find the source files, if location was not specified. |
| 1214 | if test -z "$srcdir"; then |
| 1215 | ac_srcdir_defaulted=yes |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1216 | # Try the directory containing this script, then the parent directory. |
| 1217 | ac_confdir=`$as_dirname -- "$0" || |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1218 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1219 | X"$0" : 'X\(//\)[^/]' \| \ |
| 1220 | X"$0" : 'X\(//\)$' \| \ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1221 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1222 | echo X"$0" | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1223 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 1224 | s//\1/ |
| 1225 | q |
| 1226 | } |
| 1227 | /^X\(\/\/\)[^/].*/{ |
| 1228 | s//\1/ |
| 1229 | q |
| 1230 | } |
| 1231 | /^X\(\/\/\)$/{ |
| 1232 | s//\1/ |
| 1233 | q |
| 1234 | } |
| 1235 | /^X\(\/\).*/{ |
| 1236 | s//\1/ |
| 1237 | q |
| 1238 | } |
| 1239 | s/.*/./; q'` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1240 | srcdir=$ac_confdir |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1241 | if test ! -r "$srcdir/$ac_unique_file"; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1242 | srcdir=.. |
| 1243 | fi |
| 1244 | else |
| 1245 | ac_srcdir_defaulted=no |
| 1246 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1247 | if test ! -r "$srcdir/$ac_unique_file"; then |
| 1248 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1249 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1250 | { (exit 1); exit 1; }; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1251 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1252 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1253 | ac_abs_confdir=`( |
| 1254 | cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 1255 | { (exit 1); exit 1; }; } |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1256 | pwd)` |
| 1257 | # When building in place, set srcdir=. |
| 1258 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
| 1259 | srcdir=. |
| 1260 | fi |
| 1261 | # Remove unnecessary trailing slashes from srcdir. |
| 1262 | # Double slashes in file names in object file debugging info |
| 1263 | # mess up M-x gdb in Emacs. |
| 1264 | case $srcdir in |
| 1265 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
| 1266 | esac |
| 1267 | for ac_var in $ac_precious_vars; do |
| 1268 | eval ac_env_${ac_var}_set=\${${ac_var}+set} |
| 1269 | eval ac_env_${ac_var}_value=\$${ac_var} |
| 1270 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
| 1271 | eval ac_cv_env_${ac_var}_value=\$${ac_var} |
| 1272 | done |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1273 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1274 | # |
| 1275 | # Report the --help message. |
| 1276 | # |
| 1277 | if test "$ac_init_help" = "long"; then |
| 1278 | # Omit some internal or obsolete options to make the list less imposing. |
| 1279 | # This message is too long to be a string in the A/UX 3.1 sh. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1280 | cat <<_ACEOF |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 1281 | \`configure' configures Wine 0.9.17 to adapt to many kinds of systems. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1282 | |
| 1283 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1284 | |
| 1285 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
| 1286 | VAR=VALUE. See below for descriptions of some of the useful variables. |
| 1287 | |
| 1288 | Defaults for the options are specified in brackets. |
| 1289 | |
| 1290 | Configuration: |
| 1291 | -h, --help display this help and exit |
| 1292 | --help=short display options specific to this package |
| 1293 | --help=recursive display the short help of all the included packages |
| 1294 | -V, --version display version information and exit |
| 1295 | -q, --quiet, --silent do not print \`checking...' messages |
| 1296 | --cache-file=FILE cache test results in FILE [disabled] |
| 1297 | -C, --config-cache alias for \`--cache-file=config.cache' |
| 1298 | -n, --no-create do not create output files |
| 1299 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
| 1300 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1301 | Installation directories: |
| 1302 | --prefix=PREFIX install architecture-independent files in PREFIX |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1303 | [$ac_default_prefix] |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1304 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1305 | [PREFIX] |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1306 | |
| 1307 | By default, \`make install' will install all the files in |
| 1308 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
| 1309 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', |
| 1310 | for instance \`--prefix=\$HOME'. |
| 1311 | |
| 1312 | For better control, use the options below. |
| 1313 | |
| 1314 | Fine tuning of the installation directories: |
| 1315 | --bindir=DIR user executables [EPREFIX/bin] |
| 1316 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
| 1317 | --libexecdir=DIR program executables [EPREFIX/libexec] |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1318 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
| 1319 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
| 1320 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1321 | --libdir=DIR object code libraries [EPREFIX/lib] |
| 1322 | --includedir=DIR C header files [PREFIX/include] |
| 1323 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1324 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
| 1325 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
| 1326 | --infodir=DIR info documentation [DATAROOTDIR/info] |
| 1327 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
| 1328 | --mandir=DIR man documentation [DATAROOTDIR/man] |
| 1329 | --docdir=DIR documentation root [DATAROOTDIR/doc/wine] |
| 1330 | --htmldir=DIR html documentation [DOCDIR] |
| 1331 | --dvidir=DIR dvi documentation [DOCDIR] |
| 1332 | --pdfdir=DIR pdf documentation [DOCDIR] |
| 1333 | --psdir=DIR ps documentation [DOCDIR] |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1334 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1335 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1336 | cat <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1337 | |
| 1338 | X features: |
| 1339 | --x-includes=DIR X include files are in DIR |
| 1340 | --x-libraries=DIR X library files are in DIR |
| 1341 | |
| 1342 | System types: |
| 1343 | --build=BUILD configure for building on BUILD [guessed] |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1344 | --host=HOST cross-compile to build programs to run on HOST [BUILD] |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1345 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1346 | fi |
| 1347 | |
| 1348 | if test -n "$ac_init_help"; then |
| 1349 | case $ac_init_help in |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 1350 | short | recursive ) echo "Configuration of Wine 0.9.17:";; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1351 | esac |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1352 | cat <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1353 | |
| 1354 | Optional Features: |
| 1355 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1356 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
Eric Pouech | 53fa0d5 | 2004-02-05 01:27:38 +0000 | [diff] [blame] | 1357 | --disable-win16 do not include Win16 support |
Alexandre Julliard | 2aa8e87 | 2004-10-08 23:39:16 +0000 | [diff] [blame] | 1358 | --enable-win64 build a Win64 emulator on AMD64 (won't run Win32 |
| 1359 | binaries) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1360 | |
| 1361 | Optional Packages: |
| 1362 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 1363 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
Eric Pouech | 53fa0d5 | 2004-02-05 01:27:38 +0000 | [diff] [blame] | 1364 | --without-opengl do not use OpenGL |
| 1365 | --without-curses do not use curses |
| 1366 | --with-wine-tools=<dir> use Wine tools from directory <dir> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1367 | --with-x use the X Window System |
| 1368 | |
| 1369 | Some influential environment variables: |
Eric Pouech | 53fa0d5 | 2004-02-05 01:27:38 +0000 | [diff] [blame] | 1370 | CC C compiler command |
| 1371 | CFLAGS C compiler flags |
| 1372 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
| 1373 | nonstandard directory <lib dir> |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1374 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
| 1375 | you have headers in a nonstandard directory <include dir> |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 1376 | CXX C++ compiler command |
| 1377 | CXXFLAGS C++ compiler flags |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1378 | XMKMF Path to xmkmf, Makefile generator for X Window System |
Eric Pouech | 53fa0d5 | 2004-02-05 01:27:38 +0000 | [diff] [blame] | 1379 | CPP C preprocessor |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1380 | |
| 1381 | Use these variables to override the choices made by `configure' or to help |
| 1382 | it to find libraries and programs with nonstandard names/locations. |
| 1383 | |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1384 | Report bugs to <wine-devel@winehq.org>. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1385 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1386 | ac_status=$? |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1387 | fi |
| 1388 | |
| 1389 | if test "$ac_init_help" = "recursive"; then |
| 1390 | # If there are subdirs, report their specific --help. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1391 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1392 | test -d "$ac_dir" || continue |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1393 | ac_builddir=. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1394 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1395 | case "$ac_dir" in |
| 1396 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 1397 | *) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1398 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1399 | # A ".." for each directory in $ac_dir_suffix. |
| 1400 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
| 1401 | case $ac_top_builddir_sub in |
| 1402 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 1403 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
| 1404 | esac ;; |
| 1405 | esac |
| 1406 | ac_abs_top_builddir=$ac_pwd |
| 1407 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
| 1408 | # for backward compatibility: |
| 1409 | ac_top_builddir=$ac_top_build_prefix |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1410 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1411 | case $srcdir in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1412 | .) # We are building in place. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1413 | ac_srcdir=. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1414 | ac_top_srcdir=$ac_top_builddir_sub |
| 1415 | ac_abs_top_srcdir=$ac_pwd ;; |
| 1416 | [\\/]* | ?:[\\/]* ) # Absolute name. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1417 | ac_srcdir=$srcdir$ac_dir_suffix; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1418 | ac_top_srcdir=$srcdir |
| 1419 | ac_abs_top_srcdir=$srcdir ;; |
| 1420 | *) # Relative name. |
| 1421 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
| 1422 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
| 1423 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1424 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1425 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1426 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1427 | cd "$ac_dir" || { ac_status=$?; continue; } |
| 1428 | # Check for guested configure. |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1429 | if test -f "$ac_srcdir/configure.gnu"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1430 | echo && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1431 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
| 1432 | elif test -f "$ac_srcdir/configure"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1433 | echo && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1434 | $SHELL "$ac_srcdir/configure" --help=recursive |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1435 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1436 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1437 | fi || ac_status=$? |
| 1438 | cd "$ac_pwd" || { ac_status=$?; break; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1439 | done |
| 1440 | fi |
| 1441 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1442 | test -n "$ac_init_help" && exit $ac_status |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1443 | if $ac_init_version; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1444 | cat <<\_ACEOF |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 1445 | Wine configure 0.9.17 |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 1446 | generated by GNU Autoconf 2.60a |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1447 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1448 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 1449 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1450 | This configure script is free software; the Free Software Foundation |
| 1451 | gives unlimited permission to copy, distribute and modify it. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1452 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1453 | exit |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1454 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1455 | cat >config.log <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1456 | This file contains any messages produced by compilers while |
| 1457 | running configure, to aid debugging if configure makes a mistake. |
| 1458 | |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 1459 | It was created by Wine $as_me 0.9.17, which was |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 1460 | generated by GNU Autoconf 2.60a. Invocation command line was |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1461 | |
| 1462 | $ $0 $@ |
| 1463 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1464 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1465 | exec 5>>config.log |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1466 | { |
| 1467 | cat <<_ASUNAME |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1468 | ## --------- ## |
| 1469 | ## Platform. ## |
| 1470 | ## --------- ## |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1471 | |
| 1472 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
| 1473 | uname -m = `(uname -m) 2>/dev/null || echo unknown` |
| 1474 | uname -r = `(uname -r) 2>/dev/null || echo unknown` |
| 1475 | uname -s = `(uname -s) 2>/dev/null || echo unknown` |
| 1476 | uname -v = `(uname -v) 2>/dev/null || echo unknown` |
| 1477 | |
| 1478 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
| 1479 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` |
| 1480 | |
| 1481 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` |
| 1482 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` |
| 1483 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1484 | /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1485 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` |
| 1486 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` |
| 1487 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` |
| 1488 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1489 | _ASUNAME |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1490 | |
| 1491 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 1492 | for as_dir in $PATH |
| 1493 | do |
| 1494 | IFS=$as_save_IFS |
| 1495 | test -z "$as_dir" && as_dir=. |
| 1496 | echo "PATH: $as_dir" |
| 1497 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1498 | IFS=$as_save_IFS |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1499 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1500 | } >&5 |
| 1501 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1502 | cat >&5 <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1503 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1504 | |
| 1505 | ## ----------- ## |
| 1506 | ## Core tests. ## |
| 1507 | ## ----------- ## |
| 1508 | |
| 1509 | _ACEOF |
| 1510 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1511 | |
| 1512 | # Keep a trace of the command line. |
| 1513 | # Strip out --no-create and --no-recursion so they do not pile up. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1514 | # Strip out --silent because we don't want to record it for future runs. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1515 | # Also quote any args containing shell meta-characters. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1516 | # Make two passes to allow for proper duplicate-argument suppression. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1517 | ac_configure_args= |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1518 | ac_configure_args0= |
| 1519 | ac_configure_args1= |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1520 | ac_must_keep_next=false |
| 1521 | for ac_pass in 1 2 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1522 | do |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1523 | for ac_arg |
| 1524 | do |
| 1525 | case $ac_arg in |
| 1526 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
| 1527 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 1528 | | -silent | --silent | --silen | --sile | --sil) |
| 1529 | continue ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1530 | *\'*) |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1531 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 1532 | esac |
| 1533 | case $ac_pass in |
| 1534 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
| 1535 | 2) |
| 1536 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" |
| 1537 | if test $ac_must_keep_next = true; then |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1538 | ac_must_keep_next=false # Got value, back to normal. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1539 | else |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1540 | case $ac_arg in |
| 1541 | *=* | --config-cache | -C | -disable-* | --disable-* \ |
| 1542 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ |
| 1543 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ |
| 1544 | | -with-* | --with-* | -without-* | --without-* | --x) |
| 1545 | case "$ac_configure_args0 " in |
| 1546 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; |
| 1547 | esac |
| 1548 | ;; |
| 1549 | -* ) ac_must_keep_next=true ;; |
| 1550 | esac |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1551 | fi |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1552 | ac_configure_args="$ac_configure_args '$ac_arg'" |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1553 | ;; |
| 1554 | esac |
| 1555 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1556 | done |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 1557 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } |
| 1558 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1559 | |
| 1560 | # When interrupted or exit'd, cleanup temporary files, and complete |
| 1561 | # config.log. We remove comments because anyway the quotes in there |
| 1562 | # would cause problems or look ugly. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1563 | # WARNING: Use '\'' to represent an apostrophe within the trap. |
| 1564 | # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1565 | trap 'exit_status=$? |
| 1566 | # Save into config.log some information that might help in debugging. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1567 | { |
| 1568 | echo |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 1569 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1570 | cat <<\_ASBOX |
| 1571 | ## ---------------- ## |
| 1572 | ## Cache variables. ## |
| 1573 | ## ---------------- ## |
| 1574 | _ASBOX |
| 1575 | echo |
| 1576 | # The following way of writing the cache mishandles newlines in values, |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1577 | ( |
| 1578 | for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do |
| 1579 | eval ac_val=\$$ac_var |
| 1580 | case $ac_val in #( |
| 1581 | *${as_nl}*) |
| 1582 | case $ac_var in #( |
| 1583 | *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
| 1584 | echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
| 1585 | esac |
| 1586 | case $ac_var in #( |
| 1587 | _ | IFS | as_nl) ;; #( |
| 1588 | *) $as_unset $ac_var ;; |
| 1589 | esac ;; |
| 1590 | esac |
| 1591 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1592 | (set) 2>&1 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1593 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( |
| 1594 | *${as_nl}ac_space=\ *) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1595 | sed -n \ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1596 | "s/'\''/'\''\\\\'\'''\''/g; |
| 1597 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" |
| 1598 | ;; #( |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1599 | *) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1600 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1601 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1602 | esac | |
| 1603 | sort |
| 1604 | ) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1605 | echo |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 1606 | |
| 1607 | cat <<\_ASBOX |
| 1608 | ## ----------------- ## |
| 1609 | ## Output variables. ## |
| 1610 | ## ----------------- ## |
| 1611 | _ASBOX |
| 1612 | echo |
| 1613 | for ac_var in $ac_subst_vars |
| 1614 | do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1615 | eval ac_val=\$$ac_var |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1616 | case $ac_val in |
| 1617 | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
| 1618 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1619 | echo "$ac_var='\''$ac_val'\''" |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 1620 | done | sort |
| 1621 | echo |
| 1622 | |
| 1623 | if test -n "$ac_subst_files"; then |
| 1624 | cat <<\_ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1625 | ## ------------------- ## |
| 1626 | ## File substitutions. ## |
| 1627 | ## ------------------- ## |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 1628 | _ASBOX |
| 1629 | echo |
| 1630 | for ac_var in $ac_subst_files |
| 1631 | do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1632 | eval ac_val=\$$ac_var |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1633 | case $ac_val in |
| 1634 | *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; |
| 1635 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1636 | echo "$ac_var='\''$ac_val'\''" |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 1637 | done | sort |
| 1638 | echo |
| 1639 | fi |
| 1640 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1641 | if test -s confdefs.h; then |
| 1642 | cat <<\_ASBOX |
| 1643 | ## ----------- ## |
| 1644 | ## confdefs.h. ## |
| 1645 | ## ----------- ## |
| 1646 | _ASBOX |
| 1647 | echo |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1648 | cat confdefs.h |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1649 | echo |
| 1650 | fi |
| 1651 | test "$ac_signal" != 0 && |
| 1652 | echo "$as_me: caught signal $ac_signal" |
| 1653 | echo "$as_me: exit $exit_status" |
| 1654 | } >&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1655 | rm -f core *.core core.conftest.* && |
| 1656 | rm -f -r conftest* confdefs* conf$$* $ac_clean_files && |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1657 | exit $exit_status |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1658 | ' 0 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1659 | for ac_signal in 1 2 13 15; do |
| 1660 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal |
| 1661 | done |
| 1662 | ac_signal=0 |
| 1663 | |
| 1664 | # confdefs.h avoids OS command line length limits that DEFS can exceed. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1665 | rm -f -r conftest* confdefs.h |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1666 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1667 | # Predefined preprocessor variables. |
| 1668 | |
| 1669 | cat >>confdefs.h <<_ACEOF |
| 1670 | #define PACKAGE_NAME "$PACKAGE_NAME" |
| 1671 | _ACEOF |
| 1672 | |
| 1673 | |
| 1674 | cat >>confdefs.h <<_ACEOF |
| 1675 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" |
| 1676 | _ACEOF |
| 1677 | |
| 1678 | |
| 1679 | cat >>confdefs.h <<_ACEOF |
| 1680 | #define PACKAGE_VERSION "$PACKAGE_VERSION" |
| 1681 | _ACEOF |
| 1682 | |
| 1683 | |
| 1684 | cat >>confdefs.h <<_ACEOF |
| 1685 | #define PACKAGE_STRING "$PACKAGE_STRING" |
| 1686 | _ACEOF |
| 1687 | |
| 1688 | |
| 1689 | cat >>confdefs.h <<_ACEOF |
| 1690 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" |
| 1691 | _ACEOF |
| 1692 | |
| 1693 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1694 | # Let the site file select an alternate cache file if it wants to. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1695 | # Prefer explicitly selected file to automatically selected ones. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1696 | if test -n "$CONFIG_SITE"; then |
| 1697 | set x "$CONFIG_SITE" |
| 1698 | elif test "x$prefix" != xNONE; then |
| 1699 | set x "$prefix/share/config.site" "$prefix/etc/config.site" |
| 1700 | else |
| 1701 | set x "$ac_default_prefix/share/config.site" \ |
| 1702 | "$ac_default_prefix/etc/config.site" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1703 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1704 | shift |
| 1705 | for ac_site_file |
| 1706 | do |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1707 | if test -r "$ac_site_file"; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1708 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1709 | echo "$as_me: loading site script $ac_site_file" >&6;} |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1710 | sed 's/^/| /' "$ac_site_file" >&5 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1711 | . "$ac_site_file" |
| 1712 | fi |
| 1713 | done |
| 1714 | |
| 1715 | if test -r "$cache_file"; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1716 | # Some versions of bash will fail to source /dev/null (special |
| 1717 | # files actually), so we avoid doing that. |
| 1718 | if test -f "$cache_file"; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1719 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1720 | echo "$as_me: loading cache $cache_file" >&6;} |
| 1721 | case $cache_file in |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1722 | [\\/]* | ?:[\\/]* ) . "$cache_file";; |
| 1723 | *) . "./$cache_file";; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1724 | esac |
| 1725 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1726 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1727 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1728 | echo "$as_me: creating cache $cache_file" >&6;} |
| 1729 | >$cache_file |
| 1730 | fi |
| 1731 | |
| 1732 | # Check that the precious variables saved in the cache have kept the same |
| 1733 | # value. |
| 1734 | ac_cache_corrupted=false |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1735 | for ac_var in $ac_precious_vars; do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1736 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
| 1737 | eval ac_new_set=\$ac_env_${ac_var}_set |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1738 | eval ac_old_val=\$ac_cv_env_${ac_var}_value |
| 1739 | eval ac_new_val=\$ac_env_${ac_var}_value |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1740 | case $ac_old_set,$ac_new_set in |
| 1741 | set,) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1742 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1743 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} |
| 1744 | ac_cache_corrupted=: ;; |
| 1745 | ,set) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1746 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1747 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} |
| 1748 | ac_cache_corrupted=: ;; |
| 1749 | ,);; |
| 1750 | *) |
| 1751 | if test "x$ac_old_val" != "x$ac_new_val"; then |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1752 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1753 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1754 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1755 | echo "$as_me: former value: $ac_old_val" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1756 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1757 | echo "$as_me: current value: $ac_new_val" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 1758 | ac_cache_corrupted=: |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1759 | fi;; |
| 1760 | esac |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1761 | # Pass precious variables to config.status. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1762 | if test "$ac_new_set" = set; then |
| 1763 | case $ac_new_val in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1764 | *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1765 | *) ac_arg=$ac_var=$ac_new_val ;; |
| 1766 | esac |
| 1767 | case " $ac_configure_args " in |
| 1768 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. |
| 1769 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1770 | esac |
| 1771 | fi |
| 1772 | done |
| 1773 | if $ac_cache_corrupted; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1774 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1775 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1776 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1777 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} |
| 1778 | { (exit 1); exit 1; }; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1779 | fi |
| 1780 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1781 | |
| 1782 | |
| 1783 | |
| 1784 | |
| 1785 | |
| 1786 | |
| 1787 | |
| 1788 | |
| 1789 | |
| 1790 | |
| 1791 | |
| 1792 | |
| 1793 | |
| 1794 | |
| 1795 | |
| 1796 | |
| 1797 | |
| 1798 | |
| 1799 | |
| 1800 | |
| 1801 | |
| 1802 | |
| 1803 | |
| 1804 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1805 | ac_ext=c |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 1806 | ac_cpp='$CPP $CPPFLAGS' |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1807 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 1808 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 1809 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1810 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1811 | |
| 1812 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1813 | ac_config_headers="$ac_config_headers include/config.h" |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 1814 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1815 | ac_aux_dir= |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1816 | for ac_dir in tools "$srcdir"/tools; do |
| 1817 | if test -f "$ac_dir/install-sh"; then |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1818 | ac_aux_dir=$ac_dir |
| 1819 | ac_install_sh="$ac_aux_dir/install-sh -c" |
| 1820 | break |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1821 | elif test -f "$ac_dir/install.sh"; then |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1822 | ac_aux_dir=$ac_dir |
| 1823 | ac_install_sh="$ac_aux_dir/install.sh -c" |
| 1824 | break |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1825 | elif test -f "$ac_dir/shtool"; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1826 | ac_aux_dir=$ac_dir |
| 1827 | ac_install_sh="$ac_aux_dir/shtool install -c" |
| 1828 | break |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1829 | fi |
| 1830 | done |
| 1831 | if test -z "$ac_aux_dir"; then |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1832 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5 |
| 1833 | echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1834 | { (exit 1); exit 1; }; } |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 1835 | fi |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1836 | |
| 1837 | # These three variables are undocumented and unsupported, |
| 1838 | # and are intended to be withdrawn in a future Autoconf release. |
| 1839 | # They can cause serious problems if a builder's source tree is in a directory |
| 1840 | # whose full name contains unusual characters. |
| 1841 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. |
| 1842 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. |
| 1843 | ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. |
| 1844 | |
Howard Abrams | 1327748 | 1999-07-10 13:16:29 +0000 | [diff] [blame] | 1845 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1846 | |
| 1847 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1848 | # Check whether --enable-win16 was given. |
Alexandre Julliard | c728efc | 2002-10-02 02:34:09 +0000 | [diff] [blame] | 1849 | if test "${enable_win16+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1850 | enableval=$enable_win16; |
| 1851 | fi |
Alexandre Julliard | c728efc | 2002-10-02 02:34:09 +0000 | [diff] [blame] | 1852 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1853 | # Check whether --enable-win64 was given. |
Alexandre Julliard | 2aa8e87 | 2004-10-08 23:39:16 +0000 | [diff] [blame] | 1854 | if test "${enable_win64+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1855 | enableval=$enable_win64; |
| 1856 | fi |
Alexandre Julliard | b807499 | 2002-11-21 21:51:24 +0000 | [diff] [blame] | 1857 | |
| 1858 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1859 | |
| 1860 | # Check whether --with-opengl was given. |
Alexandre Julliard | b807499 | 2002-11-21 21:51:24 +0000 | [diff] [blame] | 1861 | if test "${with_opengl+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1862 | withval=$with_opengl; |
| 1863 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1864 | |
Alexandre Julliard | f90efa9 | 1998-06-14 15:24:15 +0000 | [diff] [blame] | 1865 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1866 | # Check whether --with-curses was given. |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 1867 | if test "${with_curses+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1868 | withval=$with_curses; |
| 1869 | fi |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 1870 | |
| 1871 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1872 | # Check whether --with-wine-tools was given. |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 1873 | if test "${with_wine_tools+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1874 | withval=$with_wine_tools; |
| 1875 | fi |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 1876 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 1877 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1878 | # Make sure we can run config.sub. |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1879 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
| 1880 | { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 |
| 1881 | echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1882 | { (exit 1); exit 1; }; } |
Alexandre Julliard | a0b2b1d | 1997-11-16 17:38:29 +0000 | [diff] [blame] | 1883 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1884 | { echo "$as_me:$LINENO: checking build system type" >&5 |
| 1885 | echo $ECHO_N "checking build system type... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1886 | if test "${ac_cv_build+set}" = set; then |
| 1887 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 1888 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1889 | ac_build_alias=$build_alias |
| 1890 | test "x$ac_build_alias" = x && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1891 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1892 | test "x$ac_build_alias" = x && |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1893 | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1894 | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
| 1895 | { (exit 1); exit 1; }; } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1896 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
| 1897 | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 |
| 1898 | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1899 | { (exit 1); exit 1; }; } |
| 1900 | |
| 1901 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1902 | { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
| 1903 | echo "${ECHO_T}$ac_cv_build" >&6; } |
| 1904 | case $ac_cv_build in |
| 1905 | *-*-*) ;; |
| 1906 | *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 |
| 1907 | echo "$as_me: error: invalid value of canonical build" >&2;} |
| 1908 | { (exit 1); exit 1; }; };; |
| 1909 | esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1910 | build=$ac_cv_build |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1911 | ac_save_IFS=$IFS; IFS='-' |
| 1912 | set x $ac_cv_build |
| 1913 | shift |
| 1914 | build_cpu=$1 |
| 1915 | build_vendor=$2 |
| 1916 | shift; shift |
| 1917 | # Remember, the first character of IFS is used to create $*, |
| 1918 | # except with old shells: |
| 1919 | build_os=$* |
| 1920 | IFS=$ac_save_IFS |
| 1921 | case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1922 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1923 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1924 | { echo "$as_me:$LINENO: checking host system type" >&5 |
| 1925 | echo $ECHO_N "checking host system type... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1926 | if test "${ac_cv_host+set}" = set; then |
| 1927 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 1928 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1929 | if test "x$host_alias" = x; then |
| 1930 | ac_cv_host=$ac_cv_build |
| 1931 | else |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1932 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
| 1933 | { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 |
| 1934 | echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1935 | { (exit 1); exit 1; }; } |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1936 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1937 | |
| 1938 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1939 | { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
| 1940 | echo "${ECHO_T}$ac_cv_host" >&6; } |
| 1941 | case $ac_cv_host in |
| 1942 | *-*-*) ;; |
| 1943 | *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 |
| 1944 | echo "$as_me: error: invalid value of canonical host" >&2;} |
| 1945 | { (exit 1); exit 1; }; };; |
| 1946 | esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1947 | host=$ac_cv_host |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1948 | ac_save_IFS=$IFS; IFS='-' |
| 1949 | set x $ac_cv_host |
| 1950 | shift |
| 1951 | host_cpu=$1 |
| 1952 | host_vendor=$2 |
| 1953 | shift; shift |
| 1954 | # Remember, the first character of IFS is used to create $*, |
| 1955 | # except with old shells: |
| 1956 | host_os=$* |
| 1957 | IFS=$ac_save_IFS |
| 1958 | case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1959 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1960 | |
Alexandre Julliard | 2aa8e87 | 2004-10-08 23:39:16 +0000 | [diff] [blame] | 1961 | case $host in |
| 1962 | x86_64*linux*) |
| 1963 | if test "x$enable_win64" != "xyes" |
| 1964 | then |
| 1965 | test -n "$CC" || CC="gcc -m32" |
| 1966 | test -n "$LD" || LD="ld -m elf_i386" |
| 1967 | test -n "$AS" || AS="as --32" |
Alex Woods | bbcf986 | 2005-02-10 19:09:08 +0000 | [diff] [blame] | 1968 | host_cpu="i386" |
Alexandre Julliard | 2aa8e87 | 2004-10-08 23:39:16 +0000 | [diff] [blame] | 1969 | fi |
| 1970 | ;; |
| 1971 | esac |
| 1972 | |
Alexandre Julliard | 71440f3 | 2005-05-19 14:28:17 +0000 | [diff] [blame] | 1973 | case $host_cpu in |
| 1974 | *i[3456789]86*) |
| 1975 | if test "x$enable_win16" != "xno" |
| 1976 | then |
| 1977 | enable_win16="yes" |
| 1978 | fi |
| 1979 | ;; |
| 1980 | esac |
| 1981 | |
| 1982 | WIN16_FILES="\$(WIN16_FILES)" |
| 1983 | |
| 1984 | WIN16_INSTALL="\$(WIN16_INSTALL)" |
| 1985 | |
| 1986 | if test "x$enable_win16" != "xyes" |
| 1987 | then |
| 1988 | WIN16_FILES="" |
| 1989 | WIN16_INSTALL="" |
| 1990 | fi |
| 1991 | |
| 1992 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1993 | { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 1994 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 1995 | set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 1996 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 1997 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 1998 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 1999 | cat >conftest.make <<\_ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2000 | SHELL = /bin/sh |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2001 | all: |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2002 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2003 | _ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2004 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2005 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 2006 | *@@@%%%=?*=@@@%%%*) |
| 2007 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| 2008 | *) |
| 2009 | eval ac_cv_prog_make_${ac_make}_set=no;; |
| 2010 | esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2011 | rm -f conftest.make |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2012 | fi |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2013 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2014 | { echo "$as_me:$LINENO: result: yes" >&5 |
| 2015 | echo "${ECHO_T}yes" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2016 | SET_MAKE= |
| 2017 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2018 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2019 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2020 | SET_MAKE="MAKE=${MAKE-make}" |
| 2021 | fi |
| 2022 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2023 | ac_ext=c |
| 2024 | ac_cpp='$CPP $CPPFLAGS' |
| 2025 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 2026 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 2027 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2028 | if test -n "$ac_tool_prefix"; then |
| 2029 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
| 2030 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2031 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2032 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2033 | if test "${ac_cv_prog_CC+set}" = set; then |
| 2034 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2035 | else |
| 2036 | if test -n "$CC"; then |
| 2037 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2038 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2039 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2040 | for as_dir in $PATH |
| 2041 | do |
| 2042 | IFS=$as_save_IFS |
| 2043 | test -z "$as_dir" && as_dir=. |
| 2044 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2045 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2046 | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 2047 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2048 | break 2 |
| 2049 | fi |
| 2050 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2051 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2052 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2053 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2054 | fi |
| 2055 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2056 | CC=$ac_cv_prog_CC |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2057 | if test -n "$CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2058 | { echo "$as_me:$LINENO: result: $CC" >&5 |
| 2059 | echo "${ECHO_T}$CC" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2060 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2061 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2062 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2063 | fi |
| 2064 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2065 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2066 | fi |
| 2067 | if test -z "$ac_cv_prog_CC"; then |
| 2068 | ac_ct_CC=$CC |
| 2069 | # Extract the first word of "gcc", so it can be a program name with args. |
| 2070 | set dummy gcc; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2071 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2072 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2073 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
| 2074 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2075 | else |
| 2076 | if test -n "$ac_ct_CC"; then |
| 2077 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
| 2078 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2079 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2080 | for as_dir in $PATH |
| 2081 | do |
| 2082 | IFS=$as_save_IFS |
| 2083 | test -z "$as_dir" && as_dir=. |
| 2084 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2085 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2086 | ac_cv_prog_ac_ct_CC="gcc" |
| 2087 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2088 | break 2 |
| 2089 | fi |
| 2090 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2091 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2092 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2093 | |
| 2094 | fi |
| 2095 | fi |
| 2096 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
| 2097 | if test -n "$ac_ct_CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2098 | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
| 2099 | echo "${ECHO_T}$ac_ct_CC" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2100 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2101 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2102 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2103 | fi |
| 2104 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2105 | if test "x$ac_ct_CC" = x; then |
| 2106 | CC="" |
| 2107 | else |
| 2108 | case $cross_compiling:$ac_tool_warned in |
| 2109 | yes:) |
| 2110 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 2111 | whose name does not start with the host triplet. If you think this |
| 2112 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 2113 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 2114 | whose name does not start with the host triplet. If you think this |
| 2115 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 2116 | ac_tool_warned=yes ;; |
| 2117 | esac |
| 2118 | CC=$ac_ct_CC |
| 2119 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2120 | else |
| 2121 | CC="$ac_cv_prog_CC" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2122 | fi |
| 2123 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2124 | if test -z "$CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2125 | if test -n "$ac_tool_prefix"; then |
| 2126 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2127 | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2128 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2129 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2130 | if test "${ac_cv_prog_CC+set}" = set; then |
| 2131 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2132 | else |
| 2133 | if test -n "$CC"; then |
| 2134 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2135 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2136 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2137 | for as_dir in $PATH |
| 2138 | do |
| 2139 | IFS=$as_save_IFS |
| 2140 | test -z "$as_dir" && as_dir=. |
| 2141 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2142 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2143 | ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 2144 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2145 | break 2 |
| 2146 | fi |
| 2147 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2148 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2149 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2150 | |
| 2151 | fi |
| 2152 | fi |
| 2153 | CC=$ac_cv_prog_CC |
| 2154 | if test -n "$CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2155 | { echo "$as_me:$LINENO: result: $CC" >&5 |
| 2156 | echo "${ECHO_T}$CC" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2157 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2158 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2159 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2160 | fi |
| 2161 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2162 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2163 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2164 | fi |
| 2165 | if test -z "$CC"; then |
| 2166 | # Extract the first word of "cc", so it can be a program name with args. |
| 2167 | set dummy cc; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2168 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2169 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2170 | if test "${ac_cv_prog_CC+set}" = set; then |
| 2171 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2172 | else |
| 2173 | if test -n "$CC"; then |
| 2174 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2175 | else |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2176 | ac_prog_rejected=no |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2177 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2178 | for as_dir in $PATH |
| 2179 | do |
| 2180 | IFS=$as_save_IFS |
| 2181 | test -z "$as_dir" && as_dir=. |
| 2182 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2183 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2184 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 2185 | ac_prog_rejected=yes |
| 2186 | continue |
| 2187 | fi |
| 2188 | ac_cv_prog_CC="cc" |
| 2189 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2190 | break 2 |
| 2191 | fi |
| 2192 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2193 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2194 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2195 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2196 | if test $ac_prog_rejected = yes; then |
| 2197 | # We found a bogon in the path, so make sure we never use it. |
| 2198 | set dummy $ac_cv_prog_CC |
| 2199 | shift |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2200 | if test $# != 0; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2201 | # We chose a different compiler from the bogus one. |
| 2202 | # However, it has the same basename, so the bogon will be chosen |
| 2203 | # first if we set CC to just the basename; use the full file name. |
| 2204 | shift |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2205 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2206 | fi |
| 2207 | fi |
| 2208 | fi |
| 2209 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2210 | CC=$ac_cv_prog_CC |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2211 | if test -n "$CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2212 | { echo "$as_me:$LINENO: result: $CC" >&5 |
| 2213 | echo "${ECHO_T}$CC" >&6; } |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2214 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2215 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2216 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2217 | fi |
| 2218 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2219 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2220 | fi |
| 2221 | if test -z "$CC"; then |
| 2222 | if test -n "$ac_tool_prefix"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2223 | for ac_prog in cl.exe |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2224 | do |
| 2225 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 2226 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2227 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2228 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2229 | if test "${ac_cv_prog_CC+set}" = set; then |
| 2230 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2231 | else |
| 2232 | if test -n "$CC"; then |
| 2233 | ac_cv_prog_CC="$CC" # Let the user override the test. |
| 2234 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2235 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2236 | for as_dir in $PATH |
| 2237 | do |
| 2238 | IFS=$as_save_IFS |
| 2239 | test -z "$as_dir" && as_dir=. |
| 2240 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2241 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2242 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 2243 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2244 | break 2 |
| 2245 | fi |
| 2246 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2247 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2248 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2249 | |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2250 | fi |
| 2251 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2252 | CC=$ac_cv_prog_CC |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2253 | if test -n "$CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2254 | { echo "$as_me:$LINENO: result: $CC" >&5 |
| 2255 | echo "${ECHO_T}$CC" >&6; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2256 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2257 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2258 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 2259 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2260 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2261 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2262 | test -n "$CC" && break |
| 2263 | done |
| 2264 | fi |
| 2265 | if test -z "$CC"; then |
| 2266 | ac_ct_CC=$CC |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2267 | for ac_prog in cl.exe |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2268 | do |
| 2269 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2270 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2271 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 2272 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2273 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
| 2274 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2275 | else |
| 2276 | if test -n "$ac_ct_CC"; then |
| 2277 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
| 2278 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2279 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2280 | for as_dir in $PATH |
| 2281 | do |
| 2282 | IFS=$as_save_IFS |
| 2283 | test -z "$as_dir" && as_dir=. |
| 2284 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2285 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2286 | ac_cv_prog_ac_ct_CC="$ac_prog" |
| 2287 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2288 | break 2 |
| 2289 | fi |
| 2290 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2291 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2292 | IFS=$as_save_IFS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2293 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2294 | fi |
| 2295 | fi |
| 2296 | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
| 2297 | if test -n "$ac_ct_CC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2298 | { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 |
| 2299 | echo "${ECHO_T}$ac_ct_CC" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2300 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2301 | { echo "$as_me:$LINENO: result: no" >&5 |
| 2302 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2303 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2304 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2305 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2306 | test -n "$ac_ct_CC" && break |
| 2307 | done |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2308 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2309 | if test "x$ac_ct_CC" = x; then |
| 2310 | CC="" |
| 2311 | else |
| 2312 | case $cross_compiling:$ac_tool_warned in |
| 2313 | yes:) |
| 2314 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 2315 | whose name does not start with the host triplet. If you think this |
| 2316 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 2317 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 2318 | whose name does not start with the host triplet. If you think this |
| 2319 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 2320 | ac_tool_warned=yes ;; |
| 2321 | esac |
| 2322 | CC=$ac_ct_CC |
| 2323 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2324 | fi |
| 2325 | |
| 2326 | fi |
| 2327 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2328 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2329 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
| 2330 | See \`config.log' for more details." >&5 |
| 2331 | echo "$as_me: error: no acceptable C compiler found in \$PATH |
| 2332 | See \`config.log' for more details." >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2333 | { (exit 1); exit 1; }; } |
| 2334 | |
| 2335 | # Provide some information about the compiler. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2336 | echo "$as_me:$LINENO: checking for C compiler version" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2337 | ac_compiler=`set X $ac_compile; echo $2` |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2338 | { (ac_try="$ac_compiler --version >&5" |
| 2339 | case "(($ac_try" in |
| 2340 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2341 | *) ac_try_echo=$ac_try;; |
| 2342 | esac |
| 2343 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2344 | (eval "$ac_compiler --version >&5") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2345 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2347 | (exit $ac_status); } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2348 | { (ac_try="$ac_compiler -v >&5" |
| 2349 | case "(($ac_try" in |
| 2350 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2351 | *) ac_try_echo=$ac_try;; |
| 2352 | esac |
| 2353 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2354 | (eval "$ac_compiler -v >&5") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2355 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2356 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2357 | (exit $ac_status); } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2358 | { (ac_try="$ac_compiler -V >&5" |
| 2359 | case "(($ac_try" in |
| 2360 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2361 | *) ac_try_echo=$ac_try;; |
| 2362 | esac |
| 2363 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2364 | (eval "$ac_compiler -V >&5") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2365 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2366 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2367 | (exit $ac_status); } |
| 2368 | |
| 2369 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2370 | /* confdefs.h. */ |
| 2371 | _ACEOF |
| 2372 | cat confdefs.h >>conftest.$ac_ext |
| 2373 | cat >>conftest.$ac_ext <<_ACEOF |
| 2374 | /* end confdefs.h. */ |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2375 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2376 | int |
| 2377 | main () |
| 2378 | { |
| 2379 | |
| 2380 | ; |
| 2381 | return 0; |
| 2382 | } |
| 2383 | _ACEOF |
| 2384 | ac_clean_files_save=$ac_clean_files |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2385 | ac_clean_files="$ac_clean_files a.out a.exe b.out" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2386 | # Try to create an executable without -o first, disregard a.out. |
| 2387 | # It will help us diagnose broken compilers, and finding out an intuition |
| 2388 | # of exeext. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2389 | { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
| 2390 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2391 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2392 | # |
| 2393 | # List of possible output files, starting from the most likely. |
| 2394 | # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) |
| 2395 | # only as a last resort. b.out is created by i960 compilers. |
| 2396 | ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' |
| 2397 | # |
| 2398 | # The IRIX 6 linker writes into existing files which may not be |
| 2399 | # executable, retaining their permissions. Remove them first so a |
| 2400 | # subsequent execution test works. |
| 2401 | ac_rmfiles= |
| 2402 | for ac_file in $ac_files |
| 2403 | do |
| 2404 | case $ac_file in |
| 2405 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
| 2406 | * ) ac_rmfiles="$ac_rmfiles $ac_file";; |
| 2407 | esac |
| 2408 | done |
| 2409 | rm -f $ac_rmfiles |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2410 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2411 | if { (ac_try="$ac_link_default" |
| 2412 | case "(($ac_try" in |
| 2413 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2414 | *) ac_try_echo=$ac_try;; |
| 2415 | esac |
| 2416 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2417 | (eval "$ac_link_default") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2418 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2419 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2420 | (exit $ac_status); }; then |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2421 | # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. |
| 2422 | # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' |
| 2423 | # in a Makefile. We should not override ac_cv_exeext if it was cached, |
| 2424 | # so that the user can short-circuit this test for compilers unknown to |
| 2425 | # Autoconf. |
| 2426 | for ac_file in $ac_files |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2427 | do |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2428 | test -f "$ac_file" || continue |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2429 | case $ac_file in |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2430 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) |
| 2431 | ;; |
| 2432 | [ab].out ) |
| 2433 | # We found the default executable, but exeext='' is most |
| 2434 | # certainly right. |
| 2435 | break;; |
| 2436 | *.* ) |
| 2437 | if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; |
| 2438 | then :; else |
| 2439 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 2440 | fi |
| 2441 | # We set ac_cv_exeext here because the later test for it is not |
| 2442 | # safe: cross compilers may not add the suffix if given an `-o' |
| 2443 | # argument, so we may need to know it at that point already. |
| 2444 | # Even if this section looks crufty: it has the advantage of |
| 2445 | # actually working. |
| 2446 | break;; |
| 2447 | * ) |
| 2448 | break;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2449 | esac |
| 2450 | done |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2451 | test "$ac_cv_exeext" = no && ac_cv_exeext= |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2452 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2453 | else |
| 2454 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2455 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2456 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2457 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2458 | See \`config.log' for more details." >&5 |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2459 | echo "$as_me: error: C compiler cannot create executables |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2460 | See \`config.log' for more details." >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2461 | { (exit 77); exit 77; }; } |
| 2462 | fi |
| 2463 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2464 | ac_exeext=$ac_cv_exeext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2465 | { echo "$as_me:$LINENO: result: $ac_file" >&5 |
| 2466 | echo "${ECHO_T}$ac_file" >&6; } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2467 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2468 | # Check that the compiler produces executables we can run. If not, either |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2469 | # the compiler is broken, or we cross compile. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2470 | { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 |
| 2471 | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2472 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 |
| 2473 | # If not cross compiling, check that we can run a simple program. |
| 2474 | if test "$cross_compiling" != yes; then |
| 2475 | if { ac_try='./$ac_file' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2476 | { (case "(($ac_try" in |
| 2477 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2478 | *) ac_try_echo=$ac_try;; |
| 2479 | esac |
| 2480 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2481 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2482 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2483 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2484 | (exit $ac_status); }; }; then |
| 2485 | cross_compiling=no |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 2486 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2487 | if test "$cross_compiling" = maybe; then |
| 2488 | cross_compiling=yes |
| 2489 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2490 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2491 | If you meant to cross compile, use \`--host'. |
| 2492 | See \`config.log' for more details." >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2493 | echo "$as_me: error: cannot run C compiled programs. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2494 | If you meant to cross compile, use \`--host'. |
| 2495 | See \`config.log' for more details." >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2496 | { (exit 1); exit 1; }; } |
| 2497 | fi |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 2498 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2499 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2500 | { echo "$as_me:$LINENO: result: yes" >&5 |
| 2501 | echo "${ECHO_T}yes" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2502 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2503 | rm -f a.out a.exe conftest$ac_cv_exeext b.out |
| 2504 | ac_clean_files=$ac_clean_files_save |
| 2505 | # Check that the compiler produces executables we can run. If not, either |
| 2506 | # the compiler is broken, or we cross compile. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2507 | { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 |
| 2508 | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } |
| 2509 | { echo "$as_me:$LINENO: result: $cross_compiling" >&5 |
| 2510 | echo "${ECHO_T}$cross_compiling" >&6; } |
| 2511 | |
| 2512 | { echo "$as_me:$LINENO: checking for suffix of executables" >&5 |
| 2513 | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2514 | if { (ac_try="$ac_link" |
| 2515 | case "(($ac_try" in |
| 2516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2517 | *) ac_try_echo=$ac_try;; |
| 2518 | esac |
| 2519 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2520 | (eval "$ac_link") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2521 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2523 | (exit $ac_status); }; then |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2524 | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
| 2525 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
| 2526 | # work properly (i.e., refer to `conftest.exe'), while it won't with |
| 2527 | # `rm'. |
| 2528 | for ac_file in conftest.exe conftest conftest.*; do |
| 2529 | test -f "$ac_file" || continue |
| 2530 | case $ac_file in |
| 2531 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; |
| 2532 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 2533 | break;; |
| 2534 | * ) break;; |
| 2535 | esac |
| 2536 | done |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2537 | else |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2538 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
| 2539 | See \`config.log' for more details." >&5 |
| 2540 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link |
| 2541 | See \`config.log' for more details." >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2542 | { (exit 1); exit 1; }; } |
| 2543 | fi |
| 2544 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2545 | rm -f conftest$ac_cv_exeext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2546 | { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 |
| 2547 | echo "${ECHO_T}$ac_cv_exeext" >&6; } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2548 | |
| 2549 | rm -f conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2550 | EXEEXT=$ac_cv_exeext |
| 2551 | ac_exeext=$EXEEXT |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2552 | { echo "$as_me:$LINENO: checking for suffix of object files" >&5 |
| 2553 | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2554 | if test "${ac_cv_objext+set}" = set; then |
| 2555 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2556 | else |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2557 | cat >conftest.$ac_ext <<_ACEOF |
| 2558 | /* confdefs.h. */ |
| 2559 | _ACEOF |
| 2560 | cat confdefs.h >>conftest.$ac_ext |
| 2561 | cat >>conftest.$ac_ext <<_ACEOF |
| 2562 | /* end confdefs.h. */ |
| 2563 | |
| 2564 | int |
| 2565 | main () |
| 2566 | { |
| 2567 | |
| 2568 | ; |
| 2569 | return 0; |
| 2570 | } |
| 2571 | _ACEOF |
| 2572 | rm -f conftest.o conftest.obj |
| 2573 | if { (ac_try="$ac_compile" |
| 2574 | case "(($ac_try" in |
| 2575 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2576 | *) ac_try_echo=$ac_try;; |
| 2577 | esac |
| 2578 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2579 | (eval "$ac_compile") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2580 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2582 | (exit $ac_status); }; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2583 | for ac_file in conftest.o conftest.obj conftest.*; do |
| 2584 | test -f "$ac_file" || continue; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2585 | case $ac_file in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2586 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2587 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` |
| 2588 | break;; |
| 2589 | esac |
| 2590 | done |
| 2591 | else |
| 2592 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2593 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2594 | |
| 2595 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
| 2596 | See \`config.log' for more details." >&5 |
| 2597 | echo "$as_me: error: cannot compute suffix of object files: cannot compile |
| 2598 | See \`config.log' for more details." >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2599 | { (exit 1); exit 1; }; } |
| 2600 | fi |
| 2601 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2602 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2603 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2604 | { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 |
| 2605 | echo "${ECHO_T}$ac_cv_objext" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2606 | OBJEXT=$ac_cv_objext |
| 2607 | ac_objext=$OBJEXT |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2608 | { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 |
| 2609 | echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2610 | if test "${ac_cv_c_compiler_gnu+set}" = set; then |
| 2611 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2612 | else |
| 2613 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2614 | /* confdefs.h. */ |
| 2615 | _ACEOF |
| 2616 | cat confdefs.h >>conftest.$ac_ext |
| 2617 | cat >>conftest.$ac_ext <<_ACEOF |
| 2618 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2619 | |
| 2620 | int |
| 2621 | main () |
| 2622 | { |
| 2623 | #ifndef __GNUC__ |
| 2624 | choke me |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2625 | #endif |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 2626 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2627 | ; |
| 2628 | return 0; |
| 2629 | } |
| 2630 | _ACEOF |
| 2631 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2632 | if { (ac_try="$ac_compile" |
| 2633 | case "(($ac_try" in |
| 2634 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2635 | *) ac_try_echo=$ac_try;; |
| 2636 | esac |
| 2637 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2638 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2639 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2640 | grep -v '^ *+' conftest.er1 >conftest.err |
| 2641 | rm -f conftest.er1 |
| 2642 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2643 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2644 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2645 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2646 | { (case "(($ac_try" in |
| 2647 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2648 | *) ac_try_echo=$ac_try;; |
| 2649 | esac |
| 2650 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2651 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2652 | ac_status=$? |
| 2653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2654 | (exit $ac_status); }; } && |
| 2655 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2656 | { (case "(($ac_try" in |
| 2657 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2658 | *) ac_try_echo=$ac_try;; |
| 2659 | esac |
| 2660 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2661 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2662 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2664 | (exit $ac_status); }; }; then |
| 2665 | ac_compiler_gnu=yes |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2666 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2667 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2668 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2669 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2670 | ac_compiler_gnu=no |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2671 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2672 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2673 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2674 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2675 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2676 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2677 | { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 |
| 2678 | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2679 | GCC=`test $ac_compiler_gnu = yes && echo yes` |
| 2680 | ac_test_CFLAGS=${CFLAGS+set} |
| 2681 | ac_save_CFLAGS=$CFLAGS |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2682 | { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
| 2683 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2684 | if test "${ac_cv_prog_cc_g+set}" = set; then |
| 2685 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2686 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2687 | ac_save_c_werror_flag=$ac_c_werror_flag |
| 2688 | ac_c_werror_flag=yes |
| 2689 | ac_cv_prog_cc_g=no |
| 2690 | CFLAGS="-g" |
| 2691 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2692 | /* confdefs.h. */ |
| 2693 | _ACEOF |
| 2694 | cat confdefs.h >>conftest.$ac_ext |
| 2695 | cat >>conftest.$ac_ext <<_ACEOF |
| 2696 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2697 | |
| 2698 | int |
| 2699 | main () |
| 2700 | { |
| 2701 | |
| 2702 | ; |
| 2703 | return 0; |
| 2704 | } |
| 2705 | _ACEOF |
| 2706 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2707 | if { (ac_try="$ac_compile" |
| 2708 | case "(($ac_try" in |
| 2709 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2710 | *) ac_try_echo=$ac_try;; |
| 2711 | esac |
| 2712 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2713 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2714 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2715 | grep -v '^ *+' conftest.er1 >conftest.err |
| 2716 | rm -f conftest.er1 |
| 2717 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2718 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2719 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2720 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2721 | { (case "(($ac_try" in |
| 2722 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2723 | *) ac_try_echo=$ac_try;; |
| 2724 | esac |
| 2725 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2726 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2727 | ac_status=$? |
| 2728 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2729 | (exit $ac_status); }; } && |
| 2730 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2731 | { (case "(($ac_try" in |
| 2732 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2733 | *) ac_try_echo=$ac_try;; |
| 2734 | esac |
| 2735 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2736 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2737 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 2738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2739 | (exit $ac_status); }; }; then |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 2740 | ac_cv_prog_cc_g=yes |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2741 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2742 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2743 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2744 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2745 | CFLAGS="" |
| 2746 | cat >conftest.$ac_ext <<_ACEOF |
| 2747 | /* confdefs.h. */ |
| 2748 | _ACEOF |
| 2749 | cat confdefs.h >>conftest.$ac_ext |
| 2750 | cat >>conftest.$ac_ext <<_ACEOF |
| 2751 | /* end confdefs.h. */ |
| 2752 | |
| 2753 | int |
| 2754 | main () |
| 2755 | { |
| 2756 | |
| 2757 | ; |
| 2758 | return 0; |
| 2759 | } |
| 2760 | _ACEOF |
| 2761 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2762 | if { (ac_try="$ac_compile" |
| 2763 | case "(($ac_try" in |
| 2764 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2765 | *) ac_try_echo=$ac_try;; |
| 2766 | esac |
| 2767 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2768 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2769 | ac_status=$? |
| 2770 | grep -v '^ *+' conftest.er1 >conftest.err |
| 2771 | rm -f conftest.er1 |
| 2772 | cat conftest.err >&5 |
| 2773 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2774 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2775 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2776 | { (case "(($ac_try" in |
| 2777 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2778 | *) ac_try_echo=$ac_try;; |
| 2779 | esac |
| 2780 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2781 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2782 | ac_status=$? |
| 2783 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2784 | (exit $ac_status); }; } && |
| 2785 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2786 | { (case "(($ac_try" in |
| 2787 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2788 | *) ac_try_echo=$ac_try;; |
| 2789 | esac |
| 2790 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2791 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2792 | ac_status=$? |
| 2793 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2794 | (exit $ac_status); }; }; then |
| 2795 | : |
| 2796 | else |
| 2797 | echo "$as_me: failed program was:" >&5 |
| 2798 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2799 | |
| 2800 | ac_c_werror_flag=$ac_save_c_werror_flag |
| 2801 | CFLAGS="-g" |
| 2802 | cat >conftest.$ac_ext <<_ACEOF |
| 2803 | /* confdefs.h. */ |
| 2804 | _ACEOF |
| 2805 | cat confdefs.h >>conftest.$ac_ext |
| 2806 | cat >>conftest.$ac_ext <<_ACEOF |
| 2807 | /* end confdefs.h. */ |
| 2808 | |
| 2809 | int |
| 2810 | main () |
| 2811 | { |
| 2812 | |
| 2813 | ; |
| 2814 | return 0; |
| 2815 | } |
| 2816 | _ACEOF |
| 2817 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2818 | if { (ac_try="$ac_compile" |
| 2819 | case "(($ac_try" in |
| 2820 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2821 | *) ac_try_echo=$ac_try;; |
| 2822 | esac |
| 2823 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2824 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2825 | ac_status=$? |
| 2826 | grep -v '^ *+' conftest.er1 >conftest.err |
| 2827 | rm -f conftest.er1 |
| 2828 | cat conftest.err >&5 |
| 2829 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2830 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2831 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2832 | { (case "(($ac_try" in |
| 2833 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2834 | *) ac_try_echo=$ac_try;; |
| 2835 | esac |
| 2836 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2837 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2838 | ac_status=$? |
| 2839 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2840 | (exit $ac_status); }; } && |
| 2841 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2842 | { (case "(($ac_try" in |
| 2843 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2844 | *) ac_try_echo=$ac_try;; |
| 2845 | esac |
| 2846 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2847 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2848 | ac_status=$? |
| 2849 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2850 | (exit $ac_status); }; }; then |
| 2851 | ac_cv_prog_cc_g=yes |
| 2852 | else |
| 2853 | echo "$as_me: failed program was:" >&5 |
| 2854 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2855 | |
| 2856 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2857 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2858 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2859 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2860 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2861 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2862 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2863 | fi |
| 2864 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2865 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2866 | ac_c_werror_flag=$ac_save_c_werror_flag |
| 2867 | fi |
| 2868 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| 2869 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2870 | if test "$ac_test_CFLAGS" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 2871 | CFLAGS=$ac_save_CFLAGS |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2872 | elif test $ac_cv_prog_cc_g = yes; then |
| 2873 | if test "$GCC" = yes; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 2874 | CFLAGS="-g -O2" |
| 2875 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2876 | CFLAGS="-g" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2877 | fi |
| 2878 | else |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 2879 | if test "$GCC" = yes; then |
| 2880 | CFLAGS="-O2" |
| 2881 | else |
| 2882 | CFLAGS= |
| 2883 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 2884 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2885 | { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
| 2886 | echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } |
| 2887 | if test "${ac_cv_prog_cc_c89+set}" = set; then |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2888 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 2889 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2890 | ac_cv_prog_cc_c89=no |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2891 | ac_save_CC=$CC |
| 2892 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2893 | /* confdefs.h. */ |
| 2894 | _ACEOF |
| 2895 | cat confdefs.h >>conftest.$ac_ext |
| 2896 | cat >>conftest.$ac_ext <<_ACEOF |
| 2897 | /* end confdefs.h. */ |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2898 | #include <stdarg.h> |
| 2899 | #include <stdio.h> |
| 2900 | #include <sys/types.h> |
| 2901 | #include <sys/stat.h> |
| 2902 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 2903 | struct buf { int x; }; |
| 2904 | FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 2905 | static char *e (p, i) |
| 2906 | char **p; |
| 2907 | int i; |
| 2908 | { |
| 2909 | return p[i]; |
| 2910 | } |
| 2911 | static char *f (char * (*g) (char **, int), char **p, ...) |
| 2912 | { |
| 2913 | char *s; |
| 2914 | va_list v; |
| 2915 | va_start (v,p); |
| 2916 | s = g (p, va_arg (v,int)); |
| 2917 | va_end (v); |
| 2918 | return s; |
| 2919 | } |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2920 | |
| 2921 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
| 2922 | function prototypes and stuff, but not '\xHH' hex character constants. |
| 2923 | These don't provoke an error unfortunately, instead are silently treated |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2924 | as 'x'. The following induces an error, until -std is added to get |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2925 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
| 2926 | array size at least. It's necessary to write '\x00'==0 to get something |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2927 | that's true only with -std. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2928 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
| 2929 | |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 2930 | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
| 2931 | inside strings and character constants. */ |
| 2932 | #define FOO(x) 'x' |
| 2933 | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; |
| 2934 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2935 | int test (int i, double x); |
| 2936 | struct s1 {int (*f) (int a);}; |
| 2937 | struct s2 {int (*f) (double a);}; |
| 2938 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); |
| 2939 | int argc; |
| 2940 | char **argv; |
| 2941 | int |
| 2942 | main () |
| 2943 | { |
| 2944 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
| 2945 | ; |
| 2946 | return 0; |
| 2947 | } |
| 2948 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2949 | for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
| 2950 | -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2951 | do |
| 2952 | CC="$ac_save_CC $ac_arg" |
| 2953 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2954 | if { (ac_try="$ac_compile" |
| 2955 | case "(($ac_try" in |
| 2956 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2957 | *) ac_try_echo=$ac_try;; |
| 2958 | esac |
| 2959 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2960 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2961 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2962 | grep -v '^ *+' conftest.er1 >conftest.err |
| 2963 | rm -f conftest.er1 |
| 2964 | cat conftest.err >&5 |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2965 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2966 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2967 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 2968 | { (case "(($ac_try" in |
| 2969 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2970 | *) ac_try_echo=$ac_try;; |
| 2971 | esac |
| 2972 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2973 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 2974 | ac_status=$? |
| 2975 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2976 | (exit $ac_status); }; } && |
| 2977 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2978 | { (case "(($ac_try" in |
| 2979 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 2980 | *) ac_try_echo=$ac_try;; |
| 2981 | esac |
| 2982 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 2983 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2984 | ac_status=$? |
| 2985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2986 | (exit $ac_status); }; }; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2987 | ac_cv_prog_cc_c89=$ac_arg |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2988 | else |
| 2989 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 2990 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 2991 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2992 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2993 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2994 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 2995 | rm -f core conftest.err conftest.$ac_objext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2996 | test "x$ac_cv_prog_cc_c89" != "xno" && break |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2997 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 2998 | rm -f conftest.$ac_ext |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 2999 | CC=$ac_save_CC |
| 3000 | |
| 3001 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3002 | # AC_CACHE_VAL |
| 3003 | case "x$ac_cv_prog_cc_c89" in |
| 3004 | x) |
| 3005 | { echo "$as_me:$LINENO: result: none needed" >&5 |
| 3006 | echo "${ECHO_T}none needed" >&6; } ;; |
| 3007 | xno) |
| 3008 | { echo "$as_me:$LINENO: result: unsupported" >&5 |
| 3009 | echo "${ECHO_T}unsupported" >&6; } ;; |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3010 | *) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3011 | CC="$CC $ac_cv_prog_cc_c89" |
| 3012 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 |
| 3013 | echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3014 | esac |
| 3015 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3016 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3017 | ac_ext=c |
| 3018 | ac_cpp='$CPP $CPPFLAGS' |
| 3019 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3020 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3021 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3022 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3023 | ac_ext=cpp |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3024 | ac_cpp='$CXXCPP $CPPFLAGS' |
| 3025 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3026 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3027 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3028 | if test -z "$CXX"; then |
| 3029 | if test -n "$CCC"; then |
| 3030 | CXX=$CCC |
| 3031 | else |
| 3032 | if test -n "$ac_tool_prefix"; then |
| 3033 | for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3034 | do |
| 3035 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 3036 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3037 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 3038 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3039 | if test "${ac_cv_prog_CXX+set}" = set; then |
| 3040 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3041 | else |
| 3042 | if test -n "$CXX"; then |
| 3043 | ac_cv_prog_CXX="$CXX" # Let the user override the test. |
| 3044 | else |
| 3045 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3046 | for as_dir in $PATH |
| 3047 | do |
| 3048 | IFS=$as_save_IFS |
| 3049 | test -z "$as_dir" && as_dir=. |
| 3050 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3051 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3052 | ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
| 3053 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3054 | break 2 |
| 3055 | fi |
| 3056 | done |
| 3057 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3058 | IFS=$as_save_IFS |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3059 | |
| 3060 | fi |
| 3061 | fi |
| 3062 | CXX=$ac_cv_prog_CXX |
| 3063 | if test -n "$CXX"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3064 | { echo "$as_me:$LINENO: result: $CXX" >&5 |
| 3065 | echo "${ECHO_T}$CXX" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3066 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3067 | { echo "$as_me:$LINENO: result: no" >&5 |
| 3068 | echo "${ECHO_T}no" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3069 | fi |
| 3070 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3071 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3072 | test -n "$CXX" && break |
| 3073 | done |
| 3074 | fi |
| 3075 | if test -z "$CXX"; then |
| 3076 | ac_ct_CXX=$CXX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3077 | for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3078 | do |
| 3079 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 3080 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3081 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 3082 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3083 | if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then |
| 3084 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3085 | else |
| 3086 | if test -n "$ac_ct_CXX"; then |
| 3087 | ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. |
| 3088 | else |
| 3089 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3090 | for as_dir in $PATH |
| 3091 | do |
| 3092 | IFS=$as_save_IFS |
| 3093 | test -z "$as_dir" && as_dir=. |
| 3094 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3095 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3096 | ac_cv_prog_ac_ct_CXX="$ac_prog" |
| 3097 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3098 | break 2 |
| 3099 | fi |
| 3100 | done |
| 3101 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3102 | IFS=$as_save_IFS |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3103 | |
| 3104 | fi |
| 3105 | fi |
| 3106 | ac_ct_CXX=$ac_cv_prog_ac_ct_CXX |
| 3107 | if test -n "$ac_ct_CXX"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3108 | { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 |
| 3109 | echo "${ECHO_T}$ac_ct_CXX" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3110 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3111 | { echo "$as_me:$LINENO: result: no" >&5 |
| 3112 | echo "${ECHO_T}no" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3113 | fi |
| 3114 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3115 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3116 | test -n "$ac_ct_CXX" && break |
| 3117 | done |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3118 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3119 | if test "x$ac_ct_CXX" = x; then |
| 3120 | CXX="g++" |
| 3121 | else |
| 3122 | case $cross_compiling:$ac_tool_warned in |
| 3123 | yes:) |
| 3124 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 3125 | whose name does not start with the host triplet. If you think this |
| 3126 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 3127 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 3128 | whose name does not start with the host triplet. If you think this |
| 3129 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 3130 | ac_tool_warned=yes ;; |
| 3131 | esac |
| 3132 | CXX=$ac_ct_CXX |
| 3133 | fi |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3134 | fi |
| 3135 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3136 | fi |
| 3137 | fi |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3138 | # Provide some information about the compiler. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3139 | echo "$as_me:$LINENO: checking for C++ compiler version" >&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3140 | ac_compiler=`set X $ac_compile; echo $2` |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3141 | { (ac_try="$ac_compiler --version >&5" |
| 3142 | case "(($ac_try" in |
| 3143 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3144 | *) ac_try_echo=$ac_try;; |
| 3145 | esac |
| 3146 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3147 | (eval "$ac_compiler --version >&5") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3148 | ac_status=$? |
| 3149 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3150 | (exit $ac_status); } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3151 | { (ac_try="$ac_compiler -v >&5" |
| 3152 | case "(($ac_try" in |
| 3153 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3154 | *) ac_try_echo=$ac_try;; |
| 3155 | esac |
| 3156 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3157 | (eval "$ac_compiler -v >&5") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3158 | ac_status=$? |
| 3159 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3160 | (exit $ac_status); } |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3161 | { (ac_try="$ac_compiler -V >&5" |
| 3162 | case "(($ac_try" in |
| 3163 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3164 | *) ac_try_echo=$ac_try;; |
| 3165 | esac |
| 3166 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3167 | (eval "$ac_compiler -V >&5") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3168 | ac_status=$? |
| 3169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3170 | (exit $ac_status); } |
| 3171 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3172 | { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 |
| 3173 | echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3174 | if test "${ac_cv_cxx_compiler_gnu+set}" = set; then |
| 3175 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3176 | else |
| 3177 | cat >conftest.$ac_ext <<_ACEOF |
| 3178 | /* confdefs.h. */ |
| 3179 | _ACEOF |
| 3180 | cat confdefs.h >>conftest.$ac_ext |
| 3181 | cat >>conftest.$ac_ext <<_ACEOF |
| 3182 | /* end confdefs.h. */ |
| 3183 | |
| 3184 | int |
| 3185 | main () |
| 3186 | { |
| 3187 | #ifndef __GNUC__ |
| 3188 | choke me |
| 3189 | #endif |
| 3190 | |
| 3191 | ; |
| 3192 | return 0; |
| 3193 | } |
| 3194 | _ACEOF |
| 3195 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3196 | if { (ac_try="$ac_compile" |
| 3197 | case "(($ac_try" in |
| 3198 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3199 | *) ac_try_echo=$ac_try;; |
| 3200 | esac |
| 3201 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3202 | (eval "$ac_compile") 2>conftest.er1 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3203 | ac_status=$? |
| 3204 | grep -v '^ *+' conftest.er1 >conftest.err |
| 3205 | rm -f conftest.er1 |
| 3206 | cat conftest.err >&5 |
| 3207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3208 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3209 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
| 3210 | { (case "(($ac_try" in |
| 3211 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3212 | *) ac_try_echo=$ac_try;; |
| 3213 | esac |
| 3214 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3215 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3216 | ac_status=$? |
| 3217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3218 | (exit $ac_status); }; } && |
| 3219 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3220 | { (case "(($ac_try" in |
| 3221 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3222 | *) ac_try_echo=$ac_try;; |
| 3223 | esac |
| 3224 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3225 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3226 | ac_status=$? |
| 3227 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3228 | (exit $ac_status); }; }; then |
| 3229 | ac_compiler_gnu=yes |
| 3230 | else |
| 3231 | echo "$as_me: failed program was:" >&5 |
| 3232 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3233 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3234 | ac_compiler_gnu=no |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3235 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3236 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3237 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3238 | ac_cv_cxx_compiler_gnu=$ac_compiler_gnu |
| 3239 | |
| 3240 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3241 | { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 |
| 3242 | echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3243 | GXX=`test $ac_compiler_gnu = yes && echo yes` |
| 3244 | ac_test_CXXFLAGS=${CXXFLAGS+set} |
| 3245 | ac_save_CXXFLAGS=$CXXFLAGS |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3246 | { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 |
| 3247 | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3248 | if test "${ac_cv_prog_cxx_g+set}" = set; then |
| 3249 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3250 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3251 | ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
| 3252 | ac_cxx_werror_flag=yes |
| 3253 | ac_cv_prog_cxx_g=no |
| 3254 | CXXFLAGS="-g" |
| 3255 | cat >conftest.$ac_ext <<_ACEOF |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3256 | /* confdefs.h. */ |
| 3257 | _ACEOF |
| 3258 | cat confdefs.h >>conftest.$ac_ext |
| 3259 | cat >>conftest.$ac_ext <<_ACEOF |
| 3260 | /* end confdefs.h. */ |
| 3261 | |
| 3262 | int |
| 3263 | main () |
| 3264 | { |
| 3265 | |
| 3266 | ; |
| 3267 | return 0; |
| 3268 | } |
| 3269 | _ACEOF |
| 3270 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3271 | if { (ac_try="$ac_compile" |
| 3272 | case "(($ac_try" in |
| 3273 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3274 | *) ac_try_echo=$ac_try;; |
| 3275 | esac |
| 3276 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3277 | (eval "$ac_compile") 2>conftest.er1 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3278 | ac_status=$? |
| 3279 | grep -v '^ *+' conftest.er1 >conftest.err |
| 3280 | rm -f conftest.er1 |
| 3281 | cat conftest.err >&5 |
| 3282 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3283 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3284 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
| 3285 | { (case "(($ac_try" in |
| 3286 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3287 | *) ac_try_echo=$ac_try;; |
| 3288 | esac |
| 3289 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3290 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3291 | ac_status=$? |
| 3292 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3293 | (exit $ac_status); }; } && |
| 3294 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3295 | { (case "(($ac_try" in |
| 3296 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3297 | *) ac_try_echo=$ac_try;; |
| 3298 | esac |
| 3299 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3300 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3301 | ac_status=$? |
| 3302 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3303 | (exit $ac_status); }; }; then |
| 3304 | ac_cv_prog_cxx_g=yes |
| 3305 | else |
| 3306 | echo "$as_me: failed program was:" >&5 |
| 3307 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3308 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3309 | CXXFLAGS="" |
| 3310 | cat >conftest.$ac_ext <<_ACEOF |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3311 | /* confdefs.h. */ |
| 3312 | _ACEOF |
| 3313 | cat confdefs.h >>conftest.$ac_ext |
| 3314 | cat >>conftest.$ac_ext <<_ACEOF |
| 3315 | /* end confdefs.h. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3316 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3317 | int |
| 3318 | main () |
| 3319 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3320 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3321 | ; |
| 3322 | return 0; |
| 3323 | } |
| 3324 | _ACEOF |
| 3325 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3326 | if { (ac_try="$ac_compile" |
| 3327 | case "(($ac_try" in |
| 3328 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3329 | *) ac_try_echo=$ac_try;; |
| 3330 | esac |
| 3331 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3332 | (eval "$ac_compile") 2>conftest.er1 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3333 | ac_status=$? |
| 3334 | grep -v '^ *+' conftest.er1 >conftest.err |
| 3335 | rm -f conftest.er1 |
| 3336 | cat conftest.err >&5 |
| 3337 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3338 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3339 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
| 3340 | { (case "(($ac_try" in |
| 3341 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3342 | *) ac_try_echo=$ac_try;; |
| 3343 | esac |
| 3344 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3345 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3346 | ac_status=$? |
| 3347 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3348 | (exit $ac_status); }; } && |
| 3349 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3350 | { (case "(($ac_try" in |
| 3351 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3352 | *) ac_try_echo=$ac_try;; |
| 3353 | esac |
| 3354 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3355 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3356 | ac_status=$? |
| 3357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3358 | (exit $ac_status); }; }; then |
| 3359 | : |
| 3360 | else |
| 3361 | echo "$as_me: failed program was:" >&5 |
| 3362 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3363 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3364 | ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
| 3365 | CXXFLAGS="-g" |
| 3366 | cat >conftest.$ac_ext <<_ACEOF |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3367 | /* confdefs.h. */ |
| 3368 | _ACEOF |
| 3369 | cat confdefs.h >>conftest.$ac_ext |
| 3370 | cat >>conftest.$ac_ext <<_ACEOF |
| 3371 | /* end confdefs.h. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3372 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3373 | int |
| 3374 | main () |
| 3375 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3376 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3377 | ; |
| 3378 | return 0; |
| 3379 | } |
| 3380 | _ACEOF |
| 3381 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3382 | if { (ac_try="$ac_compile" |
| 3383 | case "(($ac_try" in |
| 3384 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3385 | *) ac_try_echo=$ac_try;; |
| 3386 | esac |
| 3387 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3388 | (eval "$ac_compile") 2>conftest.er1 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3389 | ac_status=$? |
| 3390 | grep -v '^ *+' conftest.er1 >conftest.err |
| 3391 | rm -f conftest.er1 |
| 3392 | cat conftest.err >&5 |
| 3393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3394 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3395 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
| 3396 | { (case "(($ac_try" in |
| 3397 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3398 | *) ac_try_echo=$ac_try;; |
| 3399 | esac |
| 3400 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3401 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3402 | ac_status=$? |
| 3403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3404 | (exit $ac_status); }; } && |
| 3405 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3406 | { (case "(($ac_try" in |
| 3407 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3408 | *) ac_try_echo=$ac_try;; |
| 3409 | esac |
| 3410 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3411 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3412 | ac_status=$? |
| 3413 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3414 | (exit $ac_status); }; }; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3415 | ac_cv_prog_cxx_g=yes |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3416 | else |
| 3417 | echo "$as_me: failed program was:" >&5 |
| 3418 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3419 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3420 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3421 | fi |
| 3422 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3423 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3424 | fi |
| 3425 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3426 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3427 | fi |
| 3428 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3429 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3430 | ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
| 3431 | fi |
| 3432 | { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 |
| 3433 | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } |
| 3434 | if test "$ac_test_CXXFLAGS" = set; then |
| 3435 | CXXFLAGS=$ac_save_CXXFLAGS |
| 3436 | elif test $ac_cv_prog_cxx_g = yes; then |
| 3437 | if test "$GXX" = yes; then |
| 3438 | CXXFLAGS="-g -O2" |
| 3439 | else |
| 3440 | CXXFLAGS="-g" |
| 3441 | fi |
| 3442 | else |
| 3443 | if test "$GXX" = yes; then |
| 3444 | CXXFLAGS="-O2" |
| 3445 | else |
| 3446 | CXXFLAGS= |
| 3447 | fi |
| 3448 | fi |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3449 | ac_ext=c |
| 3450 | ac_cpp='$CPP $CPPFLAGS' |
| 3451 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3452 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3453 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3454 | |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3455 | if test -n "$ac_tool_prefix"; then |
| 3456 | # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args. |
| 3457 | set dummy ${ac_tool_prefix}cpp; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3458 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 3459 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3460 | if test "${ac_cv_prog_CPPBIN+set}" = set; then |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3461 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3462 | else |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3463 | if test -n "$CPPBIN"; then |
| 3464 | ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test. |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3465 | else |
| 3466 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3467 | for as_dir in $PATH |
| 3468 | do |
| 3469 | IFS=$as_save_IFS |
| 3470 | test -z "$as_dir" && as_dir=. |
| 3471 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3472 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3473 | ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp" |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3474 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3475 | break 2 |
| 3476 | fi |
| 3477 | done |
| 3478 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3479 | IFS=$as_save_IFS |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3480 | |
| 3481 | fi |
| 3482 | fi |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3483 | CPPBIN=$ac_cv_prog_CPPBIN |
| 3484 | if test -n "$CPPBIN"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3485 | { echo "$as_me:$LINENO: result: $CPPBIN" >&5 |
| 3486 | echo "${ECHO_T}$CPPBIN" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3487 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3488 | { echo "$as_me:$LINENO: result: no" >&5 |
| 3489 | echo "${ECHO_T}no" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3490 | fi |
| 3491 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3492 | |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3493 | fi |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3494 | if test -z "$ac_cv_prog_CPPBIN"; then |
| 3495 | ac_ct_CPPBIN=$CPPBIN |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3496 | # Extract the first word of "cpp", so it can be a program name with args. |
| 3497 | set dummy cpp; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3498 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 3499 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3500 | if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3501 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3502 | else |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3503 | if test -n "$ac_ct_CPPBIN"; then |
| 3504 | ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test. |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3505 | else |
| 3506 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3507 | for as_dir in $PATH |
| 3508 | do |
| 3509 | IFS=$as_save_IFS |
| 3510 | test -z "$as_dir" && as_dir=. |
| 3511 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3512 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3513 | ac_cv_prog_ac_ct_CPPBIN="cpp" |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3514 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3515 | break 2 |
| 3516 | fi |
| 3517 | done |
| 3518 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3519 | IFS=$as_save_IFS |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3520 | |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3521 | fi |
| 3522 | fi |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3523 | ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN |
| 3524 | if test -n "$ac_ct_CPPBIN"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3525 | { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5 |
| 3526 | echo "${ECHO_T}$ac_ct_CPPBIN" >&6; } |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3527 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3528 | { echo "$as_me:$LINENO: result: no" >&5 |
| 3529 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3530 | fi |
| 3531 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3532 | if test "x$ac_ct_CPPBIN" = x; then |
| 3533 | CPPBIN="cpp" |
| 3534 | else |
| 3535 | case $cross_compiling:$ac_tool_warned in |
| 3536 | yes:) |
| 3537 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 3538 | whose name does not start with the host triplet. If you think this |
| 3539 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 3540 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 3541 | whose name does not start with the host triplet. If you think this |
| 3542 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 3543 | ac_tool_warned=yes ;; |
| 3544 | esac |
| 3545 | CPPBIN=$ac_ct_CPPBIN |
| 3546 | fi |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3547 | else |
Alexandre Julliard | a631ef6 | 2004-03-03 20:30:46 +0000 | [diff] [blame] | 3548 | CPPBIN="$ac_cv_prog_CPPBIN" |
Alexandre Julliard | 3e61ef7 | 2004-03-02 06:48:48 +0000 | [diff] [blame] | 3549 | fi |
| 3550 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3551 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3552 | { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5 |
| 3553 | echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3554 | if test "${wine_cv_toolsdir+set}" = set; then |
| 3555 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3556 | else |
| 3557 | if test -z "$with_wine_tools"; then |
| 3558 | if test "$cross_compiling" = "yes"; then |
| 3559 | { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5 |
| 3560 | echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;} |
| 3561 | { (exit 1); exit 1; }; } |
| 3562 | else |
| 3563 | wine_cv_toolsdir="\$(TOPOBJDIR)" |
| 3564 | fi |
| 3565 | elif test -d "$with_wine_tools/tools/winebuild"; then |
| 3566 | case $with_wine_tools in |
| 3567 | /*) wine_cv_toolsdir="$with_wine_tools" ;; |
| 3568 | *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;; |
| 3569 | esac |
| 3570 | else |
| 3571 | { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5 |
| 3572 | echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;} |
| 3573 | { (exit 1); exit 1; }; } |
| 3574 | fi |
| 3575 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3576 | { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5 |
| 3577 | echo "${ECHO_T}$wine_cv_toolsdir" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 3578 | TOOLSDIR=$wine_cv_toolsdir |
| 3579 | |
| 3580 | |
| 3581 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3582 | ac_ext=c |
| 3583 | ac_cpp='$CPP $CPPFLAGS' |
| 3584 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3585 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3586 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3587 | { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 |
| 3588 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3589 | # On Suns, sometimes $CPP names a directory. |
| 3590 | if test -n "$CPP" && test -d "$CPP"; then |
| 3591 | CPP= |
| 3592 | fi |
| 3593 | if test -z "$CPP"; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3594 | if test "${ac_cv_prog_CPP+set}" = set; then |
| 3595 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3596 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3597 | # Double quotes because CPP needs to be expanded |
| 3598 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
| 3599 | do |
| 3600 | ac_preproc_ok=false |
| 3601 | for ac_c_preproc_warn_flag in '' yes |
| 3602 | do |
| 3603 | # Use a header file that comes with gcc, so configuring glibc |
| 3604 | # with a fresh cross-compiler works. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3605 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 3606 | # <limits.h> exists even on freestanding compilers. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3607 | # On the NeXT, cc -E runs the code through the compiler's parser, |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3608 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3609 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3610 | /* confdefs.h. */ |
| 3611 | _ACEOF |
| 3612 | cat confdefs.h >>conftest.$ac_ext |
| 3613 | cat >>conftest.$ac_ext <<_ACEOF |
| 3614 | /* end confdefs.h. */ |
| 3615 | #ifdef __STDC__ |
| 3616 | # include <limits.h> |
| 3617 | #else |
| 3618 | # include <assert.h> |
| 3619 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3620 | Syntax error |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3621 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3622 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 3623 | case "(($ac_try" in |
| 3624 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3625 | *) ac_try_echo=$ac_try;; |
| 3626 | esac |
| 3627 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3628 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3629 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3630 | grep -v '^ *+' conftest.er1 >conftest.err |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3631 | rm -f conftest.er1 |
| 3632 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3633 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3634 | (exit $ac_status); } >/dev/null; then |
| 3635 | if test -s conftest.err; then |
| 3636 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3637 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3638 | else |
| 3639 | ac_cpp_err= |
| 3640 | fi |
| 3641 | else |
| 3642 | ac_cpp_err=yes |
| 3643 | fi |
| 3644 | if test -z "$ac_cpp_err"; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3645 | : |
| 3646 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3647 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3648 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3649 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3650 | # Broken: fails on valid input. |
| 3651 | continue |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3652 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3653 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3654 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3655 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3656 | # OK, works on sane cases. Now check whether nonexistent headers |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3657 | # can be detected and how. |
| 3658 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3659 | /* confdefs.h. */ |
| 3660 | _ACEOF |
| 3661 | cat confdefs.h >>conftest.$ac_ext |
| 3662 | cat >>conftest.$ac_ext <<_ACEOF |
| 3663 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3664 | #include <ac_nonexistent.h> |
| 3665 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3666 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 3667 | case "(($ac_try" in |
| 3668 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3669 | *) ac_try_echo=$ac_try;; |
| 3670 | esac |
| 3671 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3672 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3673 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3674 | grep -v '^ *+' conftest.er1 >conftest.err |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3675 | rm -f conftest.er1 |
| 3676 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3678 | (exit $ac_status); } >/dev/null; then |
| 3679 | if test -s conftest.err; then |
| 3680 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3681 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3682 | else |
| 3683 | ac_cpp_err= |
| 3684 | fi |
| 3685 | else |
| 3686 | ac_cpp_err=yes |
| 3687 | fi |
| 3688 | if test -z "$ac_cpp_err"; then |
| 3689 | # Broken: success on invalid input. |
| 3690 | continue |
| 3691 | else |
| 3692 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3693 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3694 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3695 | # Passes both tests. |
| 3696 | ac_preproc_ok=: |
| 3697 | break |
| 3698 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3699 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3700 | rm -f conftest.err conftest.$ac_ext |
| 3701 | |
| 3702 | done |
| 3703 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 3704 | rm -f conftest.err conftest.$ac_ext |
| 3705 | if $ac_preproc_ok; then |
| 3706 | break |
| 3707 | fi |
| 3708 | |
| 3709 | done |
| 3710 | ac_cv_prog_CPP=$CPP |
| 3711 | |
| 3712 | fi |
| 3713 | CPP=$ac_cv_prog_CPP |
| 3714 | else |
| 3715 | ac_cv_prog_CPP=$CPP |
| 3716 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3717 | { echo "$as_me:$LINENO: result: $CPP" >&5 |
| 3718 | echo "${ECHO_T}$CPP" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3719 | ac_preproc_ok=false |
| 3720 | for ac_c_preproc_warn_flag in '' yes |
| 3721 | do |
| 3722 | # Use a header file that comes with gcc, so configuring glibc |
| 3723 | # with a fresh cross-compiler works. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3724 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 3725 | # <limits.h> exists even on freestanding compilers. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3726 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3727 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3728 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3729 | /* confdefs.h. */ |
| 3730 | _ACEOF |
| 3731 | cat confdefs.h >>conftest.$ac_ext |
| 3732 | cat >>conftest.$ac_ext <<_ACEOF |
| 3733 | /* end confdefs.h. */ |
| 3734 | #ifdef __STDC__ |
| 3735 | # include <limits.h> |
| 3736 | #else |
| 3737 | # include <assert.h> |
| 3738 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3739 | Syntax error |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3740 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3741 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 3742 | case "(($ac_try" in |
| 3743 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3744 | *) ac_try_echo=$ac_try;; |
| 3745 | esac |
| 3746 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3747 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3748 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3749 | grep -v '^ *+' conftest.er1 >conftest.err |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3750 | rm -f conftest.er1 |
| 3751 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3753 | (exit $ac_status); } >/dev/null; then |
| 3754 | if test -s conftest.err; then |
| 3755 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3756 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3757 | else |
| 3758 | ac_cpp_err= |
| 3759 | fi |
| 3760 | else |
| 3761 | ac_cpp_err=yes |
| 3762 | fi |
| 3763 | if test -z "$ac_cpp_err"; then |
| 3764 | : |
| 3765 | else |
| 3766 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3767 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3768 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3769 | # Broken: fails on valid input. |
| 3770 | continue |
| 3771 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3772 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3773 | rm -f conftest.err conftest.$ac_ext |
| 3774 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3775 | # OK, works on sane cases. Now check whether nonexistent headers |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3776 | # can be detected and how. |
| 3777 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3778 | /* confdefs.h. */ |
| 3779 | _ACEOF |
| 3780 | cat confdefs.h >>conftest.$ac_ext |
| 3781 | cat >>conftest.$ac_ext <<_ACEOF |
| 3782 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3783 | #include <ac_nonexistent.h> |
| 3784 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3785 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 3786 | case "(($ac_try" in |
| 3787 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3788 | *) ac_try_echo=$ac_try;; |
| 3789 | esac |
| 3790 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3791 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3792 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3793 | grep -v '^ *+' conftest.er1 >conftest.err |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3794 | rm -f conftest.er1 |
| 3795 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3796 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3797 | (exit $ac_status); } >/dev/null; then |
| 3798 | if test -s conftest.err; then |
| 3799 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3800 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3801 | else |
| 3802 | ac_cpp_err= |
| 3803 | fi |
| 3804 | else |
| 3805 | ac_cpp_err=yes |
| 3806 | fi |
| 3807 | if test -z "$ac_cpp_err"; then |
| 3808 | # Broken: success on invalid input. |
| 3809 | continue |
| 3810 | else |
| 3811 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3812 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3813 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3814 | # Passes both tests. |
| 3815 | ac_preproc_ok=: |
| 3816 | break |
| 3817 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3818 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3819 | rm -f conftest.err conftest.$ac_ext |
| 3820 | |
| 3821 | done |
| 3822 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 3823 | rm -f conftest.err conftest.$ac_ext |
| 3824 | if $ac_preproc_ok; then |
| 3825 | : |
| 3826 | else |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3827 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
| 3828 | See \`config.log' for more details." >&5 |
| 3829 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check |
| 3830 | See \`config.log' for more details." >&2;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3831 | { (exit 1); exit 1; }; } |
| 3832 | fi |
| 3833 | |
| 3834 | ac_ext=c |
| 3835 | ac_cpp='$CPP $CPPFLAGS' |
| 3836 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 3837 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
| 3838 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 3839 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3840 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3841 | { echo "$as_me:$LINENO: checking for X" >&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3842 | echo $ECHO_N "checking for X... $ECHO_C" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3843 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3844 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3845 | # Check whether --with-x was given. |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 3846 | if test "${with_x+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3847 | withval=$with_x; |
| 3848 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3849 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3850 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3851 | if test "x$with_x" = xno; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3852 | # The user explicitly disabled X. |
| 3853 | have_x=disabled |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3854 | else |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3855 | case $x_includes,$x_libraries in #( |
| 3856 | *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 |
| 3857 | echo "$as_me: error: Cannot use X directory names containing '" >&2;} |
| 3858 | { (exit 1); exit 1; }; };; #( |
| 3859 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3860 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3861 | else |
| 3862 | # One or both of the vars are not set, and there is no cached value. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3863 | ac_x_includes=no ac_x_libraries=no |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3864 | rm -f -r conftest.dir |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3865 | if mkdir conftest.dir; then |
| 3866 | cd conftest.dir |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3867 | cat >Imakefile <<'_ACEOF' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3868 | incroot: |
| 3869 | @echo incroot='${INCROOT}' |
| 3870 | usrlibdir: |
| 3871 | @echo usrlibdir='${USRLIBDIR}' |
| 3872 | libdir: |
| 3873 | @echo libdir='${LIBDIR}' |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3874 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3875 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3876 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3877 | for ac_var in incroot usrlibdir libdir; do |
| 3878 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
| 3879 | done |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3880 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. |
| 3881 | for ac_extension in a so sl; do |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3882 | if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && |
| 3883 | test -f "$ac_im_libdir/libX11.$ac_extension"; then |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3884 | ac_im_usrlibdir=$ac_im_libdir; break |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3885 | fi |
| 3886 | done |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 3887 | # Screen out bogus values from the imake configuration. They are |
| 3888 | # bogus both because they are the default anyway, and because |
| 3889 | # using them would break gcc on systems where it needs fixed includes. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3890 | case $ac_im_incroot in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3891 | /usr/include) ac_x_includes= ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3892 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3893 | esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3894 | case $ac_im_usrlibdir in |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3895 | /usr/lib | /lib) ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3896 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3897 | esac |
| 3898 | fi |
| 3899 | cd .. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3900 | rm -f -r conftest.dir |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3901 | fi |
| 3902 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3903 | # Standard set of common directories for X headers. |
| 3904 | # Check X11 before X11Rn because it is often a symlink to the current release. |
| 3905 | ac_x_header_dirs=' |
| 3906 | /usr/X11/include |
| 3907 | /usr/X11R6/include |
| 3908 | /usr/X11R5/include |
| 3909 | /usr/X11R4/include |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3910 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3911 | /usr/include/X11 |
| 3912 | /usr/include/X11R6 |
| 3913 | /usr/include/X11R5 |
| 3914 | /usr/include/X11R4 |
| 3915 | |
| 3916 | /usr/local/X11/include |
| 3917 | /usr/local/X11R6/include |
| 3918 | /usr/local/X11R5/include |
| 3919 | /usr/local/X11R4/include |
| 3920 | |
| 3921 | /usr/local/include/X11 |
| 3922 | /usr/local/include/X11R6 |
| 3923 | /usr/local/include/X11R5 |
| 3924 | /usr/local/include/X11R4 |
| 3925 | |
| 3926 | /usr/X386/include |
| 3927 | /usr/x386/include |
| 3928 | /usr/XFree86/include/X11 |
| 3929 | |
| 3930 | /usr/include |
| 3931 | /usr/local/include |
| 3932 | /usr/unsupported/include |
| 3933 | /usr/athena/include |
| 3934 | /usr/local/x11r5/include |
| 3935 | /usr/lpp/Xamples/include |
| 3936 | |
| 3937 | /usr/openwin/include |
| 3938 | /usr/openwin/share/include' |
| 3939 | |
| 3940 | if test "$ac_x_includes" = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3941 | # Guess where to find include files, by looking for Xlib.h. |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3942 | # First, try using that file with no special directory specified. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3943 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3944 | /* confdefs.h. */ |
| 3945 | _ACEOF |
| 3946 | cat confdefs.h >>conftest.$ac_ext |
| 3947 | cat >>conftest.$ac_ext <<_ACEOF |
| 3948 | /* end confdefs.h. */ |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3949 | #include <X11/Xlib.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3950 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 3951 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 3952 | case "(($ac_try" in |
| 3953 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3954 | *) ac_try_echo=$ac_try;; |
| 3955 | esac |
| 3956 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 3957 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3958 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 3959 | grep -v '^ *+' conftest.er1 >conftest.err |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3960 | rm -f conftest.er1 |
| 3961 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 3962 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3963 | (exit $ac_status); } >/dev/null; then |
| 3964 | if test -s conftest.err; then |
| 3965 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 3966 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3967 | else |
| 3968 | ac_cpp_err= |
| 3969 | fi |
| 3970 | else |
| 3971 | ac_cpp_err=yes |
| 3972 | fi |
| 3973 | if test -z "$ac_cpp_err"; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3974 | # We can compile using X headers with no special include directory. |
| 3975 | ac_x_includes= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3976 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3977 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3978 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3979 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3980 | for ac_dir in $ac_x_header_dirs; do |
Alexandre Julliard | d7d3169 | 2005-10-25 12:04:17 +0000 | [diff] [blame] | 3981 | if test -r "$ac_dir/X11/Xlib.h"; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3982 | ac_x_includes=$ac_dir |
| 3983 | break |
| 3984 | fi |
| 3985 | done |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3986 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 3987 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3988 | rm -f conftest.err conftest.$ac_ext |
| 3989 | fi # $ac_x_includes = no |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 3990 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3991 | if test "$ac_x_libraries" = no; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3992 | # Check for the libraries. |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 3993 | # See if we find them without any special options. |
| 3994 | # Don't add to $LIBS permanently. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3995 | ac_save_LIBS=$LIBS |
Alexandre Julliard | d01063e | 2006-06-22 12:07:57 +0200 | [diff] [blame] | 3996 | LIBS="-lX11 $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 3997 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 3998 | /* confdefs.h. */ |
| 3999 | _ACEOF |
| 4000 | cat confdefs.h >>conftest.$ac_ext |
| 4001 | cat >>conftest.$ac_ext <<_ACEOF |
| 4002 | /* end confdefs.h. */ |
Alexandre Julliard | d7d3169 | 2005-10-25 12:04:17 +0000 | [diff] [blame] | 4003 | #include <X11/Xlib.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4004 | int |
| 4005 | main () |
| 4006 | { |
Alexandre Julliard | d7d3169 | 2005-10-25 12:04:17 +0000 | [diff] [blame] | 4007 | XrmInitialize () |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4008 | ; |
| 4009 | return 0; |
| 4010 | } |
| 4011 | _ACEOF |
| 4012 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4013 | if { (ac_try="$ac_link" |
| 4014 | case "(($ac_try" in |
| 4015 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4016 | *) ac_try_echo=$ac_try;; |
| 4017 | esac |
| 4018 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4019 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4020 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4021 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4022 | rm -f conftest.er1 |
| 4023 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4024 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4025 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4026 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4027 | { (case "(($ac_try" in |
| 4028 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4029 | *) ac_try_echo=$ac_try;; |
| 4030 | esac |
| 4031 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4032 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4033 | ac_status=$? |
| 4034 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4035 | (exit $ac_status); }; } && |
| 4036 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4037 | { (case "(($ac_try" in |
| 4038 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4039 | *) ac_try_echo=$ac_try;; |
| 4040 | esac |
| 4041 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4042 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4043 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4044 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4045 | (exit $ac_status); }; }; then |
| 4046 | LIBS=$ac_save_LIBS |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4047 | # We can link X programs with no special library path. |
| 4048 | ac_x_libraries= |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4049 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4050 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4051 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4052 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4053 | LIBS=$ac_save_LIBS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4054 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4055 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4056 | # Don't even attempt the hair of trying to link an X program! |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4057 | for ac_extension in a so sl; do |
Alexandre Julliard | d01063e | 2006-06-22 12:07:57 +0200 | [diff] [blame] | 4058 | if test -r "$ac_dir/libX11.$ac_extension"; then |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4059 | ac_x_libraries=$ac_dir |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4060 | break 2 |
| 4061 | fi |
| 4062 | done |
| 4063 | done |
| 4064 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4065 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4066 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4067 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4068 | fi # $ac_x_libraries = no |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4069 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4070 | case $ac_x_includes,$ac_x_libraries in #( |
| 4071 | no,* | *,no | *\'*) |
| 4072 | # Didn't find X, or a directory has "'" in its name. |
| 4073 | ac_cv_have_x="have_x=no";; #( |
| 4074 | *) |
| 4075 | # Record where we found X for the cache. |
| 4076 | ac_cv_have_x="have_x=yes\ |
| 4077 | ac_x_includes='$ac_x_includes'\ |
| 4078 | ac_x_libraries='$ac_x_libraries'" |
| 4079 | esac |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4080 | fi |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4081 | ;; #( |
| 4082 | *) have_x=yes;; |
| 4083 | esac |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4084 | eval "$ac_cv_have_x" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4085 | fi # $with_x != no |
| 4086 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4087 | if test "$have_x" != yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4088 | { echo "$as_me:$LINENO: result: $have_x" >&5 |
| 4089 | echo "${ECHO_T}$have_x" >&6; } |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4090 | no_x=yes |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4091 | else |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4092 | # If each of the values was on the command line, it overrides each guess. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4093 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes |
| 4094 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4095 | # Update the cache value to reflect the command line values. |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4096 | ac_cv_have_x="have_x=yes\ |
| 4097 | ac_x_includes='$x_includes'\ |
| 4098 | ac_x_libraries='$x_libraries'" |
| 4099 | { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 |
| 4100 | echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 4101 | fi |
| 4102 | |
Alexandre Julliard | b817f4f | 1996-03-14 18:08:34 +0000 | [diff] [blame] | 4103 | if test "$no_x" = yes; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4104 | # Not all programs may use this symbol, but it does not hurt to define it. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4105 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4106 | cat >>confdefs.h <<\_ACEOF |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4107 | #define X_DISPLAY_MISSING 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4108 | _ACEOF |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4109 | |
| 4110 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4111 | else |
| 4112 | if test -n "$x_includes"; then |
| 4113 | X_CFLAGS="$X_CFLAGS -I$x_includes" |
| 4114 | fi |
| 4115 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4116 | # It would also be nice to do this for all -L options, not just this one. |
| 4117 | if test -n "$x_libraries"; then |
| 4118 | X_LIBS="$X_LIBS -L$x_libraries" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4119 | # For Solaris; some versions of Sun CC require a space after -R and |
| 4120 | # others require no space. Words are not sufficient . . . . |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4121 | case `(uname -sr) 2>/dev/null` in |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4122 | "SunOS 5"*) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4123 | { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 |
| 4124 | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4125 | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" |
| 4126 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4127 | /* confdefs.h. */ |
| 4128 | _ACEOF |
| 4129 | cat confdefs.h >>conftest.$ac_ext |
| 4130 | cat >>conftest.$ac_ext <<_ACEOF |
| 4131 | /* end confdefs.h. */ |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4132 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4133 | int |
| 4134 | main () |
| 4135 | { |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4136 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4137 | ; |
| 4138 | return 0; |
| 4139 | } |
| 4140 | _ACEOF |
| 4141 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4142 | if { (ac_try="$ac_link" |
| 4143 | case "(($ac_try" in |
| 4144 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4145 | *) ac_try_echo=$ac_try;; |
| 4146 | esac |
| 4147 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4148 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4149 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4150 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4151 | rm -f conftest.er1 |
| 4152 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4153 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4154 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4155 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4156 | { (case "(($ac_try" in |
| 4157 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4158 | *) ac_try_echo=$ac_try;; |
| 4159 | esac |
| 4160 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4161 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4162 | ac_status=$? |
| 4163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4164 | (exit $ac_status); }; } && |
| 4165 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4166 | { (case "(($ac_try" in |
| 4167 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4168 | *) ac_try_echo=$ac_try;; |
| 4169 | esac |
| 4170 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4171 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4172 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4174 | (exit $ac_status); }; }; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4175 | ac_R_nospace=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4176 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4177 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4178 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4179 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4180 | ac_R_nospace=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4181 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4182 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4183 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4184 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4185 | if test $ac_R_nospace = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4186 | { echo "$as_me:$LINENO: result: no" >&5 |
| 4187 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4188 | X_LIBS="$X_LIBS -R$x_libraries" |
| 4189 | else |
| 4190 | LIBS="$ac_xsave_LIBS -R $x_libraries" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4191 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4192 | /* confdefs.h. */ |
| 4193 | _ACEOF |
| 4194 | cat confdefs.h >>conftest.$ac_ext |
| 4195 | cat >>conftest.$ac_ext <<_ACEOF |
| 4196 | /* end confdefs.h. */ |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4197 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4198 | int |
| 4199 | main () |
| 4200 | { |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4201 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4202 | ; |
| 4203 | return 0; |
| 4204 | } |
| 4205 | _ACEOF |
| 4206 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4207 | if { (ac_try="$ac_link" |
| 4208 | case "(($ac_try" in |
| 4209 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4210 | *) ac_try_echo=$ac_try;; |
| 4211 | esac |
| 4212 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4213 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4214 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4215 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4216 | rm -f conftest.er1 |
| 4217 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4219 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4220 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4221 | { (case "(($ac_try" in |
| 4222 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4223 | *) ac_try_echo=$ac_try;; |
| 4224 | esac |
| 4225 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4226 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4227 | ac_status=$? |
| 4228 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4229 | (exit $ac_status); }; } && |
| 4230 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4231 | { (case "(($ac_try" in |
| 4232 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4233 | *) ac_try_echo=$ac_try;; |
| 4234 | esac |
| 4235 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4236 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4237 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4238 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4239 | (exit $ac_status); }; }; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4240 | ac_R_space=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4241 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4242 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4243 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4244 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4245 | ac_R_space=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4246 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4247 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4248 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4249 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4250 | if test $ac_R_space = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4251 | { echo "$as_me:$LINENO: result: yes" >&5 |
| 4252 | echo "${ECHO_T}yes" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4253 | X_LIBS="$X_LIBS -R $x_libraries" |
| 4254 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4255 | { echo "$as_me:$LINENO: result: neither works" >&5 |
| 4256 | echo "${ECHO_T}neither works" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4257 | fi |
| 4258 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4259 | LIBS=$ac_xsave_LIBS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4260 | esac |
| 4261 | fi |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4262 | |
| 4263 | # Check for system-dependent libraries X programs must link with. |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4264 | # Do this before checking for the system-independent R6 libraries |
| 4265 | # (-lICE), since we may need -lsocket or whatever for X linking. |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4266 | |
| 4267 | if test "$ISC" = yes; then |
| 4268 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" |
| 4269 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4270 | # Martyn Johnson says this is needed for Ultrix, if the X |
| 4271 | # libraries were built with DECnet support. And Karl Berry says |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4272 | # the Alpha needs dnet_stub (dnet does not exist). |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4273 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
| 4274 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4275 | /* confdefs.h. */ |
| 4276 | _ACEOF |
| 4277 | cat confdefs.h >>conftest.$ac_ext |
| 4278 | cat >>conftest.$ac_ext <<_ACEOF |
| 4279 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4280 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4281 | /* Override any GCC internal prototype to avoid an error. |
| 4282 | Use char because int might match the return type of a GCC |
| 4283 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4284 | #ifdef __cplusplus |
| 4285 | extern "C" |
| 4286 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4287 | char XOpenDisplay (); |
| 4288 | int |
| 4289 | main () |
| 4290 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4291 | return XOpenDisplay (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4292 | ; |
| 4293 | return 0; |
| 4294 | } |
| 4295 | _ACEOF |
| 4296 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4297 | if { (ac_try="$ac_link" |
| 4298 | case "(($ac_try" in |
| 4299 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4300 | *) ac_try_echo=$ac_try;; |
| 4301 | esac |
| 4302 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4303 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4304 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4305 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4306 | rm -f conftest.er1 |
| 4307 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4308 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4309 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4310 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4311 | { (case "(($ac_try" in |
| 4312 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4313 | *) ac_try_echo=$ac_try;; |
| 4314 | esac |
| 4315 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4316 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4317 | ac_status=$? |
| 4318 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4319 | (exit $ac_status); }; } && |
| 4320 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4321 | { (case "(($ac_try" in |
| 4322 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4323 | *) ac_try_echo=$ac_try;; |
| 4324 | esac |
| 4325 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4326 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4327 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4329 | (exit $ac_status); }; }; then |
| 4330 | : |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4331 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4332 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4333 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4334 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4335 | { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 |
| 4336 | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4337 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then |
| 4338 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4339 | else |
| 4340 | ac_check_lib_save_LIBS=$LIBS |
| 4341 | LIBS="-ldnet $LIBS" |
| 4342 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4343 | /* confdefs.h. */ |
| 4344 | _ACEOF |
| 4345 | cat confdefs.h >>conftest.$ac_ext |
| 4346 | cat >>conftest.$ac_ext <<_ACEOF |
| 4347 | /* end confdefs.h. */ |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4348 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4349 | /* Override any GCC internal prototype to avoid an error. |
| 4350 | Use char because int might match the return type of a GCC |
| 4351 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4352 | #ifdef __cplusplus |
| 4353 | extern "C" |
| 4354 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4355 | char dnet_ntoa (); |
| 4356 | int |
| 4357 | main () |
| 4358 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4359 | return dnet_ntoa (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4360 | ; |
| 4361 | return 0; |
| 4362 | } |
| 4363 | _ACEOF |
| 4364 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4365 | if { (ac_try="$ac_link" |
| 4366 | case "(($ac_try" in |
| 4367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4368 | *) ac_try_echo=$ac_try;; |
| 4369 | esac |
| 4370 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4371 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4372 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4373 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4374 | rm -f conftest.er1 |
| 4375 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4377 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4378 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4379 | { (case "(($ac_try" in |
| 4380 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4381 | *) ac_try_echo=$ac_try;; |
| 4382 | esac |
| 4383 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4384 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4385 | ac_status=$? |
| 4386 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4387 | (exit $ac_status); }; } && |
| 4388 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4389 | { (case "(($ac_try" in |
| 4390 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4391 | *) ac_try_echo=$ac_try;; |
| 4392 | esac |
| 4393 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4394 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4395 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4396 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4397 | (exit $ac_status); }; }; then |
| 4398 | ac_cv_lib_dnet_dnet_ntoa=yes |
| 4399 | else |
| 4400 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4401 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4402 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4403 | ac_cv_lib_dnet_dnet_ntoa=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4404 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4405 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4406 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4407 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4408 | LIBS=$ac_check_lib_save_LIBS |
| 4409 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4410 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| 4411 | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4412 | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4413 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4414 | fi |
| 4415 | |
Alexandre Julliard | 59730ae | 1996-03-24 16:20:51 +0000 | [diff] [blame] | 4416 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4417 | { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 |
| 4418 | echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4419 | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then |
| 4420 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4421 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4422 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4423 | LIBS="-ldnet_stub $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4424 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4425 | /* confdefs.h. */ |
| 4426 | _ACEOF |
| 4427 | cat confdefs.h >>conftest.$ac_ext |
| 4428 | cat >>conftest.$ac_ext <<_ACEOF |
| 4429 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4430 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4431 | /* Override any GCC internal prototype to avoid an error. |
| 4432 | Use char because int might match the return type of a GCC |
| 4433 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4434 | #ifdef __cplusplus |
| 4435 | extern "C" |
| 4436 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4437 | char dnet_ntoa (); |
| 4438 | int |
| 4439 | main () |
| 4440 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4441 | return dnet_ntoa (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4442 | ; |
| 4443 | return 0; |
| 4444 | } |
| 4445 | _ACEOF |
| 4446 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4447 | if { (ac_try="$ac_link" |
| 4448 | case "(($ac_try" in |
| 4449 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4450 | *) ac_try_echo=$ac_try;; |
| 4451 | esac |
| 4452 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4453 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4454 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4455 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4456 | rm -f conftest.er1 |
| 4457 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4458 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4459 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4460 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4461 | { (case "(($ac_try" in |
| 4462 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4463 | *) ac_try_echo=$ac_try;; |
| 4464 | esac |
| 4465 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4466 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4467 | ac_status=$? |
| 4468 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4469 | (exit $ac_status); }; } && |
| 4470 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4471 | { (case "(($ac_try" in |
| 4472 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4473 | *) ac_try_echo=$ac_try;; |
| 4474 | esac |
| 4475 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4476 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4477 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4478 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4479 | (exit $ac_status); }; }; then |
| 4480 | ac_cv_lib_dnet_stub_dnet_ntoa=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4481 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4482 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4483 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4484 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4485 | ac_cv_lib_dnet_stub_dnet_ntoa=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4486 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4487 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4488 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4489 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4490 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4491 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4492 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 |
| 4493 | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4494 | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4495 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4496 | fi |
| 4497 | |
| 4498 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4499 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4500 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4501 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4502 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4503 | LIBS="$ac_xsave_LIBS" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4504 | |
| 4505 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, |
| 4506 | # to get the SysV transport functions. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4507 | # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4508 | # needs -lnsl. |
| 4509 | # The nsl library prevents programs from opening the X display |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4510 | # on Irix 5.2, according to T.E. Dickey. |
| 4511 | # The functions gethostbyname, getservbyname, and inet_addr are |
| 4512 | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4513 | { echo "$as_me:$LINENO: checking for gethostbyname" >&5 |
| 4514 | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4515 | if test "${ac_cv_func_gethostbyname+set}" = set; then |
| 4516 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4517 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4518 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4519 | /* confdefs.h. */ |
| 4520 | _ACEOF |
| 4521 | cat confdefs.h >>conftest.$ac_ext |
| 4522 | cat >>conftest.$ac_ext <<_ACEOF |
| 4523 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4524 | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. |
| 4525 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 4526 | #define gethostbyname innocuous_gethostbyname |
| 4527 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4528 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4529 | which can conflict with char gethostbyname (); below. |
| 4530 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 4531 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4532 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4533 | #ifdef __STDC__ |
| 4534 | # include <limits.h> |
| 4535 | #else |
| 4536 | # include <assert.h> |
| 4537 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4538 | |
| 4539 | #undef gethostbyname |
| 4540 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4541 | /* Override any GCC internal prototype to avoid an error. |
| 4542 | Use char because int might match the return type of a GCC |
| 4543 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4544 | #ifdef __cplusplus |
| 4545 | extern "C" |
| 4546 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4547 | char gethostbyname (); |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4548 | /* The GNU C library defines this for functions which it implements |
| 4549 | to always fail with ENOSYS. Some functions are actually named |
| 4550 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4551 | #if defined __stub_gethostbyname || defined __stub___gethostbyname |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4552 | choke me |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4553 | #endif |
| 4554 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4555 | int |
| 4556 | main () |
| 4557 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4558 | return gethostbyname (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4559 | ; |
| 4560 | return 0; |
| 4561 | } |
| 4562 | _ACEOF |
| 4563 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4564 | if { (ac_try="$ac_link" |
| 4565 | case "(($ac_try" in |
| 4566 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4567 | *) ac_try_echo=$ac_try;; |
| 4568 | esac |
| 4569 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4570 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4571 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4572 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4573 | rm -f conftest.er1 |
| 4574 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4576 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4577 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4578 | { (case "(($ac_try" in |
| 4579 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4580 | *) ac_try_echo=$ac_try;; |
| 4581 | esac |
| 4582 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4583 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4584 | ac_status=$? |
| 4585 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4586 | (exit $ac_status); }; } && |
| 4587 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4588 | { (case "(($ac_try" in |
| 4589 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4590 | *) ac_try_echo=$ac_try;; |
| 4591 | esac |
| 4592 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4593 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4594 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4595 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4596 | (exit $ac_status); }; }; then |
| 4597 | ac_cv_func_gethostbyname=yes |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4598 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4599 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4600 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4601 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4602 | ac_cv_func_gethostbyname=no |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4603 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4604 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4605 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4606 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4607 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4608 | { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 |
| 4609 | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4610 | |
| 4611 | if test $ac_cv_func_gethostbyname = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4612 | { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 |
| 4613 | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4614 | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then |
| 4615 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4616 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4617 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4618 | LIBS="-lnsl $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4619 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4620 | /* confdefs.h. */ |
| 4621 | _ACEOF |
| 4622 | cat confdefs.h >>conftest.$ac_ext |
| 4623 | cat >>conftest.$ac_ext <<_ACEOF |
| 4624 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4625 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4626 | /* Override any GCC internal prototype to avoid an error. |
| 4627 | Use char because int might match the return type of a GCC |
| 4628 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4629 | #ifdef __cplusplus |
| 4630 | extern "C" |
| 4631 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4632 | char gethostbyname (); |
| 4633 | int |
| 4634 | main () |
| 4635 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4636 | return gethostbyname (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4637 | ; |
| 4638 | return 0; |
| 4639 | } |
| 4640 | _ACEOF |
| 4641 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4642 | if { (ac_try="$ac_link" |
| 4643 | case "(($ac_try" in |
| 4644 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4645 | *) ac_try_echo=$ac_try;; |
| 4646 | esac |
| 4647 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4648 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4649 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4650 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4651 | rm -f conftest.er1 |
| 4652 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4654 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4655 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4656 | { (case "(($ac_try" in |
| 4657 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4658 | *) ac_try_echo=$ac_try;; |
| 4659 | esac |
| 4660 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4661 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4662 | ac_status=$? |
| 4663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4664 | (exit $ac_status); }; } && |
| 4665 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4666 | { (case "(($ac_try" in |
| 4667 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4668 | *) ac_try_echo=$ac_try;; |
| 4669 | esac |
| 4670 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4671 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4672 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4673 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4674 | (exit $ac_status); }; }; then |
| 4675 | ac_cv_lib_nsl_gethostbyname=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4676 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4677 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4678 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4679 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4680 | ac_cv_lib_nsl_gethostbyname=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4681 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4682 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4683 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4684 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4685 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4686 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4687 | { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
| 4688 | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4689 | if test $ac_cv_lib_nsl_gethostbyname = yes; then |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4690 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4691 | fi |
| 4692 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4693 | if test $ac_cv_lib_nsl_gethostbyname = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4694 | { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 |
| 4695 | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4696 | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then |
| 4697 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4698 | else |
| 4699 | ac_check_lib_save_LIBS=$LIBS |
| 4700 | LIBS="-lbsd $LIBS" |
| 4701 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4702 | /* confdefs.h. */ |
| 4703 | _ACEOF |
| 4704 | cat confdefs.h >>conftest.$ac_ext |
| 4705 | cat >>conftest.$ac_ext <<_ACEOF |
| 4706 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4707 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4708 | /* Override any GCC internal prototype to avoid an error. |
| 4709 | Use char because int might match the return type of a GCC |
| 4710 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4711 | #ifdef __cplusplus |
| 4712 | extern "C" |
| 4713 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4714 | char gethostbyname (); |
| 4715 | int |
| 4716 | main () |
| 4717 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4718 | return gethostbyname (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4719 | ; |
| 4720 | return 0; |
| 4721 | } |
| 4722 | _ACEOF |
| 4723 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4724 | if { (ac_try="$ac_link" |
| 4725 | case "(($ac_try" in |
| 4726 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4727 | *) ac_try_echo=$ac_try;; |
| 4728 | esac |
| 4729 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4730 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4731 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4732 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4733 | rm -f conftest.er1 |
| 4734 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4736 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4737 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4738 | { (case "(($ac_try" in |
| 4739 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4740 | *) ac_try_echo=$ac_try;; |
| 4741 | esac |
| 4742 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4743 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4744 | ac_status=$? |
| 4745 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4746 | (exit $ac_status); }; } && |
| 4747 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4748 | { (case "(($ac_try" in |
| 4749 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4750 | *) ac_try_echo=$ac_try;; |
| 4751 | esac |
| 4752 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4753 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4754 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4755 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4756 | (exit $ac_status); }; }; then |
| 4757 | ac_cv_lib_bsd_gethostbyname=yes |
| 4758 | else |
| 4759 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4760 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4761 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4762 | ac_cv_lib_bsd_gethostbyname=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4763 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4764 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4765 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4766 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4767 | LIBS=$ac_check_lib_save_LIBS |
| 4768 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4769 | { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 |
| 4770 | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4771 | if test $ac_cv_lib_bsd_gethostbyname = yes; then |
| 4772 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" |
| 4773 | fi |
| 4774 | |
| 4775 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4776 | fi |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4777 | |
| 4778 | # lieder@skyler.mavd.honeywell.com says without -lsocket, |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4779 | # socket/setsockopt and other routines are undefined under SCO ODT |
| 4780 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4781 | # on later versions), says Simon Leinen: it contains gethostby* |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 4782 | # variants that don't use the name server (or something). -lsocket |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4783 | # must be given before -lnsl if both are needed. We assume that |
| 4784 | # if connect needs -lnsl, so does gethostbyname. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4785 | { echo "$as_me:$LINENO: checking for connect" >&5 |
| 4786 | echo $ECHO_N "checking for connect... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4787 | if test "${ac_cv_func_connect+set}" = set; then |
| 4788 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4789 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4790 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4791 | /* confdefs.h. */ |
| 4792 | _ACEOF |
| 4793 | cat confdefs.h >>conftest.$ac_ext |
| 4794 | cat >>conftest.$ac_ext <<_ACEOF |
| 4795 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4796 | /* Define connect to an innocuous variant, in case <limits.h> declares connect. |
| 4797 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 4798 | #define connect innocuous_connect |
| 4799 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4800 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4801 | which can conflict with char connect (); below. |
| 4802 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 4803 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4804 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4805 | #ifdef __STDC__ |
| 4806 | # include <limits.h> |
| 4807 | #else |
| 4808 | # include <assert.h> |
| 4809 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4810 | |
| 4811 | #undef connect |
| 4812 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4813 | /* Override any GCC internal prototype to avoid an error. |
| 4814 | Use char because int might match the return type of a GCC |
| 4815 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4816 | #ifdef __cplusplus |
| 4817 | extern "C" |
| 4818 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4819 | char connect (); |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4820 | /* The GNU C library defines this for functions which it implements |
| 4821 | to always fail with ENOSYS. Some functions are actually named |
| 4822 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4823 | #if defined __stub_connect || defined __stub___connect |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4824 | choke me |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4825 | #endif |
| 4826 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4827 | int |
| 4828 | main () |
| 4829 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4830 | return connect (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4831 | ; |
| 4832 | return 0; |
| 4833 | } |
| 4834 | _ACEOF |
| 4835 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4836 | if { (ac_try="$ac_link" |
| 4837 | case "(($ac_try" in |
| 4838 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4839 | *) ac_try_echo=$ac_try;; |
| 4840 | esac |
| 4841 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4842 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4843 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4844 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4845 | rm -f conftest.er1 |
| 4846 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4848 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4849 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4850 | { (case "(($ac_try" in |
| 4851 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4852 | *) ac_try_echo=$ac_try;; |
| 4853 | esac |
| 4854 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4855 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4856 | ac_status=$? |
| 4857 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4858 | (exit $ac_status); }; } && |
| 4859 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4860 | { (case "(($ac_try" in |
| 4861 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4862 | *) ac_try_echo=$ac_try;; |
| 4863 | esac |
| 4864 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4865 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4866 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4867 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4868 | (exit $ac_status); }; }; then |
| 4869 | ac_cv_func_connect=yes |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4870 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4871 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4872 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4873 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4874 | ac_cv_func_connect=no |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4875 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4876 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4877 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4878 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4879 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4880 | { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 |
| 4881 | echo "${ECHO_T}$ac_cv_func_connect" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4882 | |
| 4883 | if test $ac_cv_func_connect = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4884 | { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 |
| 4885 | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4886 | if test "${ac_cv_lib_socket_connect+set}" = set; then |
| 4887 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4888 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4889 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4890 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4891 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4892 | /* confdefs.h. */ |
| 4893 | _ACEOF |
| 4894 | cat confdefs.h >>conftest.$ac_ext |
| 4895 | cat >>conftest.$ac_ext <<_ACEOF |
| 4896 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4897 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4898 | /* Override any GCC internal prototype to avoid an error. |
| 4899 | Use char because int might match the return type of a GCC |
| 4900 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4901 | #ifdef __cplusplus |
| 4902 | extern "C" |
| 4903 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4904 | char connect (); |
| 4905 | int |
| 4906 | main () |
| 4907 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4908 | return connect (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4909 | ; |
| 4910 | return 0; |
| 4911 | } |
| 4912 | _ACEOF |
| 4913 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4914 | if { (ac_try="$ac_link" |
| 4915 | case "(($ac_try" in |
| 4916 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4917 | *) ac_try_echo=$ac_try;; |
| 4918 | esac |
| 4919 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4920 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4921 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4922 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4923 | rm -f conftest.er1 |
| 4924 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4925 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4926 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4927 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 4928 | { (case "(($ac_try" in |
| 4929 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4930 | *) ac_try_echo=$ac_try;; |
| 4931 | esac |
| 4932 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4933 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4934 | ac_status=$? |
| 4935 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4936 | (exit $ac_status); }; } && |
| 4937 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4938 | { (case "(($ac_try" in |
| 4939 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 4940 | *) ac_try_echo=$ac_try;; |
| 4941 | esac |
| 4942 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 4943 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4944 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 4945 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4946 | (exit $ac_status); }; }; then |
| 4947 | ac_cv_lib_socket_connect=yes |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4948 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4949 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4950 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4951 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4952 | ac_cv_lib_socket_connect=no |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4953 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4954 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 4955 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4956 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4957 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4958 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4959 | { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 |
| 4960 | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4961 | if test $ac_cv_lib_socket_connect = yes; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4962 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 4963 | fi |
| 4964 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4965 | fi |
| 4966 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4967 | # Guillermo Gomez says -lposix is necessary on A/UX. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4968 | { echo "$as_me:$LINENO: checking for remove" >&5 |
| 4969 | echo $ECHO_N "checking for remove... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4970 | if test "${ac_cv_func_remove+set}" = set; then |
| 4971 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4972 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4973 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4974 | /* confdefs.h. */ |
| 4975 | _ACEOF |
| 4976 | cat confdefs.h >>conftest.$ac_ext |
| 4977 | cat >>conftest.$ac_ext <<_ACEOF |
| 4978 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4979 | /* Define remove to an innocuous variant, in case <limits.h> declares remove. |
| 4980 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 4981 | #define remove innocuous_remove |
| 4982 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 4983 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4984 | which can conflict with char remove (); below. |
| 4985 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 4986 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4987 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 4988 | #ifdef __STDC__ |
| 4989 | # include <limits.h> |
| 4990 | #else |
| 4991 | # include <assert.h> |
| 4992 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 4993 | |
| 4994 | #undef remove |
| 4995 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 4996 | /* Override any GCC internal prototype to avoid an error. |
| 4997 | Use char because int might match the return type of a GCC |
| 4998 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 4999 | #ifdef __cplusplus |
| 5000 | extern "C" |
| 5001 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5002 | char remove (); |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5003 | /* The GNU C library defines this for functions which it implements |
| 5004 | to always fail with ENOSYS. Some functions are actually named |
| 5005 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5006 | #if defined __stub_remove || defined __stub___remove |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5007 | choke me |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5008 | #endif |
| 5009 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5010 | int |
| 5011 | main () |
| 5012 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5013 | return remove (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5014 | ; |
| 5015 | return 0; |
| 5016 | } |
| 5017 | _ACEOF |
| 5018 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5019 | if { (ac_try="$ac_link" |
| 5020 | case "(($ac_try" in |
| 5021 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5022 | *) ac_try_echo=$ac_try;; |
| 5023 | esac |
| 5024 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5025 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5026 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5027 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5028 | rm -f conftest.er1 |
| 5029 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5030 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5031 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5032 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5033 | { (case "(($ac_try" in |
| 5034 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5035 | *) ac_try_echo=$ac_try;; |
| 5036 | esac |
| 5037 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5038 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5039 | ac_status=$? |
| 5040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5041 | (exit $ac_status); }; } && |
| 5042 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5043 | { (case "(($ac_try" in |
| 5044 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5045 | *) ac_try_echo=$ac_try;; |
| 5046 | esac |
| 5047 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5048 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5049 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5051 | (exit $ac_status); }; }; then |
| 5052 | ac_cv_func_remove=yes |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5053 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5054 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5055 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5056 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5057 | ac_cv_func_remove=no |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5058 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5059 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5060 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5061 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5062 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5063 | { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 |
| 5064 | echo "${ECHO_T}$ac_cv_func_remove" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5065 | |
| 5066 | if test $ac_cv_func_remove = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5067 | { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 |
| 5068 | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5069 | if test "${ac_cv_lib_posix_remove+set}" = set; then |
| 5070 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 5071 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5072 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5073 | LIBS="-lposix $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5074 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5075 | /* confdefs.h. */ |
| 5076 | _ACEOF |
| 5077 | cat confdefs.h >>conftest.$ac_ext |
| 5078 | cat >>conftest.$ac_ext <<_ACEOF |
| 5079 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5080 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5081 | /* Override any GCC internal prototype to avoid an error. |
| 5082 | Use char because int might match the return type of a GCC |
| 5083 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5084 | #ifdef __cplusplus |
| 5085 | extern "C" |
| 5086 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5087 | char remove (); |
| 5088 | int |
| 5089 | main () |
| 5090 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5091 | return remove (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5092 | ; |
| 5093 | return 0; |
| 5094 | } |
| 5095 | _ACEOF |
| 5096 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5097 | if { (ac_try="$ac_link" |
| 5098 | case "(($ac_try" in |
| 5099 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5100 | *) ac_try_echo=$ac_try;; |
| 5101 | esac |
| 5102 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5103 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5104 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5105 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5106 | rm -f conftest.er1 |
| 5107 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5108 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5109 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5110 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5111 | { (case "(($ac_try" in |
| 5112 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5113 | *) ac_try_echo=$ac_try;; |
| 5114 | esac |
| 5115 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5116 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5117 | ac_status=$? |
| 5118 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5119 | (exit $ac_status); }; } && |
| 5120 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5121 | { (case "(($ac_try" in |
| 5122 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5123 | *) ac_try_echo=$ac_try;; |
| 5124 | esac |
| 5125 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5126 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5127 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5128 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5129 | (exit $ac_status); }; }; then |
| 5130 | ac_cv_lib_posix_remove=yes |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 5131 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5132 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5133 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5134 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5135 | ac_cv_lib_posix_remove=no |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 5136 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5137 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5138 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5139 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5140 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 5141 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5142 | { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 |
| 5143 | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5144 | if test $ac_cv_lib_posix_remove = yes; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5145 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
Alexandre Julliard | e2bfa4c | 1996-05-16 18:21:06 +0000 | [diff] [blame] | 5146 | fi |
| 5147 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5148 | fi |
| 5149 | |
| 5150 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5151 | { echo "$as_me:$LINENO: checking for shmat" >&5 |
| 5152 | echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5153 | if test "${ac_cv_func_shmat+set}" = set; then |
| 5154 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5155 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5156 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5157 | /* confdefs.h. */ |
| 5158 | _ACEOF |
| 5159 | cat confdefs.h >>conftest.$ac_ext |
| 5160 | cat >>conftest.$ac_ext <<_ACEOF |
| 5161 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5162 | /* Define shmat to an innocuous variant, in case <limits.h> declares shmat. |
| 5163 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 5164 | #define shmat innocuous_shmat |
| 5165 | |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5166 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5167 | which can conflict with char shmat (); below. |
| 5168 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 5169 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5170 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5171 | #ifdef __STDC__ |
| 5172 | # include <limits.h> |
| 5173 | #else |
| 5174 | # include <assert.h> |
| 5175 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5176 | |
| 5177 | #undef shmat |
| 5178 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5179 | /* Override any GCC internal prototype to avoid an error. |
| 5180 | Use char because int might match the return type of a GCC |
| 5181 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5182 | #ifdef __cplusplus |
| 5183 | extern "C" |
| 5184 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5185 | char shmat (); |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5186 | /* The GNU C library defines this for functions which it implements |
| 5187 | to always fail with ENOSYS. Some functions are actually named |
| 5188 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5189 | #if defined __stub_shmat || defined __stub___shmat |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5190 | choke me |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5191 | #endif |
| 5192 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5193 | int |
| 5194 | main () |
| 5195 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5196 | return shmat (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5197 | ; |
| 5198 | return 0; |
| 5199 | } |
| 5200 | _ACEOF |
| 5201 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5202 | if { (ac_try="$ac_link" |
| 5203 | case "(($ac_try" in |
| 5204 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5205 | *) ac_try_echo=$ac_try;; |
| 5206 | esac |
| 5207 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5208 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5209 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5210 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5211 | rm -f conftest.er1 |
| 5212 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5214 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5215 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5216 | { (case "(($ac_try" in |
| 5217 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5218 | *) ac_try_echo=$ac_try;; |
| 5219 | esac |
| 5220 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5221 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5222 | ac_status=$? |
| 5223 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5224 | (exit $ac_status); }; } && |
| 5225 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5226 | { (case "(($ac_try" in |
| 5227 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5228 | *) ac_try_echo=$ac_try;; |
| 5229 | esac |
| 5230 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5231 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5232 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5234 | (exit $ac_status); }; }; then |
| 5235 | ac_cv_func_shmat=yes |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5236 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5237 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5238 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5239 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5240 | ac_cv_func_shmat=no |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5241 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5242 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5243 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5244 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5245 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5246 | { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 |
| 5247 | echo "${ECHO_T}$ac_cv_func_shmat" >&6; } |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5248 | |
| 5249 | if test $ac_cv_func_shmat = no; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5250 | { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 |
| 5251 | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5252 | if test "${ac_cv_lib_ipc_shmat+set}" = set; then |
| 5253 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5254 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5255 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5256 | LIBS="-lipc $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5257 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5258 | /* confdefs.h. */ |
| 5259 | _ACEOF |
| 5260 | cat confdefs.h >>conftest.$ac_ext |
| 5261 | cat >>conftest.$ac_ext <<_ACEOF |
| 5262 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5263 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5264 | /* Override any GCC internal prototype to avoid an error. |
| 5265 | Use char because int might match the return type of a GCC |
| 5266 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5267 | #ifdef __cplusplus |
| 5268 | extern "C" |
| 5269 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5270 | char shmat (); |
| 5271 | int |
| 5272 | main () |
| 5273 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5274 | return shmat (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5275 | ; |
| 5276 | return 0; |
| 5277 | } |
| 5278 | _ACEOF |
| 5279 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5280 | if { (ac_try="$ac_link" |
| 5281 | case "(($ac_try" in |
| 5282 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5283 | *) ac_try_echo=$ac_try;; |
| 5284 | esac |
| 5285 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5286 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5287 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5288 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5289 | rm -f conftest.er1 |
| 5290 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5292 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5293 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5294 | { (case "(($ac_try" in |
| 5295 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5296 | *) ac_try_echo=$ac_try;; |
| 5297 | esac |
| 5298 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5299 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5300 | ac_status=$? |
| 5301 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5302 | (exit $ac_status); }; } && |
| 5303 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5304 | { (case "(($ac_try" in |
| 5305 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5306 | *) ac_try_echo=$ac_try;; |
| 5307 | esac |
| 5308 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5309 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5310 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5311 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5312 | (exit $ac_status); }; }; then |
| 5313 | ac_cv_lib_ipc_shmat=yes |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5314 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5315 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5316 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5317 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5318 | ac_cv_lib_ipc_shmat=no |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5319 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5320 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5321 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5322 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5323 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5324 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5325 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 |
| 5326 | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5327 | if test $ac_cv_lib_ipc_shmat = yes; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5328 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5329 | fi |
| 5330 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 5331 | fi |
| 5332 | fi |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5333 | |
| 5334 | # Check for libraries that X11R6 Xt/Xaw programs need. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5335 | ac_save_LDFLAGS=$LDFLAGS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5336 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" |
| 5337 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to |
| 5338 | # check for ICE first), but we must link in the order -lSM -lICE or |
| 5339 | # we get undefined symbols. So assume we have SM if we have ICE. |
| 5340 | # These have to be linked with before -lX11, unlike the other |
| 5341 | # libraries we check for below, so use a different variable. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5342 | # John Interrante, Karl Berry |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5343 | { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 |
| 5344 | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5345 | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then |
| 5346 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5347 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5348 | ac_check_lib_save_LIBS=$LIBS |
Eric Pouech | 18ad24a | 2000-01-16 22:16:33 +0000 | [diff] [blame] | 5349 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5350 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5351 | /* confdefs.h. */ |
| 5352 | _ACEOF |
| 5353 | cat confdefs.h >>conftest.$ac_ext |
| 5354 | cat >>conftest.$ac_ext <<_ACEOF |
| 5355 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5356 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5357 | /* Override any GCC internal prototype to avoid an error. |
| 5358 | Use char because int might match the return type of a GCC |
| 5359 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5360 | #ifdef __cplusplus |
| 5361 | extern "C" |
| 5362 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5363 | char IceConnectionNumber (); |
| 5364 | int |
| 5365 | main () |
| 5366 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5367 | return IceConnectionNumber (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5368 | ; |
| 5369 | return 0; |
| 5370 | } |
| 5371 | _ACEOF |
| 5372 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5373 | if { (ac_try="$ac_link" |
| 5374 | case "(($ac_try" in |
| 5375 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5376 | *) ac_try_echo=$ac_try;; |
| 5377 | esac |
| 5378 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5379 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5380 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5381 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5382 | rm -f conftest.er1 |
| 5383 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5384 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5385 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5386 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5387 | { (case "(($ac_try" in |
| 5388 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5389 | *) ac_try_echo=$ac_try;; |
| 5390 | esac |
| 5391 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5392 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5393 | ac_status=$? |
| 5394 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5395 | (exit $ac_status); }; } && |
| 5396 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5397 | { (case "(($ac_try" in |
| 5398 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5399 | *) ac_try_echo=$ac_try;; |
| 5400 | esac |
| 5401 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5402 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5403 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5405 | (exit $ac_status); }; }; then |
| 5406 | ac_cv_lib_ICE_IceConnectionNumber=yes |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5407 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5408 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5409 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5410 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5411 | ac_cv_lib_ICE_IceConnectionNumber=no |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5412 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5413 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5414 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5415 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5416 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5417 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5418 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 |
| 5419 | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5420 | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5421 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5422 | fi |
| 5423 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5424 | LDFLAGS=$ac_save_LDFLAGS |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 5425 | |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 5426 | fi |
| 5427 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5428 | for ac_prog in flex lex |
| 5429 | do |
| 5430 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 5431 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5432 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5433 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5434 | if test "${ac_cv_prog_LEX+set}" = set; then |
| 5435 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5436 | else |
| 5437 | if test -n "$LEX"; then |
| 5438 | ac_cv_prog_LEX="$LEX" # Let the user override the test. |
| 5439 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5440 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5441 | for as_dir in $PATH |
| 5442 | do |
| 5443 | IFS=$as_save_IFS |
| 5444 | test -z "$as_dir" && as_dir=. |
| 5445 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5446 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5447 | ac_cv_prog_LEX="$ac_prog" |
| 5448 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5449 | break 2 |
| 5450 | fi |
| 5451 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5452 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5453 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5454 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5455 | fi |
| 5456 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5457 | LEX=$ac_cv_prog_LEX |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5458 | if test -n "$LEX"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5459 | { echo "$as_me:$LINENO: result: $LEX" >&5 |
| 5460 | echo "${ECHO_T}$LEX" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5461 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5462 | { echo "$as_me:$LINENO: result: no" >&5 |
| 5463 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5464 | fi |
| 5465 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5466 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5467 | test -n "$LEX" && break |
| 5468 | done |
| 5469 | test -n "$LEX" || LEX=":" |
| 5470 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5471 | if test -z "$LEXLIB" |
| 5472 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5473 | { echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 |
| 5474 | echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5475 | if test "${ac_cv_lib_fl_yywrap+set}" = set; then |
| 5476 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5477 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5478 | ac_check_lib_save_LIBS=$LIBS |
| 5479 | LIBS="-lfl $LIBS" |
| 5480 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5481 | /* confdefs.h. */ |
| 5482 | _ACEOF |
| 5483 | cat confdefs.h >>conftest.$ac_ext |
| 5484 | cat >>conftest.$ac_ext <<_ACEOF |
| 5485 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5486 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5487 | /* Override any GCC internal prototype to avoid an error. |
| 5488 | Use char because int might match the return type of a GCC |
| 5489 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5490 | #ifdef __cplusplus |
| 5491 | extern "C" |
| 5492 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5493 | char yywrap (); |
| 5494 | int |
| 5495 | main () |
| 5496 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5497 | return yywrap (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5498 | ; |
| 5499 | return 0; |
| 5500 | } |
| 5501 | _ACEOF |
| 5502 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5503 | if { (ac_try="$ac_link" |
| 5504 | case "(($ac_try" in |
| 5505 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5506 | *) ac_try_echo=$ac_try;; |
| 5507 | esac |
| 5508 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5509 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5510 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5511 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5512 | rm -f conftest.er1 |
| 5513 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5514 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5515 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5516 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5517 | { (case "(($ac_try" in |
| 5518 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5519 | *) ac_try_echo=$ac_try;; |
| 5520 | esac |
| 5521 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5522 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5523 | ac_status=$? |
| 5524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5525 | (exit $ac_status); }; } && |
| 5526 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5527 | { (case "(($ac_try" in |
| 5528 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5529 | *) ac_try_echo=$ac_try;; |
| 5530 | esac |
| 5531 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5532 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5533 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5535 | (exit $ac_status); }; }; then |
| 5536 | ac_cv_lib_fl_yywrap=yes |
| 5537 | else |
| 5538 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5539 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5540 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5541 | ac_cv_lib_fl_yywrap=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5542 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5543 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5544 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5545 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5546 | LIBS=$ac_check_lib_save_LIBS |
| 5547 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5548 | { echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5 |
| 5549 | echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5550 | if test $ac_cv_lib_fl_yywrap = yes; then |
| 5551 | LEXLIB="-lfl" |
| 5552 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5553 | { echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 |
| 5554 | echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5555 | if test "${ac_cv_lib_l_yywrap+set}" = set; then |
| 5556 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5557 | else |
| 5558 | ac_check_lib_save_LIBS=$LIBS |
| 5559 | LIBS="-ll $LIBS" |
| 5560 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5561 | /* confdefs.h. */ |
| 5562 | _ACEOF |
| 5563 | cat confdefs.h >>conftest.$ac_ext |
| 5564 | cat >>conftest.$ac_ext <<_ACEOF |
| 5565 | /* end confdefs.h. */ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5566 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5567 | /* Override any GCC internal prototype to avoid an error. |
| 5568 | Use char because int might match the return type of a GCC |
| 5569 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5570 | #ifdef __cplusplus |
| 5571 | extern "C" |
| 5572 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5573 | char yywrap (); |
| 5574 | int |
| 5575 | main () |
| 5576 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5577 | return yywrap (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5578 | ; |
| 5579 | return 0; |
| 5580 | } |
| 5581 | _ACEOF |
| 5582 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5583 | if { (ac_try="$ac_link" |
| 5584 | case "(($ac_try" in |
| 5585 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5586 | *) ac_try_echo=$ac_try;; |
| 5587 | esac |
| 5588 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5589 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5590 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5591 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5592 | rm -f conftest.er1 |
| 5593 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5595 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5596 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5597 | { (case "(($ac_try" in |
| 5598 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5599 | *) ac_try_echo=$ac_try;; |
| 5600 | esac |
| 5601 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5602 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5603 | ac_status=$? |
| 5604 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5605 | (exit $ac_status); }; } && |
| 5606 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5607 | { (case "(($ac_try" in |
| 5608 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5609 | *) ac_try_echo=$ac_try;; |
| 5610 | esac |
| 5611 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5612 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5613 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5615 | (exit $ac_status); }; }; then |
| 5616 | ac_cv_lib_l_yywrap=yes |
| 5617 | else |
| 5618 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5619 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5620 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5621 | ac_cv_lib_l_yywrap=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5622 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5623 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5624 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5625 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5626 | LIBS=$ac_check_lib_save_LIBS |
| 5627 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5628 | { echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5 |
| 5629 | echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5630 | if test $ac_cv_lib_l_yywrap = yes; then |
| 5631 | LEXLIB="-ll" |
| 5632 | fi |
| 5633 | |
| 5634 | fi |
| 5635 | |
| 5636 | fi |
| 5637 | |
| 5638 | if test "x$LEX" != "x:"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5639 | { echo "$as_me:$LINENO: checking lex output file root" >&5 |
| 5640 | echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5641 | if test "${ac_cv_prog_lex_root+set}" = set; then |
| 5642 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5643 | else |
| 5644 | # The minimal lex program is just a single line: %%. But some broken lexes |
| 5645 | # (Solaris, I think it was) want two %% lines, so accommodate them. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5646 | cat >conftest.l <<_ACEOF |
| 5647 | %% |
| 5648 | %% |
| 5649 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5650 | { (ac_try="$LEX conftest.l" |
| 5651 | case "(($ac_try" in |
| 5652 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5653 | *) ac_try_echo=$ac_try;; |
| 5654 | esac |
| 5655 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5656 | (eval "$LEX conftest.l") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5657 | ac_status=$? |
| 5658 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5659 | (exit $ac_status); } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5660 | if test -f lex.yy.c; then |
| 5661 | ac_cv_prog_lex_root=lex.yy |
| 5662 | elif test -f lexyy.c; then |
| 5663 | ac_cv_prog_lex_root=lexyy |
| 5664 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5665 | { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5666 | echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} |
| 5667 | { (exit 1); exit 1; }; } |
| 5668 | fi |
| 5669 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5670 | { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5 |
| 5671 | echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5672 | rm -f conftest.l |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5673 | LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root |
| 5674 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5675 | { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5 |
| 5676 | echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5677 | if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then |
| 5678 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5679 | else |
| 5680 | # POSIX says lex can declare yytext either as a pointer or an array; the |
| 5681 | # default is implementation-dependent. Figure out which it is, since |
| 5682 | # not all implementations provide the %pointer and %array declarations. |
| 5683 | ac_cv_prog_lex_yytext_pointer=no |
| 5684 | echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c |
| 5685 | ac_save_LIBS=$LIBS |
| 5686 | LIBS="$LIBS $LEXLIB" |
| 5687 | cat >conftest.$ac_ext <<_ACEOF |
| 5688 | `cat $LEX_OUTPUT_ROOT.c` |
| 5689 | _ACEOF |
| 5690 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5691 | if { (ac_try="$ac_link" |
| 5692 | case "(($ac_try" in |
| 5693 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5694 | *) ac_try_echo=$ac_try;; |
| 5695 | esac |
| 5696 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5697 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5698 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5699 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5700 | rm -f conftest.er1 |
| 5701 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5702 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5703 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5704 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 5705 | { (case "(($ac_try" in |
| 5706 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5707 | *) ac_try_echo=$ac_try;; |
| 5708 | esac |
| 5709 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5710 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5711 | ac_status=$? |
| 5712 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5713 | (exit $ac_status); }; } && |
| 5714 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5715 | { (case "(($ac_try" in |
| 5716 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 5717 | *) ac_try_echo=$ac_try;; |
| 5718 | esac |
| 5719 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 5720 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5721 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5723 | (exit $ac_status); }; }; then |
| 5724 | ac_cv_prog_lex_yytext_pointer=yes |
| 5725 | else |
| 5726 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 5727 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5728 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5729 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5730 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5731 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 5732 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 5733 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5734 | LIBS=$ac_save_LIBS |
| 5735 | rm -f "${LEX_OUTPUT_ROOT}.c" |
| 5736 | |
| 5737 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5738 | { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5 |
| 5739 | echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5740 | if test $ac_cv_prog_lex_yytext_pointer = yes; then |
| 5741 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5742 | cat >>confdefs.h <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5743 | #define YYTEXT_POINTER 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5744 | _ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 5745 | |
| 5746 | fi |
| 5747 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5748 | fi |
Marcus Meissner | 5c5a621 | 2002-01-22 18:28:25 +0000 | [diff] [blame] | 5749 | |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5750 | for ac_prog in $LEX flex lex |
| 5751 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5752 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5753 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5754 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5755 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5756 | if test "${ac_cv_prog_XLEX+set}" = set; then |
| 5757 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5758 | else |
| 5759 | if test -n "$XLEX"; then |
| 5760 | ac_cv_prog_XLEX="$XLEX" # Let the user override the test. |
| 5761 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5762 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5763 | for as_dir in $PATH |
| 5764 | do |
| 5765 | IFS=$as_save_IFS |
| 5766 | test -z "$as_dir" && as_dir=. |
| 5767 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5768 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5769 | ac_cv_prog_XLEX="$ac_prog" |
| 5770 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5771 | break 2 |
| 5772 | fi |
| 5773 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5774 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5775 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5776 | |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5777 | fi |
| 5778 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5779 | XLEX=$ac_cv_prog_XLEX |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5780 | if test -n "$XLEX"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5781 | { echo "$as_me:$LINENO: result: $XLEX" >&5 |
| 5782 | echo "${ECHO_T}$XLEX" >&6; } |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5783 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5784 | { echo "$as_me:$LINENO: result: no" >&5 |
| 5785 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5786 | fi |
| 5787 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5788 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5789 | test -n "$XLEX" && break |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5790 | done |
| 5791 | test -n "$XLEX" || XLEX="none" |
| 5792 | |
| 5793 | if test "$XLEX" = "none" |
| 5794 | then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 5795 | { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 5796 | echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;} |
| 5797 | { (exit 1); exit 1; }; } |
Marcus Meissner | b53bb41 | 2000-07-23 13:41:51 +0000 | [diff] [blame] | 5798 | fi |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 5799 | |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5800 | for ac_prog in bison |
| 5801 | do |
| 5802 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 5803 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5804 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5805 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5806 | if test "${ac_cv_prog_BISON+set}" = set; then |
| 5807 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5808 | else |
| 5809 | if test -n "$BISON"; then |
| 5810 | ac_cv_prog_BISON="$BISON" # Let the user override the test. |
| 5811 | else |
| 5812 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5813 | for as_dir in $PATH |
| 5814 | do |
| 5815 | IFS=$as_save_IFS |
| 5816 | test -z "$as_dir" && as_dir=. |
| 5817 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5818 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5819 | ac_cv_prog_BISON="$ac_prog" |
| 5820 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5821 | break 2 |
| 5822 | fi |
| 5823 | done |
| 5824 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5825 | IFS=$as_save_IFS |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5826 | |
| 5827 | fi |
| 5828 | fi |
| 5829 | BISON=$ac_cv_prog_BISON |
| 5830 | if test -n "$BISON"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5831 | { echo "$as_me:$LINENO: result: $BISON" >&5 |
| 5832 | echo "${ECHO_T}$BISON" >&6; } |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5833 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5834 | { echo "$as_me:$LINENO: result: no" >&5 |
| 5835 | echo "${ECHO_T}no" >&6; } |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5836 | fi |
| 5837 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5838 | |
Mike McCormack | c068f67 | 2004-03-16 03:11:39 +0000 | [diff] [blame] | 5839 | test -n "$BISON" && break |
| 5840 | done |
| 5841 | test -n "$BISON" || BISON="none" |
| 5842 | |
| 5843 | if test "$BISON" = "none" |
| 5844 | then |
| 5845 | { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5 |
| 5846 | echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;} |
| 5847 | { (exit 1); exit 1; }; } |
| 5848 | fi |
| 5849 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 5850 | if test -n "$ac_tool_prefix"; then |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5851 | for ac_prog in gas as |
| 5852 | do |
| 5853 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
| 5854 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5855 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5856 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5857 | if test "${ac_cv_prog_AS+set}" = set; then |
| 5858 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5859 | else |
| 5860 | if test -n "$AS"; then |
| 5861 | ac_cv_prog_AS="$AS" # Let the user override the test. |
| 5862 | else |
| 5863 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5864 | for as_dir in $PATH |
| 5865 | do |
| 5866 | IFS=$as_save_IFS |
| 5867 | test -z "$as_dir" && as_dir=. |
| 5868 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5869 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5870 | ac_cv_prog_AS="$ac_tool_prefix$ac_prog" |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5871 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5872 | break 2 |
| 5873 | fi |
| 5874 | done |
| 5875 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5876 | IFS=$as_save_IFS |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5877 | |
| 5878 | fi |
| 5879 | fi |
| 5880 | AS=$ac_cv_prog_AS |
| 5881 | if test -n "$AS"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5882 | { echo "$as_me:$LINENO: result: $AS" >&5 |
| 5883 | echo "${ECHO_T}$AS" >&6; } |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5884 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5885 | { echo "$as_me:$LINENO: result: no" >&5 |
| 5886 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5887 | fi |
| 5888 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5889 | |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5890 | test -n "$AS" && break |
| 5891 | done |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5892 | fi |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5893 | if test -z "$AS"; then |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5894 | ac_ct_AS=$AS |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5895 | for ac_prog in gas as |
| 5896 | do |
| 5897 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 5898 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5899 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5900 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5901 | if test "${ac_cv_prog_ac_ct_AS+set}" = set; then |
| 5902 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5903 | else |
| 5904 | if test -n "$ac_ct_AS"; then |
| 5905 | ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. |
| 5906 | else |
| 5907 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5908 | for as_dir in $PATH |
| 5909 | do |
| 5910 | IFS=$as_save_IFS |
| 5911 | test -z "$as_dir" && as_dir=. |
| 5912 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5913 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5914 | ac_cv_prog_ac_ct_AS="$ac_prog" |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5915 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5916 | break 2 |
| 5917 | fi |
| 5918 | done |
| 5919 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5920 | IFS=$as_save_IFS |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5921 | |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5922 | fi |
| 5923 | fi |
| 5924 | ac_ct_AS=$ac_cv_prog_ac_ct_AS |
| 5925 | if test -n "$ac_ct_AS"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5926 | { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 |
| 5927 | echo "${ECHO_T}$ac_ct_AS" >&6; } |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5928 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5929 | { echo "$as_me:$LINENO: result: no" >&5 |
| 5930 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5931 | fi |
| 5932 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5933 | |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5934 | test -n "$ac_ct_AS" && break |
| 5935 | done |
Alexandre Julliard | c80c290 | 2003-05-06 18:41:52 +0000 | [diff] [blame] | 5936 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5937 | if test "x$ac_ct_AS" = x; then |
| 5938 | AS="as" |
| 5939 | else |
| 5940 | case $cross_compiling:$ac_tool_warned in |
| 5941 | yes:) |
| 5942 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 5943 | whose name does not start with the host triplet. If you think this |
| 5944 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 5945 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 5946 | whose name does not start with the host triplet. If you think this |
| 5947 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 5948 | ac_tool_warned=yes ;; |
| 5949 | esac |
| 5950 | AS=$ac_ct_AS |
| 5951 | fi |
Marcus Meissner | 1d4db78 | 2003-01-09 00:46:54 +0000 | [diff] [blame] | 5952 | fi |
| 5953 | |
| 5954 | if test -n "$ac_tool_prefix"; then |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5955 | # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. |
| 5956 | set dummy ${ac_tool_prefix}ld; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5957 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5958 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5959 | if test "${ac_cv_prog_LD+set}" = set; then |
| 5960 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5961 | else |
| 5962 | if test -n "$LD"; then |
| 5963 | ac_cv_prog_LD="$LD" # Let the user override the test. |
| 5964 | else |
| 5965 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 5966 | for as_dir in $PATH |
| 5967 | do |
| 5968 | IFS=$as_save_IFS |
| 5969 | test -z "$as_dir" && as_dir=. |
| 5970 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5971 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5972 | ac_cv_prog_LD="${ac_tool_prefix}ld" |
| 5973 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5974 | break 2 |
| 5975 | fi |
| 5976 | done |
| 5977 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5978 | IFS=$as_save_IFS |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5979 | |
| 5980 | fi |
| 5981 | fi |
| 5982 | LD=$ac_cv_prog_LD |
| 5983 | if test -n "$LD"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5984 | { echo "$as_me:$LINENO: result: $LD" >&5 |
| 5985 | echo "${ECHO_T}$LD" >&6; } |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5986 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5987 | { echo "$as_me:$LINENO: result: no" >&5 |
| 5988 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5989 | fi |
| 5990 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5991 | |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5992 | fi |
| 5993 | if test -z "$ac_cv_prog_LD"; then |
| 5994 | ac_ct_LD=$LD |
| 5995 | # Extract the first word of "ld", so it can be a program name with args. |
| 5996 | set dummy ld; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 5997 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 5998 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 5999 | if test "${ac_cv_prog_ac_ct_LD+set}" = set; then |
| 6000 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6001 | else |
| 6002 | if test -n "$ac_ct_LD"; then |
| 6003 | ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test. |
| 6004 | else |
| 6005 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6006 | for as_dir in $PATH |
| 6007 | do |
| 6008 | IFS=$as_save_IFS |
| 6009 | test -z "$as_dir" && as_dir=. |
| 6010 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6011 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 6012 | ac_cv_prog_ac_ct_LD="ld" |
| 6013 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6014 | break 2 |
| 6015 | fi |
| 6016 | done |
| 6017 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6018 | IFS=$as_save_IFS |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 6019 | |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 6020 | fi |
| 6021 | fi |
| 6022 | ac_ct_LD=$ac_cv_prog_ac_ct_LD |
| 6023 | if test -n "$ac_ct_LD"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6024 | { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5 |
| 6025 | echo "${ECHO_T}$ac_ct_LD" >&6; } |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 6026 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6027 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6028 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 6029 | fi |
| 6030 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6031 | if test "x$ac_ct_LD" = x; then |
| 6032 | LD="ld" |
| 6033 | else |
| 6034 | case $cross_compiling:$ac_tool_warned in |
| 6035 | yes:) |
| 6036 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 6037 | whose name does not start with the host triplet. If you think this |
| 6038 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 6039 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 6040 | whose name does not start with the host triplet. If you think this |
| 6041 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 6042 | ac_tool_warned=yes ;; |
| 6043 | esac |
| 6044 | LD=$ac_ct_LD |
| 6045 | fi |
Alexandre Julliard | eb5f89c | 2002-05-24 21:22:10 +0000 | [diff] [blame] | 6046 | else |
| 6047 | LD="$ac_cv_prog_LD" |
| 6048 | fi |
| 6049 | |
| 6050 | if test -n "$ac_tool_prefix"; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6051 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
| 6052 | set dummy ${ac_tool_prefix}ar; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6053 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6054 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6055 | if test "${ac_cv_prog_AR+set}" = set; then |
| 6056 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6057 | else |
| 6058 | if test -n "$AR"; then |
| 6059 | ac_cv_prog_AR="$AR" # Let the user override the test. |
| 6060 | else |
| 6061 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6062 | for as_dir in $PATH |
| 6063 | do |
| 6064 | IFS=$as_save_IFS |
| 6065 | test -z "$as_dir" && as_dir=. |
| 6066 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6067 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6068 | ac_cv_prog_AR="${ac_tool_prefix}ar" |
| 6069 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6070 | break 2 |
| 6071 | fi |
| 6072 | done |
| 6073 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6074 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6075 | |
| 6076 | fi |
| 6077 | fi |
| 6078 | AR=$ac_cv_prog_AR |
| 6079 | if test -n "$AR"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6080 | { echo "$as_me:$LINENO: result: $AR" >&5 |
| 6081 | echo "${ECHO_T}$AR" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6082 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6083 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6084 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6085 | fi |
| 6086 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6087 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6088 | fi |
| 6089 | if test -z "$ac_cv_prog_AR"; then |
| 6090 | ac_ct_AR=$AR |
| 6091 | # Extract the first word of "ar", so it can be a program name with args. |
| 6092 | set dummy ar; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6093 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6094 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6095 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then |
| 6096 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6097 | else |
| 6098 | if test -n "$ac_ct_AR"; then |
| 6099 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. |
| 6100 | else |
| 6101 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6102 | for as_dir in $PATH |
| 6103 | do |
| 6104 | IFS=$as_save_IFS |
| 6105 | test -z "$as_dir" && as_dir=. |
| 6106 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6107 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6108 | ac_cv_prog_ac_ct_AR="ar" |
| 6109 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6110 | break 2 |
| 6111 | fi |
| 6112 | done |
| 6113 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6114 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6115 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6116 | fi |
| 6117 | fi |
| 6118 | ac_ct_AR=$ac_cv_prog_ac_ct_AR |
| 6119 | if test -n "$ac_ct_AR"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6120 | { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 |
| 6121 | echo "${ECHO_T}$ac_ct_AR" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6122 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6123 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6124 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6125 | fi |
| 6126 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6127 | if test "x$ac_ct_AR" = x; then |
| 6128 | AR="ar" |
| 6129 | else |
| 6130 | case $cross_compiling:$ac_tool_warned in |
| 6131 | yes:) |
| 6132 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 6133 | whose name does not start with the host triplet. If you think this |
| 6134 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 6135 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 6136 | whose name does not start with the host triplet. If you think this |
| 6137 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 6138 | ac_tool_warned=yes ;; |
| 6139 | esac |
| 6140 | AR=$ac_ct_AR |
| 6141 | fi |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6142 | else |
| 6143 | AR="$ac_cv_prog_AR" |
| 6144 | fi |
| 6145 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6146 | if test -n "$ac_tool_prefix"; then |
| 6147 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
| 6148 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6149 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6150 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6151 | if test "${ac_cv_prog_RANLIB+set}" = set; then |
| 6152 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 6153 | else |
| 6154 | if test -n "$RANLIB"; then |
| 6155 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
| 6156 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6157 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6158 | for as_dir in $PATH |
| 6159 | do |
| 6160 | IFS=$as_save_IFS |
| 6161 | test -z "$as_dir" && as_dir=. |
| 6162 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6163 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6164 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 6165 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6166 | break 2 |
| 6167 | fi |
| 6168 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6169 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6170 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6171 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6172 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6173 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6174 | RANLIB=$ac_cv_prog_RANLIB |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 6175 | if test -n "$RANLIB"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6176 | { echo "$as_me:$LINENO: result: $RANLIB" >&5 |
| 6177 | echo "${ECHO_T}$RANLIB" >&6; } |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 6178 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6179 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6180 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6181 | fi |
| 6182 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6183 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6184 | fi |
| 6185 | if test -z "$ac_cv_prog_RANLIB"; then |
| 6186 | ac_ct_RANLIB=$RANLIB |
| 6187 | # Extract the first word of "ranlib", so it can be a program name with args. |
| 6188 | set dummy ranlib; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6189 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6190 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6191 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
| 6192 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6193 | else |
| 6194 | if test -n "$ac_ct_RANLIB"; then |
| 6195 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
| 6196 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6197 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6198 | for as_dir in $PATH |
| 6199 | do |
| 6200 | IFS=$as_save_IFS |
| 6201 | test -z "$as_dir" && as_dir=. |
| 6202 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6203 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6204 | ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6205 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6206 | break 2 |
| 6207 | fi |
| 6208 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6209 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6210 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6211 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6212 | fi |
| 6213 | fi |
| 6214 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
| 6215 | if test -n "$ac_ct_RANLIB"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6216 | { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 |
| 6217 | echo "${ECHO_T}$ac_ct_RANLIB" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6218 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6219 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6220 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6221 | fi |
| 6222 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6223 | if test "x$ac_ct_RANLIB" = x; then |
| 6224 | RANLIB=":" |
| 6225 | else |
| 6226 | case $cross_compiling:$ac_tool_warned in |
| 6227 | yes:) |
| 6228 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 6229 | whose name does not start with the host triplet. If you think this |
| 6230 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 6231 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 6232 | whose name does not start with the host triplet. If you think this |
| 6233 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 6234 | ac_tool_warned=yes ;; |
| 6235 | esac |
| 6236 | RANLIB=$ac_ct_RANLIB |
| 6237 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6238 | else |
| 6239 | RANLIB="$ac_cv_prog_RANLIB" |
Alexandre Julliard | ff8331e | 1995-09-18 11:19:54 +0000 | [diff] [blame] | 6240 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 6241 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6242 | if test -n "$ac_tool_prefix"; then |
| 6243 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 6244 | set dummy ${ac_tool_prefix}strip; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6245 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6246 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6247 | if test "${ac_cv_prog_STRIP+set}" = set; then |
| 6248 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6249 | else |
| 6250 | if test -n "$STRIP"; then |
| 6251 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. |
| 6252 | else |
| 6253 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6254 | for as_dir in $PATH |
| 6255 | do |
| 6256 | IFS=$as_save_IFS |
| 6257 | test -z "$as_dir" && as_dir=. |
| 6258 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6259 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6260 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 6261 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6262 | break 2 |
| 6263 | fi |
| 6264 | done |
| 6265 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6266 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6267 | |
| 6268 | fi |
| 6269 | fi |
| 6270 | STRIP=$ac_cv_prog_STRIP |
| 6271 | if test -n "$STRIP"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6272 | { echo "$as_me:$LINENO: result: $STRIP" >&5 |
| 6273 | echo "${ECHO_T}$STRIP" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6274 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6275 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6276 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6277 | fi |
| 6278 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6279 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6280 | fi |
| 6281 | if test -z "$ac_cv_prog_STRIP"; then |
| 6282 | ac_ct_STRIP=$STRIP |
| 6283 | # Extract the first word of "strip", so it can be a program name with args. |
| 6284 | set dummy strip; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6285 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6286 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6287 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then |
| 6288 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6289 | else |
| 6290 | if test -n "$ac_ct_STRIP"; then |
| 6291 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. |
| 6292 | else |
| 6293 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6294 | for as_dir in $PATH |
| 6295 | do |
| 6296 | IFS=$as_save_IFS |
| 6297 | test -z "$as_dir" && as_dir=. |
| 6298 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6299 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6300 | ac_cv_prog_ac_ct_STRIP="strip" |
| 6301 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6302 | break 2 |
| 6303 | fi |
| 6304 | done |
| 6305 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6306 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6307 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6308 | fi |
| 6309 | fi |
| 6310 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP |
| 6311 | if test -n "$ac_ct_STRIP"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6312 | { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 |
| 6313 | echo "${ECHO_T}$ac_ct_STRIP" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6314 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6315 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6316 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6317 | fi |
| 6318 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6319 | if test "x$ac_ct_STRIP" = x; then |
| 6320 | STRIP="strip" |
| 6321 | else |
| 6322 | case $cross_compiling:$ac_tool_warned in |
| 6323 | yes:) |
| 6324 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 6325 | whose name does not start with the host triplet. If you think this |
| 6326 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 6327 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 6328 | whose name does not start with the host triplet. If you think this |
| 6329 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 6330 | ac_tool_warned=yes ;; |
| 6331 | esac |
| 6332 | STRIP=$ac_ct_STRIP |
| 6333 | fi |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6334 | else |
| 6335 | STRIP="$ac_cv_prog_STRIP" |
| 6336 | fi |
| 6337 | |
| 6338 | if test -n "$ac_tool_prefix"; then |
| 6339 | # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args. |
| 6340 | set dummy ${ac_tool_prefix}windres; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6341 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6342 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6343 | if test "${ac_cv_prog_WINDRES+set}" = set; then |
| 6344 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6345 | else |
| 6346 | if test -n "$WINDRES"; then |
| 6347 | ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test. |
| 6348 | else |
| 6349 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6350 | for as_dir in $PATH |
| 6351 | do |
| 6352 | IFS=$as_save_IFS |
| 6353 | test -z "$as_dir" && as_dir=. |
| 6354 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6355 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6356 | ac_cv_prog_WINDRES="${ac_tool_prefix}windres" |
| 6357 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6358 | break 2 |
| 6359 | fi |
| 6360 | done |
| 6361 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6362 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6363 | |
| 6364 | fi |
| 6365 | fi |
| 6366 | WINDRES=$ac_cv_prog_WINDRES |
| 6367 | if test -n "$WINDRES"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6368 | { echo "$as_me:$LINENO: result: $WINDRES" >&5 |
| 6369 | echo "${ECHO_T}$WINDRES" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6370 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6371 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6372 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6373 | fi |
| 6374 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6375 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6376 | fi |
| 6377 | if test -z "$ac_cv_prog_WINDRES"; then |
| 6378 | ac_ct_WINDRES=$WINDRES |
| 6379 | # Extract the first word of "windres", so it can be a program name with args. |
| 6380 | set dummy windres; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6381 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6382 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6383 | if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then |
| 6384 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6385 | else |
| 6386 | if test -n "$ac_ct_WINDRES"; then |
| 6387 | ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test. |
| 6388 | else |
| 6389 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6390 | for as_dir in $PATH |
| 6391 | do |
| 6392 | IFS=$as_save_IFS |
| 6393 | test -z "$as_dir" && as_dir=. |
| 6394 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6395 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6396 | ac_cv_prog_ac_ct_WINDRES="windres" |
| 6397 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6398 | break 2 |
| 6399 | fi |
| 6400 | done |
| 6401 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6402 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6403 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6404 | fi |
| 6405 | fi |
| 6406 | ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES |
| 6407 | if test -n "$ac_ct_WINDRES"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6408 | { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5 |
| 6409 | echo "${ECHO_T}$ac_ct_WINDRES" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6410 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6411 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6412 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6413 | fi |
| 6414 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6415 | if test "x$ac_ct_WINDRES" = x; then |
| 6416 | WINDRES="false" |
| 6417 | else |
| 6418 | case $cross_compiling:$ac_tool_warned in |
| 6419 | yes:) |
| 6420 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 6421 | whose name does not start with the host triplet. If you think this |
| 6422 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 6423 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 6424 | whose name does not start with the host triplet. If you think this |
| 6425 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 6426 | ac_tool_warned=yes ;; |
| 6427 | esac |
| 6428 | WINDRES=$ac_ct_WINDRES |
| 6429 | fi |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 6430 | else |
| 6431 | WINDRES="$ac_cv_prog_WINDRES" |
| 6432 | fi |
| 6433 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6434 | { echo "$as_me:$LINENO: checking whether ln -s works" >&5 |
| 6435 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6436 | LN_S=$as_ln_s |
| 6437 | if test "$LN_S" = "ln -s"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6438 | { echo "$as_me:$LINENO: result: yes" >&5 |
| 6439 | echo "${ECHO_T}yes" >&6; } |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 6440 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6441 | { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 |
| 6442 | echo "${ECHO_T}no, using $LN_S" >&6; } |
Alexandre Julliard | 641ee76 | 1997-08-04 16:34:36 +0000 | [diff] [blame] | 6443 | fi |
| 6444 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6445 | { echo "$as_me:$LINENO: checking whether ln works" >&5 |
| 6446 | echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; } |
Alexandre Julliard | df234a9 | 2002-05-22 02:10:39 +0000 | [diff] [blame] | 6447 | rm -f conf$$ conf$$.file |
| 6448 | echo >conf$$.file |
| 6449 | if ln conf$$.file conf$$ 2>/dev/null; then |
| 6450 | LN=ln |
| 6451 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6452 | { echo "$as_me:$LINENO: result: yes" >&5 |
| 6453 | echo "${ECHO_T}yes" >&6; } |
Alexandre Julliard | df234a9 | 2002-05-22 02:10:39 +0000 | [diff] [blame] | 6454 | else |
| 6455 | LN="cp -p" |
| 6456 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6457 | { echo "$as_me:$LINENO: result: no, using $LN" >&5 |
| 6458 | echo "${ECHO_T}no, using $LN" >&6; } |
Alexandre Julliard | df234a9 | 2002-05-22 02:10:39 +0000 | [diff] [blame] | 6459 | fi |
| 6460 | rm -f conf$$ conf$$.file |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6461 | { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 |
| 6462 | echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } |
| 6463 | if test "${ac_cv_path_GREP+set}" = set; then |
Alexandre Julliard | c626491 | 2004-08-16 20:09:37 +0000 | [diff] [blame] | 6464 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6465 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6466 | # Extract the first word of "grep ggrep" to use in msg output |
| 6467 | if test -z "$GREP"; then |
| 6468 | set dummy grep ggrep; ac_prog_name=$2 |
| 6469 | if test "${ac_cv_path_GREP+set}" = set; then |
| 6470 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6471 | else |
| 6472 | ac_path_GREP_found=false |
| 6473 | # Loop through the user's path and test for each of PROGNAME-LIST |
| 6474 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6475 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| 6476 | do |
| 6477 | IFS=$as_save_IFS |
| 6478 | test -z "$as_dir" && as_dir=. |
| 6479 | for ac_prog in grep ggrep; do |
| 6480 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6481 | ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 6482 | { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue |
| 6483 | # Check for GNU ac_path_GREP and select it if it is found. |
| 6484 | # Check for GNU $ac_path_GREP |
| 6485 | case `"$ac_path_GREP" --version 2>&1` in |
| 6486 | *GNU*) |
| 6487 | ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
| 6488 | *) |
| 6489 | ac_count=0 |
| 6490 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
| 6491 | while : |
| 6492 | do |
| 6493 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
| 6494 | mv "conftest.tmp" "conftest.in" |
| 6495 | cp "conftest.in" "conftest.nl" |
| 6496 | echo 'GREP' >> "conftest.nl" |
| 6497 | "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| 6498 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| 6499 | ac_count=`expr $ac_count + 1` |
| 6500 | if test $ac_count -gt ${ac_path_GREP_max-0}; then |
| 6501 | # Best one so far, save it but keep looking for a better one |
| 6502 | ac_cv_path_GREP="$ac_path_GREP" |
| 6503 | ac_path_GREP_max=$ac_count |
Alexandre Julliard | c626491 | 2004-08-16 20:09:37 +0000 | [diff] [blame] | 6504 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6505 | # 10*(2^10) chars as input seems more than enough |
| 6506 | test $ac_count -gt 10 && break |
| 6507 | done |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 6508 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6509 | esac |
| 6510 | |
| 6511 | |
| 6512 | $ac_path_GREP_found && break 3 |
| 6513 | done |
| 6514 | done |
| 6515 | |
| 6516 | done |
| 6517 | IFS=$as_save_IFS |
| 6518 | |
| 6519 | |
Alexandre Julliard | c626491 | 2004-08-16 20:09:37 +0000 | [diff] [blame] | 6520 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6521 | |
| 6522 | GREP="$ac_cv_path_GREP" |
| 6523 | if test -z "$GREP"; then |
| 6524 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| 6525 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| 6526 | { (exit 1); exit 1; }; } |
| 6527 | fi |
| 6528 | |
| 6529 | else |
| 6530 | ac_cv_path_GREP=$GREP |
| 6531 | fi |
| 6532 | |
| 6533 | |
| 6534 | fi |
| 6535 | { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 |
| 6536 | echo "${ECHO_T}$ac_cv_path_GREP" >&6; } |
| 6537 | GREP="$ac_cv_path_GREP" |
| 6538 | |
| 6539 | |
| 6540 | { echo "$as_me:$LINENO: checking for egrep" >&5 |
| 6541 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } |
| 6542 | if test "${ac_cv_path_EGREP+set}" = set; then |
| 6543 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6544 | else |
| 6545 | if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
| 6546 | then ac_cv_path_EGREP="$GREP -E" |
| 6547 | else |
| 6548 | # Extract the first word of "egrep" to use in msg output |
| 6549 | if test -z "$EGREP"; then |
| 6550 | set dummy egrep; ac_prog_name=$2 |
| 6551 | if test "${ac_cv_path_EGREP+set}" = set; then |
| 6552 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6553 | else |
| 6554 | ac_path_EGREP_found=false |
| 6555 | # Loop through the user's path and test for each of PROGNAME-LIST |
| 6556 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6557 | for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
| 6558 | do |
| 6559 | IFS=$as_save_IFS |
| 6560 | test -z "$as_dir" && as_dir=. |
| 6561 | for ac_prog in egrep; do |
| 6562 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 6563 | ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 6564 | { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue |
| 6565 | # Check for GNU ac_path_EGREP and select it if it is found. |
| 6566 | # Check for GNU $ac_path_EGREP |
| 6567 | case `"$ac_path_EGREP" --version 2>&1` in |
| 6568 | *GNU*) |
| 6569 | ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
| 6570 | *) |
| 6571 | ac_count=0 |
| 6572 | echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" |
| 6573 | while : |
| 6574 | do |
| 6575 | cat "conftest.in" "conftest.in" >"conftest.tmp" |
| 6576 | mv "conftest.tmp" "conftest.in" |
| 6577 | cp "conftest.in" "conftest.nl" |
| 6578 | echo 'EGREP' >> "conftest.nl" |
| 6579 | "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
| 6580 | diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
| 6581 | ac_count=`expr $ac_count + 1` |
| 6582 | if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
| 6583 | # Best one so far, save it but keep looking for a better one |
| 6584 | ac_cv_path_EGREP="$ac_path_EGREP" |
| 6585 | ac_path_EGREP_max=$ac_count |
| 6586 | fi |
| 6587 | # 10*(2^10) chars as input seems more than enough |
| 6588 | test $ac_count -gt 10 && break |
| 6589 | done |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 6590 | rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6591 | esac |
| 6592 | |
| 6593 | |
| 6594 | $ac_path_EGREP_found && break 3 |
| 6595 | done |
| 6596 | done |
| 6597 | |
| 6598 | done |
| 6599 | IFS=$as_save_IFS |
| 6600 | |
| 6601 | |
| 6602 | fi |
| 6603 | |
| 6604 | EGREP="$ac_cv_path_EGREP" |
| 6605 | if test -z "$EGREP"; then |
| 6606 | { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 |
| 6607 | echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} |
| 6608 | { (exit 1); exit 1; }; } |
| 6609 | fi |
| 6610 | |
| 6611 | else |
| 6612 | ac_cv_path_EGREP=$EGREP |
| 6613 | fi |
| 6614 | |
| 6615 | |
| 6616 | fi |
| 6617 | fi |
| 6618 | { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 |
| 6619 | echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } |
| 6620 | EGREP="$ac_cv_path_EGREP" |
Alexandre Julliard | c626491 | 2004-08-16 20:09:37 +0000 | [diff] [blame] | 6621 | |
| 6622 | |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6623 | # Extract the first word of "ldconfig", so it can be a program name with args. |
| 6624 | set dummy ldconfig; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6625 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6626 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6627 | if test "${ac_cv_path_LDCONFIG+set}" = set; then |
| 6628 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6629 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6630 | case $LDCONFIG in |
| 6631 | [\\/]* | ?:[\\/]*) |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6632 | ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path. |
| 6633 | ;; |
| 6634 | *) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6635 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Bill Medland | 91372b3 | 2002-04-20 21:00:42 +0000 | [diff] [blame] | 6636 | for as_dir in /sbin /usr/sbin $PATH |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6637 | do |
| 6638 | IFS=$as_save_IFS |
| 6639 | test -z "$as_dir" && as_dir=. |
| 6640 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6641 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6642 | ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext" |
| 6643 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6644 | break 2 |
| 6645 | fi |
| 6646 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6647 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6648 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6649 | |
Alexandre Julliard | 318f4ce | 2000-01-31 05:02:49 +0000 | [diff] [blame] | 6650 | test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true" |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6651 | ;; |
| 6652 | esac |
| 6653 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6654 | LDCONFIG=$ac_cv_path_LDCONFIG |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6655 | if test -n "$LDCONFIG"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6656 | { echo "$as_me:$LINENO: result: $LDCONFIG" >&5 |
| 6657 | echo "${ECHO_T}$LDCONFIG" >&6; } |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6658 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6659 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6660 | echo "${ECHO_T}no" >&6; } |
James Juran | ffe6b76 | 1999-06-12 08:21:57 +0000 | [diff] [blame] | 6661 | fi |
| 6662 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6663 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6664 | # Find a good install program. We prefer a C program (faster), |
| 6665 | # so one script is as good as another. But avoid the broken or |
| 6666 | # incompatible versions: |
| 6667 | # SysV /etc/install, /usr/sbin/install |
| 6668 | # SunOS /usr/etc/install |
| 6669 | # IRIX /sbin/install |
| 6670 | # AIX /bin/install |
| 6671 | # AmigaOS /C/install, which installs bootblocks on floppy discs |
| 6672 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| 6673 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 6674 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 6675 | # OS/2's system install, which has a completely different semantic |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6676 | # ./install, which can be erroneously created by make from ./install.sh. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6677 | { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
| 6678 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6679 | if test -z "$INSTALL"; then |
| 6680 | if test "${ac_cv_path_install+set}" = set; then |
| 6681 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6682 | else |
| 6683 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6684 | for as_dir in $PATH |
| 6685 | do |
| 6686 | IFS=$as_save_IFS |
| 6687 | test -z "$as_dir" && as_dir=. |
| 6688 | # Account for people who put trailing slashes in PATH elements. |
| 6689 | case $as_dir/ in |
| 6690 | ./ | .// | /cC/* | \ |
| 6691 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 6692 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6693 | /usr/ucb/* ) ;; |
| 6694 | *) |
| 6695 | # OSF1 and SCO ODT 3.0 have their own names for install. |
| 6696 | # Don't use installbsd from OSF since it installs stuff as root |
| 6697 | # by default. |
| 6698 | for ac_prog in ginstall scoinst install; do |
| 6699 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6700 | if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 6701 | if test $ac_prog = install && |
| 6702 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 6703 | # AIX install. It has an incompatible calling convention. |
| 6704 | : |
| 6705 | elif test $ac_prog = install && |
| 6706 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 6707 | # program-specific install script used by HP pwplus--don't use. |
| 6708 | : |
| 6709 | else |
| 6710 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 6711 | break 3 |
| 6712 | fi |
| 6713 | fi |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6714 | done |
| 6715 | done |
| 6716 | ;; |
| 6717 | esac |
| 6718 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6719 | IFS=$as_save_IFS |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6720 | |
| 6721 | |
| 6722 | fi |
| 6723 | if test "${ac_cv_path_install+set}" = set; then |
| 6724 | INSTALL=$ac_cv_path_install |
| 6725 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6726 | # As a last resort, use the slow shell script. Don't cache a |
| 6727 | # value for INSTALL within a source directory, because that will |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6728 | # break other packages using the cache if that directory is |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6729 | # removed, or if the value is a relative name. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6730 | INSTALL=$ac_install_sh |
| 6731 | fi |
| 6732 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6733 | { echo "$as_me:$LINENO: result: $INSTALL" >&5 |
| 6734 | echo "${ECHO_T}$INSTALL" >&6; } |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6735 | |
| 6736 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| 6737 | # It thinks the first close brace ends the variable substitution. |
| 6738 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
| 6739 | |
| 6740 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
| 6741 | |
| 6742 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| 6743 | |
| 6744 | case "$INSTALL" in |
Alexandre Julliard | 8418d8f | 2002-12-24 02:39:47 +0000 | [diff] [blame] | 6745 | [\\/$]* | ?:[\\/]* ) ;; |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6746 | *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;; |
| 6747 | esac |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6748 | |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6749 | for ac_prog in lclint lint |
| 6750 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6751 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6752 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6753 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6754 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6755 | if test "${ac_cv_prog_LINT+set}" = set; then |
| 6756 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6757 | else |
| 6758 | if test -n "$LINT"; then |
| 6759 | ac_cv_prog_LINT="$LINT" # Let the user override the test. |
| 6760 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6761 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6762 | for as_dir in $PATH |
| 6763 | do |
| 6764 | IFS=$as_save_IFS |
| 6765 | test -z "$as_dir" && as_dir=. |
| 6766 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6767 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6768 | ac_cv_prog_LINT="$ac_prog" |
| 6769 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6770 | break 2 |
| 6771 | fi |
| 6772 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6773 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6774 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6775 | |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6776 | fi |
| 6777 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6778 | LINT=$ac_cv_prog_LINT |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6779 | if test -n "$LINT"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6780 | { echo "$as_me:$LINENO: result: $LINT" >&5 |
| 6781 | echo "${ECHO_T}$LINT" >&6; } |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6782 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6783 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6784 | echo "${ECHO_T}no" >&6; } |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6785 | fi |
| 6786 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6787 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6788 | test -n "$LINT" && break |
Patrik Stridvall | a9be64e | 1999-07-31 17:39:44 +0000 | [diff] [blame] | 6789 | done |
| 6790 | |
| 6791 | if test "$LINT" = "lint" |
| 6792 | then |
| 6793 | LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4" |
| 6794 | fi |
| 6795 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6796 | |
| 6797 | |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6798 | for ac_prog in fontforge |
| 6799 | do |
| 6800 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 6801 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6802 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6803 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6804 | if test "${ac_cv_prog_FONTFORGE+set}" = set; then |
| 6805 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6806 | else |
| 6807 | if test -n "$FONTFORGE"; then |
| 6808 | ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test. |
| 6809 | else |
| 6810 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6811 | for as_dir in $PATH |
| 6812 | do |
| 6813 | IFS=$as_save_IFS |
| 6814 | test -z "$as_dir" && as_dir=. |
| 6815 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6816 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6817 | ac_cv_prog_FONTFORGE="$ac_prog" |
| 6818 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6819 | break 2 |
| 6820 | fi |
| 6821 | done |
| 6822 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6823 | IFS=$as_save_IFS |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6824 | |
| 6825 | fi |
| 6826 | fi |
| 6827 | FONTFORGE=$ac_cv_prog_FONTFORGE |
| 6828 | if test -n "$FONTFORGE"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6829 | { echo "$as_me:$LINENO: result: $FONTFORGE" >&5 |
| 6830 | echo "${ECHO_T}$FONTFORGE" >&6; } |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6831 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6832 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6833 | echo "${ECHO_T}no" >&6; } |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6834 | fi |
| 6835 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6836 | |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 6837 | test -n "$FONTFORGE" && break |
| 6838 | done |
| 6839 | test -n "$FONTFORGE" || FONTFORGE="false" |
Dimitrie O. Paun | b817a3c | 2003-10-09 04:33:20 +0000 | [diff] [blame] | 6840 | |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6841 | for ac_prog in pkg-config |
| 6842 | do |
| 6843 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 6844 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6845 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6846 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6847 | if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then |
| 6848 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6849 | else |
| 6850 | if test -n "$PKG_CONFIG"; then |
| 6851 | ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test. |
| 6852 | else |
| 6853 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6854 | for as_dir in $PATH |
| 6855 | do |
| 6856 | IFS=$as_save_IFS |
| 6857 | test -z "$as_dir" && as_dir=. |
| 6858 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6859 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6860 | ac_cv_prog_PKG_CONFIG="$ac_prog" |
| 6861 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6862 | break 2 |
| 6863 | fi |
| 6864 | done |
| 6865 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6866 | IFS=$as_save_IFS |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6867 | |
| 6868 | fi |
| 6869 | fi |
| 6870 | PKG_CONFIG=$ac_cv_prog_PKG_CONFIG |
| 6871 | if test -n "$PKG_CONFIG"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6872 | { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 |
| 6873 | echo "${ECHO_T}$PKG_CONFIG" >&6; } |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6874 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6875 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6876 | echo "${ECHO_T}no" >&6; } |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6877 | fi |
| 6878 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6879 | |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 6880 | test -n "$PKG_CONFIG" && break |
| 6881 | done |
| 6882 | test -n "$PKG_CONFIG" || PKG_CONFIG="false" |
| 6883 | |
Dimitrie O. Paun | b817a3c | 2003-10-09 04:33:20 +0000 | [diff] [blame] | 6884 | |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6885 | case $host_cpu in |
| 6886 | *i[3456789]86*) |
| 6887 | for ac_prog in prelink |
| 6888 | do |
| 6889 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 6890 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6891 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 6892 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6893 | if test "${ac_cv_prog_PRELINK+set}" = set; then |
| 6894 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6895 | else |
| 6896 | if test -n "$PRELINK"; then |
| 6897 | ac_cv_prog_PRELINK="$PRELINK" # Let the user override the test. |
| 6898 | else |
| 6899 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 6900 | for as_dir in /sbin /usr/sbin $PATH |
| 6901 | do |
| 6902 | IFS=$as_save_IFS |
| 6903 | test -z "$as_dir" && as_dir=. |
| 6904 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6905 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6906 | ac_cv_prog_PRELINK="$ac_prog" |
| 6907 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6908 | break 2 |
| 6909 | fi |
| 6910 | done |
| 6911 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6912 | IFS=$as_save_IFS |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6913 | |
| 6914 | fi |
| 6915 | fi |
| 6916 | PRELINK=$ac_cv_prog_PRELINK |
| 6917 | if test -n "$PRELINK"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6918 | { echo "$as_me:$LINENO: result: $PRELINK" >&5 |
| 6919 | echo "${ECHO_T}$PRELINK" >&6; } |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6920 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6921 | { echo "$as_me:$LINENO: result: no" >&5 |
| 6922 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6923 | fi |
| 6924 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6925 | |
Alexandre Julliard | adbb098 | 2005-08-09 11:12:29 +0000 | [diff] [blame] | 6926 | test -n "$PRELINK" && break |
| 6927 | done |
| 6928 | test -n "$PRELINK" || PRELINK="false" |
| 6929 | |
| 6930 | ;; |
| 6931 | esac |
| 6932 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6933 | |
| 6934 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6935 | { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5 |
| 6936 | echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6937 | if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then |
| 6938 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 6939 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6940 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 6941 | LIBS="-li386 $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6942 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 6943 | /* confdefs.h. */ |
| 6944 | _ACEOF |
| 6945 | cat confdefs.h >>conftest.$ac_ext |
| 6946 | cat >>conftest.$ac_ext <<_ACEOF |
| 6947 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6948 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6949 | /* Override any GCC internal prototype to avoid an error. |
| 6950 | Use char because int might match the return type of a GCC |
| 6951 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6952 | #ifdef __cplusplus |
| 6953 | extern "C" |
| 6954 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6955 | char i386_set_ldt (); |
| 6956 | int |
| 6957 | main () |
| 6958 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 6959 | return i386_set_ldt (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6960 | ; |
| 6961 | return 0; |
| 6962 | } |
| 6963 | _ACEOF |
| 6964 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 6965 | if { (ac_try="$ac_link" |
| 6966 | case "(($ac_try" in |
| 6967 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6968 | *) ac_try_echo=$ac_try;; |
| 6969 | esac |
| 6970 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 6971 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6972 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 6973 | grep -v '^ *+' conftest.er1 >conftest.err |
| 6974 | rm -f conftest.er1 |
| 6975 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6976 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6977 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 6978 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 6979 | { (case "(($ac_try" in |
| 6980 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6981 | *) ac_try_echo=$ac_try;; |
| 6982 | esac |
| 6983 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 6984 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 6985 | ac_status=$? |
| 6986 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6987 | (exit $ac_status); }; } && |
| 6988 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 6989 | { (case "(($ac_try" in |
| 6990 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 6991 | *) ac_try_echo=$ac_try;; |
| 6992 | esac |
| 6993 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 6994 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6995 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 6996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 6997 | (exit $ac_status); }; }; then |
| 6998 | ac_cv_lib_i386_i386_set_ldt=yes |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 6999 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7000 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7001 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7002 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7003 | ac_cv_lib_i386_i386_set_ldt=no |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 7004 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7005 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7006 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7007 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7008 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 7009 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7010 | { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5 |
| 7011 | echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7012 | if test $ac_cv_lib_i386_i386_set_ldt = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7013 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7014 | #define HAVE_LIBI386 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7015 | _ACEOF |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 7016 | |
| 7017 | LIBS="-li386 $LIBS" |
| 7018 | |
Alexandre Julliard | 02e9008 | 1998-01-04 17:49:09 +0000 | [diff] [blame] | 7019 | fi |
| 7020 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7021 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7022 | { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5 |
| 7023 | echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7024 | if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then |
| 7025 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7026 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7027 | ac_check_lib_save_LIBS=$LIBS |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7028 | LIBS="-lossaudio $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7029 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7030 | /* confdefs.h. */ |
| 7031 | _ACEOF |
| 7032 | cat confdefs.h >>conftest.$ac_ext |
| 7033 | cat >>conftest.$ac_ext <<_ACEOF |
| 7034 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7035 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7036 | /* Override any GCC internal prototype to avoid an error. |
| 7037 | Use char because int might match the return type of a GCC |
| 7038 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7039 | #ifdef __cplusplus |
| 7040 | extern "C" |
| 7041 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7042 | char _oss_ioctl (); |
| 7043 | int |
| 7044 | main () |
| 7045 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7046 | return _oss_ioctl (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7047 | ; |
| 7048 | return 0; |
| 7049 | } |
| 7050 | _ACEOF |
| 7051 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7052 | if { (ac_try="$ac_link" |
| 7053 | case "(($ac_try" in |
| 7054 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7055 | *) ac_try_echo=$ac_try;; |
| 7056 | esac |
| 7057 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7058 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7059 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7060 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7061 | rm -f conftest.er1 |
| 7062 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7063 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7064 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7065 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7066 | { (case "(($ac_try" in |
| 7067 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7068 | *) ac_try_echo=$ac_try;; |
| 7069 | esac |
| 7070 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7071 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7072 | ac_status=$? |
| 7073 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7074 | (exit $ac_status); }; } && |
| 7075 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7076 | { (case "(($ac_try" in |
| 7077 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7078 | *) ac_try_echo=$ac_try;; |
| 7079 | esac |
| 7080 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7081 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7082 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7084 | (exit $ac_status); }; }; then |
| 7085 | ac_cv_lib_ossaudio__oss_ioctl=yes |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7086 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7087 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7088 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7089 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7090 | ac_cv_lib_ossaudio__oss_ioctl=no |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7091 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7092 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7093 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7094 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7095 | LIBS=$ac_check_lib_save_LIBS |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7096 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7097 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| 7098 | echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7099 | if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7100 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7101 | #define HAVE_LIBOSSAUDIO 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7102 | _ACEOF |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7103 | |
| 7104 | LIBS="-lossaudio $LIBS" |
| 7105 | |
Todd Vierling | ecc7669 | 1998-12-15 17:49:02 +0000 | [diff] [blame] | 7106 | fi |
| 7107 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7108 | |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7109 | for ac_func in gethostbyname |
| 7110 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7111 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7112 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 7113 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 7114 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7115 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7116 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7117 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7118 | /* confdefs.h. */ |
| 7119 | _ACEOF |
| 7120 | cat confdefs.h >>conftest.$ac_ext |
| 7121 | cat >>conftest.$ac_ext <<_ACEOF |
| 7122 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7123 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 7124 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 7125 | #define $ac_func innocuous_$ac_func |
| 7126 | |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7127 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7128 | which can conflict with char $ac_func (); below. |
| 7129 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 7130 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7131 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7132 | #ifdef __STDC__ |
| 7133 | # include <limits.h> |
| 7134 | #else |
| 7135 | # include <assert.h> |
| 7136 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7137 | |
| 7138 | #undef $ac_func |
| 7139 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7140 | /* Override any GCC internal prototype to avoid an error. |
| 7141 | Use char because int might match the return type of a GCC |
| 7142 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7143 | #ifdef __cplusplus |
| 7144 | extern "C" |
| 7145 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7146 | char $ac_func (); |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7147 | /* The GNU C library defines this for functions which it implements |
| 7148 | to always fail with ENOSYS. Some functions are actually named |
| 7149 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7150 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7151 | choke me |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7152 | #endif |
| 7153 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7154 | int |
| 7155 | main () |
| 7156 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7157 | return $ac_func (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7158 | ; |
| 7159 | return 0; |
| 7160 | } |
| 7161 | _ACEOF |
| 7162 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7163 | if { (ac_try="$ac_link" |
| 7164 | case "(($ac_try" in |
| 7165 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7166 | *) ac_try_echo=$ac_try;; |
| 7167 | esac |
| 7168 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7169 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7170 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7171 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7172 | rm -f conftest.er1 |
| 7173 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7174 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7175 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7176 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7177 | { (case "(($ac_try" in |
| 7178 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7179 | *) ac_try_echo=$ac_try;; |
| 7180 | esac |
| 7181 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7182 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7183 | ac_status=$? |
| 7184 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7185 | (exit $ac_status); }; } && |
| 7186 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7187 | { (case "(($ac_try" in |
| 7188 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7189 | *) ac_try_echo=$ac_try;; |
| 7190 | esac |
| 7191 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7192 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7193 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7194 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7195 | (exit $ac_status); }; }; then |
| 7196 | eval "$as_ac_var=yes" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7197 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7198 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7199 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7200 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7201 | eval "$as_ac_var=no" |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7202 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7203 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7204 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7205 | conftest$ac_exeext conftest.$ac_ext |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7206 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7207 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 7208 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 7209 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7210 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7211 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7212 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7213 | _ACEOF |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7214 | |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7215 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7216 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7217 | { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 |
| 7218 | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7219 | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then |
| 7220 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7221 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7222 | ac_check_lib_save_LIBS=$LIBS |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7223 | LIBS="-lnsl $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7224 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7225 | /* confdefs.h. */ |
| 7226 | _ACEOF |
| 7227 | cat confdefs.h >>conftest.$ac_ext |
| 7228 | cat >>conftest.$ac_ext <<_ACEOF |
| 7229 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7230 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7231 | /* Override any GCC internal prototype to avoid an error. |
| 7232 | Use char because int might match the return type of a GCC |
| 7233 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7234 | #ifdef __cplusplus |
| 7235 | extern "C" |
| 7236 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7237 | char gethostbyname (); |
| 7238 | int |
| 7239 | main () |
| 7240 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7241 | return gethostbyname (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7242 | ; |
| 7243 | return 0; |
| 7244 | } |
| 7245 | _ACEOF |
| 7246 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7247 | if { (ac_try="$ac_link" |
| 7248 | case "(($ac_try" in |
| 7249 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7250 | *) ac_try_echo=$ac_try;; |
| 7251 | esac |
| 7252 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7253 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7254 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7255 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7256 | rm -f conftest.er1 |
| 7257 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7259 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7260 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7261 | { (case "(($ac_try" in |
| 7262 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7263 | *) ac_try_echo=$ac_try;; |
| 7264 | esac |
| 7265 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7266 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7267 | ac_status=$? |
| 7268 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7269 | (exit $ac_status); }; } && |
| 7270 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7271 | { (case "(($ac_try" in |
| 7272 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7273 | *) ac_try_echo=$ac_try;; |
| 7274 | esac |
| 7275 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7276 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7277 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7278 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7279 | (exit $ac_status); }; }; then |
| 7280 | ac_cv_lib_nsl_gethostbyname=yes |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7281 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7282 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7283 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7284 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7285 | ac_cv_lib_nsl_gethostbyname=no |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7286 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7287 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7288 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7289 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7290 | LIBS=$ac_check_lib_save_LIBS |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7291 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7292 | { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
| 7293 | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7294 | if test $ac_cv_lib_nsl_gethostbyname = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7295 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7296 | #define HAVE_LIBNSL 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7297 | _ACEOF |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 7298 | |
Ulrich Weigand | 2e8e233 | 2000-12-27 18:49:08 +0000 | [diff] [blame] | 7299 | LIBS="-lnsl $LIBS" |
| 7300 | |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 7301 | fi |
| 7302 | |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 7303 | fi |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 7304 | done |
| 7305 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7306 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7307 | for ac_func in connect |
| 7308 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7309 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7310 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 7311 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 7312 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7313 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7314 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7315 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7316 | /* confdefs.h. */ |
| 7317 | _ACEOF |
| 7318 | cat confdefs.h >>conftest.$ac_ext |
| 7319 | cat >>conftest.$ac_ext <<_ACEOF |
| 7320 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7321 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 7322 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 7323 | #define $ac_func innocuous_$ac_func |
| 7324 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7325 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7326 | which can conflict with char $ac_func (); below. |
| 7327 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 7328 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7329 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7330 | #ifdef __STDC__ |
| 7331 | # include <limits.h> |
| 7332 | #else |
| 7333 | # include <assert.h> |
| 7334 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7335 | |
| 7336 | #undef $ac_func |
| 7337 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7338 | /* Override any GCC internal prototype to avoid an error. |
| 7339 | Use char because int might match the return type of a GCC |
| 7340 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7341 | #ifdef __cplusplus |
| 7342 | extern "C" |
| 7343 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7344 | char $ac_func (); |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7345 | /* The GNU C library defines this for functions which it implements |
| 7346 | to always fail with ENOSYS. Some functions are actually named |
| 7347 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7348 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7349 | choke me |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7350 | #endif |
| 7351 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7352 | int |
| 7353 | main () |
| 7354 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7355 | return $ac_func (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7356 | ; |
| 7357 | return 0; |
| 7358 | } |
| 7359 | _ACEOF |
| 7360 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7361 | if { (ac_try="$ac_link" |
| 7362 | case "(($ac_try" in |
| 7363 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7364 | *) ac_try_echo=$ac_try;; |
| 7365 | esac |
| 7366 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7367 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7368 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7369 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7370 | rm -f conftest.er1 |
| 7371 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7372 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7373 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7374 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7375 | { (case "(($ac_try" in |
| 7376 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7377 | *) ac_try_echo=$ac_try;; |
| 7378 | esac |
| 7379 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7380 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7381 | ac_status=$? |
| 7382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7383 | (exit $ac_status); }; } && |
| 7384 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7385 | { (case "(($ac_try" in |
| 7386 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7387 | *) ac_try_echo=$ac_try;; |
| 7388 | esac |
| 7389 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7390 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7391 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7392 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7393 | (exit $ac_status); }; }; then |
| 7394 | eval "$as_ac_var=yes" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7395 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7396 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7397 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7398 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7399 | eval "$as_ac_var=no" |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7400 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7401 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7402 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7403 | conftest$ac_exeext conftest.$ac_ext |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7404 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7405 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 7406 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 7407 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7408 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7409 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7410 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7411 | _ACEOF |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7412 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7413 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7414 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7415 | { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 |
| 7416 | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7417 | if test "${ac_cv_lib_socket_connect+set}" = set; then |
| 7418 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7419 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7420 | ac_check_lib_save_LIBS=$LIBS |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7421 | LIBS="-lsocket $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7422 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7423 | /* confdefs.h. */ |
| 7424 | _ACEOF |
| 7425 | cat confdefs.h >>conftest.$ac_ext |
| 7426 | cat >>conftest.$ac_ext <<_ACEOF |
| 7427 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7428 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7429 | /* Override any GCC internal prototype to avoid an error. |
| 7430 | Use char because int might match the return type of a GCC |
| 7431 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7432 | #ifdef __cplusplus |
| 7433 | extern "C" |
| 7434 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7435 | char connect (); |
| 7436 | int |
| 7437 | main () |
| 7438 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7439 | return connect (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7440 | ; |
| 7441 | return 0; |
| 7442 | } |
| 7443 | _ACEOF |
| 7444 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7445 | if { (ac_try="$ac_link" |
| 7446 | case "(($ac_try" in |
| 7447 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7448 | *) ac_try_echo=$ac_try;; |
| 7449 | esac |
| 7450 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7451 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7452 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7453 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7454 | rm -f conftest.er1 |
| 7455 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7456 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7457 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7458 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7459 | { (case "(($ac_try" in |
| 7460 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7461 | *) ac_try_echo=$ac_try;; |
| 7462 | esac |
| 7463 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7464 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7465 | ac_status=$? |
| 7466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7467 | (exit $ac_status); }; } && |
| 7468 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7469 | { (case "(($ac_try" in |
| 7470 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7471 | *) ac_try_echo=$ac_try;; |
| 7472 | esac |
| 7473 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7474 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7475 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7476 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7477 | (exit $ac_status); }; }; then |
| 7478 | ac_cv_lib_socket_connect=yes |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7479 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7480 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7481 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7482 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7483 | ac_cv_lib_socket_connect=no |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7484 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7485 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7486 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7487 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7488 | LIBS=$ac_check_lib_save_LIBS |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7489 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7490 | { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 |
| 7491 | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7492 | if test $ac_cv_lib_socket_connect = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7493 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7494 | #define HAVE_LIBSOCKET 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7495 | _ACEOF |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7496 | |
| 7497 | LIBS="-lsocket $LIBS" |
| 7498 | |
Ulrich Weigand | 715a55e | 1999-04-18 13:19:56 +0000 | [diff] [blame] | 7499 | fi |
| 7500 | |
| 7501 | fi |
Marcus Meissner | f070fda | 1999-04-24 12:02:14 +0000 | [diff] [blame] | 7502 | done |
| 7503 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7504 | |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7505 | for ac_func in inet_aton |
| 7506 | do |
| 7507 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7508 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 7509 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 7510 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7511 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7512 | else |
| 7513 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7514 | /* confdefs.h. */ |
| 7515 | _ACEOF |
| 7516 | cat confdefs.h >>conftest.$ac_ext |
| 7517 | cat >>conftest.$ac_ext <<_ACEOF |
| 7518 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7519 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 7520 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 7521 | #define $ac_func innocuous_$ac_func |
| 7522 | |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7523 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7524 | which can conflict with char $ac_func (); below. |
| 7525 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 7526 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7527 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7528 | #ifdef __STDC__ |
| 7529 | # include <limits.h> |
| 7530 | #else |
| 7531 | # include <assert.h> |
| 7532 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7533 | |
| 7534 | #undef $ac_func |
| 7535 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7536 | /* Override any GCC internal prototype to avoid an error. |
| 7537 | Use char because int might match the return type of a GCC |
| 7538 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7539 | #ifdef __cplusplus |
| 7540 | extern "C" |
| 7541 | #endif |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7542 | char $ac_func (); |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7543 | /* The GNU C library defines this for functions which it implements |
| 7544 | to always fail with ENOSYS. Some functions are actually named |
| 7545 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7546 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7547 | choke me |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7548 | #endif |
| 7549 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7550 | int |
| 7551 | main () |
| 7552 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7553 | return $ac_func (); |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7554 | ; |
| 7555 | return 0; |
| 7556 | } |
| 7557 | _ACEOF |
| 7558 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7559 | if { (ac_try="$ac_link" |
| 7560 | case "(($ac_try" in |
| 7561 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7562 | *) ac_try_echo=$ac_try;; |
| 7563 | esac |
| 7564 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7565 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7566 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7567 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7568 | rm -f conftest.er1 |
| 7569 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7570 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7571 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7572 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7573 | { (case "(($ac_try" in |
| 7574 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7575 | *) ac_try_echo=$ac_try;; |
| 7576 | esac |
| 7577 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7578 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7579 | ac_status=$? |
| 7580 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7581 | (exit $ac_status); }; } && |
| 7582 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7583 | { (case "(($ac_try" in |
| 7584 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7585 | *) ac_try_echo=$ac_try;; |
| 7586 | esac |
| 7587 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7588 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7589 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7591 | (exit $ac_status); }; }; then |
| 7592 | eval "$as_ac_var=yes" |
| 7593 | else |
| 7594 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7595 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7596 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7597 | eval "$as_ac_var=no" |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7598 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7599 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7600 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7601 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7602 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7603 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 7604 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 7605 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7606 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7607 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7608 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7609 | _ACEOF |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7610 | |
| 7611 | else |
| 7612 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7613 | { echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5 |
| 7614 | echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6; } |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7615 | if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then |
| 7616 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7617 | else |
| 7618 | ac_check_lib_save_LIBS=$LIBS |
| 7619 | LIBS="-lresolv $LIBS" |
| 7620 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7621 | /* confdefs.h. */ |
| 7622 | _ACEOF |
| 7623 | cat confdefs.h >>conftest.$ac_ext |
| 7624 | cat >>conftest.$ac_ext <<_ACEOF |
| 7625 | /* end confdefs.h. */ |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7626 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7627 | /* Override any GCC internal prototype to avoid an error. |
| 7628 | Use char because int might match the return type of a GCC |
| 7629 | builtin and then its argument prototype would still apply. */ |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7630 | #ifdef __cplusplus |
| 7631 | extern "C" |
| 7632 | #endif |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7633 | char inet_aton (); |
| 7634 | int |
| 7635 | main () |
| 7636 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7637 | return inet_aton (); |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7638 | ; |
| 7639 | return 0; |
| 7640 | } |
| 7641 | _ACEOF |
| 7642 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7643 | if { (ac_try="$ac_link" |
| 7644 | case "(($ac_try" in |
| 7645 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7646 | *) ac_try_echo=$ac_try;; |
| 7647 | esac |
| 7648 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7649 | (eval "$ac_link") 2>conftest.er1 |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7650 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7651 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7652 | rm -f conftest.er1 |
| 7653 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7655 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7656 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7657 | { (case "(($ac_try" in |
| 7658 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7659 | *) ac_try_echo=$ac_try;; |
| 7660 | esac |
| 7661 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7662 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7663 | ac_status=$? |
| 7664 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7665 | (exit $ac_status); }; } && |
| 7666 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7667 | { (case "(($ac_try" in |
| 7668 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7669 | *) ac_try_echo=$ac_try;; |
| 7670 | esac |
| 7671 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7672 | (eval "$ac_try") 2>&5 |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7673 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7675 | (exit $ac_status); }; }; then |
| 7676 | ac_cv_lib_resolv_inet_aton=yes |
| 7677 | else |
| 7678 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7679 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7680 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7681 | ac_cv_lib_resolv_inet_aton=no |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7682 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7683 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7684 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7685 | conftest$ac_exeext conftest.$ac_ext |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7686 | LIBS=$ac_check_lib_save_LIBS |
| 7687 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7688 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5 |
| 7689 | echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6; } |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7690 | if test $ac_cv_lib_resolv_inet_aton = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7691 | cat >>confdefs.h <<_ACEOF |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7692 | #define HAVE_LIBRESOLV 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7693 | _ACEOF |
Francois Gouget | 3b943bc | 2002-04-01 21:05:15 +0000 | [diff] [blame] | 7694 | |
| 7695 | LIBS="-lresolv $LIBS" |
| 7696 | |
| 7697 | fi |
| 7698 | |
Alexandre Julliard | c555274 | 2002-04-03 20:24:44 +0000 | [diff] [blame] | 7699 | fi |
| 7700 | done |
| 7701 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7702 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7703 | { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5 |
| 7704 | echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7705 | if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then |
| 7706 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7707 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7708 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7709 | LIBS="-lxpg4 $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7710 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7711 | /* confdefs.h. */ |
| 7712 | _ACEOF |
| 7713 | cat confdefs.h >>conftest.$ac_ext |
| 7714 | cat >>conftest.$ac_ext <<_ACEOF |
| 7715 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7716 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7717 | /* Override any GCC internal prototype to avoid an error. |
| 7718 | Use char because int might match the return type of a GCC |
| 7719 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7720 | #ifdef __cplusplus |
| 7721 | extern "C" |
| 7722 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7723 | char _xpg4_setrunelocale (); |
| 7724 | int |
| 7725 | main () |
| 7726 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7727 | return _xpg4_setrunelocale (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7728 | ; |
| 7729 | return 0; |
| 7730 | } |
| 7731 | _ACEOF |
| 7732 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7733 | if { (ac_try="$ac_link" |
| 7734 | case "(($ac_try" in |
| 7735 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7736 | *) ac_try_echo=$ac_try;; |
| 7737 | esac |
| 7738 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7739 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7740 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7741 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7742 | rm -f conftest.er1 |
| 7743 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7745 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7746 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7747 | { (case "(($ac_try" in |
| 7748 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7749 | *) ac_try_echo=$ac_try;; |
| 7750 | esac |
| 7751 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7752 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7753 | ac_status=$? |
| 7754 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7755 | (exit $ac_status); }; } && |
| 7756 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7757 | { (case "(($ac_try" in |
| 7758 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7759 | *) ac_try_echo=$ac_try;; |
| 7760 | esac |
| 7761 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7762 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7763 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7765 | (exit $ac_status); }; }; then |
| 7766 | ac_cv_lib_xpg4__xpg4_setrunelocale=yes |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7767 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7768 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7769 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7770 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7771 | ac_cv_lib_xpg4__xpg4_setrunelocale=no |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7772 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7773 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7774 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7775 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7776 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7777 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7778 | { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5 |
| 7779 | echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7780 | if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7781 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7782 | #define HAVE_LIBXPG4 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 7783 | _ACEOF |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7784 | |
| 7785 | LIBS="-lxpg4 $LIBS" |
| 7786 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 7787 | fi |
| 7788 | |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7789 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7790 | { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5 |
| 7791 | echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; } |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7792 | if test "${ac_cv_lib_poll_poll+set}" = set; then |
| 7793 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7794 | else |
| 7795 | ac_check_lib_save_LIBS=$LIBS |
| 7796 | LIBS="-lpoll $LIBS" |
| 7797 | cat >conftest.$ac_ext <<_ACEOF |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7798 | /* confdefs.h. */ |
| 7799 | _ACEOF |
| 7800 | cat confdefs.h >>conftest.$ac_ext |
| 7801 | cat >>conftest.$ac_ext <<_ACEOF |
| 7802 | /* end confdefs.h. */ |
| 7803 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7804 | /* Override any GCC internal prototype to avoid an error. |
| 7805 | Use char because int might match the return type of a GCC |
| 7806 | builtin and then its argument prototype would still apply. */ |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7807 | #ifdef __cplusplus |
| 7808 | extern "C" |
| 7809 | #endif |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7810 | char poll (); |
| 7811 | int |
| 7812 | main () |
| 7813 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7814 | return poll (); |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7815 | ; |
| 7816 | return 0; |
| 7817 | } |
| 7818 | _ACEOF |
| 7819 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7820 | if { (ac_try="$ac_link" |
| 7821 | case "(($ac_try" in |
| 7822 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7823 | *) ac_try_echo=$ac_try;; |
| 7824 | esac |
| 7825 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7826 | (eval "$ac_link") 2>conftest.er1 |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7827 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7828 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7829 | rm -f conftest.er1 |
| 7830 | cat conftest.err >&5 |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7831 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7832 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7833 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7834 | { (case "(($ac_try" in |
| 7835 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7836 | *) ac_try_echo=$ac_try;; |
| 7837 | esac |
| 7838 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7839 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7840 | ac_status=$? |
| 7841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7842 | (exit $ac_status); }; } && |
| 7843 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7844 | { (case "(($ac_try" in |
| 7845 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7846 | *) ac_try_echo=$ac_try;; |
| 7847 | esac |
| 7848 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7849 | (eval "$ac_try") 2>&5 |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7850 | ac_status=$? |
| 7851 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7852 | (exit $ac_status); }; }; then |
| 7853 | ac_cv_lib_poll_poll=yes |
| 7854 | else |
| 7855 | echo "$as_me: failed program was:" >&5 |
| 7856 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7857 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7858 | ac_cv_lib_poll_poll=no |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7859 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7860 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7861 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 7862 | conftest$ac_exeext conftest.$ac_ext |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7863 | LIBS=$ac_check_lib_save_LIBS |
| 7864 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7865 | { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5 |
| 7866 | echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; } |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 7867 | if test $ac_cv_lib_poll_poll = yes; then |
| 7868 | cat >>confdefs.h <<_ACEOF |
| 7869 | #define HAVE_LIBPOLL 1 |
| 7870 | _ACEOF |
| 7871 | |
| 7872 | LIBS="-lpoll $LIBS" |
| 7873 | |
| 7874 | fi |
| 7875 | |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7876 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7877 | { echo "$as_me:$LINENO: checking for res_9_init in -lresolv" >&5 |
| 7878 | echo $ECHO_N "checking for res_9_init in -lresolv... $ECHO_C" >&6; } |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7879 | if test "${ac_cv_lib_resolv_res_9_init+set}" = set; then |
| 7880 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7881 | else |
| 7882 | ac_check_lib_save_LIBS=$LIBS |
| 7883 | LIBS="-lresolv $LIBS" |
| 7884 | cat >conftest.$ac_ext <<_ACEOF |
| 7885 | /* confdefs.h. */ |
| 7886 | _ACEOF |
| 7887 | cat confdefs.h >>conftest.$ac_ext |
| 7888 | cat >>conftest.$ac_ext <<_ACEOF |
| 7889 | /* end confdefs.h. */ |
| 7890 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7891 | /* Override any GCC internal prototype to avoid an error. |
| 7892 | Use char because int might match the return type of a GCC |
| 7893 | builtin and then its argument prototype would still apply. */ |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7894 | #ifdef __cplusplus |
| 7895 | extern "C" |
| 7896 | #endif |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7897 | char res_9_init (); |
| 7898 | int |
| 7899 | main () |
| 7900 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7901 | return res_9_init (); |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7902 | ; |
| 7903 | return 0; |
| 7904 | } |
| 7905 | _ACEOF |
| 7906 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7907 | if { (ac_try="$ac_link" |
| 7908 | case "(($ac_try" in |
| 7909 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7910 | *) ac_try_echo=$ac_try;; |
| 7911 | esac |
| 7912 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7913 | (eval "$ac_link") 2>conftest.er1 |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7914 | ac_status=$? |
| 7915 | grep -v '^ *+' conftest.er1 >conftest.err |
| 7916 | rm -f conftest.er1 |
| 7917 | cat conftest.err >&5 |
| 7918 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7919 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7920 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 7921 | { (case "(($ac_try" in |
| 7922 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7923 | *) ac_try_echo=$ac_try;; |
| 7924 | esac |
| 7925 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7926 | (eval "$ac_try") 2>&5 |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7927 | ac_status=$? |
| 7928 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7929 | (exit $ac_status); }; } && |
| 7930 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7931 | { (case "(($ac_try" in |
| 7932 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7933 | *) ac_try_echo=$ac_try;; |
| 7934 | esac |
| 7935 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7936 | (eval "$ac_try") 2>&5 |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7937 | ac_status=$? |
| 7938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7939 | (exit $ac_status); }; }; then |
| 7940 | ac_cv_lib_resolv_res_9_init=yes |
| 7941 | else |
| 7942 | echo "$as_me: failed program was:" >&5 |
| 7943 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7944 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7945 | ac_cv_lib_resolv_res_9_init=no |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7946 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7947 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7948 | rm -f core conftest.err conftest.$ac_objext \ |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7949 | conftest$ac_exeext conftest.$ac_ext |
| 7950 | LIBS=$ac_check_lib_save_LIBS |
| 7951 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7952 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_9_init" >&5 |
| 7953 | echo "${ECHO_T}$ac_cv_lib_resolv_res_9_init" >&6; } |
Emmanuel Maillard | bc21f44 | 2004-07-06 19:41:12 +0000 | [diff] [blame] | 7954 | if test $ac_cv_lib_resolv_res_9_init = yes; then |
| 7955 | cat >>confdefs.h <<_ACEOF |
| 7956 | #define HAVE_LIBRESOLV 1 |
| 7957 | _ACEOF |
| 7958 | |
| 7959 | LIBS="-lresolv $LIBS" |
| 7960 | |
| 7961 | fi |
| 7962 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7963 | { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 |
| 7964 | echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } |
Alexandre Julliard | f45325e | 2003-11-06 23:05:41 +0000 | [diff] [blame] | 7965 | if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7966 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 7967 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7968 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | f45325e | 2003-11-06 23:05:41 +0000 | [diff] [blame] | 7969 | LIBS="-lpthread $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7970 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 7971 | /* confdefs.h. */ |
| 7972 | _ACEOF |
| 7973 | cat confdefs.h >>conftest.$ac_ext |
| 7974 | cat >>conftest.$ac_ext <<_ACEOF |
| 7975 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7976 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7977 | /* Override any GCC internal prototype to avoid an error. |
| 7978 | Use char because int might match the return type of a GCC |
| 7979 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7980 | #ifdef __cplusplus |
| 7981 | extern "C" |
| 7982 | #endif |
Alexandre Julliard | f45325e | 2003-11-06 23:05:41 +0000 | [diff] [blame] | 7983 | char pthread_create (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7984 | int |
| 7985 | main () |
| 7986 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 7987 | return pthread_create (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 7988 | ; |
| 7989 | return 0; |
| 7990 | } |
| 7991 | _ACEOF |
| 7992 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 7993 | if { (ac_try="$ac_link" |
| 7994 | case "(($ac_try" in |
| 7995 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 7996 | *) ac_try_echo=$ac_try;; |
| 7997 | esac |
| 7998 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 7999 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8000 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8001 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8002 | rm -f conftest.er1 |
| 8003 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8004 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8005 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8006 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8007 | { (case "(($ac_try" in |
| 8008 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8009 | *) ac_try_echo=$ac_try;; |
| 8010 | esac |
| 8011 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8012 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8013 | ac_status=$? |
| 8014 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8015 | (exit $ac_status); }; } && |
| 8016 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8017 | { (case "(($ac_try" in |
| 8018 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8019 | *) ac_try_echo=$ac_try;; |
| 8020 | esac |
| 8021 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8022 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8023 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8024 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8025 | (exit $ac_status); }; }; then |
Alexandre Julliard | f45325e | 2003-11-06 23:05:41 +0000 | [diff] [blame] | 8026 | ac_cv_lib_pthread_pthread_create=yes |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 8027 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8028 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8029 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8030 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8031 | ac_cv_lib_pthread_pthread_create=no |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 8032 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8033 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8034 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8035 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8036 | LIBS=$ac_check_lib_save_LIBS |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 8037 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8038 | { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 |
| 8039 | echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } |
Alexandre Julliard | f45325e | 2003-11-06 23:05:41 +0000 | [diff] [blame] | 8040 | if test $ac_cv_lib_pthread_pthread_create = yes; then |
| 8041 | LIBPTHREAD="-lpthread" |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 8042 | |
Alexandre Julliard | 0e7bd08 | 1999-05-02 11:46:02 +0000 | [diff] [blame] | 8043 | fi |
| 8044 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8045 | |
Alexandre Julliard | 8277602 | 2005-08-08 11:17:25 +0000 | [diff] [blame] | 8046 | XLIB="" |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 8047 | |
| 8048 | XFILES="" |
| 8049 | |
| 8050 | OPENGLFILES="" |
| 8051 | |
| 8052 | GLU32FILES="" |
| 8053 | |
| 8054 | OPENGL_LIBS="" |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 8055 | |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8056 | |
Alexandre Julliard | 8277602 | 2005-08-08 11:17:25 +0000 | [diff] [blame] | 8057 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8058 | { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 |
| 8059 | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8060 | if test "${ac_cv_header_stdc+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8061 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 8062 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8063 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8064 | /* confdefs.h. */ |
| 8065 | _ACEOF |
| 8066 | cat confdefs.h >>conftest.$ac_ext |
| 8067 | cat >>conftest.$ac_ext <<_ACEOF |
| 8068 | /* end confdefs.h. */ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8069 | #include <stdlib.h> |
| 8070 | #include <stdarg.h> |
| 8071 | #include <string.h> |
| 8072 | #include <float.h> |
| 8073 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8074 | int |
| 8075 | main () |
| 8076 | { |
| 8077 | |
| 8078 | ; |
| 8079 | return 0; |
| 8080 | } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8081 | _ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8082 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8083 | if { (ac_try="$ac_compile" |
| 8084 | case "(($ac_try" in |
| 8085 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8086 | *) ac_try_echo=$ac_try;; |
| 8087 | esac |
| 8088 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8089 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8090 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8091 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8092 | rm -f conftest.er1 |
| 8093 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8094 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8095 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8096 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8097 | { (case "(($ac_try" in |
| 8098 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8099 | *) ac_try_echo=$ac_try;; |
| 8100 | esac |
| 8101 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8102 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8103 | ac_status=$? |
| 8104 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8105 | (exit $ac_status); }; } && |
| 8106 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8107 | { (case "(($ac_try" in |
| 8108 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8109 | *) ac_try_echo=$ac_try;; |
| 8110 | esac |
| 8111 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8112 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8113 | ac_status=$? |
| 8114 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8115 | (exit $ac_status); }; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8116 | ac_cv_header_stdc=yes |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8117 | else |
| 8118 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8119 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8120 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8121 | ac_cv_header_stdc=no |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 8122 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8123 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8124 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8125 | |
| 8126 | if test $ac_cv_header_stdc = yes; then |
| 8127 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 8128 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8129 | /* confdefs.h. */ |
| 8130 | _ACEOF |
| 8131 | cat confdefs.h >>conftest.$ac_ext |
| 8132 | cat >>conftest.$ac_ext <<_ACEOF |
| 8133 | /* end confdefs.h. */ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8134 | #include <string.h> |
| 8135 | |
| 8136 | _ACEOF |
| 8137 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 8138 | $EGREP "memchr" >/dev/null 2>&1; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8139 | : |
| 8140 | else |
| 8141 | ac_cv_header_stdc=no |
Marcus Meissner | 2d7be87 | 1999-12-05 23:06:40 +0000 | [diff] [blame] | 8142 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8143 | rm -f conftest* |
| 8144 | |
| 8145 | fi |
| 8146 | |
| 8147 | if test $ac_cv_header_stdc = yes; then |
| 8148 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 8149 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8150 | /* confdefs.h. */ |
| 8151 | _ACEOF |
| 8152 | cat confdefs.h >>conftest.$ac_ext |
| 8153 | cat >>conftest.$ac_ext <<_ACEOF |
| 8154 | /* end confdefs.h. */ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8155 | #include <stdlib.h> |
| 8156 | |
| 8157 | _ACEOF |
| 8158 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 8159 | $EGREP "free" >/dev/null 2>&1; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8160 | : |
| 8161 | else |
| 8162 | ac_cv_header_stdc=no |
| 8163 | fi |
| 8164 | rm -f conftest* |
| 8165 | |
| 8166 | fi |
| 8167 | |
| 8168 | if test $ac_cv_header_stdc = yes; then |
| 8169 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. |
| 8170 | if test "$cross_compiling" = yes; then |
| 8171 | : |
| 8172 | else |
| 8173 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8174 | /* confdefs.h. */ |
| 8175 | _ACEOF |
| 8176 | cat confdefs.h >>conftest.$ac_ext |
| 8177 | cat >>conftest.$ac_ext <<_ACEOF |
| 8178 | /* end confdefs.h. */ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8179 | #include <ctype.h> |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8180 | #include <stdlib.h> |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8181 | #if ((' ' & 0x0FF) == 0x020) |
| 8182 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 8183 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 8184 | #else |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8185 | # define ISLOWER(c) \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8186 | (('a' <= (c) && (c) <= 'i') \ |
| 8187 | || ('j' <= (c) && (c) <= 'r') \ |
| 8188 | || ('s' <= (c) && (c) <= 'z')) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8189 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
| 8190 | #endif |
| 8191 | |
| 8192 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) |
| 8193 | int |
| 8194 | main () |
| 8195 | { |
| 8196 | int i; |
| 8197 | for (i = 0; i < 256; i++) |
| 8198 | if (XOR (islower (i), ISLOWER (i)) |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8199 | || toupper (i) != TOUPPER (i)) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8200 | return 2; |
| 8201 | return 0; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8202 | } |
| 8203 | _ACEOF |
| 8204 | rm -f conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8205 | if { (ac_try="$ac_link" |
| 8206 | case "(($ac_try" in |
| 8207 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8208 | *) ac_try_echo=$ac_try;; |
| 8209 | esac |
| 8210 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8211 | (eval "$ac_link") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8212 | ac_status=$? |
| 8213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8214 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8215 | { (case "(($ac_try" in |
| 8216 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8217 | *) ac_try_echo=$ac_try;; |
| 8218 | esac |
| 8219 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8220 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8221 | ac_status=$? |
| 8222 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8223 | (exit $ac_status); }; }; then |
| 8224 | : |
| 8225 | else |
| 8226 | echo "$as_me: program exited with status $ac_status" >&5 |
| 8227 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8228 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8229 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8230 | ( exit $ac_status ) |
| 8231 | ac_cv_header_stdc=no |
| 8232 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8233 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 8234 | fi |
| 8235 | |
| 8236 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8237 | fi |
| 8238 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8239 | { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 |
| 8240 | echo "${ECHO_T}$ac_cv_header_stdc" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8241 | if test $ac_cv_header_stdc = yes; then |
| 8242 | |
| 8243 | cat >>confdefs.h <<\_ACEOF |
| 8244 | #define STDC_HEADERS 1 |
| 8245 | _ACEOF |
| 8246 | |
| 8247 | fi |
| 8248 | |
| 8249 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. |
| 8250 | |
| 8251 | |
| 8252 | |
| 8253 | |
| 8254 | |
| 8255 | |
| 8256 | |
| 8257 | |
| 8258 | |
| 8259 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8260 | inttypes.h stdint.h unistd.h |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8261 | do |
| 8262 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8263 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 8264 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 8265 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8266 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8267 | else |
| 8268 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8269 | /* confdefs.h. */ |
| 8270 | _ACEOF |
| 8271 | cat confdefs.h >>conftest.$ac_ext |
| 8272 | cat >>conftest.$ac_ext <<_ACEOF |
| 8273 | /* end confdefs.h. */ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8274 | $ac_includes_default |
| 8275 | |
| 8276 | #include <$ac_header> |
| 8277 | _ACEOF |
| 8278 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8279 | if { (ac_try="$ac_compile" |
| 8280 | case "(($ac_try" in |
| 8281 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8282 | *) ac_try_echo=$ac_try;; |
| 8283 | esac |
| 8284 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8285 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8286 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8287 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8288 | rm -f conftest.er1 |
| 8289 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8291 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8292 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8293 | { (case "(($ac_try" in |
| 8294 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8295 | *) ac_try_echo=$ac_try;; |
| 8296 | esac |
| 8297 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8298 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 8299 | ac_status=$? |
| 8300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8301 | (exit $ac_status); }; } && |
| 8302 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8303 | { (case "(($ac_try" in |
| 8304 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8305 | *) ac_try_echo=$ac_try;; |
| 8306 | esac |
| 8307 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8308 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8309 | ac_status=$? |
| 8310 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8311 | (exit $ac_status); }; }; then |
| 8312 | eval "$as_ac_Header=yes" |
| 8313 | else |
| 8314 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 8315 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8316 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8317 | eval "$as_ac_Header=no" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8318 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8319 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8320 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8321 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8322 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 8323 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 8324 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8325 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8326 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 8327 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 8328 | _ACEOF |
| 8329 | |
| 8330 | fi |
| 8331 | |
| 8332 | done |
| 8333 | |
| 8334 | |
| 8335 | |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8336 | |
| 8337 | |
| 8338 | |
| 8339 | |
| 8340 | |
| 8341 | |
| 8342 | |
| 8343 | |
| 8344 | |
| 8345 | |
| 8346 | |
| 8347 | |
| 8348 | |
| 8349 | |
| 8350 | |
| 8351 | |
| 8352 | |
| 8353 | |
| 8354 | |
| 8355 | |
| 8356 | |
| 8357 | |
| 8358 | |
| 8359 | |
| 8360 | |
| 8361 | |
| 8362 | |
| 8363 | |
| 8364 | |
| 8365 | |
| 8366 | |
| 8367 | |
| 8368 | |
| 8369 | |
| 8370 | |
| 8371 | |
| 8372 | |
| 8373 | |
| 8374 | |
| 8375 | |
| 8376 | |
| 8377 | |
| 8378 | |
| 8379 | |
| 8380 | |
| 8381 | |
| 8382 | |
| 8383 | |
| 8384 | |
| 8385 | |
| 8386 | |
| 8387 | |
| 8388 | |
| 8389 | |
| 8390 | |
| 8391 | |
| 8392 | |
| 8393 | |
| 8394 | |
| 8395 | |
| 8396 | |
| 8397 | |
| 8398 | |
| 8399 | |
| 8400 | |
| 8401 | |
| 8402 | |
| 8403 | |
| 8404 | |
| 8405 | |
| 8406 | |
| 8407 | |
| 8408 | |
| 8409 | |
| 8410 | |
| 8411 | |
| 8412 | |
| 8413 | |
| 8414 | |
| 8415 | |
| 8416 | |
| 8417 | |
Steven Edwards | 5727918 | 2005-03-04 12:38:36 +0000 | [diff] [blame] | 8418 | |
Maarten Lankhorst | 888eaae | 2005-04-27 09:46:25 +0000 | [diff] [blame] | 8419 | |
Emmanuel Maillard | 64c0778 | 2005-05-18 18:20:23 +0000 | [diff] [blame] | 8420 | |
| 8421 | |
Phil Krylov | 0f6c039 | 2005-07-01 19:15:26 +0000 | [diff] [blame] | 8422 | |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 8423 | |
| 8424 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8425 | |
| 8426 | |
| 8427 | |
| 8428 | |
| 8429 | |
| 8430 | |
| 8431 | |
| 8432 | |
| 8433 | |
| 8434 | |
Gerald Pfeifer | ebe0484 | 2005-08-22 09:33:37 +0000 | [diff] [blame] | 8435 | |
Robert Shearman | 1e5153c | 2005-12-01 11:18:43 +0100 | [diff] [blame] | 8436 | |
Mike McCormack | 0cd0626 | 2006-03-01 01:07:04 +0900 | [diff] [blame] | 8437 | |
Alexandre Julliard | 9603ee0 | 2006-04-06 11:57:37 +0200 | [diff] [blame] | 8438 | |
Emmanuel Maillard | 144a535 | 2006-05-28 22:46:23 +0200 | [diff] [blame] | 8439 | |
| 8440 | |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8441 | for ac_header in \ |
Emmanuel Maillard | 144a535 | 2006-05-28 22:46:23 +0200 | [diff] [blame] | 8442 | AudioUnit/AudioUnit.h \ |
| 8443 | CoreAudio/CoreAudio.h \ |
Phil Krylov | 0f6c039 | 2005-07-01 19:15:26 +0000 | [diff] [blame] | 8444 | IOKit/IOKitLib.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8445 | alsa/asoundlib.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8446 | arpa/inet.h \ |
| 8447 | arpa/nameser.h \ |
Maarten Lankhorst | 888eaae | 2005-04-27 09:46:25 +0000 | [diff] [blame] | 8448 | asm/types.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8449 | capi20.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8450 | cups/cups.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8451 | curses.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8452 | direct.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8453 | dlfcn.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8454 | elf.h \ |
| 8455 | float.h \ |
| 8456 | fontconfig/fontconfig.h \ |
| 8457 | getopt.h \ |
| 8458 | gif_lib.h \ |
| 8459 | ieeefp.h \ |
| 8460 | io.h \ |
| 8461 | jack/jack.h \ |
| 8462 | jpeglib.h \ |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 8463 | lber.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8464 | lcms.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8465 | lcms/lcms.h \ |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 8466 | ldap.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8467 | libaudioio.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8468 | link.h \ |
| 8469 | linux/cdrom.h \ |
| 8470 | linux/compiler.h \ |
| 8471 | linux/hdreg.h \ |
| 8472 | linux/input.h \ |
| 8473 | linux/ioctl.h \ |
| 8474 | linux/joystick.h \ |
| 8475 | linux/major.h \ |
| 8476 | linux/param.h \ |
| 8477 | linux/serial.h \ |
| 8478 | linux/ucdrom.h \ |
Emmanuel Maillard | 64c0778 | 2005-05-18 18:20:23 +0000 | [diff] [blame] | 8479 | mach/machine.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8480 | machine/cpu.h \ |
Emmanuel Maillard | 64c0778 | 2005-05-18 18:20:23 +0000 | [diff] [blame] | 8481 | machine/limits.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8482 | machine/soundcard.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8483 | mntent.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8484 | ncurses.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8485 | netdb.h \ |
| 8486 | netinet/in.h \ |
| 8487 | netinet/in_systm.h \ |
| 8488 | netinet/tcp.h \ |
| 8489 | netinet/tcp_fsm.h \ |
Robert Shearman | 1e5153c | 2005-12-01 11:18:43 +0100 | [diff] [blame] | 8490 | openssl/err.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8491 | openssl/ssl.h \ |
Steven Edwards | 5727918 | 2005-03-04 12:38:36 +0000 | [diff] [blame] | 8492 | poll.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8493 | process.h \ |
| 8494 | pthread.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8495 | pwd.h \ |
| 8496 | regex.h \ |
| 8497 | sched.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8498 | scsi/scsi.h \ |
| 8499 | scsi/scsi_ioctl.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8500 | scsi/sg.h \ |
| 8501 | soundcard.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8502 | stdint.h \ |
| 8503 | strings.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8504 | sys/asoundlib.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8505 | sys/cdio.h \ |
| 8506 | sys/elf32.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8507 | sys/epoll.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8508 | sys/errno.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8509 | sys/exec_elf.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8510 | sys/filio.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8511 | sys/ioctl.h \ |
| 8512 | sys/ipc.h \ |
Gerald Pfeifer | ebe0484 | 2005-08-22 09:33:37 +0000 | [diff] [blame] | 8513 | sys/limits.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8514 | sys/link.h \ |
| 8515 | sys/lwp.h \ |
| 8516 | sys/mman.h \ |
| 8517 | sys/modem.h \ |
| 8518 | sys/msg.h \ |
Hans Leidekker | 0844b70 | 2006-01-26 13:23:08 +0100 | [diff] [blame] | 8519 | sys/mtio.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8520 | sys/param.h \ |
| 8521 | sys/poll.h \ |
Alexandre Julliard | 9603ee0 | 2006-04-06 11:57:37 +0200 | [diff] [blame] | 8522 | sys/prctl.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8523 | sys/ptrace.h \ |
| 8524 | sys/reg.h \ |
Mike McCormack | 0cd0626 | 2006-03-01 01:07:04 +0900 | [diff] [blame] | 8525 | sys/resource.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8526 | sys/scsiio.h \ |
| 8527 | sys/shm.h \ |
| 8528 | sys/signal.h \ |
| 8529 | sys/socket.h \ |
| 8530 | sys/sockio.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8531 | sys/soundcard.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8532 | sys/statvfs.h \ |
| 8533 | sys/strtio.h \ |
| 8534 | sys/syscall.h \ |
| 8535 | sys/sysctl.h \ |
| 8536 | sys/time.h \ |
| 8537 | sys/times.h \ |
| 8538 | sys/uio.h \ |
| 8539 | sys/un.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8540 | sys/vm86.h \ |
| 8541 | sys/wait.h \ |
| 8542 | syscall.h \ |
| 8543 | termios.h \ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 8544 | unicode/ubidi.h \ |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8545 | unistd.h \ |
| 8546 | utime.h \ |
| 8547 | valgrind/memcheck.h |
| 8548 | |
| 8549 | do |
| 8550 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8551 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 8552 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 8553 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 8554 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8555 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8556 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8557 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 8558 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 8559 | echo "${ECHO_T}$ac_res" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8560 | else |
| 8561 | # Is the header compilable? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8562 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 8563 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8564 | cat >conftest.$ac_ext <<_ACEOF |
| 8565 | /* confdefs.h. */ |
| 8566 | _ACEOF |
| 8567 | cat confdefs.h >>conftest.$ac_ext |
| 8568 | cat >>conftest.$ac_ext <<_ACEOF |
| 8569 | /* end confdefs.h. */ |
| 8570 | $ac_includes_default |
| 8571 | #include <$ac_header> |
| 8572 | _ACEOF |
| 8573 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8574 | if { (ac_try="$ac_compile" |
| 8575 | case "(($ac_try" in |
| 8576 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8577 | *) ac_try_echo=$ac_try;; |
| 8578 | esac |
| 8579 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8580 | (eval "$ac_compile") 2>conftest.er1 |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8581 | ac_status=$? |
| 8582 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8583 | rm -f conftest.er1 |
| 8584 | cat conftest.err >&5 |
| 8585 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8586 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8587 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8588 | { (case "(($ac_try" in |
| 8589 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8590 | *) ac_try_echo=$ac_try;; |
| 8591 | esac |
| 8592 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8593 | (eval "$ac_try") 2>&5 |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8594 | ac_status=$? |
| 8595 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8596 | (exit $ac_status); }; } && |
| 8597 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8598 | { (case "(($ac_try" in |
| 8599 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8600 | *) ac_try_echo=$ac_try;; |
| 8601 | esac |
| 8602 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8603 | (eval "$ac_try") 2>&5 |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8604 | ac_status=$? |
| 8605 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8606 | (exit $ac_status); }; }; then |
| 8607 | ac_header_compiler=yes |
| 8608 | else |
| 8609 | echo "$as_me: failed program was:" >&5 |
| 8610 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8611 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8612 | ac_header_compiler=no |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8613 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8614 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8615 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8616 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 8617 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8618 | |
| 8619 | # Is the header present? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8620 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 8621 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8622 | cat >conftest.$ac_ext <<_ACEOF |
| 8623 | /* confdefs.h. */ |
| 8624 | _ACEOF |
| 8625 | cat confdefs.h >>conftest.$ac_ext |
| 8626 | cat >>conftest.$ac_ext <<_ACEOF |
| 8627 | /* end confdefs.h. */ |
| 8628 | #include <$ac_header> |
| 8629 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8630 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 8631 | case "(($ac_try" in |
| 8632 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8633 | *) ac_try_echo=$ac_try;; |
| 8634 | esac |
| 8635 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8636 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8637 | ac_status=$? |
| 8638 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8639 | rm -f conftest.er1 |
| 8640 | cat conftest.err >&5 |
| 8641 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8642 | (exit $ac_status); } >/dev/null; then |
| 8643 | if test -s conftest.err; then |
| 8644 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 8645 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| 8646 | else |
| 8647 | ac_cpp_err= |
| 8648 | fi |
| 8649 | else |
| 8650 | ac_cpp_err=yes |
| 8651 | fi |
| 8652 | if test -z "$ac_cpp_err"; then |
| 8653 | ac_header_preproc=yes |
| 8654 | else |
| 8655 | echo "$as_me: failed program was:" >&5 |
| 8656 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8657 | |
| 8658 | ac_header_preproc=no |
| 8659 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8660 | |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8661 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8662 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 8663 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8664 | |
| 8665 | # So? What about this header? |
| 8666 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 8667 | yes:no: ) |
| 8668 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 8669 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 8670 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 8671 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 8672 | ac_header_preproc=yes |
| 8673 | ;; |
| 8674 | no:yes:* ) |
| 8675 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 8676 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 8677 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 8678 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 8679 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| 8680 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| 8681 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| 8682 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| 8683 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 8684 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 8685 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| 8686 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8687 | ( cat <<\_ASBOX |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8688 | ## ------------------------------------ ## |
| 8689 | ## Report this to wine-devel@winehq.org ## |
| 8690 | ## ------------------------------------ ## |
| 8691 | _ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8692 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8693 | ;; |
| 8694 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8695 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 8696 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 8697 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8698 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8699 | else |
| 8700 | eval "$as_ac_Header=\$ac_header_preproc" |
| 8701 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8702 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 8703 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 8704 | echo "${ECHO_T}$ac_res" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8705 | |
| 8706 | fi |
| 8707 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 8708 | cat >>confdefs.h <<_ACEOF |
| 8709 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 8710 | _ACEOF |
| 8711 | |
| 8712 | fi |
| 8713 | |
| 8714 | done |
| 8715 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8716 | { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5 |
| 8717 | echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8718 | if test "${ac_cv_header_stat_broken+set}" = set; then |
| 8719 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8720 | else |
| 8721 | cat >conftest.$ac_ext <<_ACEOF |
| 8722 | /* confdefs.h. */ |
| 8723 | _ACEOF |
| 8724 | cat confdefs.h >>conftest.$ac_ext |
| 8725 | cat >>conftest.$ac_ext <<_ACEOF |
| 8726 | /* end confdefs.h. */ |
| 8727 | #include <sys/types.h> |
| 8728 | #include <sys/stat.h> |
| 8729 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8730 | #if defined S_ISBLK && defined S_IFDIR |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8731 | # if S_ISBLK (S_IFDIR) |
| 8732 | You lose. |
| 8733 | # endif |
| 8734 | #endif |
| 8735 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8736 | #if defined S_ISBLK && defined S_IFCHR |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8737 | # if S_ISBLK (S_IFCHR) |
| 8738 | You lose. |
| 8739 | # endif |
| 8740 | #endif |
| 8741 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8742 | #if defined S_ISLNK && defined S_IFREG |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8743 | # if S_ISLNK (S_IFREG) |
| 8744 | You lose. |
| 8745 | # endif |
| 8746 | #endif |
| 8747 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8748 | #if defined S_ISSOCK && defined S_IFREG |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8749 | # if S_ISSOCK (S_IFREG) |
| 8750 | You lose. |
| 8751 | # endif |
| 8752 | #endif |
| 8753 | |
| 8754 | _ACEOF |
| 8755 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 8756 | $EGREP "You lose" >/dev/null 2>&1; then |
| 8757 | ac_cv_header_stat_broken=yes |
| 8758 | else |
| 8759 | ac_cv_header_stat_broken=no |
| 8760 | fi |
| 8761 | rm -f conftest* |
| 8762 | |
| 8763 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8764 | { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 |
| 8765 | echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; } |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 8766 | if test $ac_cv_header_stat_broken = yes; then |
| 8767 | |
| 8768 | cat >>confdefs.h <<\_ACEOF |
| 8769 | #define STAT_MACROS_BROKEN 1 |
| 8770 | _ACEOF |
| 8771 | |
| 8772 | fi |
| 8773 | |
| 8774 | |
| 8775 | |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8776 | |
| 8777 | |
| 8778 | |
| 8779 | |
| 8780 | for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h |
| 8781 | do |
| 8782 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8783 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 8784 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 8785 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8786 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8787 | else |
| 8788 | cat >conftest.$ac_ext <<_ACEOF |
| 8789 | /* confdefs.h. */ |
| 8790 | _ACEOF |
| 8791 | cat confdefs.h >>conftest.$ac_ext |
| 8792 | cat >>conftest.$ac_ext <<_ACEOF |
| 8793 | /* end confdefs.h. */ |
| 8794 | #include <sys/types.h> |
| 8795 | #if HAVE_SYS_PARAM_H |
| 8796 | # include <sys/param.h> |
| 8797 | #endif |
| 8798 | |
| 8799 | #include <$ac_header> |
| 8800 | _ACEOF |
| 8801 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8802 | if { (ac_try="$ac_compile" |
| 8803 | case "(($ac_try" in |
| 8804 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8805 | *) ac_try_echo=$ac_try;; |
| 8806 | esac |
| 8807 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8808 | (eval "$ac_compile") 2>conftest.er1 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8809 | ac_status=$? |
| 8810 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8811 | rm -f conftest.er1 |
| 8812 | cat conftest.err >&5 |
| 8813 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8814 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8815 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8816 | { (case "(($ac_try" in |
| 8817 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8818 | *) ac_try_echo=$ac_try;; |
| 8819 | esac |
| 8820 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8821 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8822 | ac_status=$? |
| 8823 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8824 | (exit $ac_status); }; } && |
| 8825 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8826 | { (case "(($ac_try" in |
| 8827 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8828 | *) ac_try_echo=$ac_try;; |
| 8829 | esac |
| 8830 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8831 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8832 | ac_status=$? |
| 8833 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8834 | (exit $ac_status); }; }; then |
| 8835 | eval "$as_ac_Header=yes" |
| 8836 | else |
| 8837 | echo "$as_me: failed program was:" >&5 |
| 8838 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8839 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8840 | eval "$as_ac_Header=no" |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8841 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8842 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8843 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8844 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8845 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 8846 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 8847 | echo "${ECHO_T}$ac_res" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8848 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 8849 | cat >>confdefs.h <<_ACEOF |
| 8850 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 8851 | _ACEOF |
| 8852 | |
| 8853 | fi |
| 8854 | |
| 8855 | done |
| 8856 | |
| 8857 | |
| 8858 | |
| 8859 | |
| 8860 | |
| 8861 | |
| 8862 | |
| 8863 | |
| 8864 | for ac_header in net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h |
| 8865 | do |
| 8866 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8867 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 8868 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 8869 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8870 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8871 | else |
| 8872 | cat >conftest.$ac_ext <<_ACEOF |
| 8873 | /* confdefs.h. */ |
| 8874 | _ACEOF |
| 8875 | cat confdefs.h >>conftest.$ac_ext |
| 8876 | cat >>conftest.$ac_ext <<_ACEOF |
| 8877 | /* end confdefs.h. */ |
| 8878 | #include <sys/types.h> |
| 8879 | #if HAVE_SYS_SOCKET_H |
| 8880 | # include <sys/socket.h> |
| 8881 | #endif |
| 8882 | |
| 8883 | #include <$ac_header> |
| 8884 | _ACEOF |
| 8885 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8886 | if { (ac_try="$ac_compile" |
| 8887 | case "(($ac_try" in |
| 8888 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8889 | *) ac_try_echo=$ac_try;; |
| 8890 | esac |
| 8891 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8892 | (eval "$ac_compile") 2>conftest.er1 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8893 | ac_status=$? |
| 8894 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8895 | rm -f conftest.er1 |
| 8896 | cat conftest.err >&5 |
| 8897 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8898 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8899 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8900 | { (case "(($ac_try" in |
| 8901 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8902 | *) ac_try_echo=$ac_try;; |
| 8903 | esac |
| 8904 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8905 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8906 | ac_status=$? |
| 8907 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8908 | (exit $ac_status); }; } && |
| 8909 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8910 | { (case "(($ac_try" in |
| 8911 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8912 | *) ac_try_echo=$ac_try;; |
| 8913 | esac |
| 8914 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8915 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8916 | ac_status=$? |
| 8917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8918 | (exit $ac_status); }; }; then |
| 8919 | eval "$as_ac_Header=yes" |
| 8920 | else |
| 8921 | echo "$as_me: failed program was:" >&5 |
| 8922 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8923 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8924 | eval "$as_ac_Header=no" |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8925 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8926 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8927 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8928 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8929 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 8930 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 8931 | echo "${ECHO_T}$ac_res" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8932 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 8933 | cat >>confdefs.h <<_ACEOF |
| 8934 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 8935 | _ACEOF |
| 8936 | |
| 8937 | fi |
| 8938 | |
| 8939 | done |
| 8940 | |
| 8941 | |
| 8942 | |
| 8943 | for ac_header in resolv.h |
| 8944 | do |
| 8945 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 8946 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 8947 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 8948 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8949 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8950 | else |
| 8951 | cat >conftest.$ac_ext <<_ACEOF |
| 8952 | /* confdefs.h. */ |
| 8953 | _ACEOF |
| 8954 | cat confdefs.h >>conftest.$ac_ext |
| 8955 | cat >>conftest.$ac_ext <<_ACEOF |
| 8956 | /* end confdefs.h. */ |
| 8957 | #include <sys/types.h> |
| 8958 | #if HAVE_SYS_SOCKET_H |
| 8959 | # include <sys/socket.h> |
| 8960 | #endif |
| 8961 | #if HAVE_NETINET_IN_H |
| 8962 | # include <netinet/in.h> |
| 8963 | #endif |
| 8964 | #if HAVE_ARPA_NAMESER_H |
| 8965 | # include <arpa/nameser.h> |
| 8966 | #endif |
| 8967 | |
| 8968 | #include <$ac_header> |
| 8969 | _ACEOF |
| 8970 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8971 | if { (ac_try="$ac_compile" |
| 8972 | case "(($ac_try" in |
| 8973 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8974 | *) ac_try_echo=$ac_try;; |
| 8975 | esac |
| 8976 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8977 | (eval "$ac_compile") 2>conftest.er1 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8978 | ac_status=$? |
| 8979 | grep -v '^ *+' conftest.er1 >conftest.err |
| 8980 | rm -f conftest.er1 |
| 8981 | cat conftest.err >&5 |
| 8982 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8983 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8984 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 8985 | { (case "(($ac_try" in |
| 8986 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8987 | *) ac_try_echo=$ac_try;; |
| 8988 | esac |
| 8989 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 8990 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 8991 | ac_status=$? |
| 8992 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8993 | (exit $ac_status); }; } && |
| 8994 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 8995 | { (case "(($ac_try" in |
| 8996 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 8997 | *) ac_try_echo=$ac_try;; |
| 8998 | esac |
| 8999 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9000 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9001 | ac_status=$? |
| 9002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9003 | (exit $ac_status); }; }; then |
| 9004 | eval "$as_ac_Header=yes" |
| 9005 | else |
| 9006 | echo "$as_me: failed program was:" >&5 |
| 9007 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9008 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9009 | eval "$as_ac_Header=no" |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9010 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9011 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9012 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9013 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9014 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 9015 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 9016 | echo "${ECHO_T}$ac_res" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9017 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 9018 | cat >>confdefs.h <<_ACEOF |
| 9019 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 9020 | _ACEOF |
| 9021 | |
| 9022 | fi |
| 9023 | |
| 9024 | done |
| 9025 | |
| 9026 | |
| 9027 | |
| 9028 | for ac_header in ucontext.h |
| 9029 | do |
| 9030 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9031 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9032 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 9033 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9034 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9035 | else |
| 9036 | cat >conftest.$ac_ext <<_ACEOF |
| 9037 | /* confdefs.h. */ |
| 9038 | _ACEOF |
| 9039 | cat confdefs.h >>conftest.$ac_ext |
| 9040 | cat >>conftest.$ac_ext <<_ACEOF |
| 9041 | /* end confdefs.h. */ |
| 9042 | #include <signal.h> |
| 9043 | |
| 9044 | #include <$ac_header> |
| 9045 | _ACEOF |
| 9046 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9047 | if { (ac_try="$ac_compile" |
| 9048 | case "(($ac_try" in |
| 9049 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9050 | *) ac_try_echo=$ac_try;; |
| 9051 | esac |
| 9052 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9053 | (eval "$ac_compile") 2>conftest.er1 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9054 | ac_status=$? |
| 9055 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9056 | rm -f conftest.er1 |
| 9057 | cat conftest.err >&5 |
| 9058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9059 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9060 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9061 | { (case "(($ac_try" in |
| 9062 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9063 | *) ac_try_echo=$ac_try;; |
| 9064 | esac |
| 9065 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9066 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9067 | ac_status=$? |
| 9068 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9069 | (exit $ac_status); }; } && |
| 9070 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9071 | { (case "(($ac_try" in |
| 9072 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9073 | *) ac_try_echo=$ac_try;; |
| 9074 | esac |
| 9075 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9076 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9077 | ac_status=$? |
| 9078 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9079 | (exit $ac_status); }; }; then |
| 9080 | eval "$as_ac_Header=yes" |
| 9081 | else |
| 9082 | echo "$as_me: failed program was:" >&5 |
| 9083 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9084 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9085 | eval "$as_ac_Header=no" |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9086 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9087 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9088 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9089 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9090 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 9091 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 9092 | echo "${ECHO_T}$ac_res" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9093 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 9094 | cat >>confdefs.h <<_ACEOF |
| 9095 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 9096 | _ACEOF |
| 9097 | |
| 9098 | fi |
| 9099 | |
| 9100 | done |
| 9101 | |
| 9102 | |
| 9103 | |
| 9104 | |
| 9105 | for ac_header in linux/ipx.h linux/videodev.h |
| 9106 | do |
| 9107 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9108 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9109 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 9110 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9111 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9112 | else |
| 9113 | cat >conftest.$ac_ext <<_ACEOF |
| 9114 | /* confdefs.h. */ |
| 9115 | _ACEOF |
| 9116 | cat confdefs.h >>conftest.$ac_ext |
| 9117 | cat >>conftest.$ac_ext <<_ACEOF |
| 9118 | /* end confdefs.h. */ |
| 9119 | #ifdef HAVE_SYS_TIME_H |
| 9120 | #include <sys/time.h> |
| 9121 | #endif |
| 9122 | #include <sys/types.h> |
| 9123 | #ifdef HAVE_ASM_TYPES_H |
| 9124 | #include <asm/types.h> |
| 9125 | #endif |
| 9126 | |
| 9127 | #include <$ac_header> |
| 9128 | _ACEOF |
| 9129 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9130 | if { (ac_try="$ac_compile" |
| 9131 | case "(($ac_try" in |
| 9132 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9133 | *) ac_try_echo=$ac_try;; |
| 9134 | esac |
| 9135 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9136 | (eval "$ac_compile") 2>conftest.er1 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9137 | ac_status=$? |
| 9138 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9139 | rm -f conftest.er1 |
| 9140 | cat conftest.err >&5 |
| 9141 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9142 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9143 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9144 | { (case "(($ac_try" in |
| 9145 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9146 | *) ac_try_echo=$ac_try;; |
| 9147 | esac |
| 9148 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9149 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9150 | ac_status=$? |
| 9151 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9152 | (exit $ac_status); }; } && |
| 9153 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9154 | { (case "(($ac_try" in |
| 9155 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9156 | *) ac_try_echo=$ac_try;; |
| 9157 | esac |
| 9158 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9159 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9160 | ac_status=$? |
| 9161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9162 | (exit $ac_status); }; }; then |
| 9163 | eval "$as_ac_Header=yes" |
| 9164 | else |
| 9165 | echo "$as_me: failed program was:" >&5 |
| 9166 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9167 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9168 | eval "$as_ac_Header=no" |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9169 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9170 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9171 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9172 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9173 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 9174 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 9175 | echo "${ECHO_T}$ac_res" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 9176 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 9177 | cat >>confdefs.h <<_ACEOF |
| 9178 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 9179 | _ACEOF |
| 9180 | |
| 9181 | fi |
| 9182 | |
| 9183 | done |
| 9184 | |
| 9185 | |
| 9186 | |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9187 | for ac_header in linux/capi.h |
| 9188 | do |
| 9189 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9190 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9191 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 9192 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9193 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9194 | else |
| 9195 | cat >conftest.$ac_ext <<_ACEOF |
| 9196 | /* confdefs.h. */ |
| 9197 | _ACEOF |
| 9198 | cat confdefs.h >>conftest.$ac_ext |
| 9199 | cat >>conftest.$ac_ext <<_ACEOF |
| 9200 | /* end confdefs.h. */ |
| 9201 | #define __user |
| 9202 | |
| 9203 | #include <$ac_header> |
| 9204 | _ACEOF |
| 9205 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9206 | if { (ac_try="$ac_compile" |
| 9207 | case "(($ac_try" in |
| 9208 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9209 | *) ac_try_echo=$ac_try;; |
| 9210 | esac |
| 9211 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9212 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9213 | ac_status=$? |
| 9214 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9215 | rm -f conftest.er1 |
| 9216 | cat conftest.err >&5 |
| 9217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9218 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9219 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9220 | { (case "(($ac_try" in |
| 9221 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9222 | *) ac_try_echo=$ac_try;; |
| 9223 | esac |
| 9224 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9225 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9226 | ac_status=$? |
| 9227 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9228 | (exit $ac_status); }; } && |
| 9229 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9230 | { (case "(($ac_try" in |
| 9231 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9232 | *) ac_try_echo=$ac_try;; |
| 9233 | esac |
| 9234 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9235 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9236 | ac_status=$? |
| 9237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9238 | (exit $ac_status); }; }; then |
| 9239 | eval "$as_ac_Header=yes" |
| 9240 | else |
| 9241 | echo "$as_me: failed program was:" >&5 |
| 9242 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9243 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9244 | eval "$as_ac_Header=no" |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9245 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9246 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9247 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9248 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9249 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 9250 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 9251 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | b079add | 2006-02-24 11:46:17 +0100 | [diff] [blame] | 9252 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 9253 | cat >>confdefs.h <<_ACEOF |
| 9254 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 9255 | _ACEOF |
| 9256 | |
| 9257 | fi |
| 9258 | |
| 9259 | done |
| 9260 | |
| 9261 | |
| 9262 | |
Rein Klazes | 7ff1256 | 2004-11-09 20:16:35 +0000 | [diff] [blame] | 9263 | if test "$have_x" = "yes" |
| 9264 | then |
| 9265 | XLIB="-lXext -lX11" |
| 9266 | ac_save_CPPFLAGS="$CPPFLAGS" |
| 9267 | CPPFLAGS="$CPPFLAGS $X_CFLAGS" |
| 9268 | |
| 9269 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9270 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9271 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9272 | |
| 9273 | |
| 9274 | |
| 9275 | |
| 9276 | |
| 9277 | |
| 9278 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 9279 | for ac_header in X11/Xlib.h \ |
| 9280 | X11/XKBlib.h \ |
| 9281 | X11/Xutil.h \ |
| 9282 | X11/extensions/shape.h \ |
| 9283 | X11/extensions/XInput.h \ |
| 9284 | X11/extensions/XShm.h \ |
| 9285 | X11/extensions/Xrandr.h \ |
| 9286 | X11/extensions/Xrender.h \ |
| 9287 | X11/extensions/xf86dga.h \ |
| 9288 | X11/extensions/xf86vmode.h |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 9289 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9290 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9291 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9292 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 9293 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9294 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9295 | else |
Gregg Mattinson | 044b5c4 | 2002-07-19 03:16:51 +0000 | [diff] [blame] | 9296 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9297 | /* confdefs.h. */ |
| 9298 | _ACEOF |
| 9299 | cat confdefs.h >>conftest.$ac_ext |
| 9300 | cat >>conftest.$ac_ext <<_ACEOF |
| 9301 | /* end confdefs.h. */ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 9302 | #ifdef HAVE_X11_XLIB_H |
| 9303 | # include <X11/Xlib.h> |
| 9304 | #endif |
| 9305 | #ifdef HAVE_X11_XUTIL_H |
| 9306 | # include <X11/Xutil.h> |
| 9307 | #endif |
Gregg Mattinson | 044b5c4 | 2002-07-19 03:16:51 +0000 | [diff] [blame] | 9308 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9309 | #include <$ac_header> |
| 9310 | _ACEOF |
| 9311 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9312 | if { (ac_try="$ac_compile" |
| 9313 | case "(($ac_try" in |
| 9314 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9315 | *) ac_try_echo=$ac_try;; |
| 9316 | esac |
| 9317 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9318 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9319 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9320 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9321 | rm -f conftest.er1 |
| 9322 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9324 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9325 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9326 | { (case "(($ac_try" in |
| 9327 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9328 | *) ac_try_echo=$ac_try;; |
| 9329 | esac |
| 9330 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9331 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9332 | ac_status=$? |
| 9333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9334 | (exit $ac_status); }; } && |
| 9335 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9336 | { (case "(($ac_try" in |
| 9337 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9338 | *) ac_try_echo=$ac_try;; |
| 9339 | esac |
| 9340 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9341 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9342 | ac_status=$? |
| 9343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9344 | (exit $ac_status); }; }; then |
Gregg Mattinson | 044b5c4 | 2002-07-19 03:16:51 +0000 | [diff] [blame] | 9345 | eval "$as_ac_Header=yes" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9346 | else |
| 9347 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9348 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9349 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9350 | eval "$as_ac_Header=no" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9351 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9352 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9353 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 9354 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9355 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 9356 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 9357 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9358 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9359 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9360 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9361 | _ACEOF |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9362 | |
| 9363 | fi |
| 9364 | |
| 9365 | done |
| 9366 | |
| 9367 | |
| 9368 | if test "$ac_cv_header_X11_XKBlib_h" = "yes" |
| 9369 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9370 | { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5 |
| 9371 | echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9372 | if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then |
| 9373 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9374 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9375 | ac_check_lib_save_LIBS=$LIBS |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9376 | LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9377 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9378 | /* confdefs.h. */ |
| 9379 | _ACEOF |
| 9380 | cat confdefs.h >>conftest.$ac_ext |
| 9381 | cat >>conftest.$ac_ext <<_ACEOF |
| 9382 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9383 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9384 | /* Override any GCC internal prototype to avoid an error. |
| 9385 | Use char because int might match the return type of a GCC |
| 9386 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9387 | #ifdef __cplusplus |
| 9388 | extern "C" |
| 9389 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9390 | char XkbQueryExtension (); |
| 9391 | int |
| 9392 | main () |
| 9393 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9394 | return XkbQueryExtension (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9395 | ; |
| 9396 | return 0; |
| 9397 | } |
| 9398 | _ACEOF |
| 9399 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9400 | if { (ac_try="$ac_link" |
| 9401 | case "(($ac_try" in |
| 9402 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9403 | *) ac_try_echo=$ac_try;; |
| 9404 | esac |
| 9405 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9406 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9407 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9408 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9409 | rm -f conftest.er1 |
| 9410 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9411 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9412 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9413 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9414 | { (case "(($ac_try" in |
| 9415 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9416 | *) ac_try_echo=$ac_try;; |
| 9417 | esac |
| 9418 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9419 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9420 | ac_status=$? |
| 9421 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9422 | (exit $ac_status); }; } && |
| 9423 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9424 | { (case "(($ac_try" in |
| 9425 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9426 | *) ac_try_echo=$ac_try;; |
| 9427 | esac |
| 9428 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9429 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9430 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9431 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9432 | (exit $ac_status); }; }; then |
| 9433 | ac_cv_lib_X11_XkbQueryExtension=yes |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9434 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9435 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9436 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9437 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9438 | ac_cv_lib_X11_XkbQueryExtension=no |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9439 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9440 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9441 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9442 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9443 | LIBS=$ac_check_lib_save_LIBS |
| 9444 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9445 | { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5 |
| 9446 | echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9447 | if test $ac_cv_lib_X11_XkbQueryExtension = yes; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9448 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9449 | cat >>confdefs.h <<\_ACEOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9450 | #define HAVE_XKB 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9451 | _ACEOF |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9452 | |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9453 | fi |
| 9454 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9455 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9456 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9457 | if test "$ac_cv_header_X11_extensions_XShm_h" = "yes" |
| 9458 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9459 | { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5 |
| 9460 | echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9461 | if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then |
| 9462 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9463 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9464 | ac_check_lib_save_LIBS=$LIBS |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9465 | LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9466 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9467 | /* confdefs.h. */ |
| 9468 | _ACEOF |
| 9469 | cat confdefs.h >>conftest.$ac_ext |
| 9470 | cat >>conftest.$ac_ext <<_ACEOF |
| 9471 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9472 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9473 | /* Override any GCC internal prototype to avoid an error. |
| 9474 | Use char because int might match the return type of a GCC |
| 9475 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9476 | #ifdef __cplusplus |
| 9477 | extern "C" |
| 9478 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9479 | char XShmQueryExtension (); |
| 9480 | int |
| 9481 | main () |
| 9482 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9483 | return XShmQueryExtension (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9484 | ; |
| 9485 | return 0; |
| 9486 | } |
| 9487 | _ACEOF |
| 9488 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9489 | if { (ac_try="$ac_link" |
| 9490 | case "(($ac_try" in |
| 9491 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9492 | *) ac_try_echo=$ac_try;; |
| 9493 | esac |
| 9494 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9495 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9496 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9497 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9498 | rm -f conftest.er1 |
| 9499 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9500 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9501 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9502 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9503 | { (case "(($ac_try" in |
| 9504 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9505 | *) ac_try_echo=$ac_try;; |
| 9506 | esac |
| 9507 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9508 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9509 | ac_status=$? |
| 9510 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9511 | (exit $ac_status); }; } && |
| 9512 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9513 | { (case "(($ac_try" in |
| 9514 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9515 | *) ac_try_echo=$ac_try;; |
| 9516 | esac |
| 9517 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9518 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9519 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9520 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9521 | (exit $ac_status); }; }; then |
| 9522 | ac_cv_lib_Xext_XShmQueryExtension=yes |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9523 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9524 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9525 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9526 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9527 | ac_cv_lib_Xext_XShmQueryExtension=no |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9528 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9529 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9530 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9531 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9532 | LIBS=$ac_check_lib_save_LIBS |
| 9533 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9534 | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5 |
| 9535 | echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9536 | if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9537 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9538 | cat >>confdefs.h <<\_ACEOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9539 | #define HAVE_LIBXXSHM 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9540 | _ACEOF |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9541 | |
Francois Jacques | 5b6879c | 2000-07-28 23:04:54 +0000 | [diff] [blame] | 9542 | fi |
| 9543 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9544 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9545 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9546 | if test "$ac_cv_header_X11_extensions_shape_h" = "yes" |
| 9547 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9548 | { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5 |
| 9549 | echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9550 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then |
| 9551 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9552 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9553 | ac_check_lib_save_LIBS=$LIBS |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9554 | LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9555 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9556 | /* confdefs.h. */ |
| 9557 | _ACEOF |
| 9558 | cat confdefs.h >>conftest.$ac_ext |
| 9559 | cat >>conftest.$ac_ext <<_ACEOF |
| 9560 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9561 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9562 | /* Override any GCC internal prototype to avoid an error. |
| 9563 | Use char because int might match the return type of a GCC |
| 9564 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9565 | #ifdef __cplusplus |
| 9566 | extern "C" |
| 9567 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9568 | char XShapeQueryExtension (); |
| 9569 | int |
| 9570 | main () |
| 9571 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9572 | return XShapeQueryExtension (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9573 | ; |
| 9574 | return 0; |
| 9575 | } |
| 9576 | _ACEOF |
| 9577 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9578 | if { (ac_try="$ac_link" |
| 9579 | case "(($ac_try" in |
| 9580 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9581 | *) ac_try_echo=$ac_try;; |
| 9582 | esac |
| 9583 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9584 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9585 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9586 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9587 | rm -f conftest.er1 |
| 9588 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9589 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9590 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9591 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9592 | { (case "(($ac_try" in |
| 9593 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9594 | *) ac_try_echo=$ac_try;; |
| 9595 | esac |
| 9596 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9597 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9598 | ac_status=$? |
| 9599 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9600 | (exit $ac_status); }; } && |
| 9601 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9602 | { (case "(($ac_try" in |
| 9603 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9604 | *) ac_try_echo=$ac_try;; |
| 9605 | esac |
| 9606 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9607 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9608 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9609 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9610 | (exit $ac_status); }; }; then |
| 9611 | ac_cv_lib_Xext_XShapeQueryExtension=yes |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9612 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9613 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9614 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9615 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9616 | ac_cv_lib_Xext_XShapeQueryExtension=no |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9617 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9618 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9619 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9620 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9621 | LIBS=$ac_check_lib_save_LIBS |
| 9622 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9623 | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| 9624 | echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9625 | if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9626 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9627 | cat >>confdefs.h <<\_ACEOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9628 | #define HAVE_LIBXSHAPE 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9629 | _ACEOF |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9630 | |
Ove Kaaven | c90fb25 | 2001-01-02 22:39:14 +0000 | [diff] [blame] | 9631 | fi |
| 9632 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9633 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9634 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9635 | if test "$ac_cv_header_X11_extensions_xf86dga_h" = "yes" |
| 9636 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9637 | { echo "$as_me:$LINENO: checking for XDGAQueryExtension in -lXxf86dga" >&5 |
| 9638 | echo $ECHO_N "checking for XDGAQueryExtension in -lXxf86dga... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9639 | if test "${ac_cv_lib_Xxf86dga_XDGAQueryExtension+set}" = set; then |
| 9640 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9641 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9642 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9643 | LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9644 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9645 | /* confdefs.h. */ |
| 9646 | _ACEOF |
| 9647 | cat confdefs.h >>conftest.$ac_ext |
| 9648 | cat >>conftest.$ac_ext <<_ACEOF |
| 9649 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9650 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9651 | /* Override any GCC internal prototype to avoid an error. |
| 9652 | Use char because int might match the return type of a GCC |
| 9653 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9654 | #ifdef __cplusplus |
| 9655 | extern "C" |
| 9656 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9657 | char XDGAQueryExtension (); |
| 9658 | int |
| 9659 | main () |
| 9660 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9661 | return XDGAQueryExtension (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9662 | ; |
| 9663 | return 0; |
| 9664 | } |
| 9665 | _ACEOF |
| 9666 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9667 | if { (ac_try="$ac_link" |
| 9668 | case "(($ac_try" in |
| 9669 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9670 | *) ac_try_echo=$ac_try;; |
| 9671 | esac |
| 9672 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9673 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9674 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9675 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9676 | rm -f conftest.er1 |
| 9677 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9678 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9679 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9680 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9681 | { (case "(($ac_try" in |
| 9682 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9683 | *) ac_try_echo=$ac_try;; |
| 9684 | esac |
| 9685 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9686 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9687 | ac_status=$? |
| 9688 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9689 | (exit $ac_status); }; } && |
| 9690 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9691 | { (case "(($ac_try" in |
| 9692 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9693 | *) ac_try_echo=$ac_try;; |
| 9694 | esac |
| 9695 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9696 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9697 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9698 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9699 | (exit $ac_status); }; }; then |
| 9700 | ac_cv_lib_Xxf86dga_XDGAQueryExtension=yes |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 9701 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9702 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9703 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9704 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9705 | ac_cv_lib_Xxf86dga_XDGAQueryExtension=no |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 9706 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9707 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9708 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9709 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9710 | LIBS=$ac_check_lib_save_LIBS |
| 9711 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9712 | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&5 |
| 9713 | echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9714 | if test $ac_cv_lib_Xxf86dga_XDGAQueryExtension = yes; then |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 9715 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9716 | cat >>confdefs.h <<\_ACEOF |
Lionel Ulmer | d94475b | 1999-09-20 18:42:46 +0000 | [diff] [blame] | 9717 | #define HAVE_LIBXXF86DGA2 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9718 | _ACEOF |
Marcus Meissner | 10ad97c | 2000-04-09 14:30:50 +0000 | [diff] [blame] | 9719 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 9720 | X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9721 | |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 9722 | fi |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9723 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9724 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9725 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9726 | if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" |
| 9727 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9728 | { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5 |
| 9729 | echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9730 | if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then |
| 9731 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9732 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9733 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9734 | LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9735 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9736 | /* confdefs.h. */ |
| 9737 | _ACEOF |
| 9738 | cat confdefs.h >>conftest.$ac_ext |
| 9739 | cat >>conftest.$ac_ext <<_ACEOF |
| 9740 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9741 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9742 | /* Override any GCC internal prototype to avoid an error. |
| 9743 | Use char because int might match the return type of a GCC |
| 9744 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9745 | #ifdef __cplusplus |
| 9746 | extern "C" |
| 9747 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9748 | char XF86VidModeQueryExtension (); |
| 9749 | int |
| 9750 | main () |
| 9751 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9752 | return XF86VidModeQueryExtension (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9753 | ; |
| 9754 | return 0; |
| 9755 | } |
| 9756 | _ACEOF |
| 9757 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9758 | if { (ac_try="$ac_link" |
| 9759 | case "(($ac_try" in |
| 9760 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9761 | *) ac_try_echo=$ac_try;; |
| 9762 | esac |
| 9763 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9764 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9765 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9766 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9767 | rm -f conftest.er1 |
| 9768 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9770 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9771 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9772 | { (case "(($ac_try" in |
| 9773 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9774 | *) ac_try_echo=$ac_try;; |
| 9775 | esac |
| 9776 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9777 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9778 | ac_status=$? |
| 9779 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9780 | (exit $ac_status); }; } && |
| 9781 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9782 | { (case "(($ac_try" in |
| 9783 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9784 | *) ac_try_echo=$ac_try;; |
| 9785 | esac |
| 9786 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9787 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9788 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9789 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9790 | (exit $ac_status); }; }; then |
| 9791 | ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9792 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9793 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9794 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9795 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9796 | ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9797 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9798 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9799 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9800 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9801 | LIBS=$ac_check_lib_save_LIBS |
| 9802 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9803 | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5 |
| 9804 | echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9805 | if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9806 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9807 | cat >>confdefs.h <<\_ACEOF |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9808 | #define HAVE_LIBXXF86VM 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9809 | _ACEOF |
John R. Sheets | f2b77cc | 2000-05-23 21:18:51 +0000 | [diff] [blame] | 9810 | |
| 9811 | X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9812 | |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 9813 | fi |
| 9814 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9815 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 9816 | |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9817 | if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" |
| 9818 | then |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 9819 | cat >conftest.$ac_ext <<_ACEOF |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9820 | /* confdefs.h. */ |
| 9821 | _ACEOF |
| 9822 | cat confdefs.h >>conftest.$ac_ext |
| 9823 | cat >>conftest.$ac_ext <<_ACEOF |
| 9824 | /* end confdefs.h. */ |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 9825 | #include <X11/Xlib.h> |
| 9826 | #include <X11/extensions/Xrandr.h> |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9827 | int |
| 9828 | main () |
| 9829 | { |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 9830 | static typeof(XRRSetScreenConfigAndRate) * func; |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9831 | ; |
| 9832 | return 0; |
| 9833 | } |
| 9834 | _ACEOF |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 9835 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9836 | if { (ac_try="$ac_compile" |
| 9837 | case "(($ac_try" in |
| 9838 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9839 | *) ac_try_echo=$ac_try;; |
| 9840 | esac |
| 9841 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9842 | (eval "$ac_compile") 2>conftest.er1 |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9843 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9844 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9845 | rm -f conftest.er1 |
| 9846 | cat conftest.err >&5 |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9848 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9849 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9850 | { (case "(($ac_try" in |
| 9851 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9852 | *) ac_try_echo=$ac_try;; |
| 9853 | esac |
| 9854 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9855 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 9856 | ac_status=$? |
| 9857 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9858 | (exit $ac_status); }; } && |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 9859 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9860 | { (case "(($ac_try" in |
| 9861 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9862 | *) ac_try_echo=$ac_try;; |
| 9863 | esac |
| 9864 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9865 | (eval "$ac_try") 2>&5 |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9866 | ac_status=$? |
| 9867 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9868 | (exit $ac_status); }; }; then |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9869 | |
| 9870 | cat >>confdefs.h <<\_ACEOF |
| 9871 | #define HAVE_LIBXRANDR 1 |
| 9872 | _ACEOF |
| 9873 | |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 9874 | else |
| 9875 | echo "$as_me: failed program was:" >&5 |
| 9876 | sed 's/^/| /' conftest.$ac_ext >&5 |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9877 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9878 | |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9879 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9880 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9881 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 255b486 | 2003-10-15 04:09:55 +0000 | [diff] [blame] | 9882 | fi |
Alex Pasadyn | 8f174bc | 2003-10-15 03:28:04 +0000 | [diff] [blame] | 9883 | |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9884 | if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" |
| 9885 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9886 | { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5 |
| 9887 | echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; } |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9888 | if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then |
| 9889 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9890 | else |
| 9891 | ac_check_lib_save_LIBS=$LIBS |
| 9892 | LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 9893 | cat >conftest.$ac_ext <<_ACEOF |
| 9894 | /* confdefs.h. */ |
| 9895 | _ACEOF |
| 9896 | cat confdefs.h >>conftest.$ac_ext |
| 9897 | cat >>conftest.$ac_ext <<_ACEOF |
| 9898 | /* end confdefs.h. */ |
| 9899 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9900 | /* Override any GCC internal prototype to avoid an error. |
| 9901 | Use char because int might match the return type of a GCC |
| 9902 | builtin and then its argument prototype would still apply. */ |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9903 | #ifdef __cplusplus |
| 9904 | extern "C" |
| 9905 | #endif |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9906 | char XRenderSetPictureTransform (); |
| 9907 | int |
| 9908 | main () |
| 9909 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9910 | return XRenderSetPictureTransform (); |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9911 | ; |
| 9912 | return 0; |
| 9913 | } |
| 9914 | _ACEOF |
| 9915 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9916 | if { (ac_try="$ac_link" |
| 9917 | case "(($ac_try" in |
| 9918 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9919 | *) ac_try_echo=$ac_try;; |
| 9920 | esac |
| 9921 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9922 | (eval "$ac_link") 2>conftest.er1 |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9923 | ac_status=$? |
| 9924 | grep -v '^ *+' conftest.er1 >conftest.err |
| 9925 | rm -f conftest.er1 |
| 9926 | cat conftest.err >&5 |
| 9927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9928 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9929 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 9930 | { (case "(($ac_try" in |
| 9931 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9932 | *) ac_try_echo=$ac_try;; |
| 9933 | esac |
| 9934 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9935 | (eval "$ac_try") 2>&5 |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9936 | ac_status=$? |
| 9937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9938 | (exit $ac_status); }; } && |
| 9939 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9940 | { (case "(($ac_try" in |
| 9941 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9942 | *) ac_try_echo=$ac_try;; |
| 9943 | esac |
| 9944 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9945 | (eval "$ac_try") 2>&5 |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9946 | ac_status=$? |
| 9947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9948 | (exit $ac_status); }; }; then |
| 9949 | ac_cv_lib_Xrender_XRenderSetPictureTransform=yes |
| 9950 | else |
| 9951 | echo "$as_me: failed program was:" >&5 |
| 9952 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9953 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9954 | ac_cv_lib_Xrender_XRenderSetPictureTransform=no |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9955 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9956 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 9957 | rm -f core conftest.err conftest.$ac_objext \ |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9958 | conftest$ac_exeext conftest.$ac_ext |
| 9959 | LIBS=$ac_check_lib_save_LIBS |
| 9960 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9961 | { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5 |
| 9962 | echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; } |
Kevin Koltzau | 92ec21b | 2004-10-27 00:43:50 +0000 | [diff] [blame] | 9963 | if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then |
| 9964 | |
| 9965 | cat >>confdefs.h <<\_ACEOF |
| 9966 | #define HAVE_XRENDERSETPICTURETRANSFORM 1 |
| 9967 | _ACEOF |
| 9968 | |
| 9969 | fi |
| 9970 | |
| 9971 | fi |
| 9972 | |
Alexandre Julliard | b807499 | 2002-11-21 21:51:24 +0000 | [diff] [blame] | 9973 | if test "x$with_opengl" != "xno" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 9974 | then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9975 | |
| 9976 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9977 | |
Huw Davies | 4eb4546 | 2006-03-07 13:55:35 +0000 | [diff] [blame] | 9978 | |
| 9979 | for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9980 | do |
| 9981 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 9982 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9983 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 9984 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9985 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9986 | else |
| 9987 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 9988 | /* confdefs.h. */ |
| 9989 | _ACEOF |
| 9990 | cat confdefs.h >>conftest.$ac_ext |
| 9991 | cat >>conftest.$ac_ext <<_ACEOF |
| 9992 | /* end confdefs.h. */ |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 9993 | #ifdef HAVE_GL_GLX_H |
| 9994 | # include <GL/glx.h> |
| 9995 | #endif |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 9996 | |
| 9997 | #include <$ac_header> |
| 9998 | _ACEOF |
| 9999 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10000 | if { (ac_try="$ac_compile" |
| 10001 | case "(($ac_try" in |
| 10002 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10003 | *) ac_try_echo=$ac_try;; |
| 10004 | esac |
| 10005 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10006 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10007 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10008 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10009 | rm -f conftest.er1 |
| 10010 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10012 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10013 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10014 | { (case "(($ac_try" in |
| 10015 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10016 | *) ac_try_echo=$ac_try;; |
| 10017 | esac |
| 10018 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10019 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10020 | ac_status=$? |
| 10021 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10022 | (exit $ac_status); }; } && |
| 10023 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10024 | { (case "(($ac_try" in |
| 10025 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10026 | *) ac_try_echo=$ac_try;; |
| 10027 | esac |
| 10028 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10029 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10030 | ac_status=$? |
| 10031 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10032 | (exit $ac_status); }; }; then |
| 10033 | eval "$as_ac_Header=yes" |
| 10034 | else |
| 10035 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10036 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10037 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10038 | eval "$as_ac_Header=no" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10039 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10040 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10041 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10042 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10043 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 10044 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 10045 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10046 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 10047 | cat >>confdefs.h <<_ACEOF |
| 10048 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 10049 | _ACEOF |
| 10050 | |
| 10051 | fi |
| 10052 | |
| 10053 | done |
| 10054 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 10055 | if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes" |
| 10056 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10057 | { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5 |
| 10058 | echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10059 | if test "${wine_cv_opengl_version_OK+set}" = set; then |
| 10060 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 10061 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10062 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10063 | /* confdefs.h. */ |
| 10064 | _ACEOF |
| 10065 | cat confdefs.h >>conftest.$ac_ext |
| 10066 | cat >>conftest.$ac_ext <<_ACEOF |
| 10067 | /* end confdefs.h. */ |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 10068 | #include <GL/gl.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10069 | int |
| 10070 | main () |
| 10071 | { |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 10072 | GLenum test = GL_UNSIGNED_SHORT_5_6_5; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10073 | ; |
| 10074 | return 0; |
| 10075 | } |
| 10076 | _ACEOF |
| 10077 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10078 | if { (ac_try="$ac_compile" |
| 10079 | case "(($ac_try" in |
| 10080 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10081 | *) ac_try_echo=$ac_try;; |
| 10082 | esac |
| 10083 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10084 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10085 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10086 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10087 | rm -f conftest.er1 |
| 10088 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10090 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10091 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10092 | { (case "(($ac_try" in |
| 10093 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10094 | *) ac_try_echo=$ac_try;; |
| 10095 | esac |
| 10096 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10097 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10098 | ac_status=$? |
| 10099 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10100 | (exit $ac_status); }; } && |
| 10101 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10102 | { (case "(($ac_try" in |
| 10103 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10104 | *) ac_try_echo=$ac_try;; |
| 10105 | esac |
| 10106 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10107 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10108 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10110 | (exit $ac_status); }; }; then |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 10111 | wine_cv_opengl_version_OK="yes" |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 10112 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10113 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10114 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10115 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10116 | wine_cv_opengl_version_OK="no" |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 10117 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10118 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10119 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10120 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 10121 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10122 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10123 | { echo "$as_me:$LINENO: result: $wine_cv_opengl_version_OK" >&5 |
| 10124 | echo "${ECHO_T}$wine_cv_opengl_version_OK" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10125 | |
Alexandre Julliard | b807499 | 2002-11-21 21:51:24 +0000 | [diff] [blame] | 10126 | if test "$wine_cv_opengl_version_OK" = "yes" |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 10127 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10128 | { echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5 |
| 10129 | echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10130 | if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then |
| 10131 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 10132 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10133 | ac_check_lib_save_LIBS=$LIBS |
Marcus Meissner | 376ec88 | 2000-01-05 03:24:52 +0000 | [diff] [blame] | 10134 | LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10135 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10136 | /* confdefs.h. */ |
| 10137 | _ACEOF |
| 10138 | cat confdefs.h >>conftest.$ac_ext |
| 10139 | cat >>conftest.$ac_ext <<_ACEOF |
| 10140 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10141 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10142 | /* Override any GCC internal prototype to avoid an error. |
| 10143 | Use char because int might match the return type of a GCC |
| 10144 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10145 | #ifdef __cplusplus |
| 10146 | extern "C" |
| 10147 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10148 | char glXCreateContext (); |
| 10149 | int |
| 10150 | main () |
| 10151 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10152 | return glXCreateContext (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10153 | ; |
| 10154 | return 0; |
| 10155 | } |
| 10156 | _ACEOF |
| 10157 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10158 | if { (ac_try="$ac_link" |
| 10159 | case "(($ac_try" in |
| 10160 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10161 | *) ac_try_echo=$ac_try;; |
| 10162 | esac |
| 10163 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10164 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10165 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10166 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10167 | rm -f conftest.er1 |
| 10168 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10170 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10171 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10172 | { (case "(($ac_try" in |
| 10173 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10174 | *) ac_try_echo=$ac_try;; |
| 10175 | esac |
| 10176 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10177 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10178 | ac_status=$? |
| 10179 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10180 | (exit $ac_status); }; } && |
| 10181 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10182 | { (case "(($ac_try" in |
| 10183 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10184 | *) ac_try_echo=$ac_try;; |
| 10185 | esac |
| 10186 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10187 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10188 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10189 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10190 | (exit $ac_status); }; }; then |
| 10191 | ac_cv_lib_GL_glXCreateContext=yes |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 10192 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10193 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10194 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10195 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10196 | ac_cv_lib_GL_glXCreateContext=no |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 10197 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10198 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10199 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10200 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10201 | LIBS=$ac_check_lib_save_LIBS |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 10202 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10203 | { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5 |
| 10204 | echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10205 | if test $ac_cv_lib_GL_glXCreateContext = yes; then |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 10206 | OPENGL_LIBS="-lGL" |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 10207 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10208 | fi |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 10209 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10210 | |
Alexandre Julliard | b508a1d | 2002-01-21 18:06:10 +0000 | [diff] [blame] | 10211 | if test "$ac_cv_lib_GL_glXCreateContext" = "yes" |
Lionel Ulmer | bd8ede1 | 2000-10-12 20:45:58 +0000 | [diff] [blame] | 10212 | then |
Lionel Ulmer | bd8ede1 | 2000-10-12 20:45:58 +0000 | [diff] [blame] | 10213 | OPENGLFILES='$(OPENGLFILES)' |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10214 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10215 | cat >>confdefs.h <<\_ACEOF |
Marcus Meissner | 6bb6d4c | 2000-08-09 22:21:08 +0000 | [diff] [blame] | 10216 | #define HAVE_OPENGL 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10217 | _ACEOF |
Marcus Meissner | 6bb6d4c | 2000-08-09 22:21:08 +0000 | [diff] [blame] | 10218 | |
Anderson Lizardo | 5a2da4e | 2005-07-25 11:12:11 +0000 | [diff] [blame] | 10219 | else |
| 10220 | if test -f /usr/X11R6/lib/libGL.a |
| 10221 | then |
| 10222 | { { echo "$as_me:$LINENO: error: /usr/X11R6/lib/libGL.a is present on your system. |
| 10223 | This prevents linking to OpenGL. Delete the file and restart configure." >&5 |
| 10224 | echo "$as_me: error: /usr/X11R6/lib/libGL.a is present on your system. |
| 10225 | This prevents linking to OpenGL. Delete the file and restart configure." >&2;} |
| 10226 | { (exit 1); exit 1; }; } |
| 10227 | fi |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 10228 | fi |
Anderson Lizardo | 5a2da4e | 2005-07-25 11:12:11 +0000 | [diff] [blame] | 10229 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10230 | { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5 |
| 10231 | echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10232 | if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then |
| 10233 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10234 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10235 | ac_check_lib_save_LIBS=$LIBS |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 10236 | LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10237 | $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10238 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10239 | /* confdefs.h. */ |
| 10240 | _ACEOF |
| 10241 | cat confdefs.h >>conftest.$ac_ext |
| 10242 | cat >>conftest.$ac_ext <<_ACEOF |
| 10243 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10244 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10245 | /* Override any GCC internal prototype to avoid an error. |
| 10246 | Use char because int might match the return type of a GCC |
| 10247 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10248 | #ifdef __cplusplus |
| 10249 | extern "C" |
| 10250 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10251 | char gluLookAt (); |
| 10252 | int |
| 10253 | main () |
| 10254 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10255 | return gluLookAt (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10256 | ; |
| 10257 | return 0; |
| 10258 | } |
| 10259 | _ACEOF |
| 10260 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10261 | if { (ac_try="$ac_link" |
| 10262 | case "(($ac_try" in |
| 10263 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10264 | *) ac_try_echo=$ac_try;; |
| 10265 | esac |
| 10266 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10267 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10268 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10269 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10270 | rm -f conftest.er1 |
| 10271 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10272 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10273 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10274 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10275 | { (case "(($ac_try" in |
| 10276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10277 | *) ac_try_echo=$ac_try;; |
| 10278 | esac |
| 10279 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10280 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10281 | ac_status=$? |
| 10282 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10283 | (exit $ac_status); }; } && |
| 10284 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10285 | { (case "(($ac_try" in |
| 10286 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10287 | *) ac_try_echo=$ac_try;; |
| 10288 | esac |
| 10289 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10290 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10291 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 10292 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10293 | (exit $ac_status); }; }; then |
| 10294 | ac_cv_lib_GLU_gluLookAt=yes |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10295 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10296 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10297 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10298 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10299 | ac_cv_lib_GLU_gluLookAt=no |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10300 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10301 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10302 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10303 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10304 | LIBS=$ac_check_lib_save_LIBS |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10305 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10306 | { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5 |
| 10307 | echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10308 | if test $ac_cv_lib_GLU_gluLookAt = yes; then |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 10309 | OPENGL_LIBS="$OPENGL_LIBS -lGLU" |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10310 | GLU32FILES='$(GLU32FILES)' |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 10311 | |
Marcus Meissner | b63ab44 | 2001-06-08 19:02:57 +0000 | [diff] [blame] | 10312 | fi |
| 10313 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 10314 | fi |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10315 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10316 | { echo "$as_me:$LINENO: checking for glutMainLoop in -lglut" >&5 |
| 10317 | echo $ECHO_N "checking for glutMainLoop in -lglut... $ECHO_C" >&6; } |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10318 | if test "${ac_cv_lib_glut_glutMainLoop+set}" = set; then |
| 10319 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10320 | else |
| 10321 | ac_check_lib_save_LIBS=$LIBS |
Jacek Caban | 5e69f11 | 2003-12-03 20:26:43 +0000 | [diff] [blame] | 10322 | LIBS="-lglut $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXmu -lXi -lX11 $X_EXTRA_LIBS $LIBS" |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10323 | cat >conftest.$ac_ext <<_ACEOF |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10324 | /* confdefs.h. */ |
| 10325 | _ACEOF |
| 10326 | cat confdefs.h >>conftest.$ac_ext |
| 10327 | cat >>conftest.$ac_ext <<_ACEOF |
| 10328 | /* end confdefs.h. */ |
| 10329 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10330 | /* Override any GCC internal prototype to avoid an error. |
| 10331 | Use char because int might match the return type of a GCC |
| 10332 | builtin and then its argument prototype would still apply. */ |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10333 | #ifdef __cplusplus |
| 10334 | extern "C" |
| 10335 | #endif |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10336 | char glutMainLoop (); |
| 10337 | int |
| 10338 | main () |
| 10339 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10340 | return glutMainLoop (); |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10341 | ; |
| 10342 | return 0; |
| 10343 | } |
| 10344 | _ACEOF |
| 10345 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10346 | if { (ac_try="$ac_link" |
| 10347 | case "(($ac_try" in |
| 10348 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10349 | *) ac_try_echo=$ac_try;; |
| 10350 | esac |
| 10351 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10352 | (eval "$ac_link") 2>conftest.er1 |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10353 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10354 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10355 | rm -f conftest.er1 |
| 10356 | cat conftest.err >&5 |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10358 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10359 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10360 | { (case "(($ac_try" in |
| 10361 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10362 | *) ac_try_echo=$ac_try;; |
| 10363 | esac |
| 10364 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10365 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10366 | ac_status=$? |
| 10367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10368 | (exit $ac_status); }; } && |
| 10369 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10370 | { (case "(($ac_try" in |
| 10371 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10372 | *) ac_try_echo=$ac_try;; |
| 10373 | esac |
| 10374 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10375 | (eval "$ac_try") 2>&5 |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10376 | ac_status=$? |
| 10377 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10378 | (exit $ac_status); }; }; then |
| 10379 | ac_cv_lib_glut_glutMainLoop=yes |
| 10380 | else |
| 10381 | echo "$as_me: failed program was:" >&5 |
| 10382 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10383 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10384 | ac_cv_lib_glut_glutMainLoop=no |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10385 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10386 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10387 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10388 | conftest$ac_exeext conftest.$ac_ext |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10389 | LIBS=$ac_check_lib_save_LIBS |
| 10390 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10391 | { echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutMainLoop" >&5 |
| 10392 | echo "${ECHO_T}$ac_cv_lib_glut_glutMainLoop" >&6; } |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10393 | if test $ac_cv_lib_glut_glutMainLoop = yes; then |
Jacek Caban | 5e69f11 | 2003-12-03 20:26:43 +0000 | [diff] [blame] | 10394 | GLUT_LIBS="-lglut -lXmu -lXi" |
Jacek Caban | ef799c4 | 2003-12-02 04:11:09 +0000 | [diff] [blame] | 10395 | |
| 10396 | GLUT32FILES='$(GLUT32FILES)' |
| 10397 | |
| 10398 | fi |
| 10399 | |
Lionel Ulmer | fbc15b1 | 2000-04-29 14:23:22 +0000 | [diff] [blame] | 10400 | fi |
Patrik Stridvall | 2411028 | 1999-02-04 10:09:54 +0000 | [diff] [blame] | 10401 | fi |
Ove Kaaven | 1eb593c | 1999-02-14 09:34:46 +0000 | [diff] [blame] | 10402 | |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10403 | NASLIBS="" |
| 10404 | |
| 10405 | |
| 10406 | for ac_header in audio/audiolib.h |
| 10407 | do |
| 10408 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10409 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 10410 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10411 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 10412 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10413 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10414 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10415 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 10416 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 10417 | echo "${ECHO_T}$ac_res" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10418 | else |
| 10419 | # Is the header compilable? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10420 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 10421 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10422 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10423 | /* confdefs.h. */ |
| 10424 | _ACEOF |
| 10425 | cat confdefs.h >>conftest.$ac_ext |
| 10426 | cat >>conftest.$ac_ext <<_ACEOF |
| 10427 | /* end confdefs.h. */ |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10428 | $ac_includes_default |
| 10429 | #include <$ac_header> |
| 10430 | _ACEOF |
| 10431 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10432 | if { (ac_try="$ac_compile" |
| 10433 | case "(($ac_try" in |
| 10434 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10435 | *) ac_try_echo=$ac_try;; |
| 10436 | esac |
| 10437 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10438 | (eval "$ac_compile") 2>conftest.er1 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10439 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10440 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10441 | rm -f conftest.er1 |
| 10442 | cat conftest.err >&5 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10443 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10444 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10445 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10446 | { (case "(($ac_try" in |
| 10447 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10448 | *) ac_try_echo=$ac_try;; |
| 10449 | esac |
| 10450 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10451 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10452 | ac_status=$? |
| 10453 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10454 | (exit $ac_status); }; } && |
| 10455 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10456 | { (case "(($ac_try" in |
| 10457 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10458 | *) ac_try_echo=$ac_try;; |
| 10459 | esac |
| 10460 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10461 | (eval "$ac_try") 2>&5 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10462 | ac_status=$? |
| 10463 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10464 | (exit $ac_status); }; }; then |
| 10465 | ac_header_compiler=yes |
| 10466 | else |
| 10467 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10468 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10469 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10470 | ac_header_compiler=no |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10471 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10472 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10473 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10474 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 10475 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10476 | |
| 10477 | # Is the header present? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10478 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 10479 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10480 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10481 | /* confdefs.h. */ |
| 10482 | _ACEOF |
| 10483 | cat confdefs.h >>conftest.$ac_ext |
| 10484 | cat >>conftest.$ac_ext <<_ACEOF |
| 10485 | /* end confdefs.h. */ |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10486 | #include <$ac_header> |
| 10487 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10488 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 10489 | case "(($ac_try" in |
| 10490 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10491 | *) ac_try_echo=$ac_try;; |
| 10492 | esac |
| 10493 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10494 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10495 | ac_status=$? |
| 10496 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10497 | rm -f conftest.er1 |
| 10498 | cat conftest.err >&5 |
| 10499 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10500 | (exit $ac_status); } >/dev/null; then |
| 10501 | if test -s conftest.err; then |
| 10502 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10503 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10504 | else |
| 10505 | ac_cpp_err= |
| 10506 | fi |
| 10507 | else |
| 10508 | ac_cpp_err=yes |
| 10509 | fi |
| 10510 | if test -z "$ac_cpp_err"; then |
| 10511 | ac_header_preproc=yes |
| 10512 | else |
| 10513 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10514 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10515 | |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10516 | ac_header_preproc=no |
| 10517 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10518 | |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10519 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10520 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 10521 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10522 | |
| 10523 | # So? What about this header? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10524 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 10525 | yes:no: ) |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10526 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 10527 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10528 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 10529 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 10530 | ac_header_preproc=yes |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10531 | ;; |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10532 | no:yes:* ) |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10533 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 10534 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10535 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 10536 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 10537 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| 10538 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| 10539 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| 10540 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10541 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10542 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10543 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| 10544 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10545 | ( cat <<\_ASBOX |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10546 | ## ------------------------------------ ## |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10547 | ## Report this to wine-devel@winehq.org ## |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10548 | ## ------------------------------------ ## |
| 10549 | _ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10550 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10551 | ;; |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10552 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10553 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10554 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 10555 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10556 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10557 | else |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10558 | eval "$as_ac_Header=\$ac_header_preproc" |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10559 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10560 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 10561 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 10562 | echo "${ECHO_T}$ac_res" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10563 | |
| 10564 | fi |
| 10565 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 10566 | cat >>confdefs.h <<_ACEOF |
| 10567 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 10568 | _ACEOF |
| 10569 | |
| 10570 | for ac_header in audio/soundlib.h |
| 10571 | do |
| 10572 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10573 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10574 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 10575 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10576 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10577 | else |
| 10578 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10579 | /* confdefs.h. */ |
| 10580 | _ACEOF |
| 10581 | cat confdefs.h >>conftest.$ac_ext |
| 10582 | cat >>conftest.$ac_ext <<_ACEOF |
| 10583 | /* end confdefs.h. */ |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10584 | #include <audio/audiolib.h> |
| 10585 | |
| 10586 | #include <$ac_header> |
| 10587 | _ACEOF |
| 10588 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10589 | if { (ac_try="$ac_compile" |
| 10590 | case "(($ac_try" in |
| 10591 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10592 | *) ac_try_echo=$ac_try;; |
| 10593 | esac |
| 10594 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10595 | (eval "$ac_compile") 2>conftest.er1 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10596 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10597 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10598 | rm -f conftest.er1 |
| 10599 | cat conftest.err >&5 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10600 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10601 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10602 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10603 | { (case "(($ac_try" in |
| 10604 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10605 | *) ac_try_echo=$ac_try;; |
| 10606 | esac |
| 10607 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10608 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10609 | ac_status=$? |
| 10610 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10611 | (exit $ac_status); }; } && |
| 10612 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10613 | { (case "(($ac_try" in |
| 10614 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10615 | *) ac_try_echo=$ac_try;; |
| 10616 | esac |
| 10617 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10618 | (eval "$ac_try") 2>&5 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10619 | ac_status=$? |
| 10620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10621 | (exit $ac_status); }; }; then |
| 10622 | eval "$as_ac_Header=yes" |
| 10623 | else |
| 10624 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10625 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10626 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10627 | eval "$as_ac_Header=no" |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10628 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10629 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10630 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10631 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10632 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 10633 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 10634 | echo "${ECHO_T}$ac_res" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10635 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 10636 | cat >>confdefs.h <<_ACEOF |
| 10637 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 10638 | _ACEOF |
| 10639 | |
| 10640 | fi |
| 10641 | |
| 10642 | done |
| 10643 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10644 | { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5 |
| 10645 | echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10646 | if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then |
| 10647 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10648 | else |
| 10649 | ac_check_lib_save_LIBS=$LIBS |
| 10650 | LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 10651 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10652 | /* confdefs.h. */ |
| 10653 | _ACEOF |
| 10654 | cat confdefs.h >>conftest.$ac_ext |
| 10655 | cat >>conftest.$ac_ext <<_ACEOF |
| 10656 | /* end confdefs.h. */ |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10657 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10658 | /* Override any GCC internal prototype to avoid an error. |
| 10659 | Use char because int might match the return type of a GCC |
| 10660 | builtin and then its argument prototype would still apply. */ |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10661 | #ifdef __cplusplus |
| 10662 | extern "C" |
| 10663 | #endif |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10664 | char AuCreateFlow (); |
| 10665 | int |
| 10666 | main () |
| 10667 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10668 | return AuCreateFlow (); |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10669 | ; |
| 10670 | return 0; |
| 10671 | } |
| 10672 | _ACEOF |
| 10673 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10674 | if { (ac_try="$ac_link" |
| 10675 | case "(($ac_try" in |
| 10676 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10677 | *) ac_try_echo=$ac_try;; |
| 10678 | esac |
| 10679 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10680 | (eval "$ac_link") 2>conftest.er1 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10681 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10682 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10683 | rm -f conftest.er1 |
| 10684 | cat conftest.err >&5 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10685 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10686 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10687 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10688 | { (case "(($ac_try" in |
| 10689 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10690 | *) ac_try_echo=$ac_try;; |
| 10691 | esac |
| 10692 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10693 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10694 | ac_status=$? |
| 10695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10696 | (exit $ac_status); }; } && |
| 10697 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10698 | { (case "(($ac_try" in |
| 10699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10700 | *) ac_try_echo=$ac_try;; |
| 10701 | esac |
| 10702 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10703 | (eval "$ac_try") 2>&5 |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10704 | ac_status=$? |
| 10705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10706 | (exit $ac_status); }; }; then |
| 10707 | ac_cv_lib_audio_AuCreateFlow=yes |
| 10708 | else |
| 10709 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 10710 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10711 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10712 | ac_cv_lib_audio_AuCreateFlow=no |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10713 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10714 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10715 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 10716 | conftest$ac_exeext conftest.$ac_ext |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10717 | LIBS=$ac_check_lib_save_LIBS |
| 10718 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10719 | { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5 |
| 10720 | echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; } |
Francois Gouget | 6f670b1 | 2002-10-10 17:54:27 +0000 | [diff] [blame] | 10721 | if test $ac_cv_lib_audio_AuCreateFlow = yes; then |
| 10722 | |
| 10723 | cat >>confdefs.h <<\_ACEOF |
| 10724 | #define HAVE_NAS 1 |
| 10725 | _ACEOF |
| 10726 | |
| 10727 | NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS" |
| 10728 | fi |
| 10729 | |
| 10730 | fi |
| 10731 | |
| 10732 | done |
| 10733 | |
| 10734 | |
Ove Kaaven | 1eb593c | 1999-02-14 09:34:46 +0000 | [diff] [blame] | 10735 | CPPFLAGS="$ac_save_CPPFLAGS" |
Patrik Stridvall | 2941a21 | 2000-04-25 20:34:22 +0000 | [diff] [blame] | 10736 | XFILES='$(XFILES)' |
Patrik Stridvall | ea58472 | 1998-11-01 16:22:07 +0000 | [diff] [blame] | 10737 | else |
| 10738 | XLIB="" |
| 10739 | X_CFLAGS="" |
| 10740 | X_LIBS="" |
| 10741 | fi |
Alexandre Julliard | 902da69 | 1995-11-05 14:39:02 +0000 | [diff] [blame] | 10742 | |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10743 | |
| 10744 | XML2LIBS="" |
| 10745 | |
| 10746 | XML2INCL="" |
| 10747 | |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 10748 | XSLTLIBS="" |
| 10749 | |
| 10750 | XSLTINCL="" |
| 10751 | |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10752 | if test "$PKG_CONFIG" != "false" |
| 10753 | then |
| 10754 | ac_save_CPPFLAGS="$CPPFLAGS" |
Alexandre Julliard | d01063e | 2006-06-22 12:07:57 +0200 | [diff] [blame] | 10755 | ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`" |
| 10756 | ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`" |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10757 | CPPFLAGS="$CPPFLAGS $ac_xml_cflags" |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10758 | |
| 10759 | for ac_header in libxml/parser.h |
| 10760 | do |
| 10761 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10762 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 10763 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10764 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 10765 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10766 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10767 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10768 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 10769 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 10770 | echo "${ECHO_T}$ac_res" >&6; } |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10771 | else |
| 10772 | # Is the header compilable? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10773 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 10774 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10775 | cat >conftest.$ac_ext <<_ACEOF |
| 10776 | /* confdefs.h. */ |
| 10777 | _ACEOF |
| 10778 | cat confdefs.h >>conftest.$ac_ext |
| 10779 | cat >>conftest.$ac_ext <<_ACEOF |
| 10780 | /* end confdefs.h. */ |
| 10781 | $ac_includes_default |
| 10782 | #include <$ac_header> |
| 10783 | _ACEOF |
| 10784 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10785 | if { (ac_try="$ac_compile" |
| 10786 | case "(($ac_try" in |
| 10787 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10788 | *) ac_try_echo=$ac_try;; |
| 10789 | esac |
| 10790 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10791 | (eval "$ac_compile") 2>conftest.er1 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10792 | ac_status=$? |
| 10793 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10794 | rm -f conftest.er1 |
| 10795 | cat conftest.err >&5 |
| 10796 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10797 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10798 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10799 | { (case "(($ac_try" in |
| 10800 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10801 | *) ac_try_echo=$ac_try;; |
| 10802 | esac |
| 10803 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10804 | (eval "$ac_try") 2>&5 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10805 | ac_status=$? |
| 10806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10807 | (exit $ac_status); }; } && |
| 10808 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10809 | { (case "(($ac_try" in |
| 10810 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10811 | *) ac_try_echo=$ac_try;; |
| 10812 | esac |
| 10813 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10814 | (eval "$ac_try") 2>&5 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10815 | ac_status=$? |
| 10816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10817 | (exit $ac_status); }; }; then |
| 10818 | ac_header_compiler=yes |
| 10819 | else |
| 10820 | echo "$as_me: failed program was:" >&5 |
| 10821 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10822 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10823 | ac_header_compiler=no |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10824 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10825 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10826 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10827 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 10828 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10829 | |
| 10830 | # Is the header present? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10831 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 10832 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10833 | cat >conftest.$ac_ext <<_ACEOF |
| 10834 | /* confdefs.h. */ |
| 10835 | _ACEOF |
| 10836 | cat confdefs.h >>conftest.$ac_ext |
| 10837 | cat >>conftest.$ac_ext <<_ACEOF |
| 10838 | /* end confdefs.h. */ |
| 10839 | #include <$ac_header> |
| 10840 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10841 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 10842 | case "(($ac_try" in |
| 10843 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10844 | *) ac_try_echo=$ac_try;; |
| 10845 | esac |
| 10846 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10847 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10848 | ac_status=$? |
| 10849 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10850 | rm -f conftest.er1 |
| 10851 | cat conftest.err >&5 |
| 10852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10853 | (exit $ac_status); } >/dev/null; then |
| 10854 | if test -s conftest.err; then |
| 10855 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 10856 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| 10857 | else |
| 10858 | ac_cpp_err= |
| 10859 | fi |
| 10860 | else |
| 10861 | ac_cpp_err=yes |
| 10862 | fi |
| 10863 | if test -z "$ac_cpp_err"; then |
| 10864 | ac_header_preproc=yes |
| 10865 | else |
| 10866 | echo "$as_me: failed program was:" >&5 |
| 10867 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10868 | |
| 10869 | ac_header_preproc=no |
| 10870 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10871 | |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10872 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10873 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 10874 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10875 | |
| 10876 | # So? What about this header? |
| 10877 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 10878 | yes:no: ) |
| 10879 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 10880 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 10881 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 10882 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 10883 | ac_header_preproc=yes |
| 10884 | ;; |
| 10885 | no:yes:* ) |
| 10886 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 10887 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 10888 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 10889 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 10890 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| 10891 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| 10892 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| 10893 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| 10894 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 10895 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 10896 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| 10897 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10898 | ( cat <<\_ASBOX |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10899 | ## ------------------------------------ ## |
| 10900 | ## Report this to wine-devel@winehq.org ## |
| 10901 | ## ------------------------------------ ## |
| 10902 | _ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10903 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10904 | ;; |
| 10905 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10906 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 10907 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 10908 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10909 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10910 | else |
| 10911 | eval "$as_ac_Header=\$ac_header_preproc" |
| 10912 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10913 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 10914 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 10915 | echo "${ECHO_T}$ac_res" >&6; } |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10916 | |
| 10917 | fi |
| 10918 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 10919 | cat >>confdefs.h <<_ACEOF |
| 10920 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 10921 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10922 | { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5 |
| 10923 | echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; } |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10924 | if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10925 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10926 | else |
| 10927 | ac_check_lib_save_LIBS=$LIBS |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10928 | LIBS="-lxml2 $ac_xml_libs $LIBS" |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10929 | cat >conftest.$ac_ext <<_ACEOF |
| 10930 | /* confdefs.h. */ |
| 10931 | _ACEOF |
| 10932 | cat confdefs.h >>conftest.$ac_ext |
| 10933 | cat >>conftest.$ac_ext <<_ACEOF |
| 10934 | /* end confdefs.h. */ |
| 10935 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10936 | /* Override any GCC internal prototype to avoid an error. |
| 10937 | Use char because int might match the return type of a GCC |
| 10938 | builtin and then its argument prototype would still apply. */ |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10939 | #ifdef __cplusplus |
| 10940 | extern "C" |
| 10941 | #endif |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10942 | char xmlParseMemory (); |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10943 | int |
| 10944 | main () |
| 10945 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10946 | return xmlParseMemory (); |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10947 | ; |
| 10948 | return 0; |
| 10949 | } |
| 10950 | _ACEOF |
| 10951 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10952 | if { (ac_try="$ac_link" |
| 10953 | case "(($ac_try" in |
| 10954 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10955 | *) ac_try_echo=$ac_try;; |
| 10956 | esac |
| 10957 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10958 | (eval "$ac_link") 2>conftest.er1 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10959 | ac_status=$? |
| 10960 | grep -v '^ *+' conftest.er1 >conftest.err |
| 10961 | rm -f conftest.er1 |
| 10962 | cat conftest.err >&5 |
| 10963 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10964 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10965 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 10966 | { (case "(($ac_try" in |
| 10967 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10968 | *) ac_try_echo=$ac_try;; |
| 10969 | esac |
| 10970 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10971 | (eval "$ac_try") 2>&5 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10972 | ac_status=$? |
| 10973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10974 | (exit $ac_status); }; } && |
| 10975 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10976 | { (case "(($ac_try" in |
| 10977 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 10978 | *) ac_try_echo=$ac_try;; |
| 10979 | esac |
| 10980 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 10981 | (eval "$ac_try") 2>&5 |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10982 | ac_status=$? |
| 10983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10984 | (exit $ac_status); }; }; then |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10985 | ac_cv_lib_xml2_xmlParseMemory=yes |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10986 | else |
| 10987 | echo "$as_me: failed program was:" >&5 |
| 10988 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10989 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10990 | ac_cv_lib_xml2_xmlParseMemory=no |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10991 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10992 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 10993 | rm -f core conftest.err conftest.$ac_objext \ |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 10994 | conftest$ac_exeext conftest.$ac_ext |
| 10995 | LIBS=$ac_check_lib_save_LIBS |
| 10996 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 10997 | { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5 |
| 10998 | echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; } |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 10999 | if test $ac_cv_lib_xml2_xmlParseMemory = yes; then |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 11000 | |
| 11001 | cat >>confdefs.h <<\_ACEOF |
| 11002 | #define HAVE_LIBXML2 1 |
| 11003 | _ACEOF |
| 11004 | |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 11005 | XML2LIBS="$ac_xml_libs" |
| 11006 | XML2INCL="$ac_xml_cflags" |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 11007 | fi |
| 11008 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11009 | { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5 |
| 11010 | echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; } |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11011 | if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then |
| 11012 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11013 | else |
| 11014 | ac_check_lib_save_LIBS=$LIBS |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11015 | LIBS="-lxml2 $ac_xml_libs $LIBS" |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11016 | cat >conftest.$ac_ext <<_ACEOF |
| 11017 | /* confdefs.h. */ |
| 11018 | _ACEOF |
| 11019 | cat confdefs.h >>conftest.$ac_ext |
| 11020 | cat >>conftest.$ac_ext <<_ACEOF |
| 11021 | /* end confdefs.h. */ |
| 11022 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11023 | /* Override any GCC internal prototype to avoid an error. |
| 11024 | Use char because int might match the return type of a GCC |
| 11025 | builtin and then its argument prototype would still apply. */ |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11026 | #ifdef __cplusplus |
| 11027 | extern "C" |
| 11028 | #endif |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11029 | char xmlReadMemory (); |
| 11030 | int |
| 11031 | main () |
| 11032 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11033 | return xmlReadMemory (); |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11034 | ; |
| 11035 | return 0; |
| 11036 | } |
| 11037 | _ACEOF |
| 11038 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11039 | if { (ac_try="$ac_link" |
| 11040 | case "(($ac_try" in |
| 11041 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11042 | *) ac_try_echo=$ac_try;; |
| 11043 | esac |
| 11044 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11045 | (eval "$ac_link") 2>conftest.er1 |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11046 | ac_status=$? |
| 11047 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11048 | rm -f conftest.er1 |
| 11049 | cat conftest.err >&5 |
| 11050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11051 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11052 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11053 | { (case "(($ac_try" in |
| 11054 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11055 | *) ac_try_echo=$ac_try;; |
| 11056 | esac |
| 11057 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11058 | (eval "$ac_try") 2>&5 |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11059 | ac_status=$? |
| 11060 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11061 | (exit $ac_status); }; } && |
| 11062 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11063 | { (case "(($ac_try" in |
| 11064 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11065 | *) ac_try_echo=$ac_try;; |
| 11066 | esac |
| 11067 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11068 | (eval "$ac_try") 2>&5 |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11069 | ac_status=$? |
| 11070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11071 | (exit $ac_status); }; }; then |
| 11072 | ac_cv_lib_xml2_xmlReadMemory=yes |
| 11073 | else |
| 11074 | echo "$as_me: failed program was:" >&5 |
| 11075 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11076 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11077 | ac_cv_lib_xml2_xmlReadMemory=no |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11078 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11079 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11080 | rm -f core conftest.err conftest.$ac_objext \ |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11081 | conftest$ac_exeext conftest.$ac_ext |
| 11082 | LIBS=$ac_check_lib_save_LIBS |
| 11083 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11084 | { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5 |
| 11085 | echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; } |
Mike McCormack | 70adb8f | 2005-08-12 10:35:17 +0000 | [diff] [blame] | 11086 | if test $ac_cv_lib_xml2_xmlReadMemory = yes; then |
| 11087 | |
| 11088 | cat >>confdefs.h <<\_ACEOF |
| 11089 | #define HAVE_XMLREADMEMORY 1 |
| 11090 | _ACEOF |
| 11091 | |
| 11092 | fi |
| 11093 | |
| 11094 | |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 11095 | fi |
| 11096 | |
| 11097 | done |
| 11098 | |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 11099 | CPPFLAGS="$ac_save_CPPFLAGS" |
Alexandre Julliard | d01063e | 2006-06-22 12:07:57 +0200 | [diff] [blame] | 11100 | ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`" |
| 11101 | ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`" |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11102 | CPPFLAGS="$CPPFLAGS $ac_xslt_cflags" |
| 11103 | |
| 11104 | |
Vincent BĂ©ron | d7f6424 | 2005-09-15 09:39:09 +0000 | [diff] [blame] | 11105 | for ac_header in libxslt/pattern.h libxslt/transform.h |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11106 | do |
| 11107 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11108 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11109 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 11110 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11111 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11112 | else |
Vincent BĂ©ron | d7f6424 | 2005-09-15 09:39:09 +0000 | [diff] [blame] | 11113 | cat >conftest.$ac_ext <<_ACEOF |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11114 | /* confdefs.h. */ |
| 11115 | _ACEOF |
| 11116 | cat confdefs.h >>conftest.$ac_ext |
| 11117 | cat >>conftest.$ac_ext <<_ACEOF |
| 11118 | /* end confdefs.h. */ |
Vincent BĂ©ron | d7f6424 | 2005-09-15 09:39:09 +0000 | [diff] [blame] | 11119 | #ifdef HAVE_LIBXSLT_PATTERN_H |
| 11120 | # include <libxslt/pattern.h> |
| 11121 | #endif |
| 11122 | |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11123 | #include <$ac_header> |
| 11124 | _ACEOF |
| 11125 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11126 | if { (ac_try="$ac_compile" |
| 11127 | case "(($ac_try" in |
| 11128 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11129 | *) ac_try_echo=$ac_try;; |
| 11130 | esac |
| 11131 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11132 | (eval "$ac_compile") 2>conftest.er1 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11133 | ac_status=$? |
| 11134 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11135 | rm -f conftest.er1 |
| 11136 | cat conftest.err >&5 |
| 11137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11138 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11139 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11140 | { (case "(($ac_try" in |
| 11141 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11142 | *) ac_try_echo=$ac_try;; |
| 11143 | esac |
| 11144 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11145 | (eval "$ac_try") 2>&5 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11146 | ac_status=$? |
| 11147 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11148 | (exit $ac_status); }; } && |
| 11149 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11150 | { (case "(($ac_try" in |
| 11151 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11152 | *) ac_try_echo=$ac_try;; |
| 11153 | esac |
| 11154 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11155 | (eval "$ac_try") 2>&5 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11156 | ac_status=$? |
| 11157 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11158 | (exit $ac_status); }; }; then |
Vincent BĂ©ron | d7f6424 | 2005-09-15 09:39:09 +0000 | [diff] [blame] | 11159 | eval "$as_ac_Header=yes" |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11160 | else |
| 11161 | echo "$as_me: failed program was:" >&5 |
| 11162 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11163 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11164 | eval "$as_ac_Header=no" |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11165 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11166 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11167 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11168 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11169 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 11170 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 11171 | echo "${ECHO_T}$ac_res" >&6; } |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11172 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 11173 | cat >>confdefs.h <<_ACEOF |
| 11174 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 11175 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11176 | { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5 |
| 11177 | echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; } |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11178 | if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then |
| 11179 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11180 | else |
| 11181 | ac_check_lib_save_LIBS=$LIBS |
| 11182 | LIBS="-lxslt $ac_xslt_libs $LIBS" |
| 11183 | cat >conftest.$ac_ext <<_ACEOF |
| 11184 | /* confdefs.h. */ |
| 11185 | _ACEOF |
| 11186 | cat confdefs.h >>conftest.$ac_ext |
| 11187 | cat >>conftest.$ac_ext <<_ACEOF |
| 11188 | /* end confdefs.h. */ |
| 11189 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11190 | /* Override any GCC internal prototype to avoid an error. |
| 11191 | Use char because int might match the return type of a GCC |
| 11192 | builtin and then its argument prototype would still apply. */ |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11193 | #ifdef __cplusplus |
| 11194 | extern "C" |
| 11195 | #endif |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11196 | char xsltCompilePattern (); |
| 11197 | int |
| 11198 | main () |
| 11199 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11200 | return xsltCompilePattern (); |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11201 | ; |
| 11202 | return 0; |
| 11203 | } |
| 11204 | _ACEOF |
| 11205 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11206 | if { (ac_try="$ac_link" |
| 11207 | case "(($ac_try" in |
| 11208 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11209 | *) ac_try_echo=$ac_try;; |
| 11210 | esac |
| 11211 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11212 | (eval "$ac_link") 2>conftest.er1 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11213 | ac_status=$? |
| 11214 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11215 | rm -f conftest.er1 |
| 11216 | cat conftest.err >&5 |
| 11217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11218 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11219 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11220 | { (case "(($ac_try" in |
| 11221 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11222 | *) ac_try_echo=$ac_try;; |
| 11223 | esac |
| 11224 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11225 | (eval "$ac_try") 2>&5 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11226 | ac_status=$? |
| 11227 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11228 | (exit $ac_status); }; } && |
| 11229 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11230 | { (case "(($ac_try" in |
| 11231 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11232 | *) ac_try_echo=$ac_try;; |
| 11233 | esac |
| 11234 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11235 | (eval "$ac_try") 2>&5 |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11236 | ac_status=$? |
| 11237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11238 | (exit $ac_status); }; }; then |
| 11239 | ac_cv_lib_xslt_xsltCompilePattern=yes |
| 11240 | else |
| 11241 | echo "$as_me: failed program was:" >&5 |
| 11242 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11243 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11244 | ac_cv_lib_xslt_xsltCompilePattern=no |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11245 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11246 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11247 | rm -f core conftest.err conftest.$ac_objext \ |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11248 | conftest$ac_exeext conftest.$ac_ext |
| 11249 | LIBS=$ac_check_lib_save_LIBS |
| 11250 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11251 | { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5 |
| 11252 | echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; } |
Mike McCormack | f3719a8 | 2005-09-03 09:39:38 +0000 | [diff] [blame] | 11253 | if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then |
| 11254 | |
| 11255 | cat >>confdefs.h <<\_ACEOF |
| 11256 | #define HAVE_LIBXSLT 1 |
| 11257 | _ACEOF |
| 11258 | |
| 11259 | XSLTLIBS="$ac_xslt_libs" |
| 11260 | XSLTINCL="$ac_xslt_cflags" |
| 11261 | fi |
| 11262 | |
| 11263 | |
| 11264 | fi |
| 11265 | |
| 11266 | done |
| 11267 | |
| 11268 | CPPFLAGS="$ac_save_CPPFLAGS" |
Mike McCormack | 90c75bd | 2005-08-08 18:36:53 +0000 | [diff] [blame] | 11269 | fi |
Mike McCormack | dcc2d6c | 2005-08-02 11:29:04 +0000 | [diff] [blame] | 11270 | |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11271 | HALINCL="" |
| 11272 | |
| 11273 | if test "$PKG_CONFIG" != "false" |
| 11274 | then |
| 11275 | ac_save_CPPFLAGS="$CPPFLAGS" |
Alexandre Julliard | d01063e | 2006-06-22 12:07:57 +0200 | [diff] [blame] | 11276 | ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`" |
| 11277 | ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`" |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11278 | CPPFLAGS="$CPPFLAGS $ac_hal_cflags" |
| 11279 | |
| 11280 | |
| 11281 | for ac_header in dbus/dbus.h hal/libhal.h |
| 11282 | do |
| 11283 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11284 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| 11285 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11286 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 11287 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11288 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11289 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11290 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 11291 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 11292 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11293 | else |
| 11294 | # Is the header compilable? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11295 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 11296 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11297 | cat >conftest.$ac_ext <<_ACEOF |
| 11298 | /* confdefs.h. */ |
| 11299 | _ACEOF |
| 11300 | cat confdefs.h >>conftest.$ac_ext |
| 11301 | cat >>conftest.$ac_ext <<_ACEOF |
| 11302 | /* end confdefs.h. */ |
| 11303 | $ac_includes_default |
| 11304 | #include <$ac_header> |
| 11305 | _ACEOF |
| 11306 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11307 | if { (ac_try="$ac_compile" |
| 11308 | case "(($ac_try" in |
| 11309 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11310 | *) ac_try_echo=$ac_try;; |
| 11311 | esac |
| 11312 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11313 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11314 | ac_status=$? |
| 11315 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11316 | rm -f conftest.er1 |
| 11317 | cat conftest.err >&5 |
| 11318 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11319 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11320 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11321 | { (case "(($ac_try" in |
| 11322 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11323 | *) ac_try_echo=$ac_try;; |
| 11324 | esac |
| 11325 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11326 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11327 | ac_status=$? |
| 11328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11329 | (exit $ac_status); }; } && |
| 11330 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11331 | { (case "(($ac_try" in |
| 11332 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11333 | *) ac_try_echo=$ac_try;; |
| 11334 | esac |
| 11335 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11336 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11337 | ac_status=$? |
| 11338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11339 | (exit $ac_status); }; }; then |
| 11340 | ac_header_compiler=yes |
| 11341 | else |
| 11342 | echo "$as_me: failed program was:" >&5 |
| 11343 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11344 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11345 | ac_header_compiler=no |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11346 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11347 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11348 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11349 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11350 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11351 | |
| 11352 | # Is the header present? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11353 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 11354 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11355 | cat >conftest.$ac_ext <<_ACEOF |
| 11356 | /* confdefs.h. */ |
| 11357 | _ACEOF |
| 11358 | cat confdefs.h >>conftest.$ac_ext |
| 11359 | cat >>conftest.$ac_ext <<_ACEOF |
| 11360 | /* end confdefs.h. */ |
| 11361 | #include <$ac_header> |
| 11362 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11363 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 11364 | case "(($ac_try" in |
| 11365 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11366 | *) ac_try_echo=$ac_try;; |
| 11367 | esac |
| 11368 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11369 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11370 | ac_status=$? |
| 11371 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11372 | rm -f conftest.er1 |
| 11373 | cat conftest.err >&5 |
| 11374 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11375 | (exit $ac_status); } >/dev/null; then |
| 11376 | if test -s conftest.err; then |
| 11377 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11378 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| 11379 | else |
| 11380 | ac_cpp_err= |
| 11381 | fi |
| 11382 | else |
| 11383 | ac_cpp_err=yes |
| 11384 | fi |
| 11385 | if test -z "$ac_cpp_err"; then |
| 11386 | ac_header_preproc=yes |
| 11387 | else |
| 11388 | echo "$as_me: failed program was:" >&5 |
| 11389 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11390 | |
| 11391 | ac_header_preproc=no |
| 11392 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11393 | |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11394 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11395 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 11396 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11397 | |
| 11398 | # So? What about this header? |
| 11399 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 11400 | yes:no: ) |
| 11401 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11402 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11403 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 11404 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 11405 | ac_header_preproc=yes |
| 11406 | ;; |
| 11407 | no:yes:* ) |
| 11408 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 11409 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 11410 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 11411 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 11412 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| 11413 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| 11414 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| 11415 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| 11416 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 11417 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 11418 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| 11419 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11420 | ( cat <<\_ASBOX |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11421 | ## ------------------------------------ ## |
| 11422 | ## Report this to wine-devel@winehq.org ## |
| 11423 | ## ------------------------------------ ## |
| 11424 | _ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11425 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11426 | ;; |
| 11427 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11428 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11429 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 11430 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11431 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11432 | else |
| 11433 | eval "$as_ac_Header=\$ac_header_preproc" |
| 11434 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11435 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 11436 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 11437 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11438 | |
| 11439 | fi |
| 11440 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 11441 | cat >>confdefs.h <<_ACEOF |
| 11442 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 11443 | _ACEOF |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11444 | |
| 11445 | fi |
| 11446 | |
| 11447 | done |
| 11448 | |
| 11449 | if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes" |
| 11450 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11451 | { echo "$as_me:$LINENO: checking for libhal_ctx_new in -lhal" >&5 |
| 11452 | echo $ECHO_N "checking for libhal_ctx_new in -lhal... $ECHO_C" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11453 | if test "${ac_cv_lib_hal_libhal_ctx_new+set}" = set; then |
| 11454 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11455 | else |
| 11456 | ac_check_lib_save_LIBS=$LIBS |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11457 | LIBS="-lhal $LIBS" |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11458 | cat >conftest.$ac_ext <<_ACEOF |
| 11459 | /* confdefs.h. */ |
| 11460 | _ACEOF |
| 11461 | cat confdefs.h >>conftest.$ac_ext |
| 11462 | cat >>conftest.$ac_ext <<_ACEOF |
| 11463 | /* end confdefs.h. */ |
| 11464 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11465 | /* Override any GCC internal prototype to avoid an error. |
| 11466 | Use char because int might match the return type of a GCC |
| 11467 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11468 | #ifdef __cplusplus |
| 11469 | extern "C" |
| 11470 | #endif |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11471 | char libhal_ctx_new (); |
| 11472 | int |
| 11473 | main () |
| 11474 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11475 | return libhal_ctx_new (); |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11476 | ; |
| 11477 | return 0; |
| 11478 | } |
| 11479 | _ACEOF |
| 11480 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11481 | if { (ac_try="$ac_link" |
| 11482 | case "(($ac_try" in |
| 11483 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11484 | *) ac_try_echo=$ac_try;; |
| 11485 | esac |
| 11486 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11487 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11488 | ac_status=$? |
| 11489 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11490 | rm -f conftest.er1 |
| 11491 | cat conftest.err >&5 |
| 11492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11493 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11494 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11495 | { (case "(($ac_try" in |
| 11496 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11497 | *) ac_try_echo=$ac_try;; |
| 11498 | esac |
| 11499 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11500 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11501 | ac_status=$? |
| 11502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11503 | (exit $ac_status); }; } && |
| 11504 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11505 | { (case "(($ac_try" in |
| 11506 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11507 | *) ac_try_echo=$ac_try;; |
| 11508 | esac |
| 11509 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11510 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11511 | ac_status=$? |
| 11512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11513 | (exit $ac_status); }; }; then |
| 11514 | ac_cv_lib_hal_libhal_ctx_new=yes |
| 11515 | else |
| 11516 | echo "$as_me: failed program was:" >&5 |
| 11517 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11518 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11519 | ac_cv_lib_hal_libhal_ctx_new=no |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11520 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11521 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11522 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11523 | conftest$ac_exeext conftest.$ac_ext |
| 11524 | LIBS=$ac_check_lib_save_LIBS |
| 11525 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11526 | { echo "$as_me:$LINENO: result: $ac_cv_lib_hal_libhal_ctx_new" >&5 |
| 11527 | echo "${ECHO_T}$ac_cv_lib_hal_libhal_ctx_new" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11528 | if test $ac_cv_lib_hal_libhal_ctx_new = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11529 | { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5 |
| 11530 | echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; } |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11531 | if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then |
| 11532 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11533 | else |
| 11534 | ac_check_lib_save_LIBS=$LIBS |
| 11535 | LIBS="-ldbus-1 $ac_hal_libs $LIBS" |
| 11536 | cat >conftest.$ac_ext <<_ACEOF |
| 11537 | /* confdefs.h. */ |
| 11538 | _ACEOF |
| 11539 | cat confdefs.h >>conftest.$ac_ext |
| 11540 | cat >>conftest.$ac_ext <<_ACEOF |
| 11541 | /* end confdefs.h. */ |
| 11542 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11543 | /* Override any GCC internal prototype to avoid an error. |
| 11544 | Use char because int might match the return type of a GCC |
| 11545 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11546 | #ifdef __cplusplus |
| 11547 | extern "C" |
| 11548 | #endif |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11549 | char dbus_connection_close (); |
| 11550 | int |
| 11551 | main () |
| 11552 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11553 | return dbus_connection_close (); |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11554 | ; |
| 11555 | return 0; |
| 11556 | } |
| 11557 | _ACEOF |
| 11558 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11559 | if { (ac_try="$ac_link" |
| 11560 | case "(($ac_try" in |
| 11561 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11562 | *) ac_try_echo=$ac_try;; |
| 11563 | esac |
| 11564 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11565 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11566 | ac_status=$? |
| 11567 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11568 | rm -f conftest.er1 |
| 11569 | cat conftest.err >&5 |
| 11570 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11571 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11572 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11573 | { (case "(($ac_try" in |
| 11574 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11575 | *) ac_try_echo=$ac_try;; |
| 11576 | esac |
| 11577 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11578 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11579 | ac_status=$? |
| 11580 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11581 | (exit $ac_status); }; } && |
| 11582 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11583 | { (case "(($ac_try" in |
| 11584 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11585 | *) ac_try_echo=$ac_try;; |
| 11586 | esac |
| 11587 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11588 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11589 | ac_status=$? |
| 11590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11591 | (exit $ac_status); }; }; then |
| 11592 | ac_cv_lib_dbus_1_dbus_connection_close=yes |
| 11593 | else |
| 11594 | echo "$as_me: failed program was:" >&5 |
| 11595 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11596 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11597 | ac_cv_lib_dbus_1_dbus_connection_close=no |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11598 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11599 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11600 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11601 | conftest$ac_exeext conftest.$ac_ext |
| 11602 | LIBS=$ac_check_lib_save_LIBS |
| 11603 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11604 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5 |
| 11605 | echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; } |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11606 | if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11607 | |
| 11608 | cat >>confdefs.h <<\_ACEOF |
| 11609 | #define HAVE_LIBHAL 1 |
| 11610 | _ACEOF |
| 11611 | |
| 11612 | HALINCL="$ac_hal_cflags" |
| 11613 | fi |
| 11614 | |
| 11615 | fi |
| 11616 | |
Alexandre Julliard | b18b9f3 | 2006-04-18 19:10:59 +0200 | [diff] [blame] | 11617 | fi |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 11618 | CPPFLAGS="$ac_save_CPPFLAGS" |
| 11619 | fi |
| 11620 | |
Alexandre Julliard | 4895768 | 2001-12-26 23:08:31 +0000 | [diff] [blame] | 11621 | CURSESLIBS="" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11622 | if test "x$with_curses" != "xno" |
Patrik Stridvall | 5e5ad53 | 2000-04-23 20:02:46 +0000 | [diff] [blame] | 11623 | then |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 11624 | if test "$ac_cv_header_ncurses_h" = "yes" |
| 11625 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11626 | { echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5 |
| 11627 | echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11628 | if test "${ac_cv_lib_ncurses_waddch+set}" = set; then |
| 11629 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11630 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11631 | ac_check_lib_save_LIBS=$LIBS |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11632 | LIBS="-lncurses $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11633 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 11634 | /* confdefs.h. */ |
| 11635 | _ACEOF |
| 11636 | cat confdefs.h >>conftest.$ac_ext |
| 11637 | cat >>conftest.$ac_ext <<_ACEOF |
| 11638 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11639 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11640 | /* Override any GCC internal prototype to avoid an error. |
| 11641 | Use char because int might match the return type of a GCC |
| 11642 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11643 | #ifdef __cplusplus |
| 11644 | extern "C" |
| 11645 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11646 | char waddch (); |
| 11647 | int |
| 11648 | main () |
| 11649 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11650 | return waddch (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11651 | ; |
| 11652 | return 0; |
| 11653 | } |
| 11654 | _ACEOF |
| 11655 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11656 | if { (ac_try="$ac_link" |
| 11657 | case "(($ac_try" in |
| 11658 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11659 | *) ac_try_echo=$ac_try;; |
| 11660 | esac |
| 11661 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11662 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11663 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11664 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11665 | rm -f conftest.er1 |
| 11666 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11668 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11669 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11670 | { (case "(($ac_try" in |
| 11671 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11672 | *) ac_try_echo=$ac_try;; |
| 11673 | esac |
| 11674 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11675 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11676 | ac_status=$? |
| 11677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11678 | (exit $ac_status); }; } && |
| 11679 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11680 | { (case "(($ac_try" in |
| 11681 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11682 | *) ac_try_echo=$ac_try;; |
| 11683 | esac |
| 11684 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11685 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11686 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11687 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11688 | (exit $ac_status); }; }; then |
| 11689 | ac_cv_lib_ncurses_waddch=yes |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11690 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11691 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 11692 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11693 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11694 | ac_cv_lib_ncurses_waddch=no |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11695 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11696 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11697 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11698 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11699 | LIBS=$ac_check_lib_save_LIBS |
| 11700 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11701 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5 |
| 11702 | echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11703 | if test $ac_cv_lib_ncurses_waddch = yes; then |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11704 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11705 | cat >>confdefs.h <<\_ACEOF |
Alexandre Julliard | 4895768 | 2001-12-26 23:08:31 +0000 | [diff] [blame] | 11706 | #define HAVE_LIBNCURSES 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11707 | _ACEOF |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11708 | |
Alexandre Julliard | 4895768 | 2001-12-26 23:08:31 +0000 | [diff] [blame] | 11709 | CURSESLIBS="-lncurses" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11710 | fi |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 11711 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 11712 | elif test "$ac_cv_header_curses_h" = "yes" |
| 11713 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11714 | { echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5 |
| 11715 | echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11716 | if test "${ac_cv_lib_curses_waddch+set}" = set; then |
| 11717 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11718 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11719 | ac_check_lib_save_LIBS=$LIBS |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11720 | LIBS="-lcurses $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11721 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 11722 | /* confdefs.h. */ |
| 11723 | _ACEOF |
| 11724 | cat confdefs.h >>conftest.$ac_ext |
| 11725 | cat >>conftest.$ac_ext <<_ACEOF |
| 11726 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11727 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11728 | /* Override any GCC internal prototype to avoid an error. |
| 11729 | Use char because int might match the return type of a GCC |
| 11730 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11731 | #ifdef __cplusplus |
| 11732 | extern "C" |
| 11733 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11734 | char waddch (); |
| 11735 | int |
| 11736 | main () |
| 11737 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11738 | return waddch (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11739 | ; |
| 11740 | return 0; |
| 11741 | } |
| 11742 | _ACEOF |
| 11743 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11744 | if { (ac_try="$ac_link" |
| 11745 | case "(($ac_try" in |
| 11746 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11747 | *) ac_try_echo=$ac_try;; |
| 11748 | esac |
| 11749 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11750 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11751 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11752 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11753 | rm -f conftest.er1 |
| 11754 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11755 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11756 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11757 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11758 | { (case "(($ac_try" in |
| 11759 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11760 | *) ac_try_echo=$ac_try;; |
| 11761 | esac |
| 11762 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11763 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11764 | ac_status=$? |
| 11765 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11766 | (exit $ac_status); }; } && |
| 11767 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11768 | { (case "(($ac_try" in |
| 11769 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11770 | *) ac_try_echo=$ac_try;; |
| 11771 | esac |
| 11772 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11773 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11774 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11776 | (exit $ac_status); }; }; then |
| 11777 | ac_cv_lib_curses_waddch=yes |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11778 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11779 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 11780 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11781 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11782 | ac_cv_lib_curses_waddch=no |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11783 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11784 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11785 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11786 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11787 | LIBS=$ac_check_lib_save_LIBS |
| 11788 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11789 | { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5 |
| 11790 | echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 11791 | if test $ac_cv_lib_curses_waddch = yes; then |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11792 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11793 | cat >>confdefs.h <<\_ACEOF |
Alexandre Julliard | 4895768 | 2001-12-26 23:08:31 +0000 | [diff] [blame] | 11794 | #define HAVE_LIBCURSES 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11795 | _ACEOF |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11796 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 11797 | CURSESLIBS="-lcurses" |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11798 | fi |
| 11799 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 11800 | fi |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 11801 | ac_save_LIBS="$LIBS" |
| 11802 | LIBS="$LIBS $CURSESLIBS" |
| 11803 | |
| 11804 | for ac_func in mousemask |
| 11805 | do |
| 11806 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 11807 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 11808 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 11809 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
| 11810 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11811 | else |
| 11812 | cat >conftest.$ac_ext <<_ACEOF |
| 11813 | /* confdefs.h. */ |
| 11814 | _ACEOF |
| 11815 | cat confdefs.h >>conftest.$ac_ext |
| 11816 | cat >>conftest.$ac_ext <<_ACEOF |
| 11817 | /* end confdefs.h. */ |
| 11818 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 11819 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 11820 | #define $ac_func innocuous_$ac_func |
| 11821 | |
| 11822 | /* System header to define __stub macros and hopefully few prototypes, |
| 11823 | which can conflict with char $ac_func (); below. |
| 11824 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 11825 | <limits.h> exists even on freestanding compilers. */ |
| 11826 | |
| 11827 | #ifdef __STDC__ |
| 11828 | # include <limits.h> |
| 11829 | #else |
| 11830 | # include <assert.h> |
| 11831 | #endif |
| 11832 | |
| 11833 | #undef $ac_func |
| 11834 | |
| 11835 | /* Override any GCC internal prototype to avoid an error. |
| 11836 | Use char because int might match the return type of a GCC |
| 11837 | builtin and then its argument prototype would still apply. */ |
| 11838 | #ifdef __cplusplus |
| 11839 | extern "C" |
| 11840 | #endif |
| 11841 | char $ac_func (); |
| 11842 | /* The GNU C library defines this for functions which it implements |
| 11843 | to always fail with ENOSYS. Some functions are actually named |
| 11844 | something starting with __ and the normal name is an alias. */ |
| 11845 | #if defined __stub_$ac_func || defined __stub___$ac_func |
| 11846 | choke me |
| 11847 | #endif |
| 11848 | |
| 11849 | int |
| 11850 | main () |
| 11851 | { |
| 11852 | return $ac_func (); |
| 11853 | ; |
| 11854 | return 0; |
| 11855 | } |
| 11856 | _ACEOF |
| 11857 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11858 | if { (ac_try="$ac_link" |
| 11859 | case "(($ac_try" in |
| 11860 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11861 | *) ac_try_echo=$ac_try;; |
| 11862 | esac |
| 11863 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11864 | (eval "$ac_link") 2>conftest.er1 |
| 11865 | ac_status=$? |
| 11866 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11867 | rm -f conftest.er1 |
| 11868 | cat conftest.err >&5 |
| 11869 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11870 | (exit $ac_status); } && |
| 11871 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 11872 | { (case "(($ac_try" in |
| 11873 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11874 | *) ac_try_echo=$ac_try;; |
| 11875 | esac |
| 11876 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11877 | (eval "$ac_try") 2>&5 |
| 11878 | ac_status=$? |
| 11879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11880 | (exit $ac_status); }; } && |
| 11881 | { ac_try='test -s conftest$ac_exeext' |
| 11882 | { (case "(($ac_try" in |
| 11883 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11884 | *) ac_try_echo=$ac_try;; |
| 11885 | esac |
| 11886 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11887 | (eval "$ac_try") 2>&5 |
| 11888 | ac_status=$? |
| 11889 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11890 | (exit $ac_status); }; }; then |
| 11891 | eval "$as_ac_var=yes" |
| 11892 | else |
| 11893 | echo "$as_me: failed program was:" >&5 |
| 11894 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11895 | |
| 11896 | eval "$as_ac_var=no" |
| 11897 | fi |
| 11898 | |
| 11899 | rm -f core conftest.err conftest.$ac_objext \ |
| 11900 | conftest$ac_exeext conftest.$ac_ext |
| 11901 | fi |
| 11902 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 11903 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 11904 | echo "${ECHO_T}$ac_res" >&6; } |
| 11905 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
| 11906 | cat >>confdefs.h <<_ACEOF |
| 11907 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 11908 | _ACEOF |
| 11909 | |
| 11910 | fi |
| 11911 | done |
| 11912 | |
| 11913 | LIBS="$ac_save_LIBS" |
Joseph Pranevich | e884f9c | 1999-01-03 16:14:34 +0000 | [diff] [blame] | 11914 | fi |
| 11915 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11916 | |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11917 | # Extract the first word of "sane-config", so it can be a program name with args. |
| 11918 | set dummy sane-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11919 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 11920 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11921 | if test "${ac_cv_prog_sane_devel+set}" = set; then |
| 11922 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11923 | else |
| 11924 | if test -n "$sane_devel"; then |
| 11925 | ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test. |
| 11926 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11927 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 11928 | for as_dir in $PATH |
| 11929 | do |
| 11930 | IFS=$as_save_IFS |
| 11931 | test -z "$as_dir" && as_dir=. |
| 11932 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11933 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11934 | ac_cv_prog_sane_devel="sane-config" |
| 11935 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 11936 | break 2 |
| 11937 | fi |
| 11938 | done |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11939 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11940 | IFS=$as_save_IFS |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11941 | |
| 11942 | test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no" |
| 11943 | fi |
| 11944 | fi |
| 11945 | sane_devel=$ac_cv_prog_sane_devel |
| 11946 | if test -n "$sane_devel"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11947 | { echo "$as_me:$LINENO: result: $sane_devel" >&5 |
| 11948 | echo "${ECHO_T}$sane_devel" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11949 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11950 | { echo "$as_me:$LINENO: result: no" >&5 |
| 11951 | echo "${ECHO_T}no" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11952 | fi |
| 11953 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11954 | |
Alexandre Julliard | 8277602 | 2005-08-08 11:17:25 +0000 | [diff] [blame] | 11955 | SANELIBS="" |
| 11956 | |
| 11957 | SANEINCL="" |
| 11958 | |
| 11959 | if test "$sane_devel" != "no" |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11960 | then |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11961 | SANELIBS="`$sane_devel --libs`" |
| 11962 | SANEINCL="`$sane_devel --cflags`" |
| 11963 | ac_save_CPPFLAGS="$CPPFLAGS" |
| 11964 | ac_save_LIBS="$LIBS" |
| 11965 | CPPFLAGS="$CPPFLAGS $SANEINCL" |
| 11966 | LIBS="$LIBS $SANELIBS" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11967 | if test "${ac_cv_header_sane_sane_h+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11968 | { echo "$as_me:$LINENO: checking for sane/sane.h" >&5 |
| 11969 | echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11970 | if test "${ac_cv_header_sane_sane_h+set}" = set; then |
| 11971 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11972 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11973 | { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5 |
| 11974 | echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 11975 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11976 | # Is the header compilable? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 11977 | { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5 |
| 11978 | echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11979 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 11980 | /* confdefs.h. */ |
| 11981 | _ACEOF |
| 11982 | cat confdefs.h >>conftest.$ac_ext |
| 11983 | cat >>conftest.$ac_ext <<_ACEOF |
| 11984 | /* end confdefs.h. */ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11985 | $ac_includes_default |
| 11986 | #include <sane/sane.h> |
| 11987 | _ACEOF |
| 11988 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 11989 | if { (ac_try="$ac_compile" |
| 11990 | case "(($ac_try" in |
| 11991 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 11992 | *) ac_try_echo=$ac_try;; |
| 11993 | esac |
| 11994 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 11995 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 11996 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 11997 | grep -v '^ *+' conftest.er1 >conftest.err |
| 11998 | rm -f conftest.er1 |
| 11999 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12000 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12001 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12002 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12003 | { (case "(($ac_try" in |
| 12004 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12005 | *) ac_try_echo=$ac_try;; |
| 12006 | esac |
| 12007 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12008 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12009 | ac_status=$? |
| 12010 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12011 | (exit $ac_status); }; } && |
| 12012 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12013 | { (case "(($ac_try" in |
| 12014 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12015 | *) ac_try_echo=$ac_try;; |
| 12016 | esac |
| 12017 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12018 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12019 | ac_status=$? |
| 12020 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12021 | (exit $ac_status); }; }; then |
| 12022 | ac_header_compiler=yes |
| 12023 | else |
| 12024 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12025 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12026 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12027 | ac_header_compiler=no |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12028 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12029 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12030 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12031 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12032 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12033 | |
| 12034 | # Is the header present? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12035 | { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5 |
| 12036 | echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12037 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12038 | /* confdefs.h. */ |
| 12039 | _ACEOF |
| 12040 | cat confdefs.h >>conftest.$ac_ext |
| 12041 | cat >>conftest.$ac_ext <<_ACEOF |
| 12042 | /* end confdefs.h. */ |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12043 | #include <sane/sane.h> |
| 12044 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12045 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 12046 | case "(($ac_try" in |
| 12047 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12048 | *) ac_try_echo=$ac_try;; |
| 12049 | esac |
| 12050 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12051 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12052 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 12053 | grep -v '^ *+' conftest.er1 >conftest.err |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12054 | rm -f conftest.er1 |
| 12055 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12056 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12057 | (exit $ac_status); } >/dev/null; then |
| 12058 | if test -s conftest.err; then |
| 12059 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12060 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12061 | else |
| 12062 | ac_cpp_err= |
| 12063 | fi |
| 12064 | else |
| 12065 | ac_cpp_err=yes |
| 12066 | fi |
| 12067 | if test -z "$ac_cpp_err"; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12068 | ac_header_preproc=yes |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12069 | else |
| 12070 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12071 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12072 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12073 | ac_header_preproc=no |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12074 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12075 | |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12076 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12077 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 12078 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12079 | |
| 12080 | # So? What about this header? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12081 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 12082 | yes:no: ) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12083 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12084 | echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12085 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5 |
| 12086 | echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;} |
| 12087 | ac_header_preproc=yes |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12088 | ;; |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12089 | no:yes:* ) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12090 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5 |
| 12091 | echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12092 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5 |
| 12093 | echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;} |
| 12094 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5 |
| 12095 | echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;} |
| 12096 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5 |
| 12097 | echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;} |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12098 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12099 | echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;} |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12100 | { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5 |
| 12101 | echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;} |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12102 | ( cat <<\_ASBOX |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12103 | ## ------------------------------------ ## |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12104 | ## Report this to wine-devel@winehq.org ## |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12105 | ## ------------------------------------ ## |
| 12106 | _ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12107 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12108 | ;; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12109 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12110 | { echo "$as_me:$LINENO: checking for sane/sane.h" >&5 |
| 12111 | echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12112 | if test "${ac_cv_header_sane_sane_h+set}" = set; then |
| 12113 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12114 | else |
| 12115 | ac_cv_header_sane_sane_h=$ac_header_preproc |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12116 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12117 | { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5 |
| 12118 | echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12119 | |
| 12120 | fi |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12121 | if test $ac_cv_header_sane_sane_h = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12122 | { echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5 |
| 12123 | echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12124 | if test "${ac_cv_lib_sane_sane_open+set}" = set; then |
| 12125 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12126 | else |
| 12127 | ac_check_lib_save_LIBS=$LIBS |
| 12128 | LIBS="-lsane $LIBS" |
| 12129 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12130 | /* confdefs.h. */ |
| 12131 | _ACEOF |
| 12132 | cat confdefs.h >>conftest.$ac_ext |
| 12133 | cat >>conftest.$ac_ext <<_ACEOF |
| 12134 | /* end confdefs.h. */ |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12135 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12136 | /* Override any GCC internal prototype to avoid an error. |
| 12137 | Use char because int might match the return type of a GCC |
| 12138 | builtin and then its argument prototype would still apply. */ |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12139 | #ifdef __cplusplus |
| 12140 | extern "C" |
| 12141 | #endif |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12142 | char sane_open (); |
| 12143 | int |
| 12144 | main () |
| 12145 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12146 | return sane_open (); |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12147 | ; |
| 12148 | return 0; |
| 12149 | } |
| 12150 | _ACEOF |
| 12151 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12152 | if { (ac_try="$ac_link" |
| 12153 | case "(($ac_try" in |
| 12154 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12155 | *) ac_try_echo=$ac_try;; |
| 12156 | esac |
| 12157 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12158 | (eval "$ac_link") 2>conftest.er1 |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12159 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12160 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12161 | rm -f conftest.er1 |
| 12162 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12164 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12165 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12166 | { (case "(($ac_try" in |
| 12167 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12168 | *) ac_try_echo=$ac_try;; |
| 12169 | esac |
| 12170 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12171 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12172 | ac_status=$? |
| 12173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12174 | (exit $ac_status); }; } && |
| 12175 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12176 | { (case "(($ac_try" in |
| 12177 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12178 | *) ac_try_echo=$ac_try;; |
| 12179 | esac |
| 12180 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12181 | (eval "$ac_try") 2>&5 |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12182 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12183 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12184 | (exit $ac_status); }; }; then |
| 12185 | ac_cv_lib_sane_sane_open=yes |
| 12186 | else |
| 12187 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 12188 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12189 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12190 | ac_cv_lib_sane_sane_open=no |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12191 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12192 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12193 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12194 | conftest$ac_exeext conftest.$ac_ext |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12195 | LIBS=$ac_check_lib_save_LIBS |
| 12196 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12197 | { echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5 |
| 12198 | echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6; } |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12199 | if test $ac_cv_lib_sane_sane_open = yes; then |
| 12200 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12201 | cat >>confdefs.h <<\_ACEOF |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12202 | #define HAVE_SANE 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12203 | _ACEOF |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12204 | |
| 12205 | else |
| 12206 | SANELIBS="" |
Alexandre Julliard | 96328b3 | 2002-03-31 19:23:41 +0000 | [diff] [blame] | 12207 | SANEINCL="" |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12208 | fi |
| 12209 | |
Alexandre Julliard | 96328b3 | 2002-03-31 19:23:41 +0000 | [diff] [blame] | 12210 | else |
| 12211 | SANELIBS="" |
| 12212 | SANEINCL="" |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12213 | fi |
| 12214 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 12215 | |
Shi Quan He | 6b0720f | 2002-03-21 02:58:39 +0000 | [diff] [blame] | 12216 | LIBS="$ac_save_LIBS" |
| 12217 | CPPFLAGS="$ac_save_CPPFLAGS" |
| 12218 | fi |
| 12219 | |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12220 | # Extract the first word of "gphoto2-config", so it can be a program name with args. |
| 12221 | set dummy gphoto2-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12222 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 12223 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12224 | if test "${ac_cv_prog_gphoto2_devel+set}" = set; then |
| 12225 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12226 | else |
| 12227 | if test -n "$gphoto2_devel"; then |
| 12228 | ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test. |
| 12229 | else |
| 12230 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 12231 | for as_dir in $PATH |
| 12232 | do |
| 12233 | IFS=$as_save_IFS |
| 12234 | test -z "$as_dir" && as_dir=. |
| 12235 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12236 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12237 | ac_cv_prog_gphoto2_devel="gphoto2-config" |
| 12238 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 12239 | break 2 |
| 12240 | fi |
| 12241 | done |
| 12242 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12243 | IFS=$as_save_IFS |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12244 | |
| 12245 | test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no" |
| 12246 | fi |
| 12247 | fi |
| 12248 | gphoto2_devel=$ac_cv_prog_gphoto2_devel |
| 12249 | if test -n "$gphoto2_devel"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12250 | { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5 |
| 12251 | echo "${ECHO_T}$gphoto2_devel" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12252 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12253 | { echo "$as_me:$LINENO: result: no" >&5 |
| 12254 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12255 | fi |
| 12256 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12257 | |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12258 | # Extract the first word of "gphoto2-port-config", so it can be a program name with args. |
| 12259 | set dummy gphoto2-port-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12260 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 12261 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12262 | if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then |
| 12263 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12264 | else |
| 12265 | if test -n "$gphoto2port_devel"; then |
| 12266 | ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test. |
| 12267 | else |
| 12268 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 12269 | for as_dir in $PATH |
| 12270 | do |
| 12271 | IFS=$as_save_IFS |
| 12272 | test -z "$as_dir" && as_dir=. |
| 12273 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12274 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12275 | ac_cv_prog_gphoto2port_devel="gphoto2-port-config" |
| 12276 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 12277 | break 2 |
| 12278 | fi |
| 12279 | done |
| 12280 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12281 | IFS=$as_save_IFS |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12282 | |
| 12283 | test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no" |
| 12284 | fi |
| 12285 | fi |
| 12286 | gphoto2port_devel=$ac_cv_prog_gphoto2port_devel |
| 12287 | if test -n "$gphoto2port_devel"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12288 | { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5 |
| 12289 | echo "${ECHO_T}$gphoto2port_devel" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12290 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12291 | { echo "$as_me:$LINENO: result: no" >&5 |
| 12292 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12293 | fi |
| 12294 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12295 | |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12296 | GPHOTO2LIBS="" |
| 12297 | |
| 12298 | GPHOTO2INCL="" |
| 12299 | |
| 12300 | if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" |
| 12301 | then |
| 12302 | GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`" |
| 12303 | GPHOTO2LIBS="" |
| 12304 | for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs` |
| 12305 | do |
| 12306 | case "$i" in |
| 12307 | -L/usr/lib|-L/usr/lib64) ;; |
| 12308 | -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";; |
| 12309 | esac |
| 12310 | done |
| 12311 | ac_save_CPPFLAGS="$CPPFLAGS" |
| 12312 | ac_save_LIBS="$LIBS" |
| 12313 | CPPFLAGS="$CPPFLAGS $GPHOTO2INCL" |
| 12314 | LIBS="$LIBS $GPHOTO2LIBS" |
| 12315 | if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12316 | { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5 |
| 12317 | echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12318 | if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then |
| 12319 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12320 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12321 | { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5 |
| 12322 | echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12323 | else |
| 12324 | # Is the header compilable? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12325 | { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5 |
| 12326 | echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12327 | cat >conftest.$ac_ext <<_ACEOF |
| 12328 | /* confdefs.h. */ |
| 12329 | _ACEOF |
| 12330 | cat confdefs.h >>conftest.$ac_ext |
| 12331 | cat >>conftest.$ac_ext <<_ACEOF |
| 12332 | /* end confdefs.h. */ |
| 12333 | $ac_includes_default |
| 12334 | #include <gphoto2-camera.h> |
| 12335 | _ACEOF |
| 12336 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12337 | if { (ac_try="$ac_compile" |
| 12338 | case "(($ac_try" in |
| 12339 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12340 | *) ac_try_echo=$ac_try;; |
| 12341 | esac |
| 12342 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12343 | (eval "$ac_compile") 2>conftest.er1 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12344 | ac_status=$? |
| 12345 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12346 | rm -f conftest.er1 |
| 12347 | cat conftest.err >&5 |
| 12348 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12349 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12350 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12351 | { (case "(($ac_try" in |
| 12352 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12353 | *) ac_try_echo=$ac_try;; |
| 12354 | esac |
| 12355 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12356 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12357 | ac_status=$? |
| 12358 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12359 | (exit $ac_status); }; } && |
| 12360 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12361 | { (case "(($ac_try" in |
| 12362 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12363 | *) ac_try_echo=$ac_try;; |
| 12364 | esac |
| 12365 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12366 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12367 | ac_status=$? |
| 12368 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12369 | (exit $ac_status); }; }; then |
| 12370 | ac_header_compiler=yes |
| 12371 | else |
| 12372 | echo "$as_me: failed program was:" >&5 |
| 12373 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12374 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12375 | ac_header_compiler=no |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12376 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12377 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12378 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12379 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12380 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12381 | |
| 12382 | # Is the header present? |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12383 | { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5 |
| 12384 | echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12385 | cat >conftest.$ac_ext <<_ACEOF |
| 12386 | /* confdefs.h. */ |
| 12387 | _ACEOF |
| 12388 | cat confdefs.h >>conftest.$ac_ext |
| 12389 | cat >>conftest.$ac_ext <<_ACEOF |
| 12390 | /* end confdefs.h. */ |
| 12391 | #include <gphoto2-camera.h> |
| 12392 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12393 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 12394 | case "(($ac_try" in |
| 12395 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12396 | *) ac_try_echo=$ac_try;; |
| 12397 | esac |
| 12398 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12399 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12400 | ac_status=$? |
| 12401 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12402 | rm -f conftest.er1 |
| 12403 | cat conftest.err >&5 |
| 12404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12405 | (exit $ac_status); } >/dev/null; then |
| 12406 | if test -s conftest.err; then |
| 12407 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 12408 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
| 12409 | else |
| 12410 | ac_cpp_err= |
| 12411 | fi |
| 12412 | else |
| 12413 | ac_cpp_err=yes |
| 12414 | fi |
| 12415 | if test -z "$ac_cpp_err"; then |
| 12416 | ac_header_preproc=yes |
| 12417 | else |
| 12418 | echo "$as_me: failed program was:" >&5 |
| 12419 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12420 | |
| 12421 | ac_header_preproc=no |
| 12422 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12423 | |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12424 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12425 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| 12426 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12427 | |
| 12428 | # So? What about this header? |
| 12429 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 12430 | yes:no: ) |
| 12431 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12432 | echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12433 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5 |
| 12434 | echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;} |
| 12435 | ac_header_preproc=yes |
| 12436 | ;; |
| 12437 | no:yes:* ) |
| 12438 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5 |
| 12439 | echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;} |
| 12440 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5 |
| 12441 | echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;} |
| 12442 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5 |
| 12443 | echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;} |
| 12444 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5 |
| 12445 | echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;} |
| 12446 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5 |
| 12447 | echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;} |
| 12448 | { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5 |
| 12449 | echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;} |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12450 | ( cat <<\_ASBOX |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12451 | ## ------------------------------------ ## |
| 12452 | ## Report this to wine-devel@winehq.org ## |
| 12453 | ## ------------------------------------ ## |
| 12454 | _ASBOX |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12455 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12456 | ;; |
| 12457 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12458 | { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5 |
| 12459 | echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12460 | if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then |
| 12461 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12462 | else |
| 12463 | ac_cv_header_gphoto2_camera_h=$ac_header_preproc |
| 12464 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12465 | { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5 |
| 12466 | echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12467 | |
| 12468 | fi |
| 12469 | if test $ac_cv_header_gphoto2_camera_h = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12470 | { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5 |
| 12471 | echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12472 | if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then |
| 12473 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12474 | else |
| 12475 | ac_check_lib_save_LIBS=$LIBS |
| 12476 | LIBS="-lgphoto2 $LIBS" |
| 12477 | cat >conftest.$ac_ext <<_ACEOF |
| 12478 | /* confdefs.h. */ |
| 12479 | _ACEOF |
| 12480 | cat confdefs.h >>conftest.$ac_ext |
| 12481 | cat >>conftest.$ac_ext <<_ACEOF |
| 12482 | /* end confdefs.h. */ |
| 12483 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12484 | /* Override any GCC internal prototype to avoid an error. |
| 12485 | Use char because int might match the return type of a GCC |
| 12486 | builtin and then its argument prototype would still apply. */ |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12487 | #ifdef __cplusplus |
| 12488 | extern "C" |
| 12489 | #endif |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12490 | char gp_camera_new (); |
| 12491 | int |
| 12492 | main () |
| 12493 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12494 | return gp_camera_new (); |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12495 | ; |
| 12496 | return 0; |
| 12497 | } |
| 12498 | _ACEOF |
| 12499 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12500 | if { (ac_try="$ac_link" |
| 12501 | case "(($ac_try" in |
| 12502 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12503 | *) ac_try_echo=$ac_try;; |
| 12504 | esac |
| 12505 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12506 | (eval "$ac_link") 2>conftest.er1 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12507 | ac_status=$? |
| 12508 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12509 | rm -f conftest.er1 |
| 12510 | cat conftest.err >&5 |
| 12511 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12512 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12513 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12514 | { (case "(($ac_try" in |
| 12515 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12516 | *) ac_try_echo=$ac_try;; |
| 12517 | esac |
| 12518 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12519 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12520 | ac_status=$? |
| 12521 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12522 | (exit $ac_status); }; } && |
| 12523 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12524 | { (case "(($ac_try" in |
| 12525 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12526 | *) ac_try_echo=$ac_try;; |
| 12527 | esac |
| 12528 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12529 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12530 | ac_status=$? |
| 12531 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12532 | (exit $ac_status); }; }; then |
| 12533 | ac_cv_lib_gphoto2_gp_camera_new=yes |
| 12534 | else |
| 12535 | echo "$as_me: failed program was:" >&5 |
| 12536 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12537 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12538 | ac_cv_lib_gphoto2_gp_camera_new=no |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12539 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12540 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12541 | rm -f core conftest.err conftest.$ac_objext \ |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12542 | conftest$ac_exeext conftest.$ac_ext |
| 12543 | LIBS=$ac_check_lib_save_LIBS |
| 12544 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12545 | { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5 |
| 12546 | echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; } |
Marcus Meissner | 40e7ef3 | 2006-05-08 20:09:37 +0200 | [diff] [blame] | 12547 | if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then |
| 12548 | |
| 12549 | cat >>confdefs.h <<\_ACEOF |
| 12550 | #define HAVE_GPHOTO2 1 |
| 12551 | _ACEOF |
| 12552 | |
| 12553 | else |
| 12554 | GPHOTO2LIBS="" |
| 12555 | GPHOTO2INCL="" |
| 12556 | fi |
| 12557 | |
| 12558 | else |
| 12559 | GPHOTO2LIBS="" |
| 12560 | GPHOTO2INCL="" |
| 12561 | fi |
| 12562 | |
| 12563 | |
| 12564 | LIBS="$ac_save_LIBS" |
| 12565 | CPPFLAGS="$ac_save_CPPFLAGS" |
| 12566 | fi |
| 12567 | |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12568 | if test "$ac_cv_header_unicode_ubidi_h" = "yes" |
| 12569 | then |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 12570 | saved_libs="$LIBS" |
Scott Bambrough | ee112fc | 2006-06-16 10:42:20 -0400 | [diff] [blame] | 12571 | for i in ${ICU_LIB_DIR-/usr/lib}/libsicu ${ICU_LIB_DIR-/usr/lib}/libicu |
| 12572 | do |
| 12573 | TEST_ICUUC_LIB="${ICUUC_LIB-${i}uc.a}" |
| 12574 | TEST_ICUDATA_LIB="${ICUDATA_LIB-${i}data.a}" |
| 12575 | { echo "$as_me:$LINENO: checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB" >&5 |
| 12576 | echo $ECHO_N "checking whether can link with ICU libraries $TEST_ICUUC_LIB and $TEST_ICUDATA_LIB... $ECHO_C" >&6; } |
| 12577 | LIBS="$saved_libs $TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s" |
| 12578 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12579 | /* confdefs.h. */ |
| 12580 | _ACEOF |
| 12581 | cat confdefs.h >>conftest.$ac_ext |
| 12582 | cat >>conftest.$ac_ext <<_ACEOF |
| 12583 | /* end confdefs.h. */ |
| 12584 | #include <unicode/ubidi.h> |
| 12585 | int |
| 12586 | main () |
| 12587 | { |
| 12588 | ubidi_open() |
| 12589 | ; |
| 12590 | return 0; |
| 12591 | } |
| 12592 | _ACEOF |
| 12593 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12594 | if { (ac_try="$ac_link" |
| 12595 | case "(($ac_try" in |
| 12596 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12597 | *) ac_try_echo=$ac_try;; |
| 12598 | esac |
| 12599 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12600 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12601 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12602 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12603 | rm -f conftest.er1 |
| 12604 | cat conftest.err >&5 |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12605 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12606 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12607 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12608 | { (case "(($ac_try" in |
| 12609 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12610 | *) ac_try_echo=$ac_try;; |
| 12611 | esac |
| 12612 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12613 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 12614 | ac_status=$? |
| 12615 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12616 | (exit $ac_status); }; } && |
| 12617 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12618 | { (case "(($ac_try" in |
| 12619 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12620 | *) ac_try_echo=$ac_try;; |
| 12621 | esac |
| 12622 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12623 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12624 | ac_status=$? |
| 12625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12626 | (exit $ac_status); }; }; then |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12627 | |
| 12628 | cat >>confdefs.h <<\_ACEOF |
| 12629 | #define HAVE_ICU 1 |
| 12630 | _ACEOF |
| 12631 | |
Scott Bambrough | ee112fc | 2006-06-16 10:42:20 -0400 | [diff] [blame] | 12632 | ICULIBS="$TEST_ICUUC_LIB $TEST_ICUDATA_LIB -lstdc++ -lgcc_s" |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12633 | |
Scott Bambrough | ee112fc | 2006-06-16 10:42:20 -0400 | [diff] [blame] | 12634 | { echo "$as_me:$LINENO: result: yes" >&5 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12635 | echo "${ECHO_T}yes" >&6; } |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 12636 | else |
| 12637 | echo "$as_me: failed program was:" >&5 |
| 12638 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12639 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12640 | { echo "$as_me:$LINENO: result: no" >&5 |
| 12641 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 12642 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12643 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12644 | rm -f core conftest.err conftest.$ac_objext \ |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 12645 | conftest$ac_exeext conftest.$ac_ext |
Scott Bambrough | ee112fc | 2006-06-16 10:42:20 -0400 | [diff] [blame] | 12646 | done |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 12647 | LIBS="$saved_libs" |
Alexandre Julliard | 4ee8290 | 2003-06-20 21:38:10 +0000 | [diff] [blame] | 12648 | fi |
| 12649 | |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12650 | RESOLVLIBS="" |
| 12651 | |
| 12652 | if test "$ac_cv_header_resolv_h" = "yes" |
| 12653 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12654 | { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5 |
| 12655 | echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12656 | if test "${ac_cv_lib_resolv_res_query+set}" = set; then |
| 12657 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12658 | else |
| 12659 | ac_check_lib_save_LIBS=$LIBS |
| 12660 | LIBS="-lresolv $LIBS" |
| 12661 | cat >conftest.$ac_ext <<_ACEOF |
| 12662 | /* confdefs.h. */ |
| 12663 | _ACEOF |
| 12664 | cat confdefs.h >>conftest.$ac_ext |
| 12665 | cat >>conftest.$ac_ext <<_ACEOF |
| 12666 | /* end confdefs.h. */ |
| 12667 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12668 | /* Override any GCC internal prototype to avoid an error. |
| 12669 | Use char because int might match the return type of a GCC |
| 12670 | builtin and then its argument prototype would still apply. */ |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12671 | #ifdef __cplusplus |
| 12672 | extern "C" |
| 12673 | #endif |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12674 | char res_query (); |
| 12675 | int |
| 12676 | main () |
| 12677 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12678 | return res_query (); |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12679 | ; |
| 12680 | return 0; |
| 12681 | } |
| 12682 | _ACEOF |
| 12683 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12684 | if { (ac_try="$ac_link" |
| 12685 | case "(($ac_try" in |
| 12686 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12687 | *) ac_try_echo=$ac_try;; |
| 12688 | esac |
| 12689 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12690 | (eval "$ac_link") 2>conftest.er1 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12691 | ac_status=$? |
| 12692 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12693 | rm -f conftest.er1 |
| 12694 | cat conftest.err >&5 |
| 12695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12696 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12697 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12698 | { (case "(($ac_try" in |
| 12699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12700 | *) ac_try_echo=$ac_try;; |
| 12701 | esac |
| 12702 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12703 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12704 | ac_status=$? |
| 12705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12706 | (exit $ac_status); }; } && |
| 12707 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12708 | { (case "(($ac_try" in |
| 12709 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12710 | *) ac_try_echo=$ac_try;; |
| 12711 | esac |
| 12712 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12713 | (eval "$ac_try") 2>&5 |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12714 | ac_status=$? |
| 12715 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12716 | (exit $ac_status); }; }; then |
| 12717 | ac_cv_lib_resolv_res_query=yes |
| 12718 | else |
| 12719 | echo "$as_me: failed program was:" >&5 |
| 12720 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12721 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12722 | ac_cv_lib_resolv_res_query=no |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12723 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12724 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12725 | rm -f core conftest.err conftest.$ac_objext \ |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12726 | conftest$ac_exeext conftest.$ac_ext |
| 12727 | LIBS=$ac_check_lib_save_LIBS |
| 12728 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12729 | { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5 |
| 12730 | echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; } |
Hans Leidekker | 2d6d4e9 | 2006-04-09 18:36:01 +0200 | [diff] [blame] | 12731 | if test $ac_cv_lib_resolv_res_query = yes; then |
| 12732 | |
| 12733 | cat >>confdefs.h <<\_ACEOF |
| 12734 | #define HAVE_RESOLV 1 |
| 12735 | _ACEOF |
| 12736 | |
| 12737 | RESOLVLIBS="-lresolv" |
| 12738 | fi |
| 12739 | |
| 12740 | fi |
| 12741 | |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12742 | LCMSLIBS="" |
| 12743 | |
| 12744 | if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes" |
| 12745 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12746 | { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5 |
| 12747 | echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; } |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12748 | if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then |
| 12749 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12750 | else |
| 12751 | ac_check_lib_save_LIBS=$LIBS |
| 12752 | LIBS="-llcms $LIBS" |
| 12753 | cat >conftest.$ac_ext <<_ACEOF |
| 12754 | /* confdefs.h. */ |
| 12755 | _ACEOF |
| 12756 | cat confdefs.h >>conftest.$ac_ext |
| 12757 | cat >>conftest.$ac_ext <<_ACEOF |
| 12758 | /* end confdefs.h. */ |
| 12759 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12760 | /* Override any GCC internal prototype to avoid an error. |
| 12761 | Use char because int might match the return type of a GCC |
| 12762 | builtin and then its argument prototype would still apply. */ |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12763 | #ifdef __cplusplus |
| 12764 | extern "C" |
| 12765 | #endif |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12766 | char cmsOpenProfileFromFile (); |
| 12767 | int |
| 12768 | main () |
| 12769 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12770 | return cmsOpenProfileFromFile (); |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12771 | ; |
| 12772 | return 0; |
| 12773 | } |
| 12774 | _ACEOF |
| 12775 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12776 | if { (ac_try="$ac_link" |
| 12777 | case "(($ac_try" in |
| 12778 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12779 | *) ac_try_echo=$ac_try;; |
| 12780 | esac |
| 12781 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12782 | (eval "$ac_link") 2>conftest.er1 |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12783 | ac_status=$? |
| 12784 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12785 | rm -f conftest.er1 |
| 12786 | cat conftest.err >&5 |
| 12787 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12788 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12789 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12790 | { (case "(($ac_try" in |
| 12791 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12792 | *) ac_try_echo=$ac_try;; |
| 12793 | esac |
| 12794 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12795 | (eval "$ac_try") 2>&5 |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12796 | ac_status=$? |
| 12797 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12798 | (exit $ac_status); }; } && |
| 12799 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12800 | { (case "(($ac_try" in |
| 12801 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12802 | *) ac_try_echo=$ac_try;; |
| 12803 | esac |
| 12804 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12805 | (eval "$ac_try") 2>&5 |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12806 | ac_status=$? |
| 12807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12808 | (exit $ac_status); }; }; then |
| 12809 | ac_cv_lib_lcms_cmsOpenProfileFromFile=yes |
| 12810 | else |
| 12811 | echo "$as_me: failed program was:" >&5 |
| 12812 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12813 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12814 | ac_cv_lib_lcms_cmsOpenProfileFromFile=no |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12815 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12816 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12817 | rm -f core conftest.err conftest.$ac_objext \ |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12818 | conftest$ac_exeext conftest.$ac_ext |
| 12819 | LIBS=$ac_check_lib_save_LIBS |
| 12820 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12821 | { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5 |
| 12822 | echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; } |
Hans Leidekker | d344702 | 2005-07-15 10:09:43 +0000 | [diff] [blame] | 12823 | if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then |
| 12824 | |
| 12825 | cat >>confdefs.h <<\_ACEOF |
| 12826 | #define HAVE_LCMS 1 |
| 12827 | _ACEOF |
| 12828 | |
| 12829 | LCMSLIBS="-llcms" |
| 12830 | fi |
| 12831 | |
| 12832 | fi |
| 12833 | |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12834 | LDAPLIBS="" |
| 12835 | |
| 12836 | if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes" |
| 12837 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12838 | { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5 |
| 12839 | echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; } |
Hans Leidekker | ecfc2c1 | 2005-11-29 17:35:09 +0100 | [diff] [blame] | 12840 | if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12841 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12842 | else |
| 12843 | ac_check_lib_save_LIBS=$LIBS |
Hans Leidekker | ecfc2c1 | 2005-11-29 17:35:09 +0100 | [diff] [blame] | 12844 | LIBS="-lldap_r $LIBPTHREAD $LIBS" |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12845 | cat >conftest.$ac_ext <<_ACEOF |
| 12846 | /* confdefs.h. */ |
| 12847 | _ACEOF |
| 12848 | cat confdefs.h >>conftest.$ac_ext |
| 12849 | cat >>conftest.$ac_ext <<_ACEOF |
| 12850 | /* end confdefs.h. */ |
| 12851 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12852 | /* Override any GCC internal prototype to avoid an error. |
| 12853 | Use char because int might match the return type of a GCC |
| 12854 | builtin and then its argument prototype would still apply. */ |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12855 | #ifdef __cplusplus |
| 12856 | extern "C" |
| 12857 | #endif |
Hans Leidekker | 20d0e80 | 2005-11-18 16:56:44 +0000 | [diff] [blame] | 12858 | char ldap_initialize (); |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12859 | int |
| 12860 | main () |
| 12861 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12862 | return ldap_initialize (); |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12863 | ; |
| 12864 | return 0; |
| 12865 | } |
| 12866 | _ACEOF |
| 12867 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12868 | if { (ac_try="$ac_link" |
| 12869 | case "(($ac_try" in |
| 12870 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12871 | *) ac_try_echo=$ac_try;; |
| 12872 | esac |
| 12873 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12874 | (eval "$ac_link") 2>conftest.er1 |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12875 | ac_status=$? |
| 12876 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12877 | rm -f conftest.er1 |
| 12878 | cat conftest.err >&5 |
| 12879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12880 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12881 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12882 | { (case "(($ac_try" in |
| 12883 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12884 | *) ac_try_echo=$ac_try;; |
| 12885 | esac |
| 12886 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12887 | (eval "$ac_try") 2>&5 |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12888 | ac_status=$? |
| 12889 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12890 | (exit $ac_status); }; } && |
| 12891 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12892 | { (case "(($ac_try" in |
| 12893 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12894 | *) ac_try_echo=$ac_try;; |
| 12895 | esac |
| 12896 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12897 | (eval "$ac_try") 2>&5 |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12898 | ac_status=$? |
| 12899 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12900 | (exit $ac_status); }; }; then |
Hans Leidekker | ecfc2c1 | 2005-11-29 17:35:09 +0100 | [diff] [blame] | 12901 | ac_cv_lib_ldap_r_ldap_initialize=yes |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12902 | else |
| 12903 | echo "$as_me: failed program was:" >&5 |
| 12904 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12905 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12906 | ac_cv_lib_ldap_r_ldap_initialize=no |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12907 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12908 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12909 | rm -f core conftest.err conftest.$ac_objext \ |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12910 | conftest$ac_exeext conftest.$ac_ext |
| 12911 | LIBS=$ac_check_lib_save_LIBS |
| 12912 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12913 | { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5 |
| 12914 | echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; } |
Hans Leidekker | ecfc2c1 | 2005-11-29 17:35:09 +0100 | [diff] [blame] | 12915 | if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12916 | { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5 |
| 12917 | echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; } |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12918 | if test "${ac_cv_lib_lber_ber_init+set}" = set; then |
| 12919 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12920 | else |
| 12921 | ac_check_lib_save_LIBS=$LIBS |
Hans Leidekker | ecfc2c1 | 2005-11-29 17:35:09 +0100 | [diff] [blame] | 12922 | LIBS="-llber $LIBPTHREAD $LIBS" |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12923 | cat >conftest.$ac_ext <<_ACEOF |
| 12924 | /* confdefs.h. */ |
| 12925 | _ACEOF |
| 12926 | cat confdefs.h >>conftest.$ac_ext |
| 12927 | cat >>conftest.$ac_ext <<_ACEOF |
| 12928 | /* end confdefs.h. */ |
| 12929 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12930 | /* Override any GCC internal prototype to avoid an error. |
| 12931 | Use char because int might match the return type of a GCC |
| 12932 | builtin and then its argument prototype would still apply. */ |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12933 | #ifdef __cplusplus |
| 12934 | extern "C" |
| 12935 | #endif |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12936 | char ber_init (); |
| 12937 | int |
| 12938 | main () |
| 12939 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12940 | return ber_init (); |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12941 | ; |
| 12942 | return 0; |
| 12943 | } |
| 12944 | _ACEOF |
| 12945 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12946 | if { (ac_try="$ac_link" |
| 12947 | case "(($ac_try" in |
| 12948 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12949 | *) ac_try_echo=$ac_try;; |
| 12950 | esac |
| 12951 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12952 | (eval "$ac_link") 2>conftest.er1 |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12953 | ac_status=$? |
| 12954 | grep -v '^ *+' conftest.er1 >conftest.err |
| 12955 | rm -f conftest.er1 |
| 12956 | cat conftest.err >&5 |
| 12957 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12958 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12959 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 12960 | { (case "(($ac_try" in |
| 12961 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12962 | *) ac_try_echo=$ac_try;; |
| 12963 | esac |
| 12964 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12965 | (eval "$ac_try") 2>&5 |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12966 | ac_status=$? |
| 12967 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12968 | (exit $ac_status); }; } && |
| 12969 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12970 | { (case "(($ac_try" in |
| 12971 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 12972 | *) ac_try_echo=$ac_try;; |
| 12973 | esac |
| 12974 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 12975 | (eval "$ac_try") 2>&5 |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12976 | ac_status=$? |
| 12977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12978 | (exit $ac_status); }; }; then |
| 12979 | ac_cv_lib_lber_ber_init=yes |
| 12980 | else |
| 12981 | echo "$as_me: failed program was:" >&5 |
| 12982 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12983 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12984 | ac_cv_lib_lber_ber_init=no |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12985 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12986 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 12987 | rm -f core conftest.err conftest.$ac_objext \ |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12988 | conftest$ac_exeext conftest.$ac_ext |
| 12989 | LIBS=$ac_check_lib_save_LIBS |
| 12990 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 12991 | { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5 |
| 12992 | echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; } |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 12993 | if test $ac_cv_lib_lber_ber_init = yes; then |
| 12994 | |
| 12995 | cat >>confdefs.h <<\_ACEOF |
| 12996 | #define HAVE_LDAP 1 |
| 12997 | _ACEOF |
| 12998 | |
Hans Leidekker | ecfc2c1 | 2005-11-29 17:35:09 +0100 | [diff] [blame] | 12999 | LDAPLIBS="-lldap_r -llber" |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 13000 | fi |
| 13001 | |
| 13002 | fi |
| 13003 | |
Alexandre Julliard | 2d1a627 | 2006-02-11 20:54:06 +0100 | [diff] [blame] | 13004 | ac_wine_check_funcs_save_LIBS="$LIBS" |
| 13005 | LIBS="$LIBS $LDAPLIBS $LIBPTHREAD" |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13006 | |
| 13007 | |
| 13008 | |
| 13009 | |
| 13010 | for ac_func in \ |
| 13011 | ldap_count_references \ |
| 13012 | ldap_first_reference \ |
| 13013 | ldap_next_reference \ |
| 13014 | ldap_parse_reference |
| 13015 | do |
| 13016 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13017 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 13018 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 13019 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13020 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13021 | else |
| 13022 | cat >conftest.$ac_ext <<_ACEOF |
| 13023 | /* confdefs.h. */ |
| 13024 | _ACEOF |
| 13025 | cat confdefs.h >>conftest.$ac_ext |
| 13026 | cat >>conftest.$ac_ext <<_ACEOF |
| 13027 | /* end confdefs.h. */ |
| 13028 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 13029 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 13030 | #define $ac_func innocuous_$ac_func |
| 13031 | |
| 13032 | /* System header to define __stub macros and hopefully few prototypes, |
| 13033 | which can conflict with char $ac_func (); below. |
| 13034 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13035 | <limits.h> exists even on freestanding compilers. */ |
| 13036 | |
| 13037 | #ifdef __STDC__ |
| 13038 | # include <limits.h> |
| 13039 | #else |
| 13040 | # include <assert.h> |
| 13041 | #endif |
| 13042 | |
| 13043 | #undef $ac_func |
| 13044 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13045 | /* Override any GCC internal prototype to avoid an error. |
| 13046 | Use char because int might match the return type of a GCC |
| 13047 | builtin and then its argument prototype would still apply. */ |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13048 | #ifdef __cplusplus |
| 13049 | extern "C" |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13050 | #endif |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13051 | char $ac_func (); |
| 13052 | /* The GNU C library defines this for functions which it implements |
| 13053 | to always fail with ENOSYS. Some functions are actually named |
| 13054 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13055 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13056 | choke me |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13057 | #endif |
| 13058 | |
| 13059 | int |
| 13060 | main () |
| 13061 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13062 | return $ac_func (); |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13063 | ; |
| 13064 | return 0; |
| 13065 | } |
| 13066 | _ACEOF |
| 13067 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13068 | if { (ac_try="$ac_link" |
| 13069 | case "(($ac_try" in |
| 13070 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13071 | *) ac_try_echo=$ac_try;; |
| 13072 | esac |
| 13073 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13074 | (eval "$ac_link") 2>conftest.er1 |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13075 | ac_status=$? |
| 13076 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13077 | rm -f conftest.er1 |
| 13078 | cat conftest.err >&5 |
| 13079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13080 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13081 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13082 | { (case "(($ac_try" in |
| 13083 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13084 | *) ac_try_echo=$ac_try;; |
| 13085 | esac |
| 13086 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13087 | (eval "$ac_try") 2>&5 |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13088 | ac_status=$? |
| 13089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13090 | (exit $ac_status); }; } && |
| 13091 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13092 | { (case "(($ac_try" in |
| 13093 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13094 | *) ac_try_echo=$ac_try;; |
| 13095 | esac |
| 13096 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13097 | (eval "$ac_try") 2>&5 |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13098 | ac_status=$? |
| 13099 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13100 | (exit $ac_status); }; }; then |
| 13101 | eval "$as_ac_var=yes" |
| 13102 | else |
| 13103 | echo "$as_me: failed program was:" >&5 |
| 13104 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13105 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13106 | eval "$as_ac_var=no" |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13107 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13108 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13109 | rm -f core conftest.err conftest.$ac_objext \ |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13110 | conftest$ac_exeext conftest.$ac_ext |
| 13111 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13112 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 13113 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 13114 | echo "${ECHO_T}$ac_res" >&6; } |
Hans Leidekker | b2c62c9 | 2005-12-21 18:42:00 +0100 | [diff] [blame] | 13115 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
| 13116 | cat >>confdefs.h <<_ACEOF |
| 13117 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13118 | _ACEOF |
| 13119 | |
| 13120 | fi |
| 13121 | done |
| 13122 | |
Alexandre Julliard | 2d1a627 | 2006-02-11 20:54:06 +0100 | [diff] [blame] | 13123 | LIBS="$ac_wine_check_funcs_save_LIBS" |
Hans Leidekker | ea524de | 2005-07-15 16:39:42 +0000 | [diff] [blame] | 13124 | fi |
| 13125 | |
Alexandre Julliard | 8277602 | 2005-08-08 11:17:25 +0000 | [diff] [blame] | 13126 | FREETYPELIBS="" |
| 13127 | |
| 13128 | FREETYPEINCL="" |
| 13129 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13130 | { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5 |
| 13131 | echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13132 | if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then |
| 13133 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13134 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13135 | ac_check_lib_save_LIBS=$LIBS |
Dmitry Timoshkov | 8871a11 | 2001-11-06 22:26:53 +0000 | [diff] [blame] | 13136 | LIBS="-lfreetype $X_LIBS $LIBS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13137 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13138 | /* confdefs.h. */ |
| 13139 | _ACEOF |
| 13140 | cat confdefs.h >>conftest.$ac_ext |
| 13141 | cat >>conftest.$ac_ext <<_ACEOF |
| 13142 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13143 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13144 | /* Override any GCC internal prototype to avoid an error. |
| 13145 | Use char because int might match the return type of a GCC |
| 13146 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13147 | #ifdef __cplusplus |
| 13148 | extern "C" |
| 13149 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13150 | char FT_Init_FreeType (); |
| 13151 | int |
| 13152 | main () |
| 13153 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13154 | return FT_Init_FreeType (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13155 | ; |
| 13156 | return 0; |
| 13157 | } |
| 13158 | _ACEOF |
| 13159 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13160 | if { (ac_try="$ac_link" |
| 13161 | case "(($ac_try" in |
| 13162 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13163 | *) ac_try_echo=$ac_try;; |
| 13164 | esac |
| 13165 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13166 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13167 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13168 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13169 | rm -f conftest.er1 |
| 13170 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13171 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13172 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13173 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13174 | { (case "(($ac_try" in |
| 13175 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13176 | *) ac_try_echo=$ac_try;; |
| 13177 | esac |
| 13178 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13179 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13180 | ac_status=$? |
| 13181 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13182 | (exit $ac_status); }; } && |
| 13183 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13184 | { (case "(($ac_try" in |
| 13185 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13186 | *) ac_try_echo=$ac_try;; |
| 13187 | esac |
| 13188 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13189 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13190 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13191 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13192 | (exit $ac_status); }; }; then |
| 13193 | ac_cv_lib_freetype_FT_Init_FreeType=yes |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13194 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13195 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13196 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13197 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13198 | ac_cv_lib_freetype_FT_Init_FreeType=no |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13199 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13200 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13201 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13202 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13203 | LIBS=$ac_check_lib_save_LIBS |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13204 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13205 | { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5 |
| 13206 | echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13207 | if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13208 | ft_lib=yes |
| 13209 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13210 | ft_lib=no |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13211 | fi |
| 13212 | |
| 13213 | if test "$ft_lib" = "no" |
| 13214 | then |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13215 | wine_cv_msg_freetype=no |
| 13216 | else |
| 13217 | # Extract the first word of "freetype-config", so it can be a program name with args. |
| 13218 | set dummy freetype-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13219 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 13220 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13221 | if test "${ac_cv_prog_ft_devel+set}" = set; then |
| 13222 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13223 | else |
| 13224 | if test -n "$ft_devel"; then |
| 13225 | ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test. |
| 13226 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13227 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 13228 | for as_dir in $PATH |
| 13229 | do |
| 13230 | IFS=$as_save_IFS |
| 13231 | test -z "$as_dir" && as_dir=. |
| 13232 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13233 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13234 | ac_cv_prog_ft_devel="freetype-config" |
| 13235 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 13236 | break 2 |
| 13237 | fi |
| 13238 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13239 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13240 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13241 | |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13242 | test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no" |
| 13243 | fi |
| 13244 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13245 | ft_devel=$ac_cv_prog_ft_devel |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13246 | if test -n "$ft_devel"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13247 | { echo "$as_me:$LINENO: result: $ft_devel" >&5 |
| 13248 | echo "${ECHO_T}$ft_devel" >&6; } |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13249 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13250 | { echo "$as_me:$LINENO: result: no" >&5 |
| 13251 | echo "${ECHO_T}no" >&6; } |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13252 | fi |
| 13253 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13254 | |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13255 | if test "$ft_devel" = "no" |
| 13256 | then |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13257 | # Extract the first word of "freetype2-config", so it can be a program name with args. |
| 13258 | set dummy freetype2-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13259 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 13260 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13261 | if test "${ac_cv_prog_ft_devel2+set}" = set; then |
| 13262 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13263 | else |
| 13264 | if test -n "$ft_devel2"; then |
| 13265 | ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test. |
| 13266 | else |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13267 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 13268 | for as_dir in $PATH |
| 13269 | do |
| 13270 | IFS=$as_save_IFS |
| 13271 | test -z "$as_dir" && as_dir=. |
| 13272 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13273 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13274 | ac_cv_prog_ft_devel2="freetype2-config" |
| 13275 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 13276 | break 2 |
| 13277 | fi |
| 13278 | done |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13279 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13280 | IFS=$as_save_IFS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13281 | |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13282 | test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no" |
| 13283 | fi |
| 13284 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13285 | ft_devel2=$ac_cv_prog_ft_devel2 |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13286 | if test -n "$ft_devel2"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13287 | { echo "$as_me:$LINENO: result: $ft_devel2" >&5 |
| 13288 | echo "${ECHO_T}$ft_devel2" >&6; } |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13289 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13290 | { echo "$as_me:$LINENO: result: no" >&5 |
| 13291 | echo "${ECHO_T}no" >&6; } |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13292 | fi |
| 13293 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13294 | |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13295 | if test "$ft_devel2" = "freetype2-config" |
| 13296 | then |
| 13297 | ft_devel=$ft_devel2 |
| 13298 | fi |
| 13299 | fi |
| 13300 | if test "$ft_devel" = "no" |
| 13301 | then |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13302 | wine_cv_msg_freetype=yes |
| 13303 | else |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 13304 | FREETYPELIBS=`$ft_devel --libs` |
Marcus Meissner | d28955d | 2001-05-31 21:35:15 +0000 | [diff] [blame] | 13305 | FREETYPEINCL=`$ft_devel --cflags` |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 13306 | ac_save_CPPFLAGS="$CPPFLAGS" |
| 13307 | CPPFLAGS="$FREETYPEINCL $CPPFLAGS" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13308 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13309 | |
| 13310 | |
| 13311 | |
| 13312 | |
| 13313 | |
| 13314 | |
| 13315 | |
Rein Klazes | e617a9c | 2003-11-19 02:18:13 +0000 | [diff] [blame] | 13316 | |
Huw Davies | c221718 | 2004-06-16 20:06:26 +0000 | [diff] [blame] | 13317 | |
Huw Davies | 603d21c | 2006-01-24 10:57:35 +0100 | [diff] [blame] | 13318 | |
Rein Klazes | e617a9c | 2003-11-19 02:18:13 +0000 | [diff] [blame] | 13319 | for ac_header in ft2build.h \ |
| 13320 | freetype/freetype.h \ |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 13321 | freetype/ftglyph.h \ |
| 13322 | freetype/tttables.h \ |
| 13323 | freetype/ftnames.h \ |
| 13324 | freetype/ftsnames.h \ |
Huw D M Davies | 814654e | 2001-09-12 20:21:06 +0000 | [diff] [blame] | 13325 | freetype/ttnameid.h \ |
Huw D M Davies | 4e2024e | 2001-10-23 20:06:32 +0000 | [diff] [blame] | 13326 | freetype/ftoutln.h \ |
Huw Davies | c221718 | 2004-06-16 20:06:26 +0000 | [diff] [blame] | 13327 | freetype/ftwinfnt.h \ |
Huw Davies | 603d21c | 2006-01-24 10:57:35 +0100 | [diff] [blame] | 13328 | freetype/ftmodapi.h \ |
Huw D M Davies | 4e2024e | 2001-10-23 20:06:32 +0000 | [diff] [blame] | 13329 | freetype/internal/sfnt.h |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 13330 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13331 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13332 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13333 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| 13334 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13335 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13336 | else |
Rein Klazes | 9c26917 | 2003-11-20 04:17:33 +0000 | [diff] [blame] | 13337 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13338 | /* confdefs.h. */ |
| 13339 | _ACEOF |
| 13340 | cat confdefs.h >>conftest.$ac_ext |
| 13341 | cat >>conftest.$ac_ext <<_ACEOF |
| 13342 | /* end confdefs.h. */ |
Rein Klazes | 9c26917 | 2003-11-20 04:17:33 +0000 | [diff] [blame] | 13343 | #if HAVE_FT2BUILD_H |
| 13344 | #include <ft2build.h> |
| 13345 | #endif |
| 13346 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13347 | #include <$ac_header> |
| 13348 | _ACEOF |
| 13349 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13350 | if { (ac_try="$ac_compile" |
| 13351 | case "(($ac_try" in |
| 13352 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13353 | *) ac_try_echo=$ac_try;; |
| 13354 | esac |
| 13355 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13356 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13357 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13358 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13359 | rm -f conftest.er1 |
| 13360 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13362 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13363 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13364 | { (case "(($ac_try" in |
| 13365 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13366 | *) ac_try_echo=$ac_try;; |
| 13367 | esac |
| 13368 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13369 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13370 | ac_status=$? |
| 13371 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13372 | (exit $ac_status); }; } && |
| 13373 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13374 | { (case "(($ac_try" in |
| 13375 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13376 | *) ac_try_echo=$ac_try;; |
| 13377 | esac |
| 13378 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13379 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13380 | ac_status=$? |
| 13381 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13382 | (exit $ac_status); }; }; then |
Rein Klazes | 9c26917 | 2003-11-20 04:17:33 +0000 | [diff] [blame] | 13383 | eval "$as_ac_Header=yes" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13384 | else |
| 13385 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13386 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13387 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13388 | eval "$as_ac_Header=no" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13389 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13390 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13391 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13392 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13393 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| 13394 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 13395 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13396 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| 13397 | cat >>confdefs.h <<_ACEOF |
| 13398 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 13399 | _ACEOF |
| 13400 | |
| 13401 | fi |
| 13402 | |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 13403 | done |
| 13404 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13405 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13406 | /* confdefs.h. */ |
| 13407 | _ACEOF |
| 13408 | cat confdefs.h >>conftest.$ac_ext |
| 13409 | cat >>conftest.$ac_ext <<_ACEOF |
| 13410 | /* end confdefs.h. */ |
Alexandre Julliard | 18d7573 | 2002-01-29 03:02:50 +0000 | [diff] [blame] | 13411 | #include <ft2build.h> |
| 13412 | #include <freetype/fttrigon.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13413 | _ACEOF |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13414 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| 13415 | case "(($ac_try" in |
| 13416 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13417 | *) ac_try_echo=$ac_try;; |
| 13418 | esac |
| 13419 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13420 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13421 | ac_status=$? |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 13422 | grep -v '^ *+' conftest.er1 >conftest.err |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13423 | rm -f conftest.er1 |
| 13424 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13425 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13426 | (exit $ac_status); } >/dev/null; then |
| 13427 | if test -s conftest.err; then |
| 13428 | ac_cpp_err=$ac_c_preproc_warn_flag |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13429 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13430 | else |
| 13431 | ac_cpp_err= |
| 13432 | fi |
| 13433 | else |
| 13434 | ac_cpp_err=yes |
| 13435 | fi |
| 13436 | if test -z "$ac_cpp_err"; then |
| 13437 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13438 | cat >>confdefs.h <<\_ACEOF |
Alexandre Julliard | 18d7573 | 2002-01-29 03:02:50 +0000 | [diff] [blame] | 13439 | #define HAVE_FREETYPE_FTTRIGON_H 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13440 | _ACEOF |
Alexandre Julliard | 18d7573 | 2002-01-29 03:02:50 +0000 | [diff] [blame] | 13441 | |
Huw D M Davies | c1d3813 | 2002-02-08 17:09:50 +0000 | [diff] [blame] | 13442 | wine_cv_fttrigon=yes |
Alexandre Julliard | 18d7573 | 2002-01-29 03:02:50 +0000 | [diff] [blame] | 13443 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13444 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13445 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13446 | |
Huw D M Davies | c1d3813 | 2002-02-08 17:09:50 +0000 | [diff] [blame] | 13447 | wine_cv_fttrigon=no |
Alexandre Julliard | 18d7573 | 2002-01-29 03:02:50 +0000 | [diff] [blame] | 13448 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13449 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13450 | rm -f conftest.err conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13451 | { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5 |
| 13452 | echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; } |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13453 | if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then |
| 13454 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13455 | else |
| 13456 | cat >conftest.$ac_ext <<_ACEOF |
| 13457 | /* confdefs.h. */ |
| 13458 | _ACEOF |
| 13459 | cat confdefs.h >>conftest.$ac_ext |
| 13460 | cat >>conftest.$ac_ext <<_ACEOF |
| 13461 | /* end confdefs.h. */ |
| 13462 | #include <freetype/ftmodapi.h> |
| 13463 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13464 | typedef FT_TrueTypeEngineType ac__type_new_; |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13465 | int |
| 13466 | main () |
| 13467 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13468 | if ((ac__type_new_ *) 0) |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13469 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13470 | if (sizeof (ac__type_new_)) |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13471 | return 0; |
| 13472 | ; |
| 13473 | return 0; |
| 13474 | } |
| 13475 | _ACEOF |
| 13476 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13477 | if { (ac_try="$ac_compile" |
| 13478 | case "(($ac_try" in |
| 13479 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13480 | *) ac_try_echo=$ac_try;; |
| 13481 | esac |
| 13482 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13483 | (eval "$ac_compile") 2>conftest.er1 |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13484 | ac_status=$? |
| 13485 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13486 | rm -f conftest.er1 |
| 13487 | cat conftest.err >&5 |
| 13488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13489 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13490 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13491 | { (case "(($ac_try" in |
| 13492 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13493 | *) ac_try_echo=$ac_try;; |
| 13494 | esac |
| 13495 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13496 | (eval "$ac_try") 2>&5 |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13497 | ac_status=$? |
| 13498 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13499 | (exit $ac_status); }; } && |
| 13500 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13501 | { (case "(($ac_try" in |
| 13502 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13503 | *) ac_try_echo=$ac_try;; |
| 13504 | esac |
| 13505 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13506 | (eval "$ac_try") 2>&5 |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13507 | ac_status=$? |
| 13508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13509 | (exit $ac_status); }; }; then |
| 13510 | ac_cv_type_FT_TrueTypeEngineType=yes |
| 13511 | else |
| 13512 | echo "$as_me: failed program was:" >&5 |
| 13513 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13514 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13515 | ac_cv_type_FT_TrueTypeEngineType=no |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13516 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13517 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13518 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13519 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13520 | { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5 |
| 13521 | echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; } |
Huw Davies | d8a6c27 | 2006-02-22 12:24:25 +0000 | [diff] [blame] | 13522 | if test $ac_cv_type_FT_TrueTypeEngineType = yes; then |
| 13523 | |
| 13524 | cat >>confdefs.h <<_ACEOF |
| 13525 | #define HAVE_FT_TRUETYPEENGINETYPE 1 |
| 13526 | _ACEOF |
| 13527 | |
| 13528 | |
| 13529 | fi |
| 13530 | |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13531 | ac_save_CFLAGS="$CFLAGS" |
| 13532 | CFLAGS="$CFLAGS $FREETYPELIBS" |
| 13533 | |
| 13534 | for ac_func in FT_Load_Sfnt_Table |
| 13535 | do |
| 13536 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13537 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 13538 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 13539 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13540 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13541 | else |
| 13542 | cat >conftest.$ac_ext <<_ACEOF |
| 13543 | /* confdefs.h. */ |
| 13544 | _ACEOF |
| 13545 | cat confdefs.h >>conftest.$ac_ext |
| 13546 | cat >>conftest.$ac_ext <<_ACEOF |
| 13547 | /* end confdefs.h. */ |
| 13548 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 13549 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 13550 | #define $ac_func innocuous_$ac_func |
| 13551 | |
| 13552 | /* System header to define __stub macros and hopefully few prototypes, |
| 13553 | which can conflict with char $ac_func (); below. |
| 13554 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13555 | <limits.h> exists even on freestanding compilers. */ |
| 13556 | |
| 13557 | #ifdef __STDC__ |
| 13558 | # include <limits.h> |
| 13559 | #else |
| 13560 | # include <assert.h> |
| 13561 | #endif |
| 13562 | |
| 13563 | #undef $ac_func |
| 13564 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13565 | /* Override any GCC internal prototype to avoid an error. |
| 13566 | Use char because int might match the return type of a GCC |
| 13567 | builtin and then its argument prototype would still apply. */ |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13568 | #ifdef __cplusplus |
| 13569 | extern "C" |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13570 | #endif |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13571 | char $ac_func (); |
| 13572 | /* The GNU C library defines this for functions which it implements |
| 13573 | to always fail with ENOSYS. Some functions are actually named |
| 13574 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13575 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13576 | choke me |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13577 | #endif |
| 13578 | |
| 13579 | int |
| 13580 | main () |
| 13581 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13582 | return $ac_func (); |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13583 | ; |
| 13584 | return 0; |
| 13585 | } |
| 13586 | _ACEOF |
| 13587 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13588 | if { (ac_try="$ac_link" |
| 13589 | case "(($ac_try" in |
| 13590 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13591 | *) ac_try_echo=$ac_try;; |
| 13592 | esac |
| 13593 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13594 | (eval "$ac_link") 2>conftest.er1 |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13595 | ac_status=$? |
| 13596 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13597 | rm -f conftest.er1 |
| 13598 | cat conftest.err >&5 |
| 13599 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13600 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13601 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13602 | { (case "(($ac_try" in |
| 13603 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13604 | *) ac_try_echo=$ac_try;; |
| 13605 | esac |
| 13606 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13607 | (eval "$ac_try") 2>&5 |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13608 | ac_status=$? |
| 13609 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13610 | (exit $ac_status); }; } && |
| 13611 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13612 | { (case "(($ac_try" in |
| 13613 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13614 | *) ac_try_echo=$ac_try;; |
| 13615 | esac |
| 13616 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13617 | (eval "$ac_try") 2>&5 |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13618 | ac_status=$? |
| 13619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13620 | (exit $ac_status); }; }; then |
| 13621 | eval "$as_ac_var=yes" |
| 13622 | else |
| 13623 | echo "$as_me: failed program was:" >&5 |
| 13624 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13625 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13626 | eval "$as_ac_var=no" |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13627 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13628 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13629 | rm -f core conftest.err conftest.$ac_objext \ |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13630 | conftest$ac_exeext conftest.$ac_ext |
| 13631 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13632 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 13633 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 13634 | echo "${ECHO_T}$ac_res" >&6; } |
Huw Davies | 35bca77 | 2006-04-12 12:14:27 +0100 | [diff] [blame] | 13635 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
| 13636 | cat >>confdefs.h <<_ACEOF |
| 13637 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13638 | _ACEOF |
| 13639 | |
| 13640 | fi |
| 13641 | done |
| 13642 | |
| 13643 | CFLAGS="$ac_save_CFLAGS" |
Ian Pilcher | 40432fe | 2001-06-06 21:05:23 +0000 | [diff] [blame] | 13644 | CPPFLAGS="$ac_save_CPPFLAGS" |
Huw D M Davies | c1d3813 | 2002-02-08 17:09:50 +0000 | [diff] [blame] | 13645 | if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes" |
Huw D M Davies | 9b1d372 | 2002-01-29 17:09:28 +0000 | [diff] [blame] | 13646 | then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13647 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13648 | cat >>confdefs.h <<\_ACEOF |
Huw D M Davies | 9b1d372 | 2002-01-29 17:09:28 +0000 | [diff] [blame] | 13649 | #define HAVE_FREETYPE 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13650 | _ACEOF |
Huw D M Davies | 9b1d372 | 2002-01-29 17:09:28 +0000 | [diff] [blame] | 13651 | |
| 13652 | wine_cv_msg_freetype=no |
| 13653 | else |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 13654 | FREETYPELIBS="" |
Huw D M Davies | 9b1d372 | 2002-01-29 17:09:28 +0000 | [diff] [blame] | 13655 | FREETYPEINCL="" |
| 13656 | wine_cv_msg_freetype=yes |
| 13657 | fi |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 13658 | fi |
| 13659 | fi |
| 13660 | |
Huw Davies | 00acb5f | 2004-08-17 22:33:14 +0000 | [diff] [blame] | 13661 | if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS" |
| 13662 | then |
| 13663 | FONTSSUBDIRS="fonts" |
| 13664 | |
| 13665 | fi |
| 13666 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13667 | { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5 |
| 13668 | echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13669 | if test "${ac_cv_c_ppdev+set}" = set; then |
| 13670 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Pavel Roskin | 94d9964 | 1998-12-26 11:52:51 +0000 | [diff] [blame] | 13671 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13672 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13673 | /* confdefs.h. */ |
| 13674 | _ACEOF |
| 13675 | cat confdefs.h >>conftest.$ac_ext |
| 13676 | cat >>conftest.$ac_ext <<_ACEOF |
| 13677 | /* end confdefs.h. */ |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13678 | #include <linux/ppdev.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13679 | int |
| 13680 | main () |
| 13681 | { |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13682 | ioctl (1,PPCLAIM,0) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13683 | ; |
| 13684 | return 0; |
| 13685 | } |
| 13686 | _ACEOF |
| 13687 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13688 | if { (ac_try="$ac_compile" |
| 13689 | case "(($ac_try" in |
| 13690 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13691 | *) ac_try_echo=$ac_try;; |
| 13692 | esac |
| 13693 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13694 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13695 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13696 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13697 | rm -f conftest.er1 |
| 13698 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13699 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13700 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13701 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13702 | { (case "(($ac_try" in |
| 13703 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13704 | *) ac_try_echo=$ac_try;; |
| 13705 | esac |
| 13706 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13707 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13708 | ac_status=$? |
| 13709 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13710 | (exit $ac_status); }; } && |
| 13711 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13712 | { (case "(($ac_try" in |
| 13713 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13714 | *) ac_try_echo=$ac_try;; |
| 13715 | esac |
| 13716 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13717 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13718 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13719 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13720 | (exit $ac_status); }; }; then |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13721 | ac_cv_c_ppdev="yes" |
| 13722 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13723 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13724 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13725 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13726 | ac_cv_c_ppdev="no" |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13727 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13728 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13729 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13730 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13731 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13732 | { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5 |
| 13733 | echo "${ECHO_T}$ac_cv_c_ppdev" >&6; } |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13734 | if test "$ac_cv_c_ppdev" = "yes" |
| 13735 | then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 13736 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13737 | cat >>confdefs.h <<\_ACEOF |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13738 | #define HAVE_PPDEV 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 13739 | _ACEOF |
Uwe Bonnes | 6509fa9 | 2001-06-26 21:06:07 +0000 | [diff] [blame] | 13740 | |
| 13741 | fi |
| 13742 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13743 | { echo "$as_me:$LINENO: checking for va_copy" >&5 |
| 13744 | echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; } |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13745 | if test "${ac_cv_c_va_copy+set}" = set; then |
| 13746 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13747 | else |
| 13748 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13749 | /* confdefs.h. */ |
| 13750 | _ACEOF |
| 13751 | cat confdefs.h >>conftest.$ac_ext |
| 13752 | cat >>conftest.$ac_ext <<_ACEOF |
| 13753 | /* end confdefs.h. */ |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13754 | #include <stdarg.h> |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13755 | int |
| 13756 | main () |
| 13757 | { |
| 13758 | va_list ap1, ap2; |
| 13759 | va_copy(ap1,ap2); |
| 13760 | |
| 13761 | ; |
| 13762 | return 0; |
| 13763 | } |
| 13764 | _ACEOF |
| 13765 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13766 | if { (ac_try="$ac_link" |
| 13767 | case "(($ac_try" in |
| 13768 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13769 | *) ac_try_echo=$ac_try;; |
| 13770 | esac |
| 13771 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13772 | (eval "$ac_link") 2>conftest.er1 |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13773 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13774 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13775 | rm -f conftest.er1 |
| 13776 | cat conftest.err >&5 |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13777 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13778 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13779 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13780 | { (case "(($ac_try" in |
| 13781 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13782 | *) ac_try_echo=$ac_try;; |
| 13783 | esac |
| 13784 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13785 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13786 | ac_status=$? |
| 13787 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13788 | (exit $ac_status); }; } && |
| 13789 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13790 | { (case "(($ac_try" in |
| 13791 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13792 | *) ac_try_echo=$ac_try;; |
| 13793 | esac |
| 13794 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13795 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13796 | ac_status=$? |
| 13797 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13798 | (exit $ac_status); }; }; then |
| 13799 | ac_cv_c_va_copy="yes" |
| 13800 | else |
| 13801 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13802 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13803 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13804 | ac_cv_c_va_copy="no" |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13805 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13806 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13807 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13808 | conftest$ac_exeext conftest.$ac_ext |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13809 | |
| 13810 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13811 | { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5 |
| 13812 | echo "${ECHO_T}$ac_cv_c_va_copy" >&6; } |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13813 | if test "$ac_cv_c_va_copy" = "yes" |
| 13814 | then |
| 13815 | |
| 13816 | cat >>confdefs.h <<\_ACEOF |
| 13817 | #define HAVE_VA_COPY 1 |
| 13818 | _ACEOF |
| 13819 | |
| 13820 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13821 | { echo "$as_me:$LINENO: checking for __va_copy" >&5 |
| 13822 | echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; } |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13823 | if test "${ac_cv_c___va_copy+set}" = set; then |
| 13824 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13825 | else |
| 13826 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13827 | /* confdefs.h. */ |
| 13828 | _ACEOF |
| 13829 | cat confdefs.h >>conftest.$ac_ext |
| 13830 | cat >>conftest.$ac_ext <<_ACEOF |
| 13831 | /* end confdefs.h. */ |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13832 | #include <stdarg.h> |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13833 | int |
| 13834 | main () |
| 13835 | { |
| 13836 | va_list ap1, ap2; |
| 13837 | __va_copy(ap1,ap2); |
| 13838 | |
| 13839 | ; |
| 13840 | return 0; |
| 13841 | } |
| 13842 | _ACEOF |
| 13843 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13844 | if { (ac_try="$ac_link" |
| 13845 | case "(($ac_try" in |
| 13846 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13847 | *) ac_try_echo=$ac_try;; |
| 13848 | esac |
| 13849 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13850 | (eval "$ac_link") 2>conftest.er1 |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13851 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13852 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13853 | rm -f conftest.er1 |
| 13854 | cat conftest.err >&5 |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13855 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13856 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13857 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13858 | { (case "(($ac_try" in |
| 13859 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13860 | *) ac_try_echo=$ac_try;; |
| 13861 | esac |
| 13862 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13863 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13864 | ac_status=$? |
| 13865 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13866 | (exit $ac_status); }; } && |
| 13867 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13868 | { (case "(($ac_try" in |
| 13869 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13870 | *) ac_try_echo=$ac_try;; |
| 13871 | esac |
| 13872 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13873 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13874 | ac_status=$? |
| 13875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13876 | (exit $ac_status); }; }; then |
| 13877 | ac_cv_c___va_copy="yes" |
| 13878 | else |
| 13879 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 13880 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13881 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13882 | ac_cv_c___va_copy="no" |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13883 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13884 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13885 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13886 | conftest$ac_exeext conftest.$ac_ext |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13887 | |
| 13888 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13889 | { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5 |
| 13890 | echo "${ECHO_T}$ac_cv_c___va_copy" >&6; } |
Marcus Meissner | 5ee517a | 2002-08-09 19:49:31 +0000 | [diff] [blame] | 13891 | if test "$ac_cv_c___va_copy" = "yes" |
| 13892 | then |
| 13893 | |
| 13894 | cat >>confdefs.h <<\_ACEOF |
| 13895 | #define HAVE___VA_COPY 1 |
| 13896 | _ACEOF |
| 13897 | |
| 13898 | fi |
| 13899 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13900 | { echo "$as_me:$LINENO: checking for sigsetjmp" >&5 |
| 13901 | echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; } |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13902 | if test "${ac_cv_c_sigsetjmp+set}" = set; then |
| 13903 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13904 | else |
| 13905 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13906 | /* confdefs.h. */ |
| 13907 | _ACEOF |
| 13908 | cat confdefs.h >>conftest.$ac_ext |
| 13909 | cat >>conftest.$ac_ext <<_ACEOF |
| 13910 | /* end confdefs.h. */ |
| 13911 | #include <setjmp.h> |
| 13912 | int |
| 13913 | main () |
| 13914 | { |
| 13915 | sigjmp_buf buf; |
| 13916 | sigsetjmp( buf, 1 ); |
| 13917 | siglongjmp( buf, 1 ); |
| 13918 | ; |
| 13919 | return 0; |
| 13920 | } |
| 13921 | _ACEOF |
| 13922 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13923 | if { (ac_try="$ac_link" |
| 13924 | case "(($ac_try" in |
| 13925 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13926 | *) ac_try_echo=$ac_try;; |
| 13927 | esac |
| 13928 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13929 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13930 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13931 | grep -v '^ *+' conftest.er1 >conftest.err |
| 13932 | rm -f conftest.er1 |
| 13933 | cat conftest.err >&5 |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13934 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13935 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13936 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 13937 | { (case "(($ac_try" in |
| 13938 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13939 | *) ac_try_echo=$ac_try;; |
| 13940 | esac |
| 13941 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13942 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13943 | ac_status=$? |
| 13944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13945 | (exit $ac_status); }; } && |
| 13946 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13947 | { (case "(($ac_try" in |
| 13948 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 13949 | *) ac_try_echo=$ac_try;; |
| 13950 | esac |
| 13951 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 13952 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13953 | ac_status=$? |
| 13954 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13955 | (exit $ac_status); }; }; then |
| 13956 | ac_cv_c_sigsetjmp="yes" |
| 13957 | else |
| 13958 | echo "$as_me: failed program was:" >&5 |
| 13959 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13960 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13961 | ac_cv_c_sigsetjmp="no" |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13962 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13963 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 13964 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 13965 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13966 | |
| 13967 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13968 | { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5 |
| 13969 | echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; } |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 13970 | if test "$ac_cv_c_sigsetjmp" = "yes" |
| 13971 | then |
| 13972 | |
| 13973 | cat >>confdefs.h <<\_ACEOF |
| 13974 | #define HAVE_SIGSETJMP 1 |
| 13975 | _ACEOF |
| 13976 | |
| 13977 | fi |
| 13978 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13979 | { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5 |
| 13980 | echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; } |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 13981 | if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then |
| 13982 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13983 | else |
| 13984 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 13985 | /* confdefs.h. */ |
| 13986 | _ACEOF |
| 13987 | cat confdefs.h >>conftest.$ac_ext |
| 13988 | cat >>conftest.$ac_ext <<_ACEOF |
| 13989 | /* end confdefs.h. */ |
| 13990 | #define _GNU_SOURCE |
| 13991 | #include <pthread.h> |
| 13992 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13993 | typedef pthread_rwlock_t ac__type_new_; |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 13994 | int |
| 13995 | main () |
| 13996 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13997 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 13998 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 13999 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14000 | return 0; |
| 14001 | ; |
| 14002 | return 0; |
| 14003 | } |
| 14004 | _ACEOF |
| 14005 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14006 | if { (ac_try="$ac_compile" |
| 14007 | case "(($ac_try" in |
| 14008 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14009 | *) ac_try_echo=$ac_try;; |
| 14010 | esac |
| 14011 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14012 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14013 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14014 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14015 | rm -f conftest.er1 |
| 14016 | cat conftest.err >&5 |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14017 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14018 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14019 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14020 | { (case "(($ac_try" in |
| 14021 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14022 | *) ac_try_echo=$ac_try;; |
| 14023 | esac |
| 14024 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14025 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14026 | ac_status=$? |
| 14027 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14028 | (exit $ac_status); }; } && |
| 14029 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14030 | { (case "(($ac_try" in |
| 14031 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14032 | *) ac_try_echo=$ac_try;; |
| 14033 | esac |
| 14034 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14035 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14036 | ac_status=$? |
| 14037 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14038 | (exit $ac_status); }; }; then |
| 14039 | ac_cv_type_pthread_rwlock_t=yes |
| 14040 | else |
| 14041 | echo "$as_me: failed program was:" >&5 |
| 14042 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14043 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14044 | ac_cv_type_pthread_rwlock_t=no |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14045 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14046 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14047 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14048 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14049 | { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5 |
| 14050 | echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; } |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14051 | if test $ac_cv_type_pthread_rwlock_t = yes; then |
| 14052 | |
| 14053 | cat >>confdefs.h <<_ACEOF |
| 14054 | #define HAVE_PTHREAD_RWLOCK_T 1 |
| 14055 | _ACEOF |
| 14056 | |
| 14057 | |
| 14058 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14059 | { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5 |
| 14060 | echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; } |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14061 | if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then |
| 14062 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14063 | else |
| 14064 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14065 | /* confdefs.h. */ |
| 14066 | _ACEOF |
| 14067 | cat confdefs.h >>conftest.$ac_ext |
| 14068 | cat >>conftest.$ac_ext <<_ACEOF |
| 14069 | /* end confdefs.h. */ |
| 14070 | #define _GNU_SOURCE |
| 14071 | #include <pthread.h> |
| 14072 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14073 | typedef pthread_rwlockattr_t ac__type_new_; |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14074 | int |
| 14075 | main () |
| 14076 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14077 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14078 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14079 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14080 | return 0; |
| 14081 | ; |
| 14082 | return 0; |
| 14083 | } |
| 14084 | _ACEOF |
| 14085 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14086 | if { (ac_try="$ac_compile" |
| 14087 | case "(($ac_try" in |
| 14088 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14089 | *) ac_try_echo=$ac_try;; |
| 14090 | esac |
| 14091 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14092 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14093 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14094 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14095 | rm -f conftest.er1 |
| 14096 | cat conftest.err >&5 |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14097 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14098 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14099 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14100 | { (case "(($ac_try" in |
| 14101 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14102 | *) ac_try_echo=$ac_try;; |
| 14103 | esac |
| 14104 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14105 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14106 | ac_status=$? |
| 14107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14108 | (exit $ac_status); }; } && |
| 14109 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14110 | { (case "(($ac_try" in |
| 14111 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14112 | *) ac_try_echo=$ac_try;; |
| 14113 | esac |
| 14114 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14115 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14116 | ac_status=$? |
| 14117 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14118 | (exit $ac_status); }; }; then |
| 14119 | ac_cv_type_pthread_rwlockattr_t=yes |
| 14120 | else |
| 14121 | echo "$as_me: failed program was:" >&5 |
| 14122 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14123 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14124 | ac_cv_type_pthread_rwlockattr_t=no |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14125 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14126 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14127 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14128 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14129 | { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5 |
| 14130 | echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; } |
Alexandre Julliard | 80e34db | 2003-09-03 00:26:08 +0000 | [diff] [blame] | 14131 | if test $ac_cv_type_pthread_rwlockattr_t = yes; then |
| 14132 | |
| 14133 | cat >>confdefs.h <<_ACEOF |
| 14134 | #define HAVE_PTHREAD_RWLOCKATTR_T 1 |
| 14135 | _ACEOF |
| 14136 | |
| 14137 | |
| 14138 | fi |
| 14139 | |
| 14140 | |
Alexandre Julliard | 2d1a627 | 2006-02-11 20:54:06 +0100 | [diff] [blame] | 14141 | ac_wine_check_funcs_save_LIBS="$LIBS" |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14142 | LIBS="$LIBS $LIBPTHREAD" |
| 14143 | |
Emmanuel Maillard | d110e1f | 2004-07-21 03:06:03 +0000 | [diff] [blame] | 14144 | |
| 14145 | |
| 14146 | for ac_func in \ |
| 14147 | pthread_getattr_np \ |
| 14148 | pthread_get_stackaddr_np \ |
Alexandre Julliard | 2d1a627 | 2006-02-11 20:54:06 +0100 | [diff] [blame] | 14149 | pthread_get_stacksize_np |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14150 | do |
| 14151 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14152 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 14153 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 14154 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14155 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14156 | else |
| 14157 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14158 | /* confdefs.h. */ |
| 14159 | _ACEOF |
| 14160 | cat confdefs.h >>conftest.$ac_ext |
| 14161 | cat >>conftest.$ac_ext <<_ACEOF |
| 14162 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14163 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 14164 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 14165 | #define $ac_func innocuous_$ac_func |
| 14166 | |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14167 | /* System header to define __stub macros and hopefully few prototypes, |
| 14168 | which can conflict with char $ac_func (); below. |
| 14169 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14170 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14171 | |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14172 | #ifdef __STDC__ |
| 14173 | # include <limits.h> |
| 14174 | #else |
| 14175 | # include <assert.h> |
| 14176 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14177 | |
| 14178 | #undef $ac_func |
| 14179 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14180 | /* Override any GCC internal prototype to avoid an error. |
| 14181 | Use char because int might match the return type of a GCC |
| 14182 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14183 | #ifdef __cplusplus |
| 14184 | extern "C" |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14185 | #endif |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14186 | char $ac_func (); |
| 14187 | /* The GNU C library defines this for functions which it implements |
| 14188 | to always fail with ENOSYS. Some functions are actually named |
| 14189 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14190 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14191 | choke me |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14192 | #endif |
| 14193 | |
| 14194 | int |
| 14195 | main () |
| 14196 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14197 | return $ac_func (); |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14198 | ; |
| 14199 | return 0; |
| 14200 | } |
| 14201 | _ACEOF |
| 14202 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14203 | if { (ac_try="$ac_link" |
| 14204 | case "(($ac_try" in |
| 14205 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14206 | *) ac_try_echo=$ac_try;; |
| 14207 | esac |
| 14208 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14209 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14210 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14211 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14212 | rm -f conftest.er1 |
| 14213 | cat conftest.err >&5 |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14214 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14215 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14216 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14217 | { (case "(($ac_try" in |
| 14218 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14219 | *) ac_try_echo=$ac_try;; |
| 14220 | esac |
| 14221 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14222 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14223 | ac_status=$? |
| 14224 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14225 | (exit $ac_status); }; } && |
| 14226 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14227 | { (case "(($ac_try" in |
| 14228 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14229 | *) ac_try_echo=$ac_try;; |
| 14230 | esac |
| 14231 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14232 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14233 | ac_status=$? |
| 14234 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14235 | (exit $ac_status); }; }; then |
| 14236 | eval "$as_ac_var=yes" |
| 14237 | else |
| 14238 | echo "$as_me: failed program was:" >&5 |
| 14239 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14240 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14241 | eval "$as_ac_var=no" |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14242 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14243 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14244 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14245 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14246 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14247 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 14248 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 14249 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14250 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
| 14251 | cat >>confdefs.h <<_ACEOF |
| 14252 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 14253 | _ACEOF |
| 14254 | |
| 14255 | fi |
| 14256 | done |
| 14257 | |
Alexandre Julliard | 2d1a627 | 2006-02-11 20:54:06 +0100 | [diff] [blame] | 14258 | LIBS="$ac_wine_check_funcs_save_LIBS" |
Alexandre Julliard | 821ab86 | 2003-11-12 22:44:56 +0000 | [diff] [blame] | 14259 | |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14260 | # Extract the first word of "artsc-config", so it can be a program name with args. |
| 14261 | set dummy artsc-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14262 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 14263 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14264 | if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then |
| 14265 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14266 | else |
| 14267 | case $ARTSCCONFIG in |
| 14268 | [\\/]* | ?:[\\/]*) |
| 14269 | ac_cv_path_ARTSCCONFIG="$ARTSCCONFIG" # Let the user override the test with a path. |
| 14270 | ;; |
| 14271 | *) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 14272 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 14273 | for as_dir in $PATH |
| 14274 | do |
| 14275 | IFS=$as_save_IFS |
| 14276 | test -z "$as_dir" && as_dir=. |
| 14277 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14278 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 14279 | ac_cv_path_ARTSCCONFIG="$as_dir/$ac_word$ac_exec_ext" |
| 14280 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 14281 | break 2 |
| 14282 | fi |
| 14283 | done |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14284 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14285 | IFS=$as_save_IFS |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14286 | |
| 14287 | ;; |
| 14288 | esac |
| 14289 | fi |
| 14290 | ARTSCCONFIG=$ac_cv_path_ARTSCCONFIG |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14291 | if test -n "$ARTSCCONFIG"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14292 | { echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5 |
| 14293 | echo "${ECHO_T}$ARTSCCONFIG" >&6; } |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14294 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14295 | { echo "$as_me:$LINENO: result: no" >&5 |
| 14296 | echo "${ECHO_T}no" >&6; } |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14297 | fi |
| 14298 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14299 | |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14300 | if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"'; |
| 14301 | then |
Alexandre Julliard | b3b12cf | 2004-02-24 01:24:20 +0000 | [diff] [blame] | 14302 | ARTSC_CFLAGS="" |
| 14303 | for i in `$ARTSCCONFIG --cflags` |
| 14304 | do |
| 14305 | case "$i" in |
| 14306 | -I*) ARTSC_CFLAGS="$ARTSC_CFLAGS $i";; |
| 14307 | esac |
| 14308 | done |
Alexandre Julliard | 197a7d0 | 2006-04-04 12:08:30 +0200 | [diff] [blame] | 14309 | ARTSC_LIBS="" |
| 14310 | for i in `$ARTSCCONFIG --libs` |
| 14311 | do |
| 14312 | case "$i" in |
| 14313 | -L/usr/lib|-L/usr/lib64) ;; |
| 14314 | -L*|-l*) ARTSC_LIBS="$ARTSC_LIBS $i";; |
| 14315 | esac |
| 14316 | done |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14317 | save_CFLAGS="$CFLAGS" |
| 14318 | CFLAGS="$CFLAGS $ARTSC_CFLAGS" |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14319 | { echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5 |
| 14320 | echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6; } |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14321 | if test "${ac_cv_lib_artsc_arts_init+set}" = set; then |
| 14322 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14323 | else |
| 14324 | ac_check_lib_save_LIBS=$LIBS |
Vitaliy Margolen | 80816e9 | 2005-06-30 20:46:59 +0000 | [diff] [blame] | 14325 | LIBS="-lartsc $ARTSC_LIBS $LIBS" |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14326 | cat >conftest.$ac_ext <<_ACEOF |
| 14327 | /* confdefs.h. */ |
| 14328 | _ACEOF |
| 14329 | cat confdefs.h >>conftest.$ac_ext |
| 14330 | cat >>conftest.$ac_ext <<_ACEOF |
| 14331 | /* end confdefs.h. */ |
| 14332 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14333 | /* Override any GCC internal prototype to avoid an error. |
| 14334 | Use char because int might match the return type of a GCC |
| 14335 | builtin and then its argument prototype would still apply. */ |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14336 | #ifdef __cplusplus |
| 14337 | extern "C" |
| 14338 | #endif |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14339 | char arts_init (); |
| 14340 | int |
| 14341 | main () |
| 14342 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14343 | return arts_init (); |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14344 | ; |
| 14345 | return 0; |
| 14346 | } |
| 14347 | _ACEOF |
| 14348 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14349 | if { (ac_try="$ac_link" |
| 14350 | case "(($ac_try" in |
| 14351 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14352 | *) ac_try_echo=$ac_try;; |
| 14353 | esac |
| 14354 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14355 | (eval "$ac_link") 2>conftest.er1 |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14356 | ac_status=$? |
| 14357 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14358 | rm -f conftest.er1 |
| 14359 | cat conftest.err >&5 |
| 14360 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14361 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14362 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14363 | { (case "(($ac_try" in |
| 14364 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14365 | *) ac_try_echo=$ac_try;; |
| 14366 | esac |
| 14367 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14368 | (eval "$ac_try") 2>&5 |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14369 | ac_status=$? |
| 14370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14371 | (exit $ac_status); }; } && |
| 14372 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14373 | { (case "(($ac_try" in |
| 14374 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14375 | *) ac_try_echo=$ac_try;; |
| 14376 | esac |
| 14377 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14378 | (eval "$ac_try") 2>&5 |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14379 | ac_status=$? |
| 14380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14381 | (exit $ac_status); }; }; then |
| 14382 | ac_cv_lib_artsc_arts_init=yes |
| 14383 | else |
| 14384 | echo "$as_me: failed program was:" >&5 |
| 14385 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14386 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14387 | ac_cv_lib_artsc_arts_init=no |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14388 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14389 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14390 | rm -f core conftest.err conftest.$ac_objext \ |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14391 | conftest$ac_exeext conftest.$ac_ext |
| 14392 | LIBS=$ac_check_lib_save_LIBS |
| 14393 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14394 | { echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5 |
| 14395 | echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6; } |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14396 | if test $ac_cv_lib_artsc_arts_init = yes; then |
| 14397 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14398 | /* confdefs.h. */ |
| 14399 | _ACEOF |
| 14400 | cat confdefs.h >>conftest.$ac_ext |
| 14401 | cat >>conftest.$ac_ext <<_ACEOF |
| 14402 | /* end confdefs.h. */ |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14403 | #include <artsc.h> |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14404 | int |
| 14405 | main () |
| 14406 | { |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14407 | arts_stream_t stream; |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14408 | ; |
| 14409 | return 0; |
| 14410 | } |
| 14411 | _ACEOF |
| 14412 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14413 | if { (ac_try="$ac_compile" |
| 14414 | case "(($ac_try" in |
| 14415 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14416 | *) ac_try_echo=$ac_try;; |
| 14417 | esac |
| 14418 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14419 | (eval "$ac_compile") 2>conftest.er1 |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14420 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14421 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14422 | rm -f conftest.er1 |
| 14423 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 14424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14425 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14426 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14427 | { (case "(($ac_try" in |
| 14428 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14429 | *) ac_try_echo=$ac_try;; |
| 14430 | esac |
| 14431 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14432 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14433 | ac_status=$? |
| 14434 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14435 | (exit $ac_status); }; } && |
| 14436 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14437 | { (case "(($ac_try" in |
| 14438 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14439 | *) ac_try_echo=$ac_try;; |
| 14440 | esac |
| 14441 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14442 | (eval "$ac_try") 2>&5 |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14443 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 14444 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14445 | (exit $ac_status); }; }; then |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14446 | ARTSLIBS=$ARTSC_LIBS |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14447 | |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14448 | ARTSINCL=$ARTSC_CFLAGS |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14449 | |
| 14450 | |
| 14451 | cat >>confdefs.h <<\_ACEOF |
| 14452 | #define HAVE_ARTS 1 |
| 14453 | _ACEOF |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14454 | |
| 14455 | else |
| 14456 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14457 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14458 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14459 | |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14460 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14461 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14462 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Jacek Caban | 6f8f475 | 2005-03-28 09:58:45 +0000 | [diff] [blame] | 14463 | fi |
| 14464 | |
Marcus Meissner | bc62458 | 2004-01-18 22:15:46 +0000 | [diff] [blame] | 14465 | CFLAGS="$save_CFLAGS" |
Chris Morgan | 9b0ba7c | 2002-03-21 01:38:19 +0000 | [diff] [blame] | 14466 | fi |
| 14467 | |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14468 | # Extract the first word of "esd-config", so it can be a program name with args. |
| 14469 | set dummy esd-config; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14470 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 14471 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14472 | if test "${ac_cv_path_ESDCONFIG+set}" = set; then |
| 14473 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14474 | else |
| 14475 | case $ESDCONFIG in |
| 14476 | [\\/]* | ?:[\\/]*) |
| 14477 | ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path. |
| 14478 | ;; |
| 14479 | *) |
| 14480 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 14481 | for as_dir in $PATH |
| 14482 | do |
| 14483 | IFS=$as_save_IFS |
| 14484 | test -z "$as_dir" && as_dir=. |
| 14485 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14486 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14487 | ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext" |
| 14488 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 14489 | break 2 |
| 14490 | fi |
| 14491 | done |
| 14492 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14493 | IFS=$as_save_IFS |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14494 | |
| 14495 | ;; |
| 14496 | esac |
| 14497 | fi |
| 14498 | ESDCONFIG=$ac_cv_path_ESDCONFIG |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14499 | if test -n "$ESDCONFIG"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14500 | { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5 |
| 14501 | echo "${ECHO_T}$ESDCONFIG" >&6; } |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14502 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14503 | { echo "$as_me:$LINENO: result: no" >&5 |
| 14504 | echo "${ECHO_T}no" >&6; } |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14505 | fi |
| 14506 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14507 | |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14508 | if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"'; |
| 14509 | then |
| 14510 | ESD_CFLAGS="" |
| 14511 | for i in `$ESDCONFIG --cflags` |
| 14512 | do |
| 14513 | case "$i" in |
| 14514 | -I*) ESD_CFLAGS="$ESD_CFLAGS $i";; |
| 14515 | esac |
| 14516 | done |
| 14517 | ESD_LIBS=`$ESDCONFIG --libs` |
| 14518 | save_CFLAGS="$CFLAGS" |
| 14519 | CFLAGS="$CFLAGS $ESD_CFLAGS" |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14520 | { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5 |
| 14521 | echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; } |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14522 | if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then |
| 14523 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14524 | else |
| 14525 | ac_check_lib_save_LIBS=$LIBS |
| 14526 | LIBS="-lesd $LIBS" |
| 14527 | cat >conftest.$ac_ext <<_ACEOF |
| 14528 | /* confdefs.h. */ |
| 14529 | _ACEOF |
| 14530 | cat confdefs.h >>conftest.$ac_ext |
| 14531 | cat >>conftest.$ac_ext <<_ACEOF |
| 14532 | /* end confdefs.h. */ |
| 14533 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14534 | /* Override any GCC internal prototype to avoid an error. |
| 14535 | Use char because int might match the return type of a GCC |
| 14536 | builtin and then its argument prototype would still apply. */ |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14537 | #ifdef __cplusplus |
| 14538 | extern "C" |
| 14539 | #endif |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14540 | char esd_open_sound (); |
| 14541 | int |
| 14542 | main () |
| 14543 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14544 | return esd_open_sound (); |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14545 | ; |
| 14546 | return 0; |
| 14547 | } |
| 14548 | _ACEOF |
| 14549 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14550 | if { (ac_try="$ac_link" |
| 14551 | case "(($ac_try" in |
| 14552 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14553 | *) ac_try_echo=$ac_try;; |
| 14554 | esac |
| 14555 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14556 | (eval "$ac_link") 2>conftest.er1 |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14557 | ac_status=$? |
| 14558 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14559 | rm -f conftest.er1 |
| 14560 | cat conftest.err >&5 |
| 14561 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14562 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14563 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14564 | { (case "(($ac_try" in |
| 14565 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14566 | *) ac_try_echo=$ac_try;; |
| 14567 | esac |
| 14568 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14569 | (eval "$ac_try") 2>&5 |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14570 | ac_status=$? |
| 14571 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14572 | (exit $ac_status); }; } && |
| 14573 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14574 | { (case "(($ac_try" in |
| 14575 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14576 | *) ac_try_echo=$ac_try;; |
| 14577 | esac |
| 14578 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14579 | (eval "$ac_try") 2>&5 |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14580 | ac_status=$? |
| 14581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14582 | (exit $ac_status); }; }; then |
| 14583 | ac_cv_lib_esd_esd_open_sound=yes |
| 14584 | else |
| 14585 | echo "$as_me: failed program was:" >&5 |
| 14586 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14587 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14588 | ac_cv_lib_esd_esd_open_sound=no |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14589 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14590 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14591 | rm -f core conftest.err conftest.$ac_objext \ |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14592 | conftest$ac_exeext conftest.$ac_ext |
| 14593 | LIBS=$ac_check_lib_save_LIBS |
| 14594 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14595 | { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5 |
| 14596 | echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; } |
Peter Ă…strand | 7a15eb9 | 2005-08-03 15:53:26 +0000 | [diff] [blame] | 14597 | if test $ac_cv_lib_esd_esd_open_sound = yes; then |
| 14598 | ESDLIBS=$ESD_LIBS |
| 14599 | |
| 14600 | ESDINCL=$ESD_CFLAGS |
| 14601 | |
| 14602 | |
| 14603 | cat >>confdefs.h <<\_ACEOF |
| 14604 | #define HAVE_ESD 1 |
| 14605 | _ACEOF |
| 14606 | |
| 14607 | fi |
| 14608 | |
| 14609 | CFLAGS="$save_CFLAGS" |
| 14610 | fi |
| 14611 | |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14612 | ALSALIBS="" |
| 14613 | |
Marco Pietrobono | 0e79a41 | 2002-08-29 01:51:31 +0000 | [diff] [blame] | 14614 | if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes" |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14615 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14616 | { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5 |
| 14617 | echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; } |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14618 | if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14619 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14620 | else |
| 14621 | ac_check_lib_save_LIBS=$LIBS |
| 14622 | LIBS="-lasound $LIBS" |
| 14623 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14624 | /* confdefs.h. */ |
| 14625 | _ACEOF |
| 14626 | cat confdefs.h >>conftest.$ac_ext |
| 14627 | cat >>conftest.$ac_ext <<_ACEOF |
| 14628 | /* end confdefs.h. */ |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14629 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14630 | /* Override any GCC internal prototype to avoid an error. |
| 14631 | Use char because int might match the return type of a GCC |
| 14632 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14633 | #ifdef __cplusplus |
| 14634 | extern "C" |
| 14635 | #endif |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14636 | char snd_pcm_hw_params_get_access (); |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14637 | int |
| 14638 | main () |
| 14639 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14640 | return snd_pcm_hw_params_get_access (); |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14641 | ; |
| 14642 | return 0; |
| 14643 | } |
| 14644 | _ACEOF |
| 14645 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14646 | if { (ac_try="$ac_link" |
| 14647 | case "(($ac_try" in |
| 14648 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14649 | *) ac_try_echo=$ac_try;; |
| 14650 | esac |
| 14651 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14652 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14653 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14654 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14655 | rm -f conftest.er1 |
| 14656 | cat conftest.err >&5 |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14657 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14658 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14659 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14660 | { (case "(($ac_try" in |
| 14661 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14662 | *) ac_try_echo=$ac_try;; |
| 14663 | esac |
| 14664 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14665 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14666 | ac_status=$? |
| 14667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14668 | (exit $ac_status); }; } && |
| 14669 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14670 | { (case "(($ac_try" in |
| 14671 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14672 | *) ac_try_echo=$ac_try;; |
| 14673 | esac |
| 14674 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14675 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14676 | ac_status=$? |
| 14677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14678 | (exit $ac_status); }; }; then |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14679 | ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14680 | else |
| 14681 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14682 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14683 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14684 | ac_cv_lib_asound_snd_pcm_hw_params_get_access=no |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14685 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14686 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14687 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14688 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14689 | LIBS=$ac_check_lib_save_LIBS |
| 14690 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14691 | { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5 |
| 14692 | echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; } |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14693 | if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then |
| 14694 | cat >conftest.$ac_ext <<_ACEOF |
| 14695 | /* confdefs.h. */ |
| 14696 | _ACEOF |
| 14697 | cat confdefs.h >>conftest.$ac_ext |
| 14698 | cat >>conftest.$ac_ext <<_ACEOF |
| 14699 | /* end confdefs.h. */ |
| 14700 | #ifdef HAVE_ALSA_ASOUNDLIB_H |
| 14701 | #include <alsa/asoundlib.h> |
| 14702 | #elif defined(HAVE_SYS_ASOUNDLIB_H) |
| 14703 | #include <sys/asoundlib.h> |
| 14704 | #endif |
| 14705 | int |
| 14706 | main () |
| 14707 | { |
| 14708 | int ret = snd_pcm_hw_params_get_access(NULL, NULL) |
| 14709 | ; |
| 14710 | return 0; |
| 14711 | } |
| 14712 | _ACEOF |
| 14713 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14714 | if { (ac_try="$ac_compile" |
| 14715 | case "(($ac_try" in |
| 14716 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14717 | *) ac_try_echo=$ac_try;; |
| 14718 | esac |
| 14719 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14720 | (eval "$ac_compile") 2>conftest.er1 |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14721 | ac_status=$? |
| 14722 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14723 | rm -f conftest.er1 |
| 14724 | cat conftest.err >&5 |
| 14725 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14726 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14727 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14728 | { (case "(($ac_try" in |
| 14729 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14730 | *) ac_try_echo=$ac_try;; |
| 14731 | esac |
| 14732 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14733 | (eval "$ac_try") 2>&5 |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14734 | ac_status=$? |
| 14735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14736 | (exit $ac_status); }; } && |
| 14737 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14738 | { (case "(($ac_try" in |
| 14739 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14740 | *) ac_try_echo=$ac_try;; |
| 14741 | esac |
| 14742 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14743 | (eval "$ac_try") 2>&5 |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14744 | ac_status=$? |
| 14745 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14746 | (exit $ac_status); }; }; then |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14747 | |
| 14748 | cat >>confdefs.h <<\_ACEOF |
| 14749 | #define HAVE_ALSA 1 |
| 14750 | _ACEOF |
| 14751 | |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14752 | ALSALIBS="-lasound" |
| 14753 | else |
| 14754 | echo "$as_me: failed program was:" >&5 |
| 14755 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14756 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14757 | |
Vincent BĂ©ron | 151015f | 2005-01-10 13:26:33 +0000 | [diff] [blame] | 14758 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14759 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14760 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f92b7c0 | 2002-06-28 18:31:01 +0000 | [diff] [blame] | 14761 | fi |
| 14762 | |
| 14763 | fi |
| 14764 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 14765 | |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14766 | AUDIOIOLIBS="" |
| 14767 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 14768 | if test "$ac_cv_header_libaudioio_h" = "yes" |
| 14769 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14770 | { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5 |
| 14771 | echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; } |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14772 | if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then |
| 14773 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14774 | else |
| 14775 | ac_check_lib_save_LIBS=$LIBS |
| 14776 | LIBS="-laudioio $LIBS" |
| 14777 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14778 | /* confdefs.h. */ |
| 14779 | _ACEOF |
| 14780 | cat confdefs.h >>conftest.$ac_ext |
| 14781 | cat >>conftest.$ac_ext <<_ACEOF |
| 14782 | /* end confdefs.h. */ |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14783 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14784 | /* Override any GCC internal prototype to avoid an error. |
| 14785 | Use char because int might match the return type of a GCC |
| 14786 | builtin and then its argument prototype would still apply. */ |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14787 | #ifdef __cplusplus |
| 14788 | extern "C" |
| 14789 | #endif |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14790 | char AudioIOGetVersion (); |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14791 | int |
| 14792 | main () |
| 14793 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14794 | return AudioIOGetVersion (); |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14795 | ; |
| 14796 | return 0; |
| 14797 | } |
| 14798 | _ACEOF |
| 14799 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14800 | if { (ac_try="$ac_link" |
| 14801 | case "(($ac_try" in |
| 14802 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14803 | *) ac_try_echo=$ac_try;; |
| 14804 | esac |
| 14805 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14806 | (eval "$ac_link") 2>conftest.er1 |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14807 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14808 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14809 | rm -f conftest.er1 |
| 14810 | cat conftest.err >&5 |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14812 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14813 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14814 | { (case "(($ac_try" in |
| 14815 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14816 | *) ac_try_echo=$ac_try;; |
| 14817 | esac |
| 14818 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14819 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14820 | ac_status=$? |
| 14821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14822 | (exit $ac_status); }; } && |
| 14823 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14824 | { (case "(($ac_try" in |
| 14825 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14826 | *) ac_try_echo=$ac_try;; |
| 14827 | esac |
| 14828 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14829 | (eval "$ac_try") 2>&5 |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14830 | ac_status=$? |
| 14831 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14832 | (exit $ac_status); }; }; then |
| 14833 | ac_cv_lib_audioio_AudioIOGetVersion=yes |
| 14834 | else |
| 14835 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14836 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14837 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14838 | ac_cv_lib_audioio_AudioIOGetVersion=no |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14839 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14840 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14841 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14842 | conftest$ac_exeext conftest.$ac_ext |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14843 | LIBS=$ac_check_lib_save_LIBS |
| 14844 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14845 | { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5 |
| 14846 | echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; } |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14847 | if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then |
| 14848 | AUDIOIOLIBS="-laudioio" |
| 14849 | |
| 14850 | cat >>confdefs.h <<\_ACEOF |
| 14851 | #define HAVE_LIBAUDIOIO 1 |
| 14852 | _ACEOF |
| 14853 | |
| 14854 | fi |
| 14855 | |
| 14856 | fi |
| 14857 | |
Robert Lunnon | 2a91e3f | 2002-08-01 18:22:38 +0000 | [diff] [blame] | 14858 | |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 14859 | if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes" |
| 14860 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14861 | { echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5 |
| 14862 | echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6; } |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14863 | if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then |
| 14864 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14865 | else |
| 14866 | ac_check_lib_save_LIBS=$LIBS |
| 14867 | LIBS="-lcapi20 $LIBS" |
| 14868 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14869 | /* confdefs.h. */ |
| 14870 | _ACEOF |
| 14871 | cat confdefs.h >>conftest.$ac_ext |
| 14872 | cat >>conftest.$ac_ext <<_ACEOF |
| 14873 | /* end confdefs.h. */ |
| 14874 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14875 | /* Override any GCC internal prototype to avoid an error. |
| 14876 | Use char because int might match the return type of a GCC |
| 14877 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14878 | #ifdef __cplusplus |
| 14879 | extern "C" |
| 14880 | #endif |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14881 | char capi20_register (); |
| 14882 | int |
| 14883 | main () |
| 14884 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14885 | return capi20_register (); |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14886 | ; |
| 14887 | return 0; |
| 14888 | } |
| 14889 | _ACEOF |
| 14890 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14891 | if { (ac_try="$ac_link" |
| 14892 | case "(($ac_try" in |
| 14893 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14894 | *) ac_try_echo=$ac_try;; |
| 14895 | esac |
| 14896 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14897 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14898 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14899 | grep -v '^ *+' conftest.er1 >conftest.err |
| 14900 | rm -f conftest.er1 |
| 14901 | cat conftest.err >&5 |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14902 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14903 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14904 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 14905 | { (case "(($ac_try" in |
| 14906 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14907 | *) ac_try_echo=$ac_try;; |
| 14908 | esac |
| 14909 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14910 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14911 | ac_status=$? |
| 14912 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14913 | (exit $ac_status); }; } && |
| 14914 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14915 | { (case "(($ac_try" in |
| 14916 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14917 | *) ac_try_echo=$ac_try;; |
| 14918 | esac |
| 14919 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14920 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14921 | ac_status=$? |
| 14922 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14923 | (exit $ac_status); }; }; then |
| 14924 | ac_cv_lib_capi20_capi20_register=yes |
| 14925 | else |
| 14926 | echo "$as_me: failed program was:" >&5 |
| 14927 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14928 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14929 | ac_cv_lib_capi20_capi20_register=no |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14930 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14931 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14932 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 14933 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14934 | LIBS=$ac_check_lib_save_LIBS |
| 14935 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14936 | { echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5 |
| 14937 | echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6; } |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14938 | if test $ac_cv_lib_capi20_capi20_register = yes; then |
| 14939 | |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14940 | cat >>confdefs.h <<\_ACEOF |
| 14941 | #define HAVE_CAPI4LINUX 1 |
| 14942 | _ACEOF |
| 14943 | |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14944 | fi |
| 14945 | |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14946 | fi |
| 14947 | |
Alexandre Julliard | 00fdd9f | 2003-11-06 00:26:43 +0000 | [diff] [blame] | 14948 | |
Alexandre Julliard | fc09423 | 2003-04-14 21:46:41 +0000 | [diff] [blame] | 14949 | EXTRACFLAGS="" |
| 14950 | |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 14951 | if test "x${GCC}" = "xyes" |
| 14952 | then |
Hans Leidekker | d17b232 | 2004-01-06 21:37:44 +0000 | [diff] [blame] | 14953 | EXTRACFLAGS="-Wall -pipe" |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 14954 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 14955 | { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5 |
| 14956 | echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14957 | if test "${ac_cv_c_gcc_strength_bug+set}" = set; then |
| 14958 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 14959 | else |
| 14960 | if test "$cross_compiling" = yes; then |
| 14961 | ac_cv_c_gcc_strength_bug="yes" |
| 14962 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14963 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 14964 | /* confdefs.h. */ |
| 14965 | _ACEOF |
| 14966 | cat confdefs.h >>conftest.$ac_ext |
| 14967 | cat >>conftest.$ac_ext <<_ACEOF |
| 14968 | /* end confdefs.h. */ |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 14969 | |
Eric Pouech | 5aee80f | 2000-11-11 00:31:39 +0000 | [diff] [blame] | 14970 | int L[4] = {0,1,2,3}; |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 14971 | int main(void) { |
Alexandre Julliard | d2e1c1a | 1996-03-09 16:12:43 +0000 | [diff] [blame] | 14972 | static int Array[3]; |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 14973 | unsigned int B = 3; |
| 14974 | int i; |
Alexandre Julliard | d2e1c1a | 1996-03-09 16:12:43 +0000 | [diff] [blame] | 14975 | for(i=0; i<B; i++) Array[i] = i - 3; |
Eric Pouech | 5aee80f | 2000-11-11 00:31:39 +0000 | [diff] [blame] | 14976 | for(i=0; i<4 - 1; i++) L[i] = L[i + 1]; |
| 14977 | L[i] = 4; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14978 | |
Eric Pouech | 5aee80f | 2000-11-11 00:31:39 +0000 | [diff] [blame] | 14979 | exit( Array[1] != -2 || L[2] != 3); |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 14980 | } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14981 | _ACEOF |
| 14982 | rm -f conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14983 | if { (ac_try="$ac_link" |
| 14984 | case "(($ac_try" in |
| 14985 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14986 | *) ac_try_echo=$ac_try;; |
| 14987 | esac |
| 14988 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14989 | (eval "$ac_link") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14990 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 14991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14992 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 14993 | { (case "(($ac_try" in |
| 14994 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 14995 | *) ac_try_echo=$ac_try;; |
| 14996 | esac |
| 14997 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 14998 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 14999 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15000 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15001 | (exit $ac_status); }; }; then |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15002 | ac_cv_c_gcc_strength_bug="no" |
| 15003 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15004 | echo "$as_me: program exited with status $ac_status" >&5 |
| 15005 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15006 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15007 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15008 | ( exit $ac_status ) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15009 | ac_cv_c_gcc_strength_bug="yes" |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15010 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15011 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15012 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15013 | |
| 15014 | |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15015 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15016 | { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5 |
| 15017 | echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; } |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15018 | if test "$ac_cv_c_gcc_strength_bug" = "yes" |
| 15019 | then |
Alexandre Julliard | fc09423 | 2003-04-14 21:46:41 +0000 | [diff] [blame] | 15020 | EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce" |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15021 | fi |
Alexandre Julliard | f9b94cb | 2000-12-06 03:50:22 +0000 | [diff] [blame] | 15022 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15023 | { echo "$as_me:$LINENO: checking for gcc -fshort-wchar support" >&5 |
| 15024 | echo $ECHO_N "checking for gcc -fshort-wchar support... $ECHO_C" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15025 | if test "${ac_cv_c_gcc_fshort_wchar+set}" = set; then |
| 15026 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15027 | else |
| 15028 | ac_wine_try_cflags_saved=$CFLAGS |
| 15029 | CFLAGS="$CFLAGS -fshort-wchar" |
| 15030 | cat >conftest.$ac_ext <<_ACEOF |
| 15031 | /* confdefs.h. */ |
| 15032 | _ACEOF |
| 15033 | cat confdefs.h >>conftest.$ac_ext |
| 15034 | cat >>conftest.$ac_ext <<_ACEOF |
| 15035 | /* end confdefs.h. */ |
| 15036 | |
| 15037 | int |
| 15038 | main () |
| 15039 | { |
| 15040 | |
| 15041 | ; |
| 15042 | return 0; |
| 15043 | } |
| 15044 | _ACEOF |
| 15045 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15046 | if { (ac_try="$ac_link" |
| 15047 | case "(($ac_try" in |
| 15048 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15049 | *) ac_try_echo=$ac_try;; |
| 15050 | esac |
| 15051 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15052 | (eval "$ac_link") 2>conftest.er1 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15053 | ac_status=$? |
| 15054 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15055 | rm -f conftest.er1 |
| 15056 | cat conftest.err >&5 |
| 15057 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15058 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15059 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15060 | { (case "(($ac_try" in |
| 15061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15062 | *) ac_try_echo=$ac_try;; |
| 15063 | esac |
| 15064 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15065 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15066 | ac_status=$? |
| 15067 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15068 | (exit $ac_status); }; } && |
| 15069 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15070 | { (case "(($ac_try" in |
| 15071 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15072 | *) ac_try_echo=$ac_try;; |
| 15073 | esac |
| 15074 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15075 | (eval "$ac_try") 2>&5 |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15076 | ac_status=$? |
| 15077 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15078 | (exit $ac_status); }; }; then |
| 15079 | ac_cv_c_gcc_fshort_wchar="yes" |
| 15080 | else |
| 15081 | echo "$as_me: failed program was:" >&5 |
| 15082 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15083 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15084 | ac_cv_c_gcc_fshort_wchar="no" |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15085 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15086 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15087 | rm -f core conftest.err conftest.$ac_objext \ |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15088 | conftest$ac_exeext conftest.$ac_ext |
| 15089 | CFLAGS=$ac_wine_try_cflags_saved |
| 15090 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15091 | { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_fshort_wchar" >&5 |
| 15092 | echo "${ECHO_T}$ac_cv_c_gcc_fshort_wchar" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15093 | if test "$ac_cv_c_gcc_fshort_wchar" = "yes" |
| 15094 | then |
| 15095 | |
| 15096 | cat >>confdefs.h <<\_ACEOF |
| 15097 | #define CC_FLAG_SHORT_WCHAR "-fshort-wchar" |
| 15098 | _ACEOF |
| 15099 | |
| 15100 | fi |
| 15101 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15102 | { echo "$as_me:$LINENO: checking for gcc -fno-strict-aliasing support" >&5 |
| 15103 | echo $ECHO_N "checking for gcc -fno-strict-aliasing support... $ECHO_C" >&6; } |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15104 | if test "${ac_cv_c_gcc_no_strict_aliasing+set}" = set; then |
| 15105 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15106 | else |
| 15107 | ac_wine_try_cflags_saved=$CFLAGS |
| 15108 | CFLAGS="$CFLAGS -fno-strict-aliasing" |
| 15109 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15110 | /* confdefs.h. */ |
| 15111 | _ACEOF |
| 15112 | cat confdefs.h >>conftest.$ac_ext |
| 15113 | cat >>conftest.$ac_ext <<_ACEOF |
| 15114 | /* end confdefs.h. */ |
| 15115 | |
| 15116 | int |
| 15117 | main () |
| 15118 | { |
| 15119 | |
| 15120 | ; |
| 15121 | return 0; |
| 15122 | } |
| 15123 | _ACEOF |
| 15124 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15125 | if { (ac_try="$ac_link" |
| 15126 | case "(($ac_try" in |
| 15127 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15128 | *) ac_try_echo=$ac_try;; |
| 15129 | esac |
| 15130 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15131 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15132 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15133 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15134 | rm -f conftest.er1 |
| 15135 | cat conftest.err >&5 |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15136 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15137 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15138 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15139 | { (case "(($ac_try" in |
| 15140 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15141 | *) ac_try_echo=$ac_try;; |
| 15142 | esac |
| 15143 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15144 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15145 | ac_status=$? |
| 15146 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15147 | (exit $ac_status); }; } && |
| 15148 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15149 | { (case "(($ac_try" in |
| 15150 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15151 | *) ac_try_echo=$ac_try;; |
| 15152 | esac |
| 15153 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15154 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15155 | ac_status=$? |
| 15156 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15157 | (exit $ac_status); }; }; then |
| 15158 | ac_cv_c_gcc_no_strict_aliasing="yes" |
| 15159 | else |
| 15160 | echo "$as_me: failed program was:" >&5 |
| 15161 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15162 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15163 | ac_cv_c_gcc_no_strict_aliasing="no" |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15164 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15165 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15166 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15167 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15168 | CFLAGS=$ac_wine_try_cflags_saved |
| 15169 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15170 | { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_no_strict_aliasing" >&5 |
| 15171 | echo "${ECHO_T}$ac_cv_c_gcc_no_strict_aliasing" >&6; } |
Alexandre Julliard | efca0f6 | 2003-07-24 00:09:51 +0000 | [diff] [blame] | 15172 | if test "$ac_cv_c_gcc_no_strict_aliasing" = "yes" |
| 15173 | then |
| 15174 | EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing" |
| 15175 | fi |
| 15176 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15177 | { echo "$as_me:$LINENO: checking for gcc -gstabs+ support" >&5 |
| 15178 | echo $ECHO_N "checking for gcc -gstabs+ support... $ECHO_C" >&6; } |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15179 | if test "${ac_cv_c_gcc_gstabs+set}" = set; then |
| 15180 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15181 | else |
| 15182 | ac_wine_try_cflags_saved=$CFLAGS |
| 15183 | CFLAGS="$CFLAGS -gstabs+" |
| 15184 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15185 | /* confdefs.h. */ |
| 15186 | _ACEOF |
| 15187 | cat confdefs.h >>conftest.$ac_ext |
| 15188 | cat >>conftest.$ac_ext <<_ACEOF |
| 15189 | /* end confdefs.h. */ |
| 15190 | |
| 15191 | int |
| 15192 | main () |
| 15193 | { |
| 15194 | |
| 15195 | ; |
| 15196 | return 0; |
| 15197 | } |
| 15198 | _ACEOF |
| 15199 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15200 | if { (ac_try="$ac_link" |
| 15201 | case "(($ac_try" in |
| 15202 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15203 | *) ac_try_echo=$ac_try;; |
| 15204 | esac |
| 15205 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15206 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15207 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15208 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15209 | rm -f conftest.er1 |
| 15210 | cat conftest.err >&5 |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15211 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15212 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15213 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15214 | { (case "(($ac_try" in |
| 15215 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15216 | *) ac_try_echo=$ac_try;; |
| 15217 | esac |
| 15218 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15219 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15220 | ac_status=$? |
| 15221 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15222 | (exit $ac_status); }; } && |
| 15223 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15224 | { (case "(($ac_try" in |
| 15225 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15226 | *) ac_try_echo=$ac_try;; |
| 15227 | esac |
| 15228 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15229 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15230 | ac_status=$? |
| 15231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15232 | (exit $ac_status); }; }; then |
| 15233 | ac_cv_c_gcc_gstabs="yes" |
| 15234 | else |
| 15235 | echo "$as_me: failed program was:" >&5 |
| 15236 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15237 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15238 | ac_cv_c_gcc_gstabs="no" |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15239 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15240 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15241 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15242 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15243 | CFLAGS=$ac_wine_try_cflags_saved |
| 15244 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15245 | { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_gstabs" >&5 |
| 15246 | echo "${ECHO_T}$ac_cv_c_gcc_gstabs" >&6; } |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15247 | if test "$ac_cv_c_gcc_gstabs" = "yes" |
| 15248 | then |
Alexandre Julliard | fc09423 | 2003-04-14 21:46:41 +0000 | [diff] [blame] | 15249 | EXTRACFLAGS="$EXTRACFLAGS -gstabs+" |
Alexandre Julliard | 14bd120 | 2003-01-09 00:42:26 +0000 | [diff] [blame] | 15250 | fi |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15251 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15252 | { echo "$as_me:$LINENO: checking for gcc -Wdeclaration-after-statement support" >&5 |
| 15253 | echo $ECHO_N "checking for gcc -Wdeclaration-after-statement support... $ECHO_C" >&6; } |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15254 | if test "${ac_cv_c_gcc_decl_after_statement+set}" = set; then |
| 15255 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15256 | else |
| 15257 | ac_wine_try_cflags_saved=$CFLAGS |
| 15258 | CFLAGS="$CFLAGS -Wdeclaration-after-statement" |
| 15259 | cat >conftest.$ac_ext <<_ACEOF |
| 15260 | /* confdefs.h. */ |
| 15261 | _ACEOF |
| 15262 | cat confdefs.h >>conftest.$ac_ext |
| 15263 | cat >>conftest.$ac_ext <<_ACEOF |
| 15264 | /* end confdefs.h. */ |
| 15265 | |
| 15266 | int |
| 15267 | main () |
| 15268 | { |
| 15269 | |
| 15270 | ; |
| 15271 | return 0; |
| 15272 | } |
| 15273 | _ACEOF |
| 15274 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15275 | if { (ac_try="$ac_link" |
| 15276 | case "(($ac_try" in |
| 15277 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15278 | *) ac_try_echo=$ac_try;; |
| 15279 | esac |
| 15280 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15281 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15282 | ac_status=$? |
| 15283 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15284 | rm -f conftest.er1 |
| 15285 | cat conftest.err >&5 |
| 15286 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15287 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15288 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15289 | { (case "(($ac_try" in |
| 15290 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15291 | *) ac_try_echo=$ac_try;; |
| 15292 | esac |
| 15293 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15294 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15295 | ac_status=$? |
| 15296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15297 | (exit $ac_status); }; } && |
| 15298 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15299 | { (case "(($ac_try" in |
| 15300 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15301 | *) ac_try_echo=$ac_try;; |
| 15302 | esac |
| 15303 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15304 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15305 | ac_status=$? |
| 15306 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15307 | (exit $ac_status); }; }; then |
| 15308 | ac_cv_c_gcc_decl_after_statement="yes" |
| 15309 | else |
| 15310 | echo "$as_me: failed program was:" >&5 |
| 15311 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15312 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15313 | ac_cv_c_gcc_decl_after_statement="no" |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15314 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15315 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15316 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15317 | conftest$ac_exeext conftest.$ac_ext |
| 15318 | CFLAGS=$ac_wine_try_cflags_saved |
| 15319 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15320 | { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_decl_after_statement" >&5 |
| 15321 | echo "${ECHO_T}$ac_cv_c_gcc_decl_after_statement" >&6; } |
Alexandre Julliard | f8cb48b | 2005-09-12 10:14:00 +0000 | [diff] [blame] | 15322 | if test "$ac_cv_c_gcc_decl_after_statement" = "yes" |
| 15323 | then |
| 15324 | EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement" |
| 15325 | fi |
| 15326 | |
Alexandre Julliard | 4d52d37 | 2003-03-24 19:33:20 +0000 | [diff] [blame] | 15327 | saved_CFLAGS="$CFLAGS" |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15328 | CFLAGS="$CFLAGS -Wpointer-arith -Werror" |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15329 | { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5 |
| 15330 | echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; } |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15331 | if test "${ac_cv_c_string_h_warnings+set}" = set; then |
| 15332 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15333 | else |
| 15334 | cat >conftest.$ac_ext <<_ACEOF |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15335 | /* confdefs.h. */ |
| 15336 | _ACEOF |
| 15337 | cat confdefs.h >>conftest.$ac_ext |
| 15338 | cat >>conftest.$ac_ext <<_ACEOF |
| 15339 | /* end confdefs.h. */ |
| 15340 | #include <string.h> |
| 15341 | int |
| 15342 | main () |
| 15343 | { |
| 15344 | |
| 15345 | ; |
| 15346 | return 0; |
| 15347 | } |
| 15348 | _ACEOF |
| 15349 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15350 | if { (ac_try="$ac_compile" |
| 15351 | case "(($ac_try" in |
| 15352 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15353 | *) ac_try_echo=$ac_try;; |
| 15354 | esac |
| 15355 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15356 | (eval "$ac_compile") 2>conftest.er1 |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15357 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15358 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15359 | rm -f conftest.er1 |
| 15360 | cat conftest.err >&5 |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15362 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15363 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15364 | { (case "(($ac_try" in |
| 15365 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15366 | *) ac_try_echo=$ac_try;; |
| 15367 | esac |
| 15368 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15369 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15370 | ac_status=$? |
| 15371 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15372 | (exit $ac_status); }; } && |
| 15373 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15374 | { (case "(($ac_try" in |
| 15375 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15376 | *) ac_try_echo=$ac_try;; |
| 15377 | esac |
| 15378 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15379 | (eval "$ac_try") 2>&5 |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15380 | ac_status=$? |
| 15381 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15382 | (exit $ac_status); }; }; then |
| 15383 | ac_cv_c_string_h_warnings=no |
| 15384 | else |
| 15385 | echo "$as_me: failed program was:" >&5 |
| 15386 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15387 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15388 | ac_cv_c_string_h_warnings=yes |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15389 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15390 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15391 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15392 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15393 | { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5 |
| 15394 | echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; } |
Alexandre Julliard | 4d52d37 | 2003-03-24 19:33:20 +0000 | [diff] [blame] | 15395 | CFLAGS="$saved_CFLAGS" |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15396 | if test "$ac_cv_c_string_h_warnings" = "no" |
| 15397 | then |
Alexandre Julliard | fc09423 | 2003-04-14 21:46:41 +0000 | [diff] [blame] | 15398 | EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith" |
Mike McCormack | c509bc4 | 2003-02-25 04:01:58 +0000 | [diff] [blame] | 15399 | fi |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15400 | |
| 15401 | BUILTINFLAG="" |
| 15402 | |
| 15403 | saved_CFLAGS="$CFLAGS" |
| 15404 | CFLAGS="$CFLAGS -Werror" |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15405 | { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5 |
| 15406 | echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; } |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15407 | if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then |
| 15408 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15409 | else |
| 15410 | cat >conftest.$ac_ext <<_ACEOF |
| 15411 | /* confdefs.h. */ |
| 15412 | _ACEOF |
| 15413 | cat confdefs.h >>conftest.$ac_ext |
| 15414 | cat >>conftest.$ac_ext <<_ACEOF |
| 15415 | /* end confdefs.h. */ |
| 15416 | |
| 15417 | int |
| 15418 | main () |
| 15419 | { |
| 15420 | int iswlower(unsigned short); |
| 15421 | ; |
| 15422 | return 0; |
| 15423 | } |
| 15424 | _ACEOF |
| 15425 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15426 | if { (ac_try="$ac_compile" |
| 15427 | case "(($ac_try" in |
| 15428 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15429 | *) ac_try_echo=$ac_try;; |
| 15430 | esac |
| 15431 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15432 | (eval "$ac_compile") 2>conftest.er1 |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15433 | ac_status=$? |
| 15434 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15435 | rm -f conftest.er1 |
| 15436 | cat conftest.err >&5 |
| 15437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15438 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15439 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15440 | { (case "(($ac_try" in |
| 15441 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15442 | *) ac_try_echo=$ac_try;; |
| 15443 | esac |
| 15444 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15445 | (eval "$ac_try") 2>&5 |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15446 | ac_status=$? |
| 15447 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15448 | (exit $ac_status); }; } && |
| 15449 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15450 | { (case "(($ac_try" in |
| 15451 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15452 | *) ac_try_echo=$ac_try;; |
| 15453 | esac |
| 15454 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15455 | (eval "$ac_try") 2>&5 |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15456 | ac_status=$? |
| 15457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15458 | (exit $ac_status); }; }; then |
| 15459 | ac_cv_c_builtin_wchar_ctype=no |
| 15460 | else |
| 15461 | echo "$as_me: failed program was:" >&5 |
| 15462 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15463 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15464 | ac_cv_c_builtin_wchar_ctype=yes |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15465 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15466 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15467 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15468 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15469 | { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5 |
| 15470 | echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; } |
Mike McCormack | b744372 | 2005-08-11 17:12:18 +0000 | [diff] [blame] | 15471 | CFLAGS="$saved_CFLAGS" |
| 15472 | if test "$ac_cv_c_builtin_wchar_ctype" = "yes" |
| 15473 | then |
| 15474 | BUILTINFLAG="" |
| 15475 | for builtin in \ |
| 15476 | iswalnum iswalpha iswcntrl iswdigit iswgraph iswlower \ |
| 15477 | iswprint iswpunct iswspace iswupper iswxdigit towlower towupper |
| 15478 | do |
| 15479 | BUILTINFLAG="$BUILTINFLAG -fno-builtin-$builtin" |
| 15480 | done |
| 15481 | fi |
Alexandre Julliard | 4f8c37b | 1996-01-14 18:12:01 +0000 | [diff] [blame] | 15482 | fi |
| 15483 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15484 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15485 | { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5 |
| 15486 | echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; } |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15487 | if test "${ac_cv_asm_func_def+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15488 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 15489 | else |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15490 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15491 | /* confdefs.h. */ |
| 15492 | _ACEOF |
| 15493 | cat confdefs.h >>conftest.$ac_ext |
| 15494 | cat >>conftest.$ac_ext <<_ACEOF |
| 15495 | /* end confdefs.h. */ |
Alexandre Julliard | 520852c | 2002-08-07 00:04:44 +0000 | [diff] [blame] | 15496 | void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); } |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 15497 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15498 | int |
| 15499 | main () |
| 15500 | { |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 15501 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15502 | ; |
| 15503 | return 0; |
| 15504 | } |
| 15505 | _ACEOF |
| 15506 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15507 | if { (ac_try="$ac_link" |
| 15508 | case "(($ac_try" in |
| 15509 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15510 | *) ac_try_echo=$ac_try;; |
| 15511 | esac |
| 15512 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15513 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15514 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15515 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15516 | rm -f conftest.er1 |
| 15517 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15519 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15520 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15521 | { (case "(($ac_try" in |
| 15522 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15523 | *) ac_try_echo=$ac_try;; |
| 15524 | esac |
| 15525 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15526 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15527 | ac_status=$? |
| 15528 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15529 | (exit $ac_status); }; } && |
| 15530 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15531 | { (case "(($ac_try" in |
| 15532 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15533 | *) ac_try_echo=$ac_try;; |
| 15534 | esac |
| 15535 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15536 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15537 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15539 | (exit $ac_status); }; }; then |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15540 | ac_cv_asm_func_def=".def" |
Dimitrie O. Paun | c77cbbc | 2000-11-27 23:32:55 +0000 | [diff] [blame] | 15541 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15542 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15543 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15544 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15545 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15546 | /* confdefs.h. */ |
| 15547 | _ACEOF |
| 15548 | cat confdefs.h >>conftest.$ac_ext |
| 15549 | cat >>conftest.$ac_ext <<_ACEOF |
| 15550 | /* end confdefs.h. */ |
Alexandre Julliard | 520852c | 2002-08-07 00:04:44 +0000 | [diff] [blame] | 15551 | void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); } |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15552 | |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15553 | int |
| 15554 | main () |
| 15555 | { |
| 15556 | |
| 15557 | ; |
| 15558 | return 0; |
| 15559 | } |
| 15560 | _ACEOF |
| 15561 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15562 | if { (ac_try="$ac_link" |
| 15563 | case "(($ac_try" in |
| 15564 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15565 | *) ac_try_echo=$ac_try;; |
| 15566 | esac |
| 15567 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15568 | (eval "$ac_link") 2>conftest.er1 |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15569 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15570 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15571 | rm -f conftest.er1 |
| 15572 | cat conftest.err >&5 |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15573 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15574 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15575 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15576 | { (case "(($ac_try" in |
| 15577 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15578 | *) ac_try_echo=$ac_try;; |
| 15579 | esac |
| 15580 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15581 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15582 | ac_status=$? |
| 15583 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15584 | (exit $ac_status); }; } && |
| 15585 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15586 | { (case "(($ac_try" in |
| 15587 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15588 | *) ac_try_echo=$ac_try;; |
| 15589 | esac |
| 15590 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15591 | (eval "$ac_try") 2>&5 |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15592 | ac_status=$? |
| 15593 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15594 | (exit $ac_status); }; }; then |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15595 | ac_cv_asm_func_def=".type @function" |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15596 | else |
| 15597 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15598 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15599 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15600 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15601 | /* confdefs.h. */ |
| 15602 | _ACEOF |
| 15603 | cat confdefs.h >>conftest.$ac_ext |
| 15604 | cat >>conftest.$ac_ext <<_ACEOF |
| 15605 | /* end confdefs.h. */ |
Alexandre Julliard | 520852c | 2002-08-07 00:04:44 +0000 | [diff] [blame] | 15606 | void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); } |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15607 | |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15608 | int |
| 15609 | main () |
| 15610 | { |
| 15611 | |
| 15612 | ; |
| 15613 | return 0; |
| 15614 | } |
| 15615 | _ACEOF |
| 15616 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15617 | if { (ac_try="$ac_link" |
| 15618 | case "(($ac_try" in |
| 15619 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15620 | *) ac_try_echo=$ac_try;; |
| 15621 | esac |
| 15622 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15623 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15624 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15625 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15626 | rm -f conftest.er1 |
| 15627 | cat conftest.err >&5 |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15629 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15630 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15631 | { (case "(($ac_try" in |
| 15632 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15633 | *) ac_try_echo=$ac_try;; |
| 15634 | esac |
| 15635 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15636 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15637 | ac_status=$? |
| 15638 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15639 | (exit $ac_status); }; } && |
| 15640 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15641 | { (case "(($ac_try" in |
| 15642 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15643 | *) ac_try_echo=$ac_try;; |
| 15644 | esac |
| 15645 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15646 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15647 | ac_status=$? |
| 15648 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15649 | (exit $ac_status); }; }; then |
| 15650 | ac_cv_asm_func_def=".type 2" |
| 15651 | else |
| 15652 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15653 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15654 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15655 | ac_cv_asm_func_def="unknown" |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15656 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15657 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15658 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15659 | conftest$ac_exeext conftest.$ac_ext |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15660 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15661 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15662 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15663 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15664 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15665 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15666 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15667 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15668 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15669 | { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5 |
| 15670 | echo "${ECHO_T}$ac_cv_asm_func_def" >&6; } |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15671 | |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15672 | |
| 15673 | |
| 15674 | case "$ac_cv_asm_func_def" in |
| 15675 | ".def") |
| 15676 | cat >>confdefs.h <<\_ACEOF |
| 15677 | #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef" |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15678 | _ACEOF |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15679 | ;; |
| 15680 | ".type @function") |
| 15681 | cat >>confdefs.h <<\_ACEOF |
| 15682 | #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function" |
| 15683 | _ACEOF |
| 15684 | ;; |
| 15685 | ".type 2") |
| 15686 | cat >>confdefs.h <<\_ACEOF |
| 15687 | #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2" |
| 15688 | _ACEOF |
| 15689 | ;; |
| 15690 | *) |
| 15691 | cat >>confdefs.h <<\_ACEOF |
| 15692 | #define __ASM_FUNC(name) "" |
| 15693 | _ACEOF |
| 15694 | ;; |
| 15695 | esac |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 15696 | |
| 15697 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15698 | { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5 |
| 15699 | echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15700 | if test "${ac_cv_c_extern_prefix+set}" = set; then |
| 15701 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15702 | else |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15703 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15704 | /* confdefs.h. */ |
| 15705 | _ACEOF |
| 15706 | cat confdefs.h >>conftest.$ac_ext |
| 15707 | cat >>conftest.$ac_ext <<_ACEOF |
| 15708 | /* end confdefs.h. */ |
Alexandre Julliard | 520852c | 2002-08-07 00:04:44 +0000 | [diff] [blame] | 15709 | void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); } |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15710 | extern int ac_test; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15711 | int |
| 15712 | main () |
| 15713 | { |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15714 | if (ac_test) return 1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15715 | ; |
| 15716 | return 0; |
| 15717 | } |
| 15718 | _ACEOF |
| 15719 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15720 | if { (ac_try="$ac_link" |
| 15721 | case "(($ac_try" in |
| 15722 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15723 | *) ac_try_echo=$ac_try;; |
| 15724 | esac |
| 15725 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15726 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15727 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15728 | grep -v '^ *+' conftest.er1 >conftest.err |
| 15729 | rm -f conftest.er1 |
| 15730 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15732 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15733 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 15734 | { (case "(($ac_try" in |
| 15735 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15736 | *) ac_try_echo=$ac_try;; |
| 15737 | esac |
| 15738 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15739 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15740 | ac_status=$? |
| 15741 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15742 | (exit $ac_status); }; } && |
| 15743 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15744 | { (case "(($ac_try" in |
| 15745 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 15746 | *) ac_try_echo=$ac_try;; |
| 15747 | esac |
| 15748 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 15749 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15750 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15751 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15752 | (exit $ac_status); }; }; then |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15753 | ac_cv_c_extern_prefix="yes" |
| 15754 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15755 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 15756 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15757 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15758 | ac_cv_c_extern_prefix="no" |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15759 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15760 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 15761 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 15762 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15763 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15764 | { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5 |
| 15765 | echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; } |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15766 | |
| 15767 | |
| 15768 | |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15769 | if test "$ac_cv_c_extern_prefix" = "yes" |
| 15770 | then |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15771 | cat >>confdefs.h <<\_ACEOF |
| 15772 | #define __ASM_NAME(name) "_" name |
| 15773 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 15774 | |
Alexandre Julliard | 84555cc | 2002-07-22 20:51:02 +0000 | [diff] [blame] | 15775 | else |
| 15776 | cat >>confdefs.h <<\_ACEOF |
| 15777 | #define __ASM_NAME(name) name |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15778 | _ACEOF |
Alexandre Julliard | 8cc3a5e | 1996-08-11 15:49:51 +0000 | [diff] [blame] | 15779 | |
| 15780 | fi |
| 15781 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 15782 | |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 15783 | DLLEXT="" |
| 15784 | |
Alexandre Julliard | fc09423 | 2003-04-14 21:46:41 +0000 | [diff] [blame] | 15785 | DLLFLAGS="-D_REENTRANT" |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 15786 | |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 15787 | DLLIBS="" |
| 15788 | |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 15789 | LDSHARED="" |
| 15790 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 15791 | LDDLLFLAGS="" |
Alexandre Julliard | 6ac34ac | 2003-10-11 01:05:18 +0000 | [diff] [blame] | 15792 | |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15793 | LIBEXT="so" |
| 15794 | |
| 15795 | IMPLIBEXT="def" |
| 15796 | |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 15797 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15798 | case $host_os in |
| 15799 | cygwin*|mingw32*) |
| 15800 | if test -n "$ac_tool_prefix"; then |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15801 | # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. |
| 15802 | set dummy ${ac_tool_prefix}dlltool; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15803 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 15804 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15805 | if test "${ac_cv_prog_DLLTOOL+set}" = set; then |
| 15806 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15807 | else |
| 15808 | if test -n "$DLLTOOL"; then |
| 15809 | ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. |
| 15810 | else |
| 15811 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 15812 | for as_dir in $PATH |
| 15813 | do |
| 15814 | IFS=$as_save_IFS |
| 15815 | test -z "$as_dir" && as_dir=. |
| 15816 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15817 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15818 | ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 15819 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 15820 | break 2 |
| 15821 | fi |
| 15822 | done |
| 15823 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15824 | IFS=$as_save_IFS |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15825 | |
| 15826 | fi |
| 15827 | fi |
| 15828 | DLLTOOL=$ac_cv_prog_DLLTOOL |
| 15829 | if test -n "$DLLTOOL"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15830 | { echo "$as_me:$LINENO: result: $DLLTOOL" >&5 |
| 15831 | echo "${ECHO_T}$DLLTOOL" >&6; } |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15832 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15833 | { echo "$as_me:$LINENO: result: no" >&5 |
| 15834 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15835 | fi |
| 15836 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15837 | |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15838 | fi |
| 15839 | if test -z "$ac_cv_prog_DLLTOOL"; then |
| 15840 | ac_ct_DLLTOOL=$DLLTOOL |
| 15841 | # Extract the first word of "dlltool", so it can be a program name with args. |
| 15842 | set dummy dlltool; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15843 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 15844 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15845 | if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then |
| 15846 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15847 | else |
| 15848 | if test -n "$ac_ct_DLLTOOL"; then |
| 15849 | ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. |
| 15850 | else |
| 15851 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 15852 | for as_dir in $PATH |
| 15853 | do |
| 15854 | IFS=$as_save_IFS |
| 15855 | test -z "$as_dir" && as_dir=. |
| 15856 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15857 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15858 | ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 15859 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 15860 | break 2 |
| 15861 | fi |
| 15862 | done |
| 15863 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15864 | IFS=$as_save_IFS |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15865 | |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15866 | fi |
| 15867 | fi |
| 15868 | ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL |
| 15869 | if test -n "$ac_ct_DLLTOOL"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15870 | { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5 |
| 15871 | echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; } |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15872 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15873 | { echo "$as_me:$LINENO: result: no" >&5 |
| 15874 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15875 | fi |
| 15876 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15877 | if test "x$ac_ct_DLLTOOL" = x; then |
| 15878 | DLLTOOL="false" |
| 15879 | else |
| 15880 | case $cross_compiling:$ac_tool_warned in |
| 15881 | yes:) |
| 15882 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 15883 | whose name does not start with the host triplet. If you think this |
| 15884 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 15885 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 15886 | whose name does not start with the host triplet. If you think this |
| 15887 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 15888 | ac_tool_warned=yes ;; |
| 15889 | esac |
| 15890 | DLLTOOL=$ac_ct_DLLTOOL |
| 15891 | fi |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15892 | else |
| 15893 | DLLTOOL="$ac_cv_prog_DLLTOOL" |
| 15894 | fi |
| 15895 | |
| 15896 | if test -n "$ac_tool_prefix"; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15897 | # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args. |
| 15898 | set dummy ${ac_tool_prefix}dllwrap; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15899 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 15900 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 15901 | if test "${ac_cv_prog_DLLWRAP+set}" = set; then |
| 15902 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15903 | else |
| 15904 | if test -n "$DLLWRAP"; then |
| 15905 | ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test. |
| 15906 | else |
| 15907 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 15908 | for as_dir in $PATH |
| 15909 | do |
| 15910 | IFS=$as_save_IFS |
| 15911 | test -z "$as_dir" && as_dir=. |
| 15912 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15913 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15914 | ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap" |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 15915 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 15916 | break 2 |
| 15917 | fi |
| 15918 | done |
| 15919 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15920 | IFS=$as_save_IFS |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 15921 | |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 15922 | fi |
| 15923 | fi |
| 15924 | DLLWRAP=$ac_cv_prog_DLLWRAP |
| 15925 | if test -n "$DLLWRAP"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15926 | { echo "$as_me:$LINENO: result: $DLLWRAP" >&5 |
| 15927 | echo "${ECHO_T}$DLLWRAP" >&6; } |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 15928 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15929 | { echo "$as_me:$LINENO: result: no" >&5 |
| 15930 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 15931 | fi |
| 15932 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15933 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15934 | fi |
| 15935 | if test -z "$ac_cv_prog_DLLWRAP"; then |
| 15936 | ac_ct_DLLWRAP=$DLLWRAP |
| 15937 | # Extract the first word of "dllwrap", so it can be a program name with args. |
| 15938 | set dummy dllwrap; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15939 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 15940 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15941 | if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then |
| 15942 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15943 | else |
| 15944 | if test -n "$ac_ct_DLLWRAP"; then |
| 15945 | ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test. |
| 15946 | else |
| 15947 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 15948 | for as_dir in $PATH |
| 15949 | do |
| 15950 | IFS=$as_save_IFS |
| 15951 | test -z "$as_dir" && as_dir=. |
| 15952 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15953 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15954 | ac_cv_prog_ac_ct_DLLWRAP="dllwrap" |
| 15955 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 15956 | break 2 |
| 15957 | fi |
| 15958 | done |
| 15959 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15960 | IFS=$as_save_IFS |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15961 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15962 | fi |
| 15963 | fi |
| 15964 | ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP |
| 15965 | if test -n "$ac_ct_DLLWRAP"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15966 | { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5 |
| 15967 | echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15968 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15969 | { echo "$as_me:$LINENO: result: no" >&5 |
| 15970 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15971 | fi |
| 15972 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 15973 | if test "x$ac_ct_DLLWRAP" = x; then |
| 15974 | DLLWRAP="false" |
| 15975 | else |
| 15976 | case $cross_compiling:$ac_tool_warned in |
| 15977 | yes:) |
| 15978 | { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools |
| 15979 | whose name does not start with the host triplet. If you think this |
| 15980 | configuration is useful to you, please write to autoconf@gnu.org." >&5 |
| 15981 | echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools |
| 15982 | whose name does not start with the host triplet. If you think this |
| 15983 | configuration is useful to you, please write to autoconf@gnu.org." >&2;} |
| 15984 | ac_tool_warned=yes ;; |
| 15985 | esac |
| 15986 | DLLWRAP=$ac_ct_DLLWRAP |
| 15987 | fi |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15988 | else |
| 15989 | DLLWRAP="$ac_cv_prog_DLLWRAP" |
| 15990 | fi |
| 15991 | |
| 15992 | if test "$DLLWRAP" = "false"; then |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 15993 | LIBEXT="a" |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 15994 | else |
| 15995 | LIBEXT="dll" |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 15996 | fi |
Alexandre Julliard | ada5e65 | 2002-12-12 22:03:14 +0000 | [diff] [blame] | 15997 | IMPLIBEXT="a" |
Alexandre Julliard | 56a4a76 | 2004-08-12 03:27:50 +0000 | [diff] [blame] | 15998 | WIN16_FILES="" |
| 15999 | WIN16_INSTALL="" |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16000 | ;; |
| 16001 | *) |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 16002 | if test "$ac_cv_header_dlfcn_h" = "yes" |
| 16003 | then |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16004 | |
| 16005 | for ac_func in dlopen |
| 16006 | do |
| 16007 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16008 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 16009 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 16010 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16011 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16012 | else |
| 16013 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16014 | /* confdefs.h. */ |
| 16015 | _ACEOF |
| 16016 | cat confdefs.h >>conftest.$ac_ext |
| 16017 | cat >>conftest.$ac_ext <<_ACEOF |
| 16018 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16019 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 16020 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 16021 | #define $ac_func innocuous_$ac_func |
| 16022 | |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16023 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16024 | which can conflict with char $ac_func (); below. |
| 16025 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16026 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16027 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16028 | #ifdef __STDC__ |
| 16029 | # include <limits.h> |
| 16030 | #else |
| 16031 | # include <assert.h> |
| 16032 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16033 | |
| 16034 | #undef $ac_func |
| 16035 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16036 | /* Override any GCC internal prototype to avoid an error. |
| 16037 | Use char because int might match the return type of a GCC |
| 16038 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16039 | #ifdef __cplusplus |
| 16040 | extern "C" |
| 16041 | #endif |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16042 | char $ac_func (); |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16043 | /* The GNU C library defines this for functions which it implements |
| 16044 | to always fail with ENOSYS. Some functions are actually named |
| 16045 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16046 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16047 | choke me |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16048 | #endif |
| 16049 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16050 | int |
| 16051 | main () |
| 16052 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16053 | return $ac_func (); |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16054 | ; |
| 16055 | return 0; |
| 16056 | } |
| 16057 | _ACEOF |
| 16058 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16059 | if { (ac_try="$ac_link" |
| 16060 | case "(($ac_try" in |
| 16061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16062 | *) ac_try_echo=$ac_try;; |
| 16063 | esac |
| 16064 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16065 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16066 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16067 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16068 | rm -f conftest.er1 |
| 16069 | cat conftest.err >&5 |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16071 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16072 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16073 | { (case "(($ac_try" in |
| 16074 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16075 | *) ac_try_echo=$ac_try;; |
| 16076 | esac |
| 16077 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16078 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16079 | ac_status=$? |
| 16080 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16081 | (exit $ac_status); }; } && |
| 16082 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16083 | { (case "(($ac_try" in |
| 16084 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16085 | *) ac_try_echo=$ac_try;; |
| 16086 | esac |
| 16087 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16088 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16089 | ac_status=$? |
| 16090 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16091 | (exit $ac_status); }; }; then |
| 16092 | eval "$as_ac_var=yes" |
| 16093 | else |
| 16094 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16095 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16096 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16097 | eval "$as_ac_var=no" |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16098 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16099 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16100 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16101 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16102 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16103 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 16104 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 16105 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16106 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
| 16107 | cat >>confdefs.h <<_ACEOF |
| 16108 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 16109 | _ACEOF |
| 16110 | |
| 16111 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16112 | { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
| 16113 | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16114 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
| 16115 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16116 | else |
| 16117 | ac_check_lib_save_LIBS=$LIBS |
| 16118 | LIBS="-ldl $LIBS" |
| 16119 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16120 | /* confdefs.h. */ |
| 16121 | _ACEOF |
| 16122 | cat confdefs.h >>conftest.$ac_ext |
| 16123 | cat >>conftest.$ac_ext <<_ACEOF |
| 16124 | /* end confdefs.h. */ |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16125 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16126 | /* Override any GCC internal prototype to avoid an error. |
| 16127 | Use char because int might match the return type of a GCC |
| 16128 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16129 | #ifdef __cplusplus |
| 16130 | extern "C" |
| 16131 | #endif |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16132 | char dlopen (); |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16133 | int |
| 16134 | main () |
| 16135 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16136 | return dlopen (); |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16137 | ; |
| 16138 | return 0; |
| 16139 | } |
| 16140 | _ACEOF |
| 16141 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16142 | if { (ac_try="$ac_link" |
| 16143 | case "(($ac_try" in |
| 16144 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16145 | *) ac_try_echo=$ac_try;; |
| 16146 | esac |
| 16147 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16148 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16149 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16150 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16151 | rm -f conftest.er1 |
| 16152 | cat conftest.err >&5 |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16153 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16154 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16155 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16156 | { (case "(($ac_try" in |
| 16157 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16158 | *) ac_try_echo=$ac_try;; |
| 16159 | esac |
| 16160 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16161 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16162 | ac_status=$? |
| 16163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16164 | (exit $ac_status); }; } && |
| 16165 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16166 | { (case "(($ac_try" in |
| 16167 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16168 | *) ac_try_echo=$ac_try;; |
| 16169 | esac |
| 16170 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16171 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16172 | ac_status=$? |
| 16173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16174 | (exit $ac_status); }; }; then |
| 16175 | ac_cv_lib_dl_dlopen=yes |
| 16176 | else |
| 16177 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16178 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16179 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16180 | ac_cv_lib_dl_dlopen=no |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16181 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16182 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16183 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16184 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16185 | LIBS=$ac_check_lib_save_LIBS |
| 16186 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16187 | { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 |
| 16188 | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16189 | if test $ac_cv_lib_dl_dlopen = yes; then |
| 16190 | |
| 16191 | cat >>confdefs.h <<\_ACEOF |
| 16192 | #define HAVE_DLOPEN 1 |
| 16193 | _ACEOF |
| 16194 | |
| 16195 | DLLIBS="-ldl" |
| 16196 | else |
| 16197 | LIBEXT="a" |
| 16198 | fi |
| 16199 | |
| 16200 | fi |
| 16201 | done |
| 16202 | |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16203 | ac_wine_check_funcs_save_LIBS="$LIBS" |
| 16204 | LIBS="$LIBS $DLLIBS" |
| 16205 | |
| 16206 | for ac_func in dladdr |
| 16207 | do |
| 16208 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16209 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 16210 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 16211 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16212 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16213 | else |
| 16214 | cat >conftest.$ac_ext <<_ACEOF |
| 16215 | /* confdefs.h. */ |
| 16216 | _ACEOF |
| 16217 | cat confdefs.h >>conftest.$ac_ext |
| 16218 | cat >>conftest.$ac_ext <<_ACEOF |
| 16219 | /* end confdefs.h. */ |
| 16220 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 16221 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 16222 | #define $ac_func innocuous_$ac_func |
| 16223 | |
| 16224 | /* System header to define __stub macros and hopefully few prototypes, |
| 16225 | which can conflict with char $ac_func (); below. |
| 16226 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16227 | <limits.h> exists even on freestanding compilers. */ |
| 16228 | |
| 16229 | #ifdef __STDC__ |
| 16230 | # include <limits.h> |
| 16231 | #else |
| 16232 | # include <assert.h> |
| 16233 | #endif |
| 16234 | |
| 16235 | #undef $ac_func |
| 16236 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16237 | /* Override any GCC internal prototype to avoid an error. |
| 16238 | Use char because int might match the return type of a GCC |
| 16239 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16240 | #ifdef __cplusplus |
| 16241 | extern "C" |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16242 | #endif |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16243 | char $ac_func (); |
| 16244 | /* The GNU C library defines this for functions which it implements |
| 16245 | to always fail with ENOSYS. Some functions are actually named |
| 16246 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16247 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16248 | choke me |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16249 | #endif |
| 16250 | |
| 16251 | int |
| 16252 | main () |
| 16253 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16254 | return $ac_func (); |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16255 | ; |
| 16256 | return 0; |
| 16257 | } |
| 16258 | _ACEOF |
| 16259 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16260 | if { (ac_try="$ac_link" |
| 16261 | case "(($ac_try" in |
| 16262 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16263 | *) ac_try_echo=$ac_try;; |
| 16264 | esac |
| 16265 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16266 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16267 | ac_status=$? |
| 16268 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16269 | rm -f conftest.er1 |
| 16270 | cat conftest.err >&5 |
| 16271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16272 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16273 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16274 | { (case "(($ac_try" in |
| 16275 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16276 | *) ac_try_echo=$ac_try;; |
| 16277 | esac |
| 16278 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16279 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16280 | ac_status=$? |
| 16281 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16282 | (exit $ac_status); }; } && |
| 16283 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16284 | { (case "(($ac_try" in |
| 16285 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16286 | *) ac_try_echo=$ac_try;; |
| 16287 | esac |
| 16288 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16289 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16290 | ac_status=$? |
| 16291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16292 | (exit $ac_status); }; }; then |
| 16293 | eval "$as_ac_var=yes" |
| 16294 | else |
| 16295 | echo "$as_me: failed program was:" >&5 |
| 16296 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16297 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16298 | eval "$as_ac_var=no" |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16299 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16300 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16301 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16302 | conftest$ac_exeext conftest.$ac_ext |
| 16303 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16304 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 16305 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 16306 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | 266c609 | 2006-02-11 20:55:50 +0100 | [diff] [blame] | 16307 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
| 16308 | cat >>confdefs.h <<_ACEOF |
| 16309 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 16310 | _ACEOF |
| 16311 | |
| 16312 | fi |
| 16313 | done |
| 16314 | |
| 16315 | LIBS="$ac_wine_check_funcs_save_LIBS" |
Alexandre Julliard | 7348214 | 2005-08-03 19:21:04 +0000 | [diff] [blame] | 16316 | else |
| 16317 | LIBEXT="a" |
| 16318 | fi |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 16319 | |
| 16320 | if test "$LIBEXT" = "so" |
| 16321 | then |
Alexandre Julliard | fc09423 | 2003-04-14 21:46:41 +0000 | [diff] [blame] | 16322 | DLLFLAGS="$DLLFLAGS -fPIC" |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 16323 | DLLEXT=".so" |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16324 | { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5 |
| 16325 | echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16326 | if test "${ac_cv_c_dll_gnuelf+set}" = set; then |
| 16327 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 16328 | else |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 16329 | ac_wine_try_cflags_saved=$CFLAGS |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16330 | CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 16331 | cat >conftest.$ac_ext <<_ACEOF |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 16332 | void myfunc() {} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16333 | _ACEOF |
| 16334 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16335 | if { (ac_try="$ac_link" |
| 16336 | case "(($ac_try" in |
| 16337 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16338 | *) ac_try_echo=$ac_try;; |
| 16339 | esac |
| 16340 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16341 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16342 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16343 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16344 | rm -f conftest.er1 |
| 16345 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 16346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16347 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16348 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16349 | { (case "(($ac_try" in |
| 16350 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16351 | *) ac_try_echo=$ac_try;; |
| 16352 | esac |
| 16353 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16354 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16355 | ac_status=$? |
| 16356 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16357 | (exit $ac_status); }; } && |
| 16358 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16359 | { (case "(($ac_try" in |
| 16360 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16361 | *) ac_try_echo=$ac_try;; |
| 16362 | esac |
| 16363 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16364 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16365 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 16366 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16367 | (exit $ac_status); }; }; then |
Bang Jun-Young | 37e5e7f | 2001-06-06 21:21:27 +0000 | [diff] [blame] | 16368 | ac_cv_c_dll_gnuelf="yes" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 16369 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16370 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16371 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16372 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16373 | ac_cv_c_dll_gnuelf="no" |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 16374 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16375 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16376 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16377 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 16378 | CFLAGS=$ac_wine_try_cflags_saved |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16379 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16380 | { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5 |
| 16381 | echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; } |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 16382 | if test "$ac_cv_c_dll_gnuelf" = "yes" |
| 16383 | then |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16384 | LDSHARED="\$(CC) -shared" |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 16385 | LDDLLFLAGS="-shared -Wl,-Bsymbolic" |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16386 | { echo "$as_me:$LINENO: checking whether the linker accepts soname" >&5 |
| 16387 | echo $ECHO_N "checking whether the linker accepts soname... $ECHO_C" >&6; } |
| 16388 | if test "${ac_cv_c_sonames+set}" = set; then |
| 16389 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16390 | else |
| 16391 | ac_wine_try_cflags_saved=$CFLAGS |
| 16392 | CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1" |
| 16393 | cat >conftest.$ac_ext <<_ACEOF |
| 16394 | /* confdefs.h. */ |
| 16395 | _ACEOF |
| 16396 | cat confdefs.h >>conftest.$ac_ext |
| 16397 | cat >>conftest.$ac_ext <<_ACEOF |
| 16398 | /* end confdefs.h. */ |
| 16399 | |
| 16400 | int |
| 16401 | main () |
| 16402 | { |
| 16403 | |
| 16404 | ; |
| 16405 | return 0; |
| 16406 | } |
| 16407 | _ACEOF |
| 16408 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16409 | if { (ac_try="$ac_link" |
| 16410 | case "(($ac_try" in |
| 16411 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16412 | *) ac_try_echo=$ac_try;; |
| 16413 | esac |
| 16414 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16415 | (eval "$ac_link") 2>conftest.er1 |
| 16416 | ac_status=$? |
| 16417 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16418 | rm -f conftest.er1 |
| 16419 | cat conftest.err >&5 |
| 16420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16421 | (exit $ac_status); } && |
| 16422 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16423 | { (case "(($ac_try" in |
| 16424 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16425 | *) ac_try_echo=$ac_try;; |
| 16426 | esac |
| 16427 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16428 | (eval "$ac_try") 2>&5 |
| 16429 | ac_status=$? |
| 16430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16431 | (exit $ac_status); }; } && |
| 16432 | { ac_try='test -s conftest$ac_exeext' |
| 16433 | { (case "(($ac_try" in |
| 16434 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16435 | *) ac_try_echo=$ac_try;; |
| 16436 | esac |
| 16437 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16438 | (eval "$ac_try") 2>&5 |
| 16439 | ac_status=$? |
| 16440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16441 | (exit $ac_status); }; }; then |
| 16442 | ac_cv_c_sonames="yes" |
| 16443 | else |
| 16444 | echo "$as_me: failed program was:" >&5 |
| 16445 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16446 | |
| 16447 | ac_cv_c_sonames="no" |
| 16448 | fi |
| 16449 | |
| 16450 | rm -f core conftest.err conftest.$ac_objext \ |
| 16451 | conftest$ac_exeext conftest.$ac_ext |
| 16452 | CFLAGS=$ac_wine_try_cflags_saved |
| 16453 | fi |
| 16454 | { echo "$as_me:$LINENO: result: $ac_cv_c_sonames" >&5 |
| 16455 | echo "${ECHO_T}$ac_cv_c_sonames" >&6; } |
| 16456 | if test "$ac_cv_c_sonames" = "yes" |
| 16457 | then |
| 16458 | LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)" |
| 16459 | else |
| 16460 | { echo "$as_me:$LINENO: checking check to see if -h soname is an alternate" >&5 |
| 16461 | echo $ECHO_N "checking check to see if -h soname is an alternate... $ECHO_C" >&6; } |
| 16462 | if test "${ac_cv_c_h_sonames+set}" = set; then |
| 16463 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16464 | else |
| 16465 | ac_wine_try_cflags_saved=$CFLAGS |
| 16466 | CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1" |
| 16467 | cat >conftest.$ac_ext <<_ACEOF |
| 16468 | /* confdefs.h. */ |
| 16469 | _ACEOF |
| 16470 | cat confdefs.h >>conftest.$ac_ext |
| 16471 | cat >>conftest.$ac_ext <<_ACEOF |
| 16472 | /* end confdefs.h. */ |
| 16473 | |
| 16474 | int |
| 16475 | main () |
| 16476 | { |
| 16477 | |
| 16478 | ; |
| 16479 | return 0; |
| 16480 | } |
| 16481 | _ACEOF |
| 16482 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16483 | if { (ac_try="$ac_link" |
| 16484 | case "(($ac_try" in |
| 16485 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16486 | *) ac_try_echo=$ac_try;; |
| 16487 | esac |
| 16488 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16489 | (eval "$ac_link") 2>conftest.er1 |
| 16490 | ac_status=$? |
| 16491 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16492 | rm -f conftest.er1 |
| 16493 | cat conftest.err >&5 |
| 16494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16495 | (exit $ac_status); } && |
| 16496 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16497 | { (case "(($ac_try" in |
| 16498 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16499 | *) ac_try_echo=$ac_try;; |
| 16500 | esac |
| 16501 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16502 | (eval "$ac_try") 2>&5 |
| 16503 | ac_status=$? |
| 16504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16505 | (exit $ac_status); }; } && |
| 16506 | { ac_try='test -s conftest$ac_exeext' |
| 16507 | { (case "(($ac_try" in |
| 16508 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16509 | *) ac_try_echo=$ac_try;; |
| 16510 | esac |
| 16511 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16512 | (eval "$ac_try") 2>&5 |
| 16513 | ac_status=$? |
| 16514 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16515 | (exit $ac_status); }; }; then |
| 16516 | ac_cv_c_h_sonames="yes" |
| 16517 | else |
| 16518 | echo "$as_me: failed program was:" >&5 |
| 16519 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16520 | |
| 16521 | ac_cv_c_h_sonames="no" |
| 16522 | fi |
| 16523 | |
| 16524 | rm -f core conftest.err conftest.$ac_objext \ |
| 16525 | conftest$ac_exeext conftest.$ac_ext |
| 16526 | CFLAGS=$ac_wine_try_cflags_saved |
| 16527 | fi |
| 16528 | { echo "$as_me:$LINENO: result: $ac_cv_c_h_sonames" >&5 |
| 16529 | echo "${ECHO_T}$ac_cv_c_h_sonames" >&6; } |
| 16530 | if test "$ac_cv_c_h_sonames" = "yes" |
| 16531 | then |
| 16532 | LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)" |
| 16533 | fi |
| 16534 | fi |
| 16535 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16536 | { echo "$as_me:$LINENO: checking whether the linker accepts -z defs" >&5 |
| 16537 | echo $ECHO_N "checking whether the linker accepts -z defs... $ECHO_C" >&6; } |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16538 | if test "${ac_cv_c_dll_zdefs+set}" = set; then |
| 16539 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16540 | else |
| 16541 | ac_wine_try_cflags_saved=$CFLAGS |
| 16542 | CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs" |
| 16543 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16544 | /* confdefs.h. */ |
| 16545 | _ACEOF |
| 16546 | cat confdefs.h >>conftest.$ac_ext |
| 16547 | cat >>conftest.$ac_ext <<_ACEOF |
| 16548 | /* end confdefs.h. */ |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16549 | |
| 16550 | int |
| 16551 | main () |
| 16552 | { |
| 16553 | |
| 16554 | ; |
| 16555 | return 0; |
| 16556 | } |
| 16557 | _ACEOF |
| 16558 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16559 | if { (ac_try="$ac_link" |
| 16560 | case "(($ac_try" in |
| 16561 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16562 | *) ac_try_echo=$ac_try;; |
| 16563 | esac |
| 16564 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16565 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16566 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16567 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16568 | rm -f conftest.er1 |
| 16569 | cat conftest.err >&5 |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16570 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16571 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16572 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16573 | { (case "(($ac_try" in |
| 16574 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16575 | *) ac_try_echo=$ac_try;; |
| 16576 | esac |
| 16577 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16578 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16579 | ac_status=$? |
| 16580 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16581 | (exit $ac_status); }; } && |
| 16582 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16583 | { (case "(($ac_try" in |
| 16584 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16585 | *) ac_try_echo=$ac_try;; |
| 16586 | esac |
| 16587 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16588 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16589 | ac_status=$? |
| 16590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16591 | (exit $ac_status); }; }; then |
| 16592 | ac_cv_c_dll_zdefs="yes" |
| 16593 | else |
| 16594 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 16595 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16596 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16597 | ac_cv_c_dll_zdefs="no" |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16598 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16599 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16600 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16601 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16602 | CFLAGS=$ac_wine_try_cflags_saved |
| 16603 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16604 | { echo "$as_me:$LINENO: result: $ac_cv_c_dll_zdefs" >&5 |
| 16605 | echo "${ECHO_T}$ac_cv_c_dll_zdefs" >&6; } |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16606 | if test "$ac_cv_c_dll_zdefs" = "yes" |
| 16607 | then |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 16608 | LDDLLFLAGS="$LDDLLFLAGS,-z,defs" |
Alexandre Julliard | f2abe47 | 2002-11-21 04:13:35 +0000 | [diff] [blame] | 16609 | fi |
Alexandre Julliard | 4d52d37 | 2003-03-24 19:33:20 +0000 | [diff] [blame] | 16610 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16611 | { echo "$as_me:$LINENO: checking whether the linker accepts -init and -fini" >&5 |
| 16612 | echo $ECHO_N "checking whether the linker accepts -init and -fini... $ECHO_C" >&6; } |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16613 | if test "${ac_cv_c_dll_init_fini+set}" = set; then |
| 16614 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16615 | else |
| 16616 | ac_wine_try_cflags_saved=$CFLAGS |
| 16617 | CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" |
| 16618 | cat >conftest.$ac_ext <<_ACEOF |
| 16619 | /* confdefs.h. */ |
| 16620 | _ACEOF |
| 16621 | cat confdefs.h >>conftest.$ac_ext |
| 16622 | cat >>conftest.$ac_ext <<_ACEOF |
| 16623 | /* end confdefs.h. */ |
| 16624 | |
| 16625 | int |
| 16626 | main () |
| 16627 | { |
| 16628 | |
| 16629 | ; |
| 16630 | return 0; |
| 16631 | } |
| 16632 | _ACEOF |
| 16633 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16634 | if { (ac_try="$ac_link" |
| 16635 | case "(($ac_try" in |
| 16636 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16637 | *) ac_try_echo=$ac_try;; |
| 16638 | esac |
| 16639 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16640 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16641 | ac_status=$? |
| 16642 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16643 | rm -f conftest.er1 |
| 16644 | cat conftest.err >&5 |
| 16645 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16646 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16647 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16648 | { (case "(($ac_try" in |
| 16649 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16650 | *) ac_try_echo=$ac_try;; |
| 16651 | esac |
| 16652 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16653 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16654 | ac_status=$? |
| 16655 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16656 | (exit $ac_status); }; } && |
| 16657 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16658 | { (case "(($ac_try" in |
| 16659 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16660 | *) ac_try_echo=$ac_try;; |
| 16661 | esac |
| 16662 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16663 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16664 | ac_status=$? |
| 16665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16666 | (exit $ac_status); }; }; then |
| 16667 | ac_cv_c_dll_init_fini="yes" |
| 16668 | else |
| 16669 | echo "$as_me: failed program was:" >&5 |
| 16670 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16671 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16672 | ac_cv_c_dll_init_fini="no" |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16673 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16674 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16675 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16676 | conftest$ac_exeext conftest.$ac_ext |
| 16677 | CFLAGS=$ac_wine_try_cflags_saved |
| 16678 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16679 | { echo "$as_me:$LINENO: result: $ac_cv_c_dll_init_fini" >&5 |
| 16680 | echo "${ECHO_T}$ac_cv_c_dll_init_fini" >&6; } |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16681 | if test "$ac_cv_c_dll_init_fini" = "yes" |
| 16682 | then |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 16683 | LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini" |
Alexandre Julliard | 3604824 | 2004-01-08 03:36:53 +0000 | [diff] [blame] | 16684 | fi |
| 16685 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16686 | { echo "$as_me:$LINENO: checking whether the linker accepts version scripts" >&5 |
| 16687 | echo $ECHO_N "checking whether the linker accepts version scripts... $ECHO_C" >&6; } |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16688 | if test "${ac_cv_c_ld_version_scripts+set}" = set; then |
| 16689 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16690 | else |
| 16691 | echo '{ global: *; };' >conftest.map |
| 16692 | ac_wine_try_cflags_saved=$CFLAGS |
| 16693 | CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map" |
| 16694 | cat >conftest.$ac_ext <<_ACEOF |
| 16695 | /* confdefs.h. */ |
| 16696 | _ACEOF |
| 16697 | cat confdefs.h >>conftest.$ac_ext |
| 16698 | cat >>conftest.$ac_ext <<_ACEOF |
| 16699 | /* end confdefs.h. */ |
| 16700 | |
| 16701 | int |
| 16702 | main () |
| 16703 | { |
| 16704 | |
| 16705 | ; |
| 16706 | return 0; |
| 16707 | } |
| 16708 | _ACEOF |
| 16709 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16710 | if { (ac_try="$ac_link" |
| 16711 | case "(($ac_try" in |
| 16712 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16713 | *) ac_try_echo=$ac_try;; |
| 16714 | esac |
| 16715 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16716 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16717 | ac_status=$? |
| 16718 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16719 | rm -f conftest.er1 |
| 16720 | cat conftest.err >&5 |
| 16721 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16722 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16723 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16724 | { (case "(($ac_try" in |
| 16725 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16726 | *) ac_try_echo=$ac_try;; |
| 16727 | esac |
| 16728 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16729 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16730 | ac_status=$? |
| 16731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16732 | (exit $ac_status); }; } && |
| 16733 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16734 | { (case "(($ac_try" in |
| 16735 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16736 | *) ac_try_echo=$ac_try;; |
| 16737 | esac |
| 16738 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16739 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16740 | ac_status=$? |
| 16741 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16742 | (exit $ac_status); }; }; then |
| 16743 | ac_cv_c_ld_version_scripts="yes" |
| 16744 | else |
| 16745 | echo "$as_me: failed program was:" >&5 |
| 16746 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16747 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16748 | ac_cv_c_ld_version_scripts="no" |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16749 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16750 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16751 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16752 | conftest$ac_exeext conftest.$ac_ext |
| 16753 | CFLAGS=$ac_wine_try_cflags_saved |
| 16754 | rm -f conftest.map |
| 16755 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16756 | { echo "$as_me:$LINENO: result: $ac_cv_c_ld_version_scripts" >&5 |
| 16757 | echo "${ECHO_T}$ac_cv_c_ld_version_scripts" >&6; } |
Alexandre Julliard | 440ff6d | 2004-02-12 22:54:00 +0000 | [diff] [blame] | 16758 | if test "$ac_cv_c_ld_version_scripts" = "yes" |
| 16759 | then |
| 16760 | LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)" |
| 16761 | fi |
| 16762 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16763 | { echo "$as_me:$LINENO: checking whether the linker accepts --export-dynamic" >&5 |
| 16764 | echo $ECHO_N "checking whether the linker accepts --export-dynamic... $ECHO_C" >&6; } |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16765 | if test "${ac_cv_c_export_dynamic+set}" = set; then |
| 16766 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16767 | else |
| 16768 | ac_wine_try_cflags_saved=$CFLAGS |
| 16769 | CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic" |
| 16770 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16771 | /* confdefs.h. */ |
| 16772 | _ACEOF |
| 16773 | cat confdefs.h >>conftest.$ac_ext |
| 16774 | cat >>conftest.$ac_ext <<_ACEOF |
| 16775 | /* end confdefs.h. */ |
| 16776 | |
| 16777 | int |
| 16778 | main () |
| 16779 | { |
| 16780 | |
| 16781 | ; |
| 16782 | return 0; |
| 16783 | } |
| 16784 | _ACEOF |
| 16785 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16786 | if { (ac_try="$ac_link" |
| 16787 | case "(($ac_try" in |
| 16788 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16789 | *) ac_try_echo=$ac_try;; |
| 16790 | esac |
| 16791 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16792 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16793 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16794 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16795 | rm -f conftest.er1 |
| 16796 | cat conftest.err >&5 |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16797 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16798 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16799 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16800 | { (case "(($ac_try" in |
| 16801 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16802 | *) ac_try_echo=$ac_try;; |
| 16803 | esac |
| 16804 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16805 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16806 | ac_status=$? |
| 16807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16808 | (exit $ac_status); }; } && |
| 16809 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16810 | { (case "(($ac_try" in |
| 16811 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16812 | *) ac_try_echo=$ac_try;; |
| 16813 | esac |
| 16814 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16815 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16816 | ac_status=$? |
| 16817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16818 | (exit $ac_status); }; }; then |
| 16819 | ac_cv_c_export_dynamic="yes" |
| 16820 | else |
| 16821 | echo "$as_me: failed program was:" >&5 |
| 16822 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16823 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16824 | ac_cv_c_export_dynamic="no" |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16825 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16826 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16827 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 16828 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16829 | CFLAGS=$ac_wine_try_cflags_saved |
| 16830 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16831 | { echo "$as_me:$LINENO: result: $ac_cv_c_export_dynamic" >&5 |
| 16832 | echo "${ECHO_T}$ac_cv_c_export_dynamic" >&6; } |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16833 | if test "$ac_cv_c_export_dynamic" = "yes" |
| 16834 | then |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16835 | LDEXECFLAGS="-Wl,--export-dynamic" |
| 16836 | |
Alexandre Julliard | ef2d04d | 2003-11-17 20:07:55 +0000 | [diff] [blame] | 16837 | fi |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16838 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16839 | { echo "$as_me:$LINENO: checking whether the linker accepts --rpath" >&5 |
| 16840 | echo $ECHO_N "checking whether the linker accepts --rpath... $ECHO_C" >&6; } |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16841 | if test "${ac_cv_ld_rpath+set}" = set; then |
| 16842 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16843 | else |
| 16844 | ac_wine_try_cflags_saved=$CFLAGS |
| 16845 | CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib" |
| 16846 | cat >conftest.$ac_ext <<_ACEOF |
| 16847 | /* confdefs.h. */ |
| 16848 | _ACEOF |
| 16849 | cat confdefs.h >>conftest.$ac_ext |
| 16850 | cat >>conftest.$ac_ext <<_ACEOF |
| 16851 | /* end confdefs.h. */ |
| 16852 | |
| 16853 | int |
| 16854 | main () |
| 16855 | { |
| 16856 | |
| 16857 | ; |
| 16858 | return 0; |
| 16859 | } |
| 16860 | _ACEOF |
| 16861 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16862 | if { (ac_try="$ac_link" |
| 16863 | case "(($ac_try" in |
| 16864 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16865 | *) ac_try_echo=$ac_try;; |
| 16866 | esac |
| 16867 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16868 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16869 | ac_status=$? |
| 16870 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16871 | rm -f conftest.er1 |
| 16872 | cat conftest.err >&5 |
| 16873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16874 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16875 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16876 | { (case "(($ac_try" in |
| 16877 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16878 | *) ac_try_echo=$ac_try;; |
| 16879 | esac |
| 16880 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16881 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16882 | ac_status=$? |
| 16883 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16884 | (exit $ac_status); }; } && |
| 16885 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16886 | { (case "(($ac_try" in |
| 16887 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16888 | *) ac_try_echo=$ac_try;; |
| 16889 | esac |
| 16890 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16891 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16892 | ac_status=$? |
| 16893 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16894 | (exit $ac_status); }; }; then |
| 16895 | ac_cv_ld_rpath="yes" |
| 16896 | else |
| 16897 | echo "$as_me: failed program was:" >&5 |
| 16898 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16899 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16900 | ac_cv_ld_rpath="no" |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16901 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16902 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16903 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16904 | conftest$ac_exeext conftest.$ac_ext |
| 16905 | CFLAGS=$ac_wine_try_cflags_saved |
| 16906 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16907 | { echo "$as_me:$LINENO: result: $ac_cv_ld_rpath" >&5 |
| 16908 | echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16909 | if test "$ac_cv_ld_rpath" = "yes" |
| 16910 | then |
| 16911 | LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" |
| 16912 | |
Alexandre Julliard | 1fd32cf | 2006-03-20 22:08:26 +0100 | [diff] [blame] | 16913 | LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" |
| 16914 | |
Alexandre Julliard | 5ed5901 | 2006-02-20 11:20:47 +0100 | [diff] [blame] | 16915 | fi |
| 16916 | |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16917 | case $host_cpu in |
Ge van Geldorp | 2adeefe | 2006-06-30 21:37:34 +0200 | [diff] [blame] | 16918 | *i[3456789]86* | x86_64) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16919 | { echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x7bf00000" >&5 |
| 16920 | echo $ECHO_N "checking whether we can relocate the executable to 0x7bf00000... $ECHO_C" >&6; } |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16921 | if test "${ac_cv_ld_reloc_exec+set}" = set; then |
| 16922 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16923 | else |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16924 | ac_wine_try_cflags_saved=$CFLAGS |
Alexandre Julliard | 5729f58 | 2005-06-17 10:22:46 +0000 | [diff] [blame] | 16925 | CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400" |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16926 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16927 | /* confdefs.h. */ |
| 16928 | _ACEOF |
| 16929 | cat confdefs.h >>conftest.$ac_ext |
| 16930 | cat >>conftest.$ac_ext <<_ACEOF |
| 16931 | /* end confdefs.h. */ |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16932 | |
| 16933 | int |
| 16934 | main () |
| 16935 | { |
| 16936 | |
| 16937 | ; |
| 16938 | return 0; |
| 16939 | } |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16940 | _ACEOF |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16941 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16942 | if { (ac_try="$ac_link" |
| 16943 | case "(($ac_try" in |
| 16944 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16945 | *) ac_try_echo=$ac_try;; |
| 16946 | esac |
| 16947 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16948 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16949 | ac_status=$? |
| 16950 | grep -v '^ *+' conftest.er1 >conftest.err |
| 16951 | rm -f conftest.er1 |
| 16952 | cat conftest.err >&5 |
| 16953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16954 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16955 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 16956 | { (case "(($ac_try" in |
| 16957 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16958 | *) ac_try_echo=$ac_try;; |
| 16959 | esac |
| 16960 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16961 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16962 | ac_status=$? |
| 16963 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16964 | (exit $ac_status); }; } && |
| 16965 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16966 | { (case "(($ac_try" in |
| 16967 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 16968 | *) ac_try_echo=$ac_try;; |
| 16969 | esac |
| 16970 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 16971 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16972 | ac_status=$? |
| 16973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16974 | (exit $ac_status); }; }; then |
| 16975 | ac_cv_ld_reloc_exec="yes" |
| 16976 | else |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16977 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16978 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16979 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16980 | ac_cv_ld_reloc_exec="no" |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16981 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16982 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 16983 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | b1abca8 | 2004-05-28 20:59:22 +0000 | [diff] [blame] | 16984 | conftest$ac_exeext conftest.$ac_ext |
| 16985 | CFLAGS=$ac_wine_try_cflags_saved |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16986 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16987 | { echo "$as_me:$LINENO: result: $ac_cv_ld_reloc_exec" >&5 |
| 16988 | echo "${ECHO_T}$ac_cv_ld_reloc_exec" >&6; } |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16989 | if test "$ac_cv_ld_reloc_exec" = "yes" |
| 16990 | then |
Alexandre Julliard | 5729f58 | 2005-06-17 10:22:46 +0000 | [diff] [blame] | 16991 | LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" |
Alexandre Julliard | c6d44be | 2003-11-22 00:08:26 +0000 | [diff] [blame] | 16992 | fi |
| 16993 | ;; |
| 16994 | esac |
| 16995 | |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 16996 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 16997 | { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5 |
| 16998 | echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 16999 | if test "${ac_cv_c_dll_unixware+set}" = set; then |
| 17000 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Todd Vierling | 4b992b0 | 1998-12-15 15:26:27 +0000 | [diff] [blame] | 17001 | else |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17002 | ac_wine_try_cflags_saved=$CFLAGS |
| 17003 | CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic" |
| 17004 | cat >conftest.$ac_ext <<_ACEOF |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17005 | void myfunc() {} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17006 | _ACEOF |
| 17007 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17008 | if { (ac_try="$ac_link" |
| 17009 | case "(($ac_try" in |
| 17010 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17011 | *) ac_try_echo=$ac_try;; |
| 17012 | esac |
| 17013 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17014 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17015 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17016 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17017 | rm -f conftest.er1 |
| 17018 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 17019 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17020 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17021 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17022 | { (case "(($ac_try" in |
| 17023 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17024 | *) ac_try_echo=$ac_try;; |
| 17025 | esac |
| 17026 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17027 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17028 | ac_status=$? |
| 17029 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17030 | (exit $ac_status); }; } && |
| 17031 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17032 | { (case "(($ac_try" in |
| 17033 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17034 | *) ac_try_echo=$ac_try;; |
| 17035 | esac |
| 17036 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17037 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17038 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 17039 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17040 | (exit $ac_status); }; }; then |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 17041 | ac_cv_c_dll_unixware="yes" |
| 17042 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17043 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17044 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17045 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17046 | ac_cv_c_dll_unixware="no" |
Ron Record | e977d6c | 1999-09-05 12:32:05 +0000 | [diff] [blame] | 17047 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17048 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17049 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17050 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17051 | CFLAGS=$ac_wine_try_cflags_saved |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17052 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17053 | { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5 |
| 17054 | echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; } |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 17055 | if test "$ac_cv_c_dll_unixware" = "yes" |
| 17056 | then |
| 17057 | LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)" |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 17058 | LDDLLFLAGS="-Wl,-G,-B,symbolic" |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17059 | |
| 17060 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17061 | { echo "$as_me:$LINENO: checking whether we can build a Mach-O (Mac OS X/Darwin) dll" >&5 |
| 17062 | echo $ECHO_N "checking whether we can build a Mach-O (Mac OS X/Darwin) dll... $ECHO_C" >&6; } |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17063 | if test "${ac_cv_c_dll_macho+set}" = set; then |
| 17064 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17065 | else |
| 17066 | ac_wine_try_cflags_saved=$CFLAGS |
| 17067 | CFLAGS="$CFLAGS -bundle" |
| 17068 | cat >conftest.$ac_ext <<_ACEOF |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17069 | void myfunc() {} |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17070 | _ACEOF |
| 17071 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17072 | if { (ac_try="$ac_link" |
| 17073 | case "(($ac_try" in |
| 17074 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17075 | *) ac_try_echo=$ac_try;; |
| 17076 | esac |
| 17077 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17078 | (eval "$ac_link") 2>conftest.er1 |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17079 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17080 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17081 | rm -f conftest.er1 |
| 17082 | cat conftest.err >&5 |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17084 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17085 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17086 | { (case "(($ac_try" in |
| 17087 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17088 | *) ac_try_echo=$ac_try;; |
| 17089 | esac |
| 17090 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17091 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17092 | ac_status=$? |
| 17093 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17094 | (exit $ac_status); }; } && |
| 17095 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17096 | { (case "(($ac_try" in |
| 17097 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17098 | *) ac_try_echo=$ac_try;; |
| 17099 | esac |
| 17100 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17101 | (eval "$ac_try") 2>&5 |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17102 | ac_status=$? |
| 17103 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17104 | (exit $ac_status); }; }; then |
| 17105 | ac_cv_c_dll_macho="yes" |
| 17106 | else |
| 17107 | echo "$as_me: failed program was:" >&5 |
| 17108 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17109 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17110 | ac_cv_c_dll_macho="no" |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17111 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17112 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17113 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17114 | conftest$ac_exeext conftest.$ac_ext |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17115 | CFLAGS=$ac_wine_try_cflags_saved |
| 17116 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17117 | { echo "$as_me:$LINENO: result: $ac_cv_c_dll_macho" >&5 |
| 17118 | echo "${ECHO_T}$ac_cv_c_dll_macho" >&6; } |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17119 | if test "$ac_cv_c_dll_macho" = "yes" |
| 17120 | then |
| 17121 | LIBEXT="dylib" |
Alexandre Julliard | 495bf51 | 2005-09-15 09:48:18 +0000 | [diff] [blame] | 17122 | LDDLLFLAGS="-bundle" |
Alexandre Julliard | 7ed7e8f | 2006-05-15 15:14:45 +0200 | [diff] [blame] | 17123 | LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/\$(DYNAME) \$(SOVERSION:%=-compatibility_version %)" |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17124 | STRIP="$STRIP -u -r" |
Alexandre Julliard | 495bf51 | 2005-09-15 09:48:18 +0000 | [diff] [blame] | 17125 | COREFOUNDATIONLIB="-framework CoreFoundation" |
Emmanuel Maillard | 46718f8 | 2004-07-22 19:48:41 +0000 | [diff] [blame] | 17126 | |
Alexandre Julliard | 495bf51 | 2005-09-15 09:48:18 +0000 | [diff] [blame] | 17127 | IOKITLIB="-framework IOKit -framework CoreFoundation" |
Emmanuel Maillard | 46718f8 | 2004-07-22 19:48:41 +0000 | [diff] [blame] | 17128 | |
Emmanuel Maillard | aaae660 | 2006-02-15 13:52:02 +0100 | [diff] [blame] | 17129 | LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7ffe0000" |
Emmanuel Maillard | 2300ce6 | 2004-08-19 01:20:45 +0000 | [diff] [blame] | 17130 | |
Emmanuel Maillard | 144a535 | 2006-05-28 22:46:23 +0200 | [diff] [blame] | 17131 | if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes" |
| 17132 | then |
| 17133 | COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices" |
| 17134 | |
| 17135 | fi |
Emmanuel Maillard | aaae660 | 2006-02-15 13:52:02 +0100 | [diff] [blame] | 17136 | case $host_cpu in |
Alexandre Julliard | 495bf51 | 2005-09-15 09:48:18 +0000 | [diff] [blame] | 17137 | *powerpc*) |
| 17138 | CFLAGS="$CFLAGS -ffixed-r13" |
| 17139 | LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" |
Alexandre Julliard | 495bf51 | 2005-09-15 09:48:18 +0000 | [diff] [blame] | 17140 | ;; |
| 17141 | esac |
| 17142 | |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17143 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17144 | { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5 |
| 17145 | echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; } |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17146 | if test "${ac_cv_c_dll_hpux+set}" = set; then |
| 17147 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17148 | else |
| 17149 | ac_wine_try_cflags_saved=$CFLAGS |
| 17150 | CFLAGS="$CFLAGS -shared" |
| 17151 | cat >conftest.$ac_ext <<_ACEOF |
| 17152 | void myfunc() {} |
| 17153 | _ACEOF |
| 17154 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17155 | if { (ac_try="$ac_link" |
| 17156 | case "(($ac_try" in |
| 17157 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17158 | *) ac_try_echo=$ac_try;; |
| 17159 | esac |
| 17160 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17161 | (eval "$ac_link") 2>conftest.er1 |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17162 | ac_status=$? |
| 17163 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17164 | rm -f conftest.er1 |
| 17165 | cat conftest.err >&5 |
| 17166 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17167 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17168 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17169 | { (case "(($ac_try" in |
| 17170 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17171 | *) ac_try_echo=$ac_try;; |
| 17172 | esac |
| 17173 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17174 | (eval "$ac_try") 2>&5 |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17175 | ac_status=$? |
| 17176 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17177 | (exit $ac_status); }; } && |
| 17178 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17179 | { (case "(($ac_try" in |
| 17180 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17181 | *) ac_try_echo=$ac_try;; |
| 17182 | esac |
| 17183 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17184 | (eval "$ac_try") 2>&5 |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17185 | ac_status=$? |
| 17186 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17187 | (exit $ac_status); }; }; then |
| 17188 | ac_cv_c_dll_hpux="yes" |
| 17189 | else |
| 17190 | echo "$as_me: failed program was:" >&5 |
| 17191 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17192 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17193 | ac_cv_c_dll_hpux="no" |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17194 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17195 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17196 | rm -f core conftest.err conftest.$ac_objext \ |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17197 | conftest$ac_exeext conftest.$ac_ext |
| 17198 | CFLAGS=$ac_wine_try_cflags_saved |
| 17199 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17200 | { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5 |
| 17201 | echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; } |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17202 | if test "$ac_cv_c_dll_hpux" = "yes" |
| 17203 | then |
| 17204 | LIBEXT="sl" |
Warren Baird | 1023fe3 | 2004-10-19 21:37:09 +0000 | [diff] [blame] | 17205 | DLLEXT=".sl" |
| 17206 | LDDLLFLAGS="-shared -fPIC" |
Warren Baird | 421e8b9 | 2004-09-22 19:17:55 +0000 | [diff] [blame] | 17207 | LDSHARED="\$(CC) -shared" |
| 17208 | fi |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17209 | fi |
Alexandre Julliard | 466ae14 | 2002-05-07 18:33:47 +0000 | [diff] [blame] | 17210 | fi |
| 17211 | fi |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 17212 | fi |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17213 | |
| 17214 | CROSSTEST="" |
| 17215 | |
| 17216 | if test "$cross_compiling" = "no" |
| 17217 | then |
Kevin Koltzau | d344456 | 2004-04-15 00:01:05 +0000 | [diff] [blame] | 17218 | for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17219 | do |
| 17220 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 17221 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17222 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 17223 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17224 | if test "${ac_cv_prog_CROSSCC+set}" = set; then |
| 17225 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17226 | else |
| 17227 | if test -n "$CROSSCC"; then |
| 17228 | ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test. |
| 17229 | else |
| 17230 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 17231 | for as_dir in $PATH |
| 17232 | do |
| 17233 | IFS=$as_save_IFS |
| 17234 | test -z "$as_dir" && as_dir=. |
| 17235 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17236 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17237 | ac_cv_prog_CROSSCC="$ac_prog" |
| 17238 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 17239 | break 2 |
| 17240 | fi |
| 17241 | done |
| 17242 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17243 | IFS=$as_save_IFS |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17244 | |
| 17245 | fi |
| 17246 | fi |
| 17247 | CROSSCC=$ac_cv_prog_CROSSCC |
| 17248 | if test -n "$CROSSCC"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17249 | { echo "$as_me:$LINENO: result: $CROSSCC" >&5 |
| 17250 | echo "${ECHO_T}$CROSSCC" >&6; } |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17251 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17252 | { echo "$as_me:$LINENO: result: no" >&5 |
| 17253 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17254 | fi |
| 17255 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17256 | |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17257 | test -n "$CROSSCC" && break |
| 17258 | done |
| 17259 | test -n "$CROSSCC" || CROSSCC="false" |
| 17260 | |
Kevin Koltzau | d344456 | 2004-04-15 00:01:05 +0000 | [diff] [blame] | 17261 | for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17262 | do |
| 17263 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 17264 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17265 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 17266 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17267 | if test "${ac_cv_prog_DLLTOOL+set}" = set; then |
| 17268 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17269 | else |
| 17270 | if test -n "$DLLTOOL"; then |
| 17271 | ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. |
| 17272 | else |
| 17273 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 17274 | for as_dir in $PATH |
| 17275 | do |
| 17276 | IFS=$as_save_IFS |
| 17277 | test -z "$as_dir" && as_dir=. |
| 17278 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17279 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17280 | ac_cv_prog_DLLTOOL="$ac_prog" |
| 17281 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 17282 | break 2 |
| 17283 | fi |
| 17284 | done |
| 17285 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17286 | IFS=$as_save_IFS |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17287 | |
| 17288 | fi |
| 17289 | fi |
| 17290 | DLLTOOL=$ac_cv_prog_DLLTOOL |
| 17291 | if test -n "$DLLTOOL"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17292 | { echo "$as_me:$LINENO: result: $DLLTOOL" >&5 |
| 17293 | echo "${ECHO_T}$DLLTOOL" >&6; } |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17294 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17295 | { echo "$as_me:$LINENO: result: no" >&5 |
| 17296 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17297 | fi |
| 17298 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17299 | |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17300 | test -n "$DLLTOOL" && break |
| 17301 | done |
| 17302 | test -n "$DLLTOOL" || DLLTOOL="false" |
| 17303 | |
Kevin Koltzau | d344456 | 2004-04-15 00:01:05 +0000 | [diff] [blame] | 17304 | for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw-windres |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17305 | do |
| 17306 | # Extract the first word of "$ac_prog", so it can be a program name with args. |
| 17307 | set dummy $ac_prog; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17308 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 17309 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17310 | if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then |
| 17311 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17312 | else |
| 17313 | if test -n "$CROSSWINDRES"; then |
| 17314 | ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test. |
| 17315 | else |
| 17316 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 17317 | for as_dir in $PATH |
| 17318 | do |
| 17319 | IFS=$as_save_IFS |
| 17320 | test -z "$as_dir" && as_dir=. |
| 17321 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17322 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17323 | ac_cv_prog_CROSSWINDRES="$ac_prog" |
| 17324 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 17325 | break 2 |
| 17326 | fi |
| 17327 | done |
| 17328 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17329 | IFS=$as_save_IFS |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17330 | |
| 17331 | fi |
| 17332 | fi |
| 17333 | CROSSWINDRES=$ac_cv_prog_CROSSWINDRES |
| 17334 | if test -n "$CROSSWINDRES"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17335 | { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5 |
| 17336 | echo "${ECHO_T}$CROSSWINDRES" >&6; } |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17337 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17338 | { echo "$as_me:$LINENO: result: no" >&5 |
| 17339 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17340 | fi |
| 17341 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17342 | |
Alexandre Julliard | 21ee329 | 2003-04-21 22:52:31 +0000 | [diff] [blame] | 17343 | test -n "$CROSSWINDRES" && break |
| 17344 | done |
| 17345 | test -n "$CROSSWINDRES" || CROSSWINDRES="false" |
| 17346 | |
Alexandre Julliard | c3c587e | 2002-09-06 19:46:00 +0000 | [diff] [blame] | 17347 | if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi |
| 17348 | fi |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 17349 | ;; |
| 17350 | esac |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 17351 | |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 17352 | if test "$LIBEXT" = "a"; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 17353 | { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 17354 | It is currently not possible to build Wine without shared library |
| 17355 | (.so) support to allow transparent switch between .so and .dll files. |
| 17356 | If you are using Linux, you will need a newer binutils. |
| 17357 | " >&5 |
| 17358 | echo "$as_me: error: could not find a way to build shared libraries. |
| 17359 | It is currently not possible to build Wine without shared library |
| 17360 | (.so) support to allow transparent switch between .so and .dll files. |
| 17361 | If you are using Linux, you will need a newer binutils. |
| 17362 | " >&2;} |
| 17363 | { (exit 1); exit 1; }; } |
Hidenori Takeshima | d48ca94 | 2000-12-22 22:28:00 +0000 | [diff] [blame] | 17364 | fi |
| 17365 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 17366 | case $build_os in |
| 17367 | cygwin*|mingw32*) |
Alexandre Julliard | eb8a40c | 2006-07-11 19:33:22 +0200 | [diff] [blame] | 17368 | LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\"" |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 17369 | ;; |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17370 | darwin*|macosx*) |
Alexandre Julliard | eb8a40c | 2006-07-11 19:33:22 +0200 | [diff] [blame] | 17371 | LDPATH="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$DYLD_LIBRARY_PATH\"" |
Pierre d'Herbemont | 794bf0f | 2003-11-25 03:31:26 +0000 | [diff] [blame] | 17372 | ;; |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 17373 | *) |
Alexandre Julliard | eb8a40c | 2006-07-11 19:33:22 +0200 | [diff] [blame] | 17374 | LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\"" |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 17375 | ;; |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 17376 | esac |
| 17377 | |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 17378 | case $host_os in |
| 17379 | mingw32*) |
Alexandre Julliard | 546839f | 2003-11-11 00:48:21 +0000 | [diff] [blame] | 17380 | CRTLIBS="-lmsvcrt" |
Steven Edwards | c91ae45 | 2004-09-03 18:57:19 +0000 | [diff] [blame] | 17381 | |
| 17382 | SOCKETLIBS="-lws2_32" |
| 17383 | |
| 17384 | ;; |
Alexandre Julliard | 546839f | 2003-11-11 00:48:21 +0000 | [diff] [blame] | 17385 | esac |
| 17386 | |
Alexandre Julliard | 40bbcfb | 2006-06-20 13:44:19 +0200 | [diff] [blame] | 17387 | MAIN_BINARY="wine-pthread" |
| 17388 | case $host_cpu in |
Alexandre Julliard | 2cdfd4d | 2006-02-18 15:03:51 +0100 | [diff] [blame] | 17389 | *i[3456789]86*) |
| 17390 | case $host_os in |
| 17391 | linux* | k*bsd*-gnu) |
| 17392 | MAIN_BINARY="wine-glibc" |
Alexandre Julliard | 546839f | 2003-11-11 00:48:21 +0000 | [diff] [blame] | 17393 | |
Alexandre Julliard | 2cdfd4d | 2006-02-18 15:03:51 +0100 | [diff] [blame] | 17394 | EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader" |
| 17395 | ;; |
Alexandre Julliard | 2cdfd4d | 2006-02-18 15:03:51 +0100 | [diff] [blame] | 17396 | esac |
Emmanuel Maillard | 3bc8d2e | 2004-07-19 20:11:10 +0000 | [diff] [blame] | 17397 | ;; |
Alexandre Julliard | 7bf07d1 | 2002-08-03 00:25:59 +0000 | [diff] [blame] | 17398 | esac |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 17399 | |
| 17400 | |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17401 | if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17402 | then |
| 17403 | # Extract the first word of "ldd", so it can be a program name with args. |
| 17404 | set dummy ldd; ac_word=$2 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17405 | { echo "$as_me:$LINENO: checking for $ac_word" >&5 |
| 17406 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17407 | if test "${ac_cv_path_LDD+set}" = set; then |
| 17408 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17409 | else |
| 17410 | case $LDD in |
| 17411 | [\\/]* | ?:[\\/]*) |
| 17412 | ac_cv_path_LDD="$LDD" # Let the user override the test with a path. |
| 17413 | ;; |
| 17414 | *) |
| 17415 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 17416 | as_dummy="/sbin:/usr/sbin:$PATH" |
| 17417 | for as_dir in $as_dummy |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17418 | do |
| 17419 | IFS=$as_save_IFS |
| 17420 | test -z "$as_dir" && as_dir=. |
| 17421 | for ac_exec_ext in '' $ac_executable_extensions; do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17422 | if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17423 | ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext" |
| 17424 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 17425 | break 2 |
| 17426 | fi |
| 17427 | done |
| 17428 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17429 | IFS=$as_save_IFS |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17430 | |
| 17431 | test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true" |
| 17432 | ;; |
| 17433 | esac |
| 17434 | fi |
| 17435 | LDD=$ac_cv_path_LDD |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17436 | if test -n "$LDD"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17437 | { echo "$as_me:$LINENO: result: $LDD" >&5 |
| 17438 | echo "${ECHO_T}$LDD" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17439 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17440 | { echo "$as_me:$LINENO: result: no" >&5 |
| 17441 | echo "${ECHO_T}no" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17442 | fi |
| 17443 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17444 | |
| 17445 | { echo "$as_me:$LINENO: checking for -lX11 soname" >&5 |
| 17446 | echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17447 | if test "${ac_cv_lib_soname_X11+set}" = set; then |
| 17448 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17449 | else |
| 17450 | ac_get_soname_save_LIBS=$LIBS |
| 17451 | LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS" |
| 17452 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17453 | /* confdefs.h. */ |
| 17454 | _ACEOF |
| 17455 | cat confdefs.h >>conftest.$ac_ext |
| 17456 | cat >>conftest.$ac_ext <<_ACEOF |
| 17457 | /* end confdefs.h. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17458 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17459 | /* Override any GCC internal prototype to avoid an error. |
| 17460 | Use char because int might match the return type of a GCC |
| 17461 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17462 | #ifdef __cplusplus |
| 17463 | extern "C" |
| 17464 | #endif |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17465 | char XCreateWindow (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17466 | int |
| 17467 | main () |
| 17468 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17469 | return XCreateWindow (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17470 | ; |
| 17471 | return 0; |
| 17472 | } |
| 17473 | _ACEOF |
| 17474 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17475 | if { (ac_try="$ac_link" |
| 17476 | case "(($ac_try" in |
| 17477 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17478 | *) ac_try_echo=$ac_try;; |
| 17479 | esac |
| 17480 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17481 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17482 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17483 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17484 | rm -f conftest.er1 |
| 17485 | cat conftest.err >&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17486 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17487 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17488 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17489 | { (case "(($ac_try" in |
| 17490 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17491 | *) ac_try_echo=$ac_try;; |
| 17492 | esac |
| 17493 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17494 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17495 | ac_status=$? |
| 17496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17497 | (exit $ac_status); }; } && |
| 17498 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17499 | { (case "(($ac_try" in |
| 17500 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17501 | *) ac_try_echo=$ac_try;; |
| 17502 | esac |
| 17503 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17504 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17505 | ac_status=$? |
| 17506 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17507 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 17508 | ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.$LIBEXT | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17509 | if test "x$ac_cv_lib_soname_X11" = "x" |
| 17510 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17511 | ac_cv_lib_soname_X11="libX11.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17512 | fi |
| 17513 | else |
| 17514 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17515 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17516 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17517 | ac_cv_lib_soname_X11="libX11.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17518 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17519 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17520 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17521 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17522 | LIBS=$ac_get_soname_save_LIBS |
| 17523 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17524 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5 |
| 17525 | echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17526 | if test "${ac_cv_lib_soname_X11+set}" = set; then |
| 17527 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17528 | cat >>confdefs.h <<_ACEOF |
| 17529 | #define SONAME_LIBX11 "$ac_cv_lib_soname_X11" |
| 17530 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17531 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17532 | fi |
| 17533 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17534 | { echo "$as_me:$LINENO: checking for -lXext soname" >&5 |
| 17535 | echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17536 | if test "${ac_cv_lib_soname_Xext+set}" = set; then |
| 17537 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17538 | else |
| 17539 | ac_get_soname_save_LIBS=$LIBS |
| 17540 | LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS" |
| 17541 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17542 | /* confdefs.h. */ |
| 17543 | _ACEOF |
| 17544 | cat confdefs.h >>conftest.$ac_ext |
| 17545 | cat >>conftest.$ac_ext <<_ACEOF |
| 17546 | /* end confdefs.h. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17547 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17548 | /* Override any GCC internal prototype to avoid an error. |
| 17549 | Use char because int might match the return type of a GCC |
| 17550 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17551 | #ifdef __cplusplus |
| 17552 | extern "C" |
| 17553 | #endif |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17554 | char XextCreateExtension (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17555 | int |
| 17556 | main () |
| 17557 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17558 | return XextCreateExtension (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17559 | ; |
| 17560 | return 0; |
| 17561 | } |
| 17562 | _ACEOF |
| 17563 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17564 | if { (ac_try="$ac_link" |
| 17565 | case "(($ac_try" in |
| 17566 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17567 | *) ac_try_echo=$ac_try;; |
| 17568 | esac |
| 17569 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17570 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17571 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17572 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17573 | rm -f conftest.er1 |
| 17574 | cat conftest.err >&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17576 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17577 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17578 | { (case "(($ac_try" in |
| 17579 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17580 | *) ac_try_echo=$ac_try;; |
| 17581 | esac |
| 17582 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17583 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17584 | ac_status=$? |
| 17585 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17586 | (exit $ac_status); }; } && |
| 17587 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17588 | { (case "(($ac_try" in |
| 17589 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17590 | *) ac_try_echo=$ac_try;; |
| 17591 | esac |
| 17592 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17593 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17594 | ac_status=$? |
| 17595 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17596 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 17597 | ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.$LIBEXT | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17598 | if test "x$ac_cv_lib_soname_Xext" = "x" |
| 17599 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17600 | ac_cv_lib_soname_Xext="libXext.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17601 | fi |
| 17602 | else |
| 17603 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17604 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17605 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17606 | ac_cv_lib_soname_Xext="libXext.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17607 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17608 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17609 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17610 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17611 | LIBS=$ac_get_soname_save_LIBS |
| 17612 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17613 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5 |
| 17614 | echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17615 | if test "${ac_cv_lib_soname_Xext+set}" = set; then |
| 17616 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17617 | cat >>confdefs.h <<_ACEOF |
| 17618 | #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext" |
| 17619 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17620 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17621 | fi |
| 17622 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17623 | { echo "$as_me:$LINENO: checking for -lXi soname" >&5 |
| 17624 | echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6; } |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17625 | if test "${ac_cv_lib_soname_Xi+set}" = set; then |
| 17626 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17627 | else |
| 17628 | ac_get_soname_save_LIBS=$LIBS |
| 17629 | LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 17630 | cat >conftest.$ac_ext <<_ACEOF |
| 17631 | /* confdefs.h. */ |
| 17632 | _ACEOF |
| 17633 | cat confdefs.h >>conftest.$ac_ext |
| 17634 | cat >>conftest.$ac_ext <<_ACEOF |
| 17635 | /* end confdefs.h. */ |
| 17636 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17637 | /* Override any GCC internal prototype to avoid an error. |
| 17638 | Use char because int might match the return type of a GCC |
| 17639 | builtin and then its argument prototype would still apply. */ |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17640 | #ifdef __cplusplus |
| 17641 | extern "C" |
| 17642 | #endif |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17643 | char XOpenDevice (); |
| 17644 | int |
| 17645 | main () |
| 17646 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17647 | return XOpenDevice (); |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17648 | ; |
| 17649 | return 0; |
| 17650 | } |
| 17651 | _ACEOF |
| 17652 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17653 | if { (ac_try="$ac_link" |
| 17654 | case "(($ac_try" in |
| 17655 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17656 | *) ac_try_echo=$ac_try;; |
| 17657 | esac |
| 17658 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17659 | (eval "$ac_link") 2>conftest.er1 |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17660 | ac_status=$? |
| 17661 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17662 | rm -f conftest.er1 |
| 17663 | cat conftest.err >&5 |
| 17664 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17665 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17666 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17667 | { (case "(($ac_try" in |
| 17668 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17669 | *) ac_try_echo=$ac_try;; |
| 17670 | esac |
| 17671 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17672 | (eval "$ac_try") 2>&5 |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17673 | ac_status=$? |
| 17674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17675 | (exit $ac_status); }; } && |
| 17676 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17677 | { (case "(($ac_try" in |
| 17678 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17679 | *) ac_try_echo=$ac_try;; |
| 17680 | esac |
| 17681 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17682 | (eval "$ac_try") 2>&5 |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17683 | ac_status=$? |
| 17684 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17685 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 17686 | ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep libXi\\.$LIBEXT | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17687 | if test "x$ac_cv_lib_soname_Xi" = "x" |
| 17688 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17689 | ac_cv_lib_soname_Xi="libXi.$LIBEXT" |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17690 | fi |
| 17691 | else |
| 17692 | echo "$as_me: failed program was:" >&5 |
| 17693 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17694 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17695 | ac_cv_lib_soname_Xi="libXi.$LIBEXT" |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17696 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17697 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17698 | rm -f core conftest.err conftest.$ac_objext \ |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17699 | conftest$ac_exeext conftest.$ac_ext |
| 17700 | LIBS=$ac_get_soname_save_LIBS |
| 17701 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17702 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5 |
| 17703 | echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17704 | if test "${ac_cv_lib_soname_Xi+set}" = set; then |
| 17705 | |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17706 | cat >>confdefs.h <<_ACEOF |
| 17707 | #define SONAME_LIBXI "$ac_cv_lib_soname_Xi" |
| 17708 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17709 | |
Aric Stewart | 2eebf3c | 2004-01-09 00:03:00 +0000 | [diff] [blame] | 17710 | fi |
| 17711 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17712 | { echo "$as_me:$LINENO: checking for -lXrender soname" >&5 |
| 17713 | echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17714 | if test "${ac_cv_lib_soname_Xrender+set}" = set; then |
| 17715 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17716 | else |
| 17717 | ac_get_soname_save_LIBS=$LIBS |
| 17718 | LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 17719 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17720 | /* confdefs.h. */ |
| 17721 | _ACEOF |
| 17722 | cat confdefs.h >>conftest.$ac_ext |
| 17723 | cat >>conftest.$ac_ext <<_ACEOF |
| 17724 | /* end confdefs.h. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17725 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17726 | /* Override any GCC internal prototype to avoid an error. |
| 17727 | Use char because int might match the return type of a GCC |
| 17728 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17729 | #ifdef __cplusplus |
| 17730 | extern "C" |
| 17731 | #endif |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17732 | char XRenderQueryExtension (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17733 | int |
| 17734 | main () |
| 17735 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17736 | return XRenderQueryExtension (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17737 | ; |
| 17738 | return 0; |
| 17739 | } |
| 17740 | _ACEOF |
| 17741 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17742 | if { (ac_try="$ac_link" |
| 17743 | case "(($ac_try" in |
| 17744 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17745 | *) ac_try_echo=$ac_try;; |
| 17746 | esac |
| 17747 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17748 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17749 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17750 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17751 | rm -f conftest.er1 |
| 17752 | cat conftest.err >&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17753 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17754 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17755 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17756 | { (case "(($ac_try" in |
| 17757 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17758 | *) ac_try_echo=$ac_try;; |
| 17759 | esac |
| 17760 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17761 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17762 | ac_status=$? |
| 17763 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17764 | (exit $ac_status); }; } && |
| 17765 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17766 | { (case "(($ac_try" in |
| 17767 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17768 | *) ac_try_echo=$ac_try;; |
| 17769 | esac |
| 17770 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17771 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17772 | ac_status=$? |
| 17773 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17774 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 17775 | ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.$LIBEXT | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17776 | if test "x$ac_cv_lib_soname_Xrender" = "x" |
| 17777 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17778 | ac_cv_lib_soname_Xrender="libXrender.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17779 | fi |
| 17780 | else |
| 17781 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17782 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17783 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17784 | ac_cv_lib_soname_Xrender="libXrender.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17785 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17786 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17787 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17788 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17789 | LIBS=$ac_get_soname_save_LIBS |
| 17790 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17791 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5 |
| 17792 | echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17793 | if test "${ac_cv_lib_soname_Xrender+set}" = set; then |
| 17794 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17795 | cat >>confdefs.h <<_ACEOF |
| 17796 | #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender" |
| 17797 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17798 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17799 | fi |
| 17800 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17801 | { echo "$as_me:$LINENO: checking for -lXrandr soname" >&5 |
| 17802 | echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6; } |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17803 | if test "${ac_cv_lib_soname_Xrandr+set}" = set; then |
| 17804 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17805 | else |
| 17806 | ac_get_soname_save_LIBS=$LIBS |
| 17807 | LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS" |
| 17808 | cat >conftest.$ac_ext <<_ACEOF |
| 17809 | /* confdefs.h. */ |
| 17810 | _ACEOF |
| 17811 | cat confdefs.h >>conftest.$ac_ext |
| 17812 | cat >>conftest.$ac_ext <<_ACEOF |
| 17813 | /* end confdefs.h. */ |
| 17814 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17815 | /* Override any GCC internal prototype to avoid an error. |
| 17816 | Use char because int might match the return type of a GCC |
| 17817 | builtin and then its argument prototype would still apply. */ |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17818 | #ifdef __cplusplus |
| 17819 | extern "C" |
| 17820 | #endif |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17821 | char XRRQueryExtension (); |
| 17822 | int |
| 17823 | main () |
| 17824 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17825 | return XRRQueryExtension (); |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17826 | ; |
| 17827 | return 0; |
| 17828 | } |
| 17829 | _ACEOF |
| 17830 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17831 | if { (ac_try="$ac_link" |
| 17832 | case "(($ac_try" in |
| 17833 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17834 | *) ac_try_echo=$ac_try;; |
| 17835 | esac |
| 17836 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17837 | (eval "$ac_link") 2>conftest.er1 |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17838 | ac_status=$? |
| 17839 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17840 | rm -f conftest.er1 |
| 17841 | cat conftest.err >&5 |
| 17842 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17843 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17844 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17845 | { (case "(($ac_try" in |
| 17846 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17847 | *) ac_try_echo=$ac_try;; |
| 17848 | esac |
| 17849 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17850 | (eval "$ac_try") 2>&5 |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17851 | ac_status=$? |
| 17852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17853 | (exit $ac_status); }; } && |
| 17854 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17855 | { (case "(($ac_try" in |
| 17856 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17857 | *) ac_try_echo=$ac_try;; |
| 17858 | esac |
| 17859 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17860 | (eval "$ac_try") 2>&5 |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17861 | ac_status=$? |
| 17862 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17863 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 17864 | ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.$LIBEXT | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17865 | if test "x$ac_cv_lib_soname_Xrandr" = "x" |
| 17866 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17867 | ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT" |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17868 | fi |
| 17869 | else |
| 17870 | echo "$as_me: failed program was:" >&5 |
| 17871 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17872 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17873 | ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT" |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17874 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17875 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17876 | rm -f core conftest.err conftest.$ac_objext \ |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17877 | conftest$ac_exeext conftest.$ac_ext |
| 17878 | LIBS=$ac_get_soname_save_LIBS |
| 17879 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17880 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5 |
| 17881 | echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17882 | if test "${ac_cv_lib_soname_Xrandr+set}" = set; then |
| 17883 | |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17884 | cat >>confdefs.h <<_ACEOF |
| 17885 | #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr" |
| 17886 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17887 | |
Mike McCormack | c7c9f93 | 2004-04-07 03:57:35 +0000 | [diff] [blame] | 17888 | fi |
| 17889 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17890 | { echo "$as_me:$LINENO: checking for -lfreetype soname" >&5 |
| 17891 | echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6; } |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17892 | if test "${ac_cv_lib_soname_freetype+set}" = set; then |
| 17893 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17894 | else |
| 17895 | ac_get_soname_save_LIBS=$LIBS |
| 17896 | LIBS="-lfreetype $X_LIBS $LIBS" |
| 17897 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17898 | /* confdefs.h. */ |
| 17899 | _ACEOF |
| 17900 | cat confdefs.h >>conftest.$ac_ext |
| 17901 | cat >>conftest.$ac_ext <<_ACEOF |
| 17902 | /* end confdefs.h. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17903 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17904 | /* Override any GCC internal prototype to avoid an error. |
| 17905 | Use char because int might match the return type of a GCC |
| 17906 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17907 | #ifdef __cplusplus |
| 17908 | extern "C" |
| 17909 | #endif |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17910 | char FT_Init_FreeType (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17911 | int |
| 17912 | main () |
| 17913 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17914 | return FT_Init_FreeType (); |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17915 | ; |
| 17916 | return 0; |
| 17917 | } |
| 17918 | _ACEOF |
| 17919 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17920 | if { (ac_try="$ac_link" |
| 17921 | case "(($ac_try" in |
| 17922 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17923 | *) ac_try_echo=$ac_try;; |
| 17924 | esac |
| 17925 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17926 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17927 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17928 | grep -v '^ *+' conftest.er1 >conftest.err |
| 17929 | rm -f conftest.er1 |
| 17930 | cat conftest.err >&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17932 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17933 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 17934 | { (case "(($ac_try" in |
| 17935 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17936 | *) ac_try_echo=$ac_try;; |
| 17937 | esac |
| 17938 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17939 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17940 | ac_status=$? |
| 17941 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17942 | (exit $ac_status); }; } && |
| 17943 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17944 | { (case "(($ac_try" in |
| 17945 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 17946 | *) ac_try_echo=$ac_try;; |
| 17947 | esac |
| 17948 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 17949 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17950 | ac_status=$? |
| 17951 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17952 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 17953 | ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.$LIBEXT | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17954 | if test "x$ac_cv_lib_soname_freetype" = "x" |
| 17955 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 17956 | ac_cv_lib_soname_freetype="libfreetype.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17957 | fi |
| 17958 | else |
| 17959 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17960 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17961 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17962 | ac_cv_lib_soname_freetype="libfreetype.$LIBEXT" |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17963 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17964 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 17965 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 17966 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17967 | LIBS=$ac_get_soname_save_LIBS |
| 17968 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17969 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5 |
| 17970 | echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17971 | if test "${ac_cv_lib_soname_freetype+set}" = set; then |
| 17972 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17973 | cat >>confdefs.h <<_ACEOF |
| 17974 | #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype" |
| 17975 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 17976 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 17977 | fi |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 17978 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17979 | { echo "$as_me:$LINENO: checking for -lGL soname" >&5 |
| 17980 | echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6; } |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 17981 | if test "${ac_cv_lib_soname_GL+set}" = set; then |
| 17982 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17983 | else |
| 17984 | ac_get_soname_save_LIBS=$LIBS |
| 17985 | LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS" |
| 17986 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 17987 | /* confdefs.h. */ |
| 17988 | _ACEOF |
| 17989 | cat confdefs.h >>conftest.$ac_ext |
| 17990 | cat >>conftest.$ac_ext <<_ACEOF |
| 17991 | /* end confdefs.h. */ |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 17992 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 17993 | /* Override any GCC internal prototype to avoid an error. |
| 17994 | Use char because int might match the return type of a GCC |
| 17995 | builtin and then its argument prototype would still apply. */ |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 17996 | #ifdef __cplusplus |
| 17997 | extern "C" |
| 17998 | #endif |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 17999 | char glXQueryExtension (); |
| 18000 | int |
| 18001 | main () |
| 18002 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18003 | return glXQueryExtension (); |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18004 | ; |
| 18005 | return 0; |
| 18006 | } |
| 18007 | _ACEOF |
| 18008 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18009 | if { (ac_try="$ac_link" |
| 18010 | case "(($ac_try" in |
| 18011 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18012 | *) ac_try_echo=$ac_try;; |
| 18013 | esac |
| 18014 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18015 | (eval "$ac_link") 2>conftest.er1 |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18016 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18017 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18018 | rm -f conftest.er1 |
| 18019 | cat conftest.err >&5 |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18020 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18021 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18022 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18023 | { (case "(($ac_try" in |
| 18024 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18025 | *) ac_try_echo=$ac_try;; |
| 18026 | esac |
| 18027 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18028 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18029 | ac_status=$? |
| 18030 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18031 | (exit $ac_status); }; } && |
| 18032 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18033 | { (case "(($ac_try" in |
| 18034 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18035 | *) ac_try_echo=$ac_try;; |
| 18036 | esac |
| 18037 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18038 | (eval "$ac_try") 2>&5 |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18039 | ac_status=$? |
| 18040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18041 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18042 | ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.$LIBEXT | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18043 | if test "x$ac_cv_lib_soname_GL" = "x" |
| 18044 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18045 | ac_cv_lib_soname_GL="libGL.$LIBEXT" |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18046 | fi |
| 18047 | else |
| 18048 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 18049 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18050 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18051 | ac_cv_lib_soname_GL="libGL.$LIBEXT" |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18052 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18053 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18054 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18055 | conftest$ac_exeext conftest.$ac_ext |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18056 | LIBS=$ac_get_soname_save_LIBS |
| 18057 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18058 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5 |
| 18059 | echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18060 | if test "${ac_cv_lib_soname_GL+set}" = set; then |
| 18061 | |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18062 | cat >>confdefs.h <<_ACEOF |
| 18063 | #define SONAME_LIBGL "$ac_cv_lib_soname_GL" |
| 18064 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18065 | |
Lionel Ulmer | 56ab2b3e | 2002-11-15 04:16:38 +0000 | [diff] [blame] | 18066 | fi |
| 18067 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18068 | { echo "$as_me:$LINENO: checking for -ldbus-1 soname" >&5 |
| 18069 | echo $ECHO_N "checking for -ldbus-1 soname... $ECHO_C" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18070 | if test "${ac_cv_lib_soname_dbus_1+set}" = set; then |
| 18071 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18072 | else |
| 18073 | ac_get_soname_save_LIBS=$LIBS |
| 18074 | LIBS="-ldbus-1 $LIBS" |
| 18075 | cat >conftest.$ac_ext <<_ACEOF |
| 18076 | /* confdefs.h. */ |
| 18077 | _ACEOF |
| 18078 | cat confdefs.h >>conftest.$ac_ext |
| 18079 | cat >>conftest.$ac_ext <<_ACEOF |
| 18080 | /* end confdefs.h. */ |
| 18081 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18082 | /* Override any GCC internal prototype to avoid an error. |
| 18083 | Use char because int might match the return type of a GCC |
| 18084 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18085 | #ifdef __cplusplus |
| 18086 | extern "C" |
| 18087 | #endif |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18088 | char dbus_error_init (); |
| 18089 | int |
| 18090 | main () |
| 18091 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18092 | return dbus_error_init (); |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18093 | ; |
| 18094 | return 0; |
| 18095 | } |
| 18096 | _ACEOF |
| 18097 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18098 | if { (ac_try="$ac_link" |
| 18099 | case "(($ac_try" in |
| 18100 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18101 | *) ac_try_echo=$ac_try;; |
| 18102 | esac |
| 18103 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18104 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18105 | ac_status=$? |
| 18106 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18107 | rm -f conftest.er1 |
| 18108 | cat conftest.err >&5 |
| 18109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18110 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18111 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18112 | { (case "(($ac_try" in |
| 18113 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18114 | *) ac_try_echo=$ac_try;; |
| 18115 | esac |
| 18116 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18117 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18118 | ac_status=$? |
| 18119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18120 | (exit $ac_status); }; } && |
| 18121 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18122 | { (case "(($ac_try" in |
| 18123 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18124 | *) ac_try_echo=$ac_try;; |
| 18125 | esac |
| 18126 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18127 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18128 | ac_status=$? |
| 18129 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18130 | (exit $ac_status); }; }; then |
| 18131 | ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest$ac_exeext | grep libdbus-1\\.$LIBEXT | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
| 18132 | if test "x$ac_cv_lib_soname_dbus_1" = "x" |
| 18133 | then |
| 18134 | ac_cv_lib_soname_dbus_1="libdbus-1.$LIBEXT" |
| 18135 | fi |
| 18136 | else |
| 18137 | echo "$as_me: failed program was:" >&5 |
| 18138 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18139 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18140 | ac_cv_lib_soname_dbus_1="libdbus-1.$LIBEXT" |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18141 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18142 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18143 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18144 | conftest$ac_exeext conftest.$ac_ext |
| 18145 | LIBS=$ac_get_soname_save_LIBS |
| 18146 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18147 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_dbus_1" >&5 |
| 18148 | echo "${ECHO_T}$ac_cv_lib_soname_dbus_1" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18149 | if test "${ac_cv_lib_soname_dbus_1+set}" = set; then |
| 18150 | |
| 18151 | cat >>confdefs.h <<_ACEOF |
| 18152 | #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1" |
| 18153 | _ACEOF |
| 18154 | |
| 18155 | fi |
| 18156 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18157 | { echo "$as_me:$LINENO: checking for -lhal soname" >&5 |
| 18158 | echo $ECHO_N "checking for -lhal soname... $ECHO_C" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18159 | if test "${ac_cv_lib_soname_hal+set}" = set; then |
| 18160 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18161 | else |
| 18162 | ac_get_soname_save_LIBS=$LIBS |
| 18163 | LIBS="-lhal $LIBS" |
| 18164 | cat >conftest.$ac_ext <<_ACEOF |
| 18165 | /* confdefs.h. */ |
| 18166 | _ACEOF |
| 18167 | cat confdefs.h >>conftest.$ac_ext |
| 18168 | cat >>conftest.$ac_ext <<_ACEOF |
| 18169 | /* end confdefs.h. */ |
| 18170 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18171 | /* Override any GCC internal prototype to avoid an error. |
| 18172 | Use char because int might match the return type of a GCC |
| 18173 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18174 | #ifdef __cplusplus |
| 18175 | extern "C" |
| 18176 | #endif |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18177 | char libhal_ctx_new (); |
| 18178 | int |
| 18179 | main () |
| 18180 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18181 | return libhal_ctx_new (); |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18182 | ; |
| 18183 | return 0; |
| 18184 | } |
| 18185 | _ACEOF |
| 18186 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18187 | if { (ac_try="$ac_link" |
| 18188 | case "(($ac_try" in |
| 18189 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18190 | *) ac_try_echo=$ac_try;; |
| 18191 | esac |
| 18192 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18193 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18194 | ac_status=$? |
| 18195 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18196 | rm -f conftest.er1 |
| 18197 | cat conftest.err >&5 |
| 18198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18199 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18200 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18201 | { (case "(($ac_try" in |
| 18202 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18203 | *) ac_try_echo=$ac_try;; |
| 18204 | esac |
| 18205 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18206 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18207 | ac_status=$? |
| 18208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18209 | (exit $ac_status); }; } && |
| 18210 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18211 | { (case "(($ac_try" in |
| 18212 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18213 | *) ac_try_echo=$ac_try;; |
| 18214 | esac |
| 18215 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18216 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18217 | ac_status=$? |
| 18218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18219 | (exit $ac_status); }; }; then |
| 18220 | ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep libhal\\.$LIBEXT | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
| 18221 | if test "x$ac_cv_lib_soname_hal" = "x" |
| 18222 | then |
| 18223 | ac_cv_lib_soname_hal="libhal.$LIBEXT" |
| 18224 | fi |
| 18225 | else |
| 18226 | echo "$as_me: failed program was:" >&5 |
| 18227 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18228 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18229 | ac_cv_lib_soname_hal="libhal.$LIBEXT" |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18230 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18231 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18232 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18233 | conftest$ac_exeext conftest.$ac_ext |
| 18234 | LIBS=$ac_get_soname_save_LIBS |
| 18235 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18236 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5 |
| 18237 | echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; } |
Alexandre Julliard | 0006898 | 2006-04-18 16:47:53 +0200 | [diff] [blame] | 18238 | if test "${ac_cv_lib_soname_hal+set}" = set; then |
| 18239 | |
| 18240 | cat >>confdefs.h <<_ACEOF |
| 18241 | #define SONAME_LIBHAL "$ac_cv_lib_soname_hal" |
| 18242 | _ACEOF |
| 18243 | |
| 18244 | fi |
| 18245 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18246 | { echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5 |
| 18247 | echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6; } |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18248 | if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then |
| 18249 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18250 | else |
| 18251 | ac_get_soname_save_LIBS=$LIBS |
| 18252 | LIBS="-ltxc_dxtn $LIBS" |
| 18253 | cat >conftest.$ac_ext <<_ACEOF |
| 18254 | /* confdefs.h. */ |
| 18255 | _ACEOF |
| 18256 | cat confdefs.h >>conftest.$ac_ext |
| 18257 | cat >>conftest.$ac_ext <<_ACEOF |
| 18258 | /* end confdefs.h. */ |
| 18259 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18260 | /* Override any GCC internal prototype to avoid an error. |
| 18261 | Use char because int might match the return type of a GCC |
| 18262 | builtin and then its argument prototype would still apply. */ |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18263 | #ifdef __cplusplus |
| 18264 | extern "C" |
| 18265 | #endif |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18266 | char fetch_2d_texel_rgba_dxt1 (); |
| 18267 | int |
| 18268 | main () |
| 18269 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18270 | return fetch_2d_texel_rgba_dxt1 (); |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18271 | ; |
| 18272 | return 0; |
| 18273 | } |
| 18274 | _ACEOF |
| 18275 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18276 | if { (ac_try="$ac_link" |
| 18277 | case "(($ac_try" in |
| 18278 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18279 | *) ac_try_echo=$ac_try;; |
| 18280 | esac |
| 18281 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18282 | (eval "$ac_link") 2>conftest.er1 |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18283 | ac_status=$? |
| 18284 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18285 | rm -f conftest.er1 |
| 18286 | cat conftest.err >&5 |
| 18287 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18288 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18289 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18290 | { (case "(($ac_try" in |
| 18291 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18292 | *) ac_try_echo=$ac_try;; |
| 18293 | esac |
| 18294 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18295 | (eval "$ac_try") 2>&5 |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18296 | ac_status=$? |
| 18297 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18298 | (exit $ac_status); }; } && |
| 18299 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18300 | { (case "(($ac_try" in |
| 18301 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18302 | *) ac_try_echo=$ac_try;; |
| 18303 | esac |
| 18304 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18305 | (eval "$ac_try") 2>&5 |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18306 | ac_status=$? |
| 18307 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18308 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18309 | ac_cv_lib_soname_txc_dxtn=`$ac_cv_path_LDD conftest$ac_exeext | grep libtxc_dxtn\\.$LIBEXT | sed -e "s/^.*\(libtxc_dxtn\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18310 | if test "x$ac_cv_lib_soname_txc_dxtn" = "x" |
| 18311 | then |
| 18312 | ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT" |
| 18313 | fi |
| 18314 | else |
| 18315 | echo "$as_me: failed program was:" >&5 |
| 18316 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18317 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18318 | ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT" |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18319 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18320 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18321 | rm -f core conftest.err conftest.$ac_objext \ |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18322 | conftest$ac_exeext conftest.$ac_ext |
| 18323 | LIBS=$ac_get_soname_save_LIBS |
| 18324 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18325 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5 |
| 18326 | echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18327 | if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then |
| 18328 | |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18329 | cat >>confdefs.h <<_ACEOF |
| 18330 | #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn" |
| 18331 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18332 | |
Christian Costa | eac96b5 | 2004-07-30 18:54:32 +0000 | [diff] [blame] | 18333 | fi |
| 18334 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18335 | { echo "$as_me:$LINENO: checking for -lcups soname" >&5 |
| 18336 | echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6; } |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18337 | if test "${ac_cv_lib_soname_cups+set}" = set; then |
| 18338 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18339 | else |
| 18340 | ac_get_soname_save_LIBS=$LIBS |
| 18341 | LIBS="-lcups $LIBS" |
| 18342 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 18343 | /* confdefs.h. */ |
| 18344 | _ACEOF |
| 18345 | cat confdefs.h >>conftest.$ac_ext |
| 18346 | cat >>conftest.$ac_ext <<_ACEOF |
| 18347 | /* end confdefs.h. */ |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18348 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18349 | /* Override any GCC internal prototype to avoid an error. |
| 18350 | Use char because int might match the return type of a GCC |
| 18351 | builtin and then its argument prototype would still apply. */ |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18352 | #ifdef __cplusplus |
| 18353 | extern "C" |
| 18354 | #endif |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18355 | char cupsGetDefault (); |
| 18356 | int |
| 18357 | main () |
| 18358 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18359 | return cupsGetDefault (); |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18360 | ; |
| 18361 | return 0; |
| 18362 | } |
| 18363 | _ACEOF |
| 18364 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18365 | if { (ac_try="$ac_link" |
| 18366 | case "(($ac_try" in |
| 18367 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18368 | *) ac_try_echo=$ac_try;; |
| 18369 | esac |
| 18370 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18371 | (eval "$ac_link") 2>conftest.er1 |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18372 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18373 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18374 | rm -f conftest.er1 |
| 18375 | cat conftest.err >&5 |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18377 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18378 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18379 | { (case "(($ac_try" in |
| 18380 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18381 | *) ac_try_echo=$ac_try;; |
| 18382 | esac |
| 18383 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18384 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18385 | ac_status=$? |
| 18386 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18387 | (exit $ac_status); }; } && |
| 18388 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18389 | { (case "(($ac_try" in |
| 18390 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18391 | *) ac_try_echo=$ac_try;; |
| 18392 | esac |
| 18393 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18394 | (eval "$ac_try") 2>&5 |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18395 | ac_status=$? |
| 18396 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18397 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18398 | ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep libcups\\.$LIBEXT | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18399 | if test "x$ac_cv_lib_soname_cups" = "x" |
| 18400 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18401 | ac_cv_lib_soname_cups="libcups.$LIBEXT" |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18402 | fi |
| 18403 | else |
| 18404 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 18405 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18406 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18407 | ac_cv_lib_soname_cups="libcups.$LIBEXT" |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18408 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18409 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18410 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18411 | conftest$ac_exeext conftest.$ac_ext |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18412 | LIBS=$ac_get_soname_save_LIBS |
| 18413 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18414 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5 |
| 18415 | echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18416 | if test "${ac_cv_lib_soname_cups+set}" = set; then |
| 18417 | |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18418 | cat >>confdefs.h <<_ACEOF |
| 18419 | #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups" |
| 18420 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18421 | |
Marcus Meissner | f061f76 | 2002-11-12 02:22:24 +0000 | [diff] [blame] | 18422 | fi |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18423 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18424 | { echo "$as_me:$LINENO: checking for -ljack soname" >&5 |
| 18425 | echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6; } |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18426 | if test "${ac_cv_lib_soname_jack+set}" = set; then |
| 18427 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18428 | else |
| 18429 | ac_get_soname_save_LIBS=$LIBS |
| 18430 | LIBS="-ljack $LIBS" |
| 18431 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 18432 | /* confdefs.h. */ |
| 18433 | _ACEOF |
| 18434 | cat confdefs.h >>conftest.$ac_ext |
| 18435 | cat >>conftest.$ac_ext <<_ACEOF |
| 18436 | /* end confdefs.h. */ |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18437 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18438 | /* Override any GCC internal prototype to avoid an error. |
| 18439 | Use char because int might match the return type of a GCC |
| 18440 | builtin and then its argument prototype would still apply. */ |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18441 | #ifdef __cplusplus |
| 18442 | extern "C" |
| 18443 | #endif |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18444 | char jack_client_new (); |
| 18445 | int |
| 18446 | main () |
| 18447 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18448 | return jack_client_new (); |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18449 | ; |
| 18450 | return 0; |
| 18451 | } |
| 18452 | _ACEOF |
| 18453 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18454 | if { (ac_try="$ac_link" |
| 18455 | case "(($ac_try" in |
| 18456 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18457 | *) ac_try_echo=$ac_try;; |
| 18458 | esac |
| 18459 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18460 | (eval "$ac_link") 2>conftest.er1 |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18461 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18462 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18463 | rm -f conftest.er1 |
| 18464 | cat conftest.err >&5 |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18465 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18466 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18467 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18468 | { (case "(($ac_try" in |
| 18469 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18470 | *) ac_try_echo=$ac_try;; |
| 18471 | esac |
| 18472 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18473 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18474 | ac_status=$? |
| 18475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18476 | (exit $ac_status); }; } && |
| 18477 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18478 | { (case "(($ac_try" in |
| 18479 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18480 | *) ac_try_echo=$ac_try;; |
| 18481 | esac |
| 18482 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18483 | (eval "$ac_try") 2>&5 |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18484 | ac_status=$? |
| 18485 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18486 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18487 | ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.$LIBEXT | sed -e "s/^.*\(libjack\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18488 | if test "x$ac_cv_lib_soname_jack" = "x" |
| 18489 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18490 | ac_cv_lib_soname_jack="libjack.$LIBEXT" |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18491 | fi |
| 18492 | else |
| 18493 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 18494 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18495 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18496 | ac_cv_lib_soname_jack="libjack.$LIBEXT" |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18497 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18498 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18499 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18500 | conftest$ac_exeext conftest.$ac_ext |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18501 | LIBS=$ac_get_soname_save_LIBS |
| 18502 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18503 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5 |
| 18504 | echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18505 | if test "${ac_cv_lib_soname_jack+set}" = set; then |
| 18506 | |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18507 | cat >>confdefs.h <<_ACEOF |
| 18508 | #define SONAME_LIBJACK "$ac_cv_lib_soname_jack" |
| 18509 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18510 | |
Chris Morgan | 4691b18 | 2002-12-13 02:26:18 +0000 | [diff] [blame] | 18511 | fi |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18512 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18513 | { echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5 |
| 18514 | echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6; } |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18515 | if test "${ac_cv_lib_soname_fontconfig+set}" = set; then |
| 18516 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18517 | else |
| 18518 | ac_get_soname_save_LIBS=$LIBS |
| 18519 | LIBS="-lfontconfig $LIBS" |
| 18520 | cat >conftest.$ac_ext <<_ACEOF |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18521 | /* confdefs.h. */ |
| 18522 | _ACEOF |
| 18523 | cat confdefs.h >>conftest.$ac_ext |
| 18524 | cat >>conftest.$ac_ext <<_ACEOF |
| 18525 | /* end confdefs.h. */ |
| 18526 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18527 | /* Override any GCC internal prototype to avoid an error. |
| 18528 | Use char because int might match the return type of a GCC |
| 18529 | builtin and then its argument prototype would still apply. */ |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18530 | #ifdef __cplusplus |
| 18531 | extern "C" |
| 18532 | #endif |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18533 | char FcInit (); |
| 18534 | int |
| 18535 | main () |
| 18536 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18537 | return FcInit (); |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18538 | ; |
| 18539 | return 0; |
| 18540 | } |
| 18541 | _ACEOF |
| 18542 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18543 | if { (ac_try="$ac_link" |
| 18544 | case "(($ac_try" in |
| 18545 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18546 | *) ac_try_echo=$ac_try;; |
| 18547 | esac |
| 18548 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18549 | (eval "$ac_link") 2>conftest.er1 |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18550 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18551 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18552 | rm -f conftest.er1 |
| 18553 | cat conftest.err >&5 |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18554 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18555 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18556 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18557 | { (case "(($ac_try" in |
| 18558 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18559 | *) ac_try_echo=$ac_try;; |
| 18560 | esac |
| 18561 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18562 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18563 | ac_status=$? |
| 18564 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18565 | (exit $ac_status); }; } && |
| 18566 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18567 | { (case "(($ac_try" in |
| 18568 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18569 | *) ac_try_echo=$ac_try;; |
| 18570 | esac |
| 18571 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18572 | (eval "$ac_try") 2>&5 |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18573 | ac_status=$? |
| 18574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18575 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18576 | ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep libfontconfig\\.$LIBEXT | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18577 | if test "x$ac_cv_lib_soname_fontconfig" = "x" |
| 18578 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18579 | ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT" |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18580 | fi |
| 18581 | else |
| 18582 | echo "$as_me: failed program was:" >&5 |
| 18583 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18584 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18585 | ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT" |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18586 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18587 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18588 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18589 | conftest$ac_exeext conftest.$ac_ext |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18590 | LIBS=$ac_get_soname_save_LIBS |
| 18591 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18592 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5 |
| 18593 | echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18594 | if test "${ac_cv_lib_soname_fontconfig+set}" = set; then |
| 18595 | |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18596 | cat >>confdefs.h <<_ACEOF |
| 18597 | #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig" |
| 18598 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18599 | |
Alexandre Julliard | 7999469 | 2003-11-13 20:58:55 +0000 | [diff] [blame] | 18600 | fi |
Huw Davies | 6e12807 | 2003-11-09 00:30:13 +0000 | [diff] [blame] | 18601 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18602 | { echo "$as_me:$LINENO: checking for -lssl soname" >&5 |
| 18603 | echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6; } |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18604 | if test "${ac_cv_lib_soname_ssl+set}" = set; then |
| 18605 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18606 | else |
| 18607 | ac_get_soname_save_LIBS=$LIBS |
| 18608 | LIBS="-lssl $LIBS" |
| 18609 | cat >conftest.$ac_ext <<_ACEOF |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18610 | /* confdefs.h. */ |
| 18611 | _ACEOF |
| 18612 | cat confdefs.h >>conftest.$ac_ext |
| 18613 | cat >>conftest.$ac_ext <<_ACEOF |
| 18614 | /* end confdefs.h. */ |
| 18615 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18616 | /* Override any GCC internal prototype to avoid an error. |
| 18617 | Use char because int might match the return type of a GCC |
| 18618 | builtin and then its argument prototype would still apply. */ |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18619 | #ifdef __cplusplus |
| 18620 | extern "C" |
| 18621 | #endif |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18622 | char SSL_library_init (); |
| 18623 | int |
| 18624 | main () |
| 18625 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18626 | return SSL_library_init (); |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18627 | ; |
| 18628 | return 0; |
| 18629 | } |
| 18630 | _ACEOF |
| 18631 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18632 | if { (ac_try="$ac_link" |
| 18633 | case "(($ac_try" in |
| 18634 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18635 | *) ac_try_echo=$ac_try;; |
| 18636 | esac |
| 18637 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18638 | (eval "$ac_link") 2>conftest.er1 |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18639 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18640 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18641 | rm -f conftest.er1 |
| 18642 | cat conftest.err >&5 |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18643 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18644 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18645 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18646 | { (case "(($ac_try" in |
| 18647 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18648 | *) ac_try_echo=$ac_try;; |
| 18649 | esac |
| 18650 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18651 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18652 | ac_status=$? |
| 18653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18654 | (exit $ac_status); }; } && |
| 18655 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18656 | { (case "(($ac_try" in |
| 18657 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18658 | *) ac_try_echo=$ac_try;; |
| 18659 | esac |
| 18660 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18661 | (eval "$ac_try") 2>&5 |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18662 | ac_status=$? |
| 18663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18664 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18665 | ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.$LIBEXT | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18666 | if test "x$ac_cv_lib_soname_ssl" = "x" |
| 18667 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18668 | ac_cv_lib_soname_ssl="libssl.$LIBEXT" |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18669 | fi |
| 18670 | else |
| 18671 | echo "$as_me: failed program was:" >&5 |
| 18672 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18673 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18674 | ac_cv_lib_soname_ssl="libssl.$LIBEXT" |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18675 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18676 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18677 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18678 | conftest$ac_exeext conftest.$ac_ext |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18679 | LIBS=$ac_get_soname_save_LIBS |
| 18680 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18681 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5 |
| 18682 | echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18683 | if test "${ac_cv_lib_soname_ssl+set}" = set; then |
| 18684 | |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18685 | cat >>confdefs.h <<_ACEOF |
| 18686 | #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl" |
| 18687 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18688 | |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18689 | fi |
| 18690 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18691 | { echo "$as_me:$LINENO: checking for -lcrypto soname" >&5 |
| 18692 | echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6; } |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18693 | if test "${ac_cv_lib_soname_crypto+set}" = set; then |
| 18694 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18695 | else |
| 18696 | ac_get_soname_save_LIBS=$LIBS |
| 18697 | LIBS="-lcrypto $LIBS" |
| 18698 | cat >conftest.$ac_ext <<_ACEOF |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18699 | /* confdefs.h. */ |
| 18700 | _ACEOF |
| 18701 | cat confdefs.h >>conftest.$ac_ext |
| 18702 | cat >>conftest.$ac_ext <<_ACEOF |
| 18703 | /* end confdefs.h. */ |
| 18704 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18705 | /* Override any GCC internal prototype to avoid an error. |
| 18706 | Use char because int might match the return type of a GCC |
| 18707 | builtin and then its argument prototype would still apply. */ |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18708 | #ifdef __cplusplus |
| 18709 | extern "C" |
| 18710 | #endif |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18711 | char BIO_new_socket (); |
| 18712 | int |
| 18713 | main () |
| 18714 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18715 | return BIO_new_socket (); |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18716 | ; |
| 18717 | return 0; |
| 18718 | } |
| 18719 | _ACEOF |
| 18720 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18721 | if { (ac_try="$ac_link" |
| 18722 | case "(($ac_try" in |
| 18723 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18724 | *) ac_try_echo=$ac_try;; |
| 18725 | esac |
| 18726 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18727 | (eval "$ac_link") 2>conftest.er1 |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18728 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18729 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18730 | rm -f conftest.er1 |
| 18731 | cat conftest.err >&5 |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18732 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18733 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18734 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18735 | { (case "(($ac_try" in |
| 18736 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18737 | *) ac_try_echo=$ac_try;; |
| 18738 | esac |
| 18739 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18740 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18741 | ac_status=$? |
| 18742 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18743 | (exit $ac_status); }; } && |
| 18744 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18745 | { (case "(($ac_try" in |
| 18746 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18747 | *) ac_try_echo=$ac_try;; |
| 18748 | esac |
| 18749 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18750 | (eval "$ac_try") 2>&5 |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18751 | ac_status=$? |
| 18752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18753 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18754 | ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep libcrypto\\.$LIBEXT | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18755 | if test "x$ac_cv_lib_soname_crypto" = "x" |
| 18756 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18757 | ac_cv_lib_soname_crypto="libcrypto.$LIBEXT" |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18758 | fi |
| 18759 | else |
| 18760 | echo "$as_me: failed program was:" >&5 |
| 18761 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18762 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18763 | ac_cv_lib_soname_crypto="libcrypto.$LIBEXT" |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18764 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18765 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18766 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18767 | conftest$ac_exeext conftest.$ac_ext |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18768 | LIBS=$ac_get_soname_save_LIBS |
| 18769 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18770 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5 |
| 18771 | echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18772 | if test "${ac_cv_lib_soname_crypto+set}" = set; then |
| 18773 | |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18774 | cat >>confdefs.h <<_ACEOF |
| 18775 | #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto" |
| 18776 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18777 | |
David Hammerton | 852c7ae | 2003-06-20 23:26:56 +0000 | [diff] [blame] | 18778 | fi |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18779 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18780 | { echo "$as_me:$LINENO: checking for -lncurses soname" >&5 |
| 18781 | echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6; } |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18782 | if test "${ac_cv_lib_soname_ncurses+set}" = set; then |
| 18783 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18784 | else |
| 18785 | ac_get_soname_save_LIBS=$LIBS |
| 18786 | LIBS="-lncurses $LIBS" |
| 18787 | cat >conftest.$ac_ext <<_ACEOF |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18788 | /* confdefs.h. */ |
| 18789 | _ACEOF |
| 18790 | cat confdefs.h >>conftest.$ac_ext |
| 18791 | cat >>conftest.$ac_ext <<_ACEOF |
| 18792 | /* end confdefs.h. */ |
| 18793 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18794 | /* Override any GCC internal prototype to avoid an error. |
| 18795 | Use char because int might match the return type of a GCC |
| 18796 | builtin and then its argument prototype would still apply. */ |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18797 | #ifdef __cplusplus |
| 18798 | extern "C" |
| 18799 | #endif |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18800 | char waddch (); |
| 18801 | int |
| 18802 | main () |
| 18803 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18804 | return waddch (); |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18805 | ; |
| 18806 | return 0; |
| 18807 | } |
| 18808 | _ACEOF |
| 18809 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18810 | if { (ac_try="$ac_link" |
| 18811 | case "(($ac_try" in |
| 18812 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18813 | *) ac_try_echo=$ac_try;; |
| 18814 | esac |
| 18815 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18816 | (eval "$ac_link") 2>conftest.er1 |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18817 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18818 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18819 | rm -f conftest.er1 |
| 18820 | cat conftest.err >&5 |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18822 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18823 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18824 | { (case "(($ac_try" in |
| 18825 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18826 | *) ac_try_echo=$ac_try;; |
| 18827 | esac |
| 18828 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18829 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18830 | ac_status=$? |
| 18831 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18832 | (exit $ac_status); }; } && |
| 18833 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18834 | { (case "(($ac_try" in |
| 18835 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18836 | *) ac_try_echo=$ac_try;; |
| 18837 | esac |
| 18838 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18839 | (eval "$ac_try") 2>&5 |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18840 | ac_status=$? |
| 18841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18842 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18843 | ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.$LIBEXT | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18844 | if test "x$ac_cv_lib_soname_ncurses" = "x" |
| 18845 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18846 | ac_cv_lib_soname_ncurses="libncurses.$LIBEXT" |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18847 | fi |
| 18848 | else |
| 18849 | echo "$as_me: failed program was:" >&5 |
| 18850 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18851 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18852 | ac_cv_lib_soname_ncurses="libncurses.$LIBEXT" |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18853 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18854 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18855 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18856 | conftest$ac_exeext conftest.$ac_ext |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18857 | LIBS=$ac_get_soname_save_LIBS |
| 18858 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18859 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5 |
| 18860 | echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18861 | if test "${ac_cv_lib_soname_ncurses+set}" = set; then |
| 18862 | |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18863 | cat >>confdefs.h <<_ACEOF |
| 18864 | #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses" |
| 18865 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18866 | |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18867 | fi |
| 18868 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18869 | { echo "$as_me:$LINENO: checking for -lcurses soname" >&5 |
| 18870 | echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6; } |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18871 | if test "${ac_cv_lib_soname_curses+set}" = set; then |
| 18872 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18873 | else |
| 18874 | ac_get_soname_save_LIBS=$LIBS |
| 18875 | LIBS="-lcurses $LIBS" |
| 18876 | cat >conftest.$ac_ext <<_ACEOF |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18877 | /* confdefs.h. */ |
| 18878 | _ACEOF |
| 18879 | cat confdefs.h >>conftest.$ac_ext |
| 18880 | cat >>conftest.$ac_ext <<_ACEOF |
| 18881 | /* end confdefs.h. */ |
| 18882 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18883 | /* Override any GCC internal prototype to avoid an error. |
| 18884 | Use char because int might match the return type of a GCC |
| 18885 | builtin and then its argument prototype would still apply. */ |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18886 | #ifdef __cplusplus |
| 18887 | extern "C" |
| 18888 | #endif |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18889 | char waddch (); |
| 18890 | int |
| 18891 | main () |
| 18892 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18893 | return waddch (); |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18894 | ; |
| 18895 | return 0; |
| 18896 | } |
| 18897 | _ACEOF |
| 18898 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18899 | if { (ac_try="$ac_link" |
| 18900 | case "(($ac_try" in |
| 18901 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18902 | *) ac_try_echo=$ac_try;; |
| 18903 | esac |
| 18904 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18905 | (eval "$ac_link") 2>conftest.er1 |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18906 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18907 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18908 | rm -f conftest.er1 |
| 18909 | cat conftest.err >&5 |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18911 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18912 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 18913 | { (case "(($ac_try" in |
| 18914 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18915 | *) ac_try_echo=$ac_try;; |
| 18916 | esac |
| 18917 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18918 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18919 | ac_status=$? |
| 18920 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18921 | (exit $ac_status); }; } && |
| 18922 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18923 | { (case "(($ac_try" in |
| 18924 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18925 | *) ac_try_echo=$ac_try;; |
| 18926 | esac |
| 18927 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18928 | (eval "$ac_try") 2>&5 |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18929 | ac_status=$? |
| 18930 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18931 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 18932 | ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep libcurses\\.$LIBEXT | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18933 | if test "x$ac_cv_lib_soname_curses" = "x" |
| 18934 | then |
Pierre d'Herbemont | 197b5e3 | 2004-06-14 19:34:42 +0000 | [diff] [blame] | 18935 | ac_cv_lib_soname_curses="libcurses.$LIBEXT" |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18936 | fi |
| 18937 | else |
| 18938 | echo "$as_me: failed program was:" >&5 |
| 18939 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18940 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18941 | ac_cv_lib_soname_curses="libcurses.$LIBEXT" |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18942 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18943 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18944 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 18945 | conftest$ac_exeext conftest.$ac_ext |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18946 | LIBS=$ac_get_soname_save_LIBS |
| 18947 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18948 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5 |
| 18949 | echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18950 | if test "${ac_cv_lib_soname_curses+set}" = set; then |
| 18951 | |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18952 | cat >>confdefs.h <<_ACEOF |
| 18953 | #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses" |
| 18954 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 18955 | |
Mike McCormack | 9557d1b | 2003-08-20 04:19:01 +0000 | [diff] [blame] | 18956 | fi |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 18957 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18958 | { echo "$as_me:$LINENO: checking for -ljpeg soname" >&5 |
| 18959 | echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6; } |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 18960 | if test "${ac_cv_lib_soname_jpeg+set}" = set; then |
| 18961 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18962 | else |
| 18963 | ac_get_soname_save_LIBS=$LIBS |
| 18964 | LIBS="-ljpeg $LIBS" |
| 18965 | cat >conftest.$ac_ext <<_ACEOF |
| 18966 | /* confdefs.h. */ |
| 18967 | _ACEOF |
| 18968 | cat confdefs.h >>conftest.$ac_ext |
| 18969 | cat >>conftest.$ac_ext <<_ACEOF |
| 18970 | /* end confdefs.h. */ |
| 18971 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18972 | /* Override any GCC internal prototype to avoid an error. |
| 18973 | Use char because int might match the return type of a GCC |
| 18974 | builtin and then its argument prototype would still apply. */ |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 18975 | #ifdef __cplusplus |
| 18976 | extern "C" |
| 18977 | #endif |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 18978 | char jpeg_start_decompress (); |
| 18979 | int |
| 18980 | main () |
| 18981 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 18982 | return jpeg_start_decompress (); |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 18983 | ; |
| 18984 | return 0; |
| 18985 | } |
| 18986 | _ACEOF |
| 18987 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 18988 | if { (ac_try="$ac_link" |
| 18989 | case "(($ac_try" in |
| 18990 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 18991 | *) ac_try_echo=$ac_try;; |
| 18992 | esac |
| 18993 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 18994 | (eval "$ac_link") 2>conftest.er1 |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 18995 | ac_status=$? |
| 18996 | grep -v '^ *+' conftest.er1 >conftest.err |
| 18997 | rm -f conftest.er1 |
| 18998 | cat conftest.err >&5 |
| 18999 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19000 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19001 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19002 | { (case "(($ac_try" in |
| 19003 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19004 | *) ac_try_echo=$ac_try;; |
| 19005 | esac |
| 19006 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19007 | (eval "$ac_try") 2>&5 |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19008 | ac_status=$? |
| 19009 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19010 | (exit $ac_status); }; } && |
| 19011 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19012 | { (case "(($ac_try" in |
| 19013 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19014 | *) ac_try_echo=$ac_try;; |
| 19015 | esac |
| 19016 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19017 | (eval "$ac_try") 2>&5 |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19018 | ac_status=$? |
| 19019 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19020 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 19021 | ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.$LIBEXT | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19022 | if test "x$ac_cv_lib_soname_jpeg" = "x" |
| 19023 | then |
| 19024 | ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT" |
| 19025 | fi |
| 19026 | else |
| 19027 | echo "$as_me: failed program was:" >&5 |
| 19028 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19029 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19030 | ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT" |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19031 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19032 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19033 | rm -f core conftest.err conftest.$ac_objext \ |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19034 | conftest$ac_exeext conftest.$ac_ext |
| 19035 | LIBS=$ac_get_soname_save_LIBS |
| 19036 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19037 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5 |
| 19038 | echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19039 | if test "${ac_cv_lib_soname_jpeg+set}" = set; then |
| 19040 | |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19041 | cat >>confdefs.h <<_ACEOF |
| 19042 | #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg" |
| 19043 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19044 | |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19045 | fi |
| 19046 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19047 | { echo "$as_me:$LINENO: checking for -lungif soname" >&5 |
| 19048 | echo $ECHO_N "checking for -lungif soname... $ECHO_C" >&6; } |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19049 | if test "${ac_cv_lib_soname_ungif+set}" = set; then |
| 19050 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19051 | else |
| 19052 | ac_get_soname_save_LIBS=$LIBS |
| 19053 | LIBS="-lungif $LIBS" |
| 19054 | cat >conftest.$ac_ext <<_ACEOF |
| 19055 | /* confdefs.h. */ |
| 19056 | _ACEOF |
| 19057 | cat confdefs.h >>conftest.$ac_ext |
| 19058 | cat >>conftest.$ac_ext <<_ACEOF |
| 19059 | /* end confdefs.h. */ |
| 19060 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19061 | /* Override any GCC internal prototype to avoid an error. |
| 19062 | Use char because int might match the return type of a GCC |
| 19063 | builtin and then its argument prototype would still apply. */ |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19064 | #ifdef __cplusplus |
| 19065 | extern "C" |
| 19066 | #endif |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19067 | char DGifOpen (); |
| 19068 | int |
| 19069 | main () |
| 19070 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19071 | return DGifOpen (); |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19072 | ; |
| 19073 | return 0; |
| 19074 | } |
| 19075 | _ACEOF |
| 19076 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19077 | if { (ac_try="$ac_link" |
| 19078 | case "(($ac_try" in |
| 19079 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19080 | *) ac_try_echo=$ac_try;; |
| 19081 | esac |
| 19082 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19083 | (eval "$ac_link") 2>conftest.er1 |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19084 | ac_status=$? |
| 19085 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19086 | rm -f conftest.er1 |
| 19087 | cat conftest.err >&5 |
| 19088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19089 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19090 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19091 | { (case "(($ac_try" in |
| 19092 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19093 | *) ac_try_echo=$ac_try;; |
| 19094 | esac |
| 19095 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19096 | (eval "$ac_try") 2>&5 |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19097 | ac_status=$? |
| 19098 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19099 | (exit $ac_status); }; } && |
| 19100 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19101 | { (case "(($ac_try" in |
| 19102 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19103 | *) ac_try_echo=$ac_try;; |
| 19104 | esac |
| 19105 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19106 | (eval "$ac_try") 2>&5 |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19107 | ac_status=$? |
| 19108 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19109 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 19110 | ac_cv_lib_soname_ungif=`$ac_cv_path_LDD conftest$ac_exeext | grep libungif\\.$LIBEXT | sed -e "s/^.*\(libungif\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19111 | if test "x$ac_cv_lib_soname_ungif" = "x" |
| 19112 | then |
| 19113 | ac_cv_lib_soname_ungif="libungif.$LIBEXT" |
| 19114 | fi |
| 19115 | else |
| 19116 | echo "$as_me: failed program was:" >&5 |
| 19117 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19118 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19119 | ac_cv_lib_soname_ungif="libungif.$LIBEXT" |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19120 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19121 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19122 | rm -f core conftest.err conftest.$ac_objext \ |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19123 | conftest$ac_exeext conftest.$ac_ext |
| 19124 | LIBS=$ac_get_soname_save_LIBS |
| 19125 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19126 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ungif" >&5 |
| 19127 | echo "${ECHO_T}$ac_cv_lib_soname_ungif" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19128 | if test "${ac_cv_lib_soname_ungif+set}" = set; then |
| 19129 | |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19130 | cat >>confdefs.h <<_ACEOF |
| 19131 | #define SONAME_LIBUNGIF "$ac_cv_lib_soname_ungif" |
| 19132 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19133 | |
Huw Davies | e82dfab | 2004-08-04 19:10:26 +0000 | [diff] [blame] | 19134 | fi |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19135 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19136 | { echo "$as_me:$LINENO: checking for -lgif soname" >&5 |
| 19137 | echo $ECHO_N "checking for -lgif soname... $ECHO_C" >&6; } |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19138 | if test "${ac_cv_lib_soname_gif+set}" = set; then |
| 19139 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19140 | else |
| 19141 | ac_get_soname_save_LIBS=$LIBS |
| 19142 | LIBS="-lgif $LIBS" |
| 19143 | cat >conftest.$ac_ext <<_ACEOF |
| 19144 | /* confdefs.h. */ |
| 19145 | _ACEOF |
| 19146 | cat confdefs.h >>conftest.$ac_ext |
| 19147 | cat >>conftest.$ac_ext <<_ACEOF |
| 19148 | /* end confdefs.h. */ |
| 19149 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19150 | /* Override any GCC internal prototype to avoid an error. |
| 19151 | Use char because int might match the return type of a GCC |
| 19152 | builtin and then its argument prototype would still apply. */ |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19153 | #ifdef __cplusplus |
| 19154 | extern "C" |
| 19155 | #endif |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19156 | char DGifOpen (); |
| 19157 | int |
| 19158 | main () |
| 19159 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19160 | return DGifOpen (); |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19161 | ; |
| 19162 | return 0; |
| 19163 | } |
| 19164 | _ACEOF |
| 19165 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19166 | if { (ac_try="$ac_link" |
| 19167 | case "(($ac_try" in |
| 19168 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19169 | *) ac_try_echo=$ac_try;; |
| 19170 | esac |
| 19171 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19172 | (eval "$ac_link") 2>conftest.er1 |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19173 | ac_status=$? |
| 19174 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19175 | rm -f conftest.er1 |
| 19176 | cat conftest.err >&5 |
| 19177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19178 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19179 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19180 | { (case "(($ac_try" in |
| 19181 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19182 | *) ac_try_echo=$ac_try;; |
| 19183 | esac |
| 19184 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19185 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19186 | ac_status=$? |
| 19187 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19188 | (exit $ac_status); }; } && |
| 19189 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19190 | { (case "(($ac_try" in |
| 19191 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19192 | *) ac_try_echo=$ac_try;; |
| 19193 | esac |
| 19194 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19195 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19196 | ac_status=$? |
| 19197 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19198 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 19199 | ac_cv_lib_soname_gif=`$ac_cv_path_LDD conftest$ac_exeext | grep libgif\\.$LIBEXT | sed -e "s/^.*\(libgif\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19200 | if test "x$ac_cv_lib_soname_gif" = "x" |
| 19201 | then |
| 19202 | ac_cv_lib_soname_gif="libgif.$LIBEXT" |
| 19203 | fi |
| 19204 | else |
| 19205 | echo "$as_me: failed program was:" >&5 |
| 19206 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19207 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19208 | ac_cv_lib_soname_gif="libgif.$LIBEXT" |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19209 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19210 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19211 | rm -f core conftest.err conftest.$ac_objext \ |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19212 | conftest$ac_exeext conftest.$ac_ext |
| 19213 | LIBS=$ac_get_soname_save_LIBS |
| 19214 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19215 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gif" >&5 |
| 19216 | echo "${ECHO_T}$ac_cv_lib_soname_gif" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19217 | if test "${ac_cv_lib_soname_gif+set}" = set; then |
| 19218 | |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19219 | cat >>confdefs.h <<_ACEOF |
| 19220 | #define SONAME_LIBGIF "$ac_cv_lib_soname_gif" |
| 19221 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19222 | |
Marcus Meissner | 00cf13a | 2004-09-14 19:27:58 +0000 | [diff] [blame] | 19223 | fi |
Hans Leidekker | 081b250 | 2004-10-07 19:12:41 +0000 | [diff] [blame] | 19224 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19225 | { echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5 |
| 19226 | echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6; } |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19227 | if test "${ac_cv_lib_soname_capi20+set}" = set; then |
| 19228 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19229 | else |
| 19230 | ac_get_soname_save_LIBS=$LIBS |
| 19231 | LIBS="-lcapi20 $LIBS" |
| 19232 | cat >conftest.$ac_ext <<_ACEOF |
| 19233 | /* confdefs.h. */ |
| 19234 | _ACEOF |
| 19235 | cat confdefs.h >>conftest.$ac_ext |
| 19236 | cat >>conftest.$ac_ext <<_ACEOF |
| 19237 | /* end confdefs.h. */ |
| 19238 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19239 | /* Override any GCC internal prototype to avoid an error. |
| 19240 | Use char because int might match the return type of a GCC |
| 19241 | builtin and then its argument prototype would still apply. */ |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19242 | #ifdef __cplusplus |
| 19243 | extern "C" |
| 19244 | #endif |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19245 | char capi20_isinstalled (); |
| 19246 | int |
| 19247 | main () |
| 19248 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19249 | return capi20_isinstalled (); |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19250 | ; |
| 19251 | return 0; |
| 19252 | } |
| 19253 | _ACEOF |
| 19254 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19255 | if { (ac_try="$ac_link" |
| 19256 | case "(($ac_try" in |
| 19257 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19258 | *) ac_try_echo=$ac_try;; |
| 19259 | esac |
| 19260 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19261 | (eval "$ac_link") 2>conftest.er1 |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19262 | ac_status=$? |
| 19263 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19264 | rm -f conftest.er1 |
| 19265 | cat conftest.err >&5 |
| 19266 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19267 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19268 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19269 | { (case "(($ac_try" in |
| 19270 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19271 | *) ac_try_echo=$ac_try;; |
| 19272 | esac |
| 19273 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19274 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19275 | ac_status=$? |
| 19276 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19277 | (exit $ac_status); }; } && |
| 19278 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19279 | { (case "(($ac_try" in |
| 19280 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19281 | *) ac_try_echo=$ac_try;; |
| 19282 | esac |
| 19283 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19284 | (eval "$ac_try") 2>&5 |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19285 | ac_status=$? |
| 19286 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19287 | (exit $ac_status); }; }; then |
Marcus Meissner | 049b594 | 2005-10-27 10:22:13 +0000 | [diff] [blame] | 19288 | ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep libcapi20\\.$LIBEXT | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19289 | if test "x$ac_cv_lib_soname_capi20" = "x" |
| 19290 | then |
| 19291 | ac_cv_lib_soname_capi20="libcapi20.$LIBEXT" |
| 19292 | fi |
| 19293 | else |
| 19294 | echo "$as_me: failed program was:" >&5 |
| 19295 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19296 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19297 | ac_cv_lib_soname_capi20="libcapi20.$LIBEXT" |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19298 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19299 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19300 | rm -f core conftest.err conftest.$ac_objext \ |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19301 | conftest$ac_exeext conftest.$ac_ext |
| 19302 | LIBS=$ac_get_soname_save_LIBS |
| 19303 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19304 | { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5 |
| 19305 | echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; } |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19306 | if test "${ac_cv_lib_soname_capi20+set}" = set; then |
| 19307 | |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19308 | cat >>confdefs.h <<_ACEOF |
| 19309 | #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20" |
| 19310 | _ACEOF |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19311 | |
Marcus Meissner | 67d3afb | 2005-01-07 15:33:02 +0000 | [diff] [blame] | 19312 | fi |
Alexandre Julliard | 30de3e8 | 2006-03-10 21:24:05 +0100 | [diff] [blame] | 19313 | |
Alexandre Julliard | 67e8dc6 | 2002-05-20 18:29:58 +0000 | [diff] [blame] | 19314 | fi |
| 19315 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19316 | |
Alexandre Julliard | fa3a536 | 2002-05-09 01:49:54 +0000 | [diff] [blame] | 19317 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19318 | |
| 19319 | |
| 19320 | |
| 19321 | |
| 19322 | |
| 19323 | |
| 19324 | |
| 19325 | |
| 19326 | |
| 19327 | |
| 19328 | |
| 19329 | |
| 19330 | |
| 19331 | |
| 19332 | |
| 19333 | |
| 19334 | |
| 19335 | |
| 19336 | |
| 19337 | |
| 19338 | |
| 19339 | |
| 19340 | |
| 19341 | |
| 19342 | |
| 19343 | |
| 19344 | |
| 19345 | |
| 19346 | |
| 19347 | |
| 19348 | |
| 19349 | |
| 19350 | |
| 19351 | |
| 19352 | |
| 19353 | |
| 19354 | |
| 19355 | |
| 19356 | |
| 19357 | |
| 19358 | |
| 19359 | |
Steven Edwards | b9627c1 | 2002-05-05 21:03:44 +0000 | [diff] [blame] | 19360 | |
| 19361 | |
Steven Edwards | 0a8e15a | 2002-05-10 01:33:40 +0000 | [diff] [blame] | 19362 | |
| 19363 | |
Alexandre Julliard | 142dab8 | 2002-07-01 18:17:30 +0000 | [diff] [blame] | 19364 | |
Patrik Stridvall | 6caeb72 | 2002-11-25 21:12:26 +0000 | [diff] [blame] | 19365 | |
| 19366 | |
| 19367 | |
Pavel Roskin | 7add08a | 2003-09-24 18:54:40 +0000 | [diff] [blame] | 19368 | |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 19369 | |
Alexandre Julliard | e293074 | 2004-01-08 05:07:05 +0000 | [diff] [blame] | 19370 | |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 19371 | |
Alexandre Julliard | a1fe8b4 | 2004-03-27 01:48:52 +0000 | [diff] [blame] | 19372 | |
Alexandre Julliard | e77c9be | 2004-04-06 03:33:25 +0000 | [diff] [blame] | 19373 | |
| 19374 | |
Alexandre Julliard | 969f57c | 2004-09-23 04:48:24 +0000 | [diff] [blame] | 19375 | |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 19376 | |
Robert Lunnon | c0cb4d3 | 2005-05-07 14:53:38 +0000 | [diff] [blame] | 19377 | |
Marcus Meissner | 7a6fdea | 2005-11-17 12:58:35 +0000 | [diff] [blame] | 19378 | |
Alexandre Julliard | f9e5b0f | 2006-01-14 17:22:03 +0100 | [diff] [blame] | 19379 | |
Hans Leidekker | c0e6bb2 | 2006-02-20 14:16:38 +0100 | [diff] [blame] | 19380 | |
Alexandre Julliard | 9603ee0 | 2006-04-06 11:57:37 +0200 | [diff] [blame] | 19381 | |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19382 | for ac_func in \ |
| 19383 | _lwp_create \ |
Alexandre Julliard | 6f7a204 | 2003-04-01 04:39:35 +0000 | [diff] [blame] | 19384 | _lwp_self \ |
Patrik Stridvall | 81ecb52 | 2002-03-11 05:08:14 +0000 | [diff] [blame] | 19385 | _pclose \ |
| 19386 | _popen \ |
Steven Edwards | 0a8e15a | 2002-05-10 01:33:40 +0000 | [diff] [blame] | 19387 | _snprintf \ |
Alexandre Julliard | c45bbad | 2003-04-01 00:12:02 +0000 | [diff] [blame] | 19388 | _spawnvp \ |
Patrik Stridvall | 81ecb52 | 2002-03-11 05:08:14 +0000 | [diff] [blame] | 19389 | _stricmp \ |
| 19390 | _strnicmp \ |
Steven Edwards | be514b9 | 2003-01-14 19:35:03 +0000 | [diff] [blame] | 19391 | _vsnprintf \ |
Alexandre Julliard | f9e5b0f | 2006-01-14 17:22:03 +0100 | [diff] [blame] | 19392 | asctime_r \ |
Steven Edwards | b9627c1 | 2002-05-05 21:03:44 +0000 | [diff] [blame] | 19393 | chsize \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19394 | clone \ |
Alexandre Julliard | 969f57c | 2004-09-23 04:48:24 +0000 | [diff] [blame] | 19395 | epoll_create \ |
Hans Leidekker | c3de6ef | 2004-10-19 23:53:26 +0000 | [diff] [blame] | 19396 | ffs \ |
Jon Griffiths | d6deb6d | 2000-11-27 01:37:28 +0000 | [diff] [blame] | 19397 | finite \ |
Hans Leidekker | bed3842 | 2004-10-14 03:08:57 +0000 | [diff] [blame] | 19398 | fork \ |
Jon Griffiths | d6deb6d | 2000-11-27 01:37:28 +0000 | [diff] [blame] | 19399 | fpclass \ |
Alexandre Julliard | e77c9be | 2004-04-06 03:33:25 +0000 | [diff] [blame] | 19400 | fstatfs \ |
| 19401 | fstatvfs \ |
Steven Edwards | b9627c1 | 2002-05-05 21:03:44 +0000 | [diff] [blame] | 19402 | ftruncate \ |
Alexandre Julliard | a1fe8b4 | 2004-03-27 01:48:52 +0000 | [diff] [blame] | 19403 | futimes \ |
Robert Lunnon | c0cb4d3 | 2005-05-07 14:53:38 +0000 | [diff] [blame] | 19404 | futimesat \ |
Marcus Meissner | 7a6fdea | 2005-11-17 12:58:35 +0000 | [diff] [blame] | 19405 | getaddrinfo \ |
Hans Leidekker | c0e6bb2 | 2006-02-20 14:16:38 +0100 | [diff] [blame] | 19406 | getnameinfo \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19407 | getnetbyname \ |
Dimitrie O. Paun | 647c1a3 | 2002-12-10 19:16:24 +0000 | [diff] [blame] | 19408 | getopt_long \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19409 | getpagesize \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19410 | getprotobyname \ |
| 19411 | getprotobynumber \ |
Alexandre Julliard | 142dab8 | 2002-07-01 18:17:30 +0000 | [diff] [blame] | 19412 | getpwuid \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19413 | getservbyport \ |
Alexandre Julliard | b2d937d | 2003-11-12 03:16:00 +0000 | [diff] [blame] | 19414 | gettid \ |
Alexandre Julliard | 8d7b8e5 | 2003-03-23 20:11:45 +0000 | [diff] [blame] | 19415 | gettimeofday \ |
Steven Edwards | e7c3ab1 | 2004-10-04 20:45:49 +0000 | [diff] [blame] | 19416 | getuid \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19417 | inet_network \ |
Alexandre Julliard | 27bb311 | 2000-11-29 17:48:06 +0000 | [diff] [blame] | 19418 | lstat \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19419 | memmove \ |
Hidenori Takeshima | a85b0a6 | 2000-11-25 23:54:12 +0000 | [diff] [blame] | 19420 | mmap \ |
Patrik Stridvall | 81ecb52 | 2002-03-11 05:08:14 +0000 | [diff] [blame] | 19421 | pclose \ |
Patrik Stridvall | 81ecb52 | 2002-03-11 05:08:14 +0000 | [diff] [blame] | 19422 | popen \ |
Alexandre Julliard | 9603ee0 | 2006-04-06 11:57:37 +0200 | [diff] [blame] | 19423 | prctl \ |
Steven Edwards | b9627c1 | 2002-05-05 21:03:44 +0000 | [diff] [blame] | 19424 | pread \ |
Alexandre Julliard | f1a0de9 | 2002-01-07 21:00:27 +0000 | [diff] [blame] | 19425 | pwrite \ |
Alexandre Julliard | e293074 | 2004-01-08 05:07:05 +0000 | [diff] [blame] | 19426 | readlink \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19427 | rfork \ |
Jeremy White | 08c0f69 | 2004-10-09 02:26:29 +0000 | [diff] [blame] | 19428 | sched_yield \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19429 | select \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19430 | sendmsg \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19431 | settimeofday \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19432 | sigaltstack \ |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 19433 | sigprocmask \ |
Steven Edwards | 0a8e15a | 2002-05-10 01:33:40 +0000 | [diff] [blame] | 19434 | snprintf \ |
Pavel Roskin | 7add08a | 2003-09-24 18:54:40 +0000 | [diff] [blame] | 19435 | spawnvp \ |
Patrik Stridvall | b901021 | 1999-11-13 22:23:35 +0000 | [diff] [blame] | 19436 | statfs \ |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 19437 | statvfs \ |
Alexandre Julliard | 3b96efc | 1999-09-04 14:36:02 +0000 | [diff] [blame] | 19438 | strcasecmp \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19439 | strerror \ |
Alexandre Julliard | 3b96efc | 1999-09-04 14:36:02 +0000 | [diff] [blame] | 19440 | strncasecmp \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19441 | tcgetattr \ |
| 19442 | timegm \ |
| 19443 | usleep \ |
Steven Edwards | be514b9 | 2003-01-14 19:35:03 +0000 | [diff] [blame] | 19444 | vsnprintf \ |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19445 | wait4 \ |
| 19446 | waitpid \ |
| 19447 | |
| 19448 | do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19449 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19450 | { echo "$as_me:$LINENO: checking for $ac_func" >&5 |
| 19451 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } |
| 19452 | if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19453 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19454 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19455 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19456 | /* confdefs.h. */ |
| 19457 | _ACEOF |
| 19458 | cat confdefs.h >>conftest.$ac_ext |
| 19459 | cat >>conftest.$ac_ext <<_ACEOF |
| 19460 | /* end confdefs.h. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19461 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
| 19462 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 19463 | #define $ac_func innocuous_$ac_func |
| 19464 | |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19465 | /* System header to define __stub macros and hopefully few prototypes, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19466 | which can conflict with char $ac_func (); below. |
| 19467 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 19468 | <limits.h> exists even on freestanding compilers. */ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19469 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19470 | #ifdef __STDC__ |
| 19471 | # include <limits.h> |
| 19472 | #else |
| 19473 | # include <assert.h> |
| 19474 | #endif |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19475 | |
| 19476 | #undef $ac_func |
| 19477 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19478 | /* Override any GCC internal prototype to avoid an error. |
| 19479 | Use char because int might match the return type of a GCC |
| 19480 | builtin and then its argument prototype would still apply. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19481 | #ifdef __cplusplus |
| 19482 | extern "C" |
| 19483 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19484 | char $ac_func (); |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19485 | /* The GNU C library defines this for functions which it implements |
| 19486 | to always fail with ENOSYS. Some functions are actually named |
| 19487 | something starting with __ and the normal name is an alias. */ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19488 | #if defined __stub_$ac_func || defined __stub___$ac_func |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19489 | choke me |
Patrik Stridvall | 1bb9403 | 1999-05-08 15:47:44 +0000 | [diff] [blame] | 19490 | #endif |
| 19491 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19492 | int |
| 19493 | main () |
| 19494 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19495 | return $ac_func (); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19496 | ; |
| 19497 | return 0; |
| 19498 | } |
| 19499 | _ACEOF |
| 19500 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19501 | if { (ac_try="$ac_link" |
| 19502 | case "(($ac_try" in |
| 19503 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19504 | *) ac_try_echo=$ac_try;; |
| 19505 | esac |
| 19506 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19507 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19508 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19509 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19510 | rm -f conftest.er1 |
| 19511 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19513 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19514 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19515 | { (case "(($ac_try" in |
| 19516 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19517 | *) ac_try_echo=$ac_try;; |
| 19518 | esac |
| 19519 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19520 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19521 | ac_status=$? |
| 19522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19523 | (exit $ac_status); }; } && |
| 19524 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19525 | { (case "(($ac_try" in |
| 19526 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19527 | *) ac_try_echo=$ac_try;; |
| 19528 | esac |
| 19529 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19530 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19531 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19532 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19533 | (exit $ac_status); }; }; then |
| 19534 | eval "$as_ac_var=yes" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19535 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19536 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19537 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19538 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19539 | eval "$as_ac_var=no" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19540 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19541 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19542 | rm -f core conftest.err conftest.$ac_objext \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19543 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19544 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19545 | ac_res=`eval echo '${'$as_ac_var'}'` |
| 19546 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| 19547 | echo "${ECHO_T}$ac_res" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19548 | if test `eval echo '${'$as_ac_var'}'` = yes; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19549 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19550 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19551 | _ACEOF |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 19552 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19553 | fi |
| 19554 | done |
| 19555 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19556 | |
| 19557 | |
| 19558 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19559 | { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 |
| 19560 | echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19561 | if test "${ac_cv_c_const+set}" = set; then |
| 19562 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19563 | else |
| 19564 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19565 | /* confdefs.h. */ |
| 19566 | _ACEOF |
| 19567 | cat confdefs.h >>conftest.$ac_ext |
| 19568 | cat >>conftest.$ac_ext <<_ACEOF |
| 19569 | /* end confdefs.h. */ |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19570 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19571 | int |
| 19572 | main () |
| 19573 | { |
| 19574 | /* FIXME: Include the comments suggested by Paul. */ |
| 19575 | #ifndef __cplusplus |
| 19576 | /* Ultrix mips cc rejects this. */ |
| 19577 | typedef int charset[2]; |
| 19578 | const charset x; |
| 19579 | /* SunOS 4.1.1 cc rejects this. */ |
| 19580 | char const *const *ccp; |
| 19581 | char **p; |
| 19582 | /* NEC SVR4.0.2 mips cc rejects this. */ |
| 19583 | struct point {int x, y;}; |
| 19584 | static struct point const zero = {0,0}; |
| 19585 | /* AIX XL C 1.02.0.0 rejects this. |
| 19586 | It does not let you subtract one const X* pointer from another in |
| 19587 | an arm of an if-expression whose if-part is not a constant |
| 19588 | expression */ |
| 19589 | const char *g = "string"; |
| 19590 | ccp = &g + (g ? g-g : 0); |
| 19591 | /* HPUX 7.0 cc rejects these. */ |
| 19592 | ++ccp; |
| 19593 | p = (char**) ccp; |
| 19594 | ccp = (char const *const *) p; |
| 19595 | { /* SCO 3.2v4 cc rejects this. */ |
| 19596 | char *t; |
| 19597 | char const *s = 0 ? (char *) 0 : (char const *) 0; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19598 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19599 | *t++ = 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19600 | if (s) return 0; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19601 | } |
| 19602 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ |
| 19603 | int x[] = {25, 17}; |
| 19604 | const int *foo = &x[0]; |
| 19605 | ++foo; |
| 19606 | } |
| 19607 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ |
| 19608 | typedef const int *iptr; |
| 19609 | iptr p = 0; |
| 19610 | ++p; |
| 19611 | } |
| 19612 | { /* AIX XL C 1.02.0.0 rejects this saying |
| 19613 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ |
| 19614 | struct s { int j; const int *ap[3]; }; |
| 19615 | struct s *b; b->j = 5; |
| 19616 | } |
| 19617 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ |
| 19618 | const int foo = 10; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19619 | if (!foo) return 0; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19620 | } |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19621 | return !x[0] && !zero.x; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19622 | #endif |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19623 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19624 | ; |
| 19625 | return 0; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19626 | } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19627 | _ACEOF |
| 19628 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19629 | if { (ac_try="$ac_compile" |
| 19630 | case "(($ac_try" in |
| 19631 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19632 | *) ac_try_echo=$ac_try;; |
| 19633 | esac |
| 19634 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19635 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19636 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19637 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19638 | rm -f conftest.er1 |
| 19639 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19640 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19641 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19642 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19643 | { (case "(($ac_try" in |
| 19644 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19645 | *) ac_try_echo=$ac_try;; |
| 19646 | esac |
| 19647 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19648 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19649 | ac_status=$? |
| 19650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19651 | (exit $ac_status); }; } && |
| 19652 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19653 | { (case "(($ac_try" in |
| 19654 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19655 | *) ac_try_echo=$ac_try;; |
| 19656 | esac |
| 19657 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19658 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19659 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19660 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19661 | (exit $ac_status); }; }; then |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19662 | ac_cv_c_const=yes |
| 19663 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19664 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19665 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19666 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19667 | ac_cv_c_const=no |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19668 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19669 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19670 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19671 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19672 | { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
| 19673 | echo "${ECHO_T}$ac_cv_c_const" >&6; } |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19674 | if test $ac_cv_c_const = no; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19675 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19676 | cat >>confdefs.h <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19677 | #define const |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19678 | _ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 19679 | |
| 19680 | fi |
| 19681 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19682 | { echo "$as_me:$LINENO: checking for inline" >&5 |
| 19683 | echo $ECHO_N "checking for inline... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19684 | if test "${ac_cv_c_inline+set}" = set; then |
| 19685 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19686 | else |
| 19687 | ac_cv_c_inline=no |
| 19688 | for ac_kw in inline __inline__ __inline; do |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19689 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19690 | /* confdefs.h. */ |
| 19691 | _ACEOF |
| 19692 | cat confdefs.h >>conftest.$ac_ext |
| 19693 | cat >>conftest.$ac_ext <<_ACEOF |
| 19694 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19695 | #ifndef __cplusplus |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 19696 | typedef int foo_t; |
| 19697 | static $ac_kw foo_t static_foo () {return 0; } |
| 19698 | $ac_kw foo_t foo () {return 0; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19699 | #endif |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19700 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19701 | _ACEOF |
| 19702 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19703 | if { (ac_try="$ac_compile" |
| 19704 | case "(($ac_try" in |
| 19705 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19706 | *) ac_try_echo=$ac_try;; |
| 19707 | esac |
| 19708 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19709 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19710 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19711 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19712 | rm -f conftest.er1 |
| 19713 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19715 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19716 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19717 | { (case "(($ac_try" in |
| 19718 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19719 | *) ac_try_echo=$ac_try;; |
| 19720 | esac |
| 19721 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19722 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19723 | ac_status=$? |
| 19724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19725 | (exit $ac_status); }; } && |
| 19726 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19727 | { (case "(($ac_try" in |
| 19728 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19729 | *) ac_try_echo=$ac_try;; |
| 19730 | esac |
| 19731 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19732 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19733 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19734 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19735 | (exit $ac_status); }; }; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19736 | ac_cv_c_inline=$ac_kw |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19737 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19738 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19739 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19740 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19741 | |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19742 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19743 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19744 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19745 | test "$ac_cv_c_inline" != no && break |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19746 | done |
| 19747 | |
| 19748 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19749 | { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 |
| 19750 | echo "${ECHO_T}$ac_cv_c_inline" >&6; } |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19751 | |
| 19752 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19753 | case $ac_cv_c_inline in |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19754 | inline | yes) ;; |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19755 | *) |
| 19756 | case $ac_cv_c_inline in |
| 19757 | no) ac_val=;; |
| 19758 | *) ac_val=$ac_cv_c_inline;; |
| 19759 | esac |
| 19760 | cat >>confdefs.h <<_ACEOF |
| 19761 | #ifndef __cplusplus |
| 19762 | #define inline $ac_val |
| 19763 | #endif |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19764 | _ACEOF |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19765 | ;; |
Marcus Meissner | 1a8bbd7 | 1999-04-26 14:58:58 +0000 | [diff] [blame] | 19766 | esac |
| 19767 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19768 | { echo "$as_me:$LINENO: checking for mode_t" >&5 |
| 19769 | echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19770 | if test "${ac_cv_type_mode_t+set}" = set; then |
| 19771 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19772 | else |
| 19773 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19774 | /* confdefs.h. */ |
| 19775 | _ACEOF |
| 19776 | cat confdefs.h >>conftest.$ac_ext |
| 19777 | cat >>conftest.$ac_ext <<_ACEOF |
| 19778 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19779 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19780 | typedef mode_t ac__type_new_; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19781 | int |
| 19782 | main () |
| 19783 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19784 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19785 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19786 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19787 | return 0; |
| 19788 | ; |
| 19789 | return 0; |
| 19790 | } |
| 19791 | _ACEOF |
| 19792 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19793 | if { (ac_try="$ac_compile" |
| 19794 | case "(($ac_try" in |
| 19795 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19796 | *) ac_try_echo=$ac_try;; |
| 19797 | esac |
| 19798 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19799 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19800 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19801 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19802 | rm -f conftest.er1 |
| 19803 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19804 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19805 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19806 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19807 | { (case "(($ac_try" in |
| 19808 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19809 | *) ac_try_echo=$ac_try;; |
| 19810 | esac |
| 19811 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19812 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19813 | ac_status=$? |
| 19814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19815 | (exit $ac_status); }; } && |
| 19816 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19817 | { (case "(($ac_try" in |
| 19818 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19819 | *) ac_try_echo=$ac_try;; |
| 19820 | esac |
| 19821 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19822 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19823 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19824 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19825 | (exit $ac_status); }; }; then |
| 19826 | ac_cv_type_mode_t=yes |
| 19827 | else |
| 19828 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19829 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19830 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19831 | ac_cv_type_mode_t=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19832 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19833 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19834 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19835 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19836 | { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 |
| 19837 | echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19838 | if test $ac_cv_type_mode_t = yes; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19839 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19840 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 19841 | #define HAVE_MODE_T 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19842 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19843 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19844 | |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 19845 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19846 | { echo "$as_me:$LINENO: checking for off_t" >&5 |
| 19847 | echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19848 | if test "${ac_cv_type_off_t+set}" = set; then |
| 19849 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19850 | else |
| 19851 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19852 | /* confdefs.h. */ |
| 19853 | _ACEOF |
| 19854 | cat confdefs.h >>conftest.$ac_ext |
| 19855 | cat >>conftest.$ac_ext <<_ACEOF |
| 19856 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19857 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19858 | typedef off_t ac__type_new_; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19859 | int |
| 19860 | main () |
| 19861 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19862 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19863 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19864 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19865 | return 0; |
| 19866 | ; |
| 19867 | return 0; |
| 19868 | } |
| 19869 | _ACEOF |
| 19870 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19871 | if { (ac_try="$ac_compile" |
| 19872 | case "(($ac_try" in |
| 19873 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19874 | *) ac_try_echo=$ac_try;; |
| 19875 | esac |
| 19876 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19877 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19878 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19879 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19880 | rm -f conftest.er1 |
| 19881 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19882 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19883 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19884 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19885 | { (case "(($ac_try" in |
| 19886 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19887 | *) ac_try_echo=$ac_try;; |
| 19888 | esac |
| 19889 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19890 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19891 | ac_status=$? |
| 19892 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19893 | (exit $ac_status); }; } && |
| 19894 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19895 | { (case "(($ac_try" in |
| 19896 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19897 | *) ac_try_echo=$ac_try;; |
| 19898 | esac |
| 19899 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19900 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19901 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19902 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19903 | (exit $ac_status); }; }; then |
| 19904 | ac_cv_type_off_t=yes |
| 19905 | else |
| 19906 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19907 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19908 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19909 | ac_cv_type_off_t=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19910 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19911 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19912 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19913 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19914 | { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 |
| 19915 | echo "${ECHO_T}$ac_cv_type_off_t" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19916 | if test $ac_cv_type_off_t = yes; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19917 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19918 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 19919 | #define HAVE_OFF_T 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19920 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19921 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19922 | |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 19923 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19924 | { echo "$as_me:$LINENO: checking for pid_t" >&5 |
| 19925 | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19926 | if test "${ac_cv_type_pid_t+set}" = set; then |
| 19927 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19928 | else |
| 19929 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19930 | /* confdefs.h. */ |
| 19931 | _ACEOF |
| 19932 | cat confdefs.h >>conftest.$ac_ext |
| 19933 | cat >>conftest.$ac_ext <<_ACEOF |
| 19934 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19935 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19936 | typedef pid_t ac__type_new_; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19937 | int |
| 19938 | main () |
| 19939 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19940 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19941 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19942 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19943 | return 0; |
| 19944 | ; |
| 19945 | return 0; |
| 19946 | } |
| 19947 | _ACEOF |
| 19948 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19949 | if { (ac_try="$ac_compile" |
| 19950 | case "(($ac_try" in |
| 19951 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19952 | *) ac_try_echo=$ac_try;; |
| 19953 | esac |
| 19954 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19955 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19956 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19957 | grep -v '^ *+' conftest.er1 >conftest.err |
| 19958 | rm -f conftest.er1 |
| 19959 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19960 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19961 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19962 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 19963 | { (case "(($ac_try" in |
| 19964 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19965 | *) ac_try_echo=$ac_try;; |
| 19966 | esac |
| 19967 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19968 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 19969 | ac_status=$? |
| 19970 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19971 | (exit $ac_status); }; } && |
| 19972 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19973 | { (case "(($ac_try" in |
| 19974 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 19975 | *) ac_try_echo=$ac_try;; |
| 19976 | esac |
| 19977 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 19978 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19979 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19981 | (exit $ac_status); }; }; then |
| 19982 | ac_cv_type_pid_t=yes |
| 19983 | else |
| 19984 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 19985 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19986 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19987 | ac_cv_type_pid_t=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19988 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19989 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 19990 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19991 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 19992 | { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
| 19993 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19994 | if test $ac_cv_type_pid_t = yes; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19995 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19996 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 19997 | #define HAVE_PID_T 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 19998 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 19999 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20000 | |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20001 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20002 | { echo "$as_me:$LINENO: checking for size_t" >&5 |
| 20003 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20004 | if test "${ac_cv_type_size_t+set}" = set; then |
| 20005 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20006 | else |
| 20007 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20008 | /* confdefs.h. */ |
| 20009 | _ACEOF |
| 20010 | cat confdefs.h >>conftest.$ac_ext |
| 20011 | cat >>conftest.$ac_ext <<_ACEOF |
| 20012 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20013 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20014 | typedef size_t ac__type_new_; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20015 | int |
| 20016 | main () |
| 20017 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20018 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20019 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20020 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20021 | return 0; |
| 20022 | ; |
| 20023 | return 0; |
| 20024 | } |
| 20025 | _ACEOF |
| 20026 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20027 | if { (ac_try="$ac_compile" |
| 20028 | case "(($ac_try" in |
| 20029 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20030 | *) ac_try_echo=$ac_try;; |
| 20031 | esac |
| 20032 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20033 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20034 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20035 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20036 | rm -f conftest.er1 |
| 20037 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20038 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20039 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20040 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20041 | { (case "(($ac_try" in |
| 20042 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20043 | *) ac_try_echo=$ac_try;; |
| 20044 | esac |
| 20045 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20046 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20047 | ac_status=$? |
| 20048 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20049 | (exit $ac_status); }; } && |
| 20050 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20051 | { (case "(($ac_try" in |
| 20052 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20053 | *) ac_try_echo=$ac_try;; |
| 20054 | esac |
| 20055 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20056 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20057 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20059 | (exit $ac_status); }; }; then |
| 20060 | ac_cv_type_size_t=yes |
| 20061 | else |
| 20062 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20063 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20064 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20065 | ac_cv_type_size_t=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20066 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20067 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20068 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20069 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20070 | { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 |
| 20071 | echo "${ECHO_T}$ac_cv_type_size_t" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20072 | if test $ac_cv_type_size_t = yes; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20073 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20074 | cat >>confdefs.h <<_ACEOF |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20075 | #define HAVE_SIZE_T 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20076 | _ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 20077 | |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20078 | |
| 20079 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20080 | { echo "$as_me:$LINENO: checking for ssize_t" >&5 |
| 20081 | echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20082 | if test "${ac_cv_type_ssize_t+set}" = set; then |
| 20083 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20084 | else |
| 20085 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20086 | /* confdefs.h. */ |
| 20087 | _ACEOF |
| 20088 | cat confdefs.h >>conftest.$ac_ext |
| 20089 | cat >>conftest.$ac_ext <<_ACEOF |
| 20090 | /* end confdefs.h. */ |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20091 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20092 | typedef ssize_t ac__type_new_; |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20093 | int |
| 20094 | main () |
| 20095 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20096 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20097 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20098 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20099 | return 0; |
| 20100 | ; |
| 20101 | return 0; |
| 20102 | } |
| 20103 | _ACEOF |
| 20104 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20105 | if { (ac_try="$ac_compile" |
| 20106 | case "(($ac_try" in |
| 20107 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20108 | *) ac_try_echo=$ac_try;; |
| 20109 | esac |
| 20110 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20111 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20112 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20113 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20114 | rm -f conftest.er1 |
| 20115 | cat conftest.err >&5 |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20116 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20117 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20118 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20119 | { (case "(($ac_try" in |
| 20120 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20121 | *) ac_try_echo=$ac_try;; |
| 20122 | esac |
| 20123 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20124 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20125 | ac_status=$? |
| 20126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20127 | (exit $ac_status); }; } && |
| 20128 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20129 | { (case "(($ac_try" in |
| 20130 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20131 | *) ac_try_echo=$ac_try;; |
| 20132 | esac |
| 20133 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20134 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20135 | ac_status=$? |
| 20136 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20137 | (exit $ac_status); }; }; then |
| 20138 | ac_cv_type_ssize_t=yes |
| 20139 | else |
| 20140 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20141 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20142 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20143 | ac_cv_type_ssize_t=no |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20144 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20145 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20146 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20147 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20148 | { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 |
| 20149 | echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } |
Alexandre Julliard | 5769d1d | 2002-04-26 19:05:15 +0000 | [diff] [blame] | 20150 | if test $ac_cv_type_ssize_t = yes; then |
| 20151 | |
| 20152 | cat >>confdefs.h <<_ACEOF |
| 20153 | #define HAVE_SSIZE_T 1 |
| 20154 | _ACEOF |
| 20155 | |
| 20156 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 20157 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20158 | { echo "$as_me:$LINENO: checking for long long" >&5 |
| 20159 | echo $ECHO_N "checking for long long... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20160 | if test "${ac_cv_type_long_long+set}" = set; then |
| 20161 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20162 | else |
| 20163 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20164 | /* confdefs.h. */ |
| 20165 | _ACEOF |
| 20166 | cat confdefs.h >>conftest.$ac_ext |
| 20167 | cat >>conftest.$ac_ext <<_ACEOF |
| 20168 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20169 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20170 | typedef long long ac__type_new_; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20171 | int |
| 20172 | main () |
| 20173 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20174 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20175 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20176 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20177 | return 0; |
| 20178 | ; |
| 20179 | return 0; |
| 20180 | } |
| 20181 | _ACEOF |
| 20182 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20183 | if { (ac_try="$ac_compile" |
| 20184 | case "(($ac_try" in |
| 20185 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20186 | *) ac_try_echo=$ac_try;; |
| 20187 | esac |
| 20188 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20189 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20190 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20191 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20192 | rm -f conftest.er1 |
| 20193 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20194 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20195 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20196 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20197 | { (case "(($ac_try" in |
| 20198 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20199 | *) ac_try_echo=$ac_try;; |
| 20200 | esac |
| 20201 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20202 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20203 | ac_status=$? |
| 20204 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20205 | (exit $ac_status); }; } && |
| 20206 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20207 | { (case "(($ac_try" in |
| 20208 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20209 | *) ac_try_echo=$ac_try;; |
| 20210 | esac |
| 20211 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20212 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20213 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20214 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20215 | (exit $ac_status); }; }; then |
| 20216 | ac_cv_type_long_long=yes |
| 20217 | else |
| 20218 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20219 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20220 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20221 | ac_cv_type_long_long=no |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20222 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20223 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20224 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20225 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20226 | { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 |
| 20227 | echo "${ECHO_T}$ac_cv_type_long_long" >&6; } |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 20228 | if test $ac_cv_type_long_long = yes; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20229 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20230 | cat >>confdefs.h <<_ACEOF |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 20231 | #define HAVE_LONG_LONG 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20232 | _ACEOF |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 20233 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20234 | |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 20235 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20236 | { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5 |
| 20237 | echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20238 | if test "${ac_cv_type_fsblkcnt_t+set}" = set; then |
| 20239 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20240 | else |
| 20241 | cat >conftest.$ac_ext <<_ACEOF |
| 20242 | /* confdefs.h. */ |
| 20243 | _ACEOF |
| 20244 | cat confdefs.h >>conftest.$ac_ext |
| 20245 | cat >>conftest.$ac_ext <<_ACEOF |
| 20246 | /* end confdefs.h. */ |
| 20247 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20248 | typedef fsblkcnt_t ac__type_new_; |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20249 | int |
| 20250 | main () |
| 20251 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20252 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20253 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20254 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20255 | return 0; |
| 20256 | ; |
| 20257 | return 0; |
| 20258 | } |
| 20259 | _ACEOF |
| 20260 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20261 | if { (ac_try="$ac_compile" |
| 20262 | case "(($ac_try" in |
| 20263 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20264 | *) ac_try_echo=$ac_try;; |
| 20265 | esac |
| 20266 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20267 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20268 | ac_status=$? |
| 20269 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20270 | rm -f conftest.er1 |
| 20271 | cat conftest.err >&5 |
| 20272 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20273 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20274 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20275 | { (case "(($ac_try" in |
| 20276 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20277 | *) ac_try_echo=$ac_try;; |
| 20278 | esac |
| 20279 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20280 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20281 | ac_status=$? |
| 20282 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20283 | (exit $ac_status); }; } && |
| 20284 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20285 | { (case "(($ac_try" in |
| 20286 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20287 | *) ac_try_echo=$ac_try;; |
| 20288 | esac |
| 20289 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20290 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20291 | ac_status=$? |
| 20292 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20293 | (exit $ac_status); }; }; then |
| 20294 | ac_cv_type_fsblkcnt_t=yes |
| 20295 | else |
| 20296 | echo "$as_me: failed program was:" >&5 |
| 20297 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20298 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20299 | ac_cv_type_fsblkcnt_t=no |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20300 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20301 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20302 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20303 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20304 | { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5 |
| 20305 | echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20306 | if test $ac_cv_type_fsblkcnt_t = yes; then |
| 20307 | |
| 20308 | cat >>confdefs.h <<_ACEOF |
| 20309 | #define HAVE_FSBLKCNT_T 1 |
| 20310 | _ACEOF |
| 20311 | |
| 20312 | |
| 20313 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20314 | { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5 |
| 20315 | echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20316 | if test "${ac_cv_type_fsfilcnt_t+set}" = set; then |
| 20317 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20318 | else |
| 20319 | cat >conftest.$ac_ext <<_ACEOF |
| 20320 | /* confdefs.h. */ |
| 20321 | _ACEOF |
| 20322 | cat confdefs.h >>conftest.$ac_ext |
| 20323 | cat >>conftest.$ac_ext <<_ACEOF |
| 20324 | /* end confdefs.h. */ |
| 20325 | $ac_includes_default |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20326 | typedef fsfilcnt_t ac__type_new_; |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20327 | int |
| 20328 | main () |
| 20329 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20330 | if ((ac__type_new_ *) 0) |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20331 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20332 | if (sizeof (ac__type_new_)) |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20333 | return 0; |
| 20334 | ; |
| 20335 | return 0; |
| 20336 | } |
| 20337 | _ACEOF |
| 20338 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20339 | if { (ac_try="$ac_compile" |
| 20340 | case "(($ac_try" in |
| 20341 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20342 | *) ac_try_echo=$ac_try;; |
| 20343 | esac |
| 20344 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20345 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20346 | ac_status=$? |
| 20347 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20348 | rm -f conftest.er1 |
| 20349 | cat conftest.err >&5 |
| 20350 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20351 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20352 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20353 | { (case "(($ac_try" in |
| 20354 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20355 | *) ac_try_echo=$ac_try;; |
| 20356 | esac |
| 20357 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20358 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20359 | ac_status=$? |
| 20360 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20361 | (exit $ac_status); }; } && |
| 20362 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20363 | { (case "(($ac_try" in |
| 20364 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20365 | *) ac_try_echo=$ac_try;; |
| 20366 | esac |
| 20367 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20368 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20369 | ac_status=$? |
| 20370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20371 | (exit $ac_status); }; }; then |
| 20372 | ac_cv_type_fsfilcnt_t=yes |
| 20373 | else |
| 20374 | echo "$as_me: failed program was:" >&5 |
| 20375 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20376 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20377 | ac_cv_type_fsfilcnt_t=no |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20378 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20379 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20380 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20381 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20382 | { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5 |
| 20383 | echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 20384 | if test $ac_cv_type_fsfilcnt_t = yes; then |
| 20385 | |
| 20386 | cat >>confdefs.h <<_ACEOF |
| 20387 | #define HAVE_FSFILCNT_T 1 |
| 20388 | _ACEOF |
| 20389 | |
| 20390 | |
| 20391 | fi |
Dimitrie O. Paun | f41c2b2 | 2004-03-02 02:23:26 +0000 | [diff] [blame] | 20392 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20393 | { echo "$as_me:$LINENO: checking for sigset_t" >&5 |
| 20394 | echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; } |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20395 | if test "${ac_cv_type_sigset_t+set}" = set; then |
| 20396 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20397 | else |
| 20398 | cat >conftest.$ac_ext <<_ACEOF |
| 20399 | /* confdefs.h. */ |
| 20400 | _ACEOF |
| 20401 | cat confdefs.h >>conftest.$ac_ext |
| 20402 | cat >>conftest.$ac_ext <<_ACEOF |
| 20403 | /* end confdefs.h. */ |
| 20404 | #include <signal.h> |
| 20405 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20406 | typedef sigset_t ac__type_new_; |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20407 | int |
| 20408 | main () |
| 20409 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20410 | if ((ac__type_new_ *) 0) |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20411 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20412 | if (sizeof (ac__type_new_)) |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20413 | return 0; |
| 20414 | ; |
| 20415 | return 0; |
| 20416 | } |
| 20417 | _ACEOF |
| 20418 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20419 | if { (ac_try="$ac_compile" |
| 20420 | case "(($ac_try" in |
| 20421 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20422 | *) ac_try_echo=$ac_try;; |
| 20423 | esac |
| 20424 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20425 | (eval "$ac_compile") 2>conftest.er1 |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20426 | ac_status=$? |
| 20427 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20428 | rm -f conftest.er1 |
| 20429 | cat conftest.err >&5 |
| 20430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20431 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20432 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20433 | { (case "(($ac_try" in |
| 20434 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20435 | *) ac_try_echo=$ac_try;; |
| 20436 | esac |
| 20437 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20438 | (eval "$ac_try") 2>&5 |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20439 | ac_status=$? |
| 20440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20441 | (exit $ac_status); }; } && |
| 20442 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20443 | { (case "(($ac_try" in |
| 20444 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20445 | *) ac_try_echo=$ac_try;; |
| 20446 | esac |
| 20447 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20448 | (eval "$ac_try") 2>&5 |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20449 | ac_status=$? |
| 20450 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20451 | (exit $ac_status); }; }; then |
| 20452 | ac_cv_type_sigset_t=yes |
| 20453 | else |
| 20454 | echo "$as_me: failed program was:" >&5 |
| 20455 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20456 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20457 | ac_cv_type_sigset_t=no |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20458 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20459 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20460 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20461 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20462 | { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5 |
| 20463 | echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; } |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20464 | if test $ac_cv_type_sigset_t = yes; then |
| 20465 | |
| 20466 | cat >>confdefs.h <<_ACEOF |
| 20467 | #define HAVE_SIGSET_T 1 |
| 20468 | _ACEOF |
| 20469 | |
| 20470 | |
| 20471 | fi |
| 20472 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20473 | { echo "$as_me:$LINENO: checking for request_sense" >&5 |
| 20474 | echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; } |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20475 | if test "${ac_cv_type_request_sense+set}" = set; then |
| 20476 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20477 | else |
| 20478 | cat >conftest.$ac_ext <<_ACEOF |
| 20479 | /* confdefs.h. */ |
| 20480 | _ACEOF |
| 20481 | cat confdefs.h >>conftest.$ac_ext |
| 20482 | cat >>conftest.$ac_ext <<_ACEOF |
| 20483 | /* end confdefs.h. */ |
| 20484 | #include <linux/cdrom.h> |
| 20485 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20486 | typedef request_sense ac__type_new_; |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20487 | int |
| 20488 | main () |
| 20489 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20490 | if ((ac__type_new_ *) 0) |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20491 | return 0; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20492 | if (sizeof (ac__type_new_)) |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20493 | return 0; |
| 20494 | ; |
| 20495 | return 0; |
| 20496 | } |
| 20497 | _ACEOF |
| 20498 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20499 | if { (ac_try="$ac_compile" |
| 20500 | case "(($ac_try" in |
| 20501 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20502 | *) ac_try_echo=$ac_try;; |
| 20503 | esac |
| 20504 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20505 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20506 | ac_status=$? |
| 20507 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20508 | rm -f conftest.er1 |
| 20509 | cat conftest.err >&5 |
| 20510 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20511 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20512 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20513 | { (case "(($ac_try" in |
| 20514 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20515 | *) ac_try_echo=$ac_try;; |
| 20516 | esac |
| 20517 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20518 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20519 | ac_status=$? |
| 20520 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20521 | (exit $ac_status); }; } && |
| 20522 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20523 | { (case "(($ac_try" in |
| 20524 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20525 | *) ac_try_echo=$ac_try;; |
| 20526 | esac |
| 20527 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20528 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20529 | ac_status=$? |
| 20530 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20531 | (exit $ac_status); }; }; then |
| 20532 | ac_cv_type_request_sense=yes |
| 20533 | else |
| 20534 | echo "$as_me: failed program was:" >&5 |
| 20535 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20536 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20537 | ac_cv_type_request_sense=no |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20538 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20539 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20540 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20541 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20542 | { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5 |
| 20543 | echo "${ECHO_T}$ac_cv_type_request_sense" >&6; } |
Gerald Pfeifer | b8b15f3 | 2005-07-10 17:42:46 +0000 | [diff] [blame] | 20544 | if test $ac_cv_type_request_sense = yes; then |
| 20545 | |
| 20546 | cat >>confdefs.h <<_ACEOF |
| 20547 | #define HAVE_REQUEST_SENSE 1 |
| 20548 | _ACEOF |
| 20549 | |
| 20550 | |
| 20551 | fi |
| 20552 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20553 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20554 | { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5 |
| 20555 | echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; } |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20556 | if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then |
| 20557 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20558 | else |
| 20559 | cat >conftest.$ac_ext <<_ACEOF |
| 20560 | /* confdefs.h. */ |
| 20561 | _ACEOF |
| 20562 | cat confdefs.h >>conftest.$ac_ext |
| 20563 | cat >>conftest.$ac_ext <<_ACEOF |
| 20564 | /* end confdefs.h. */ |
| 20565 | #ifdef HAVE_LINUX_INPUT_H |
| 20566 | #include <linux/input.h> |
| 20567 | #endif |
| 20568 | |
| 20569 | int |
| 20570 | main () |
| 20571 | { |
| 20572 | static struct ff_effect ac_aggr; |
| 20573 | if (ac_aggr.direction) |
| 20574 | return 0; |
| 20575 | ; |
| 20576 | return 0; |
| 20577 | } |
| 20578 | _ACEOF |
| 20579 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20580 | if { (ac_try="$ac_compile" |
| 20581 | case "(($ac_try" in |
| 20582 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20583 | *) ac_try_echo=$ac_try;; |
| 20584 | esac |
| 20585 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20586 | (eval "$ac_compile") 2>conftest.er1 |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20587 | ac_status=$? |
| 20588 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20589 | rm -f conftest.er1 |
| 20590 | cat conftest.err >&5 |
| 20591 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20592 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20593 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20594 | { (case "(($ac_try" in |
| 20595 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20596 | *) ac_try_echo=$ac_try;; |
| 20597 | esac |
| 20598 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20599 | (eval "$ac_try") 2>&5 |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20600 | ac_status=$? |
| 20601 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20602 | (exit $ac_status); }; } && |
| 20603 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20604 | { (case "(($ac_try" in |
| 20605 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20606 | *) ac_try_echo=$ac_try;; |
| 20607 | esac |
| 20608 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20609 | (eval "$ac_try") 2>&5 |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20610 | ac_status=$? |
| 20611 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20612 | (exit $ac_status); }; }; then |
| 20613 | ac_cv_member_struct_ff_effect_direction=yes |
| 20614 | else |
| 20615 | echo "$as_me: failed program was:" >&5 |
| 20616 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20617 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20618 | cat >conftest.$ac_ext <<_ACEOF |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20619 | /* confdefs.h. */ |
| 20620 | _ACEOF |
| 20621 | cat confdefs.h >>conftest.$ac_ext |
| 20622 | cat >>conftest.$ac_ext <<_ACEOF |
| 20623 | /* end confdefs.h. */ |
| 20624 | #ifdef HAVE_LINUX_INPUT_H |
| 20625 | #include <linux/input.h> |
| 20626 | #endif |
| 20627 | |
| 20628 | int |
| 20629 | main () |
| 20630 | { |
| 20631 | static struct ff_effect ac_aggr; |
| 20632 | if (sizeof ac_aggr.direction) |
| 20633 | return 0; |
| 20634 | ; |
| 20635 | return 0; |
| 20636 | } |
| 20637 | _ACEOF |
| 20638 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20639 | if { (ac_try="$ac_compile" |
| 20640 | case "(($ac_try" in |
| 20641 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20642 | *) ac_try_echo=$ac_try;; |
| 20643 | esac |
| 20644 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20645 | (eval "$ac_compile") 2>conftest.er1 |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20646 | ac_status=$? |
| 20647 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20648 | rm -f conftest.er1 |
| 20649 | cat conftest.err >&5 |
| 20650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20651 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20652 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20653 | { (case "(($ac_try" in |
| 20654 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20655 | *) ac_try_echo=$ac_try;; |
| 20656 | esac |
| 20657 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20658 | (eval "$ac_try") 2>&5 |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20659 | ac_status=$? |
| 20660 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20661 | (exit $ac_status); }; } && |
| 20662 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20663 | { (case "(($ac_try" in |
| 20664 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20665 | *) ac_try_echo=$ac_try;; |
| 20666 | esac |
| 20667 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20668 | (eval "$ac_try") 2>&5 |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20669 | ac_status=$? |
| 20670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20671 | (exit $ac_status); }; }; then |
| 20672 | ac_cv_member_struct_ff_effect_direction=yes |
| 20673 | else |
| 20674 | echo "$as_me: failed program was:" >&5 |
| 20675 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20676 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20677 | ac_cv_member_struct_ff_effect_direction=no |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20678 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20679 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20680 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20681 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20682 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20683 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20684 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20685 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5 |
| 20686 | echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; } |
Daniel Remenak | e491e8f | 2005-07-29 14:18:58 +0000 | [diff] [blame] | 20687 | if test $ac_cv_member_struct_ff_effect_direction = yes; then |
| 20688 | |
| 20689 | cat >>confdefs.h <<_ACEOF |
| 20690 | #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1 |
| 20691 | _ACEOF |
| 20692 | |
| 20693 | |
| 20694 | fi |
| 20695 | |
| 20696 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20697 | { echo "$as_me:$LINENO: checking for sigaddset" >&5 |
| 20698 | echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; } |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20699 | if test "${wine_cv_have_sigaddset+set}" = set; then |
| 20700 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20701 | else |
| 20702 | cat >conftest.$ac_ext <<_ACEOF |
| 20703 | /* confdefs.h. */ |
| 20704 | _ACEOF |
| 20705 | cat confdefs.h >>conftest.$ac_ext |
| 20706 | cat >>conftest.$ac_ext <<_ACEOF |
| 20707 | /* end confdefs.h. */ |
| 20708 | #include <signal.h> |
| 20709 | int |
| 20710 | main () |
| 20711 | { |
| 20712 | sigset_t set; sigaddset(&set,SIGTERM); |
| 20713 | ; |
| 20714 | return 0; |
| 20715 | } |
| 20716 | _ACEOF |
| 20717 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20718 | if { (ac_try="$ac_link" |
| 20719 | case "(($ac_try" in |
| 20720 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20721 | *) ac_try_echo=$ac_try;; |
| 20722 | esac |
| 20723 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20724 | (eval "$ac_link") 2>conftest.er1 |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20725 | ac_status=$? |
| 20726 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20727 | rm -f conftest.er1 |
| 20728 | cat conftest.err >&5 |
| 20729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20730 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20731 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20732 | { (case "(($ac_try" in |
| 20733 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20734 | *) ac_try_echo=$ac_try;; |
| 20735 | esac |
| 20736 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20737 | (eval "$ac_try") 2>&5 |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20738 | ac_status=$? |
| 20739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20740 | (exit $ac_status); }; } && |
| 20741 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20742 | { (case "(($ac_try" in |
| 20743 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20744 | *) ac_try_echo=$ac_try;; |
| 20745 | esac |
| 20746 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20747 | (eval "$ac_try") 2>&5 |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20748 | ac_status=$? |
| 20749 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20750 | (exit $ac_status); }; }; then |
| 20751 | wine_cv_have_sigaddset=yes |
| 20752 | else |
| 20753 | echo "$as_me: failed program was:" >&5 |
| 20754 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20755 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20756 | wine_cv_have_sigaddset=no |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20757 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20758 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20759 | rm -f core conftest.err conftest.$ac_objext \ |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20760 | conftest$ac_exeext conftest.$ac_ext |
| 20761 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20762 | { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5 |
| 20763 | echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; } |
Paul Millar | 10a6c56 | 2004-12-07 17:19:54 +0000 | [diff] [blame] | 20764 | if test "$wine_cv_have_sigaddset" = "yes" |
| 20765 | then |
| 20766 | |
| 20767 | cat >>confdefs.h <<\_ACEOF |
| 20768 | #define HAVE_SIGADDSET 1 |
| 20769 | _ACEOF |
| 20770 | |
| 20771 | fi |
| 20772 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20773 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20774 | { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5 |
| 20775 | echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20776 | if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then |
| 20777 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20778 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20779 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20780 | /* confdefs.h. */ |
| 20781 | _ACEOF |
| 20782 | cat confdefs.h >>conftest.$ac_ext |
| 20783 | cat >>conftest.$ac_ext <<_ACEOF |
| 20784 | /* end confdefs.h. */ |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20785 | |
| 20786 | #include <netdb.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20787 | |
| 20788 | int |
| 20789 | main () |
| 20790 | { |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20791 | |
| 20792 | char *name=NULL; |
| 20793 | struct hostent he; |
| 20794 | struct hostent *result; |
| 20795 | char *buf=NULL; |
| 20796 | int bufsize=0; |
| 20797 | int res,errnr; |
| 20798 | char *addr=NULL; |
| 20799 | int addrlen=0; |
| 20800 | int addrtype=0; |
| 20801 | res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr); |
| 20802 | res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr); |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20803 | |
| 20804 | ; |
| 20805 | return 0; |
| 20806 | } |
| 20807 | _ACEOF |
Marcus Meissner | dfd315b | 2004-01-02 03:53:57 +0000 | [diff] [blame] | 20808 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20809 | if { (ac_try="$ac_link" |
| 20810 | case "(($ac_try" in |
| 20811 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20812 | *) ac_try_echo=$ac_try;; |
| 20813 | esac |
| 20814 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20815 | (eval "$ac_link") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20816 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20817 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20818 | rm -f conftest.er1 |
| 20819 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20820 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20821 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20822 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20823 | { (case "(($ac_try" in |
| 20824 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20825 | *) ac_try_echo=$ac_try;; |
| 20826 | esac |
| 20827 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20828 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20829 | ac_status=$? |
| 20830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20831 | (exit $ac_status); }; } && |
Marcus Meissner | dfd315b | 2004-01-02 03:53:57 +0000 | [diff] [blame] | 20832 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20833 | { (case "(($ac_try" in |
| 20834 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20835 | *) ac_try_echo=$ac_try;; |
| 20836 | esac |
| 20837 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20838 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20839 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20840 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20841 | (exit $ac_status); }; }; then |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20842 | wine_cv_linux_gethostbyname_r_6=yes |
| 20843 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20844 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20845 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20846 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20847 | wine_cv_linux_gethostbyname_r_6=no |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20848 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20849 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20850 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20851 | rm -f core conftest.err conftest.$ac_objext \ |
Marcus Meissner | dfd315b | 2004-01-02 03:53:57 +0000 | [diff] [blame] | 20852 | conftest$ac_exeext conftest.$ac_ext |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20853 | |
| 20854 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20855 | { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5 |
| 20856 | echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; } |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20857 | if test "$wine_cv_linux_gethostbyname_r_6" = "yes" |
| 20858 | then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20859 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20860 | cat >>confdefs.h <<\_ACEOF |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20861 | #define HAVE_LINUX_GETHOSTBYNAME_R_6 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20862 | _ACEOF |
Rein Klazes | ff7a61f | 2000-09-24 19:41:57 +0000 | [diff] [blame] | 20863 | |
| 20864 | fi |
| 20865 | |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20866 | if test "$ac_cv_header_linux_joystick_h" = "yes" |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 20867 | then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20868 | { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5 |
| 20869 | echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20870 | if test "${wine_cv_linux_joystick_22_api+set}" = set; then |
| 20871 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 20872 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20873 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20874 | /* confdefs.h. */ |
| 20875 | _ACEOF |
| 20876 | cat confdefs.h >>conftest.$ac_ext |
| 20877 | cat >>conftest.$ac_ext <<_ACEOF |
| 20878 | /* end confdefs.h. */ |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 20879 | |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20880 | #include <sys/ioctl.h> |
| 20881 | #include <linux/joystick.h> |
| 20882 | |
| 20883 | struct js_event blub; |
Marcus Meissner | 605a9c3 | 1999-11-04 02:04:01 +0000 | [diff] [blame] | 20884 | #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON) |
| 20885 | #error "no 2.2 header" |
| 20886 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20887 | |
| 20888 | int |
| 20889 | main () |
| 20890 | { |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20891 | /*empty*/ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20892 | ; |
| 20893 | return 0; |
| 20894 | } |
| 20895 | _ACEOF |
| 20896 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20897 | if { (ac_try="$ac_compile" |
| 20898 | case "(($ac_try" in |
| 20899 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20900 | *) ac_try_echo=$ac_try;; |
| 20901 | esac |
| 20902 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20903 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20904 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20905 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20906 | rm -f conftest.er1 |
| 20907 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20908 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20909 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20910 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 20911 | { (case "(($ac_try" in |
| 20912 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20913 | *) ac_try_echo=$ac_try;; |
| 20914 | esac |
| 20915 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20916 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20917 | ac_status=$? |
| 20918 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20919 | (exit $ac_status); }; } && |
| 20920 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20921 | { (case "(($ac_try" in |
| 20922 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20923 | *) ac_try_echo=$ac_try;; |
| 20924 | esac |
| 20925 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20926 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20927 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20928 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20929 | (exit $ac_status); }; }; then |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20930 | wine_cv_linux_joystick_22_api=yes |
| 20931 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20932 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20933 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20934 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20935 | wine_cv_linux_joystick_22_api=no |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20936 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20937 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20938 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20939 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20940 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20941 | { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5 |
| 20942 | echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; } |
Rein Klazes | 87d224a | 2000-04-24 17:33:49 +0000 | [diff] [blame] | 20943 | if test "$wine_cv_linux_joystick_22_api" = "yes" |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20944 | then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20945 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20946 | cat >>confdefs.h <<\_ACEOF |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20947 | #define HAVE_LINUX_22_JOYSTICK_API 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20948 | _ACEOF |
Marcus Meissner | 028e9a1 | 1999-08-04 15:07:56 +0000 | [diff] [blame] | 20949 | |
| 20950 | fi |
| 20951 | fi |
| 20952 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 20953 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 20954 | { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5 |
| 20955 | echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 20956 | if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20957 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 20958 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20959 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 20960 | /* confdefs.h. */ |
| 20961 | _ACEOF |
| 20962 | cat confdefs.h >>conftest.$ac_ext |
| 20963 | cat >>conftest.$ac_ext <<_ACEOF |
| 20964 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20965 | #include <sys/types.h> |
| 20966 | #ifdef HAVE_SYS_PARAM_H |
| 20967 | # include <sys/param.h> |
| 20968 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 20969 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20970 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 20971 | #endif |
| 20972 | #ifdef HAVE_SYS_VFS_H |
| 20973 | # include <sys/vfs.h> |
| 20974 | #endif |
| 20975 | #ifdef HAVE_SYS_STATFS_H |
| 20976 | # include <sys/statfs.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20977 | #endif |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 20978 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20979 | int |
| 20980 | main () |
| 20981 | { |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 20982 | static struct statfs ac_aggr; |
| 20983 | if (ac_aggr.f_bfree) |
| 20984 | return 0; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20985 | ; |
| 20986 | return 0; |
| 20987 | } |
| 20988 | _ACEOF |
| 20989 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 20990 | if { (ac_try="$ac_compile" |
| 20991 | case "(($ac_try" in |
| 20992 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 20993 | *) ac_try_echo=$ac_try;; |
| 20994 | esac |
| 20995 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 20996 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 20997 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 20998 | grep -v '^ *+' conftest.er1 >conftest.err |
| 20999 | rm -f conftest.er1 |
| 21000 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21001 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21002 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21003 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21004 | { (case "(($ac_try" in |
| 21005 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21006 | *) ac_try_echo=$ac_try;; |
| 21007 | esac |
| 21008 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21009 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21010 | ac_status=$? |
| 21011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21012 | (exit $ac_status); }; } && |
| 21013 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21014 | { (case "(($ac_try" in |
| 21015 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21016 | *) ac_try_echo=$ac_try;; |
| 21017 | esac |
| 21018 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21019 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21020 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21021 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21022 | (exit $ac_status); }; }; then |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21023 | ac_cv_member_struct_statfs_f_bfree=yes |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 21024 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21025 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 21026 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21027 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21028 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21029 | /* confdefs.h. */ |
| 21030 | _ACEOF |
| 21031 | cat confdefs.h >>conftest.$ac_ext |
| 21032 | cat >>conftest.$ac_ext <<_ACEOF |
| 21033 | /* end confdefs.h. */ |
| 21034 | #include <sys/types.h> |
| 21035 | #ifdef HAVE_SYS_PARAM_H |
| 21036 | # include <sys/param.h> |
| 21037 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21038 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21039 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21040 | #endif |
| 21041 | #ifdef HAVE_SYS_VFS_H |
| 21042 | # include <sys/vfs.h> |
| 21043 | #endif |
| 21044 | #ifdef HAVE_SYS_STATFS_H |
| 21045 | # include <sys/statfs.h> |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21046 | #endif |
| 21047 | |
| 21048 | int |
| 21049 | main () |
| 21050 | { |
| 21051 | static struct statfs ac_aggr; |
| 21052 | if (sizeof ac_aggr.f_bfree) |
| 21053 | return 0; |
| 21054 | ; |
| 21055 | return 0; |
| 21056 | } |
| 21057 | _ACEOF |
| 21058 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21059 | if { (ac_try="$ac_compile" |
| 21060 | case "(($ac_try" in |
| 21061 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21062 | *) ac_try_echo=$ac_try;; |
| 21063 | esac |
| 21064 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21065 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21066 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21067 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21068 | rm -f conftest.er1 |
| 21069 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21071 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21072 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21073 | { (case "(($ac_try" in |
| 21074 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21075 | *) ac_try_echo=$ac_try;; |
| 21076 | esac |
| 21077 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21078 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21079 | ac_status=$? |
| 21080 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21081 | (exit $ac_status); }; } && |
| 21082 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21083 | { (case "(($ac_try" in |
| 21084 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21085 | *) ac_try_echo=$ac_try;; |
| 21086 | esac |
| 21087 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21088 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21089 | ac_status=$? |
| 21090 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21091 | (exit $ac_status); }; }; then |
| 21092 | ac_cv_member_struct_statfs_f_bfree=yes |
| 21093 | else |
| 21094 | echo "$as_me: failed program was:" >&5 |
| 21095 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21096 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21097 | ac_cv_member_struct_statfs_f_bfree=no |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 21098 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21099 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21100 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 21101 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21102 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21103 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21104 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21105 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5 |
| 21106 | echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21107 | if test $ac_cv_member_struct_statfs_f_bfree = yes; then |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 21108 | |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21109 | cat >>confdefs.h <<_ACEOF |
| 21110 | #define HAVE_STRUCT_STATFS_F_BFREE 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21111 | _ACEOF |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 21112 | |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21113 | |
Alexandre Julliard | dadf78f | 1998-05-17 17:13:43 +0000 | [diff] [blame] | 21114 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21115 | { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5 |
| 21116 | echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21117 | if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21118 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 21119 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21120 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 21121 | /* confdefs.h. */ |
| 21122 | _ACEOF |
| 21123 | cat confdefs.h >>conftest.$ac_ext |
| 21124 | cat >>conftest.$ac_ext <<_ACEOF |
| 21125 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21126 | #include <sys/types.h> |
| 21127 | #ifdef HAVE_SYS_PARAM_H |
| 21128 | # include <sys/param.h> |
| 21129 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21130 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21131 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21132 | #endif |
| 21133 | #ifdef HAVE_SYS_VFS_H |
| 21134 | # include <sys/vfs.h> |
| 21135 | #endif |
| 21136 | #ifdef HAVE_SYS_STATFS_H |
| 21137 | # include <sys/statfs.h> |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21138 | #endif |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21139 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21140 | int |
| 21141 | main () |
| 21142 | { |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21143 | static struct statfs ac_aggr; |
| 21144 | if (ac_aggr.f_bavail) |
| 21145 | return 0; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21146 | ; |
| 21147 | return 0; |
| 21148 | } |
| 21149 | _ACEOF |
| 21150 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21151 | if { (ac_try="$ac_compile" |
| 21152 | case "(($ac_try" in |
| 21153 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21154 | *) ac_try_echo=$ac_try;; |
| 21155 | esac |
| 21156 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21157 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21158 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21159 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21160 | rm -f conftest.er1 |
| 21161 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21162 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21163 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21164 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21165 | { (case "(($ac_try" in |
| 21166 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21167 | *) ac_try_echo=$ac_try;; |
| 21168 | esac |
| 21169 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21170 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21171 | ac_status=$? |
| 21172 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21173 | (exit $ac_status); }; } && |
| 21174 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21175 | { (case "(($ac_try" in |
| 21176 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21177 | *) ac_try_echo=$ac_try;; |
| 21178 | esac |
| 21179 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21180 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21181 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21182 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21183 | (exit $ac_status); }; }; then |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21184 | ac_cv_member_struct_statfs_f_bavail=yes |
Alexandre Julliard | c7c217b | 1998-04-13 12:21:30 +0000 | [diff] [blame] | 21185 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21186 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 21187 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21188 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21189 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 21190 | /* confdefs.h. */ |
| 21191 | _ACEOF |
| 21192 | cat confdefs.h >>conftest.$ac_ext |
| 21193 | cat >>conftest.$ac_ext <<_ACEOF |
| 21194 | /* end confdefs.h. */ |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 21195 | #include <sys/types.h> |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21196 | #ifdef HAVE_SYS_PARAM_H |
| 21197 | # include <sys/param.h> |
Patrik Stridvall | 63ae7fe | 2002-11-08 19:34:52 +0000 | [diff] [blame] | 21198 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21199 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21200 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21201 | #endif |
| 21202 | #ifdef HAVE_SYS_VFS_H |
| 21203 | # include <sys/vfs.h> |
| 21204 | #endif |
| 21205 | #ifdef HAVE_SYS_STATFS_H |
| 21206 | # include <sys/statfs.h> |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21207 | #endif |
| 21208 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21209 | int |
| 21210 | main () |
| 21211 | { |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21212 | static struct statfs ac_aggr; |
| 21213 | if (sizeof ac_aggr.f_bavail) |
| 21214 | return 0; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21215 | ; |
| 21216 | return 0; |
| 21217 | } |
| 21218 | _ACEOF |
| 21219 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21220 | if { (ac_try="$ac_compile" |
| 21221 | case "(($ac_try" in |
| 21222 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21223 | *) ac_try_echo=$ac_try;; |
| 21224 | esac |
| 21225 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21226 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21227 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21228 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21229 | rm -f conftest.er1 |
| 21230 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21232 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21233 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21234 | { (case "(($ac_try" in |
| 21235 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21236 | *) ac_try_echo=$ac_try;; |
| 21237 | esac |
| 21238 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21239 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 21240 | ac_status=$? |
| 21241 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21242 | (exit $ac_status); }; } && |
| 21243 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21244 | { (case "(($ac_try" in |
| 21245 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21246 | *) ac_try_echo=$ac_try;; |
| 21247 | esac |
| 21248 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21249 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21250 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21251 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21252 | (exit $ac_status); }; }; then |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21253 | ac_cv_member_struct_statfs_f_bavail=yes |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 21254 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 21255 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 21256 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21257 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21258 | ac_cv_member_struct_statfs_f_bavail=no |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 21259 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21260 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21261 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 21262 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21263 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21264 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 21265 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21266 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5 |
| 21267 | echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21268 | if test $ac_cv_member_struct_statfs_f_bavail = yes; then |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 21269 | |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21270 | cat >>confdefs.h <<_ACEOF |
| 21271 | #define HAVE_STRUCT_STATFS_F_BAVAIL 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 21272 | _ACEOF |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 21273 | |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 21274 | |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 21275 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21276 | { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5 |
| 21277 | echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21278 | if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then |
| 21279 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21280 | else |
| 21281 | cat >conftest.$ac_ext <<_ACEOF |
| 21282 | /* confdefs.h. */ |
| 21283 | _ACEOF |
| 21284 | cat confdefs.h >>conftest.$ac_ext |
| 21285 | cat >>conftest.$ac_ext <<_ACEOF |
| 21286 | /* end confdefs.h. */ |
| 21287 | #include <sys/types.h> |
| 21288 | #ifdef HAVE_SYS_PARAM_H |
| 21289 | # include <sys/param.h> |
| 21290 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21291 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21292 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21293 | #endif |
| 21294 | #ifdef HAVE_SYS_VFS_H |
| 21295 | # include <sys/vfs.h> |
| 21296 | #endif |
| 21297 | #ifdef HAVE_SYS_STATFS_H |
| 21298 | # include <sys/statfs.h> |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21299 | #endif |
| 21300 | |
| 21301 | int |
| 21302 | main () |
| 21303 | { |
| 21304 | static struct statfs ac_aggr; |
| 21305 | if (ac_aggr.f_frsize) |
| 21306 | return 0; |
| 21307 | ; |
| 21308 | return 0; |
| 21309 | } |
| 21310 | _ACEOF |
| 21311 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21312 | if { (ac_try="$ac_compile" |
| 21313 | case "(($ac_try" in |
| 21314 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21315 | *) ac_try_echo=$ac_try;; |
| 21316 | esac |
| 21317 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21318 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21319 | ac_status=$? |
| 21320 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21321 | rm -f conftest.er1 |
| 21322 | cat conftest.err >&5 |
| 21323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21324 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21325 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21326 | { (case "(($ac_try" in |
| 21327 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21328 | *) ac_try_echo=$ac_try;; |
| 21329 | esac |
| 21330 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21331 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21332 | ac_status=$? |
| 21333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21334 | (exit $ac_status); }; } && |
| 21335 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21336 | { (case "(($ac_try" in |
| 21337 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21338 | *) ac_try_echo=$ac_try;; |
| 21339 | esac |
| 21340 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21341 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21342 | ac_status=$? |
| 21343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21344 | (exit $ac_status); }; }; then |
| 21345 | ac_cv_member_struct_statfs_f_frsize=yes |
| 21346 | else |
| 21347 | echo "$as_me: failed program was:" >&5 |
| 21348 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21349 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21350 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21351 | /* confdefs.h. */ |
| 21352 | _ACEOF |
| 21353 | cat confdefs.h >>conftest.$ac_ext |
| 21354 | cat >>conftest.$ac_ext <<_ACEOF |
| 21355 | /* end confdefs.h. */ |
| 21356 | #include <sys/types.h> |
| 21357 | #ifdef HAVE_SYS_PARAM_H |
| 21358 | # include <sys/param.h> |
| 21359 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21360 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21361 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21362 | #endif |
| 21363 | #ifdef HAVE_SYS_VFS_H |
| 21364 | # include <sys/vfs.h> |
| 21365 | #endif |
| 21366 | #ifdef HAVE_SYS_STATFS_H |
| 21367 | # include <sys/statfs.h> |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21368 | #endif |
| 21369 | |
| 21370 | int |
| 21371 | main () |
| 21372 | { |
| 21373 | static struct statfs ac_aggr; |
| 21374 | if (sizeof ac_aggr.f_frsize) |
| 21375 | return 0; |
| 21376 | ; |
| 21377 | return 0; |
| 21378 | } |
| 21379 | _ACEOF |
| 21380 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21381 | if { (ac_try="$ac_compile" |
| 21382 | case "(($ac_try" in |
| 21383 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21384 | *) ac_try_echo=$ac_try;; |
| 21385 | esac |
| 21386 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21387 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21388 | ac_status=$? |
| 21389 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21390 | rm -f conftest.er1 |
| 21391 | cat conftest.err >&5 |
| 21392 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21393 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21394 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21395 | { (case "(($ac_try" in |
| 21396 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21397 | *) ac_try_echo=$ac_try;; |
| 21398 | esac |
| 21399 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21400 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21401 | ac_status=$? |
| 21402 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21403 | (exit $ac_status); }; } && |
| 21404 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21405 | { (case "(($ac_try" in |
| 21406 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21407 | *) ac_try_echo=$ac_try;; |
| 21408 | esac |
| 21409 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21410 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21411 | ac_status=$? |
| 21412 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21413 | (exit $ac_status); }; }; then |
| 21414 | ac_cv_member_struct_statfs_f_frsize=yes |
| 21415 | else |
| 21416 | echo "$as_me: failed program was:" >&5 |
| 21417 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21418 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21419 | ac_cv_member_struct_statfs_f_frsize=no |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21420 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21421 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21422 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21423 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21424 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21425 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21426 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21427 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5 |
| 21428 | echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21429 | if test $ac_cv_member_struct_statfs_f_frsize = yes; then |
| 21430 | |
| 21431 | cat >>confdefs.h <<_ACEOF |
| 21432 | #define HAVE_STRUCT_STATFS_F_FRSIZE 1 |
| 21433 | _ACEOF |
| 21434 | |
| 21435 | |
| 21436 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21437 | { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5 |
| 21438 | echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21439 | if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then |
| 21440 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21441 | else |
| 21442 | cat >conftest.$ac_ext <<_ACEOF |
| 21443 | /* confdefs.h. */ |
| 21444 | _ACEOF |
| 21445 | cat confdefs.h >>conftest.$ac_ext |
| 21446 | cat >>conftest.$ac_ext <<_ACEOF |
| 21447 | /* end confdefs.h. */ |
| 21448 | #include <sys/types.h> |
| 21449 | #ifdef HAVE_SYS_PARAM_H |
| 21450 | # include <sys/param.h> |
| 21451 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21452 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21453 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21454 | #endif |
| 21455 | #ifdef HAVE_SYS_VFS_H |
| 21456 | # include <sys/vfs.h> |
| 21457 | #endif |
| 21458 | #ifdef HAVE_SYS_STATFS_H |
| 21459 | # include <sys/statfs.h> |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21460 | #endif |
| 21461 | |
| 21462 | int |
| 21463 | main () |
| 21464 | { |
| 21465 | static struct statfs ac_aggr; |
| 21466 | if (ac_aggr.f_ffree) |
| 21467 | return 0; |
| 21468 | ; |
| 21469 | return 0; |
| 21470 | } |
| 21471 | _ACEOF |
| 21472 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21473 | if { (ac_try="$ac_compile" |
| 21474 | case "(($ac_try" in |
| 21475 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21476 | *) ac_try_echo=$ac_try;; |
| 21477 | esac |
| 21478 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21479 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21480 | ac_status=$? |
| 21481 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21482 | rm -f conftest.er1 |
| 21483 | cat conftest.err >&5 |
| 21484 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21485 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21486 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21487 | { (case "(($ac_try" in |
| 21488 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21489 | *) ac_try_echo=$ac_try;; |
| 21490 | esac |
| 21491 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21492 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21493 | ac_status=$? |
| 21494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21495 | (exit $ac_status); }; } && |
| 21496 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21497 | { (case "(($ac_try" in |
| 21498 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21499 | *) ac_try_echo=$ac_try;; |
| 21500 | esac |
| 21501 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21502 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21503 | ac_status=$? |
| 21504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21505 | (exit $ac_status); }; }; then |
| 21506 | ac_cv_member_struct_statfs_f_ffree=yes |
| 21507 | else |
| 21508 | echo "$as_me: failed program was:" >&5 |
| 21509 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21510 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21511 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21512 | /* confdefs.h. */ |
| 21513 | _ACEOF |
| 21514 | cat confdefs.h >>conftest.$ac_ext |
| 21515 | cat >>conftest.$ac_ext <<_ACEOF |
| 21516 | /* end confdefs.h. */ |
| 21517 | #include <sys/types.h> |
| 21518 | #ifdef HAVE_SYS_PARAM_H |
| 21519 | # include <sys/param.h> |
| 21520 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21521 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21522 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21523 | #endif |
| 21524 | #ifdef HAVE_SYS_VFS_H |
| 21525 | # include <sys/vfs.h> |
| 21526 | #endif |
| 21527 | #ifdef HAVE_SYS_STATFS_H |
| 21528 | # include <sys/statfs.h> |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21529 | #endif |
| 21530 | |
| 21531 | int |
| 21532 | main () |
| 21533 | { |
| 21534 | static struct statfs ac_aggr; |
| 21535 | if (sizeof ac_aggr.f_ffree) |
| 21536 | return 0; |
| 21537 | ; |
| 21538 | return 0; |
| 21539 | } |
| 21540 | _ACEOF |
| 21541 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21542 | if { (ac_try="$ac_compile" |
| 21543 | case "(($ac_try" in |
| 21544 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21545 | *) ac_try_echo=$ac_try;; |
| 21546 | esac |
| 21547 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21548 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21549 | ac_status=$? |
| 21550 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21551 | rm -f conftest.er1 |
| 21552 | cat conftest.err >&5 |
| 21553 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21554 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21555 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21556 | { (case "(($ac_try" in |
| 21557 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21558 | *) ac_try_echo=$ac_try;; |
| 21559 | esac |
| 21560 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21561 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21562 | ac_status=$? |
| 21563 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21564 | (exit $ac_status); }; } && |
| 21565 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21566 | { (case "(($ac_try" in |
| 21567 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21568 | *) ac_try_echo=$ac_try;; |
| 21569 | esac |
| 21570 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21571 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21572 | ac_status=$? |
| 21573 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21574 | (exit $ac_status); }; }; then |
| 21575 | ac_cv_member_struct_statfs_f_ffree=yes |
| 21576 | else |
| 21577 | echo "$as_me: failed program was:" >&5 |
| 21578 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21579 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21580 | ac_cv_member_struct_statfs_f_ffree=no |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21581 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21582 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21583 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21584 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21585 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21586 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21587 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21588 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5 |
| 21589 | echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21590 | if test $ac_cv_member_struct_statfs_f_ffree = yes; then |
| 21591 | |
| 21592 | cat >>confdefs.h <<_ACEOF |
| 21593 | #define HAVE_STRUCT_STATFS_F_FFREE 1 |
| 21594 | _ACEOF |
| 21595 | |
| 21596 | |
| 21597 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21598 | { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5 |
| 21599 | echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21600 | if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then |
| 21601 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21602 | else |
| 21603 | cat >conftest.$ac_ext <<_ACEOF |
| 21604 | /* confdefs.h. */ |
| 21605 | _ACEOF |
| 21606 | cat confdefs.h >>conftest.$ac_ext |
| 21607 | cat >>conftest.$ac_ext <<_ACEOF |
| 21608 | /* end confdefs.h. */ |
| 21609 | #include <sys/types.h> |
| 21610 | #ifdef HAVE_SYS_PARAM_H |
| 21611 | # include <sys/param.h> |
| 21612 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21613 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21614 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21615 | #endif |
| 21616 | #ifdef HAVE_SYS_VFS_H |
| 21617 | # include <sys/vfs.h> |
| 21618 | #endif |
| 21619 | #ifdef HAVE_SYS_STATFS_H |
| 21620 | # include <sys/statfs.h> |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21621 | #endif |
| 21622 | |
| 21623 | int |
| 21624 | main () |
| 21625 | { |
| 21626 | static struct statfs ac_aggr; |
| 21627 | if (ac_aggr.f_favail) |
| 21628 | return 0; |
| 21629 | ; |
| 21630 | return 0; |
| 21631 | } |
| 21632 | _ACEOF |
| 21633 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21634 | if { (ac_try="$ac_compile" |
| 21635 | case "(($ac_try" in |
| 21636 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21637 | *) ac_try_echo=$ac_try;; |
| 21638 | esac |
| 21639 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21640 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21641 | ac_status=$? |
| 21642 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21643 | rm -f conftest.er1 |
| 21644 | cat conftest.err >&5 |
| 21645 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21646 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21647 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21648 | { (case "(($ac_try" in |
| 21649 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21650 | *) ac_try_echo=$ac_try;; |
| 21651 | esac |
| 21652 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21653 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21654 | ac_status=$? |
| 21655 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21656 | (exit $ac_status); }; } && |
| 21657 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21658 | { (case "(($ac_try" in |
| 21659 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21660 | *) ac_try_echo=$ac_try;; |
| 21661 | esac |
| 21662 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21663 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21664 | ac_status=$? |
| 21665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21666 | (exit $ac_status); }; }; then |
| 21667 | ac_cv_member_struct_statfs_f_favail=yes |
| 21668 | else |
| 21669 | echo "$as_me: failed program was:" >&5 |
| 21670 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21671 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21672 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21673 | /* confdefs.h. */ |
| 21674 | _ACEOF |
| 21675 | cat confdefs.h >>conftest.$ac_ext |
| 21676 | cat >>conftest.$ac_ext <<_ACEOF |
| 21677 | /* end confdefs.h. */ |
| 21678 | #include <sys/types.h> |
| 21679 | #ifdef HAVE_SYS_PARAM_H |
| 21680 | # include <sys/param.h> |
| 21681 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21682 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21683 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21684 | #endif |
| 21685 | #ifdef HAVE_SYS_VFS_H |
| 21686 | # include <sys/vfs.h> |
| 21687 | #endif |
| 21688 | #ifdef HAVE_SYS_STATFS_H |
| 21689 | # include <sys/statfs.h> |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21690 | #endif |
| 21691 | |
| 21692 | int |
| 21693 | main () |
| 21694 | { |
| 21695 | static struct statfs ac_aggr; |
| 21696 | if (sizeof ac_aggr.f_favail) |
| 21697 | return 0; |
| 21698 | ; |
| 21699 | return 0; |
| 21700 | } |
| 21701 | _ACEOF |
| 21702 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21703 | if { (ac_try="$ac_compile" |
| 21704 | case "(($ac_try" in |
| 21705 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21706 | *) ac_try_echo=$ac_try;; |
| 21707 | esac |
| 21708 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21709 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21710 | ac_status=$? |
| 21711 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21712 | rm -f conftest.er1 |
| 21713 | cat conftest.err >&5 |
| 21714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21715 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21716 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21717 | { (case "(($ac_try" in |
| 21718 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21719 | *) ac_try_echo=$ac_try;; |
| 21720 | esac |
| 21721 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21722 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21723 | ac_status=$? |
| 21724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21725 | (exit $ac_status); }; } && |
| 21726 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21727 | { (case "(($ac_try" in |
| 21728 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21729 | *) ac_try_echo=$ac_try;; |
| 21730 | esac |
| 21731 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21732 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21733 | ac_status=$? |
| 21734 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21735 | (exit $ac_status); }; }; then |
| 21736 | ac_cv_member_struct_statfs_f_favail=yes |
| 21737 | else |
| 21738 | echo "$as_me: failed program was:" >&5 |
| 21739 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21740 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21741 | ac_cv_member_struct_statfs_f_favail=no |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21742 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21743 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21744 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21745 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21746 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21747 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21748 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21749 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5 |
| 21750 | echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21751 | if test $ac_cv_member_struct_statfs_f_favail = yes; then |
| 21752 | |
| 21753 | cat >>confdefs.h <<_ACEOF |
| 21754 | #define HAVE_STRUCT_STATFS_F_FAVAIL 1 |
| 21755 | _ACEOF |
| 21756 | |
| 21757 | |
| 21758 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21759 | { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5 |
| 21760 | echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; } |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21761 | if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then |
| 21762 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21763 | else |
| 21764 | cat >conftest.$ac_ext <<_ACEOF |
| 21765 | /* confdefs.h. */ |
| 21766 | _ACEOF |
| 21767 | cat confdefs.h >>conftest.$ac_ext |
| 21768 | cat >>conftest.$ac_ext <<_ACEOF |
| 21769 | /* end confdefs.h. */ |
| 21770 | #include <sys/types.h> |
| 21771 | #ifdef HAVE_SYS_PARAM_H |
| 21772 | # include <sys/param.h> |
| 21773 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21774 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21775 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21776 | #endif |
| 21777 | #ifdef HAVE_SYS_VFS_H |
| 21778 | # include <sys/vfs.h> |
| 21779 | #endif |
| 21780 | #ifdef HAVE_SYS_STATFS_H |
| 21781 | # include <sys/statfs.h> |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21782 | #endif |
| 21783 | |
| 21784 | int |
| 21785 | main () |
| 21786 | { |
| 21787 | static struct statfs ac_aggr; |
| 21788 | if (ac_aggr.f_namelen) |
| 21789 | return 0; |
| 21790 | ; |
| 21791 | return 0; |
| 21792 | } |
| 21793 | _ACEOF |
| 21794 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21795 | if { (ac_try="$ac_compile" |
| 21796 | case "(($ac_try" in |
| 21797 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21798 | *) ac_try_echo=$ac_try;; |
| 21799 | esac |
| 21800 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21801 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21802 | ac_status=$? |
| 21803 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21804 | rm -f conftest.er1 |
| 21805 | cat conftest.err >&5 |
| 21806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21807 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21808 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21809 | { (case "(($ac_try" in |
| 21810 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21811 | *) ac_try_echo=$ac_try;; |
| 21812 | esac |
| 21813 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21814 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21815 | ac_status=$? |
| 21816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21817 | (exit $ac_status); }; } && |
| 21818 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21819 | { (case "(($ac_try" in |
| 21820 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21821 | *) ac_try_echo=$ac_try;; |
| 21822 | esac |
| 21823 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21824 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21825 | ac_status=$? |
| 21826 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21827 | (exit $ac_status); }; }; then |
| 21828 | ac_cv_member_struct_statfs_f_namelen=yes |
| 21829 | else |
| 21830 | echo "$as_me: failed program was:" >&5 |
| 21831 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21832 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21833 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21834 | /* confdefs.h. */ |
| 21835 | _ACEOF |
| 21836 | cat confdefs.h >>conftest.$ac_ext |
| 21837 | cat >>conftest.$ac_ext <<_ACEOF |
| 21838 | /* end confdefs.h. */ |
| 21839 | #include <sys/types.h> |
| 21840 | #ifdef HAVE_SYS_PARAM_H |
| 21841 | # include <sys/param.h> |
| 21842 | #endif |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21843 | #ifdef HAVE_SYS_MOUNT_H |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21844 | # include <sys/mount.h> |
Robert Millan | 55b7448 | 2006-02-06 21:53:27 +0100 | [diff] [blame] | 21845 | #endif |
| 21846 | #ifdef HAVE_SYS_VFS_H |
| 21847 | # include <sys/vfs.h> |
| 21848 | #endif |
| 21849 | #ifdef HAVE_SYS_STATFS_H |
| 21850 | # include <sys/statfs.h> |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21851 | #endif |
| 21852 | |
| 21853 | int |
| 21854 | main () |
| 21855 | { |
| 21856 | static struct statfs ac_aggr; |
| 21857 | if (sizeof ac_aggr.f_namelen) |
| 21858 | return 0; |
| 21859 | ; |
| 21860 | return 0; |
| 21861 | } |
| 21862 | _ACEOF |
| 21863 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21864 | if { (ac_try="$ac_compile" |
| 21865 | case "(($ac_try" in |
| 21866 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21867 | *) ac_try_echo=$ac_try;; |
| 21868 | esac |
| 21869 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21870 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21871 | ac_status=$? |
| 21872 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21873 | rm -f conftest.er1 |
| 21874 | cat conftest.err >&5 |
| 21875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21876 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21877 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21878 | { (case "(($ac_try" in |
| 21879 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21880 | *) ac_try_echo=$ac_try;; |
| 21881 | esac |
| 21882 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21883 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21884 | ac_status=$? |
| 21885 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21886 | (exit $ac_status); }; } && |
| 21887 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21888 | { (case "(($ac_try" in |
| 21889 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21890 | *) ac_try_echo=$ac_try;; |
| 21891 | esac |
| 21892 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21893 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21894 | ac_status=$? |
| 21895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21896 | (exit $ac_status); }; }; then |
| 21897 | ac_cv_member_struct_statfs_f_namelen=yes |
| 21898 | else |
| 21899 | echo "$as_me: failed program was:" >&5 |
| 21900 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21901 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21902 | ac_cv_member_struct_statfs_f_namelen=no |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21903 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21904 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21905 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21906 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21907 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21908 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21909 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21910 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5 |
| 21911 | echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; } |
Alexandre Julliard | b859a68 | 2004-03-07 03:16:43 +0000 | [diff] [blame] | 21912 | if test $ac_cv_member_struct_statfs_f_namelen = yes; then |
| 21913 | |
| 21914 | cat >>confdefs.h <<_ACEOF |
| 21915 | #define HAVE_STRUCT_STATFS_F_NAMELEN 1 |
| 21916 | _ACEOF |
| 21917 | |
| 21918 | |
| 21919 | fi |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21920 | |
| 21921 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21922 | { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5 |
| 21923 | echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21924 | if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then |
| 21925 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21926 | else |
| 21927 | cat >conftest.$ac_ext <<_ACEOF |
| 21928 | /* confdefs.h. */ |
| 21929 | _ACEOF |
| 21930 | cat confdefs.h >>conftest.$ac_ext |
| 21931 | cat >>conftest.$ac_ext <<_ACEOF |
| 21932 | /* end confdefs.h. */ |
| 21933 | #ifdef HAVE_SYS_STATVFS_H |
| 21934 | #include <sys/statvfs.h> |
| 21935 | #endif |
| 21936 | |
| 21937 | int |
| 21938 | main () |
| 21939 | { |
| 21940 | static struct statvfs ac_aggr; |
| 21941 | if (ac_aggr.f_blocks) |
| 21942 | return 0; |
| 21943 | ; |
| 21944 | return 0; |
| 21945 | } |
| 21946 | _ACEOF |
| 21947 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21948 | if { (ac_try="$ac_compile" |
| 21949 | case "(($ac_try" in |
| 21950 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21951 | *) ac_try_echo=$ac_try;; |
| 21952 | esac |
| 21953 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21954 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21955 | ac_status=$? |
| 21956 | grep -v '^ *+' conftest.er1 >conftest.err |
| 21957 | rm -f conftest.er1 |
| 21958 | cat conftest.err >&5 |
| 21959 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21960 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21961 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 21962 | { (case "(($ac_try" in |
| 21963 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21964 | *) ac_try_echo=$ac_try;; |
| 21965 | esac |
| 21966 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21967 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21968 | ac_status=$? |
| 21969 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21970 | (exit $ac_status); }; } && |
| 21971 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 21972 | { (case "(($ac_try" in |
| 21973 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 21974 | *) ac_try_echo=$ac_try;; |
| 21975 | esac |
| 21976 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 21977 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21978 | ac_status=$? |
| 21979 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21980 | (exit $ac_status); }; }; then |
| 21981 | ac_cv_member_struct_statvfs_f_blocks=yes |
| 21982 | else |
| 21983 | echo "$as_me: failed program was:" >&5 |
| 21984 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21985 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 21986 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 21987 | /* confdefs.h. */ |
| 21988 | _ACEOF |
| 21989 | cat confdefs.h >>conftest.$ac_ext |
| 21990 | cat >>conftest.$ac_ext <<_ACEOF |
| 21991 | /* end confdefs.h. */ |
| 21992 | #ifdef HAVE_SYS_STATVFS_H |
| 21993 | #include <sys/statvfs.h> |
| 21994 | #endif |
| 21995 | |
| 21996 | int |
| 21997 | main () |
| 21998 | { |
| 21999 | static struct statvfs ac_aggr; |
| 22000 | if (sizeof ac_aggr.f_blocks) |
| 22001 | return 0; |
| 22002 | ; |
| 22003 | return 0; |
| 22004 | } |
| 22005 | _ACEOF |
| 22006 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22007 | if { (ac_try="$ac_compile" |
| 22008 | case "(($ac_try" in |
| 22009 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22010 | *) ac_try_echo=$ac_try;; |
| 22011 | esac |
| 22012 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22013 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22014 | ac_status=$? |
| 22015 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22016 | rm -f conftest.er1 |
| 22017 | cat conftest.err >&5 |
| 22018 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22019 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22020 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22021 | { (case "(($ac_try" in |
| 22022 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22023 | *) ac_try_echo=$ac_try;; |
| 22024 | esac |
| 22025 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22026 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22027 | ac_status=$? |
| 22028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22029 | (exit $ac_status); }; } && |
| 22030 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22031 | { (case "(($ac_try" in |
| 22032 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22033 | *) ac_try_echo=$ac_try;; |
| 22034 | esac |
| 22035 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22036 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22037 | ac_status=$? |
| 22038 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22039 | (exit $ac_status); }; }; then |
| 22040 | ac_cv_member_struct_statvfs_f_blocks=yes |
| 22041 | else |
| 22042 | echo "$as_me: failed program was:" >&5 |
| 22043 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22044 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22045 | ac_cv_member_struct_statvfs_f_blocks=no |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22046 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22047 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22048 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22049 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22050 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22051 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22052 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22053 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5 |
| 22054 | echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; } |
Alexandre Julliard | 13af489 | 2004-03-05 21:03:46 +0000 | [diff] [blame] | 22055 | if test $ac_cv_member_struct_statvfs_f_blocks = yes; then |
| 22056 | |
| 22057 | cat >>confdefs.h <<_ACEOF |
| 22058 | #define HAVE_STRUCT_STATVFS_F_BLOCKS 1 |
| 22059 | _ACEOF |
| 22060 | |
| 22061 | |
| 22062 | fi |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 22063 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 22064 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22065 | { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5 |
| 22066 | echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22067 | if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22068 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 22069 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22070 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 22071 | /* confdefs.h. */ |
| 22072 | _ACEOF |
| 22073 | cat confdefs.h >>conftest.$ac_ext |
| 22074 | cat >>conftest.$ac_ext <<_ACEOF |
| 22075 | /* end confdefs.h. */ |
Patrik Stridvall | 09da966 | 2001-07-08 22:30:50 +0000 | [diff] [blame] | 22076 | #include <sys/types.h> |
Patrik Stridvall | 63ae7fe | 2002-11-08 19:34:52 +0000 | [diff] [blame] | 22077 | #ifdef HAVE_SYS_SOCKET_H |
| 22078 | # include <sys/socket.h> |
| 22079 | #endif |
| 22080 | #ifdef HAVE_SYS_UN_H |
| 22081 | # include <sys/un.h> |
| 22082 | #endif |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22083 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22084 | int |
| 22085 | main () |
| 22086 | { |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22087 | static struct msghdr ac_aggr; |
| 22088 | if (ac_aggr.msg_accrights) |
| 22089 | return 0; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22090 | ; |
| 22091 | return 0; |
| 22092 | } |
| 22093 | _ACEOF |
| 22094 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22095 | if { (ac_try="$ac_compile" |
| 22096 | case "(($ac_try" in |
| 22097 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22098 | *) ac_try_echo=$ac_try;; |
| 22099 | esac |
| 22100 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22101 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22102 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22103 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22104 | rm -f conftest.er1 |
| 22105 | cat conftest.err >&5 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 22106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22107 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22108 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22109 | { (case "(($ac_try" in |
| 22110 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22111 | *) ac_try_echo=$ac_try;; |
| 22112 | esac |
| 22113 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22114 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22115 | ac_status=$? |
| 22116 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22117 | (exit $ac_status); }; } && |
| 22118 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22119 | { (case "(($ac_try" in |
| 22120 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22121 | *) ac_try_echo=$ac_try;; |
| 22122 | esac |
| 22123 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22124 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22125 | ac_status=$? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 22126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22127 | (exit $ac_status); }; }; then |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22128 | ac_cv_member_struct_msghdr_msg_accrights=yes |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 22129 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 22130 | echo "$as_me: failed program was:" >&5 |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 22131 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22132 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22133 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22134 | /* confdefs.h. */ |
| 22135 | _ACEOF |
| 22136 | cat confdefs.h >>conftest.$ac_ext |
| 22137 | cat >>conftest.$ac_ext <<_ACEOF |
| 22138 | /* end confdefs.h. */ |
| 22139 | #include <sys/types.h> |
| 22140 | #ifdef HAVE_SYS_SOCKET_H |
| 22141 | # include <sys/socket.h> |
| 22142 | #endif |
| 22143 | #ifdef HAVE_SYS_UN_H |
| 22144 | # include <sys/un.h> |
| 22145 | #endif |
| 22146 | |
| 22147 | int |
| 22148 | main () |
| 22149 | { |
| 22150 | static struct msghdr ac_aggr; |
| 22151 | if (sizeof ac_aggr.msg_accrights) |
| 22152 | return 0; |
| 22153 | ; |
| 22154 | return 0; |
| 22155 | } |
| 22156 | _ACEOF |
| 22157 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22158 | if { (ac_try="$ac_compile" |
| 22159 | case "(($ac_try" in |
| 22160 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22161 | *) ac_try_echo=$ac_try;; |
| 22162 | esac |
| 22163 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22164 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22165 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22166 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22167 | rm -f conftest.er1 |
| 22168 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22170 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22171 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22172 | { (case "(($ac_try" in |
| 22173 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22174 | *) ac_try_echo=$ac_try;; |
| 22175 | esac |
| 22176 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22177 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22178 | ac_status=$? |
| 22179 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22180 | (exit $ac_status); }; } && |
| 22181 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22182 | { (case "(($ac_try" in |
| 22183 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22184 | *) ac_try_echo=$ac_try;; |
| 22185 | esac |
| 22186 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22187 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22188 | ac_status=$? |
| 22189 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22190 | (exit $ac_status); }; }; then |
| 22191 | ac_cv_member_struct_msghdr_msg_accrights=yes |
| 22192 | else |
| 22193 | echo "$as_me: failed program was:" >&5 |
| 22194 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22195 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22196 | ac_cv_member_struct_msghdr_msg_accrights=no |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 22197 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22198 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22199 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 22200 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22201 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22202 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22203 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22204 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5 |
| 22205 | echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22206 | if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 22207 | |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22208 | cat >>confdefs.h <<_ACEOF |
| 22209 | #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 22210 | _ACEOF |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 22211 | |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22212 | |
| 22213 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22214 | { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5 |
| 22215 | echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22216 | if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then |
| 22217 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 22218 | else |
| 22219 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22220 | /* confdefs.h. */ |
| 22221 | _ACEOF |
| 22222 | cat confdefs.h >>conftest.$ac_ext |
| 22223 | cat >>conftest.$ac_ext <<_ACEOF |
| 22224 | /* end confdefs.h. */ |
| 22225 | #include <sys/types.h> |
| 22226 | #ifdef HAVE_SYS_SOCKET_H |
| 22227 | # include <sys/socket.h> |
| 22228 | #endif |
| 22229 | #ifdef HAVE_SYS_UN_H |
| 22230 | # include <sys/un.h> |
| 22231 | #endif |
| 22232 | |
| 22233 | int |
| 22234 | main () |
| 22235 | { |
| 22236 | static struct sockaddr ac_aggr; |
| 22237 | if (ac_aggr.sa_len) |
| 22238 | return 0; |
| 22239 | ; |
| 22240 | return 0; |
| 22241 | } |
| 22242 | _ACEOF |
| 22243 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22244 | if { (ac_try="$ac_compile" |
| 22245 | case "(($ac_try" in |
| 22246 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22247 | *) ac_try_echo=$ac_try;; |
| 22248 | esac |
| 22249 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22250 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22251 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22252 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22253 | rm -f conftest.er1 |
| 22254 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22256 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22257 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22258 | { (case "(($ac_try" in |
| 22259 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22260 | *) ac_try_echo=$ac_try;; |
| 22261 | esac |
| 22262 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22263 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22264 | ac_status=$? |
| 22265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22266 | (exit $ac_status); }; } && |
| 22267 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22268 | { (case "(($ac_try" in |
| 22269 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22270 | *) ac_try_echo=$ac_try;; |
| 22271 | esac |
| 22272 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22273 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22274 | ac_status=$? |
| 22275 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22276 | (exit $ac_status); }; }; then |
| 22277 | ac_cv_member_struct_sockaddr_sa_len=yes |
| 22278 | else |
| 22279 | echo "$as_me: failed program was:" >&5 |
| 22280 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22281 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22282 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22283 | /* confdefs.h. */ |
| 22284 | _ACEOF |
| 22285 | cat confdefs.h >>conftest.$ac_ext |
| 22286 | cat >>conftest.$ac_ext <<_ACEOF |
| 22287 | /* end confdefs.h. */ |
| 22288 | #include <sys/types.h> |
| 22289 | #ifdef HAVE_SYS_SOCKET_H |
| 22290 | # include <sys/socket.h> |
| 22291 | #endif |
| 22292 | #ifdef HAVE_SYS_UN_H |
| 22293 | # include <sys/un.h> |
| 22294 | #endif |
| 22295 | |
| 22296 | int |
| 22297 | main () |
| 22298 | { |
| 22299 | static struct sockaddr ac_aggr; |
| 22300 | if (sizeof ac_aggr.sa_len) |
| 22301 | return 0; |
| 22302 | ; |
| 22303 | return 0; |
| 22304 | } |
| 22305 | _ACEOF |
| 22306 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22307 | if { (ac_try="$ac_compile" |
| 22308 | case "(($ac_try" in |
| 22309 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22310 | *) ac_try_echo=$ac_try;; |
| 22311 | esac |
| 22312 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22313 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22314 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22315 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22316 | rm -f conftest.er1 |
| 22317 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22318 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22319 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22320 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22321 | { (case "(($ac_try" in |
| 22322 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22323 | *) ac_try_echo=$ac_try;; |
| 22324 | esac |
| 22325 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22326 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22327 | ac_status=$? |
| 22328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22329 | (exit $ac_status); }; } && |
| 22330 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22331 | { (case "(($ac_try" in |
| 22332 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22333 | *) ac_try_echo=$ac_try;; |
| 22334 | esac |
| 22335 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22336 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22337 | ac_status=$? |
| 22338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22339 | (exit $ac_status); }; }; then |
| 22340 | ac_cv_member_struct_sockaddr_sa_len=yes |
| 22341 | else |
| 22342 | echo "$as_me: failed program was:" >&5 |
| 22343 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22344 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22345 | ac_cv_member_struct_sockaddr_sa_len=no |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22346 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22347 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22348 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22349 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22350 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22351 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22352 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22353 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5 |
| 22354 | echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22355 | if test $ac_cv_member_struct_sockaddr_sa_len = yes; then |
| 22356 | |
| 22357 | cat >>confdefs.h <<_ACEOF |
| 22358 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 |
| 22359 | _ACEOF |
| 22360 | |
| 22361 | |
| 22362 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22363 | { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5 |
| 22364 | echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22365 | if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then |
| 22366 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 22367 | else |
| 22368 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22369 | /* confdefs.h. */ |
| 22370 | _ACEOF |
| 22371 | cat confdefs.h >>conftest.$ac_ext |
| 22372 | cat >>conftest.$ac_ext <<_ACEOF |
| 22373 | /* end confdefs.h. */ |
| 22374 | #include <sys/types.h> |
| 22375 | #ifdef HAVE_SYS_SOCKET_H |
| 22376 | # include <sys/socket.h> |
| 22377 | #endif |
| 22378 | #ifdef HAVE_SYS_UN_H |
| 22379 | # include <sys/un.h> |
| 22380 | #endif |
| 22381 | |
| 22382 | int |
| 22383 | main () |
| 22384 | { |
| 22385 | static struct sockaddr_un ac_aggr; |
| 22386 | if (ac_aggr.sun_len) |
| 22387 | return 0; |
| 22388 | ; |
| 22389 | return 0; |
| 22390 | } |
| 22391 | _ACEOF |
| 22392 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22393 | if { (ac_try="$ac_compile" |
| 22394 | case "(($ac_try" in |
| 22395 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22396 | *) ac_try_echo=$ac_try;; |
| 22397 | esac |
| 22398 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22399 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22400 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22401 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22402 | rm -f conftest.er1 |
| 22403 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22405 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22406 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22407 | { (case "(($ac_try" in |
| 22408 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22409 | *) ac_try_echo=$ac_try;; |
| 22410 | esac |
| 22411 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22412 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22413 | ac_status=$? |
| 22414 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22415 | (exit $ac_status); }; } && |
| 22416 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22417 | { (case "(($ac_try" in |
| 22418 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22419 | *) ac_try_echo=$ac_try;; |
| 22420 | esac |
| 22421 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22422 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22423 | ac_status=$? |
| 22424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22425 | (exit $ac_status); }; }; then |
| 22426 | ac_cv_member_struct_sockaddr_un_sun_len=yes |
| 22427 | else |
| 22428 | echo "$as_me: failed program was:" >&5 |
| 22429 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22430 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22431 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22432 | /* confdefs.h. */ |
| 22433 | _ACEOF |
| 22434 | cat confdefs.h >>conftest.$ac_ext |
| 22435 | cat >>conftest.$ac_ext <<_ACEOF |
| 22436 | /* end confdefs.h. */ |
| 22437 | #include <sys/types.h> |
| 22438 | #ifdef HAVE_SYS_SOCKET_H |
| 22439 | # include <sys/socket.h> |
| 22440 | #endif |
| 22441 | #ifdef HAVE_SYS_UN_H |
| 22442 | # include <sys/un.h> |
| 22443 | #endif |
| 22444 | |
| 22445 | int |
| 22446 | main () |
| 22447 | { |
| 22448 | static struct sockaddr_un ac_aggr; |
| 22449 | if (sizeof ac_aggr.sun_len) |
| 22450 | return 0; |
| 22451 | ; |
| 22452 | return 0; |
| 22453 | } |
| 22454 | _ACEOF |
| 22455 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22456 | if { (ac_try="$ac_compile" |
| 22457 | case "(($ac_try" in |
| 22458 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22459 | *) ac_try_echo=$ac_try;; |
| 22460 | esac |
| 22461 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22462 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22463 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22464 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22465 | rm -f conftest.er1 |
| 22466 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22467 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22468 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22469 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22470 | { (case "(($ac_try" in |
| 22471 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22472 | *) ac_try_echo=$ac_try;; |
| 22473 | esac |
| 22474 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22475 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22476 | ac_status=$? |
| 22477 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22478 | (exit $ac_status); }; } && |
| 22479 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22480 | { (case "(($ac_try" in |
| 22481 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22482 | *) ac_try_echo=$ac_try;; |
| 22483 | esac |
| 22484 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22485 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22486 | ac_status=$? |
| 22487 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22488 | (exit $ac_status); }; }; then |
| 22489 | ac_cv_member_struct_sockaddr_un_sun_len=yes |
| 22490 | else |
| 22491 | echo "$as_me: failed program was:" >&5 |
| 22492 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22493 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22494 | ac_cv_member_struct_sockaddr_un_sun_len=no |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22495 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22496 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22497 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22498 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22499 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22500 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22501 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22502 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5 |
| 22503 | echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22504 | if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then |
| 22505 | |
| 22506 | cat >>confdefs.h <<_ACEOF |
| 22507 | #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1 |
| 22508 | _ACEOF |
| 22509 | |
| 22510 | |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 22511 | fi |
| 22512 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 22513 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22514 | { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5 |
| 22515 | echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; } |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22516 | if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then |
| 22517 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 22518 | else |
| 22519 | cat >conftest.$ac_ext <<_ACEOF |
| 22520 | /* confdefs.h. */ |
| 22521 | _ACEOF |
| 22522 | cat confdefs.h >>conftest.$ac_ext |
| 22523 | cat >>conftest.$ac_ext <<_ACEOF |
| 22524 | /* end confdefs.h. */ |
| 22525 | #include <sys/types.h> |
| 22526 | #ifdef HAVE_SCSI_SG_H |
| 22527 | #include <scsi/sg.h> |
| 22528 | #endif |
| 22529 | |
| 22530 | int |
| 22531 | main () |
| 22532 | { |
| 22533 | static scsireq_t ac_aggr; |
| 22534 | if (ac_aggr.cmd) |
| 22535 | return 0; |
| 22536 | ; |
| 22537 | return 0; |
| 22538 | } |
| 22539 | _ACEOF |
| 22540 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22541 | if { (ac_try="$ac_compile" |
| 22542 | case "(($ac_try" in |
| 22543 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22544 | *) ac_try_echo=$ac_try;; |
| 22545 | esac |
| 22546 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22547 | (eval "$ac_compile") 2>conftest.er1 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22548 | ac_status=$? |
| 22549 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22550 | rm -f conftest.er1 |
| 22551 | cat conftest.err >&5 |
| 22552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22553 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22554 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22555 | { (case "(($ac_try" in |
| 22556 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22557 | *) ac_try_echo=$ac_try;; |
| 22558 | esac |
| 22559 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22560 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22561 | ac_status=$? |
| 22562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22563 | (exit $ac_status); }; } && |
| 22564 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22565 | { (case "(($ac_try" in |
| 22566 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22567 | *) ac_try_echo=$ac_try;; |
| 22568 | esac |
| 22569 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22570 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22571 | ac_status=$? |
| 22572 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22573 | (exit $ac_status); }; }; then |
| 22574 | ac_cv_member_scsireq_t_cmd=yes |
| 22575 | else |
| 22576 | echo "$as_me: failed program was:" >&5 |
| 22577 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22578 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22579 | cat >conftest.$ac_ext <<_ACEOF |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22580 | /* confdefs.h. */ |
| 22581 | _ACEOF |
| 22582 | cat confdefs.h >>conftest.$ac_ext |
| 22583 | cat >>conftest.$ac_ext <<_ACEOF |
| 22584 | /* end confdefs.h. */ |
| 22585 | #include <sys/types.h> |
| 22586 | #ifdef HAVE_SCSI_SG_H |
| 22587 | #include <scsi/sg.h> |
| 22588 | #endif |
| 22589 | |
| 22590 | int |
| 22591 | main () |
| 22592 | { |
| 22593 | static scsireq_t ac_aggr; |
| 22594 | if (sizeof ac_aggr.cmd) |
| 22595 | return 0; |
| 22596 | ; |
| 22597 | return 0; |
| 22598 | } |
| 22599 | _ACEOF |
| 22600 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22601 | if { (ac_try="$ac_compile" |
| 22602 | case "(($ac_try" in |
| 22603 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22604 | *) ac_try_echo=$ac_try;; |
| 22605 | esac |
| 22606 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22607 | (eval "$ac_compile") 2>conftest.er1 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22608 | ac_status=$? |
| 22609 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22610 | rm -f conftest.er1 |
| 22611 | cat conftest.err >&5 |
| 22612 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22613 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22614 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22615 | { (case "(($ac_try" in |
| 22616 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22617 | *) ac_try_echo=$ac_try;; |
| 22618 | esac |
| 22619 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22620 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22621 | ac_status=$? |
| 22622 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22623 | (exit $ac_status); }; } && |
| 22624 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22625 | { (case "(($ac_try" in |
| 22626 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22627 | *) ac_try_echo=$ac_try;; |
| 22628 | esac |
| 22629 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22630 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22631 | ac_status=$? |
| 22632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22633 | (exit $ac_status); }; }; then |
| 22634 | ac_cv_member_scsireq_t_cmd=yes |
| 22635 | else |
| 22636 | echo "$as_me: failed program was:" >&5 |
| 22637 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22638 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22639 | ac_cv_member_scsireq_t_cmd=no |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22640 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22641 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22642 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22643 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22644 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22645 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22646 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22647 | { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5 |
| 22648 | echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; } |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22649 | if test $ac_cv_member_scsireq_t_cmd = yes; then |
| 22650 | |
| 22651 | cat >>confdefs.h <<_ACEOF |
| 22652 | #define HAVE_SCSIREQ_T_CMD 1 |
| 22653 | _ACEOF |
| 22654 | |
| 22655 | |
| 22656 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22657 | { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5 |
| 22658 | echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; } |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22659 | if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then |
| 22660 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 22661 | else |
| 22662 | cat >conftest.$ac_ext <<_ACEOF |
| 22663 | /* confdefs.h. */ |
| 22664 | _ACEOF |
| 22665 | cat confdefs.h >>conftest.$ac_ext |
| 22666 | cat >>conftest.$ac_ext <<_ACEOF |
| 22667 | /* end confdefs.h. */ |
| 22668 | #include <sys/types.h> |
| 22669 | #ifdef HAVE_SCSI_SG_H |
| 22670 | #include <scsi/sg.h> |
| 22671 | #endif |
| 22672 | |
| 22673 | int |
| 22674 | main () |
| 22675 | { |
| 22676 | static sg_io_hdr_t ac_aggr; |
| 22677 | if (ac_aggr.interface_id) |
| 22678 | return 0; |
| 22679 | ; |
| 22680 | return 0; |
| 22681 | } |
| 22682 | _ACEOF |
| 22683 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22684 | if { (ac_try="$ac_compile" |
| 22685 | case "(($ac_try" in |
| 22686 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22687 | *) ac_try_echo=$ac_try;; |
| 22688 | esac |
| 22689 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22690 | (eval "$ac_compile") 2>conftest.er1 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22691 | ac_status=$? |
| 22692 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22693 | rm -f conftest.er1 |
| 22694 | cat conftest.err >&5 |
| 22695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22696 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22697 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22698 | { (case "(($ac_try" in |
| 22699 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22700 | *) ac_try_echo=$ac_try;; |
| 22701 | esac |
| 22702 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22703 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22704 | ac_status=$? |
| 22705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22706 | (exit $ac_status); }; } && |
| 22707 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22708 | { (case "(($ac_try" in |
| 22709 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22710 | *) ac_try_echo=$ac_try;; |
| 22711 | esac |
| 22712 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22713 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22714 | ac_status=$? |
| 22715 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22716 | (exit $ac_status); }; }; then |
| 22717 | ac_cv_member_sg_io_hdr_t_interface_id=yes |
| 22718 | else |
| 22719 | echo "$as_me: failed program was:" >&5 |
| 22720 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22721 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22722 | cat >conftest.$ac_ext <<_ACEOF |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22723 | /* confdefs.h. */ |
| 22724 | _ACEOF |
| 22725 | cat confdefs.h >>conftest.$ac_ext |
| 22726 | cat >>conftest.$ac_ext <<_ACEOF |
| 22727 | /* end confdefs.h. */ |
| 22728 | #include <sys/types.h> |
| 22729 | #ifdef HAVE_SCSI_SG_H |
| 22730 | #include <scsi/sg.h> |
| 22731 | #endif |
| 22732 | |
| 22733 | int |
| 22734 | main () |
| 22735 | { |
| 22736 | static sg_io_hdr_t ac_aggr; |
| 22737 | if (sizeof ac_aggr.interface_id) |
| 22738 | return 0; |
| 22739 | ; |
| 22740 | return 0; |
| 22741 | } |
| 22742 | _ACEOF |
| 22743 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22744 | if { (ac_try="$ac_compile" |
| 22745 | case "(($ac_try" in |
| 22746 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22747 | *) ac_try_echo=$ac_try;; |
| 22748 | esac |
| 22749 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22750 | (eval "$ac_compile") 2>conftest.er1 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22751 | ac_status=$? |
| 22752 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22753 | rm -f conftest.er1 |
| 22754 | cat conftest.err >&5 |
| 22755 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22756 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22757 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22758 | { (case "(($ac_try" in |
| 22759 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22760 | *) ac_try_echo=$ac_try;; |
| 22761 | esac |
| 22762 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22763 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22764 | ac_status=$? |
| 22765 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22766 | (exit $ac_status); }; } && |
| 22767 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22768 | { (case "(($ac_try" in |
| 22769 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22770 | *) ac_try_echo=$ac_try;; |
| 22771 | esac |
| 22772 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22773 | (eval "$ac_try") 2>&5 |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22774 | ac_status=$? |
| 22775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22776 | (exit $ac_status); }; }; then |
| 22777 | ac_cv_member_sg_io_hdr_t_interface_id=yes |
| 22778 | else |
| 22779 | echo "$as_me: failed program was:" >&5 |
| 22780 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22781 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22782 | ac_cv_member_sg_io_hdr_t_interface_id=no |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22783 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22784 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22785 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22786 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22787 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22788 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22789 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22790 | { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5 |
| 22791 | echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; } |
Dmitry Timoshkov | ea64a36 | 2005-06-27 12:07:49 +0000 | [diff] [blame] | 22792 | if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then |
| 22793 | |
| 22794 | cat >>confdefs.h <<_ACEOF |
| 22795 | #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1 |
| 22796 | _ACEOF |
| 22797 | |
| 22798 | |
| 22799 | fi |
| 22800 | |
| 22801 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22802 | { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5 |
| 22803 | echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22804 | if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then |
| 22805 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 22806 | else |
| 22807 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22808 | /* confdefs.h. */ |
| 22809 | _ACEOF |
| 22810 | cat confdefs.h >>conftest.$ac_ext |
| 22811 | cat >>conftest.$ac_ext <<_ACEOF |
| 22812 | /* end confdefs.h. */ |
| 22813 | #include <signal.h> |
| 22814 | |
| 22815 | int |
| 22816 | main () |
| 22817 | { |
| 22818 | static siginfo_t ac_aggr; |
| 22819 | if (ac_aggr.si_fd) |
| 22820 | return 0; |
| 22821 | ; |
| 22822 | return 0; |
| 22823 | } |
| 22824 | _ACEOF |
| 22825 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22826 | if { (ac_try="$ac_compile" |
| 22827 | case "(($ac_try" in |
| 22828 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22829 | *) ac_try_echo=$ac_try;; |
| 22830 | esac |
| 22831 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22832 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22833 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22834 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22835 | rm -f conftest.er1 |
| 22836 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22837 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22838 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22839 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22840 | { (case "(($ac_try" in |
| 22841 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22842 | *) ac_try_echo=$ac_try;; |
| 22843 | esac |
| 22844 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22845 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22846 | ac_status=$? |
| 22847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22848 | (exit $ac_status); }; } && |
| 22849 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22850 | { (case "(($ac_try" in |
| 22851 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22852 | *) ac_try_echo=$ac_try;; |
| 22853 | esac |
| 22854 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22855 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22856 | ac_status=$? |
| 22857 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22858 | (exit $ac_status); }; }; then |
| 22859 | ac_cv_member_siginfo_t_si_fd=yes |
| 22860 | else |
| 22861 | echo "$as_me: failed program was:" >&5 |
| 22862 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22863 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22864 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22865 | /* confdefs.h. */ |
| 22866 | _ACEOF |
| 22867 | cat confdefs.h >>conftest.$ac_ext |
| 22868 | cat >>conftest.$ac_ext <<_ACEOF |
| 22869 | /* end confdefs.h. */ |
| 22870 | #include <signal.h> |
| 22871 | |
| 22872 | int |
| 22873 | main () |
| 22874 | { |
| 22875 | static siginfo_t ac_aggr; |
| 22876 | if (sizeof ac_aggr.si_fd) |
| 22877 | return 0; |
| 22878 | ; |
| 22879 | return 0; |
| 22880 | } |
| 22881 | _ACEOF |
| 22882 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22883 | if { (ac_try="$ac_compile" |
| 22884 | case "(($ac_try" in |
| 22885 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22886 | *) ac_try_echo=$ac_try;; |
| 22887 | esac |
| 22888 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22889 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22890 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22891 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22892 | rm -f conftest.er1 |
| 22893 | cat conftest.err >&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22895 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22896 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22897 | { (case "(($ac_try" in |
| 22898 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22899 | *) ac_try_echo=$ac_try;; |
| 22900 | esac |
| 22901 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22902 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 22903 | ac_status=$? |
| 22904 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22905 | (exit $ac_status); }; } && |
| 22906 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22907 | { (case "(($ac_try" in |
| 22908 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22909 | *) ac_try_echo=$ac_try;; |
| 22910 | esac |
| 22911 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22912 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22913 | ac_status=$? |
| 22914 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22915 | (exit $ac_status); }; }; then |
| 22916 | ac_cv_member_siginfo_t_si_fd=yes |
| 22917 | else |
| 22918 | echo "$as_me: failed program was:" >&5 |
| 22919 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 22920 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22921 | ac_cv_member_siginfo_t_si_fd=no |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22922 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22923 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22924 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22925 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22926 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22927 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22928 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22929 | { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5 |
| 22930 | echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; } |
Alexandre Julliard | 5537dbb | 2003-03-28 00:36:12 +0000 | [diff] [blame] | 22931 | if test $ac_cv_member_siginfo_t_si_fd = yes; then |
| 22932 | |
| 22933 | cat >>confdefs.h <<_ACEOF |
| 22934 | #define HAVE_SIGINFO_T_SI_FD 1 |
| 22935 | _ACEOF |
| 22936 | |
| 22937 | |
| 22938 | fi |
| 22939 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 22940 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 22941 | { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5 |
| 22942 | echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; } |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 22943 | if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then |
| 22944 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 22945 | else |
| 22946 | cat >conftest.$ac_ext <<_ACEOF |
| 22947 | /* confdefs.h. */ |
| 22948 | _ACEOF |
| 22949 | cat confdefs.h >>conftest.$ac_ext |
| 22950 | cat >>conftest.$ac_ext <<_ACEOF |
| 22951 | /* end confdefs.h. */ |
Phil Krylov | 368dab3 | 2006-02-11 20:26:33 +0100 | [diff] [blame] | 22952 | #include <sys/types.h> |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 22953 | #ifdef HAVE_SYS_MTIO_H |
| 22954 | #include <sys/mtio.h> |
| 22955 | #endif |
| 22956 | |
| 22957 | int |
| 22958 | main () |
| 22959 | { |
| 22960 | static struct mtget ac_aggr; |
| 22961 | if (ac_aggr.mt_blksiz) |
| 22962 | return 0; |
| 22963 | ; |
| 22964 | return 0; |
| 22965 | } |
| 22966 | _ACEOF |
| 22967 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22968 | if { (ac_try="$ac_compile" |
| 22969 | case "(($ac_try" in |
| 22970 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22971 | *) ac_try_echo=$ac_try;; |
| 22972 | esac |
| 22973 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22974 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 22975 | ac_status=$? |
| 22976 | grep -v '^ *+' conftest.er1 >conftest.err |
| 22977 | rm -f conftest.er1 |
| 22978 | cat conftest.err >&5 |
| 22979 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22980 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22981 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 22982 | { (case "(($ac_try" in |
| 22983 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22984 | *) ac_try_echo=$ac_try;; |
| 22985 | esac |
| 22986 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22987 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 22988 | ac_status=$? |
| 22989 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 22990 | (exit $ac_status); }; } && |
| 22991 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 22992 | { (case "(($ac_try" in |
| 22993 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 22994 | *) ac_try_echo=$ac_try;; |
| 22995 | esac |
| 22996 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 22997 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 22998 | ac_status=$? |
| 22999 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23000 | (exit $ac_status); }; }; then |
| 23001 | ac_cv_member_struct_mtget_mt_blksiz=yes |
| 23002 | else |
| 23003 | echo "$as_me: failed program was:" >&5 |
| 23004 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23005 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23006 | cat >conftest.$ac_ext <<_ACEOF |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23007 | /* confdefs.h. */ |
| 23008 | _ACEOF |
| 23009 | cat confdefs.h >>conftest.$ac_ext |
| 23010 | cat >>conftest.$ac_ext <<_ACEOF |
| 23011 | /* end confdefs.h. */ |
Phil Krylov | 368dab3 | 2006-02-11 20:26:33 +0100 | [diff] [blame] | 23012 | #include <sys/types.h> |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23013 | #ifdef HAVE_SYS_MTIO_H |
| 23014 | #include <sys/mtio.h> |
| 23015 | #endif |
| 23016 | |
| 23017 | int |
| 23018 | main () |
| 23019 | { |
| 23020 | static struct mtget ac_aggr; |
| 23021 | if (sizeof ac_aggr.mt_blksiz) |
| 23022 | return 0; |
| 23023 | ; |
| 23024 | return 0; |
| 23025 | } |
| 23026 | _ACEOF |
| 23027 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23028 | if { (ac_try="$ac_compile" |
| 23029 | case "(($ac_try" in |
| 23030 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23031 | *) ac_try_echo=$ac_try;; |
| 23032 | esac |
| 23033 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23034 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23035 | ac_status=$? |
| 23036 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23037 | rm -f conftest.er1 |
| 23038 | cat conftest.err >&5 |
| 23039 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23040 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23041 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23042 | { (case "(($ac_try" in |
| 23043 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23044 | *) ac_try_echo=$ac_try;; |
| 23045 | esac |
| 23046 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23047 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23048 | ac_status=$? |
| 23049 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23050 | (exit $ac_status); }; } && |
| 23051 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23052 | { (case "(($ac_try" in |
| 23053 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23054 | *) ac_try_echo=$ac_try;; |
| 23055 | esac |
| 23056 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23057 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23058 | ac_status=$? |
| 23059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23060 | (exit $ac_status); }; }; then |
| 23061 | ac_cv_member_struct_mtget_mt_blksiz=yes |
| 23062 | else |
| 23063 | echo "$as_me: failed program was:" >&5 |
| 23064 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23065 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23066 | ac_cv_member_struct_mtget_mt_blksiz=no |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23067 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23068 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23069 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23070 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23071 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23072 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23073 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23074 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5 |
| 23075 | echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; } |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23076 | if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then |
| 23077 | |
| 23078 | cat >>confdefs.h <<_ACEOF |
| 23079 | #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1 |
| 23080 | _ACEOF |
| 23081 | |
| 23082 | |
| 23083 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23084 | { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5 |
| 23085 | echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; } |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23086 | if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then |
| 23087 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23088 | else |
| 23089 | cat >conftest.$ac_ext <<_ACEOF |
| 23090 | /* confdefs.h. */ |
| 23091 | _ACEOF |
| 23092 | cat confdefs.h >>conftest.$ac_ext |
| 23093 | cat >>conftest.$ac_ext <<_ACEOF |
| 23094 | /* end confdefs.h. */ |
Phil Krylov | 368dab3 | 2006-02-11 20:26:33 +0100 | [diff] [blame] | 23095 | #include <sys/types.h> |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23096 | #ifdef HAVE_SYS_MTIO_H |
| 23097 | #include <sys/mtio.h> |
| 23098 | #endif |
| 23099 | |
| 23100 | int |
| 23101 | main () |
| 23102 | { |
| 23103 | static struct mtget ac_aggr; |
| 23104 | if (ac_aggr.mt_gstat) |
| 23105 | return 0; |
| 23106 | ; |
| 23107 | return 0; |
| 23108 | } |
| 23109 | _ACEOF |
| 23110 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23111 | if { (ac_try="$ac_compile" |
| 23112 | case "(($ac_try" in |
| 23113 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23114 | *) ac_try_echo=$ac_try;; |
| 23115 | esac |
| 23116 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23117 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23118 | ac_status=$? |
| 23119 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23120 | rm -f conftest.er1 |
| 23121 | cat conftest.err >&5 |
| 23122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23123 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23124 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23125 | { (case "(($ac_try" in |
| 23126 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23127 | *) ac_try_echo=$ac_try;; |
| 23128 | esac |
| 23129 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23130 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23131 | ac_status=$? |
| 23132 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23133 | (exit $ac_status); }; } && |
| 23134 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23135 | { (case "(($ac_try" in |
| 23136 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23137 | *) ac_try_echo=$ac_try;; |
| 23138 | esac |
| 23139 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23140 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23141 | ac_status=$? |
| 23142 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23143 | (exit $ac_status); }; }; then |
| 23144 | ac_cv_member_struct_mtget_mt_gstat=yes |
| 23145 | else |
| 23146 | echo "$as_me: failed program was:" >&5 |
| 23147 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23148 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23149 | cat >conftest.$ac_ext <<_ACEOF |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23150 | /* confdefs.h. */ |
| 23151 | _ACEOF |
| 23152 | cat confdefs.h >>conftest.$ac_ext |
| 23153 | cat >>conftest.$ac_ext <<_ACEOF |
| 23154 | /* end confdefs.h. */ |
Phil Krylov | 368dab3 | 2006-02-11 20:26:33 +0100 | [diff] [blame] | 23155 | #include <sys/types.h> |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23156 | #ifdef HAVE_SYS_MTIO_H |
| 23157 | #include <sys/mtio.h> |
| 23158 | #endif |
| 23159 | |
| 23160 | int |
| 23161 | main () |
| 23162 | { |
| 23163 | static struct mtget ac_aggr; |
| 23164 | if (sizeof ac_aggr.mt_gstat) |
| 23165 | return 0; |
| 23166 | ; |
| 23167 | return 0; |
| 23168 | } |
| 23169 | _ACEOF |
| 23170 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23171 | if { (ac_try="$ac_compile" |
| 23172 | case "(($ac_try" in |
| 23173 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23174 | *) ac_try_echo=$ac_try;; |
| 23175 | esac |
| 23176 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23177 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23178 | ac_status=$? |
| 23179 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23180 | rm -f conftest.er1 |
| 23181 | cat conftest.err >&5 |
| 23182 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23183 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23184 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23185 | { (case "(($ac_try" in |
| 23186 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23187 | *) ac_try_echo=$ac_try;; |
| 23188 | esac |
| 23189 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23190 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23191 | ac_status=$? |
| 23192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23193 | (exit $ac_status); }; } && |
| 23194 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23195 | { (case "(($ac_try" in |
| 23196 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23197 | *) ac_try_echo=$ac_try;; |
| 23198 | esac |
| 23199 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23200 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23201 | ac_status=$? |
| 23202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23203 | (exit $ac_status); }; }; then |
| 23204 | ac_cv_member_struct_mtget_mt_gstat=yes |
| 23205 | else |
| 23206 | echo "$as_me: failed program was:" >&5 |
| 23207 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23208 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23209 | ac_cv_member_struct_mtget_mt_gstat=no |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23210 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23211 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23212 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23213 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23214 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23215 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23216 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23217 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5 |
| 23218 | echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; } |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23219 | if test $ac_cv_member_struct_mtget_mt_gstat = yes; then |
| 23220 | |
| 23221 | cat >>confdefs.h <<_ACEOF |
| 23222 | #define HAVE_STRUCT_MTGET_MT_GSTAT 1 |
| 23223 | _ACEOF |
| 23224 | |
| 23225 | |
| 23226 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23227 | { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5 |
| 23228 | echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; } |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23229 | if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then |
| 23230 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23231 | else |
| 23232 | cat >conftest.$ac_ext <<_ACEOF |
| 23233 | /* confdefs.h. */ |
| 23234 | _ACEOF |
| 23235 | cat confdefs.h >>conftest.$ac_ext |
| 23236 | cat >>conftest.$ac_ext <<_ACEOF |
| 23237 | /* end confdefs.h. */ |
Phil Krylov | 368dab3 | 2006-02-11 20:26:33 +0100 | [diff] [blame] | 23238 | #include <sys/types.h> |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23239 | #ifdef HAVE_SYS_MTIO_H |
| 23240 | #include <sys/mtio.h> |
| 23241 | #endif |
| 23242 | |
| 23243 | int |
| 23244 | main () |
| 23245 | { |
| 23246 | static struct mtget ac_aggr; |
| 23247 | if (ac_aggr.mt_blkno) |
| 23248 | return 0; |
| 23249 | ; |
| 23250 | return 0; |
| 23251 | } |
| 23252 | _ACEOF |
| 23253 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23254 | if { (ac_try="$ac_compile" |
| 23255 | case "(($ac_try" in |
| 23256 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23257 | *) ac_try_echo=$ac_try;; |
| 23258 | esac |
| 23259 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23260 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23261 | ac_status=$? |
| 23262 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23263 | rm -f conftest.er1 |
| 23264 | cat conftest.err >&5 |
| 23265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23266 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23267 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23268 | { (case "(($ac_try" in |
| 23269 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23270 | *) ac_try_echo=$ac_try;; |
| 23271 | esac |
| 23272 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23273 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23274 | ac_status=$? |
| 23275 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23276 | (exit $ac_status); }; } && |
| 23277 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23278 | { (case "(($ac_try" in |
| 23279 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23280 | *) ac_try_echo=$ac_try;; |
| 23281 | esac |
| 23282 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23283 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23284 | ac_status=$? |
| 23285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23286 | (exit $ac_status); }; }; then |
| 23287 | ac_cv_member_struct_mtget_mt_blkno=yes |
| 23288 | else |
| 23289 | echo "$as_me: failed program was:" >&5 |
| 23290 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23291 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23292 | cat >conftest.$ac_ext <<_ACEOF |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23293 | /* confdefs.h. */ |
| 23294 | _ACEOF |
| 23295 | cat confdefs.h >>conftest.$ac_ext |
| 23296 | cat >>conftest.$ac_ext <<_ACEOF |
| 23297 | /* end confdefs.h. */ |
Phil Krylov | 368dab3 | 2006-02-11 20:26:33 +0100 | [diff] [blame] | 23298 | #include <sys/types.h> |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23299 | #ifdef HAVE_SYS_MTIO_H |
| 23300 | #include <sys/mtio.h> |
| 23301 | #endif |
| 23302 | |
| 23303 | int |
| 23304 | main () |
| 23305 | { |
| 23306 | static struct mtget ac_aggr; |
| 23307 | if (sizeof ac_aggr.mt_blkno) |
| 23308 | return 0; |
| 23309 | ; |
| 23310 | return 0; |
| 23311 | } |
| 23312 | _ACEOF |
| 23313 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23314 | if { (ac_try="$ac_compile" |
| 23315 | case "(($ac_try" in |
| 23316 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23317 | *) ac_try_echo=$ac_try;; |
| 23318 | esac |
| 23319 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23320 | (eval "$ac_compile") 2>conftest.er1 |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23321 | ac_status=$? |
| 23322 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23323 | rm -f conftest.er1 |
| 23324 | cat conftest.err >&5 |
| 23325 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23326 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23327 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23328 | { (case "(($ac_try" in |
| 23329 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23330 | *) ac_try_echo=$ac_try;; |
| 23331 | esac |
| 23332 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23333 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23334 | ac_status=$? |
| 23335 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23336 | (exit $ac_status); }; } && |
| 23337 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23338 | { (case "(($ac_try" in |
| 23339 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23340 | *) ac_try_echo=$ac_try;; |
| 23341 | esac |
| 23342 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23343 | (eval "$ac_try") 2>&5 |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23344 | ac_status=$? |
| 23345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23346 | (exit $ac_status); }; }; then |
| 23347 | ac_cv_member_struct_mtget_mt_blkno=yes |
| 23348 | else |
| 23349 | echo "$as_me: failed program was:" >&5 |
| 23350 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23351 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23352 | ac_cv_member_struct_mtget_mt_blkno=no |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23353 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23354 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23355 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23356 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23357 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23358 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23359 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23360 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5 |
| 23361 | echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; } |
Gerald Pfeifer | 571d9fb | 2006-02-06 20:59:44 +0100 | [diff] [blame] | 23362 | if test $ac_cv_member_struct_mtget_mt_blkno = yes; then |
| 23363 | |
| 23364 | cat >>confdefs.h <<_ACEOF |
| 23365 | #define HAVE_STRUCT_MTGET_MT_BLKNO 1 |
| 23366 | _ACEOF |
| 23367 | |
| 23368 | |
| 23369 | fi |
Gerald Pfeifer | 36bdc64 | 2006-02-05 13:51:03 +0100 | [diff] [blame] | 23370 | |
| 23371 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23372 | { echo "$as_me:$LINENO: checking for struct option.name" >&5 |
| 23373 | echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; } |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23374 | if test "${ac_cv_member_struct_option_name+set}" = set; then |
| 23375 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23376 | else |
| 23377 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23378 | /* confdefs.h. */ |
| 23379 | _ACEOF |
| 23380 | cat confdefs.h >>conftest.$ac_ext |
| 23381 | cat >>conftest.$ac_ext <<_ACEOF |
| 23382 | /* end confdefs.h. */ |
| 23383 | #ifdef HAVE_GETOPT_H |
| 23384 | #include <getopt.h> |
| 23385 | #endif |
| 23386 | |
| 23387 | int |
| 23388 | main () |
| 23389 | { |
| 23390 | static struct option ac_aggr; |
| 23391 | if (ac_aggr.name) |
| 23392 | return 0; |
| 23393 | ; |
| 23394 | return 0; |
| 23395 | } |
| 23396 | _ACEOF |
| 23397 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23398 | if { (ac_try="$ac_compile" |
| 23399 | case "(($ac_try" in |
| 23400 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23401 | *) ac_try_echo=$ac_try;; |
| 23402 | esac |
| 23403 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23404 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23405 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23406 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23407 | rm -f conftest.er1 |
| 23408 | cat conftest.err >&5 |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23410 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23411 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23412 | { (case "(($ac_try" in |
| 23413 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23414 | *) ac_try_echo=$ac_try;; |
| 23415 | esac |
| 23416 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23417 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23418 | ac_status=$? |
| 23419 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23420 | (exit $ac_status); }; } && |
| 23421 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23422 | { (case "(($ac_try" in |
| 23423 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23424 | *) ac_try_echo=$ac_try;; |
| 23425 | esac |
| 23426 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23427 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23428 | ac_status=$? |
| 23429 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23430 | (exit $ac_status); }; }; then |
| 23431 | ac_cv_member_struct_option_name=yes |
| 23432 | else |
| 23433 | echo "$as_me: failed program was:" >&5 |
| 23434 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23435 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23436 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23437 | /* confdefs.h. */ |
| 23438 | _ACEOF |
| 23439 | cat confdefs.h >>conftest.$ac_ext |
| 23440 | cat >>conftest.$ac_ext <<_ACEOF |
| 23441 | /* end confdefs.h. */ |
| 23442 | #ifdef HAVE_GETOPT_H |
| 23443 | #include <getopt.h> |
| 23444 | #endif |
| 23445 | |
| 23446 | int |
| 23447 | main () |
| 23448 | { |
| 23449 | static struct option ac_aggr; |
| 23450 | if (sizeof ac_aggr.name) |
| 23451 | return 0; |
| 23452 | ; |
| 23453 | return 0; |
| 23454 | } |
| 23455 | _ACEOF |
| 23456 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23457 | if { (ac_try="$ac_compile" |
| 23458 | case "(($ac_try" in |
| 23459 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23460 | *) ac_try_echo=$ac_try;; |
| 23461 | esac |
| 23462 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23463 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23464 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23465 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23466 | rm -f conftest.er1 |
| 23467 | cat conftest.err >&5 |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23468 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23469 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23470 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23471 | { (case "(($ac_try" in |
| 23472 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23473 | *) ac_try_echo=$ac_try;; |
| 23474 | esac |
| 23475 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23476 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23477 | ac_status=$? |
| 23478 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23479 | (exit $ac_status); }; } && |
| 23480 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23481 | { (case "(($ac_try" in |
| 23482 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23483 | *) ac_try_echo=$ac_try;; |
| 23484 | esac |
| 23485 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23486 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23487 | ac_status=$? |
| 23488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23489 | (exit $ac_status); }; }; then |
| 23490 | ac_cv_member_struct_option_name=yes |
| 23491 | else |
| 23492 | echo "$as_me: failed program was:" >&5 |
| 23493 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23494 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23495 | ac_cv_member_struct_option_name=no |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23496 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23497 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23498 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23499 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23500 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23501 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23502 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23503 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5 |
| 23504 | echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; } |
Alexandre Julliard | db89a54 | 2003-04-20 02:56:14 +0000 | [diff] [blame] | 23505 | if test $ac_cv_member_struct_option_name = yes; then |
| 23506 | |
| 23507 | cat >>confdefs.h <<_ACEOF |
| 23508 | #define HAVE_STRUCT_OPTION_NAME 1 |
| 23509 | _ACEOF |
| 23510 | |
| 23511 | |
| 23512 | fi |
| 23513 | |
| 23514 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23515 | { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5 |
| 23516 | echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; } |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23517 | if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then |
| 23518 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23519 | else |
| 23520 | cat >conftest.$ac_ext <<_ACEOF |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23521 | /* confdefs.h. */ |
| 23522 | _ACEOF |
| 23523 | cat confdefs.h >>conftest.$ac_ext |
| 23524 | cat >>conftest.$ac_ext <<_ACEOF |
| 23525 | /* end confdefs.h. */ |
| 23526 | $ac_includes_default |
| 23527 | int |
| 23528 | main () |
| 23529 | { |
| 23530 | static struct stat ac_aggr; |
| 23531 | if (ac_aggr.st_blocks) |
| 23532 | return 0; |
| 23533 | ; |
| 23534 | return 0; |
| 23535 | } |
| 23536 | _ACEOF |
| 23537 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23538 | if { (ac_try="$ac_compile" |
| 23539 | case "(($ac_try" in |
| 23540 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23541 | *) ac_try_echo=$ac_try;; |
| 23542 | esac |
| 23543 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23544 | (eval "$ac_compile") 2>conftest.er1 |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23545 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23546 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23547 | rm -f conftest.er1 |
| 23548 | cat conftest.err >&5 |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23549 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23550 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23551 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23552 | { (case "(($ac_try" in |
| 23553 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23554 | *) ac_try_echo=$ac_try;; |
| 23555 | esac |
| 23556 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23557 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23558 | ac_status=$? |
| 23559 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23560 | (exit $ac_status); }; } && |
| 23561 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23562 | { (case "(($ac_try" in |
| 23563 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23564 | *) ac_try_echo=$ac_try;; |
| 23565 | esac |
| 23566 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23567 | (eval "$ac_try") 2>&5 |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23568 | ac_status=$? |
| 23569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23570 | (exit $ac_status); }; }; then |
| 23571 | ac_cv_member_struct_stat_st_blocks=yes |
| 23572 | else |
| 23573 | echo "$as_me: failed program was:" >&5 |
| 23574 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23575 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23576 | cat >conftest.$ac_ext <<_ACEOF |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23577 | /* confdefs.h. */ |
| 23578 | _ACEOF |
| 23579 | cat confdefs.h >>conftest.$ac_ext |
| 23580 | cat >>conftest.$ac_ext <<_ACEOF |
| 23581 | /* end confdefs.h. */ |
| 23582 | $ac_includes_default |
| 23583 | int |
| 23584 | main () |
| 23585 | { |
| 23586 | static struct stat ac_aggr; |
| 23587 | if (sizeof ac_aggr.st_blocks) |
| 23588 | return 0; |
| 23589 | ; |
| 23590 | return 0; |
| 23591 | } |
| 23592 | _ACEOF |
| 23593 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23594 | if { (ac_try="$ac_compile" |
| 23595 | case "(($ac_try" in |
| 23596 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23597 | *) ac_try_echo=$ac_try;; |
| 23598 | esac |
| 23599 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23600 | (eval "$ac_compile") 2>conftest.er1 |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23601 | ac_status=$? |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23602 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23603 | rm -f conftest.er1 |
| 23604 | cat conftest.err >&5 |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23605 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23606 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23607 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23608 | { (case "(($ac_try" in |
| 23609 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23610 | *) ac_try_echo=$ac_try;; |
| 23611 | esac |
| 23612 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23613 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 23614 | ac_status=$? |
| 23615 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23616 | (exit $ac_status); }; } && |
| 23617 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23618 | { (case "(($ac_try" in |
| 23619 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23620 | *) ac_try_echo=$ac_try;; |
| 23621 | esac |
| 23622 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23623 | (eval "$ac_try") 2>&5 |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23624 | ac_status=$? |
| 23625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23626 | (exit $ac_status); }; }; then |
| 23627 | ac_cv_member_struct_stat_st_blocks=yes |
| 23628 | else |
| 23629 | echo "$as_me: failed program was:" >&5 |
| 23630 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23631 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23632 | ac_cv_member_struct_stat_st_blocks=no |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23633 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23634 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23635 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23636 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23637 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23638 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23639 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23640 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 |
| 23641 | echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; } |
Pavel Roskin | d650719 | 2003-10-03 03:28:40 +0000 | [diff] [blame] | 23642 | if test $ac_cv_member_struct_stat_st_blocks = yes; then |
| 23643 | |
| 23644 | cat >>confdefs.h <<_ACEOF |
| 23645 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 |
| 23646 | _ACEOF |
| 23647 | |
| 23648 | |
| 23649 | fi |
| 23650 | |
| 23651 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23652 | { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5 |
| 23653 | echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; } |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23654 | if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then |
| 23655 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23656 | else |
| 23657 | cat >conftest.$ac_ext <<_ACEOF |
| 23658 | /* confdefs.h. */ |
| 23659 | _ACEOF |
| 23660 | cat confdefs.h >>conftest.$ac_ext |
| 23661 | cat >>conftest.$ac_ext <<_ACEOF |
| 23662 | /* end confdefs.h. */ |
| 23663 | #ifdef HAVE_SYS_TYPES_H |
| 23664 | #include <sys/types.h> |
| 23665 | #endif |
| 23666 | #ifdef HAVE_NETINET_IN_H |
| 23667 | #include <netinet/in.h> |
| 23668 | #endif |
| 23669 | |
| 23670 | int |
| 23671 | main () |
| 23672 | { |
| 23673 | static struct sockaddr_in6 ac_aggr; |
| 23674 | if (ac_aggr.sin6_scope_id) |
| 23675 | return 0; |
| 23676 | ; |
| 23677 | return 0; |
| 23678 | } |
| 23679 | _ACEOF |
| 23680 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23681 | if { (ac_try="$ac_compile" |
| 23682 | case "(($ac_try" in |
| 23683 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23684 | *) ac_try_echo=$ac_try;; |
| 23685 | esac |
| 23686 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23687 | (eval "$ac_compile") 2>conftest.er1 |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23688 | ac_status=$? |
| 23689 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23690 | rm -f conftest.er1 |
| 23691 | cat conftest.err >&5 |
| 23692 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23693 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23694 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23695 | { (case "(($ac_try" in |
| 23696 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23697 | *) ac_try_echo=$ac_try;; |
| 23698 | esac |
| 23699 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23700 | (eval "$ac_try") 2>&5 |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23701 | ac_status=$? |
| 23702 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23703 | (exit $ac_status); }; } && |
| 23704 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23705 | { (case "(($ac_try" in |
| 23706 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23707 | *) ac_try_echo=$ac_try;; |
| 23708 | esac |
| 23709 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23710 | (eval "$ac_try") 2>&5 |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23711 | ac_status=$? |
| 23712 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23713 | (exit $ac_status); }; }; then |
| 23714 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes |
| 23715 | else |
| 23716 | echo "$as_me: failed program was:" >&5 |
| 23717 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23718 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23719 | cat >conftest.$ac_ext <<_ACEOF |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23720 | /* confdefs.h. */ |
| 23721 | _ACEOF |
| 23722 | cat confdefs.h >>conftest.$ac_ext |
| 23723 | cat >>conftest.$ac_ext <<_ACEOF |
| 23724 | /* end confdefs.h. */ |
| 23725 | #ifdef HAVE_SYS_TYPES_H |
| 23726 | #include <sys/types.h> |
| 23727 | #endif |
| 23728 | #ifdef HAVE_NETINET_IN_H |
| 23729 | #include <netinet/in.h> |
| 23730 | #endif |
| 23731 | |
| 23732 | int |
| 23733 | main () |
| 23734 | { |
| 23735 | static struct sockaddr_in6 ac_aggr; |
| 23736 | if (sizeof ac_aggr.sin6_scope_id) |
| 23737 | return 0; |
| 23738 | ; |
| 23739 | return 0; |
| 23740 | } |
| 23741 | _ACEOF |
| 23742 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23743 | if { (ac_try="$ac_compile" |
| 23744 | case "(($ac_try" in |
| 23745 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23746 | *) ac_try_echo=$ac_try;; |
| 23747 | esac |
| 23748 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23749 | (eval "$ac_compile") 2>conftest.er1 |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23750 | ac_status=$? |
| 23751 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23752 | rm -f conftest.er1 |
| 23753 | cat conftest.err >&5 |
| 23754 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23755 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23756 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23757 | { (case "(($ac_try" in |
| 23758 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23759 | *) ac_try_echo=$ac_try;; |
| 23760 | esac |
| 23761 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23762 | (eval "$ac_try") 2>&5 |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23763 | ac_status=$? |
| 23764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23765 | (exit $ac_status); }; } && |
| 23766 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23767 | { (case "(($ac_try" in |
| 23768 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23769 | *) ac_try_echo=$ac_try;; |
| 23770 | esac |
| 23771 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23772 | (eval "$ac_try") 2>&5 |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23773 | ac_status=$? |
| 23774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23775 | (exit $ac_status); }; }; then |
| 23776 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes |
| 23777 | else |
| 23778 | echo "$as_me: failed program was:" >&5 |
| 23779 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23780 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23781 | ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23782 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23783 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23784 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23785 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23786 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23787 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23788 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23789 | { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5 |
| 23790 | echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; } |
Vitaly Lipatov | 40a6a74 | 2006-02-20 15:33:09 +0300 | [diff] [blame] | 23791 | if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then |
| 23792 | |
| 23793 | cat >>confdefs.h <<_ACEOF |
| 23794 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 |
| 23795 | _ACEOF |
| 23796 | |
| 23797 | |
| 23798 | fi |
| 23799 | |
| 23800 | |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23801 | { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5 |
| 23802 | echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; } |
| 23803 | if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then |
| 23804 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23805 | else |
| 23806 | cat >conftest.$ac_ext <<_ACEOF |
| 23807 | /* confdefs.h. */ |
| 23808 | _ACEOF |
| 23809 | cat confdefs.h >>conftest.$ac_ext |
| 23810 | cat >>conftest.$ac_ext <<_ACEOF |
| 23811 | /* end confdefs.h. */ |
| 23812 | #ifdef HAVE_SYS_TYPES_H |
| 23813 | #include <sys/types.h> |
| 23814 | #endif |
| 23815 | #ifdef HAVE_NETINET_IN_H |
| 23816 | # include <netinet/in.h> |
| 23817 | #endif |
| 23818 | #ifdef HAVE_ARPA_NAMESER_H |
| 23819 | # include <arpa/nameser.h> |
| 23820 | #endif |
| 23821 | |
| 23822 | int |
| 23823 | main () |
| 23824 | { |
| 23825 | static ns_msg ac_aggr; |
| 23826 | if (ac_aggr._msg_ptr) |
| 23827 | return 0; |
| 23828 | ; |
| 23829 | return 0; |
| 23830 | } |
| 23831 | _ACEOF |
| 23832 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23833 | if { (ac_try="$ac_compile" |
| 23834 | case "(($ac_try" in |
| 23835 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23836 | *) ac_try_echo=$ac_try;; |
| 23837 | esac |
| 23838 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23839 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23840 | ac_status=$? |
| 23841 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23842 | rm -f conftest.er1 |
| 23843 | cat conftest.err >&5 |
| 23844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23845 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23846 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23847 | { (case "(($ac_try" in |
| 23848 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23849 | *) ac_try_echo=$ac_try;; |
| 23850 | esac |
| 23851 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23852 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23853 | ac_status=$? |
| 23854 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23855 | (exit $ac_status); }; } && |
| 23856 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23857 | { (case "(($ac_try" in |
| 23858 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23859 | *) ac_try_echo=$ac_try;; |
| 23860 | esac |
| 23861 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23862 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23863 | ac_status=$? |
| 23864 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23865 | (exit $ac_status); }; }; then |
| 23866 | ac_cv_member_ns_msg__msg_ptr=yes |
| 23867 | else |
| 23868 | echo "$as_me: failed program was:" >&5 |
| 23869 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23870 | |
| 23871 | cat >conftest.$ac_ext <<_ACEOF |
| 23872 | /* confdefs.h. */ |
| 23873 | _ACEOF |
| 23874 | cat confdefs.h >>conftest.$ac_ext |
| 23875 | cat >>conftest.$ac_ext <<_ACEOF |
| 23876 | /* end confdefs.h. */ |
| 23877 | #ifdef HAVE_SYS_TYPES_H |
| 23878 | #include <sys/types.h> |
| 23879 | #endif |
| 23880 | #ifdef HAVE_NETINET_IN_H |
| 23881 | # include <netinet/in.h> |
| 23882 | #endif |
| 23883 | #ifdef HAVE_ARPA_NAMESER_H |
| 23884 | # include <arpa/nameser.h> |
| 23885 | #endif |
| 23886 | |
| 23887 | int |
| 23888 | main () |
| 23889 | { |
| 23890 | static ns_msg ac_aggr; |
| 23891 | if (sizeof ac_aggr._msg_ptr) |
| 23892 | return 0; |
| 23893 | ; |
| 23894 | return 0; |
| 23895 | } |
| 23896 | _ACEOF |
| 23897 | rm -f conftest.$ac_objext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23898 | if { (ac_try="$ac_compile" |
| 23899 | case "(($ac_try" in |
| 23900 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23901 | *) ac_try_echo=$ac_try;; |
| 23902 | esac |
| 23903 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23904 | (eval "$ac_compile") 2>conftest.er1 |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23905 | ac_status=$? |
| 23906 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23907 | rm -f conftest.er1 |
| 23908 | cat conftest.err >&5 |
| 23909 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23910 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23911 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23912 | { (case "(($ac_try" in |
| 23913 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23914 | *) ac_try_echo=$ac_try;; |
| 23915 | esac |
| 23916 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23917 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23918 | ac_status=$? |
| 23919 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23920 | (exit $ac_status); }; } && |
| 23921 | { ac_try='test -s conftest.$ac_objext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23922 | { (case "(($ac_try" in |
| 23923 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23924 | *) ac_try_echo=$ac_try;; |
| 23925 | esac |
| 23926 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23927 | (eval "$ac_try") 2>&5 |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23928 | ac_status=$? |
| 23929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23930 | (exit $ac_status); }; }; then |
| 23931 | ac_cv_member_ns_msg__msg_ptr=yes |
| 23932 | else |
| 23933 | echo "$as_me: failed program was:" >&5 |
| 23934 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 23935 | |
| 23936 | ac_cv_member_ns_msg__msg_ptr=no |
| 23937 | fi |
| 23938 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23939 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23940 | fi |
| 23941 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23942 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
Alexandre Julliard | 788e30f | 2006-05-31 14:43:21 +0200 | [diff] [blame] | 23943 | fi |
| 23944 | { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5 |
| 23945 | echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; } |
| 23946 | if test $ac_cv_member_ns_msg__msg_ptr = yes; then |
| 23947 | |
| 23948 | cat >>confdefs.h <<_ACEOF |
| 23949 | #define HAVE_NS_MSG__MSG_PTR 1 |
| 23950 | _ACEOF |
| 23951 | |
| 23952 | |
| 23953 | fi |
| 23954 | |
| 23955 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 23956 | { echo "$as_me:$LINENO: checking for timezone variable" >&5 |
| 23957 | echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; } |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 23958 | if test "${ac_cv_have_timezone+set}" = set; then |
| 23959 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 23960 | else |
| 23961 | cat >conftest.$ac_ext <<_ACEOF |
| 23962 | /* confdefs.h. */ |
| 23963 | _ACEOF |
| 23964 | cat confdefs.h >>conftest.$ac_ext |
| 23965 | cat >>conftest.$ac_ext <<_ACEOF |
| 23966 | /* end confdefs.h. */ |
| 23967 | #include <time.h> |
| 23968 | int |
| 23969 | main () |
| 23970 | { |
| 23971 | timezone; |
| 23972 | ; |
| 23973 | return 0; |
| 23974 | } |
| 23975 | _ACEOF |
| 23976 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23977 | if { (ac_try="$ac_link" |
| 23978 | case "(($ac_try" in |
| 23979 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23980 | *) ac_try_echo=$ac_try;; |
| 23981 | esac |
| 23982 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23983 | (eval "$ac_link") 2>conftest.er1 |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 23984 | ac_status=$? |
| 23985 | grep -v '^ *+' conftest.er1 >conftest.err |
| 23986 | rm -f conftest.er1 |
| 23987 | cat conftest.err >&5 |
| 23988 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23989 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 23990 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 23991 | { (case "(($ac_try" in |
| 23992 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 23993 | *) ac_try_echo=$ac_try;; |
| 23994 | esac |
| 23995 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 23996 | (eval "$ac_try") 2>&5 |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 23997 | ac_status=$? |
| 23998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 23999 | (exit $ac_status); }; } && |
| 24000 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24001 | { (case "(($ac_try" in |
| 24002 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 24003 | *) ac_try_echo=$ac_try;; |
| 24004 | esac |
| 24005 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 24006 | (eval "$ac_try") 2>&5 |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24007 | ac_status=$? |
| 24008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24009 | (exit $ac_status); }; }; then |
| 24010 | ac_cv_have_timezone="yes" |
| 24011 | else |
| 24012 | echo "$as_me: failed program was:" >&5 |
| 24013 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 24014 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24015 | ac_cv_have_timezone="no" |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24016 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24017 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24018 | rm -f core conftest.err conftest.$ac_objext \ |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24019 | conftest$ac_exeext conftest.$ac_ext |
| 24020 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24021 | { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5 |
| 24022 | echo "${ECHO_T}$ac_cv_have_timezone" >&6; } |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24023 | if test "$ac_cv_have_timezone" = "yes" |
| 24024 | then |
| 24025 | |
| 24026 | cat >>confdefs.h <<\_ACEOF |
| 24027 | #define HAVE_TIMEZONE 1 |
| 24028 | _ACEOF |
| 24029 | |
| 24030 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24031 | { echo "$as_me:$LINENO: checking for daylight variable" >&5 |
| 24032 | echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; } |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24033 | if test "${ac_cv_have_daylight+set}" = set; then |
| 24034 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24035 | else |
| 24036 | cat >conftest.$ac_ext <<_ACEOF |
| 24037 | /* confdefs.h. */ |
| 24038 | _ACEOF |
| 24039 | cat confdefs.h >>conftest.$ac_ext |
| 24040 | cat >>conftest.$ac_ext <<_ACEOF |
| 24041 | /* end confdefs.h. */ |
| 24042 | #include <time.h> |
| 24043 | int |
| 24044 | main () |
| 24045 | { |
| 24046 | daylight; |
| 24047 | ; |
| 24048 | return 0; |
| 24049 | } |
| 24050 | _ACEOF |
| 24051 | rm -f conftest.$ac_objext conftest$ac_exeext |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24052 | if { (ac_try="$ac_link" |
| 24053 | case "(($ac_try" in |
| 24054 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 24055 | *) ac_try_echo=$ac_try;; |
| 24056 | esac |
| 24057 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 24058 | (eval "$ac_link") 2>conftest.er1 |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24059 | ac_status=$? |
| 24060 | grep -v '^ *+' conftest.er1 >conftest.err |
| 24061 | rm -f conftest.er1 |
| 24062 | cat conftest.err >&5 |
| 24063 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24064 | (exit $ac_status); } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24065 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
| 24066 | { (case "(($ac_try" in |
| 24067 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 24068 | *) ac_try_echo=$ac_try;; |
| 24069 | esac |
| 24070 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 24071 | (eval "$ac_try") 2>&5 |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24072 | ac_status=$? |
| 24073 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24074 | (exit $ac_status); }; } && |
| 24075 | { ac_try='test -s conftest$ac_exeext' |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24076 | { (case "(($ac_try" in |
| 24077 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 24078 | *) ac_try_echo=$ac_try;; |
| 24079 | esac |
| 24080 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 24081 | (eval "$ac_try") 2>&5 |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24082 | ac_status=$? |
| 24083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 24084 | (exit $ac_status); }; }; then |
| 24085 | ac_cv_have_daylight="yes" |
| 24086 | else |
| 24087 | echo "$as_me: failed program was:" >&5 |
| 24088 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 24089 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24090 | ac_cv_have_daylight="no" |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24091 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24092 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24093 | rm -f core conftest.err conftest.$ac_objext \ |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24094 | conftest$ac_exeext conftest.$ac_ext |
| 24095 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24096 | { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5 |
| 24097 | echo "${ECHO_T}$ac_cv_have_daylight" >&6; } |
Phil Krylov | 6618b03 | 2005-05-24 11:52:46 +0000 | [diff] [blame] | 24098 | if test "$ac_cv_have_daylight" = "yes" |
| 24099 | then |
| 24100 | |
| 24101 | cat >>confdefs.h <<\_ACEOF |
| 24102 | #define HAVE_DAYLIGHT 1 |
| 24103 | _ACEOF |
| 24104 | |
| 24105 | fi |
| 24106 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24107 | |
Alexandre Julliard | fc01b72 | 2002-05-12 03:16:39 +0000 | [diff] [blame] | 24108 | case $host_cpu in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24109 | *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5 |
| 24110 | echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24111 | if test "${ac_cv_cpp_def___i386__+set}" = set; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24112 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
Juergen Lock | 2d33ab9 | 2000-02-13 16:03:29 +0000 | [diff] [blame] | 24113 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24114 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24115 | /* confdefs.h. */ |
| 24116 | _ACEOF |
| 24117 | cat confdefs.h >>conftest.$ac_ext |
| 24118 | cat >>conftest.$ac_ext <<_ACEOF |
| 24119 | /* end confdefs.h. */ |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24120 | #ifndef __i386__ |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 24121 | yes |
| 24122 | #endif |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24123 | _ACEOF |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 24124 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24125 | $EGREP "yes" >/dev/null 2>&1; then |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24126 | ac_cv_cpp_def___i386__=yes |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 24127 | else |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24128 | ac_cv_cpp_def___i386__=no |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 24129 | fi |
| 24130 | rm -f conftest* |
| 24131 | |
| 24132 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24133 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5 |
| 24134 | echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24135 | if test $ac_cv_cpp_def___i386__ = yes; then |
| 24136 | CFLAGS="$CFLAGS -D__i386__" |
| 24137 | LINTFLAGS="$LINTFLAGS -D__i386__" |
Alexandre Julliard | 51d46ba | 1999-05-08 16:05:27 +0000 | [diff] [blame] | 24138 | fi |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24139 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24140 | *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5 |
| 24141 | echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; } |
Alexandre Julliard | e3be564 | 2005-09-09 09:30:02 +0000 | [diff] [blame] | 24142 | if test "${ac_cv_cpp_def___x86_64__+set}" = set; then |
| 24143 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24144 | else |
| 24145 | cat >conftest.$ac_ext <<_ACEOF |
| 24146 | /* confdefs.h. */ |
| 24147 | _ACEOF |
| 24148 | cat confdefs.h >>conftest.$ac_ext |
| 24149 | cat >>conftest.$ac_ext <<_ACEOF |
| 24150 | /* end confdefs.h. */ |
| 24151 | #ifndef __x86_64__ |
| 24152 | yes |
| 24153 | #endif |
| 24154 | _ACEOF |
| 24155 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 24156 | $EGREP "yes" >/dev/null 2>&1; then |
| 24157 | ac_cv_cpp_def___x86_64__=yes |
| 24158 | else |
| 24159 | ac_cv_cpp_def___x86_64__=no |
| 24160 | fi |
| 24161 | rm -f conftest* |
| 24162 | |
| 24163 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24164 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5 |
| 24165 | echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; } |
Alexandre Julliard | e3be564 | 2005-09-09 09:30:02 +0000 | [diff] [blame] | 24166 | if test $ac_cv_cpp_def___x86_64__ = yes; then |
| 24167 | CFLAGS="$CFLAGS -D__x86_64__" |
| 24168 | LINTFLAGS="$LINTFLAGS -D__x86_64__" |
| 24169 | fi |
Alexandre Julliard | 58c6419 | 2006-07-10 13:05:20 +0200 | [diff] [blame] | 24170 | |
| 24171 | { echo "$as_me:$LINENO: checking whether we need to define _WIN64" >&5 |
| 24172 | echo $ECHO_N "checking whether we need to define _WIN64... $ECHO_C" >&6; } |
| 24173 | if test "${ac_cv_cpp_def__WIN64+set}" = set; then |
| 24174 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24175 | else |
| 24176 | cat >conftest.$ac_ext <<_ACEOF |
| 24177 | /* confdefs.h. */ |
| 24178 | _ACEOF |
| 24179 | cat confdefs.h >>conftest.$ac_ext |
| 24180 | cat >>conftest.$ac_ext <<_ACEOF |
| 24181 | /* end confdefs.h. */ |
| 24182 | #ifndef _WIN64 |
| 24183 | yes |
| 24184 | #endif |
| 24185 | _ACEOF |
| 24186 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 24187 | $EGREP "yes" >/dev/null 2>&1; then |
| 24188 | ac_cv_cpp_def__WIN64=yes |
| 24189 | else |
| 24190 | ac_cv_cpp_def__WIN64=no |
| 24191 | fi |
| 24192 | rm -f conftest* |
| 24193 | |
| 24194 | fi |
| 24195 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def__WIN64" >&5 |
| 24196 | echo "${ECHO_T}$ac_cv_cpp_def__WIN64" >&6; } |
| 24197 | if test $ac_cv_cpp_def__WIN64 = yes; then |
| 24198 | CFLAGS="$CFLAGS -D_WIN64" |
| 24199 | LINTFLAGS="$LINTFLAGS -D_WIN64" |
| 24200 | fi |
Alexandre Julliard | e3be564 | 2005-09-09 09:30:02 +0000 | [diff] [blame] | 24201 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24202 | *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5 |
| 24203 | echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24204 | if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then |
Steven Edwards | 69b6786 | 2002-12-10 22:48:48 +0000 | [diff] [blame] | 24205 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24206 | else |
| 24207 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24208 | /* confdefs.h. */ |
| 24209 | _ACEOF |
| 24210 | cat confdefs.h >>conftest.$ac_ext |
| 24211 | cat >>conftest.$ac_ext <<_ACEOF |
| 24212 | /* end confdefs.h. */ |
Steven Edwards | 69b6786 | 2002-12-10 22:48:48 +0000 | [diff] [blame] | 24213 | #ifndef __ALPHA__ |
| 24214 | yes |
| 24215 | #endif |
| 24216 | _ACEOF |
| 24217 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 24218 | $EGREP "yes" >/dev/null 2>&1; then |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24219 | ac_cv_cpp_def___ALPHA__=yes |
Steven Edwards | 69b6786 | 2002-12-10 22:48:48 +0000 | [diff] [blame] | 24220 | else |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24221 | ac_cv_cpp_def___ALPHA__=no |
Steven Edwards | 69b6786 | 2002-12-10 22:48:48 +0000 | [diff] [blame] | 24222 | fi |
| 24223 | rm -f conftest* |
| 24224 | |
| 24225 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24226 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5 |
| 24227 | echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24228 | if test $ac_cv_cpp_def___ALPHA__ = yes; then |
| 24229 | CFLAGS="$CFLAGS -D__ALPHA__" |
| 24230 | LINTFLAGS="$LINTFLAGS -D__ALPHA__" |
Steven Edwards | 69b6786 | 2002-12-10 22:48:48 +0000 | [diff] [blame] | 24231 | fi |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24232 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24233 | *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5 |
| 24234 | echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24235 | if test "${ac_cv_cpp_def___sparc__+set}" = set; then |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24236 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24237 | else |
| 24238 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24239 | /* confdefs.h. */ |
| 24240 | _ACEOF |
| 24241 | cat confdefs.h >>conftest.$ac_ext |
| 24242 | cat >>conftest.$ac_ext <<_ACEOF |
| 24243 | /* end confdefs.h. */ |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24244 | #ifndef __sparc__ |
| 24245 | yes |
| 24246 | #endif |
| 24247 | _ACEOF |
| 24248 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24249 | $EGREP "yes" >/dev/null 2>&1; then |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24250 | ac_cv_cpp_def___sparc__=yes |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24251 | else |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24252 | ac_cv_cpp_def___sparc__=no |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24253 | fi |
| 24254 | rm -f conftest* |
| 24255 | |
| 24256 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24257 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5 |
| 24258 | echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24259 | if test $ac_cv_cpp_def___sparc__ = yes; then |
| 24260 | CFLAGS="$CFLAGS -D__sparc__" |
| 24261 | LINTFLAGS="$LINTFLAGS -D__sparc__" |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24262 | fi |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24263 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24264 | *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5 |
| 24265 | echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; } |
Pierre d'Herbemont | b64b7de | 2003-07-16 23:37:22 +0000 | [diff] [blame] | 24266 | if test "${ac_cv_cpp_def___powerpc__+set}" = set; then |
| 24267 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24268 | else |
| 24269 | cat >conftest.$ac_ext <<_ACEOF |
Pierre d'Herbemont | b64b7de | 2003-07-16 23:37:22 +0000 | [diff] [blame] | 24270 | /* confdefs.h. */ |
| 24271 | _ACEOF |
| 24272 | cat confdefs.h >>conftest.$ac_ext |
| 24273 | cat >>conftest.$ac_ext <<_ACEOF |
| 24274 | /* end confdefs.h. */ |
| 24275 | #ifndef __powerpc__ |
| 24276 | yes |
| 24277 | #endif |
| 24278 | _ACEOF |
| 24279 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| 24280 | $EGREP "yes" >/dev/null 2>&1; then |
| 24281 | ac_cv_cpp_def___powerpc__=yes |
| 24282 | else |
| 24283 | ac_cv_cpp_def___powerpc__=no |
| 24284 | fi |
| 24285 | rm -f conftest* |
| 24286 | |
| 24287 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24288 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5 |
| 24289 | echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; } |
Pierre d'Herbemont | b64b7de | 2003-07-16 23:37:22 +0000 | [diff] [blame] | 24290 | if test $ac_cv_cpp_def___powerpc__ = yes; then |
| 24291 | CFLAGS="$CFLAGS -D__powerpc__" |
| 24292 | LINTFLAGS="$LINTFLAGS -D__powerpc__" |
| 24293 | fi |
| 24294 | ;; |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24295 | esac |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24296 | |
| 24297 | case $host_vendor in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24298 | *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5 |
| 24299 | echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24300 | if test "${ac_cv_cpp_def___sun__+set}" = set; then |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24301 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 24302 | else |
| 24303 | cat >conftest.$ac_ext <<_ACEOF |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24304 | /* confdefs.h. */ |
| 24305 | _ACEOF |
| 24306 | cat confdefs.h >>conftest.$ac_ext |
| 24307 | cat >>conftest.$ac_ext <<_ACEOF |
| 24308 | /* end confdefs.h. */ |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24309 | #ifndef __sun__ |
| 24310 | yes |
| 24311 | #endif |
| 24312 | _ACEOF |
| 24313 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24314 | $EGREP "yes" >/dev/null 2>&1; then |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24315 | ac_cv_cpp_def___sun__=yes |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24316 | else |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24317 | ac_cv_cpp_def___sun__=no |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24318 | fi |
| 24319 | rm -f conftest* |
| 24320 | |
| 24321 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24322 | { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5 |
| 24323 | echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; } |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24324 | if test $ac_cv_cpp_def___sun__ = yes; then |
| 24325 | CFLAGS="$CFLAGS -D__sun__" |
| 24326 | LINTFLAGS="$LINTFLAGS -D__sun__" |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24327 | fi |
Alexandre Julliard | 05783b5 | 2002-12-11 00:21:55 +0000 | [diff] [blame] | 24328 | ;; |
| 24329 | esac |
Gregg Mattinson | 57807fa | 2002-07-20 20:17:13 +0000 | [diff] [blame] | 24330 | |
| 24331 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24332 | |
| 24333 | |
| 24334 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24335 | ac_config_commands="$ac_config_commands dlls/gdi/enhmfdrv" |
Alexandre Julliard | 8911856 | 2002-03-27 21:13:40 +0000 | [diff] [blame] | 24336 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24337 | ac_config_commands="$ac_config_commands dlls/gdi/mfdrv" |
Alexandre Julliard | 8911856 | 2002-03-27 21:13:40 +0000 | [diff] [blame] | 24338 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24339 | ac_config_commands="$ac_config_commands dlls/kernel/messages" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24340 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24341 | ac_config_commands="$ac_config_commands dlls/user/resources" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24342 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24343 | ac_config_commands="$ac_config_commands dlls/wineps.drv/data" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24344 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24345 | ac_config_commands="$ac_config_commands include/wine" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24346 | |
Alexandre Julliard | 87a2f8d | 2000-04-09 18:20:25 +0000 | [diff] [blame] | 24347 | |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 24348 | MAKE_RULES=Make.rules |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24349 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24350 | |
Alexandre Julliard | d0edc5f | 2000-03-04 22:31:27 +0000 | [diff] [blame] | 24351 | MAKE_DLL_RULES=dlls/Makedll.rules |
| 24352 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24353 | |
Alexandre Julliard | 633b12d | 2005-08-25 12:14:13 +0000 | [diff] [blame] | 24354 | MAKE_IMPLIB_RULES=dlls/Makeimplib.rules |
| 24355 | |
| 24356 | |
Alexandre Julliard | edeee89 | 2002-08-09 01:22:40 +0000 | [diff] [blame] | 24357 | MAKE_TEST_RULES=dlls/Maketest.rules |
| 24358 | |
| 24359 | |
Alexandre Julliard | 117436e | 2003-05-01 00:39:29 +0000 | [diff] [blame] | 24360 | MAKE_LIB_RULES=libs/Makelib.rules |
| 24361 | |
| 24362 | |
Alexandre Julliard | 626f425 | 2000-11-10 23:35:20 +0000 | [diff] [blame] | 24363 | MAKE_PROG_RULES=programs/Makeprog.rules |
| 24364 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24365 | |
Aric Stewart | 9c3b12b | 2006-07-13 14:16:59 -0500 | [diff] [blame^] | 24366 | ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules libs/Makelib.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/cabinet/tests/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/comcat/Makefile dlls/comcat/tests/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/comdlg32/Makefile dlls/comdlg32/tests/Makefile dlls/compstui/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/cryptnet/Makefile dlls/ctl3d32/Makefile dlls/d3d8/Makefile dlls/d3d8/tests/Makefile dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi/Makefile dlls/gdi/tests/Makefile dlls/glu32/Makefile dlls/glut32/Makefile dlls/gphoto2.ds/Makefile dlls/hhctrl.ocx/Makefile dlls/hlink/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/infosoft/Makefile dlls/inseng/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel/Makefile dlls/kernel/tests/Makefile dlls/lz32/Makefile dlls/lz32/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/mciwave/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/mprapi/Makefile dlls/msacm32.drv/Makefile dlls/msacm32/Makefile dlls/msacm32/tests/Makefile dlls/msadp32.acm/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/msdmo/Makefile dlls/msftedit/Makefile dlls/msg711.acm/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys.ocx/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvfw32/Makefile dlls/msvidc32/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/ntdsapi/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli32/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr32/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/query/Makefile dlls/rasapi32/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile dlls/riched32/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/sane.ds/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/setupapi/tests/Makefile dlls/sfc/Makefile dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/spoolss/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/tapi32/Makefile dlls/twain_32/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user/Makefile dlls/user/tests/Makefile dlls/userenv/Makefile dlls/usp10/Makefile dlls/usp10/tests/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/uxtheme/tests/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/winemp3.acm/Makefile dlls/wineps.drv/Makefile dlls/winex11.drv/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/tests/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winecoreaudio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls32/Makefile dlls/winspool.drv/Makefile dlls/winspool.drv/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wldap32/Makefile dlls/wnaspi32/Makefile dlls/wow32/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/clock/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/eject/Makefile programs/expand/Makefile programs/explorer/Makefile programs/hh/Makefile programs/icinfo/Makefile programs/iexplore/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/oleview/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wcmd/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile programs/wordpad/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winapi/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24367 | |
Alexandre Julliard | 626f425 | 2000-11-10 23:35:20 +0000 | [diff] [blame] | 24368 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24369 | cat >confcache <<\_ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24370 | # This file is a shell script that caches the results of configure |
| 24371 | # tests run on this system so they can be shared between configure |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24372 | # scripts and configure runs, see configure's option --config-cache. |
| 24373 | # It is not useful on other systems. If it contains results you don't |
| 24374 | # want to keep, you may remove or edit it. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24375 | # |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24376 | # config.status only pays attention to the cache file if you give it |
| 24377 | # the --recheck option to rerun configure. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24378 | # |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24379 | # `ac_cv_env_foo' variables (set or unset) will be overridden when |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24380 | # loading this file, other *unset* `ac_cv_foo' will be assigned the |
| 24381 | # following values. |
| 24382 | |
| 24383 | _ACEOF |
| 24384 | |
Alexandre Julliard | 7e6ae4b | 1996-12-08 19:25:27 +0000 | [diff] [blame] | 24385 | # The following way of writing the cache mishandles newlines in values, |
| 24386 | # but we know of no workaround that is simple, portable, and efficient. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24387 | # So, we kill variables containing newlines. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24388 | # Ultrix sh set writes to stderr and can't be redirected directly, |
| 24389 | # and sets the high bit in the cache file unless we assign to the vars. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24390 | ( |
| 24391 | for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
| 24392 | eval ac_val=\$$ac_var |
| 24393 | case $ac_val in #( |
| 24394 | *${as_nl}*) |
| 24395 | case $ac_var in #( |
| 24396 | *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 |
| 24397 | echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; |
| 24398 | esac |
| 24399 | case $ac_var in #( |
| 24400 | _ | IFS | as_nl) ;; #( |
| 24401 | *) $as_unset $ac_var ;; |
| 24402 | esac ;; |
| 24403 | esac |
| 24404 | done |
| 24405 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24406 | (set) 2>&1 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24407 | case $as_nl`(ac_space=' '; set) 2>&1` in #( |
| 24408 | *${as_nl}ac_space=\ *) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24409 | # `set' does not quote correctly, so add quotes (double-quote |
| 24410 | # substitution turns \\\\ into \\, and sed turns \\ into \). |
| 24411 | sed -n \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24412 | "s/'/'\\\\''/g; |
| 24413 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24414 | ;; #( |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24415 | *) |
| 24416 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24417 | sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24418 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24419 | esac | |
| 24420 | sort |
| 24421 | ) | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24422 | sed ' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24423 | /^ac_cv_env_/b end |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24424 | t clear |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24425 | :clear |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24426 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
| 24427 | t end |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24428 | s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
| 24429 | :end' >>confcache |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24430 | if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
| 24431 | if test -w "$cache_file"; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24432 | test "x$cache_file" != "x/dev/null" && |
| 24433 | { echo "$as_me:$LINENO: updating cache $cache_file" >&5 |
| 24434 | echo "$as_me: updating cache $cache_file" >&6;} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24435 | cat confcache >$cache_file |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24436 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24437 | { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
| 24438 | echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24439 | fi |
| 24440 | fi |
| 24441 | rm -f confcache |
| 24442 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24443 | test "x$prefix" = xNONE && prefix=$ac_default_prefix |
| 24444 | # Let make expand exec_prefix. |
| 24445 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
| 24446 | |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 24447 | DEFS=-DHAVE_CONFIG_H |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24448 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24449 | ac_libobjs= |
| 24450 | ac_ltlibobjs= |
| 24451 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 24452 | # 1. Remove the extension, and $U if already installed. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24453 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| 24454 | ac_i=`echo "$ac_i" | sed "$ac_script"` |
| 24455 | # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR |
| 24456 | # will be set to the directory where LIBOBJS objects are built. |
| 24457 | ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" |
| 24458 | ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24459 | done |
| 24460 | LIBOBJS=$ac_libobjs |
| 24461 | |
| 24462 | LTLIBOBJS=$ac_ltlibobjs |
| 24463 | |
| 24464 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24465 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24466 | : ${CONFIG_STATUS=./config.status} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24467 | ac_clean_files_save=$ac_clean_files |
| 24468 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24469 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24470 | echo "$as_me: creating $CONFIG_STATUS" >&6;} |
| 24471 | cat >$CONFIG_STATUS <<_ACEOF |
| 24472 | #! $SHELL |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24473 | # Generated by $as_me. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24474 | # Run this file to recreate the current configuration. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24475 | # Compiler output produced by configure, useful for debugging |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24476 | # configure, is in config.log if it exists. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24477 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24478 | debug=false |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24479 | ac_cs_recheck=false |
| 24480 | ac_cs_silent=false |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24481 | SHELL=\${CONFIG_SHELL-$SHELL} |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24482 | _ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24483 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24484 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24485 | ## --------------------- ## |
| 24486 | ## M4sh Initialization. ## |
| 24487 | ## --------------------- ## |
| 24488 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24489 | # Be Bourne compatible |
| 24490 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
| 24491 | emulate sh |
| 24492 | NULLCMD=: |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24493 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
| 24494 | # is contrary to our usage. Disable this feature. |
| 24495 | alias -g '${1+"$@"}'='"$@"' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24496 | setopt NO_GLOB_SUBST |
| 24497 | else |
| 24498 | case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 24499 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24500 | BIN_SH=xpg4; export BIN_SH # for Tru64 |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24501 | DUALCASE=1; export DUALCASE # for MKS sh |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24502 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24503 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24504 | # PATH needs CR |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24505 | # Avoid depending upon Character Ranges. |
| 24506 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
| 24507 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
| 24508 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
| 24509 | as_cr_digits='0123456789' |
| 24510 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 24511 | |
| 24512 | # The user is always right. |
| 24513 | if test "${PATH_SEPARATOR+set}" != set; then |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24514 | echo "#! /bin/sh" >conf$$.sh |
| 24515 | echo "exit 0" >>conf$$.sh |
| 24516 | chmod +x conf$$.sh |
| 24517 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24518 | PATH_SEPARATOR=';' |
| 24519 | else |
| 24520 | PATH_SEPARATOR=: |
| 24521 | fi |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24522 | rm -f conf$$.sh |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24523 | fi |
| 24524 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24525 | # Support unset when possible. |
| 24526 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
| 24527 | as_unset=unset |
| 24528 | else |
| 24529 | as_unset=false |
| 24530 | fi |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24531 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24532 | |
| 24533 | # IFS |
| 24534 | # We need space, tab and new line, in precisely that order. Quoting is |
| 24535 | # there to prevent editors from complaining about space-tab. |
| 24536 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 24537 | # splitting by setting IFS to empty value.) |
| 24538 | as_nl=' |
| 24539 | ' |
| 24540 | IFS=" "" $as_nl" |
| 24541 | |
| 24542 | # Find who we are. Look in the path if we contain no directory separator. |
| 24543 | case $0 in |
| 24544 | *[\\/]* ) as_myself=$0 ;; |
| 24545 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24546 | for as_dir in $PATH |
| 24547 | do |
| 24548 | IFS=$as_save_IFS |
| 24549 | test -z "$as_dir" && as_dir=. |
| 24550 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
| 24551 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24552 | IFS=$as_save_IFS |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24553 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24554 | ;; |
| 24555 | esac |
| 24556 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
| 24557 | # in which case we are not to be found in the path. |
| 24558 | if test "x$as_myself" = x; then |
| 24559 | as_myself=$0 |
| 24560 | fi |
| 24561 | if test ! -f "$as_myself"; then |
| 24562 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| 24563 | { (exit 1); exit 1; } |
| 24564 | fi |
| 24565 | |
| 24566 | # Work around bugs in pre-3.0 UWIN ksh. |
| 24567 | for as_var in ENV MAIL MAILPATH |
| 24568 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 24569 | done |
| 24570 | PS1='$ ' |
| 24571 | PS2='> ' |
| 24572 | PS4='+ ' |
| 24573 | |
| 24574 | # NLS nuisances. |
| 24575 | for as_var in \ |
| 24576 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
| 24577 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| 24578 | LC_TELEPHONE LC_TIME |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24579 | do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24580 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 24581 | eval $as_var=C; export $as_var |
| 24582 | else |
| 24583 | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
| 24584 | fi |
| 24585 | done |
| 24586 | |
| 24587 | # Required to use basename. |
| 24588 | if expr a : '\(a\)' >/dev/null 2>&1 && |
| 24589 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 24590 | as_expr=expr |
| 24591 | else |
| 24592 | as_expr=false |
| 24593 | fi |
| 24594 | |
| 24595 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
| 24596 | as_basename=basename |
| 24597 | else |
| 24598 | as_basename=false |
| 24599 | fi |
| 24600 | |
| 24601 | |
| 24602 | # Name of the executable. |
| 24603 | as_me=`$as_basename -- "$0" || |
| 24604 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 24605 | X"$0" : 'X\(//\)$' \| \ |
| 24606 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
| 24607 | echo X/"$0" | |
| 24608 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| 24609 | s//\1/ |
| 24610 | q |
| 24611 | } |
| 24612 | /^X\/\(\/\/\)$/{ |
| 24613 | s//\1/ |
| 24614 | q |
| 24615 | } |
| 24616 | /^X\/\(\/\).*/{ |
| 24617 | s//\1/ |
| 24618 | q |
| 24619 | } |
| 24620 | s/.*/./; q'` |
| 24621 | |
| 24622 | # CDPATH. |
| 24623 | $as_unset CDPATH |
| 24624 | |
| 24625 | |
| 24626 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24627 | as_lineno_1=$LINENO |
| 24628 | as_lineno_2=$LINENO |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24629 | test "x$as_lineno_1" != "x$as_lineno_2" && |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24630 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24631 | |
| 24632 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
| 24633 | # uniformly replaced by the line number. The first 'sed' inserts a |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24634 | # line-number line after each line using $LINENO; the second 'sed' |
| 24635 | # does the real work. The second script uses 'N' to pair each |
| 24636 | # line-number line with the line containing $LINENO, and appends |
| 24637 | # trailing '-' during substitution so that $LINENO is not a special |
| 24638 | # case at line end. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24639 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24640 | # scripts with optimization help from Paolo Bonzini. Blame Lee |
| 24641 | # E. McMahon (1931-1989) for sed's syntax. :-) |
| 24642 | sed -n ' |
| 24643 | p |
| 24644 | /[$]LINENO/= |
| 24645 | ' <$as_myself | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24646 | sed ' |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24647 | s/[$]LINENO.*/&-/ |
| 24648 | t lineno |
| 24649 | b |
| 24650 | :lineno |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24651 | N |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24652 | :loop |
| 24653 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24654 | t loop |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24655 | s/-\n.*// |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24656 | ' >$as_me.lineno && |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24657 | chmod +x "$as_me.lineno" || |
| 24658 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24659 | { (exit 1); exit 1; }; } |
| 24660 | |
| 24661 | # Don't try to exec as it changes $[0], causing all sort of problems |
| 24662 | # (the dirname of $[0] is not the place where we might find the |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24663 | # original and so on. Autoconf is especially sensitive to this). |
| 24664 | . "./$as_me.lineno" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24665 | # Exit status is that of the last command. |
| 24666 | exit |
| 24667 | } |
| 24668 | |
| 24669 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24670 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24671 | as_dirname=dirname |
| 24672 | else |
| 24673 | as_dirname=false |
| 24674 | fi |
| 24675 | |
| 24676 | ECHO_C= ECHO_N= ECHO_T= |
| 24677 | case `echo -n x` in |
| 24678 | -n*) |
| 24679 | case `echo 'x\c'` in |
| 24680 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
| 24681 | *) ECHO_C='\c';; |
| 24682 | esac;; |
| 24683 | *) |
| 24684 | ECHO_N='-n';; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24685 | esac |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24686 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24687 | if expr a : '\(a\)' >/dev/null 2>&1 && |
| 24688 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24689 | as_expr=expr |
| 24690 | else |
| 24691 | as_expr=false |
| 24692 | fi |
| 24693 | |
| 24694 | rm -f conf$$ conf$$.exe conf$$.file |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24695 | if test -d conf$$.dir; then |
| 24696 | rm -f conf$$.dir/conf$$.file |
| 24697 | else |
| 24698 | rm -f conf$$.dir |
| 24699 | mkdir conf$$.dir |
| 24700 | fi |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24701 | echo >conf$$.file |
| 24702 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24703 | as_ln_s='ln -s' |
| 24704 | # ... but there are two gotchas: |
| 24705 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 24706 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 24707 | # In both cases, we have to default to `cp -p'. |
| 24708 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24709 | as_ln_s='cp -p' |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24710 | elif ln conf$$.file conf$$ 2>/dev/null; then |
| 24711 | as_ln_s=ln |
| 24712 | else |
| 24713 | as_ln_s='cp -p' |
| 24714 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24715 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 24716 | rmdir conf$$.dir 2>/dev/null |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24717 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24718 | if mkdir -p . 2>/dev/null; then |
| 24719 | as_mkdir_p=: |
| 24720 | else |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24721 | test -d ./-p && rmdir ./-p |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24722 | as_mkdir_p=false |
| 24723 | fi |
| 24724 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24725 | # Find out whether ``test -x'' works. Don't use a zero-byte file, as |
| 24726 | # systems may use methods other than mode bits to determine executability. |
| 24727 | cat >conf$$.file <<_ASEOF |
| 24728 | #! /bin/sh |
| 24729 | exit 0 |
| 24730 | _ASEOF |
| 24731 | chmod +x conf$$.file |
| 24732 | if test -x conf$$.file >/dev/null 2>&1; then |
| 24733 | as_executable_p="test -x" |
| 24734 | else |
| 24735 | as_executable_p=: |
| 24736 | fi |
| 24737 | rm -f conf$$.file |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24738 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24739 | # Sed expression to map a string onto a valid CPP name. |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24740 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24741 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24742 | # Sed expression to map a string onto a valid variable name. |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24743 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24744 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24745 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24746 | exec 6>&1 |
| 24747 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24748 | # Save the log message, to keep $[0] and so on meaningful, and to |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24749 | # report actual input values of CONFIG_FILES etc. instead of their |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24750 | # values after options handling. |
| 24751 | ac_log=" |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 24752 | This file was extended by Wine $as_me 0.9.17, which was |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 24753 | generated by GNU Autoconf 2.60a. Invocation command line was |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24754 | |
| 24755 | CONFIG_FILES = $CONFIG_FILES |
| 24756 | CONFIG_HEADERS = $CONFIG_HEADERS |
| 24757 | CONFIG_LINKS = $CONFIG_LINKS |
| 24758 | CONFIG_COMMANDS = $CONFIG_COMMANDS |
| 24759 | $ $0 $@ |
| 24760 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24761 | on `(hostname || uname -n) 2>/dev/null | sed 1q` |
| 24762 | " |
| 24763 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24764 | _ACEOF |
| 24765 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24766 | cat >>$CONFIG_STATUS <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24767 | # Files that config.status was made for. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24768 | config_files="$ac_config_files" |
| 24769 | config_headers="$ac_config_headers" |
| 24770 | config_commands="$ac_config_commands" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24771 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24772 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24773 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24774 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24775 | ac_cs_usage="\ |
| 24776 | \`$as_me' instantiates files from templates according to the |
| 24777 | current configuration. |
| 24778 | |
| 24779 | Usage: $0 [OPTIONS] [FILE]... |
| 24780 | |
| 24781 | -h, --help print this help, then exit |
| 24782 | -V, --version print version number, then exit |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24783 | -q, --quiet do not print progress messages |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24784 | -d, --debug don't remove temporary files |
| 24785 | --recheck update $as_me by reconfiguring in the same conditions |
| 24786 | --file=FILE[:TEMPLATE] |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24787 | instantiate the configuration file FILE |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24788 | --header=FILE[:TEMPLATE] |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 24789 | instantiate the configuration header FILE |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24790 | |
| 24791 | Configuration files: |
| 24792 | $config_files |
| 24793 | |
| 24794 | Configuration headers: |
| 24795 | $config_headers |
| 24796 | |
| 24797 | Configuration commands: |
| 24798 | $config_commands |
| 24799 | |
| 24800 | Report bugs to <bug-autoconf@gnu.org>." |
Alexandre Julliard | da0cfb3 | 1996-12-01 17:17:47 +0000 | [diff] [blame] | 24801 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24802 | _ACEOF |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24803 | cat >>$CONFIG_STATUS <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24804 | ac_cs_version="\\ |
Alexandre Julliard | db5e98b | 2006-07-10 17:46:42 +0200 | [diff] [blame] | 24805 | Wine config.status 0.9.17 |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 24806 | configured by $0, generated by GNU Autoconf 2.60a, |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24807 | with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24808 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24809 | Copyright (C) 2006 Free Software Foundation, Inc. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24810 | This config.status script is free software; the Free Software Foundation |
| 24811 | gives unlimited permission to copy, distribute and modify it." |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24812 | |
| 24813 | ac_pwd='$ac_pwd' |
| 24814 | srcdir='$srcdir' |
| 24815 | INSTALL='$INSTALL' |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24816 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24817 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24818 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24819 | # If no file are specified by the user, then we need to provide default |
| 24820 | # value. By we need to know if files were specified by the user. |
| 24821 | ac_need_defaults=: |
| 24822 | while test $# != 0 |
| 24823 | do |
| 24824 | case $1 in |
| 24825 | --*=*) |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24826 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 24827 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24828 | ac_shift=: |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24829 | ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24830 | *) |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24831 | ac_option=$1 |
| 24832 | ac_optarg=$2 |
| 24833 | ac_shift=shift |
| 24834 | ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24835 | esac |
| 24836 | |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24837 | case $ac_option in |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24838 | # Handling of the options. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24839 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 24840 | ac_cs_recheck=: ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24841 | --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
| 24842 | echo "$ac_cs_version"; exit ;; |
| 24843 | --debug | --debu | --deb | --de | --d | -d ) |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24844 | debug=: ;; |
| 24845 | --file | --fil | --fi | --f ) |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24846 | $ac_shift |
| 24847 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24848 | ac_need_defaults=false;; |
| 24849 | --header | --heade | --head | --hea ) |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 24850 | $ac_shift |
| 24851 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24852 | ac_need_defaults=false;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24853 | --he | --h) |
| 24854 | # Conflict between --help and --header |
| 24855 | { echo "$as_me: error: ambiguous option: $1 |
| 24856 | Try \`$0 --help' for more information." >&2 |
| 24857 | { (exit 1); exit 1; }; };; |
| 24858 | --help | --hel | -h ) |
| 24859 | echo "$ac_cs_usage"; exit ;; |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24860 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 24861 | | -silent | --silent | --silen | --sile | --sil | --si | --s) |
| 24862 | ac_cs_silent=: ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 24863 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24864 | # This is an error. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24865 | -*) { echo "$as_me: error: unrecognized option: $1 |
| 24866 | Try \`$0 --help' for more information." >&2 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24867 | { (exit 1); exit 1; }; } ;; |
| 24868 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24869 | *) ac_config_targets="$ac_config_targets $1" |
| 24870 | ac_need_defaults=false ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24871 | |
| 24872 | esac |
| 24873 | shift |
| 24874 | done |
| 24875 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24876 | ac_configure_extra_args= |
| 24877 | |
| 24878 | if $ac_cs_silent; then |
| 24879 | exec 6>/dev/null |
| 24880 | ac_configure_extra_args="$ac_configure_extra_args --silent" |
| 24881 | fi |
| 24882 | |
| 24883 | _ACEOF |
| 24884 | cat >>$CONFIG_STATUS <<_ACEOF |
| 24885 | if \$ac_cs_recheck; then |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24886 | echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24887 | CONFIG_SHELL=$SHELL |
| 24888 | export CONFIG_SHELL |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 24889 | exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 24890 | fi |
| 24891 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24892 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24893 | cat >>$CONFIG_STATUS <<\_ACEOF |
| 24894 | exec 5>>config.log |
| 24895 | { |
| 24896 | echo |
| 24897 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX |
| 24898 | ## Running $as_me. ## |
| 24899 | _ASBOX |
| 24900 | echo "$ac_log" |
| 24901 | } >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24902 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24903 | _ACEOF |
| 24904 | cat >>$CONFIG_STATUS <<_ACEOF |
| 24905 | _ACEOF |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 24906 | |
| 24907 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24908 | |
| 24909 | # Handling of arguments. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 24910 | for ac_config_target in $ac_config_targets |
| 24911 | do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24912 | case $ac_config_target in |
| 24913 | "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; |
| 24914 | "dlls/gdi/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/enhmfdrv" ;; |
| 24915 | "dlls/gdi/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/mfdrv" ;; |
| 24916 | "dlls/kernel/messages") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel/messages" ;; |
| 24917 | "dlls/user/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user/resources" ;; |
| 24918 | "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;; |
| 24919 | "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;; |
| 24920 | "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;; |
| 24921 | "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;; |
| 24922 | "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;; |
| 24923 | "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;; |
| 24924 | "libs/Makelib.rules") CONFIG_FILES="$CONFIG_FILES libs/Makelib.rules" ;; |
| 24925 | "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;; |
| 24926 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 24927 | "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;; |
| 24928 | "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;; |
| 24929 | "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;; |
| 24930 | "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;; |
| 24931 | "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;; |
| 24932 | "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;; |
| 24933 | "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;; |
| 24934 | "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;; |
| 24935 | "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;; |
| 24936 | "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;; |
| 24937 | "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;; |
| 24938 | "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;; |
| 24939 | "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;; |
| 24940 | "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;; |
| 24941 | "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;; |
| 24942 | "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;; |
Aric Stewart | 9c3b12b | 2006-07-13 14:16:59 -0500 | [diff] [blame^] | 24943 | "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24944 | "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;; |
| 24945 | "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;; |
| 24946 | "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;; |
Detlef Riekenberg | 955fe0d | 2006-07-03 22:55:53 +0200 | [diff] [blame] | 24947 | "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;; |
Detlef Riekenberg | 5640b56 | 2006-06-20 06:12:36 +0200 | [diff] [blame] | 24948 | "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24949 | "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;; |
| 24950 | "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;; |
| 24951 | "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;; |
| 24952 | "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;; |
Maarten Lankhorst | d2ee387 | 2006-06-28 16:51:41 +0200 | [diff] [blame] | 24953 | "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 24954 | "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;; |
| 24955 | "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;; |
| 24956 | "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;; |
| 24957 | "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;; |
| 24958 | "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;; |
| 24959 | "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;; |
| 24960 | "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;; |
| 24961 | "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;; |
| 24962 | "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;; |
| 24963 | "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;; |
| 24964 | "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;; |
| 24965 | "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;; |
| 24966 | "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;; |
| 24967 | "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;; |
| 24968 | "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;; |
| 24969 | "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;; |
| 24970 | "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;; |
| 24971 | "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;; |
| 24972 | "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;; |
| 24973 | "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;; |
| 24974 | "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;; |
| 24975 | "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;; |
| 24976 | "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;; |
| 24977 | "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;; |
| 24978 | "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;; |
| 24979 | "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;; |
| 24980 | "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;; |
| 24981 | "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;; |
| 24982 | "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;; |
| 24983 | "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;; |
| 24984 | "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;; |
| 24985 | "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;; |
| 24986 | "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;; |
| 24987 | "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;; |
| 24988 | "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;; |
| 24989 | "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;; |
| 24990 | "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;; |
| 24991 | "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;; |
| 24992 | "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;; |
| 24993 | "dlls/gdi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi/Makefile" ;; |
| 24994 | "dlls/gdi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi/tests/Makefile" ;; |
| 24995 | "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;; |
| 24996 | "dlls/glut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glut32/Makefile" ;; |
| 24997 | "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;; |
| 24998 | "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;; |
Mike McCormack | b732e9b | 2006-06-06 19:26:24 +0900 | [diff] [blame] | 24999 | "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25000 | "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;; |
| 25001 | "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;; |
| 25002 | "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;; |
| 25003 | "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;; |
| 25004 | "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;; |
| 25005 | "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;; |
Mike McCormack | 4d3877b | 2006-07-11 11:13:18 +0900 | [diff] [blame] | 25006 | "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;; |
| 25007 | "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25008 | "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;; |
| 25009 | "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;; |
| 25010 | "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;; |
| 25011 | "dlls/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel/Makefile" ;; |
| 25012 | "dlls/kernel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel/tests/Makefile" ;; |
| 25013 | "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;; |
| 25014 | "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;; |
| 25015 | "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;; |
| 25016 | "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;; |
| 25017 | "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;; |
| 25018 | "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;; |
| 25019 | "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;; |
| 25020 | "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;; |
| 25021 | "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;; |
| 25022 | "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;; |
| 25023 | "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;; |
| 25024 | "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;; |
| 25025 | "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;; |
| 25026 | "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;; |
| 25027 | "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;; |
| 25028 | "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;; |
| 25029 | "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;; |
| 25030 | "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;; |
| 25031 | "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;; |
| 25032 | "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;; |
| 25033 | "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;; |
| 25034 | "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;; |
| 25035 | "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;; |
| 25036 | "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;; |
| 25037 | "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;; |
| 25038 | "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;; |
| 25039 | "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;; |
| 25040 | "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;; |
| 25041 | "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;; |
| 25042 | "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;; |
| 25043 | "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;; |
| 25044 | "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;; |
| 25045 | "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;; |
| 25046 | "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;; |
| 25047 | "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;; |
| 25048 | "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;; |
| 25049 | "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;; |
| 25050 | "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;; |
| 25051 | "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;; |
| 25052 | "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;; |
| 25053 | "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;; |
| 25054 | "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;; |
| 25055 | "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;; |
| 25056 | "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;; |
| 25057 | "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;; |
| 25058 | "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;; |
| 25059 | "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;; |
| 25060 | "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;; |
| 25061 | "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;; |
| 25062 | "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;; |
| 25063 | "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;; |
| 25064 | "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;; |
| 25065 | "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;; |
| 25066 | "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;; |
| 25067 | "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;; |
| 25068 | "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;; |
| 25069 | "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;; |
| 25070 | "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;; |
| 25071 | "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;; |
| 25072 | "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;; |
| 25073 | "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;; |
| 25074 | "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;; |
| 25075 | "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;; |
| 25076 | "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;; |
| 25077 | "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;; |
| 25078 | "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;; |
| 25079 | "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;; |
| 25080 | "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;; |
Mike McCormack | defbc49 | 2006-07-07 18:21:36 +0900 | [diff] [blame] | 25081 | "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25082 | "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;; |
| 25083 | "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;; |
| 25084 | "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;; |
| 25085 | "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;; |
| 25086 | "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;; |
| 25087 | "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;; |
| 25088 | "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;; |
| 25089 | "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;; |
| 25090 | "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;; |
| 25091 | "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;; |
| 25092 | "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;; |
| 25093 | "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;; |
| 25094 | "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;; |
| 25095 | "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;; |
| 25096 | "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;; |
| 25097 | "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;; |
| 25098 | "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;; |
| 25099 | "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;; |
| 25100 | "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;; |
| 25101 | "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;; |
| 25102 | "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;; |
| 25103 | "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;; |
| 25104 | "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;; |
| 25105 | "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;; |
| 25106 | "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;; |
| 25107 | "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;; |
| 25108 | "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;; |
| 25109 | "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;; |
| 25110 | "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;; |
| 25111 | "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;; |
| 25112 | "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;; |
| 25113 | "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;; |
| 25114 | "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;; |
| 25115 | "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;; |
| 25116 | "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;; |
| 25117 | "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;; |
| 25118 | "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;; |
| 25119 | "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;; |
| 25120 | "dlls/user/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user/Makefile" ;; |
| 25121 | "dlls/user/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user/tests/Makefile" ;; |
Mike McCormack | a6ea0f6 | 2006-06-05 14:01:10 +0900 | [diff] [blame] | 25122 | "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25123 | "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;; |
| 25124 | "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;; |
| 25125 | "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;; |
| 25126 | "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;; |
Paul Vriens | 569a452 | 2006-06-13 14:16:58 +0200 | [diff] [blame] | 25127 | "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25128 | "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;; |
| 25129 | "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;; |
| 25130 | "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;; |
| 25131 | "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;; |
| 25132 | "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;; |
| 25133 | "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;; |
| 25134 | "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;; |
| 25135 | "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;; |
| 25136 | "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;; |
| 25137 | "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;; |
| 25138 | "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;; |
| 25139 | "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;; |
| 25140 | "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;; |
| 25141 | "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;; |
| 25142 | "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;; |
Alexandre Julliard | bdb4fab | 2006-06-16 09:57:50 +0200 | [diff] [blame] | 25143 | "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25144 | "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;; |
| 25145 | "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;; |
| 25146 | "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;; |
| 25147 | "dlls/winmm/joystick/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;; |
| 25148 | "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;; |
| 25149 | "dlls/winmm/winealsa/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;; |
| 25150 | "dlls/winmm/winearts/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;; |
| 25151 | "dlls/winmm/wineaudioio/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;; |
Emmanuel Maillard | 144a535 | 2006-05-28 22:46:23 +0200 | [diff] [blame] | 25152 | "dlls/winmm/winecoreaudio/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winecoreaudio/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25153 | "dlls/winmm/wineesd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;; |
| 25154 | "dlls/winmm/winejack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;; |
| 25155 | "dlls/winmm/winenas/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;; |
| 25156 | "dlls/winmm/wineoss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;; |
| 25157 | "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;; |
| 25158 | "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;; |
| 25159 | "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;; |
| 25160 | "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;; |
| 25161 | "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;; |
| 25162 | "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;; |
| 25163 | "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;; |
| 25164 | "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;; |
| 25165 | "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;; |
| 25166 | "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;; |
| 25167 | "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;; |
| 25168 | "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25169 | "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;; |
| 25170 | "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;; |
| 25171 | "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; |
| 25172 | "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;; |
| 25173 | "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25174 | "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;; |
| 25175 | "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;; |
| 25176 | "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;; |
| 25177 | "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;; |
| 25178 | "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;; |
| 25179 | "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;; |
| 25180 | "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;; |
| 25181 | "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;; |
| 25182 | "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;; |
| 25183 | "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;; |
| 25184 | "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;; |
| 25185 | "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;; |
| 25186 | "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;; |
| 25187 | "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;; |
| 25188 | "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;; |
Piotr Caban | 68f590c | 2006-06-14 19:50:28 +0200 | [diff] [blame] | 25189 | "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25190 | "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;; |
| 25191 | "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;; |
| 25192 | "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;; |
| 25193 | "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;; |
| 25194 | "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;; |
| 25195 | "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;; |
| 25196 | "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;; |
| 25197 | "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;; |
| 25198 | "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;; |
| 25199 | "programs/wcmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wcmd/Makefile" ;; |
| 25200 | "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;; |
| 25201 | "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;; |
| 25202 | "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;; |
| 25203 | "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;; |
| 25204 | "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;; |
| 25205 | "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;; |
| 25206 | "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;; |
| 25207 | "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;; |
| 25208 | "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;; |
| 25209 | "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;; |
| 25210 | "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;; |
| 25211 | "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;; |
| 25212 | "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;; |
| 25213 | "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;; |
| 25214 | "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;; |
| 25215 | "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; |
| 25216 | "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;; |
| 25217 | "tools/winapi/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winapi/Makefile" ;; |
| 25218 | "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;; |
| 25219 | "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;; |
| 25220 | "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;; |
| 25221 | "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;; |
| 25222 | "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;; |
| 25223 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25224 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25225 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
| 25226 | { (exit 1); exit 1; }; };; |
| 25227 | esac |
| 25228 | done |
| 25229 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25230 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25231 | # If the user did not use the arguments to specify the items to instantiate, |
| 25232 | # then the envvar interface is used. Set only those that are not. |
| 25233 | # We use the long form for the default assignment because of an extremely |
| 25234 | # bizarre bug on SunOS 4.1.3. |
| 25235 | if $ac_need_defaults; then |
| 25236 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files |
| 25237 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers |
| 25238 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
| 25239 | fi |
| 25240 | |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 25241 | # Have a temporary directory for convenience. Make it in the build tree |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25242 | # simply because there is no reason against having it here, and in addition, |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 25243 | # creating and moving files from /tmp can sometimes cause problems. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25244 | # Hook for its removal unless debugging. |
| 25245 | # Note that there is a small window in which the directory will not be cleaned: |
| 25246 | # after its creation but before its name has been assigned to `$tmp'. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25247 | $debug || |
| 25248 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25249 | tmp= |
| 25250 | trap 'exit_status=$? |
| 25251 | { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
| 25252 | ' 0 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25253 | trap '{ (exit 1); exit 1; }' 1 2 13 15 |
| 25254 | } |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25255 | # Create a (secure) tmp directory for tmp files. |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 25256 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25257 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25258 | tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25259 | test -n "$tmp" && test -d "$tmp" |
| 25260 | } || |
| 25261 | { |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25262 | tmp=./conf$$-$RANDOM |
| 25263 | (umask 077 && mkdir "$tmp") |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25264 | } || |
| 25265 | { |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 25266 | echo "$me: cannot create a temporary directory in ." >&2 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25267 | { (exit 1); exit 1; } |
| 25268 | } |
| 25269 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25270 | # |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25271 | # Set up the sed scripts for CONFIG_FILES section. |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25272 | # |
| 25273 | |
| 25274 | # No need to generate the scripts if there are no CONFIG_FILES. |
| 25275 | # This happens for instance when ./config.status config.h |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25276 | if test -n "$CONFIG_FILES"; then |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25277 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25278 | _ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25279 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25280 | # Create sed commands to just substitute file output variables. |
| 25281 | |
| 25282 | # Remaining file output variables are in a fragment that also has non-file |
| 25283 | # output varibles. |
| 25284 | |
| 25285 | |
| 25286 | |
| 25287 | ac_delim='%!_!# ' |
| 25288 | for ac_last_try in false false false false false :; do |
| 25289 | cat >conf$$subs.sed <<_ACEOF |
| 25290 | SHELL!$SHELL$ac_delim |
| 25291 | PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim |
| 25292 | PACKAGE_NAME!$PACKAGE_NAME$ac_delim |
| 25293 | PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim |
| 25294 | PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim |
| 25295 | PACKAGE_STRING!$PACKAGE_STRING$ac_delim |
| 25296 | PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim |
| 25297 | exec_prefix!$exec_prefix$ac_delim |
| 25298 | prefix!$prefix$ac_delim |
| 25299 | program_transform_name!$program_transform_name$ac_delim |
| 25300 | bindir!$bindir$ac_delim |
| 25301 | sbindir!$sbindir$ac_delim |
| 25302 | libexecdir!$libexecdir$ac_delim |
| 25303 | datarootdir!$datarootdir$ac_delim |
| 25304 | datadir!$datadir$ac_delim |
| 25305 | sysconfdir!$sysconfdir$ac_delim |
| 25306 | sharedstatedir!$sharedstatedir$ac_delim |
| 25307 | localstatedir!$localstatedir$ac_delim |
| 25308 | includedir!$includedir$ac_delim |
| 25309 | oldincludedir!$oldincludedir$ac_delim |
| 25310 | docdir!$docdir$ac_delim |
| 25311 | infodir!$infodir$ac_delim |
| 25312 | htmldir!$htmldir$ac_delim |
| 25313 | dvidir!$dvidir$ac_delim |
| 25314 | pdfdir!$pdfdir$ac_delim |
| 25315 | psdir!$psdir$ac_delim |
| 25316 | libdir!$libdir$ac_delim |
| 25317 | localedir!$localedir$ac_delim |
| 25318 | mandir!$mandir$ac_delim |
| 25319 | DEFS!$DEFS$ac_delim |
| 25320 | ECHO_C!$ECHO_C$ac_delim |
| 25321 | ECHO_N!$ECHO_N$ac_delim |
| 25322 | ECHO_T!$ECHO_T$ac_delim |
| 25323 | LIBS!$LIBS$ac_delim |
| 25324 | build_alias!$build_alias$ac_delim |
| 25325 | host_alias!$host_alias$ac_delim |
| 25326 | target_alias!$target_alias$ac_delim |
| 25327 | build!$build$ac_delim |
| 25328 | build_cpu!$build_cpu$ac_delim |
| 25329 | build_vendor!$build_vendor$ac_delim |
| 25330 | build_os!$build_os$ac_delim |
| 25331 | host!$host$ac_delim |
| 25332 | host_cpu!$host_cpu$ac_delim |
| 25333 | host_vendor!$host_vendor$ac_delim |
| 25334 | host_os!$host_os$ac_delim |
| 25335 | WIN16_FILES!$WIN16_FILES$ac_delim |
| 25336 | WIN16_INSTALL!$WIN16_INSTALL$ac_delim |
| 25337 | SET_MAKE!$SET_MAKE$ac_delim |
| 25338 | CC!$CC$ac_delim |
| 25339 | CFLAGS!$CFLAGS$ac_delim |
| 25340 | LDFLAGS!$LDFLAGS$ac_delim |
| 25341 | CPPFLAGS!$CPPFLAGS$ac_delim |
| 25342 | ac_ct_CC!$ac_ct_CC$ac_delim |
| 25343 | EXEEXT!$EXEEXT$ac_delim |
| 25344 | OBJEXT!$OBJEXT$ac_delim |
| 25345 | CXX!$CXX$ac_delim |
| 25346 | CXXFLAGS!$CXXFLAGS$ac_delim |
| 25347 | ac_ct_CXX!$ac_ct_CXX$ac_delim |
| 25348 | CPPBIN!$CPPBIN$ac_delim |
| 25349 | TOOLSDIR!$TOOLSDIR$ac_delim |
| 25350 | XMKMF!$XMKMF$ac_delim |
| 25351 | CPP!$CPP$ac_delim |
| 25352 | X_CFLAGS!$X_CFLAGS$ac_delim |
| 25353 | X_PRE_LIBS!$X_PRE_LIBS$ac_delim |
| 25354 | X_LIBS!$X_LIBS$ac_delim |
| 25355 | X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim |
| 25356 | LEX!$LEX$ac_delim |
| 25357 | LEXLIB!$LEXLIB$ac_delim |
| 25358 | LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim |
| 25359 | XLEX!$XLEX$ac_delim |
| 25360 | BISON!$BISON$ac_delim |
| 25361 | AS!$AS$ac_delim |
| 25362 | ac_ct_AS!$ac_ct_AS$ac_delim |
| 25363 | LD!$LD$ac_delim |
| 25364 | AR!$AR$ac_delim |
| 25365 | RANLIB!$RANLIB$ac_delim |
| 25366 | STRIP!$STRIP$ac_delim |
| 25367 | WINDRES!$WINDRES$ac_delim |
| 25368 | LN_S!$LN_S$ac_delim |
| 25369 | _ACEOF |
| 25370 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25371 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 79; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25372 | break |
| 25373 | elif $ac_last_try; then |
| 25374 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
| 25375 | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
| 25376 | { (exit 1); exit 1; }; } |
| 25377 | else |
| 25378 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25379 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25380 | done |
| 25381 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25382 | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` |
| 25383 | if test -n "$ac_eof"; then |
| 25384 | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` |
| 25385 | ac_eof=`expr $ac_eof + 1` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25386 | fi |
| 25387 | |
| 25388 | cat >>$CONFIG_STATUS <<_ACEOF |
| 25389 | cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof |
| 25390 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
| 25391 | /^[ ]*@MAKE_RULES@[ ]*$/{ |
| 25392 | r $MAKE_RULES |
| 25393 | d |
| 25394 | } |
| 25395 | /^[ ]*@MAKE_DLL_RULES@[ ]*$/{ |
| 25396 | r $MAKE_DLL_RULES |
| 25397 | d |
| 25398 | } |
| 25399 | /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{ |
| 25400 | r $MAKE_IMPLIB_RULES |
| 25401 | d |
| 25402 | } |
| 25403 | /^[ ]*@MAKE_TEST_RULES@[ ]*$/{ |
| 25404 | r $MAKE_TEST_RULES |
| 25405 | d |
| 25406 | } |
| 25407 | /^[ ]*@MAKE_LIB_RULES@[ ]*$/{ |
| 25408 | r $MAKE_LIB_RULES |
| 25409 | d |
| 25410 | } |
| 25411 | /^[ ]*@MAKE_PROG_RULES@[ ]*$/{ |
| 25412 | r $MAKE_PROG_RULES |
| 25413 | d |
| 25414 | } |
| 25415 | _ACEOF |
| 25416 | sed ' |
| 25417 | s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g |
| 25418 | s/^/s,@/; s/!/@,|#_!!_#|/ |
| 25419 | :n |
| 25420 | t n |
| 25421 | s/'"$ac_delim"'$/,g/; t |
| 25422 | s/$/\\/; p |
| 25423 | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n |
| 25424 | ' >>$CONFIG_STATUS <conf$$subs.sed |
| 25425 | rm -f conf$$subs.sed |
| 25426 | cat >>$CONFIG_STATUS <<_ACEOF |
| 25427 | CEOF$ac_eof |
| 25428 | _ACEOF |
| 25429 | |
| 25430 | |
| 25431 | ac_delim='%!_!# ' |
| 25432 | for ac_last_try in false false false false false :; do |
| 25433 | cat >conf$$subs.sed <<_ACEOF |
| 25434 | LN!$LN$ac_delim |
| 25435 | GREP!$GREP$ac_delim |
| 25436 | EGREP!$EGREP$ac_delim |
| 25437 | LDCONFIG!$LDCONFIG$ac_delim |
| 25438 | INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim |
| 25439 | INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim |
| 25440 | INSTALL_DATA!$INSTALL_DATA$ac_delim |
| 25441 | LINT!$LINT$ac_delim |
| 25442 | LINTFLAGS!$LINTFLAGS$ac_delim |
| 25443 | FONTFORGE!$FONTFORGE$ac_delim |
| 25444 | PKG_CONFIG!$PKG_CONFIG$ac_delim |
| 25445 | PRELINK!$PRELINK$ac_delim |
| 25446 | LIBPTHREAD!$LIBPTHREAD$ac_delim |
| 25447 | XLIB!$XLIB$ac_delim |
| 25448 | XFILES!$XFILES$ac_delim |
| 25449 | OPENGLFILES!$OPENGLFILES$ac_delim |
| 25450 | GLU32FILES!$GLU32FILES$ac_delim |
| 25451 | OPENGL_LIBS!$OPENGL_LIBS$ac_delim |
| 25452 | GLUT_LIBS!$GLUT_LIBS$ac_delim |
| 25453 | GLUT32FILES!$GLUT32FILES$ac_delim |
| 25454 | NASLIBS!$NASLIBS$ac_delim |
| 25455 | XML2LIBS!$XML2LIBS$ac_delim |
| 25456 | XML2INCL!$XML2INCL$ac_delim |
| 25457 | XSLTLIBS!$XSLTLIBS$ac_delim |
| 25458 | XSLTINCL!$XSLTINCL$ac_delim |
| 25459 | HALINCL!$HALINCL$ac_delim |
| 25460 | CURSESLIBS!$CURSESLIBS$ac_delim |
| 25461 | sane_devel!$sane_devel$ac_delim |
| 25462 | SANELIBS!$SANELIBS$ac_delim |
| 25463 | SANEINCL!$SANEINCL$ac_delim |
| 25464 | gphoto2_devel!$gphoto2_devel$ac_delim |
| 25465 | gphoto2port_devel!$gphoto2port_devel$ac_delim |
| 25466 | GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim |
| 25467 | GPHOTO2INCL!$GPHOTO2INCL$ac_delim |
| 25468 | ICULIBS!$ICULIBS$ac_delim |
| 25469 | RESOLVLIBS!$RESOLVLIBS$ac_delim |
| 25470 | LCMSLIBS!$LCMSLIBS$ac_delim |
| 25471 | LDAPLIBS!$LDAPLIBS$ac_delim |
| 25472 | FREETYPELIBS!$FREETYPELIBS$ac_delim |
| 25473 | FREETYPEINCL!$FREETYPEINCL$ac_delim |
| 25474 | ft_devel!$ft_devel$ac_delim |
| 25475 | ft_devel2!$ft_devel2$ac_delim |
| 25476 | FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim |
| 25477 | ARTSCCONFIG!$ARTSCCONFIG$ac_delim |
| 25478 | ARTSLIBS!$ARTSLIBS$ac_delim |
| 25479 | ARTSINCL!$ARTSINCL$ac_delim |
| 25480 | ESDCONFIG!$ESDCONFIG$ac_delim |
| 25481 | ESDLIBS!$ESDLIBS$ac_delim |
| 25482 | ESDINCL!$ESDINCL$ac_delim |
| 25483 | ALSALIBS!$ALSALIBS$ac_delim |
| 25484 | AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim |
| 25485 | EXTRACFLAGS!$EXTRACFLAGS$ac_delim |
| 25486 | BUILTINFLAG!$BUILTINFLAG$ac_delim |
| 25487 | DLLEXT!$DLLEXT$ac_delim |
| 25488 | DLLFLAGS!$DLLFLAGS$ac_delim |
| 25489 | DLLIBS!$DLLIBS$ac_delim |
| 25490 | LDSHARED!$LDSHARED$ac_delim |
| 25491 | LDDLLFLAGS!$LDDLLFLAGS$ac_delim |
| 25492 | LIBEXT!$LIBEXT$ac_delim |
| 25493 | IMPLIBEXT!$IMPLIBEXT$ac_delim |
| 25494 | DLLTOOL!$DLLTOOL$ac_delim |
| 25495 | DLLWRAP!$DLLWRAP$ac_delim |
| 25496 | LDEXECFLAGS!$LDEXECFLAGS$ac_delim |
| 25497 | LDEXERPATH!$LDEXERPATH$ac_delim |
| 25498 | LDDLLRPATH!$LDDLLRPATH$ac_delim |
| 25499 | COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim |
| 25500 | IOKITLIB!$IOKITLIB$ac_delim |
Emmanuel Maillard | 144a535 | 2006-05-28 22:46:23 +0200 | [diff] [blame] | 25501 | COREAUDIO!$COREAUDIO$ac_delim |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25502 | CROSSTEST!$CROSSTEST$ac_delim |
| 25503 | CROSSCC!$CROSSCC$ac_delim |
| 25504 | CROSSWINDRES!$CROSSWINDRES$ac_delim |
| 25505 | LDPATH!$LDPATH$ac_delim |
| 25506 | CRTLIBS!$CRTLIBS$ac_delim |
| 25507 | SOCKETLIBS!$SOCKETLIBS$ac_delim |
| 25508 | MAIN_BINARY!$MAIN_BINARY$ac_delim |
| 25509 | EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim |
| 25510 | LDD!$LDD$ac_delim |
| 25511 | LIBOBJS!$LIBOBJS$ac_delim |
| 25512 | LTLIBOBJS!$LTLIBOBJS$ac_delim |
| 25513 | _ACEOF |
| 25514 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25515 | if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 79; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25516 | break |
| 25517 | elif $ac_last_try; then |
| 25518 | { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
| 25519 | echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} |
| 25520 | { (exit 1); exit 1; }; } |
| 25521 | else |
| 25522 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 25523 | fi |
| 25524 | done |
| 25525 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25526 | ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` |
| 25527 | if test -n "$ac_eof"; then |
| 25528 | ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` |
| 25529 | ac_eof=`expr $ac_eof + 1` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25530 | fi |
| 25531 | |
| 25532 | cat >>$CONFIG_STATUS <<_ACEOF |
| 25533 | cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof |
| 25534 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end |
| 25535 | _ACEOF |
| 25536 | sed ' |
| 25537 | s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g |
| 25538 | s/^/s,@/; s/!/@,|#_!!_#|/ |
| 25539 | :n |
| 25540 | t n |
| 25541 | s/'"$ac_delim"'$/,g/; t |
| 25542 | s/$/\\/; p |
| 25543 | N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n |
| 25544 | ' >>$CONFIG_STATUS <conf$$subs.sed |
| 25545 | rm -f conf$$subs.sed |
| 25546 | cat >>$CONFIG_STATUS <<_ACEOF |
| 25547 | :end |
| 25548 | s/|#_!!_#|//g |
| 25549 | CEOF$ac_eof |
| 25550 | _ACEOF |
| 25551 | |
| 25552 | |
| 25553 | # VPATH may cause trouble with some makes, so we remove $(srcdir), |
| 25554 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
| 25555 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 25556 | # (actually we leave an empty line to preserve line numbers). |
| 25557 | if test "x$srcdir" = x.; then |
| 25558 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
| 25559 | s/:*\$(srcdir):*/:/ |
| 25560 | s/:*\${srcdir}:*/:/ |
| 25561 | s/:*@srcdir@:*/:/ |
| 25562 | s/^\([^=]*=[ ]*\):*/\1/ |
| 25563 | s/:*$// |
| 25564 | s/^[^=]*=[ ]*$// |
| 25565 | }' |
| 25566 | fi |
| 25567 | |
| 25568 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25569 | fi # test -n "$CONFIG_FILES" |
| 25570 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25571 | |
| 25572 | for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS |
| 25573 | do |
| 25574 | case $ac_tag in |
| 25575 | :[FHLC]) ac_mode=$ac_tag; continue;; |
| 25576 | esac |
| 25577 | case $ac_mode$ac_tag in |
| 25578 | :[FHL]*:*);; |
| 25579 | :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 |
| 25580 | echo "$as_me: error: Invalid tag $ac_tag." >&2;} |
| 25581 | { (exit 1); exit 1; }; };; |
| 25582 | :[FH]-) ac_tag=-:-;; |
| 25583 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 25584 | esac |
| 25585 | ac_save_IFS=$IFS |
| 25586 | IFS=: |
| 25587 | set x $ac_tag |
| 25588 | IFS=$ac_save_IFS |
| 25589 | shift |
| 25590 | ac_file=$1 |
| 25591 | shift |
| 25592 | |
| 25593 | case $ac_mode in |
| 25594 | :L) ac_source=$1;; |
| 25595 | :[FH]) |
| 25596 | ac_file_inputs= |
| 25597 | for ac_f |
| 25598 | do |
| 25599 | case $ac_f in |
| 25600 | -) ac_f="$tmp/stdin";; |
| 25601 | *) # Look for the file first in the build tree, then in the source tree |
| 25602 | # (if the path is not absolute). The absolute path cannot be DOS-style, |
| 25603 | # because $ac_f cannot contain `:'. |
| 25604 | test -f "$ac_f" || |
| 25605 | case $ac_f in |
| 25606 | [\\/$]*) false;; |
| 25607 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 25608 | esac || |
| 25609 | { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 |
| 25610 | echo "$as_me: error: cannot find input file: $ac_f" >&2;} |
| 25611 | { (exit 1); exit 1; }; };; |
| 25612 | esac |
| 25613 | ac_file_inputs="$ac_file_inputs $ac_f" |
| 25614 | done |
| 25615 | |
| 25616 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
| 25617 | # use $as_me), people would be surprised to read: |
| 25618 | # /* config.h. Generated by config.status. */ |
| 25619 | configure_input="Generated from "`IFS=: |
| 25620 | echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." |
| 25621 | if test x"$ac_file" != x-; then |
| 25622 | configure_input="$ac_file. $configure_input" |
| 25623 | { echo "$as_me:$LINENO: creating $ac_file" >&5 |
| 25624 | echo "$as_me: creating $ac_file" >&6;} |
| 25625 | fi |
| 25626 | |
| 25627 | case $ac_tag in |
| 25628 | *:-:* | *:-) cat >"$tmp/stdin";; |
| 25629 | esac |
| 25630 | ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25631 | esac |
| 25632 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25633 | ac_dir=`$as_dirname -- "$ac_file" || |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25634 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 25635 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
| 25636 | X"$ac_file" : 'X\(//\)$' \| \ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25637 | X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25638 | echo X"$ac_file" | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25639 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 25640 | s//\1/ |
| 25641 | q |
| 25642 | } |
| 25643 | /^X\(\/\/\)[^/].*/{ |
| 25644 | s//\1/ |
| 25645 | q |
| 25646 | } |
| 25647 | /^X\(\/\/\)$/{ |
| 25648 | s//\1/ |
| 25649 | q |
| 25650 | } |
| 25651 | /^X\(\/\).*/{ |
| 25652 | s//\1/ |
| 25653 | q |
| 25654 | } |
| 25655 | s/.*/./; q'` |
| 25656 | { as_dir="$ac_dir" |
| 25657 | case $as_dir in #( |
| 25658 | -*) as_dir=./$as_dir;; |
| 25659 | esac |
| 25660 | test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 25661 | as_dirs= |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25662 | while :; do |
| 25663 | case $as_dir in #( |
| 25664 | *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( |
| 25665 | *) as_qdir=$as_dir;; |
| 25666 | esac |
| 25667 | as_dirs="'$as_qdir' $as_dirs" |
| 25668 | as_dir=`$as_dirname -- "$as_dir" || |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 25669 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 25670 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 25671 | X"$as_dir" : 'X\(//\)$' \| \ |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25672 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 25673 | echo X"$as_dir" | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25674 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 25675 | s//\1/ |
| 25676 | q |
| 25677 | } |
| 25678 | /^X\(\/\/\)[^/].*/{ |
| 25679 | s//\1/ |
| 25680 | q |
| 25681 | } |
| 25682 | /^X\(\/\/\)$/{ |
| 25683 | s//\1/ |
| 25684 | q |
| 25685 | } |
| 25686 | /^X\(\/\).*/{ |
| 25687 | s//\1/ |
| 25688 | q |
| 25689 | } |
| 25690 | s/.*/./; q'` |
| 25691 | test -d "$as_dir" && break |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 25692 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25693 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 25694 | } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 |
| 25695 | echo "$as_me: error: cannot create directory $as_dir" >&2;} |
Alexandre Julliard | 11af04e | 2002-10-10 03:48:04 +0000 | [diff] [blame] | 25696 | { (exit 1); exit 1; }; }; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25697 | ac_builddir=. |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25698 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25699 | case "$ac_dir" in |
| 25700 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 25701 | *) |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25702 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25703 | # A ".." for each directory in $ac_dir_suffix. |
| 25704 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
| 25705 | case $ac_top_builddir_sub in |
| 25706 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
| 25707 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
| 25708 | esac ;; |
| 25709 | esac |
| 25710 | ac_abs_top_builddir=$ac_pwd |
| 25711 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
| 25712 | # for backward compatibility: |
| 25713 | ac_top_builddir=$ac_top_build_prefix |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25714 | |
| 25715 | case $srcdir in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25716 | .) # We are building in place. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25717 | ac_srcdir=. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25718 | ac_top_srcdir=$ac_top_builddir_sub |
| 25719 | ac_abs_top_srcdir=$ac_pwd ;; |
| 25720 | [\\/]* | ?:[\\/]* ) # Absolute name. |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25721 | ac_srcdir=$srcdir$ac_dir_suffix; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25722 | ac_top_srcdir=$srcdir |
| 25723 | ac_abs_top_srcdir=$srcdir ;; |
| 25724 | *) # Relative name. |
| 25725 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
| 25726 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
| 25727 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25728 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25729 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
Alexandre Julliard | 875927f | 2004-01-02 01:55:29 +0000 | [diff] [blame] | 25730 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25731 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25732 | case $ac_mode in |
| 25733 | :F) |
| 25734 | # |
| 25735 | # CONFIG_FILE |
| 25736 | # |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25737 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25738 | case $INSTALL in |
| 25739 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25740 | *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
Alexandre Julliard | d7d4fdf | 1995-12-26 15:05:24 +0000 | [diff] [blame] | 25741 | esac |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25742 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25743 | |
| 25744 | cat >>$CONFIG_STATUS <<\_ACEOF |
| 25745 | # If the template does not know about datarootdir, expand it. |
| 25746 | # FIXME: This hack should be removed a few years after 2.60. |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25747 | ac_datarootdir_hack=; ac_datarootdir_seen= |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25748 | |
| 25749 | case `sed -n '/datarootdir/ { |
| 25750 | p |
| 25751 | q |
| 25752 | } |
| 25753 | /@datadir@/p |
| 25754 | /@docdir@/p |
| 25755 | /@infodir@/p |
| 25756 | /@localedir@/p |
| 25757 | /@mandir@/p |
| 25758 | ' $ac_file_inputs` in |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25759 | *datarootdir*) ac_datarootdir_seen=yes;; |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25760 | *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) |
| 25761 | { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 |
| 25762 | echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} |
| 25763 | _ACEOF |
| 25764 | cat >>$CONFIG_STATUS <<_ACEOF |
| 25765 | ac_datarootdir_hack=' |
| 25766 | s&@datadir@&$datadir&g |
| 25767 | s&@docdir@&$docdir&g |
| 25768 | s&@infodir@&$infodir&g |
| 25769 | s&@localedir@&$localedir&g |
| 25770 | s&@mandir@&$mandir&g |
| 25771 | s&\\\${datarootdir}&$datarootdir&g' ;; |
| 25772 | esac |
| 25773 | _ACEOF |
| 25774 | |
| 25775 | # Neutralize VPATH when `$srcdir' = `.'. |
| 25776 | # Shell code in configure.ac might set extrasub. |
| 25777 | # FIXME: do we really want to maintain this feature? |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25778 | cat >>$CONFIG_STATUS <<_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25779 | sed "$ac_vpsub |
| 25780 | $extrasub |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25781 | _ACEOF |
| 25782 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25783 | :t |
| 25784 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25785 | s&@configure_input@&$configure_input&;t t |
| 25786 | s&@top_builddir@&$ac_top_builddir_sub&;t t |
| 25787 | s&@srcdir@&$ac_srcdir&;t t |
| 25788 | s&@abs_srcdir@&$ac_abs_srcdir&;t t |
| 25789 | s&@top_srcdir@&$ac_top_srcdir&;t t |
| 25790 | s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t |
| 25791 | s&@builddir@&$ac_builddir&;t t |
| 25792 | s&@abs_builddir@&$ac_abs_builddir&;t t |
| 25793 | s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
| 25794 | s&@INSTALL@&$ac_INSTALL&;t t |
| 25795 | $ac_datarootdir_hack |
| 25796 | " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25797 | |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25798 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 25799 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
Alexandre Julliard | f5f37a8 | 2006-06-27 16:41:43 +0200 | [diff] [blame] | 25800 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25801 | { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 25802 | which seems to be undefined. Please make sure it is defined." >&5 |
| 25803 | echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 25804 | which seems to be undefined. Please make sure it is defined." >&2;} |
| 25805 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25806 | rm -f "$tmp/stdin" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25807 | case $ac_file in |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25808 | -) cat "$tmp/out"; rm -f "$tmp/out";; |
| 25809 | *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25810 | esac |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25811 | ;; |
| 25812 | :H) |
| 25813 | # |
| 25814 | # CONFIG_HEADER |
| 25815 | # |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25816 | _ACEOF |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25817 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25818 | # Transform confdefs.h into a sed script `conftest.defines', that |
| 25819 | # substitutes the proper values into config.h.in to produce config.h. |
| 25820 | rm -f conftest.defines conftest.tail |
| 25821 | # First, append a space to every undef/define line, to ease matching. |
| 25822 | echo 's/$/ /' >conftest.defines |
| 25823 | # Then, protect against being on the right side of a sed subst, or in |
| 25824 | # an unquoted here document, in config.status. If some macros were |
| 25825 | # called several times there might be several #defines for the same |
| 25826 | # symbol, which is useless. But do not sort them, since the last |
| 25827 | # AC_DEFINE must be honored. |
| 25828 | ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25829 | # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where |
| 25830 | # NAME is the cpp macro being defined, VALUE is the value it is being given. |
| 25831 | # PARAMS is the parameter list in the macro definition--in most cases, it's |
| 25832 | # just an empty string. |
| 25833 | ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' |
| 25834 | ac_dB='\\)[ (].*,\\1define\\2' |
| 25835 | ac_dC=' ' |
| 25836 | ac_dD=' ,' |
| 25837 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25838 | uniq confdefs.h | |
| 25839 | sed -n ' |
| 25840 | t rset |
| 25841 | :rset |
| 25842 | s/^[ ]*#[ ]*define[ ][ ]*// |
| 25843 | t ok |
| 25844 | d |
| 25845 | :ok |
| 25846 | s/[\\&,]/\\&/g |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25847 | s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p |
| 25848 | s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25849 | ' >>conftest.defines |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25850 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25851 | # Remove the space that was appended to ease matching. |
| 25852 | # Then replace #undef with comments. This is necessary, for |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25853 | # example, in the case of _POSIX_SOURCE, which is predefined and required |
| 25854 | # on some systems where configure will not decide to define it. |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25855 | # (The regexp can be short, since the line contains either #define or #undef.) |
| 25856 | echo 's/ $// |
| 25857 | s,^[ #]*u.*,/* & */,' >>conftest.defines |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25858 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25859 | # Break up conftest.defines: |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25860 | ac_max_sed_lines=50 |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25861 | |
| 25862 | # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" |
| 25863 | # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" |
| 25864 | # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" |
| 25865 | # et cetera. |
| 25866 | ac_in='$ac_file_inputs' |
| 25867 | ac_out='"$tmp/out1"' |
| 25868 | ac_nxt='"$tmp/out2"' |
| 25869 | |
| 25870 | while : |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25871 | do |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25872 | # Write a here document: |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25873 | cat >>$CONFIG_STATUS <<_ACEOF |
| 25874 | # First, check the format of the line: |
| 25875 | cat >"\$tmp/defines.sed" <<\\CEOF |
| 25876 | /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def |
| 25877 | /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25878 | b |
Jeremy White | 0ebeb53 | 2006-06-20 13:18:41 +0200 | [diff] [blame] | 25879 | :def |
| 25880 | _ACEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25881 | sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25882 | echo 'CEOF |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25883 | sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS |
| 25884 | ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in |
| 25885 | sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail |
| 25886 | grep . conftest.tail >/dev/null || break |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25887 | rm -f conftest.defines |
| 25888 | mv conftest.tail conftest.defines |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25889 | done |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25890 | rm -f conftest.defines conftest.tail |
Alexandre Julliard | 18f92e7 | 1996-07-17 20:02:21 +0000 | [diff] [blame] | 25891 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25892 | echo "ac_result=$ac_in" >>$CONFIG_STATUS |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25893 | cat >>$CONFIG_STATUS <<\_ACEOF |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25894 | if test x"$ac_file" != x-; then |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25895 | echo "/* $configure_input */" >"$tmp/config.h" |
| 25896 | cat "$ac_result" >>"$tmp/config.h" |
| 25897 | if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25898 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25899 | echo "$as_me: $ac_file is unchanged" >&6;} |
| 25900 | else |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25901 | rm -f $ac_file |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25902 | mv "$tmp/config.h" $ac_file |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25903 | fi |
| 25904 | else |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25905 | echo "/* $configure_input */" |
| 25906 | cat "$ac_result" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25907 | fi |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25908 | rm -f "$tmp/out12" |
| 25909 | ;; |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25910 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25911 | :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 |
| 25912 | echo "$as_me: executing $ac_file commands" >&6;} |
| 25913 | ;; |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25914 | esac |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25915 | |
Alexandre Julliard | fc6ffb2 | 2006-05-25 20:08:12 +0200 | [diff] [blame] | 25916 | |
| 25917 | case $ac_file$ac_mode in |
| 25918 | "dlls/gdi/enhmfdrv":C) test -d "dlls/gdi/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/enhmfdrv" >&5 |
| 25919 | echo "$as_me: creating dlls/gdi/enhmfdrv" >&6;} && mkdir "dlls/gdi/enhmfdrv") ;; |
| 25920 | "dlls/gdi/mfdrv":C) test -d "dlls/gdi/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/mfdrv" >&5 |
| 25921 | echo "$as_me: creating dlls/gdi/mfdrv" >&6;} && mkdir "dlls/gdi/mfdrv") ;; |
| 25922 | "dlls/kernel/messages":C) test -d "dlls/kernel/messages" || ({ echo "$as_me:$LINENO: creating dlls/kernel/messages" >&5 |
| 25923 | echo "$as_me: creating dlls/kernel/messages" >&6;} && mkdir "dlls/kernel/messages") ;; |
| 25924 | "dlls/user/resources":C) test -d "dlls/user/resources" || ({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5 |
| 25925 | echo "$as_me: creating dlls/user/resources" >&6;} && mkdir "dlls/user/resources") ;; |
| 25926 | "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5 |
| 25927 | echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;; |
| 25928 | "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5 |
| 25929 | echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;; |
| 25930 | |
| 25931 | esac |
| 25932 | done # for ac_tag |
| 25933 | |
Alexandre Julliard | 87a2f8d | 2000-04-09 18:20:25 +0000 | [diff] [blame] | 25934 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25935 | { (exit 0); exit 0; } |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25936 | _ACEOF |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25937 | chmod +x $CONFIG_STATUS |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25938 | ac_clean_files=$ac_clean_files_save |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25939 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25940 | |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25941 | # configure is writing to config.log, and then calls config.status. |
| 25942 | # config.status does its own redirection, appending to config.log. |
| 25943 | # Unfortunately, on DOS this fails, as config.log is still kept open |
| 25944 | # by configure, so config.status won't be able to write to it; its |
| 25945 | # output is simply discarded. So we exec the FD to /dev/null, |
| 25946 | # effectively closing config.log, so it can be properly (re)opened and |
| 25947 | # appended to by config.status. When coming back to configure, we |
| 25948 | # need to make the FD available again. |
| 25949 | if test "$no_create" != yes; then |
| 25950 | ac_cs_success=: |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 25951 | ac_config_status_args= |
| 25952 | test "$silent" = yes && |
| 25953 | ac_config_status_args="$ac_config_status_args --quiet" |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25954 | exec 5>/dev/null |
Alexandre Julliard | e24bcc7 | 2002-12-24 00:35:19 +0000 | [diff] [blame] | 25955 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
Alexandre Julliard | f5818d2 | 2002-02-14 19:47:29 +0000 | [diff] [blame] | 25956 | exec 5>>config.log |
| 25957 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 25958 | # would make configure fail if this is the last instruction. |
| 25959 | $ac_cs_success || { (exit 1); exit 1; } |
| 25960 | fi |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 25961 | |
Alexandre Julliard | daa2886 | 2002-04-11 21:54:01 +0000 | [diff] [blame] | 25962 | |
Ove Kaaven | 8b4431f | 1999-01-23 13:59:11 +0000 | [diff] [blame] | 25963 | if test "$have_x" = "no" |
| 25964 | then |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 25965 | echo >&2 |
| 25966 | { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5 |
| 25967 | echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;} |
| 25968 | { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5 |
| 25969 | echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;} |
| 25970 | { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5 |
| 25971 | echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;} |
| 25972 | { echo "$as_me:$LINENO: WARNING: packages of Xlib/Xfree86 at the very least." >&5 |
| 25973 | echo "$as_me: WARNING: packages of Xlib/Xfree86 at the very least." >&2;} |
Ove Kaaven | 8b4431f | 1999-01-23 13:59:11 +0000 | [diff] [blame] | 25974 | fi |
| 25975 | |
Lionel Ulmer | bedf40b | 2000-05-12 20:18:14 +0000 | [diff] [blame] | 25976 | if test "$wine_cv_opengl_version_OK" = "no" |
Lionel Ulmer | 5c08570 | 1999-02-28 19:48:53 +0000 | [diff] [blame] | 25977 | then |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 25978 | echo >&2 |
| 25979 | { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Wine will be built without Direct3D" >&5 |
| 25980 | echo "$as_me: WARNING: Old Mesa headers detected. Wine will be built without Direct3D" >&2;} |
| 25981 | { echo "$as_me:$LINENO: WARNING: support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5 |
| 25982 | echo "$as_me: WARNING: support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;} |
Lionel Ulmer | 5eee0bf | 2000-03-24 21:20:33 +0000 | [diff] [blame] | 25983 | fi |
| 25984 | |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 25985 | if test "$wine_cv_msg_freetype" = "yes" |
| 25986 | then |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 25987 | echo >&2 |
| 25988 | { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5 |
| 25989 | echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;} |
| 25990 | { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5 |
| 25991 | echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;} |
| 25992 | { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5 |
| 25993 | echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;} |
| 25994 | { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5 |
| 25995 | echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;} |
Ian Pilcher | 563598d | 2001-05-16 20:56:05 +0000 | [diff] [blame] | 25996 | fi |
| 25997 | |
Alexandre Julliard | baf3f5d | 2006-06-08 11:26:44 +0200 | [diff] [blame] | 25998 | if test -z "$FONTSSUBDIRS" |
Mike McCormack | 8f6aa41 | 2006-04-04 13:36:51 +0900 | [diff] [blame] | 25999 | then |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 26000 | echo >&2 |
Alexandre Julliard | baf3f5d | 2006-06-08 11:26:44 +0200 | [diff] [blame] | 26001 | if test "$FONTFORGE" = "false" |
| 26002 | then |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 26003 | { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5 |
| 26004 | echo "$as_me: WARNING: FontForge is missing." >&2;} |
Alexandre Julliard | baf3f5d | 2006-06-08 11:26:44 +0200 | [diff] [blame] | 26005 | else |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 26006 | { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5 |
| 26007 | echo "$as_me: WARNING: FreeType is missing." >&2;} |
Alexandre Julliard | baf3f5d | 2006-06-08 11:26:44 +0200 | [diff] [blame] | 26008 | fi |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 26009 | { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5 |
| 26010 | echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;} |
Mike McCormack | 8f6aa41 | 2006-04-04 13:36:51 +0900 | [diff] [blame] | 26011 | fi |
| 26012 | |
Alexandre Julliard | 8277602 | 2005-08-08 11:17:25 +0000 | [diff] [blame] | 26013 | if test -z "$ALSALIBS" -a \ |
| 26014 | -z "$ARTSC_LIBS" -a \ |
| 26015 | -z "$AUDIOIOLIBS" -a \ |
| 26016 | -z "$NASLIBS" -a \ |
| 26017 | -z "$ESD_LIBS" -a \ |
| 26018 | -z "$ac_cv_lib_soname_jack" -a \ |
| 26019 | "$ac_cv_header_sys_soundcard_h" != "yes" -a \ |
| 26020 | "$ac_cv_header_machine_soundcard_h" != "yes" -a \ |
| 26021 | "$ac_cv_header_soundcard_h" != "yes" |
Francois Gouget | 99d026f | 2005-03-19 17:08:18 +0000 | [diff] [blame] | 26022 | then |
Alexandre Julliard | bb7fe68 | 2006-06-15 16:52:32 +0200 | [diff] [blame] | 26023 | echo >&2 |
| 26024 | { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5 |
| 26025 | echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;} |
| 26026 | { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5 |
| 26027 | echo "$as_me: WARNING: The currently supported sound systems are:" >&2;} |
| 26028 | { echo "$as_me:$LINENO: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&5 |
| 26029 | echo "$as_me: WARNING: ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS" >&2;} |
Francois Gouget | 99d026f | 2005-03-19 17:08:18 +0000 | [diff] [blame] | 26030 | fi |
| 26031 | |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 26032 | echo |
Vincent BĂ©ron | 5606d10 | 2004-08-19 00:03:45 +0000 | [diff] [blame] | 26033 | echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine." |
Alexandre Julliard | e2991ea | 1995-07-29 13:09:43 +0000 | [diff] [blame] | 26034 | echo |
| 26035 | |