Mercurial > ecos-v3_0-branch
annotate packages/hal/synth/arch/current/host/configure @ 2538:8f5c64d663f7
Another attempt at the Tcl/Tk autoconf macro
| author | bartv |
|---|---|
| date | Thu, 28 Aug 2008 14:08:11 +0000 |
| parents | 54ab5a936365 |
| children |
| rev | line source |
|---|---|
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1 #! /bin/sh |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2 # Guess values for system-dependent variables and create Makefiles. |
| 2528 | 3 # Generated by GNU Autoconf 2.61. |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4 # |
| 2528 | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
7 # This configure script is free software; the Free Software Foundation |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
8 # gives unlimited permission to copy, distribute and modify it. |
| 2528 | 9 ## --------------------- ## |
| 10 ## M4sh Initialization. ## | |
| 11 ## --------------------- ## | |
| 12 | |
| 13 # Be more Bourne compatible | |
| 14 DUALCASE=1; export DUALCASE # for MKS sh | |
| 15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
| 16 emulate sh | |
| 17 NULLCMD=: | |
| 18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
| 19 # is contrary to our usage. Disable this feature. | |
| 20 alias -g '${1+"$@"}'='"$@"' | |
| 21 setopt NO_GLOB_SUBST | |
| 22 else | |
| 23 case `(set -o) 2>/dev/null` in | |
| 24 *posix*) set -o posix ;; | |
| 25 esac | |
| 26 | |
| 27 fi | |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 # PATH needs CR | |
| 33 # Avoid depending upon Character Ranges. | |
| 34 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
| 35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
| 36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
| 37 as_cr_digits='0123456789' | |
| 38 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
| 39 | |
| 40 # The user is always right. | |
| 41 if test "${PATH_SEPARATOR+set}" != set; then | |
| 42 echo "#! /bin/sh" >conf$$.sh | |
| 43 echo "exit 0" >>conf$$.sh | |
| 44 chmod +x conf$$.sh | |
| 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
| 46 PATH_SEPARATOR=';' | |
| 47 else | |
| 48 PATH_SEPARATOR=: | |
| 49 fi | |
| 50 rm -f conf$$.sh | |
| 51 fi | |
| 52 | |
| 53 # Support unset when possible. | |
| 54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
| 55 as_unset=unset | |
| 56 else | |
| 57 as_unset=false | |
| 58 fi | |
| 59 | |
| 60 | |
| 61 # IFS | |
| 62 # We need space, tab and new line, in precisely that order. Quoting is | |
| 63 # there to prevent editors from complaining about space-tab. | |
| 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
| 65 # splitting by setting IFS to empty value.) | |
| 66 as_nl=' | |
| 67 ' | |
| 68 IFS=" "" $as_nl" | |
| 69 | |
| 70 # Find who we are. Look in the path if we contain no directory separator. | |
| 71 case $0 in | |
| 72 *[\\/]* ) as_myself=$0 ;; | |
| 73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 74 for as_dir in $PATH | |
| 75 do | |
| 76 IFS=$as_save_IFS | |
| 77 test -z "$as_dir" && as_dir=. | |
| 78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
| 79 done | |
| 80 IFS=$as_save_IFS | |
| 81 | |
| 82 ;; | |
| 83 esac | |
| 84 # We did not find ourselves, most probably we were run as `sh COMMAND' | |
| 85 # in which case we are not to be found in the path. | |
| 86 if test "x$as_myself" = x; then | |
| 87 as_myself=$0 | |
| 88 fi | |
| 89 if test ! -f "$as_myself"; then | |
| 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
| 91 { (exit 1); exit 1; } | |
| 92 fi | |
| 93 | |
| 94 # Work around bugs in pre-3.0 UWIN ksh. | |
| 95 for as_var in ENV MAIL MAILPATH | |
| 96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
| 97 done | |
| 98 PS1='$ ' | |
| 99 PS2='> ' | |
| 100 PS4='+ ' | |
| 101 | |
| 102 # NLS nuisances. | |
| 103 for as_var in \ | |
| 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
| 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
| 106 LC_TELEPHONE LC_TIME | |
| 107 do | |
| 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | |
| 109 eval $as_var=C; export $as_var | |
| 110 else | |
| 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
| 112 fi | |
| 113 done | |
| 114 | |
| 115 # Required to use basename. | |
| 116 if expr a : '\(a\)' >/dev/null 2>&1 && | |
| 117 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
| 118 as_expr=expr | |
| 119 else | |
| 120 as_expr=false | |
| 121 fi | |
| 122 | |
| 123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
| 124 as_basename=basename | |
| 125 else | |
| 126 as_basename=false | |
| 127 fi | |
| 128 | |
| 129 | |
| 130 # Name of the executable. | |
| 131 as_me=`$as_basename -- "$0" || | |
| 132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
| 133 X"$0" : 'X\(//\)$' \| \ | |
| 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
| 135 echo X/"$0" | | |
| 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
| 137 s//\1/ | |
| 138 q | |
| 139 } | |
| 140 /^X\/\(\/\/\)$/{ | |
| 141 s//\1/ | |
| 142 q | |
| 143 } | |
| 144 /^X\/\(\/\).*/{ | |
| 145 s//\1/ | |
| 146 q | |
| 147 } | |
| 148 s/.*/./; q'` | |
| 149 | |
| 150 # CDPATH. | |
| 151 $as_unset CDPATH | |
| 152 | |
| 153 | |
| 154 if test "x$CONFIG_SHELL" = x; then | |
| 155 if (eval ":") 2>/dev/null; then | |
| 156 as_have_required=yes | |
| 157 else | |
| 158 as_have_required=no | |
| 159 fi | |
| 160 | |
| 161 if test $as_have_required = yes && (eval ": | |
| 162 (as_func_return () { | |
| 163 (exit \$1) | |
| 164 } | |
| 165 as_func_success () { | |
| 166 as_func_return 0 | |
| 167 } | |
| 168 as_func_failure () { | |
| 169 as_func_return 1 | |
| 170 } | |
| 171 as_func_ret_success () { | |
| 172 return 0 | |
| 173 } | |
| 174 as_func_ret_failure () { | |
| 175 return 1 | |
| 176 } | |
| 177 | |
| 178 exitcode=0 | |
| 179 if as_func_success; then | |
| 180 : | |
| 181 else | |
| 182 exitcode=1 | |
| 183 echo as_func_success failed. | |
| 184 fi | |
| 185 | |
| 186 if as_func_failure; then | |
| 187 exitcode=1 | |
| 188 echo as_func_failure succeeded. | |
| 189 fi | |
| 190 | |
| 191 if as_func_ret_success; then | |
| 192 : | |
| 193 else | |
| 194 exitcode=1 | |
| 195 echo as_func_ret_success failed. | |
| 196 fi | |
| 197 | |
| 198 if as_func_ret_failure; then | |
| 199 exitcode=1 | |
| 200 echo as_func_ret_failure succeeded. | |
| 201 fi | |
| 202 | |
| 203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then | |
| 204 : | |
| 205 else | |
| 206 exitcode=1 | |
| 207 echo positional parameters were not saved. | |
| 208 fi | |
| 209 | |
| 210 test \$exitcode = 0) || { (exit 1); exit 1; } | |
| 211 | |
| 212 ( | |
| 213 as_lineno_1=\$LINENO | |
| 214 as_lineno_2=\$LINENO | |
| 215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && | |
| 216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } | |
| 217 ") 2> /dev/null; then | |
| 218 : | |
| 219 else | |
| 220 as_candidate_shells= | |
| 221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
| 223 do | |
| 224 IFS=$as_save_IFS | |
| 225 test -z "$as_dir" && as_dir=. | |
| 226 case $as_dir in | |
| 227 /*) | |
| 228 for as_base in sh bash ksh sh5; do | |
| 229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" | |
| 230 done;; | |
| 231 esac | |
| 232 done | |
| 233 IFS=$as_save_IFS | |
| 234 | |
| 235 | |
| 236 for as_shell in $as_candidate_shells $SHELL; do | |
| 237 # Try only shells that exist, to save several forks. | |
| 238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && | |
| 239 { ("$as_shell") 2> /dev/null <<\_ASEOF | |
| 240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
| 241 emulate sh | |
| 242 NULLCMD=: | |
| 243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
| 244 # is contrary to our usage. Disable this feature. | |
| 245 alias -g '${1+"$@"}'='"$@"' | |
| 246 setopt NO_GLOB_SUBST | |
| 247 else | |
| 248 case `(set -o) 2>/dev/null` in | |
| 249 *posix*) set -o posix ;; | |
| 250 esac | |
| 251 | |
| 252 fi | |
| 253 | |
| 254 | |
| 255 : | |
| 256 _ASEOF | |
| 257 }; then | |
| 258 CONFIG_SHELL=$as_shell | |
| 259 as_have_required=yes | |
| 260 if { "$as_shell" 2> /dev/null <<\_ASEOF | |
| 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
| 262 emulate sh | |
| 263 NULLCMD=: | |
| 264 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
| 265 # is contrary to our usage. Disable this feature. | |
| 266 alias -g '${1+"$@"}'='"$@"' | |
| 267 setopt NO_GLOB_SUBST | |
| 268 else | |
| 269 case `(set -o) 2>/dev/null` in | |
| 270 *posix*) set -o posix ;; | |
| 271 esac | |
| 272 | |
| 273 fi | |
| 274 | |
| 275 | |
| 276 : | |
| 277 (as_func_return () { | |
| 278 (exit $1) | |
| 279 } | |
| 280 as_func_success () { | |
| 281 as_func_return 0 | |
| 282 } | |
| 283 as_func_failure () { | |
| 284 as_func_return 1 | |
| 285 } | |
| 286 as_func_ret_success () { | |
| 287 return 0 | |
| 288 } | |
| 289 as_func_ret_failure () { | |
| 290 return 1 | |
| 291 } | |
| 292 | |
| 293 exitcode=0 | |
| 294 if as_func_success; then | |
| 295 : | |
| 296 else | |
| 297 exitcode=1 | |
| 298 echo as_func_success failed. | |
| 299 fi | |
| 300 | |
| 301 if as_func_failure; then | |
| 302 exitcode=1 | |
| 303 echo as_func_failure succeeded. | |
| 304 fi | |
| 305 | |
| 306 if as_func_ret_success; then | |
| 307 : | |
| 308 else | |
| 309 exitcode=1 | |
| 310 echo as_func_ret_success failed. | |
| 311 fi | |
| 312 | |
| 313 if as_func_ret_failure; then | |
| 314 exitcode=1 | |
| 315 echo as_func_ret_failure succeeded. | |
| 316 fi | |
| 317 | |
| 318 if ( set x; as_func_ret_success y && test x = "$1" ); then | |
| 319 : | |
| 320 else | |
| 321 exitcode=1 | |
| 322 echo positional parameters were not saved. | |
| 323 fi | |
| 324 | |
| 325 test $exitcode = 0) || { (exit 1); exit 1; } | |
| 326 | |
| 327 ( | |
| 328 as_lineno_1=$LINENO | |
| 329 as_lineno_2=$LINENO | |
| 330 test "x$as_lineno_1" != "x$as_lineno_2" && | |
| 331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } | |
| 332 | |
| 333 _ASEOF | |
| 334 }; then | |
| 335 break | |
| 336 fi | |
| 337 | |
| 338 fi | |
| 339 | |
| 340 done | |
| 341 | |
| 342 if test "x$CONFIG_SHELL" != x; then | |
| 343 for as_var in BASH_ENV ENV | |
| 344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
| 345 done | |
| 346 export CONFIG_SHELL | |
| 347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} | |
| 348 fi | |
| 349 | |
| 350 | |
| 351 if test $as_have_required = no; then | |
| 352 echo This script requires a shell more modern than all the | |
| 353 echo shells that I found on your system. Please install a | |
| 354 echo modern shell, or manually run the script under such a | |
| 355 echo shell if you do have one. | |
| 356 { (exit 1); exit 1; } | |
| 357 fi | |
| 358 | |
| 359 | |
| 360 fi | |
| 361 | |
| 362 fi | |
| 363 | |
| 364 | |
| 365 | |
| 366 (eval "as_func_return () { | |
| 367 (exit \$1) | |
| 368 } | |
| 369 as_func_success () { | |
| 370 as_func_return 0 | |
| 371 } | |
| 372 as_func_failure () { | |
| 373 as_func_return 1 | |
| 374 } | |
| 375 as_func_ret_success () { | |
| 376 return 0 | |
| 377 } | |
| 378 as_func_ret_failure () { | |
| 379 return 1 | |
| 380 } | |
| 381 | |
| 382 exitcode=0 | |
| 383 if as_func_success; then | |
| 384 : | |
| 385 else | |
| 386 exitcode=1 | |
| 387 echo as_func_success failed. | |
| 388 fi | |
| 389 | |
| 390 if as_func_failure; then | |
| 391 exitcode=1 | |
| 392 echo as_func_failure succeeded. | |
| 393 fi | |
| 394 | |
| 395 if as_func_ret_success; then | |
| 396 : | |
| 397 else | |
| 398 exitcode=1 | |
| 399 echo as_func_ret_success failed. | |
| 400 fi | |
| 401 | |
| 402 if as_func_ret_failure; then | |
| 403 exitcode=1 | |
| 404 echo as_func_ret_failure succeeded. | |
| 405 fi | |
| 406 | |
| 407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then | |
| 408 : | |
| 409 else | |
| 410 exitcode=1 | |
| 411 echo positional parameters were not saved. | |
| 412 fi | |
| 413 | |
| 414 test \$exitcode = 0") || { | |
| 415 echo No shell found that supports shell functions. | |
| 416 echo Please tell autoconf@gnu.org about your system, | |
| 417 echo including any error possibly output before this | |
| 418 echo message | |
| 419 } | |
| 420 | |
| 421 | |
| 422 | |
| 423 as_lineno_1=$LINENO | |
| 424 as_lineno_2=$LINENO | |
| 425 test "x$as_lineno_1" != "x$as_lineno_2" && | |
| 426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { | |
| 427 | |
| 428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
| 429 # uniformly replaced by the line number. The first 'sed' inserts a | |
| 430 # line-number line after each line using $LINENO; the second 'sed' | |
| 431 # does the real work. The second script uses 'N' to pair each | |
| 432 # line-number line with the line containing $LINENO, and appends | |
| 433 # trailing '-' during substitution so that $LINENO is not a special | |
| 434 # case at line end. | |
| 435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | |
| 436 # scripts with optimization help from Paolo Bonzini. Blame Lee | |
| 437 # E. McMahon (1931-1989) for sed's syntax. :-) | |
| 438 sed -n ' | |
| 439 p | |
| 440 /[$]LINENO/= | |
| 441 ' <$as_myself | | |
| 442 sed ' | |
| 443 s/[$]LINENO.*/&-/ | |
| 444 t lineno | |
| 445 b | |
| 446 :lineno | |
| 447 N | |
| 448 :loop | |
| 449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
| 450 t loop | |
| 451 s/-\n.*// | |
| 452 ' >$as_me.lineno && | |
| 453 chmod +x "$as_me.lineno" || | |
| 454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | |
| 455 { (exit 1); exit 1; }; } | |
| 456 | |
| 457 # Don't try to exec as it changes $[0], causing all sort of problems | |
| 458 # (the dirname of $[0] is not the place where we might find the | |
| 459 # original and so on. Autoconf is especially sensitive to this). | |
| 460 . "./$as_me.lineno" | |
| 461 # Exit status is that of the last command. | |
| 462 exit | |
| 463 } | |
| 464 | |
| 465 | |
| 466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then | |
| 467 as_dirname=dirname | |
| 468 else | |
| 469 as_dirname=false | |
| 470 fi | |
| 471 | |
| 472 ECHO_C= ECHO_N= ECHO_T= | |
| 473 case `echo -n x` in | |
| 474 -n*) | |
| 475 case `echo 'x\c'` in | |
| 476 *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
| 477 *) ECHO_C='\c';; | |
| 478 esac;; | |
| 479 *) | |
| 480 ECHO_N='-n';; | |
| 481 esac | |
| 482 | |
| 483 if expr a : '\(a\)' >/dev/null 2>&1 && | |
| 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
| 485 as_expr=expr | |
| 486 else | |
| 487 as_expr=false | |
| 488 fi | |
| 489 | |
| 490 rm -f conf$$ conf$$.exe conf$$.file | |
| 491 if test -d conf$$.dir; then | |
| 492 rm -f conf$$.dir/conf$$.file | |
| 493 else | |
| 494 rm -f conf$$.dir | |
| 495 mkdir conf$$.dir | |
| 496 fi | |
| 497 echo >conf$$.file | |
| 498 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
| 499 as_ln_s='ln -s' | |
| 500 # ... but there are two gotchas: | |
| 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
| 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
| 503 # In both cases, we have to default to `cp -p'. | |
| 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
| 505 as_ln_s='cp -p' | |
| 506 elif ln conf$$.file conf$$ 2>/dev/null; then | |
| 507 as_ln_s=ln | |
| 508 else | |
| 509 as_ln_s='cp -p' | |
| 510 fi | |
| 511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | |
| 512 rmdir conf$$.dir 2>/dev/null | |
| 513 | |
| 514 if mkdir -p . 2>/dev/null; then | |
| 515 as_mkdir_p=: | |
| 516 else | |
| 517 test -d ./-p && rmdir ./-p | |
| 518 as_mkdir_p=false | |
| 519 fi | |
| 520 | |
| 521 if test -x / >/dev/null 2>&1; then | |
| 522 as_test_x='test -x' | |
| 523 else | |
| 524 if ls -dL / >/dev/null 2>&1; then | |
| 525 as_ls_L_option=L | |
| 526 else | |
| 527 as_ls_L_option= | |
| 528 fi | |
| 529 as_test_x=' | |
| 530 eval sh -c '\'' | |
| 531 if test -d "$1"; then | |
| 532 test -d "$1/."; | |
| 533 else | |
| 534 case $1 in | |
| 535 -*)set "./$1";; | |
| 536 esac; | |
| 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | |
| 538 ???[sx]*):;;*)false;;esac;fi | |
| 539 '\'' sh | |
| 540 ' | |
| 541 fi | |
| 542 as_executable_p=$as_test_x | |
| 543 | |
| 544 # Sed expression to map a string onto a valid CPP name. | |
| 545 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
| 546 | |
| 547 # Sed expression to map a string onto a valid variable name. | |
| 548 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
| 549 | |
| 550 | |
| 551 | |
| 552 exec 7<&0 </dev/null 6>&1 | |
| 553 | |
| 554 # Name of the host. | |
| 555 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
| 556 # so uname gets run too. | |
| 557 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
| 558 | |
| 559 # | |
| 560 # Initializations. | |
| 561 # | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
562 ac_default_prefix=/usr/local |
| 2528 | 563 ac_clean_files= |
| 564 ac_config_libobj_dir=. | |
| 565 LIBOBJS= | |
| 566 cross_compiling=no | |
| 567 subdirs= | |
| 568 MFLAGS= | |
| 569 MAKEFLAGS= | |
| 570 SHELL=${CONFIG_SHELL-/bin/sh} | |
| 571 | |
| 572 # Identity of this package. | |
| 573 PACKAGE_NAME= | |
| 574 PACKAGE_TARNAME= | |
| 575 PACKAGE_VERSION= | |
| 576 PACKAGE_STRING= | |
| 577 PACKAGE_BUGREPORT= | |
| 578 | |
| 579 ac_unique_file="ecosynth.c" | |
| 580 ac_subst_vars='SHELL | |
| 581 PATH_SEPARATOR | |
| 582 PACKAGE_NAME | |
| 583 PACKAGE_TARNAME | |
| 584 PACKAGE_VERSION | |
| 585 PACKAGE_STRING | |
| 586 PACKAGE_BUGREPORT | |
| 587 exec_prefix | |
| 588 prefix | |
| 589 program_transform_name | |
| 590 bindir | |
| 591 sbindir | |
| 592 libexecdir | |
| 593 datarootdir | |
| 594 datadir | |
| 595 sysconfdir | |
| 596 sharedstatedir | |
| 597 localstatedir | |
| 598 includedir | |
| 599 oldincludedir | |
| 600 docdir | |
| 601 infodir | |
| 602 htmldir | |
| 603 dvidir | |
| 604 pdfdir | |
| 605 psdir | |
| 606 libdir | |
| 607 localedir | |
| 608 mandir | |
| 609 DEFS | |
| 610 ECHO_C | |
| 611 ECHO_N | |
| 612 ECHO_T | |
| 613 LIBS | |
| 614 build_alias | |
| 615 host_alias | |
| 616 target_alias | |
| 617 build | |
| 618 build_cpu | |
| 619 build_vendor | |
| 620 build_os | |
| 621 host | |
| 622 host_cpu | |
| 623 host_vendor | |
| 624 host_os | |
| 625 INSTALL_PROGRAM | |
| 626 INSTALL_SCRIPT | |
| 627 INSTALL_DATA | |
| 628 am__isrc | |
| 629 CYGPATH_W | |
| 630 PACKAGE | |
| 631 VERSION | |
| 632 ACLOCAL | |
| 633 AUTOCONF | |
| 634 AUTOMAKE | |
| 635 AUTOHEADER | |
| 636 MAKEINFO | |
| 637 install_sh | |
| 638 STRIP | |
| 639 INSTALL_STRIP_PROGRAM | |
| 640 mkdir_p | |
| 641 AWK | |
| 642 SET_MAKE | |
| 643 am__leading_dot | |
| 644 AMTAR | |
| 645 am__tar | |
| 646 am__untar | |
| 647 MAINTAINER_MODE_TRUE | |
| 648 MAINTAINER_MODE_FALSE | |
| 649 MAINT | |
| 650 CC | |
| 651 CFLAGS | |
| 652 LDFLAGS | |
| 653 CPPFLAGS | |
| 654 ac_ct_CC | |
| 655 EXEEXT | |
| 656 OBJEXT | |
| 657 DEPDIR | |
| 658 am__include | |
| 659 am__quote | |
| 660 AMDEP_TRUE | |
| 661 AMDEP_FALSE | |
| 662 AMDEPBACKSLASH | |
| 663 CCDEPMODE | |
| 664 am__fastdepCC_TRUE | |
| 665 am__fastdepCC_FALSE | |
| 666 CXX | |
| 667 CXXFLAGS | |
| 668 ac_ct_CXX | |
| 669 CXXDEPMODE | |
| 670 am__fastdepCXX_TRUE | |
| 671 am__fastdepCXX_FALSE | |
| 672 ecos_CFLAGS | |
| 673 ecos_CXXFLAGS | |
| 674 ecos_LDADD | |
| 675 ecos_INCLUDES | |
| 676 ecos_LIBS | |
| 677 MSVC_SRCDIR | |
| 678 MSVC_TRUE | |
| 679 MSVC_FALSE | |
| 680 ecos_tk_includes | |
| 681 ecos_tk_libs | |
| 682 ECOS_REPOSITORY | |
| 683 PACKAGE_DIR | |
| 684 PACKAGE_INSTALL | |
| 685 SUPPORTED_TRUE | |
| 686 SUPPORTED_FALSE | |
| 687 LIBOBJS | |
| 688 LTLIBOBJS' | |
| 689 ac_subst_files='' | |
| 690 ac_precious_vars='build_alias | |
| 691 host_alias | |
| 692 target_alias | |
| 693 CC | |
| 694 CFLAGS | |
| 695 LDFLAGS | |
| 696 LIBS | |
| 697 CPPFLAGS | |
| 698 CXX | |
| 699 CXXFLAGS | |
| 700 CCC' | |
| 701 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
702 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
703 # Initialize some variables set by options. |
| 2528 | 704 ac_init_help= |
| 705 ac_init_version=false | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
706 # The variables have the same names as the options, with |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
707 # dashes changed to underlines. |
| 2528 | 708 cache_file=/dev/null |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
709 exec_prefix=NONE |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
710 no_create= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
711 no_recursion= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
712 prefix=NONE |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
713 program_prefix=NONE |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
714 program_suffix=NONE |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
715 program_transform_name=s,x,x, |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
716 silent= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
717 site= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
718 srcdir= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
719 verbose= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
720 x_includes=NONE |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
721 x_libraries=NONE |
| 2528 | 722 |
| 723 # Installation directory options. | |
| 724 # These are left unexpanded so users can "make install exec_prefix=/foo" | |
| 725 # and all the variables that are supposed to be based on exec_prefix | |
| 726 # by default will actually change. | |
| 727 # Use braces instead of parens because sh, perl, etc. also accept them. | |
| 728 # (The list follows the same order as the GNU Coding Standards.) | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
729 bindir='${exec_prefix}/bin' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
730 sbindir='${exec_prefix}/sbin' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
731 libexecdir='${exec_prefix}/libexec' |
| 2528 | 732 datarootdir='${prefix}/share' |
| 733 datadir='${datarootdir}' | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
734 sysconfdir='${prefix}/etc' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
735 sharedstatedir='${prefix}/com' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
736 localstatedir='${prefix}/var' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
737 includedir='${prefix}/include' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
738 oldincludedir='/usr/include' |
| 2528 | 739 docdir='${datarootdir}/doc/${PACKAGE}' |
| 740 infodir='${datarootdir}/info' | |
| 741 htmldir='${docdir}' | |
| 742 dvidir='${docdir}' | |
| 743 pdfdir='${docdir}' | |
| 744 psdir='${docdir}' | |
| 745 libdir='${exec_prefix}/lib' | |
| 746 localedir='${datarootdir}/locale' | |
| 747 mandir='${datarootdir}/man' | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
748 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
749 ac_prev= |
| 2528 | 750 ac_dashdash= |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
751 for ac_option |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
752 do |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
753 # If the previous option needs an argument, assign it. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
754 if test -n "$ac_prev"; then |
| 2528 | 755 eval $ac_prev=\$ac_option |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
756 ac_prev= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
757 continue |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
758 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
759 |
| 2528 | 760 case $ac_option in |
| 761 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | |
| 762 *) ac_optarg=yes ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
763 esac |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
764 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
765 # Accept the important Cygnus configure options, so we can diagnose typos. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
766 |
| 2528 | 767 case $ac_dashdash$ac_option in |
| 768 --) | |
| 769 ac_dashdash=yes ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
770 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
771 -bindir | --bindir | --bindi | --bind | --bin | --bi) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
772 ac_prev=bindir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
773 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
| 2528 | 774 bindir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
775 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
776 -build | --build | --buil | --bui | --bu) |
| 2528 | 777 ac_prev=build_alias ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
778 -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
| 2528 | 779 build_alias=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
780 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
781 -cache-file | --cache-file | --cache-fil | --cache-fi \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
782 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
783 ac_prev=cache_file ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
784 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
785 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
| 2528 | 786 cache_file=$ac_optarg ;; |
| 787 | |
| 788 --config-cache | -C) | |
| 789 cache_file=config.cache ;; | |
| 790 | |
| 791 -datadir | --datadir | --datadi | --datad) | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
792 ac_prev=datadir ;; |
| 2528 | 793 -datadir=* | --datadir=* | --datadi=* | --datad=*) |
| 794 datadir=$ac_optarg ;; | |
| 795 | |
| 796 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | |
| 797 | --dataroo | --dataro | --datar) | |
| 798 ac_prev=datarootdir ;; | |
| 799 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | |
| 800 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) | |
| 801 datarootdir=$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
802 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
803 -disable-* | --disable-*) |
| 2528 | 804 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
805 # Reject names that are not valid shell variable names. |
| 2528 | 806 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 807 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
| 808 { (exit 1); exit 1; }; } | |
| 809 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` | |
| 810 eval enable_$ac_feature=no ;; | |
| 811 | |
| 812 -docdir | --docdir | --docdi | --doc | --do) | |
| 813 ac_prev=docdir ;; | |
| 814 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) | |
| 815 docdir=$ac_optarg ;; | |
| 816 | |
| 817 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) | |
| 818 ac_prev=dvidir ;; | |
| 819 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) | |
| 820 dvidir=$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
821 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
822 -enable-* | --enable-*) |
| 2528 | 823 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
824 # Reject names that are not valid shell variable names. |
| 2528 | 825 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 826 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
| 827 { (exit 1); exit 1; }; } | |
| 828 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` | |
| 829 eval enable_$ac_feature=\$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
830 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
831 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
832 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
833 | --exec | --exe | --ex) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
834 ac_prev=exec_prefix ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
835 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
836 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
837 | --exec=* | --exe=* | --ex=*) |
| 2528 | 838 exec_prefix=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
839 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
840 -gas | --gas | --ga | --g) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
841 # Obsolete; use --with-gas. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
842 with_gas=yes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
843 |
| 2528 | 844 -help | --help | --hel | --he | -h) |
| 845 ac_init_help=long ;; | |
| 846 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
| 847 ac_init_help=recursive ;; | |
| 848 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
| 849 ac_init_help=short ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
850 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
851 -host | --host | --hos | --ho) |
| 2528 | 852 ac_prev=host_alias ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
853 -host=* | --host=* | --hos=* | --ho=*) |
| 2528 | 854 host_alias=$ac_optarg ;; |
| 855 | |
| 856 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) | |
| 857 ac_prev=htmldir ;; | |
| 858 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | |
| 859 | --ht=*) | |
| 860 htmldir=$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
861 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
862 -includedir | --includedir | --includedi | --included | --include \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
863 | --includ | --inclu | --incl | --inc) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
864 ac_prev=includedir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
865 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
866 | --includ=* | --inclu=* | --incl=* | --inc=*) |
| 2528 | 867 includedir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
868 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
869 -infodir | --infodir | --infodi | --infod | --info | --inf) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
870 ac_prev=infodir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
871 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
| 2528 | 872 infodir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
873 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
874 -libdir | --libdir | --libdi | --libd) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
875 ac_prev=libdir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
876 -libdir=* | --libdir=* | --libdi=* | --libd=*) |
| 2528 | 877 libdir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
878 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
879 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
880 | --libexe | --libex | --libe) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
881 ac_prev=libexecdir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
882 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
883 | --libexe=* | --libex=* | --libe=*) |
| 2528 | 884 libexecdir=$ac_optarg ;; |
| 885 | |
| 886 -localedir | --localedir | --localedi | --localed | --locale) | |
| 887 ac_prev=localedir ;; | |
| 888 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) | |
| 889 localedir=$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
890 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
891 -localstatedir | --localstatedir | --localstatedi | --localstated \ |
| 2528 | 892 | --localstate | --localstat | --localsta | --localst | --locals) |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
893 ac_prev=localstatedir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
894 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
| 2528 | 895 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
| 896 localstatedir=$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
897 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
898 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
899 ac_prev=mandir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
900 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
| 2528 | 901 mandir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
902 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
903 -nfp | --nfp | --nf) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
904 # Obsolete; use --without-fp. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
905 with_fp=no ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
906 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
907 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
| 2528 | 908 | --no-cr | --no-c | -n) |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
909 no_create=yes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
910 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
911 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
912 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
913 no_recursion=yes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
914 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
915 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
916 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
917 | --oldin | --oldi | --old | --ol | --o) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
918 ac_prev=oldincludedir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
919 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
920 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
921 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
| 2528 | 922 oldincludedir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
923 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
924 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
925 ac_prev=prefix ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
926 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
| 2528 | 927 prefix=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
928 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
929 -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
930 | --program-pre | --program-pr | --program-p) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
931 ac_prev=program_prefix ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
932 -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
933 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
| 2528 | 934 program_prefix=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
935 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
936 -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
937 | --program-suf | --program-su | --program-s) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
938 ac_prev=program_suffix ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
939 -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
940 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
| 2528 | 941 program_suffix=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
942 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
943 -program-transform-name | --program-transform-name \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
944 | --program-transform-nam | --program-transform-na \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
945 | --program-transform-n | --program-transform- \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
946 | --program-transform | --program-transfor \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
947 | --program-transfo | --program-transf \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
948 | --program-trans | --program-tran \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
949 | --progr-tra | --program-tr | --program-t) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
950 ac_prev=program_transform_name ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
951 -program-transform-name=* | --program-transform-name=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
952 | --program-transform-nam=* | --program-transform-na=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
953 | --program-transform-n=* | --program-transform-=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
954 | --program-transform=* | --program-transfor=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
955 | --program-transfo=* | --program-transf=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
956 | --program-trans=* | --program-tran=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
957 | --progr-tra=* | --program-tr=* | --program-t=*) |
| 2528 | 958 program_transform_name=$ac_optarg ;; |
| 959 | |
| 960 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) | |
| 961 ac_prev=pdfdir ;; | |
| 962 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) | |
| 963 pdfdir=$ac_optarg ;; | |
| 964 | |
| 965 -psdir | --psdir | --psdi | --psd | --ps) | |
| 966 ac_prev=psdir ;; | |
| 967 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) | |
| 968 psdir=$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
969 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
970 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
971 | -silent | --silent | --silen | --sile | --sil) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
972 silent=yes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
973 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
974 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
975 ac_prev=sbindir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
976 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
977 | --sbi=* | --sb=*) |
| 2528 | 978 sbindir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
979 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
980 -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
981 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
982 | --sharedst | --shareds | --shared | --share | --shar \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
983 | --sha | --sh) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
984 ac_prev=sharedstatedir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
985 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
986 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
987 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
988 | --sha=* | --sh=*) |
| 2528 | 989 sharedstatedir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
990 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
991 -site | --site | --sit) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
992 ac_prev=site ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
993 -site=* | --site=* | --sit=*) |
| 2528 | 994 site=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
995 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
996 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
997 ac_prev=srcdir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
998 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
| 2528 | 999 srcdir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1000 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1001 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1002 | --syscon | --sysco | --sysc | --sys | --sy) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1003 ac_prev=sysconfdir ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1004 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1005 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
| 2528 | 1006 sysconfdir=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1007 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1008 -target | --target | --targe | --targ | --tar | --ta | --t) |
| 2528 | 1009 ac_prev=target_alias ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1010 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
| 2528 | 1011 target_alias=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1012 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1013 -v | -verbose | --verbose | --verbos | --verbo | --verb) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1014 verbose=yes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1015 |
| 2528 | 1016 -version | --version | --versio | --versi | --vers | -V) |
| 1017 ac_init_version=: ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1018 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1019 -with-* | --with-*) |
| 2528 | 1020 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1021 # Reject names that are not valid shell variable names. |
| 2528 | 1022 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1023 { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
| 1024 { (exit 1); exit 1; }; } | |
| 1025 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` | |
| 1026 eval with_$ac_package=\$ac_optarg ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1027 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1028 -without-* | --without-*) |
| 2528 | 1029 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1030 # Reject names that are not valid shell variable names. |
| 2528 | 1031 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
| 1032 { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
| 1033 { (exit 1); exit 1; }; } | |
| 1034 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` | |
| 1035 eval with_$ac_package=no ;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1036 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1037 --x) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1038 # Obsolete; use --with-x. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1039 with_x=yes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1040 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1041 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1042 | --x-incl | --x-inc | --x-in | --x-i) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1043 ac_prev=x_includes ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1044 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1045 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
| 2528 | 1046 x_includes=$ac_optarg ;; |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1047 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1048 -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1049 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1050 ac_prev=x_libraries ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1051 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1052 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 2528 | 1053 x_libraries=$ac_optarg ;; |
| 1054 | |
| 1055 -*) { echo "$as_me: error: unrecognized option: $ac_option | |
| 1056 Try \`$0 --help' for more information." >&2 | |
| 1057 { (exit 1); exit 1; }; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1058 ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1059 |
| 2528 | 1060 *=*) |
| 1061 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
| 1062 # Reject names that are not valid shell variable names. | |
| 1063 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | |
| 1064 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | |
| 1065 { (exit 1); exit 1; }; } | |
| 1066 eval $ac_envvar=\$ac_optarg | |
| 1067 export $ac_envvar ;; | |
| 1068 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1069 *) |
| 2528 | 1070 # FIXME: should be removed in autoconf 3.0. |
| 1071 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | |
| 1072 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | |
| 1073 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | |
| 1074 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1075 ;; |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1076 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1077 esac |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1078 done |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1079 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1080 if test -n "$ac_prev"; then |
| 2528 | 1081 ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1082 { echo "$as_me: error: missing argument to $ac_option" >&2 | |
| 1083 { (exit 1); exit 1; }; } | |
| 1084 fi | |
| 1085 | |
| 1086 # Be sure to have absolute directory names. | |
| 1087 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ | |
| 1088 datadir sysconfdir sharedstatedir localstatedir includedir \ | |
| 1089 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ | |
| 1090 libdir localedir mandir | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1091 do |
| 2528 | 1092 eval ac_val=\$$ac_var |
| 1093 case $ac_val in | |
| 1094 [\\/$]* | ?:[\\/]* ) continue;; | |
| 1095 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1096 esac |
| 2528 | 1097 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
| 1098 { (exit 1); exit 1; }; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1099 done |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1100 |
| 2528 | 1101 # There might be people who depend on the old broken behavior: `$host' |
| 1102 # used to hold the argument of --host etc. | |
| 1103 # FIXME: To remove some day. | |
| 1104 build=$build_alias | |
| 1105 host=$host_alias | |
| 1106 target=$target_alias | |
| 1107 | |
| 1108 # FIXME: To remove some day. | |
| 1109 if test "x$host_alias" != x; then | |
| 1110 if test "x$build_alias" = x; then | |
| 1111 cross_compiling=maybe | |
| 1112 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | |
| 1113 If a cross compiler is detected then cross compile mode will be used." >&2 | |
| 1114 elif test "x$build_alias" != "x$host_alias"; then | |
| 1115 cross_compiling=yes | |
| 1116 fi | |
| 1117 fi | |
| 1118 | |
| 1119 ac_tool_prefix= | |
| 1120 test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
| 1121 | |
| 1122 test "$silent" = yes && exec 6>/dev/null | |
| 1123 | |
| 1124 | |
| 1125 ac_pwd=`pwd` && test -n "$ac_pwd" && | |
| 1126 ac_ls_di=`ls -di .` && | |
| 1127 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | |
| 1128 { echo "$as_me: error: Working directory cannot be determined" >&2 | |
| 1129 { (exit 1); exit 1; }; } | |
| 1130 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | |
| 1131 { echo "$as_me: error: pwd does not report name of working directory" >&2 | |
| 1132 { (exit 1); exit 1; }; } | |
| 1133 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1134 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1135 # Find the source files, if location was not specified. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1136 if test -z "$srcdir"; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1137 ac_srcdir_defaulted=yes |
| 2528 | 1138 # Try the directory containing this script, then the parent directory. |
| 1139 ac_confdir=`$as_dirname -- "$0" || | |
| 1140 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
| 1141 X"$0" : 'X\(//\)[^/]' \| \ | |
| 1142 X"$0" : 'X\(//\)$' \| \ | |
| 1143 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
| 1144 echo X"$0" | | |
| 1145 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
| 1146 s//\1/ | |
| 1147 q | |
| 1148 } | |
| 1149 /^X\(\/\/\)[^/].*/{ | |
| 1150 s//\1/ | |
| 1151 q | |
| 1152 } | |
| 1153 /^X\(\/\/\)$/{ | |
| 1154 s//\1/ | |
| 1155 q | |
| 1156 } | |
| 1157 /^X\(\/\).*/{ | |
| 1158 s//\1/ | |
| 1159 q | |
| 1160 } | |
| 1161 s/.*/./; q'` | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1162 srcdir=$ac_confdir |
| 2528 | 1163 if test ! -r "$srcdir/$ac_unique_file"; then |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1164 srcdir=.. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1165 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1166 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1167 ac_srcdir_defaulted=no |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1168 fi |
| 2528 | 1169 if test ! -r "$srcdir/$ac_unique_file"; then |
| 1170 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | |
| 1171 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 | |
| 1172 { (exit 1); exit 1; }; } | |
| 1173 fi | |
| 1174 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | |
| 1175 ac_abs_confdir=`( | |
| 1176 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 | |
| 1177 { (exit 1); exit 1; }; } | |
| 1178 pwd)` | |
| 1179 # When building in place, set srcdir=. | |
| 1180 if test "$ac_abs_confdir" = "$ac_pwd"; then | |
| 1181 srcdir=. | |
| 1182 fi | |
| 1183 # Remove unnecessary trailing slashes from srcdir. | |
| 1184 # Double slashes in file names in object file debugging info | |
| 1185 # mess up M-x gdb in Emacs. | |
| 1186 case $srcdir in | |
| 1187 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; | |
| 1188 esac | |
| 1189 for ac_var in $ac_precious_vars; do | |
| 1190 eval ac_env_${ac_var}_set=\${${ac_var}+set} | |
| 1191 eval ac_env_${ac_var}_value=\$${ac_var} | |
| 1192 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} | |
| 1193 eval ac_cv_env_${ac_var}_value=\$${ac_var} | |
| 1194 done | |
| 1195 | |
| 1196 # | |
| 1197 # Report the --help message. | |
| 1198 # | |
| 1199 if test "$ac_init_help" = "long"; then | |
| 1200 # Omit some internal or obsolete options to make the list less imposing. | |
| 1201 # This message is too long to be a string in the A/UX 3.1 sh. | |
| 1202 cat <<_ACEOF | |
| 1203 \`configure' configures this package to adapt to many kinds of systems. | |
| 1204 | |
| 1205 Usage: $0 [OPTION]... [VAR=VALUE]... | |
| 1206 | |
| 1207 To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
| 1208 VAR=VALUE. See below for descriptions of some of the useful variables. | |
| 1209 | |
| 1210 Defaults for the options are specified in brackets. | |
| 1211 | |
| 1212 Configuration: | |
| 1213 -h, --help display this help and exit | |
| 1214 --help=short display options specific to this package | |
| 1215 --help=recursive display the short help of all the included packages | |
| 1216 -V, --version display version information and exit | |
| 1217 -q, --quiet, --silent do not print \`checking...' messages | |
| 1218 --cache-file=FILE cache test results in FILE [disabled] | |
| 1219 -C, --config-cache alias for \`--cache-file=config.cache' | |
| 1220 -n, --no-create do not create output files | |
| 1221 --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
| 1222 | |
| 1223 Installation directories: | |
| 1224 --prefix=PREFIX install architecture-independent files in PREFIX | |
| 1225 [$ac_default_prefix] | |
| 1226 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | |
| 1227 [PREFIX] | |
| 1228 | |
| 1229 By default, \`make install' will install all the files in | |
| 1230 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
| 1231 an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
| 1232 for instance \`--prefix=\$HOME'. | |
| 1233 | |
| 1234 For better control, use the options below. | |
| 1235 | |
| 1236 Fine tuning of the installation directories: | |
| 1237 --bindir=DIR user executables [EPREFIX/bin] | |
| 1238 --sbindir=DIR system admin executables [EPREFIX/sbin] | |
| 1239 --libexecdir=DIR program executables [EPREFIX/libexec] | |
| 1240 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
| 1241 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
| 1242 --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
| 1243 --libdir=DIR object code libraries [EPREFIX/lib] | |
| 1244 --includedir=DIR C header files [PREFIX/include] | |
| 1245 --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
| 1246 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] | |
| 1247 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] | |
| 1248 --infodir=DIR info documentation [DATAROOTDIR/info] | |
| 1249 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] | |
| 1250 --mandir=DIR man documentation [DATAROOTDIR/man] | |
| 1251 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE] | |
| 1252 --htmldir=DIR html documentation [DOCDIR] | |
| 1253 --dvidir=DIR dvi documentation [DOCDIR] | |
| 1254 --pdfdir=DIR pdf documentation [DOCDIR] | |
| 1255 --psdir=DIR ps documentation [DOCDIR] | |
| 1256 _ACEOF | |
| 1257 | |
| 1258 cat <<\_ACEOF | |
| 1259 | |
| 1260 Program names: | |
| 1261 --program-prefix=PREFIX prepend PREFIX to installed program names | |
| 1262 --program-suffix=SUFFIX append SUFFIX to installed program names | |
| 1263 --program-transform-name=PROGRAM run sed PROGRAM on installed program names | |
| 1264 | |
| 1265 System types: | |
| 1266 --build=BUILD configure for building on BUILD [guessed] | |
| 1267 --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
| 1268 _ACEOF | |
| 1269 fi | |
| 1270 | |
| 1271 if test -n "$ac_init_help"; then | |
| 1272 | |
| 1273 cat <<\_ACEOF | |
| 1274 | |
| 1275 Optional Features: | |
| 1276 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
| 1277 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
| 1278 --enable-maintainer-mode enable make rules and dependencies not useful | |
| 1279 (and sometimes confusing) to the casual installer | |
| 1280 --disable-dependency-tracking speeds up one-time build | |
| 1281 --enable-dependency-tracking do not reject slow dependency extractors | |
| 1282 --enable-debug do a debug rather than a release build | |
| 1283 --enable-ansi do an ANSI rather than a unicode build | |
| 1284 | |
| 1285 Optional Packages: | |
| 1286 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
| 1287 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
| 1288 --with-tcl=<path> location of Tcl header and libraries | |
| 2538 | 1289 --with-tk=<path> location of Tk header and libraries |
| 1290 --with-tcl-version=<vsn> version of Tcl/Tk to be used | |
| 2528 | 1291 --with-tcl-header=<path> location of Tcl header |
| 1292 --with-tcl-lib=<path> location of Tcl libraries | |
| 1293 | |
| 1294 Some influential environment variables: | |
| 1295 CC C compiler command | |
| 1296 CFLAGS C compiler flags | |
| 1297 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
| 1298 nonstandard directory <lib dir> | |
| 1299 LIBS libraries to pass to the linker, e.g. -l<library> | |
| 1300 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if | |
| 1301 you have headers in a nonstandard directory <include dir> | |
| 1302 CXX C++ compiler command | |
| 1303 CXXFLAGS C++ compiler flags | |
| 1304 | |
| 1305 Use these variables to override the choices made by `configure' or to help | |
| 1306 it to find libraries and programs with nonstandard names/locations. | |
| 1307 | |
| 1308 _ACEOF | |
| 1309 ac_status=$? | |
| 1310 fi | |
| 1311 | |
| 1312 if test "$ac_init_help" = "recursive"; then | |
| 1313 # If there are subdirs, report their specific --help. | |
| 1314 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
| 1315 test -d "$ac_dir" || continue | |
| 1316 ac_builddir=. | |
| 1317 | |
| 1318 case "$ac_dir" in | |
| 1319 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
| 1320 *) | |
| 1321 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
| 1322 # A ".." for each directory in $ac_dir_suffix. | |
| 1323 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` | |
| 1324 case $ac_top_builddir_sub in | |
| 1325 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
| 1326 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
| 1327 esac ;; | |
| 1328 esac | |
| 1329 ac_abs_top_builddir=$ac_pwd | |
| 1330 ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
| 1331 # for backward compatibility: | |
| 1332 ac_top_builddir=$ac_top_build_prefix | |
| 1333 | |
| 1334 case $srcdir in | |
| 1335 .) # We are building in place. | |
| 1336 ac_srcdir=. | |
| 1337 ac_top_srcdir=$ac_top_builddir_sub | |
| 1338 ac_abs_top_srcdir=$ac_pwd ;; | |
| 1339 [\\/]* | ?:[\\/]* ) # Absolute name. | |
| 1340 ac_srcdir=$srcdir$ac_dir_suffix; | |
| 1341 ac_top_srcdir=$srcdir | |
| 1342 ac_abs_top_srcdir=$srcdir ;; | |
| 1343 *) # Relative name. | |
| 1344 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
| 1345 ac_top_srcdir=$ac_top_build_prefix$srcdir | |
| 1346 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
| 1347 esac | |
| 1348 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |
| 1349 | |
| 1350 cd "$ac_dir" || { ac_status=$?; continue; } | |
| 1351 # Check for guested configure. | |
| 1352 if test -f "$ac_srcdir/configure.gnu"; then | |
| 1353 echo && | |
| 1354 $SHELL "$ac_srcdir/configure.gnu" --help=recursive | |
| 1355 elif test -f "$ac_srcdir/configure"; then | |
| 1356 echo && | |
| 1357 $SHELL "$ac_srcdir/configure" --help=recursive | |
| 1358 else | |
| 1359 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |
| 1360 fi || ac_status=$? | |
| 1361 cd "$ac_pwd" || { ac_status=$?; break; } | |
| 1362 done | |
| 1363 fi | |
| 1364 | |
| 1365 test -n "$ac_init_help" && exit $ac_status | |
| 1366 if $ac_init_version; then | |
| 1367 cat <<\_ACEOF | |
| 1368 configure | |
| 1369 generated by GNU Autoconf 2.61 | |
| 1370 | |
| 1371 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | |
| 1372 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | |
| 1373 This configure script is free software; the Free Software Foundation | |
| 1374 gives unlimited permission to copy, distribute and modify it. | |
| 1375 _ACEOF | |
| 1376 exit | |
| 1377 fi | |
| 1378 cat >config.log <<_ACEOF | |
| 1379 This file contains any messages produced by compilers while | |
| 1380 running configure, to aid debugging if configure makes a mistake. | |
| 1381 | |
| 1382 It was created by $as_me, which was | |
| 1383 generated by GNU Autoconf 2.61. Invocation command line was | |
| 1384 | |
| 1385 $ $0 $@ | |
| 1386 | |
| 1387 _ACEOF | |
| 1388 exec 5>>config.log | |
| 1389 { | |
| 1390 cat <<_ASUNAME | |
| 1391 ## --------- ## | |
| 1392 ## Platform. ## | |
| 1393 ## --------- ## | |
| 1394 | |
| 1395 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
| 1396 uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
| 1397 uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
| 1398 uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
| 1399 uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
| 1400 | |
| 1401 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
| 1402 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
| 1403 | |
| 1404 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
| 1405 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
| 1406 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
| 1407 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` | |
| 1408 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
| 1409 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
| 1410 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
| 1411 | |
| 1412 _ASUNAME | |
| 1413 | |
| 1414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 1415 for as_dir in $PATH | |
| 1416 do | |
| 1417 IFS=$as_save_IFS | |
| 1418 test -z "$as_dir" && as_dir=. | |
| 1419 echo "PATH: $as_dir" | |
| 1420 done | |
| 1421 IFS=$as_save_IFS | |
| 1422 | |
| 1423 } >&5 | |
| 1424 | |
| 1425 cat >&5 <<_ACEOF | |
| 1426 | |
| 1427 | |
| 1428 ## ----------- ## | |
| 1429 ## Core tests. ## | |
| 1430 ## ----------- ## | |
| 1431 | |
| 1432 _ACEOF | |
| 1433 | |
| 1434 | |
| 1435 # Keep a trace of the command line. | |
| 1436 # Strip out --no-create and --no-recursion so they do not pile up. | |
| 1437 # Strip out --silent because we don't want to record it for future runs. | |
| 1438 # Also quote any args containing shell meta-characters. | |
| 1439 # Make two passes to allow for proper duplicate-argument suppression. | |
| 1440 ac_configure_args= | |
| 1441 ac_configure_args0= | |
| 1442 ac_configure_args1= | |
| 1443 ac_must_keep_next=false | |
| 1444 for ac_pass in 1 2 | |
| 1445 do | |
| 1446 for ac_arg | |
| 1447 do | |
| 1448 case $ac_arg in | |
| 1449 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
| 1450 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
| 1451 | -silent | --silent | --silen | --sile | --sil) | |
| 1452 continue ;; | |
| 1453 *\'*) | |
| 1454 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
| 1455 esac | |
| 1456 case $ac_pass in | |
| 1457 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | |
| 1458 2) | |
| 1459 ac_configure_args1="$ac_configure_args1 '$ac_arg'" | |
| 1460 if test $ac_must_keep_next = true; then | |
| 1461 ac_must_keep_next=false # Got value, back to normal. | |
| 1462 else | |
| 1463 case $ac_arg in | |
| 1464 *=* | --config-cache | -C | -disable-* | --disable-* \ | |
| 1465 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
| 1466 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
| 1467 | -with-* | --with-* | -without-* | --without-* | --x) | |
| 1468 case "$ac_configure_args0 " in | |
| 1469 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
| 1470 esac | |
| 1471 ;; | |
| 1472 -* ) ac_must_keep_next=true ;; | |
| 1473 esac | |
| 1474 fi | |
| 1475 ac_configure_args="$ac_configure_args '$ac_arg'" | |
| 1476 ;; | |
| 1477 esac | |
| 1478 done | |
| 1479 done | |
| 1480 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } | |
| 1481 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } | |
| 1482 | |
| 1483 # When interrupted or exit'd, cleanup temporary files, and complete | |
| 1484 # config.log. We remove comments because anyway the quotes in there | |
| 1485 # would cause problems or look ugly. | |
| 1486 # WARNING: Use '\'' to represent an apostrophe within the trap. | |
| 1487 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. | |
| 1488 trap 'exit_status=$? | |
| 1489 # Save into config.log some information that might help in debugging. | |
| 1490 { | |
| 1491 echo | |
| 1492 | |
| 1493 cat <<\_ASBOX | |
| 1494 ## ---------------- ## | |
| 1495 ## Cache variables. ## | |
| 1496 ## ---------------- ## | |
| 1497 _ASBOX | |
| 1498 echo | |
| 1499 # The following way of writing the cache mishandles newlines in values, | |
| 1500 ( | |
| 1501 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do | |
| 1502 eval ac_val=\$$ac_var | |
| 1503 case $ac_val in #( | |
| 1504 *${as_nl}*) | |
| 1505 case $ac_var in #( | |
| 1506 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | |
| 1507 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | |
| 1508 esac | |
| 1509 case $ac_var in #( | |
| 1510 _ | IFS | as_nl) ;; #( | |
| 1511 *) $as_unset $ac_var ;; | |
| 1512 esac ;; | |
| 1513 esac | |
| 1514 done | |
| 1515 (set) 2>&1 | | |
| 1516 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( | |
| 1517 *${as_nl}ac_space=\ *) | |
| 1518 sed -n \ | |
| 1519 "s/'\''/'\''\\\\'\'''\''/g; | |
| 1520 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" | |
| 1521 ;; #( | |
| 1522 *) | |
| 1523 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" | |
| 1524 ;; | |
| 1525 esac | | |
| 1526 sort | |
| 1527 ) | |
| 1528 echo | |
| 1529 | |
| 1530 cat <<\_ASBOX | |
| 1531 ## ----------------- ## | |
| 1532 ## Output variables. ## | |
| 1533 ## ----------------- ## | |
| 1534 _ASBOX | |
| 1535 echo | |
| 1536 for ac_var in $ac_subst_vars | |
| 1537 do | |
| 1538 eval ac_val=\$$ac_var | |
| 1539 case $ac_val in | |
| 1540 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
| 1541 esac | |
| 1542 echo "$ac_var='\''$ac_val'\''" | |
| 1543 done | sort | |
| 1544 echo | |
| 1545 | |
| 1546 if test -n "$ac_subst_files"; then | |
| 1547 cat <<\_ASBOX | |
| 1548 ## ------------------- ## | |
| 1549 ## File substitutions. ## | |
| 1550 ## ------------------- ## | |
| 1551 _ASBOX | |
| 1552 echo | |
| 1553 for ac_var in $ac_subst_files | |
| 1554 do | |
| 1555 eval ac_val=\$$ac_var | |
| 1556 case $ac_val in | |
| 1557 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; | |
| 1558 esac | |
| 1559 echo "$ac_var='\''$ac_val'\''" | |
| 1560 done | sort | |
| 1561 echo | |
| 1562 fi | |
| 1563 | |
| 1564 if test -s confdefs.h; then | |
| 1565 cat <<\_ASBOX | |
| 1566 ## ----------- ## | |
| 1567 ## confdefs.h. ## | |
| 1568 ## ----------- ## | |
| 1569 _ASBOX | |
| 1570 echo | |
| 1571 cat confdefs.h | |
| 1572 echo | |
| 1573 fi | |
| 1574 test "$ac_signal" != 0 && | |
| 1575 echo "$as_me: caught signal $ac_signal" | |
| 1576 echo "$as_me: exit $exit_status" | |
| 1577 } >&5 | |
| 1578 rm -f core *.core core.conftest.* && | |
| 1579 rm -f -r conftest* confdefs* conf$$* $ac_clean_files && | |
| 1580 exit $exit_status | |
| 1581 ' 0 | |
| 1582 for ac_signal in 1 2 13 15; do | |
| 1583 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal | |
| 1584 done | |
| 1585 ac_signal=0 | |
| 1586 | |
| 1587 # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
| 1588 rm -f -r conftest* confdefs.h | |
| 1589 | |
| 1590 # Predefined preprocessor variables. | |
| 1591 | |
| 1592 cat >>confdefs.h <<_ACEOF | |
| 1593 #define PACKAGE_NAME "$PACKAGE_NAME" | |
| 1594 _ACEOF | |
| 1595 | |
| 1596 | |
| 1597 cat >>confdefs.h <<_ACEOF | |
| 1598 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
| 1599 _ACEOF | |
| 1600 | |
| 1601 | |
| 1602 cat >>confdefs.h <<_ACEOF | |
| 1603 #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
| 1604 _ACEOF | |
| 1605 | |
| 1606 | |
| 1607 cat >>confdefs.h <<_ACEOF | |
| 1608 #define PACKAGE_STRING "$PACKAGE_STRING" | |
| 1609 _ACEOF | |
| 1610 | |
| 1611 | |
| 1612 cat >>confdefs.h <<_ACEOF | |
| 1613 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
| 1614 _ACEOF | |
| 1615 | |
| 1616 | |
| 1617 # Let the site file select an alternate cache file if it wants to. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1618 # Prefer explicitly selected file to automatically selected ones. |
| 2528 | 1619 if test -n "$CONFIG_SITE"; then |
| 1620 set x "$CONFIG_SITE" | |
| 1621 elif test "x$prefix" != xNONE; then | |
| 1622 set x "$prefix/share/config.site" "$prefix/etc/config.site" | |
| 1623 else | |
| 1624 set x "$ac_default_prefix/share/config.site" \ | |
| 1625 "$ac_default_prefix/etc/config.site" | |
| 1626 fi | |
| 1627 shift | |
| 1628 for ac_site_file | |
| 1629 do | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1630 if test -r "$ac_site_file"; then |
| 2528 | 1631 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 |
| 1632 echo "$as_me: loading site script $ac_site_file" >&6;} | |
| 1633 sed 's/^/| /' "$ac_site_file" >&5 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1634 . "$ac_site_file" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1635 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1636 done |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1637 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1638 if test -r "$cache_file"; then |
| 2528 | 1639 # Some versions of bash will fail to source /dev/null (special |
| 1640 # files actually), so we avoid doing that. | |
| 1641 if test -f "$cache_file"; then | |
| 1642 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 | |
| 1643 echo "$as_me: loading cache $cache_file" >&6;} | |
| 1644 case $cache_file in | |
| 1645 [\\/]* | ?:[\\/]* ) . "$cache_file";; | |
| 1646 *) . "./$cache_file";; | |
| 1647 esac | |
| 1648 fi | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1649 else |
| 2528 | 1650 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 |
| 1651 echo "$as_me: creating cache $cache_file" >&6;} | |
| 1652 >$cache_file | |
| 1653 fi | |
| 1654 | |
| 1655 # Check that the precious variables saved in the cache have kept the same | |
| 1656 # value. | |
| 1657 ac_cache_corrupted=false | |
| 1658 for ac_var in $ac_precious_vars; do | |
| 1659 eval ac_old_set=\$ac_cv_env_${ac_var}_set | |
| 1660 eval ac_new_set=\$ac_env_${ac_var}_set | |
| 1661 eval ac_old_val=\$ac_cv_env_${ac_var}_value | |
| 1662 eval ac_new_val=\$ac_env_${ac_var}_value | |
| 1663 case $ac_old_set,$ac_new_set in | |
| 1664 set,) | |
| 1665 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
| 1666 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
| 1667 ac_cache_corrupted=: ;; | |
| 1668 ,set) | |
| 1669 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | |
| 1670 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
| 1671 ac_cache_corrupted=: ;; | |
| 1672 ,);; | |
| 1673 *) | |
| 1674 if test "x$ac_old_val" != "x$ac_new_val"; then | |
| 1675 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 | |
| 1676 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | |
| 1677 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 | |
| 1678 echo "$as_me: former value: $ac_old_val" >&2;} | |
| 1679 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 | |
| 1680 echo "$as_me: current value: $ac_new_val" >&2;} | |
| 1681 ac_cache_corrupted=: | |
| 1682 fi;; | |
| 1683 esac | |
| 1684 # Pass precious variables to config.status. | |
| 1685 if test "$ac_new_set" = set; then | |
| 1686 case $ac_new_val in | |
| 1687 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | |
| 1688 *) ac_arg=$ac_var=$ac_new_val ;; | |
| 1689 esac | |
| 1690 case " $ac_configure_args " in | |
| 1691 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
| 1692 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
| 1693 esac | |
| 1694 fi | |
| 1695 done | |
| 1696 if $ac_cache_corrupted; then | |
| 1697 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | |
| 1698 echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
| 1699 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | |
| 1700 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | |
| 1701 { (exit 1); exit 1; }; } | |
| 1702 fi | |
| 1703 | |
| 1704 | |
| 1705 | |
| 1706 | |
| 1707 | |
| 1708 | |
| 1709 | |
| 1710 | |
| 1711 | |
| 1712 | |
| 1713 | |
| 1714 | |
| 1715 | |
| 1716 | |
| 1717 | |
| 1718 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1719 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1720 ac_ext=c |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1721 ac_cpp='$CPP $CPPFLAGS' |
| 2528 | 1722 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| 1723 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 1724 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1725 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1726 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1727 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1728 ac_aux_dir= |
| 2528 | 1729 for ac_dir in ../../../../../../acsupport "$srcdir"/../../../../../../acsupport; do |
| 1730 if test -f "$ac_dir/install-sh"; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1731 ac_aux_dir=$ac_dir |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1732 ac_install_sh="$ac_aux_dir/install-sh -c" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1733 break |
| 2528 | 1734 elif test -f "$ac_dir/install.sh"; then |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1735 ac_aux_dir=$ac_dir |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1736 ac_install_sh="$ac_aux_dir/install.sh -c" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1737 break |
| 2528 | 1738 elif test -f "$ac_dir/shtool"; then |
| 1739 ac_aux_dir=$ac_dir | |
| 1740 ac_install_sh="$ac_aux_dir/shtool install -c" | |
| 1741 break | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1742 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1743 done |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1744 if test -z "$ac_aux_dir"; then |
| 2528 | 1745 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ../../../../../../acsupport \"$srcdir\"/../../../../../../acsupport" >&5 |
| 1746 echo "$as_me: error: cannot find install-sh or install.sh in ../../../../../../acsupport \"$srcdir\"/../../../../../../acsupport" >&2;} | |
| 1747 { (exit 1); exit 1; }; } | |
| 1748 fi | |
| 1749 | |
| 1750 # These three variables are undocumented and unsupported, | |
| 1751 # and are intended to be withdrawn in a future Autoconf release. | |
| 1752 # They can cause serious problems if a builder's source tree is in a directory | |
| 1753 # whose full name contains unusual characters. | |
| 1754 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. | |
| 1755 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. | |
| 1756 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |
| 1757 | |
| 1758 | |
| 1759 | |
| 1760 | |
| 1761 { echo "$as_me:$LINENO: checking that a separate build tree is being used" >&5 | |
| 1762 echo $ECHO_N "checking that a separate build tree is being used... $ECHO_C" >&6; } | |
| 1763 ecos_cwd=`/bin/pwd` | |
| 1764 if test "${srcdir}" = "." ; then | |
| 1765 srcdir=${ecos_cwd} | |
| 1766 fi | |
| 1767 if test "${ecos_cwd}" = "${srcdir}" ; then | |
| 1768 { echo "$as_me:$LINENO: result: no" >&5 | |
| 1769 echo "${ECHO_T}no" >&6; } | |
| 1770 { { echo "$as_me:$LINENO: error: This configure script should not be run inside the source tree. Instead please use a separate build tree" >&5 | |
| 1771 echo "$as_me: error: This configure script should not be run inside the source tree. Instead please use a separate build tree" >&2;} | |
| 1772 { (exit 1); exit 1; }; } | |
| 1773 else | |
| 1774 { echo "$as_me:$LINENO: result: yes" >&5 | |
| 1775 echo "${ECHO_T}yes" >&6; } | |
| 1776 fi | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1777 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1778 # Make sure we can run config.sub. |
| 2528 | 1779 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
| 1780 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 | |
| 1781 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} | |
| 1782 { (exit 1); exit 1; }; } | |
| 1783 | |
| 1784 { echo "$as_me:$LINENO: checking build system type" >&5 | |
| 1785 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } | |
| 1786 if test "${ac_cv_build+set}" = set; then | |
| 1787 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 1788 else | |
| 1789 ac_build_alias=$build_alias | |
| 1790 test "x$ac_build_alias" = x && | |
| 1791 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | |
| 1792 test "x$ac_build_alias" = x && | |
| 1793 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | |
| 1794 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | |
| 1795 { (exit 1); exit 1; }; } | |
| 1796 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | |
| 1797 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 | |
| 1798 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} | |
| 1799 { (exit 1); exit 1; }; } | |
| 1800 | |
| 1801 fi | |
| 1802 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | |
| 1803 echo "${ECHO_T}$ac_cv_build" >&6; } | |
| 1804 case $ac_cv_build in | |
| 1805 *-*-*) ;; | |
| 1806 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 | |
| 1807 echo "$as_me: error: invalid value of canonical build" >&2;} | |
| 1808 { (exit 1); exit 1; }; };; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1809 esac |
| 2528 | 1810 build=$ac_cv_build |
| 1811 ac_save_IFS=$IFS; IFS='-' | |
| 1812 set x $ac_cv_build | |
| 1813 shift | |
| 1814 build_cpu=$1 | |
| 1815 build_vendor=$2 | |
| 1816 shift; shift | |
| 1817 # Remember, the first character of IFS is used to create $*, | |
| 1818 # except with old shells: | |
| 1819 build_os=$* | |
| 1820 IFS=$ac_save_IFS | |
| 1821 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac | |
| 1822 | |
| 1823 | |
| 1824 { echo "$as_me:$LINENO: checking host system type" >&5 | |
| 1825 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } | |
| 1826 if test "${ac_cv_host+set}" = set; then | |
| 1827 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 1828 else | |
| 1829 if test "x$host_alias" = x; then | |
| 1830 ac_cv_host=$ac_cv_build | |
| 1831 else | |
| 1832 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | |
| 1833 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 | |
| 1834 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} | |
| 1835 { (exit 1); exit 1; }; } | |
| 1836 fi | |
| 1837 | |
| 1838 fi | |
| 1839 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | |
| 1840 echo "${ECHO_T}$ac_cv_host" >&6; } | |
| 1841 case $ac_cv_host in | |
| 1842 *-*-*) ;; | |
| 1843 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 | |
| 1844 echo "$as_me: error: invalid value of canonical host" >&2;} | |
| 1845 { (exit 1); exit 1; }; };; | |
| 1846 esac | |
| 1847 host=$ac_cv_host | |
| 1848 ac_save_IFS=$IFS; IFS='-' | |
| 1849 set x $ac_cv_host | |
| 1850 shift | |
| 1851 host_cpu=$1 | |
| 1852 host_vendor=$2 | |
| 1853 shift; shift | |
| 1854 # Remember, the first character of IFS is used to create $*, | |
| 1855 # except with old shells: | |
| 1856 host_os=$* | |
| 1857 IFS=$ac_save_IFS | |
| 1858 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac | |
| 1859 | |
| 1860 | |
| 1861 am__api_version='1.10' | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1862 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1863 # Find a good install program. We prefer a C program (faster), |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1864 # so one script is as good as another. But avoid the broken or |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1865 # incompatible versions: |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1866 # SysV /etc/install, /usr/sbin/install |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1867 # SunOS /usr/etc/install |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1868 # IRIX /sbin/install |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1869 # AIX /bin/install |
| 2528 | 1870 # AmigaOS /C/install, which installs bootblocks on floppy discs |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1871 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1872 # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1873 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 2528 | 1874 # OS/2's system install, which has a completely different semantic |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1875 # ./install, which can be erroneously created by make from ./install.sh. |
| 2528 | 1876 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
| 1877 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1878 if test -z "$INSTALL"; then |
| 2528 | 1879 if test "${ac_cv_path_install+set}" = set; then |
| 1880 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1881 else |
| 2528 | 1882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 1883 for as_dir in $PATH | |
| 1884 do | |
| 1885 IFS=$as_save_IFS | |
| 1886 test -z "$as_dir" && as_dir=. | |
| 1887 # Account for people who put trailing slashes in PATH elements. | |
| 1888 case $as_dir/ in | |
| 1889 ./ | .// | /cC/* | \ | |
| 1890 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
| 1891 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ | |
| 1892 /usr/ucb/* ) ;; | |
| 1893 *) | |
| 1894 # OSF1 and SCO ODT 3.0 have their own names for install. | |
| 1895 # Don't use installbsd from OSF since it installs stuff as root | |
| 1896 # by default. | |
| 1897 for ac_prog in ginstall scoinst install; do | |
| 1898 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 1899 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1900 if test $ac_prog = install && |
| 2528 | 1901 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1902 # AIX install. It has an incompatible calling convention. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1903 : |
| 2528 | 1904 elif test $ac_prog = install && |
| 1905 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
| 1906 # program-specific install script used by HP pwplus--don't use. | |
| 1907 : | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1908 else |
| 2528 | 1909 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 1910 break 3 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1911 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1912 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1913 done |
| 2528 | 1914 done |
| 1915 ;; | |
| 1916 esac | |
| 1917 done | |
| 1918 IFS=$as_save_IFS | |
| 1919 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1920 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1921 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1922 if test "${ac_cv_path_install+set}" = set; then |
| 2528 | 1923 INSTALL=$ac_cv_path_install |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1924 else |
| 2528 | 1925 # As a last resort, use the slow shell script. Don't cache a |
| 1926 # value for INSTALL within a source directory, because that will | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1927 # break other packages using the cache if that directory is |
| 2528 | 1928 # removed, or if the value is a relative name. |
| 1929 INSTALL=$ac_install_sh | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1930 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1931 fi |
| 2528 | 1932 { echo "$as_me:$LINENO: result: $INSTALL" >&5 |
| 1933 echo "${ECHO_T}$INSTALL" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1934 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1935 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1936 # It thinks the first close brace ends the variable substitution. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1937 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1938 |
| 2528 | 1939 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1940 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1941 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1942 |
| 2528 | 1943 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 |
| 1944 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1945 # Just in case |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1946 sleep 1 |
| 2528 | 1947 echo timestamp > conftest.file |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1948 # Do `set' in a subshell so we don't clobber the current shell's |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1949 # arguments. Must try -L first in case configure is actually a |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1950 # symlink; some systems play weird games with the mod time of symlinks |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1951 # (eg FreeBSD returns the mod time of the symlink's containing |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1952 # directory). |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1953 if ( |
| 2528 | 1954 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1955 if test "$*" = "X"; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1956 # -L didn't work. |
| 2528 | 1957 set X `ls -t $srcdir/configure conftest.file` |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1958 fi |
| 2528 | 1959 rm -f conftest.file |
| 1960 if test "$*" != "X $srcdir/configure conftest.file" \ | |
| 1961 && test "$*" != "X conftest.file $srcdir/configure"; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1962 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1963 # If neither matched, then we have a broken ls. This can happen |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1964 # if, for instance, CONFIG_SHELL is bash and it inherits a |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1965 # broken ls alias from the environment. This has actually |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1966 # happened. Such a system could not be considered "sane". |
| 2528 | 1967 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken |
| 1968 alias in your environment" >&5 | |
| 1969 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken | |
| 1970 alias in your environment" >&2;} | |
| 1971 { (exit 1); exit 1; }; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1972 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1973 |
| 2528 | 1974 test "$2" = conftest.file |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1975 ) |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1976 then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1977 # Ok. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1978 : |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1979 else |
| 2528 | 1980 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! |
| 1981 Check your system clock" >&5 | |
| 1982 echo "$as_me: error: newly created file is older than distributed files! | |
| 1983 Check your system clock" >&2;} | |
| 1984 { (exit 1); exit 1; }; } | |
| 1985 fi | |
| 1986 { echo "$as_me:$LINENO: result: yes" >&5 | |
| 1987 echo "${ECHO_T}yes" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1988 test "$program_prefix" != NONE && |
| 2528 | 1989 program_transform_name="s&^&$program_prefix&;$program_transform_name" |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1990 # Use a double $ so make ignores it. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
1991 test "$program_suffix" != NONE && |
| 2528 | 1992 program_transform_name="s&\$&$program_suffix&;$program_transform_name" |
| 1993 # Double any \ or $. echo might interpret backslashes. | |
| 1994 # By default was `s,x,x', remove it if useless. | |
| 1995 cat <<\_ACEOF >conftest.sed | |
| 1996 s/[\\$]/&&/g;s/;s,x,x,$// | |
| 1997 _ACEOF | |
| 1998 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` | |
| 1999 rm -f conftest.sed | |
| 2000 | |
| 2001 # expand $ac_aux_dir to an absolute path | |
| 2002 am_aux_dir=`cd $ac_aux_dir && pwd` | |
| 2003 | |
| 2004 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" | |
| 2005 # Use eval to expand $SHELL | |
| 2006 if eval "$MISSING --run true"; then | |
| 2007 am_missing_run="$MISSING --run " | |
| 2008 else | |
| 2009 am_missing_run= | |
| 2010 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 | |
| 2011 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} | |
| 2012 fi | |
| 2013 | |
| 2014 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 | |
| 2015 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } | |
| 2016 if test -z "$MKDIR_P"; then | |
| 2017 if test "${ac_cv_path_mkdir+set}" = set; then | |
| 2018 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2019 else |
| 2528 | 2020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2021 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin | |
| 2022 do | |
| 2023 IFS=$as_save_IFS | |
| 2024 test -z "$as_dir" && as_dir=. | |
| 2025 for ac_prog in mkdir gmkdir; do | |
| 2026 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2027 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue | |
| 2028 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( | |
| 2029 'mkdir (GNU coreutils) '* | \ | |
| 2030 'mkdir (coreutils) '* | \ | |
| 2031 'mkdir (fileutils) '4.1*) | |
| 2032 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext | |
| 2033 break 3;; | |
| 2034 esac | |
| 2035 done | |
| 2036 done | |
| 2037 done | |
| 2038 IFS=$as_save_IFS | |
| 2039 | |
| 2040 fi | |
| 2041 | |
| 2042 if test "${ac_cv_path_mkdir+set}" = set; then | |
| 2043 MKDIR_P="$ac_cv_path_mkdir -p" | |
| 2044 else | |
| 2045 # As a last resort, use the slow shell script. Don't cache a | |
| 2046 # value for MKDIR_P within a source directory, because that will | |
| 2047 # break other packages using the cache if that directory is | |
| 2048 # removed, or if the value is a relative name. | |
| 2049 test -d ./--version && rmdir ./--version | |
| 2050 MKDIR_P="$ac_install_sh -d" | |
| 2051 fi | |
| 2052 fi | |
| 2053 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 | |
| 2054 echo "${ECHO_T}$MKDIR_P" >&6; } | |
| 2055 | |
| 2056 mkdir_p="$MKDIR_P" | |
| 2057 case $mkdir_p in | |
| 2058 [\\/$]* | ?:[\\/]*) ;; | |
| 2059 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; | |
| 2060 esac | |
| 2061 | |
| 2062 for ac_prog in gawk mawk nawk awk | |
| 2063 do | |
| 2064 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
| 2065 set dummy $ac_prog; ac_word=$2 | |
| 2066 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2068 if test "${ac_cv_prog_AWK+set}" = set; then | |
| 2069 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2070 else | |
| 2071 if test -n "$AWK"; then | |
| 2072 ac_cv_prog_AWK="$AWK" # Let the user override the test. | |
| 2073 else | |
| 2074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 2075 for as_dir in $PATH | |
| 2076 do | |
| 2077 IFS=$as_save_IFS | |
| 2078 test -z "$as_dir" && as_dir=. | |
| 2079 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2081 ac_cv_prog_AWK="$ac_prog" | |
| 2082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2083 break 2 | |
| 2084 fi | |
| 2085 done | |
| 2086 done | |
| 2087 IFS=$as_save_IFS | |
| 2088 | |
| 2089 fi | |
| 2090 fi | |
| 2091 AWK=$ac_cv_prog_AWK | |
| 2092 if test -n "$AWK"; then | |
| 2093 { echo "$as_me:$LINENO: result: $AWK" >&5 | |
| 2094 echo "${ECHO_T}$AWK" >&6; } | |
| 2095 else | |
| 2096 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2097 echo "${ECHO_T}no" >&6; } | |
| 2098 fi | |
| 2099 | |
| 2100 | |
| 2101 test -n "$AWK" && break | |
| 2102 done | |
| 2103 | |
| 2104 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | |
| 2105 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } | |
| 2106 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | |
| 2107 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then | |
| 2108 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2109 else | |
| 2110 cat >conftest.make <<\_ACEOF | |
| 2111 SHELL = /bin/sh | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2112 all: |
| 2528 | 2113 @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 2114 _ACEOF | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2115 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 2528 | 2116 case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 2117 *@@@%%%=?*=@@@%%%*) | |
| 2118 eval ac_cv_prog_make_${ac_make}_set=yes;; | |
| 2119 *) | |
| 2120 eval ac_cv_prog_make_${ac_make}_set=no;; | |
| 2121 esac | |
| 2122 rm -f conftest.make | |
| 2123 fi | |
| 2124 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then | |
| 2125 { echo "$as_me:$LINENO: result: yes" >&5 | |
| 2126 echo "${ECHO_T}yes" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2127 SET_MAKE= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2128 else |
| 2528 | 2129 { echo "$as_me:$LINENO: result: no" >&5 |
| 2130 echo "${ECHO_T}no" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2131 SET_MAKE="MAKE=${MAKE-make}" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2132 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2133 |
| 2528 | 2134 rm -rf .tst 2>/dev/null |
| 2135 mkdir .tst 2>/dev/null | |
| 2136 if test -d .tst; then | |
| 2137 am__leading_dot=. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2138 else |
| 2528 | 2139 am__leading_dot=_ |
| 2140 fi | |
| 2141 rmdir .tst 2>/dev/null | |
| 2142 | |
| 2143 if test "`cd $srcdir && pwd`" != "`pwd`"; then | |
| 2144 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output | |
| 2145 # is not polluted with repeated "-I." | |
| 2146 am__isrc=' -I$(srcdir)' | |
| 2147 # test to see if srcdir already configured | |
| 2148 if test -f $srcdir/config.status; then | |
| 2149 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 | |
| 2150 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} | |
| 2151 { (exit 1); exit 1; }; } | |
| 2152 fi | |
| 2153 fi | |
| 2154 | |
| 2155 # test whether we have cygpath | |
| 2156 if test -z "$CYGPATH_W"; then | |
| 2157 if (cygpath --version) >/dev/null 2>/dev/null; then | |
| 2158 CYGPATH_W='cygpath -w' | |
| 2159 else | |
| 2160 CYGPATH_W=echo | |
| 2161 fi | |
| 2162 fi | |
| 2163 | |
| 2164 | |
| 2165 # Define the identity of the package. | |
| 2166 PACKAGE=eCos_synthetic_target_arch | |
| 2167 VERSION=0.1 | |
| 2168 | |
| 2169 | |
| 2170 # Some tools Automake needs. | |
| 2171 | |
| 2172 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} | |
| 2173 | |
| 2174 | |
| 2175 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} | |
| 2176 | |
| 2177 | |
| 2178 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} | |
| 2179 | |
| 2180 | |
| 2181 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} | |
| 2182 | |
| 2183 | |
| 2184 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} | |
| 2185 | |
| 2186 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} | |
| 2187 | |
| 2188 # Installed binaries are usually stripped using `strip' when the user | |
| 2189 # run `make install-strip'. However `strip' might not be the right | |
| 2190 # tool to use in cross-compilation environments, therefore Automake | |
| 2191 # will honor the `STRIP' environment variable to overrule this program. | |
| 2192 if test "$cross_compiling" != no; then | |
| 2193 if test -n "$ac_tool_prefix"; then | |
| 2194 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
| 2195 set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
| 2196 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2198 if test "${ac_cv_prog_STRIP+set}" = set; then | |
| 2199 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2200 else | |
| 2201 if test -n "$STRIP"; then | |
| 2202 ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2203 else |
| 2528 | 2204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2205 for as_dir in $PATH | |
| 2206 do | |
| 2207 IFS=$as_save_IFS | |
| 2208 test -z "$as_dir" && as_dir=. | |
| 2209 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2211 ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
| 2212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2213 break 2 | |
| 2214 fi | |
| 2215 done | |
| 2216 done | |
| 2217 IFS=$as_save_IFS | |
| 2218 | |
| 2219 fi | |
| 2220 fi | |
| 2221 STRIP=$ac_cv_prog_STRIP | |
| 2222 if test -n "$STRIP"; then | |
| 2223 { echo "$as_me:$LINENO: result: $STRIP" >&5 | |
| 2224 echo "${ECHO_T}$STRIP" >&6; } | |
| 2225 else | |
| 2226 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2227 echo "${ECHO_T}no" >&6; } | |
| 2228 fi | |
| 2229 | |
| 2230 | |
| 2231 fi | |
| 2232 if test -z "$ac_cv_prog_STRIP"; then | |
| 2233 ac_ct_STRIP=$STRIP | |
| 2234 # Extract the first word of "strip", so it can be a program name with args. | |
| 2235 set dummy strip; ac_word=$2 | |
| 2236 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2237 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2238 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then | |
| 2239 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2240 else | |
| 2241 if test -n "$ac_ct_STRIP"; then | |
| 2242 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2243 else |
| 2528 | 2244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2245 for as_dir in $PATH | |
| 2246 do | |
| 2247 IFS=$as_save_IFS | |
| 2248 test -z "$as_dir" && as_dir=. | |
| 2249 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2251 ac_cv_prog_ac_ct_STRIP="strip" | |
| 2252 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2253 break 2 | |
| 2254 fi | |
| 2255 done | |
| 2256 done | |
| 2257 IFS=$as_save_IFS | |
| 2258 | |
| 2259 fi | |
| 2260 fi | |
| 2261 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
| 2262 if test -n "$ac_ct_STRIP"; then | |
| 2263 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 | |
| 2264 echo "${ECHO_T}$ac_ct_STRIP" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2265 else |
| 2528 | 2266 { echo "$as_me:$LINENO: result: no" >&5 |
| 2267 echo "${ECHO_T}no" >&6; } | |
| 2268 fi | |
| 2269 | |
| 2270 if test "x$ac_ct_STRIP" = x; then | |
| 2271 STRIP=":" | |
| 2272 else | |
| 2273 case $cross_compiling:$ac_tool_warned in | |
| 2274 yes:) | |
| 2275 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
| 2276 whose name does not start with the host triplet. If you think this | |
| 2277 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
| 2278 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
| 2279 whose name does not start with the host triplet. If you think this | |
| 2280 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
| 2281 ac_tool_warned=yes ;; | |
| 2282 esac | |
| 2283 STRIP=$ac_ct_STRIP | |
| 2284 fi | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2285 else |
| 2528 | 2286 STRIP="$ac_cv_prog_STRIP" |
| 2287 fi | |
| 2288 | |
| 2289 fi | |
| 2290 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | |
| 2291 | |
| 2292 # We need awk for the "check" target. The system "awk" is bad on | |
| 2293 # some platforms. | |
| 2294 # Always define AMTAR for backward compatibility. | |
| 2295 | |
| 2296 AMTAR=${AMTAR-"${am_missing_run}tar"} | |
| 2297 | |
| 2298 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' | |
| 2299 | |
| 2300 | |
| 2301 | |
| 2302 | |
| 2303 | |
| 2304 { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 | |
| 2305 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } | |
| 2306 # Check whether --enable-maintainer-mode was given. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2307 if test "${enable_maintainer_mode+set}" = set; then |
| 2528 | 2308 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2309 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2310 USE_MAINTAINER_MODE=no |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2311 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2312 |
| 2528 | 2313 { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
| 2314 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } | |
| 2315 if test $USE_MAINTAINER_MODE = yes; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2316 MAINTAINER_MODE_TRUE= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2317 MAINTAINER_MODE_FALSE='#' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2318 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2319 MAINTAINER_MODE_TRUE='#' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2320 MAINTAINER_MODE_FALSE= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2321 fi |
| 2528 | 2322 |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2323 MAINT=$MAINTAINER_MODE_TRUE |
| 2528 | 2324 |
| 2325 | |
| 2326 ac_ext=c | |
| 2327 ac_cpp='$CPP $CPPFLAGS' | |
| 2328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 2329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 2330 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 2331 if test -n "$ac_tool_prefix"; then | |
| 2332 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
| 2333 set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
| 2334 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2336 if test "${ac_cv_prog_CC+set}" = set; then | |
| 2337 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2338 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2339 if test -n "$CC"; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2340 ac_cv_prog_CC="$CC" # Let the user override the test. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2341 else |
| 2528 | 2342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2343 for as_dir in $PATH | |
| 2344 do | |
| 2345 IFS=$as_save_IFS | |
| 2346 test -z "$as_dir" && as_dir=. | |
| 2347 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2349 ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
| 2350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2351 break 2 | |
| 2352 fi | |
| 2353 done | |
| 2354 done | |
| 2355 IFS=$as_save_IFS | |
| 2356 | |
| 2357 fi | |
| 2358 fi | |
| 2359 CC=$ac_cv_prog_CC | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2360 if test -n "$CC"; then |
| 2528 | 2361 { echo "$as_me:$LINENO: result: $CC" >&5 |
| 2362 echo "${ECHO_T}$CC" >&6; } | |
| 2363 else | |
| 2364 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2365 echo "${ECHO_T}no" >&6; } | |
| 2366 fi | |
| 2367 | |
| 2368 | |
| 2369 fi | |
| 2370 if test -z "$ac_cv_prog_CC"; then | |
| 2371 ac_ct_CC=$CC | |
| 2372 # Extract the first word of "gcc", so it can be a program name with args. | |
| 2373 set dummy gcc; ac_word=$2 | |
| 2374 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2375 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2376 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
| 2377 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2378 else | |
| 2379 if test -n "$ac_ct_CC"; then | |
| 2380 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2381 else |
| 2528 | 2382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2383 for as_dir in $PATH | |
| 2384 do | |
| 2385 IFS=$as_save_IFS | |
| 2386 test -z "$as_dir" && as_dir=. | |
| 2387 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2389 ac_cv_prog_ac_ct_CC="gcc" | |
| 2390 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2391 break 2 | |
| 2392 fi | |
| 2393 done | |
| 2394 done | |
| 2395 IFS=$as_save_IFS | |
| 2396 | |
| 2397 fi | |
| 2398 fi | |
| 2399 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
| 2400 if test -n "$ac_ct_CC"; then | |
| 2401 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
| 2402 echo "${ECHO_T}$ac_ct_CC" >&6; } | |
| 2403 else | |
| 2404 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2405 echo "${ECHO_T}no" >&6; } | |
| 2406 fi | |
| 2407 | |
| 2408 if test "x$ac_ct_CC" = x; then | |
| 2409 CC="" | |
| 2410 else | |
| 2411 case $cross_compiling:$ac_tool_warned in | |
| 2412 yes:) | |
| 2413 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
| 2414 whose name does not start with the host triplet. If you think this | |
| 2415 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
| 2416 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
| 2417 whose name does not start with the host triplet. If you think this | |
| 2418 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
| 2419 ac_tool_warned=yes ;; | |
| 2420 esac | |
| 2421 CC=$ac_ct_CC | |
| 2422 fi | |
| 2423 else | |
| 2424 CC="$ac_cv_prog_CC" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2425 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2426 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2427 if test -z "$CC"; then |
| 2528 | 2428 if test -n "$ac_tool_prefix"; then |
| 2429 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
| 2430 set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
| 2431 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2432 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2433 if test "${ac_cv_prog_CC+set}" = set; then | |
| 2434 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2435 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2436 if test -n "$CC"; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2437 ac_cv_prog_CC="$CC" # Let the user override the test. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2438 else |
| 2528 | 2439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2440 for as_dir in $PATH | |
| 2441 do | |
| 2442 IFS=$as_save_IFS | |
| 2443 test -z "$as_dir" && as_dir=. | |
| 2444 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2446 ac_cv_prog_CC="${ac_tool_prefix}cc" | |
| 2447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2448 break 2 | |
| 2449 fi | |
| 2450 done | |
| 2451 done | |
| 2452 IFS=$as_save_IFS | |
| 2453 | |
| 2454 fi | |
| 2455 fi | |
| 2456 CC=$ac_cv_prog_CC | |
| 2457 if test -n "$CC"; then | |
| 2458 { echo "$as_me:$LINENO: result: $CC" >&5 | |
| 2459 echo "${ECHO_T}$CC" >&6; } | |
| 2460 else | |
| 2461 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2462 echo "${ECHO_T}no" >&6; } | |
| 2463 fi | |
| 2464 | |
| 2465 | |
| 2466 fi | |
| 2467 fi | |
| 2468 if test -z "$CC"; then | |
| 2469 # Extract the first word of "cc", so it can be a program name with args. | |
| 2470 set dummy cc; ac_word=$2 | |
| 2471 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2473 if test "${ac_cv_prog_CC+set}" = set; then | |
| 2474 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2475 else | |
| 2476 if test -n "$CC"; then | |
| 2477 ac_cv_prog_CC="$CC" # Let the user override the test. | |
| 2478 else | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2479 ac_prog_rejected=no |
| 2528 | 2480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2481 for as_dir in $PATH | |
| 2482 do | |
| 2483 IFS=$as_save_IFS | |
| 2484 test -z "$as_dir" && as_dir=. | |
| 2485 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2487 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | |
| 2488 ac_prog_rejected=yes | |
| 2489 continue | |
| 2490 fi | |
| 2491 ac_cv_prog_CC="cc" | |
| 2492 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2493 break 2 | |
| 2494 fi | |
| 2495 done | |
| 2496 done | |
| 2497 IFS=$as_save_IFS | |
| 2498 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2499 if test $ac_prog_rejected = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2500 # We found a bogon in the path, so make sure we never use it. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2501 set dummy $ac_cv_prog_CC |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2502 shift |
| 2528 | 2503 if test $# != 0; then |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2504 # We chose a different compiler from the bogus one. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2505 # However, it has the same basename, so the bogon will be chosen |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2506 # first if we set CC to just the basename; use the full file name. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2507 shift |
| 2528 | 2508 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2509 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2510 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2511 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2512 fi |
| 2528 | 2513 CC=$ac_cv_prog_CC |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2514 if test -n "$CC"; then |
| 2528 | 2515 { echo "$as_me:$LINENO: result: $CC" >&5 |
| 2516 echo "${ECHO_T}$CC" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2517 else |
| 2528 | 2518 { echo "$as_me:$LINENO: result: no" >&5 |
| 2519 echo "${ECHO_T}no" >&6; } | |
| 2520 fi | |
| 2521 | |
| 2522 | |
| 2523 fi | |
| 2524 if test -z "$CC"; then | |
| 2525 if test -n "$ac_tool_prefix"; then | |
| 2526 for ac_prog in cl.exe | |
| 2527 do | |
| 2528 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
| 2529 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
| 2530 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2532 if test "${ac_cv_prog_CC+set}" = set; then | |
| 2533 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2534 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2535 if test -n "$CC"; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2536 ac_cv_prog_CC="$CC" # Let the user override the test. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2537 else |
| 2528 | 2538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2539 for as_dir in $PATH | |
| 2540 do | |
| 2541 IFS=$as_save_IFS | |
| 2542 test -z "$as_dir" && as_dir=. | |
| 2543 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2545 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | |
| 2546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2547 break 2 | |
| 2548 fi | |
| 2549 done | |
| 2550 done | |
| 2551 IFS=$as_save_IFS | |
| 2552 | |
| 2553 fi | |
| 2554 fi | |
| 2555 CC=$ac_cv_prog_CC | |
| 2556 if test -n "$CC"; then | |
| 2557 { echo "$as_me:$LINENO: result: $CC" >&5 | |
| 2558 echo "${ECHO_T}$CC" >&6; } | |
| 2559 else | |
| 2560 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2561 echo "${ECHO_T}no" >&6; } | |
| 2562 fi | |
| 2563 | |
| 2564 | |
| 2565 test -n "$CC" && break | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2566 done |
| 2528 | 2567 fi |
| 2568 if test -z "$CC"; then | |
| 2569 ac_ct_CC=$CC | |
| 2570 for ac_prog in cl.exe | |
| 2571 do | |
| 2572 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
| 2573 set dummy $ac_prog; ac_word=$2 | |
| 2574 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 2575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 2576 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
| 2577 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 2578 else | |
| 2579 if test -n "$ac_ct_CC"; then | |
| 2580 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2581 else |
| 2528 | 2582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 2583 for as_dir in $PATH | |
| 2584 do | |
| 2585 IFS=$as_save_IFS | |
| 2586 test -z "$as_dir" && as_dir=. | |
| 2587 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 2588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 2589 ac_cv_prog_ac_ct_CC="$ac_prog" | |
| 2590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 2591 break 2 | |
| 2592 fi | |
| 2593 done | |
| 2594 done | |
| 2595 IFS=$as_save_IFS | |
| 2596 | |
| 2597 fi | |
| 2598 fi | |
| 2599 ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
| 2600 if test -n "$ac_ct_CC"; then | |
| 2601 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
| 2602 echo "${ECHO_T}$ac_ct_CC" >&6; } | |
| 2603 else | |
| 2604 { echo "$as_me:$LINENO: result: no" >&5 | |
| 2605 echo "${ECHO_T}no" >&6; } | |
| 2606 fi | |
| 2607 | |
| 2608 | |
| 2609 test -n "$ac_ct_CC" && break | |
| 2610 done | |
| 2611 | |
| 2612 if test "x$ac_ct_CC" = x; then | |
| 2613 CC="" | |
| 2614 else | |
| 2615 case $cross_compiling:$ac_tool_warned in | |
| 2616 yes:) | |
| 2617 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
| 2618 whose name does not start with the host triplet. If you think this | |
| 2619 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
| 2620 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
| 2621 whose name does not start with the host triplet. If you think this | |
| 2622 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
| 2623 ac_tool_warned=yes ;; | |
| 2624 esac | |
| 2625 CC=$ac_ct_CC | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2626 fi |
| 2528 | 2627 fi |
| 2628 | |
| 2629 fi | |
| 2630 | |
| 2631 | |
| 2632 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | |
| 2633 See \`config.log' for more details." >&5 | |
| 2634 echo "$as_me: error: no acceptable C compiler found in \$PATH | |
| 2635 See \`config.log' for more details." >&2;} | |
| 2636 { (exit 1); exit 1; }; } | |
| 2637 | |
| 2638 # Provide some information about the compiler. | |
| 2639 echo "$as_me:$LINENO: checking for C compiler version" >&5 | |
| 2640 ac_compiler=`set X $ac_compile; echo $2` | |
| 2641 { (ac_try="$ac_compiler --version >&5" | |
| 2642 case "(($ac_try" in | |
| 2643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2644 *) ac_try_echo=$ac_try;; | |
| 2645 esac | |
| 2646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2647 (eval "$ac_compiler --version >&5") 2>&5 | |
| 2648 ac_status=$? | |
| 2649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2650 (exit $ac_status); } | |
| 2651 { (ac_try="$ac_compiler -v >&5" | |
| 2652 case "(($ac_try" in | |
| 2653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2654 *) ac_try_echo=$ac_try;; | |
| 2655 esac | |
| 2656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2657 (eval "$ac_compiler -v >&5") 2>&5 | |
| 2658 ac_status=$? | |
| 2659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2660 (exit $ac_status); } | |
| 2661 { (ac_try="$ac_compiler -V >&5" | |
| 2662 case "(($ac_try" in | |
| 2663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2664 *) ac_try_echo=$ac_try;; | |
| 2665 esac | |
| 2666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2667 (eval "$ac_compiler -V >&5") 2>&5 | |
| 2668 ac_status=$? | |
| 2669 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2670 (exit $ac_status); } | |
| 2671 | |
| 2672 cat >conftest.$ac_ext <<_ACEOF | |
| 2673 /* confdefs.h. */ | |
| 2674 _ACEOF | |
| 2675 cat confdefs.h >>conftest.$ac_ext | |
| 2676 cat >>conftest.$ac_ext <<_ACEOF | |
| 2677 /* end confdefs.h. */ | |
| 2678 | |
| 2679 int | |
| 2680 main () | |
| 2681 { | |
| 2682 | |
| 2683 ; | |
| 2684 return 0; | |
| 2685 } | |
| 2686 _ACEOF | |
| 2687 ac_clean_files_save=$ac_clean_files | |
| 2688 ac_clean_files="$ac_clean_files a.out a.exe b.out" | |
| 2689 # Try to create an executable without -o first, disregard a.out. | |
| 2690 # It will help us diagnose broken compilers, and finding out an intuition | |
| 2691 # of exeext. | |
| 2692 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 | |
| 2693 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } | |
| 2694 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | |
| 2695 # | |
| 2696 # List of possible output files, starting from the most likely. | |
| 2697 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) | |
| 2698 # only as a last resort. b.out is created by i960 compilers. | |
| 2699 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' | |
| 2700 # | |
| 2701 # The IRIX 6 linker writes into existing files which may not be | |
| 2702 # executable, retaining their permissions. Remove them first so a | |
| 2703 # subsequent execution test works. | |
| 2704 ac_rmfiles= | |
| 2705 for ac_file in $ac_files | |
| 2706 do | |
| 2707 case $ac_file in | |
| 2708 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; | |
| 2709 * ) ac_rmfiles="$ac_rmfiles $ac_file";; | |
| 2710 esac | |
| 2711 done | |
| 2712 rm -f $ac_rmfiles | |
| 2713 | |
| 2714 if { (ac_try="$ac_link_default" | |
| 2715 case "(($ac_try" in | |
| 2716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2717 *) ac_try_echo=$ac_try;; | |
| 2718 esac | |
| 2719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2720 (eval "$ac_link_default") 2>&5 | |
| 2721 ac_status=$? | |
| 2722 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2723 (exit $ac_status); }; then | |
| 2724 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. | |
| 2725 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' | |
| 2726 # in a Makefile. We should not override ac_cv_exeext if it was cached, | |
| 2727 # so that the user can short-circuit this test for compilers unknown to | |
| 2728 # Autoconf. | |
| 2729 for ac_file in $ac_files '' | |
| 2730 do | |
| 2731 test -f "$ac_file" || continue | |
| 2732 case $ac_file in | |
| 2733 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) | |
| 2734 ;; | |
| 2735 [ab].out ) | |
| 2736 # We found the default executable, but exeext='' is most | |
| 2737 # certainly right. | |
| 2738 break;; | |
| 2739 *.* ) | |
| 2740 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; | |
| 2741 then :; else | |
| 2742 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
| 2743 fi | |
| 2744 # We set ac_cv_exeext here because the later test for it is not | |
| 2745 # safe: cross compilers may not add the suffix if given an `-o' | |
| 2746 # argument, so we may need to know it at that point already. | |
| 2747 # Even if this section looks crufty: it has the advantage of | |
| 2748 # actually working. | |
| 2749 break;; | |
| 2750 * ) | |
| 2751 break;; | |
| 2752 esac | |
| 2753 done | |
| 2754 test "$ac_cv_exeext" = no && ac_cv_exeext= | |
| 2755 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2756 else |
| 2528 | 2757 ac_file='' |
| 2758 fi | |
| 2759 | |
| 2760 { echo "$as_me:$LINENO: result: $ac_file" >&5 | |
| 2761 echo "${ECHO_T}$ac_file" >&6; } | |
| 2762 if test -z "$ac_file"; then | |
| 2763 echo "$as_me: failed program was:" >&5 | |
| 2764 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 2765 | |
| 2766 { { echo "$as_me:$LINENO: error: C compiler cannot create executables | |
| 2767 See \`config.log' for more details." >&5 | |
| 2768 echo "$as_me: error: C compiler cannot create executables | |
| 2769 See \`config.log' for more details." >&2;} | |
| 2770 { (exit 77); exit 77; }; } | |
| 2771 fi | |
| 2772 | |
| 2773 ac_exeext=$ac_cv_exeext | |
| 2774 | |
| 2775 # Check that the compiler produces executables we can run. If not, either | |
| 2776 # the compiler is broken, or we cross compile. | |
| 2777 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | |
| 2778 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } | |
| 2779 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | |
| 2780 # If not cross compiling, check that we can run a simple program. | |
| 2781 if test "$cross_compiling" != yes; then | |
| 2782 if { ac_try='./$ac_file' | |
| 2783 { (case "(($ac_try" in | |
| 2784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2785 *) ac_try_echo=$ac_try;; | |
| 2786 esac | |
| 2787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2788 (eval "$ac_try") 2>&5 | |
| 2789 ac_status=$? | |
| 2790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2791 (exit $ac_status); }; }; then | |
| 2792 cross_compiling=no | |
| 2793 else | |
| 2794 if test "$cross_compiling" = maybe; then | |
| 2795 cross_compiling=yes | |
| 2796 else | |
| 2797 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | |
| 2798 If you meant to cross compile, use \`--host'. | |
| 2799 See \`config.log' for more details." >&5 | |
| 2800 echo "$as_me: error: cannot run C compiled programs. | |
| 2801 If you meant to cross compile, use \`--host'. | |
| 2802 See \`config.log' for more details." >&2;} | |
| 2803 { (exit 1); exit 1; }; } | |
| 2804 fi | |
| 2805 fi | |
| 2806 fi | |
| 2807 { echo "$as_me:$LINENO: result: yes" >&5 | |
| 2808 echo "${ECHO_T}yes" >&6; } | |
| 2809 | |
| 2810 rm -f a.out a.exe conftest$ac_cv_exeext b.out | |
| 2811 ac_clean_files=$ac_clean_files_save | |
| 2812 # Check that the compiler produces executables we can run. If not, either | |
| 2813 # the compiler is broken, or we cross compile. | |
| 2814 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | |
| 2815 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } | |
| 2816 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 | |
| 2817 echo "${ECHO_T}$cross_compiling" >&6; } | |
| 2818 | |
| 2819 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 | |
| 2820 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } | |
| 2821 if { (ac_try="$ac_link" | |
| 2822 case "(($ac_try" in | |
| 2823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2824 *) ac_try_echo=$ac_try;; | |
| 2825 esac | |
| 2826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2827 (eval "$ac_link") 2>&5 | |
| 2828 ac_status=$? | |
| 2829 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2830 (exit $ac_status); }; then | |
| 2831 # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
| 2832 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
| 2833 # work properly (i.e., refer to `conftest.exe'), while it won't with | |
| 2834 # `rm'. | |
| 2835 for ac_file in conftest.exe conftest conftest.*; do | |
| 2836 test -f "$ac_file" || continue | |
| 2837 case $ac_file in | |
| 2838 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; | |
| 2839 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
| 2840 break;; | |
| 2841 * ) break;; | |
| 2842 esac | |
| 2843 done | |
| 2844 else | |
| 2845 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link | |
| 2846 See \`config.log' for more details." >&5 | |
| 2847 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | |
| 2848 See \`config.log' for more details." >&2;} | |
| 2849 { (exit 1); exit 1; }; } | |
| 2850 fi | |
| 2851 | |
| 2852 rm -f conftest$ac_cv_exeext | |
| 2853 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | |
| 2854 echo "${ECHO_T}$ac_cv_exeext" >&6; } | |
| 2855 | |
| 2856 rm -f conftest.$ac_ext | |
| 2857 EXEEXT=$ac_cv_exeext | |
| 2858 ac_exeext=$EXEEXT | |
| 2859 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 | |
| 2860 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } | |
| 2861 if test "${ac_cv_objext+set}" = set; then | |
| 2862 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2863 else |
| 2528 | 2864 cat >conftest.$ac_ext <<_ACEOF |
| 2865 /* confdefs.h. */ | |
| 2866 _ACEOF | |
| 2867 cat confdefs.h >>conftest.$ac_ext | |
| 2868 cat >>conftest.$ac_ext <<_ACEOF | |
| 2869 /* end confdefs.h. */ | |
| 2870 | |
| 2871 int | |
| 2872 main () | |
| 2873 { | |
| 2874 | |
| 2875 ; | |
| 2876 return 0; | |
| 2877 } | |
| 2878 _ACEOF | |
| 2879 rm -f conftest.o conftest.obj | |
| 2880 if { (ac_try="$ac_compile" | |
| 2881 case "(($ac_try" in | |
| 2882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2883 *) ac_try_echo=$ac_try;; | |
| 2884 esac | |
| 2885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2886 (eval "$ac_compile") 2>&5 | |
| 2887 ac_status=$? | |
| 2888 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2889 (exit $ac_status); }; then | |
| 2890 for ac_file in conftest.o conftest.obj conftest.*; do | |
| 2891 test -f "$ac_file" || continue; | |
| 2892 case $ac_file in | |
| 2893 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; | |
| 2894 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | |
| 2895 break;; | |
| 2896 esac | |
| 2897 done | |
| 2898 else | |
| 2899 echo "$as_me: failed program was:" >&5 | |
| 2900 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 2901 | |
| 2902 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | |
| 2903 See \`config.log' for more details." >&5 | |
| 2904 echo "$as_me: error: cannot compute suffix of object files: cannot compile | |
| 2905 See \`config.log' for more details." >&2;} | |
| 2906 { (exit 1); exit 1; }; } | |
| 2907 fi | |
| 2908 | |
| 2909 rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
| 2910 fi | |
| 2911 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | |
| 2912 echo "${ECHO_T}$ac_cv_objext" >&6; } | |
| 2913 OBJEXT=$ac_cv_objext | |
| 2914 ac_objext=$OBJEXT | |
| 2915 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | |
| 2916 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } | |
| 2917 if test "${ac_cv_c_compiler_gnu+set}" = set; then | |
| 2918 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2919 else |
| 2528 | 2920 cat >conftest.$ac_ext <<_ACEOF |
| 2921 /* confdefs.h. */ | |
| 2922 _ACEOF | |
| 2923 cat confdefs.h >>conftest.$ac_ext | |
| 2924 cat >>conftest.$ac_ext <<_ACEOF | |
| 2925 /* end confdefs.h. */ | |
| 2926 | |
| 2927 int | |
| 2928 main () | |
| 2929 { | |
| 2930 #ifndef __GNUC__ | |
| 2931 choke me | |
| 2932 #endif | |
| 2933 | |
| 2934 ; | |
| 2935 return 0; | |
| 2936 } | |
| 2937 _ACEOF | |
| 2938 rm -f conftest.$ac_objext | |
| 2939 if { (ac_try="$ac_compile" | |
| 2940 case "(($ac_try" in | |
| 2941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 2942 *) ac_try_echo=$ac_try;; | |
| 2943 esac | |
| 2944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 2945 (eval "$ac_compile") 2>conftest.er1 | |
| 2946 ac_status=$? | |
| 2947 grep -v '^ *+' conftest.er1 >conftest.err | |
| 2948 rm -f conftest.er1 | |
| 2949 cat conftest.err >&5 | |
| 2950 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 2951 (exit $ac_status); } && { | |
| 2952 test -z "$ac_c_werror_flag" || | |
| 2953 test ! -s conftest.err | |
| 2954 } && test -s conftest.$ac_objext; then | |
| 2955 ac_compiler_gnu=yes | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2956 else |
| 2528 | 2957 echo "$as_me: failed program was:" >&5 |
| 2958 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 2959 | |
| 2960 ac_compiler_gnu=no | |
| 2961 fi | |
| 2962 | |
| 2963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 2964 ac_cv_c_compiler_gnu=$ac_compiler_gnu | |
| 2965 | |
| 2966 fi | |
| 2967 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | |
| 2968 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } | |
| 2969 GCC=`test $ac_compiler_gnu = yes && echo yes` | |
| 2970 ac_test_CFLAGS=${CFLAGS+set} | |
| 2971 ac_save_CFLAGS=$CFLAGS | |
| 2972 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | |
| 2973 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } | |
| 2974 if test "${ac_cv_prog_cc_g+set}" = set; then | |
| 2975 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
2976 else |
| 2528 | 2977 ac_save_c_werror_flag=$ac_c_werror_flag |
| 2978 ac_c_werror_flag=yes | |
| 2979 ac_cv_prog_cc_g=no | |
| 2980 CFLAGS="-g" | |
| 2981 cat >conftest.$ac_ext <<_ACEOF | |
| 2982 /* confdefs.h. */ | |
| 2983 _ACEOF | |
| 2984 cat confdefs.h >>conftest.$ac_ext | |
| 2985 cat >>conftest.$ac_ext <<_ACEOF | |
| 2986 /* end confdefs.h. */ | |
| 2987 | |
| 2988 int | |
| 2989 main () | |
| 2990 { | |
| 2991 | |
| 2992 ; | |
| 2993 return 0; | |
| 2994 } | |
| 2995 _ACEOF | |
| 2996 rm -f conftest.$ac_objext | |
| 2997 if { (ac_try="$ac_compile" | |
| 2998 case "(($ac_try" in | |
| 2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3000 *) ac_try_echo=$ac_try;; | |
| 3001 esac | |
| 3002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3003 (eval "$ac_compile") 2>conftest.er1 | |
| 3004 ac_status=$? | |
| 3005 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3006 rm -f conftest.er1 | |
| 3007 cat conftest.err >&5 | |
| 3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3009 (exit $ac_status); } && { | |
| 3010 test -z "$ac_c_werror_flag" || | |
| 3011 test ! -s conftest.err | |
| 3012 } && test -s conftest.$ac_objext; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3013 ac_cv_prog_cc_g=yes |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3014 else |
| 2528 | 3015 echo "$as_me: failed program was:" >&5 |
| 3016 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3017 | |
| 3018 CFLAGS="" | |
| 3019 cat >conftest.$ac_ext <<_ACEOF | |
| 3020 /* confdefs.h. */ | |
| 3021 _ACEOF | |
| 3022 cat confdefs.h >>conftest.$ac_ext | |
| 3023 cat >>conftest.$ac_ext <<_ACEOF | |
| 3024 /* end confdefs.h. */ | |
| 3025 | |
| 3026 int | |
| 3027 main () | |
| 3028 { | |
| 3029 | |
| 3030 ; | |
| 3031 return 0; | |
| 3032 } | |
| 3033 _ACEOF | |
| 3034 rm -f conftest.$ac_objext | |
| 3035 if { (ac_try="$ac_compile" | |
| 3036 case "(($ac_try" in | |
| 3037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3038 *) ac_try_echo=$ac_try;; | |
| 3039 esac | |
| 3040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3041 (eval "$ac_compile") 2>conftest.er1 | |
| 3042 ac_status=$? | |
| 3043 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3044 rm -f conftest.er1 | |
| 3045 cat conftest.err >&5 | |
| 3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3047 (exit $ac_status); } && { | |
| 3048 test -z "$ac_c_werror_flag" || | |
| 3049 test ! -s conftest.err | |
| 3050 } && test -s conftest.$ac_objext; then | |
| 3051 : | |
| 3052 else | |
| 3053 echo "$as_me: failed program was:" >&5 | |
| 3054 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3055 | |
| 3056 ac_c_werror_flag=$ac_save_c_werror_flag | |
| 3057 CFLAGS="-g" | |
| 3058 cat >conftest.$ac_ext <<_ACEOF | |
| 3059 /* confdefs.h. */ | |
| 3060 _ACEOF | |
| 3061 cat confdefs.h >>conftest.$ac_ext | |
| 3062 cat >>conftest.$ac_ext <<_ACEOF | |
| 3063 /* end confdefs.h. */ | |
| 3064 | |
| 3065 int | |
| 3066 main () | |
| 3067 { | |
| 3068 | |
| 3069 ; | |
| 3070 return 0; | |
| 3071 } | |
| 3072 _ACEOF | |
| 3073 rm -f conftest.$ac_objext | |
| 3074 if { (ac_try="$ac_compile" | |
| 3075 case "(($ac_try" in | |
| 3076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3077 *) ac_try_echo=$ac_try;; | |
| 3078 esac | |
| 3079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3080 (eval "$ac_compile") 2>conftest.er1 | |
| 3081 ac_status=$? | |
| 3082 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3083 rm -f conftest.er1 | |
| 3084 cat conftest.err >&5 | |
| 3085 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3086 (exit $ac_status); } && { | |
| 3087 test -z "$ac_c_werror_flag" || | |
| 3088 test ! -s conftest.err | |
| 3089 } && test -s conftest.$ac_objext; then | |
| 3090 ac_cv_prog_cc_g=yes | |
| 3091 else | |
| 3092 echo "$as_me: failed program was:" >&5 | |
| 3093 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3094 | |
| 3095 | |
| 3096 fi | |
| 3097 | |
| 3098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3099 fi | |
| 3100 | |
| 3101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3102 fi | |
| 3103 | |
| 3104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3105 ac_c_werror_flag=$ac_save_c_werror_flag | |
| 3106 fi | |
| 3107 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
| 3108 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3109 if test "$ac_test_CFLAGS" = set; then |
| 2528 | 3110 CFLAGS=$ac_save_CFLAGS |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3111 elif test $ac_cv_prog_cc_g = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3112 if test "$GCC" = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3113 CFLAGS="-g -O2" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3114 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3115 CFLAGS="-g" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3116 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3117 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3118 if test "$GCC" = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3119 CFLAGS="-O2" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3120 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3121 CFLAGS= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3122 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3123 fi |
| 2528 | 3124 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 |
| 3125 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } | |
| 3126 if test "${ac_cv_prog_cc_c89+set}" = set; then | |
| 3127 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 3128 else | |
| 3129 ac_cv_prog_cc_c89=no | |
| 3130 ac_save_CC=$CC | |
| 3131 cat >conftest.$ac_ext <<_ACEOF | |
| 3132 /* confdefs.h. */ | |
| 3133 _ACEOF | |
| 3134 cat confdefs.h >>conftest.$ac_ext | |
| 3135 cat >>conftest.$ac_ext <<_ACEOF | |
| 3136 /* end confdefs.h. */ | |
| 3137 #include <stdarg.h> | |
| 3138 #include <stdio.h> | |
| 3139 #include <sys/types.h> | |
| 3140 #include <sys/stat.h> | |
| 3141 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
| 3142 struct buf { int x; }; | |
| 3143 FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
| 3144 static char *e (p, i) | |
| 3145 char **p; | |
| 3146 int i; | |
| 3147 { | |
| 3148 return p[i]; | |
| 3149 } | |
| 3150 static char *f (char * (*g) (char **, int), char **p, ...) | |
| 3151 { | |
| 3152 char *s; | |
| 3153 va_list v; | |
| 3154 va_start (v,p); | |
| 3155 s = g (p, va_arg (v,int)); | |
| 3156 va_end (v); | |
| 3157 return s; | |
| 3158 } | |
| 3159 | |
| 3160 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
| 3161 function prototypes and stuff, but not '\xHH' hex character constants. | |
| 3162 These don't provoke an error unfortunately, instead are silently treated | |
| 3163 as 'x'. The following induces an error, until -std is added to get | |
| 3164 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | |
| 3165 array size at least. It's necessary to write '\x00'==0 to get something | |
| 3166 that's true only with -std. */ | |
| 3167 int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | |
| 3168 | |
| 3169 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | |
| 3170 inside strings and character constants. */ | |
| 3171 #define FOO(x) 'x' | |
| 3172 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | |
| 3173 | |
| 3174 int test (int i, double x); | |
| 3175 struct s1 {int (*f) (int a);}; | |
| 3176 struct s2 {int (*f) (double a);}; | |
| 3177 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
| 3178 int argc; | |
| 3179 char **argv; | |
| 3180 int | |
| 3181 main () | |
| 3182 { | |
| 3183 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
| 3184 ; | |
| 3185 return 0; | |
| 3186 } | |
| 3187 _ACEOF | |
| 3188 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ | |
| 3189 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3190 do |
| 2528 | 3191 CC="$ac_save_CC $ac_arg" |
| 3192 rm -f conftest.$ac_objext | |
| 3193 if { (ac_try="$ac_compile" | |
| 3194 case "(($ac_try" in | |
| 3195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3196 *) ac_try_echo=$ac_try;; | |
| 3197 esac | |
| 3198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3199 (eval "$ac_compile") 2>conftest.er1 | |
| 3200 ac_status=$? | |
| 3201 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3202 rm -f conftest.er1 | |
| 3203 cat conftest.err >&5 | |
| 3204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3205 (exit $ac_status); } && { | |
| 3206 test -z "$ac_c_werror_flag" || | |
| 3207 test ! -s conftest.err | |
| 3208 } && test -s conftest.$ac_objext; then | |
| 3209 ac_cv_prog_cc_c89=$ac_arg | |
| 3210 else | |
| 3211 echo "$as_me: failed program was:" >&5 | |
| 3212 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3213 | |
| 3214 | |
| 3215 fi | |
| 3216 | |
| 3217 rm -f core conftest.err conftest.$ac_objext | |
| 3218 test "x$ac_cv_prog_cc_c89" != "xno" && break | |
| 3219 done | |
| 3220 rm -f conftest.$ac_ext | |
| 3221 CC=$ac_save_CC | |
| 3222 | |
| 3223 fi | |
| 3224 # AC_CACHE_VAL | |
| 3225 case "x$ac_cv_prog_cc_c89" in | |
| 3226 x) | |
| 3227 { echo "$as_me:$LINENO: result: none needed" >&5 | |
| 3228 echo "${ECHO_T}none needed" >&6; } ;; | |
| 3229 xno) | |
| 3230 { echo "$as_me:$LINENO: result: unsupported" >&5 | |
| 3231 echo "${ECHO_T}unsupported" >&6; } ;; | |
| 3232 *) | |
| 3233 CC="$CC $ac_cv_prog_cc_c89" | |
| 3234 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 | |
| 3235 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; | |
| 3236 esac | |
| 3237 | |
| 3238 | |
| 3239 ac_ext=c | |
| 3240 ac_cpp='$CPP $CPPFLAGS' | |
| 3241 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 3242 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 3243 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 3244 DEPDIR="${am__leading_dot}deps" | |
| 3245 | |
| 3246 ac_config_commands="$ac_config_commands depfiles" | |
| 3247 | |
| 3248 | |
| 3249 am_make=${MAKE-make} | |
| 3250 cat > confinc << 'END' | |
| 3251 am__doit: | |
| 3252 @echo done | |
| 3253 .PHONY: am__doit | |
| 3254 END | |
| 3255 # If we don't find an include directive, just comment out the code. | |
| 3256 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 | |
| 3257 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } | |
| 3258 am__include="#" | |
| 3259 am__quote= | |
| 3260 _am_result=none | |
| 3261 # First try GNU make style include. | |
| 3262 echo "include confinc" > confmf | |
| 3263 # We grep out `Entering directory' and `Leaving directory' | |
| 3264 # messages which can occur if `w' ends up in MAKEFLAGS. | |
| 3265 # In particular we don't look at `^make:' because GNU make might | |
| 3266 # be invoked under some other name (usually "gmake"), in which | |
| 3267 # case it prints its new name instead of `make'. | |
| 3268 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then | |
| 3269 am__include=include | |
| 3270 am__quote= | |
| 3271 _am_result=GNU | |
| 3272 fi | |
| 3273 # Now try BSD make style include. | |
| 3274 if test "$am__include" = "#"; then | |
| 3275 echo '.include "confinc"' > confmf | |
| 3276 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then | |
| 3277 am__include=.include | |
| 3278 am__quote="\"" | |
| 3279 _am_result=BSD | |
| 3280 fi | |
| 3281 fi | |
| 3282 | |
| 3283 | |
| 3284 { echo "$as_me:$LINENO: result: $_am_result" >&5 | |
| 3285 echo "${ECHO_T}$_am_result" >&6; } | |
| 3286 rm -f confinc confmf | |
| 3287 | |
| 3288 # Check whether --enable-dependency-tracking was given. | |
| 3289 if test "${enable_dependency_tracking+set}" = set; then | |
| 3290 enableval=$enable_dependency_tracking; | |
| 3291 fi | |
| 3292 | |
| 3293 if test "x$enable_dependency_tracking" != xno; then | |
| 3294 am_depcomp="$ac_aux_dir/depcomp" | |
| 3295 AMDEPBACKSLASH='\' | |
| 3296 fi | |
| 3297 if test "x$enable_dependency_tracking" != xno; then | |
| 3298 AMDEP_TRUE= | |
| 3299 AMDEP_FALSE='#' | |
| 3300 else | |
| 3301 AMDEP_TRUE='#' | |
| 3302 AMDEP_FALSE= | |
| 3303 fi | |
| 3304 | |
| 3305 | |
| 3306 | |
| 3307 depcc="$CC" am_compiler_list= | |
| 3308 | |
| 3309 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | |
| 3310 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } | |
| 3311 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then | |
| 3312 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 3313 else | |
| 3314 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then | |
| 3315 # We make a subdir and do the tests there. Otherwise we can end up | |
| 3316 # making bogus files that we don't know about and never remove. For | |
| 3317 # instance it was reported that on HP-UX the gcc test will end up | |
| 3318 # making a dummy file named `D' -- because `-MD' means `put the output | |
| 3319 # in D'. | |
| 3320 mkdir conftest.dir | |
| 3321 # Copy depcomp to subdir because otherwise we won't find it if we're | |
| 3322 # using a relative directory. | |
| 3323 cp "$am_depcomp" conftest.dir | |
| 3324 cd conftest.dir | |
| 3325 # We will build objects and dependencies in a subdirectory because | |
| 3326 # it helps to detect inapplicable dependency modes. For instance | |
| 3327 # both Tru64's cc and ICC support -MD to output dependencies as a | |
| 3328 # side effect of compilation, but ICC will put the dependencies in | |
| 3329 # the current directory while Tru64 will put them in the object | |
| 3330 # directory. | |
| 3331 mkdir sub | |
| 3332 | |
| 3333 am_cv_CC_dependencies_compiler_type=none | |
| 3334 if test "$am_compiler_list" = ""; then | |
| 3335 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
| 3336 fi | |
| 3337 for depmode in $am_compiler_list; do | |
| 3338 # Setup a source with many dependencies, because some compilers | |
| 3339 # like to wrap large dependency lists on column 80 (with \), and | |
| 3340 # we should not choose a depcomp mode which is confused by this. | |
| 3341 # | |
| 3342 # We need to recreate these files for each test, as the compiler may | |
| 3343 # overwrite some of them when testing with obscure command lines. | |
| 3344 # This happens at least with the AIX C compiler. | |
| 3345 : > sub/conftest.c | |
| 3346 for i in 1 2 3 4 5 6; do | |
| 3347 echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
| 3348 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with | |
| 3349 # Solaris 8's {/usr,}/bin/sh. | |
| 3350 touch sub/conftst$i.h | |
| 3351 done | |
| 3352 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
| 3353 | |
| 3354 case $depmode in | |
| 3355 nosideeffect) | |
| 3356 # after this tag, mechanisms are not by side-effect, so they'll | |
| 3357 # only be used when explicitly requested | |
| 3358 if test "x$enable_dependency_tracking" = xyes; then | |
| 3359 continue | |
| 3360 else | |
| 3361 break | |
| 3362 fi | |
| 3363 ;; | |
| 3364 none) break ;; | |
| 3365 esac | |
| 3366 # We check with `-c' and `-o' for the sake of the "dashmstdout" | |
| 3367 # mode. It turns out that the SunPro C++ compiler does not properly | |
| 3368 # handle `-M -o', and we need to detect this. | |
| 3369 if depmode=$depmode \ | |
| 3370 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | |
| 3371 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | |
| 3372 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ | |
| 3373 >/dev/null 2>conftest.err && | |
| 3374 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && | |
| 3375 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | |
| 3376 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | |
| 3377 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then | |
| 3378 # icc doesn't choke on unknown options, it will just issue warnings | |
| 3379 # or remarks (even with -Werror). So we grep stderr for any message | |
| 3380 # that says an option was ignored or not supported. | |
| 3381 # When given -MP, icc 7.0 and 7.1 complain thusly: | |
| 3382 # icc: Command line warning: ignoring option '-M'; no argument required | |
| 3383 # The diagnosis changed in icc 8.0: | |
| 3384 # icc: Command line remark: option '-MP' not supported | |
| 3385 if (grep 'ignoring option' conftest.err || | |
| 3386 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
| 3387 am_cv_CC_dependencies_compiler_type=$depmode | |
| 3388 break | |
| 3389 fi | |
| 3390 fi | |
| 3391 done | |
| 3392 | |
| 3393 cd .. | |
| 3394 rm -rf conftest.dir | |
| 3395 else | |
| 3396 am_cv_CC_dependencies_compiler_type=none | |
| 3397 fi | |
| 3398 | |
| 3399 fi | |
| 3400 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 | |
| 3401 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } | |
| 3402 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type | |
| 3403 | |
| 3404 if | |
| 3405 test "x$enable_dependency_tracking" != xno \ | |
| 3406 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then | |
| 3407 am__fastdepCC_TRUE= | |
| 3408 am__fastdepCC_FALSE='#' | |
| 3409 else | |
| 3410 am__fastdepCC_TRUE='#' | |
| 3411 am__fastdepCC_FALSE= | |
| 3412 fi | |
| 3413 | |
| 3414 | |
| 3415 ac_ext=cpp | |
| 3416 ac_cpp='$CXXCPP $CPPFLAGS' | |
| 3417 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 3418 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 3419 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
| 3420 if test -z "$CXX"; then | |
| 3421 if test -n "$CCC"; then | |
| 3422 CXX=$CCC | |
| 3423 else | |
| 3424 if test -n "$ac_tool_prefix"; then | |
| 3425 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC | |
| 3426 do | |
| 3427 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
| 3428 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
| 3429 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 3430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 3431 if test "${ac_cv_prog_CXX+set}" = set; then | |
| 3432 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3433 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3434 if test -n "$CXX"; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3435 ac_cv_prog_CXX="$CXX" # Let the user override the test. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3436 else |
| 2528 | 3437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 3438 for as_dir in $PATH | |
| 3439 do | |
| 3440 IFS=$as_save_IFS | |
| 3441 test -z "$as_dir" && as_dir=. | |
| 3442 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 3443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 3444 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | |
| 3445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 3446 break 2 | |
| 3447 fi | |
| 3448 done | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3449 done |
| 2528 | 3450 IFS=$as_save_IFS |
| 3451 | |
| 3452 fi | |
| 3453 fi | |
| 3454 CXX=$ac_cv_prog_CXX | |
| 3455 if test -n "$CXX"; then | |
| 3456 { echo "$as_me:$LINENO: result: $CXX" >&5 | |
| 3457 echo "${ECHO_T}$CXX" >&6; } | |
| 3458 else | |
| 3459 { echo "$as_me:$LINENO: result: no" >&5 | |
| 3460 echo "${ECHO_T}no" >&6; } | |
| 3461 fi | |
| 3462 | |
| 3463 | |
| 3464 test -n "$CXX" && break | |
| 3465 done | |
| 3466 fi | |
| 3467 if test -z "$CXX"; then | |
| 3468 ac_ct_CXX=$CXX | |
| 3469 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC | |
| 3470 do | |
| 3471 # Extract the first word of "$ac_prog", so it can be a program name with args. | |
| 3472 set dummy $ac_prog; ac_word=$2 | |
| 3473 { echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
| 3474 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } | |
| 3475 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then | |
| 3476 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
| 3477 else | |
| 3478 if test -n "$ac_ct_CXX"; then | |
| 3479 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. | |
| 3480 else | |
| 3481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 3482 for as_dir in $PATH | |
| 3483 do | |
| 3484 IFS=$as_save_IFS | |
| 3485 test -z "$as_dir" && as_dir=. | |
| 3486 for ac_exec_ext in '' $ac_executable_extensions; do | |
| 3487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then | |
| 3488 ac_cv_prog_ac_ct_CXX="$ac_prog" | |
| 3489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
| 3490 break 2 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3491 fi |
| 2528 | 3492 done |
| 3493 done | |
| 3494 IFS=$as_save_IFS | |
| 3495 | |
| 3496 fi | |
| 3497 fi | |
| 3498 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX | |
| 3499 if test -n "$ac_ct_CXX"; then | |
| 3500 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 | |
| 3501 echo "${ECHO_T}$ac_ct_CXX" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3502 else |
| 2528 | 3503 { echo "$as_me:$LINENO: result: no" >&5 |
| 3504 echo "${ECHO_T}no" >&6; } | |
| 3505 fi | |
| 3506 | |
| 3507 | |
| 3508 test -n "$ac_ct_CXX" && break | |
| 3509 done | |
| 3510 | |
| 3511 if test "x$ac_ct_CXX" = x; then | |
| 3512 CXX="g++" | |
| 3513 else | |
| 3514 case $cross_compiling:$ac_tool_warned in | |
| 3515 yes:) | |
| 3516 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools | |
| 3517 whose name does not start with the host triplet. If you think this | |
| 3518 configuration is useful to you, please write to autoconf@gnu.org." >&5 | |
| 3519 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools | |
| 3520 whose name does not start with the host triplet. If you think this | |
| 3521 configuration is useful to you, please write to autoconf@gnu.org." >&2;} | |
| 3522 ac_tool_warned=yes ;; | |
| 3523 esac | |
| 3524 CXX=$ac_ct_CXX | |
| 3525 fi | |
| 3526 fi | |
| 3527 | |
| 3528 fi | |
| 3529 fi | |
| 3530 # Provide some information about the compiler. | |
| 3531 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 | |
| 3532 ac_compiler=`set X $ac_compile; echo $2` | |
| 3533 { (ac_try="$ac_compiler --version >&5" | |
| 3534 case "(($ac_try" in | |
| 3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3536 *) ac_try_echo=$ac_try;; | |
| 3537 esac | |
| 3538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3539 (eval "$ac_compiler --version >&5") 2>&5 | |
| 3540 ac_status=$? | |
| 3541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3542 (exit $ac_status); } | |
| 3543 { (ac_try="$ac_compiler -v >&5" | |
| 3544 case "(($ac_try" in | |
| 3545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3546 *) ac_try_echo=$ac_try;; | |
| 3547 esac | |
| 3548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3549 (eval "$ac_compiler -v >&5") 2>&5 | |
| 3550 ac_status=$? | |
| 3551 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3552 (exit $ac_status); } | |
| 3553 { (ac_try="$ac_compiler -V >&5" | |
| 3554 case "(($ac_try" in | |
| 3555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3556 *) ac_try_echo=$ac_try;; | |
| 3557 esac | |
| 3558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3559 (eval "$ac_compiler -V >&5") 2>&5 | |
| 3560 ac_status=$? | |
| 3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3562 (exit $ac_status); } | |
| 3563 | |
| 3564 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 | |
| 3565 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } | |
| 3566 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then | |
| 3567 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3568 else |
| 2528 | 3569 cat >conftest.$ac_ext <<_ACEOF |
| 3570 /* confdefs.h. */ | |
| 3571 _ACEOF | |
| 3572 cat confdefs.h >>conftest.$ac_ext | |
| 3573 cat >>conftest.$ac_ext <<_ACEOF | |
| 3574 /* end confdefs.h. */ | |
| 3575 | |
| 3576 int | |
| 3577 main () | |
| 3578 { | |
| 3579 #ifndef __GNUC__ | |
| 3580 choke me | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3581 #endif |
| 2528 | 3582 |
| 3583 ; | |
| 3584 return 0; | |
| 3585 } | |
| 3586 _ACEOF | |
| 3587 rm -f conftest.$ac_objext | |
| 3588 if { (ac_try="$ac_compile" | |
| 3589 case "(($ac_try" in | |
| 3590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3591 *) ac_try_echo=$ac_try;; | |
| 3592 esac | |
| 3593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3594 (eval "$ac_compile") 2>conftest.er1 | |
| 3595 ac_status=$? | |
| 3596 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3597 rm -f conftest.er1 | |
| 3598 cat conftest.err >&5 | |
| 3599 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3600 (exit $ac_status); } && { | |
| 3601 test -z "$ac_cxx_werror_flag" || | |
| 3602 test ! -s conftest.err | |
| 3603 } && test -s conftest.$ac_objext; then | |
| 3604 ac_compiler_gnu=yes | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3605 else |
| 2528 | 3606 echo "$as_me: failed program was:" >&5 |
| 3607 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3608 | |
| 3609 ac_compiler_gnu=no | |
| 3610 fi | |
| 3611 | |
| 3612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3613 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu | |
| 3614 | |
| 3615 fi | |
| 3616 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 | |
| 3617 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } | |
| 3618 GXX=`test $ac_compiler_gnu = yes && echo yes` | |
| 3619 ac_test_CXXFLAGS=${CXXFLAGS+set} | |
| 3620 ac_save_CXXFLAGS=$CXXFLAGS | |
| 3621 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | |
| 3622 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } | |
| 3623 if test "${ac_cv_prog_cxx_g+set}" = set; then | |
| 3624 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3625 else |
| 2528 | 3626 ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
| 3627 ac_cxx_werror_flag=yes | |
| 3628 ac_cv_prog_cxx_g=no | |
| 3629 CXXFLAGS="-g" | |
| 3630 cat >conftest.$ac_ext <<_ACEOF | |
| 3631 /* confdefs.h. */ | |
| 3632 _ACEOF | |
| 3633 cat confdefs.h >>conftest.$ac_ext | |
| 3634 cat >>conftest.$ac_ext <<_ACEOF | |
| 3635 /* end confdefs.h. */ | |
| 3636 | |
| 3637 int | |
| 3638 main () | |
| 3639 { | |
| 3640 | |
| 3641 ; | |
| 3642 return 0; | |
| 3643 } | |
| 3644 _ACEOF | |
| 3645 rm -f conftest.$ac_objext | |
| 3646 if { (ac_try="$ac_compile" | |
| 3647 case "(($ac_try" in | |
| 3648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3649 *) ac_try_echo=$ac_try;; | |
| 3650 esac | |
| 3651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3652 (eval "$ac_compile") 2>conftest.er1 | |
| 3653 ac_status=$? | |
| 3654 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3655 rm -f conftest.er1 | |
| 3656 cat conftest.err >&5 | |
| 3657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3658 (exit $ac_status); } && { | |
| 3659 test -z "$ac_cxx_werror_flag" || | |
| 3660 test ! -s conftest.err | |
| 3661 } && test -s conftest.$ac_objext; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3662 ac_cv_prog_cxx_g=yes |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3663 else |
| 2528 | 3664 echo "$as_me: failed program was:" >&5 |
| 3665 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3666 | |
| 3667 CXXFLAGS="" | |
| 3668 cat >conftest.$ac_ext <<_ACEOF | |
| 3669 /* confdefs.h. */ | |
| 3670 _ACEOF | |
| 3671 cat confdefs.h >>conftest.$ac_ext | |
| 3672 cat >>conftest.$ac_ext <<_ACEOF | |
| 3673 /* end confdefs.h. */ | |
| 3674 | |
| 3675 int | |
| 3676 main () | |
| 3677 { | |
| 3678 | |
| 3679 ; | |
| 3680 return 0; | |
| 3681 } | |
| 3682 _ACEOF | |
| 3683 rm -f conftest.$ac_objext | |
| 3684 if { (ac_try="$ac_compile" | |
| 3685 case "(($ac_try" in | |
| 3686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3687 *) ac_try_echo=$ac_try;; | |
| 3688 esac | |
| 3689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3690 (eval "$ac_compile") 2>conftest.er1 | |
| 3691 ac_status=$? | |
| 3692 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3693 rm -f conftest.er1 | |
| 3694 cat conftest.err >&5 | |
| 3695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3696 (exit $ac_status); } && { | |
| 3697 test -z "$ac_cxx_werror_flag" || | |
| 3698 test ! -s conftest.err | |
| 3699 } && test -s conftest.$ac_objext; then | |
| 3700 : | |
| 3701 else | |
| 3702 echo "$as_me: failed program was:" >&5 | |
| 3703 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3704 | |
| 3705 ac_cxx_werror_flag=$ac_save_cxx_werror_flag | |
| 3706 CXXFLAGS="-g" | |
| 3707 cat >conftest.$ac_ext <<_ACEOF | |
| 3708 /* confdefs.h. */ | |
| 3709 _ACEOF | |
| 3710 cat confdefs.h >>conftest.$ac_ext | |
| 3711 cat >>conftest.$ac_ext <<_ACEOF | |
| 3712 /* end confdefs.h. */ | |
| 3713 | |
| 3714 int | |
| 3715 main () | |
| 3716 { | |
| 3717 | |
| 3718 ; | |
| 3719 return 0; | |
| 3720 } | |
| 3721 _ACEOF | |
| 3722 rm -f conftest.$ac_objext | |
| 3723 if { (ac_try="$ac_compile" | |
| 3724 case "(($ac_try" in | |
| 3725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; | |
| 3726 *) ac_try_echo=$ac_try;; | |
| 3727 esac | |
| 3728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 | |
| 3729 (eval "$ac_compile") 2>conftest.er1 | |
| 3730 ac_status=$? | |
| 3731 grep -v '^ *+' conftest.er1 >conftest.err | |
| 3732 rm -f conftest.er1 | |
| 3733 cat conftest.err >&5 | |
| 3734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
| 3735 (exit $ac_status); } && { | |
| 3736 test -z "$ac_cxx_werror_flag" || | |
| 3737 test ! -s conftest.err | |
| 3738 } && test -s conftest.$ac_objext; then | |
| 3739 ac_cv_prog_cxx_g=yes | |
| 3740 else | |
| 3741 echo "$as_me: failed program was:" >&5 | |
| 3742 sed 's/^/| /' conftest.$ac_ext >&5 | |
| 3743 | |
| 3744 | |
| 3745 fi | |
| 3746 | |
| 3747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3748 fi | |
| 3749 | |
| 3750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3751 fi | |
| 3752 | |
| 3753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| 3754 ac_cxx_werror_flag=$ac_save_cxx_werror_flag | |
| 3755 fi | |
| 3756 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | |
| 3757 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3758 if test "$ac_test_CXXFLAGS" = set; then |
| 2528 | 3759 CXXFLAGS=$ac_save_CXXFLAGS |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3760 elif test $ac_cv_prog_cxx_g = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3761 if test "$GXX" = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3762 CXXFLAGS="-g -O2" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3763 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3764 CXXFLAGS="-g" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3765 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3766 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3767 if test "$GXX" = yes; then |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3768 CXXFLAGS="-O2" |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3769 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3770 CXXFLAGS= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3771 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3772 fi |
| 2528 | 3773 ac_ext=c |
| 3774 ac_cpp='$CPP $CPPFLAGS' | |
| 3775 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
| 3776 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
| 3777 ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
| 3778 | |
| 3779 depcc="$CXX" am_compiler_list= | |
| 3780 | |
| 3781 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 | |
| 3782 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } | |
| 3783 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then | |
| 3784 echo $ECHO_N "(cached) $ECHO_C" >&6 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3785 else |
| 2528 | 3786 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then |
| 3787 # We make a subdir and do the tests there. Otherwise we can end up | |
| 3788 # making bogus files that we don't know about and never remove. For | |
| 3789 # instance it was reported that on HP-UX the gcc test will end up | |
| 3790 # making a dummy file named `D' -- because `-MD' means `put the output | |
| 3791 # in D'. | |
| 3792 mkdir conftest.dir | |
| 3793 # Copy depcomp to subdir because otherwise we won't find it if we're | |
| 3794 # using a relative directory. | |
| 3795 cp "$am_depcomp" conftest.dir | |
| 3796 cd conftest.dir | |
| 3797 # We will build objects and dependencies in a subdirectory because | |
| 3798 # it helps to detect inapplicable dependency modes. For instance | |
| 3799 # both Tru64's cc and ICC support -MD to output dependencies as a | |
| 3800 # side effect of compilation, but ICC will put the dependencies in | |
| 3801 # the current directory while Tru64 will put them in the object | |
| 3802 # directory. | |
| 3803 mkdir sub | |
| 3804 | |
| 3805 am_cv_CXX_dependencies_compiler_type=none | |
| 3806 if test "$am_compiler_list" = ""; then | |
| 3807 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` | |
| 3808 fi | |
| 3809 for depmode in $am_compiler_list; do | |
| 3810 # Setup a source with many dependencies, because some compilers | |
| 3811 # like to wrap large dependency lists on column 80 (with \), and | |
| 3812 # we should not choose a depcomp mode which is confused by this. | |
| 3813 # | |
| 3814 # We need to recreate these files for each test, as the compiler may | |
| 3815 # overwrite some of them when testing with obscure command lines. | |
| 3816 # This happens at least with the AIX C compiler. | |
| 3817 : > sub/conftest.c | |
| 3818 for i in 1 2 3 4 5 6; do | |
| 3819 echo '#include "conftst'$i'.h"' >> sub/conftest.c | |
| 3820 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with | |
| 3821 # Solaris 8's {/usr,}/bin/sh. | |
| 3822 touch sub/conftst$i.h | |
| 3823 done | |
| 3824 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf | |
| 3825 | |
| 3826 case $depmode in | |
| 3827 nosideeffect) | |
| 3828 # after this tag, mechanisms are not by side-effect, so they'll | |
| 3829 # only be used when explicitly requested | |
| 3830 if test "x$enable_dependency_tracking" = xyes; then | |
| 3831 continue | |
| 3832 else | |
| 3833 break | |
| 3834 fi | |
| 3835 ;; | |
| 3836 none) break ;; | |
| 3837 esac | |
| 3838 # We check with `-c' and `-o' for the sake of the "dashmstdout" | |
| 3839 # mode. It turns out that the SunPro C++ compiler does not properly | |
| 3840 # handle `-M -o', and we need to detect this. | |
| 3841 if depmode=$depmode \ | |
| 3842 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ | |
| 3843 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ | |
| 3844 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ | |
| 3845 >/dev/null 2>conftest.err && | |
| 3846 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && | |
| 3847 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && | |
| 3848 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && | |
| 3849 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then | |
| 3850 # icc doesn't choke on unknown options, it will just issue warnings | |
| 3851 # or remarks (even with -Werror). So we grep stderr for any message | |
| 3852 # that says an option was ignored or not supported. | |
| 3853 # When given -MP, icc 7.0 and 7.1 complain thusly: | |
| 3854 # icc: Command line warning: ignoring option '-M'; no argument required | |
| 3855 # The diagnosis changed in icc 8.0: | |
| 3856 # icc: Command line remark: option '-MP' not supported | |
| 3857 if (grep 'ignoring option' conftest.err || | |
| 3858 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else | |
| 3859 am_cv_CXX_dependencies_compiler_type=$depmode | |
| 3860 break | |
| 3861 fi | |
| 3862 fi | |
| 3863 done | |
| 3864 | |
| 3865 cd .. | |
| 3866 rm -rf conftest.dir | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3867 else |
| 2528 | 3868 am_cv_CXX_dependencies_compiler_type=none |
| 3869 fi | |
| 3870 | |
| 3871 fi | |
| 3872 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 | |
| 3873 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } | |
| 3874 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type | |
| 3875 | |
| 3876 if | |
| 3877 test "x$enable_dependency_tracking" != xno \ | |
| 3878 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then | |
| 3879 am__fastdepCXX_TRUE= | |
| 3880 am__fastdepCXX_FALSE='#' | |
| 3881 else | |
| 3882 am__fastdepCXX_TRUE='#' | |
| 3883 am__fastdepCXX_FALSE= | |
| 3884 fi | |
| 3885 | |
| 3886 | |
| 3887 | |
| 3888 | |
| 3889 | |
| 3890 ecos_CFLAGS="" | |
| 3891 ecos_CXXFLAGS="" | |
| 3892 ecos_LDADD="" | |
| 3893 ecos_INCLUDES="" | |
| 3894 ecos_LIBS="" | |
| 3895 | |
| 3896 | |
| 3897 | |
| 3898 | |
| 3899 | |
| 3900 | |
| 3901 | |
| 3902 | |
| 3903 | |
| 3904 | |
| 3905 | |
| 3906 { echo "$as_me:$LINENO: checking \"for Visual C++\"" >&5 | |
| 3907 echo $ECHO_N "checking \"for Visual C++\"... $ECHO_C" >&6; } | |
| 3908 MSVC="no"; | |
| 3909 if test "${CC}" = "cl" ; then | |
| 3910 MSVC="yes" | |
| 3911 CXX="cl" | |
| 3912 MSVC_SRCDIR=${srcdir} | |
| 3913 | |
| 3914 | |
| 3915 if test "${MSVC}" = "yes" ; then | |
| 3916 MSVC_SRCDIR=`cygpath -w ${MSVC_SRCDIR} | tr \\\\\\\\ /` | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3917 fi |
| 2528 | 3918 |
| 3919 | |
| 3920 ecos_INCLUDES="${ecos_INCLUDES} \"-I${MSVC_SRCDIR}\"" | |
| 3921 ecos_LDADD="-link" | |
| 3922 ecos_LIBS="advapi32.lib" | |
| 3923 fi | |
| 3924 if test "${MSVC}" = "yes"; then | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3925 MSVC_TRUE= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3926 MSVC_FALSE='#' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3927 else |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3928 MSVC_TRUE='#' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3929 MSVC_FALSE= |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3930 fi |
| 2528 | 3931 |
| 3932 if test "${MSVC}" = "yes" ; then | |
| 3933 { echo "$as_me:$LINENO: result: unfortunately yes" >&5 | |
| 3934 echo "${ECHO_T}unfortunately yes" >&6; } | |
| 3935 else | |
| 3936 { echo "$as_me:$LINENO: result: no" >&5 | |
| 3937 echo "${ECHO_T}no" >&6; } | |
| 3938 fi | |
| 3939 | |
| 3940 | |
| 3941 | |
| 3942 | |
| 3943 | |
| 3944 | |
| 3945 | |
| 3946 { echo "$as_me:$LINENO: checking \"the default compiler flags\"" >&5 | |
| 3947 echo $ECHO_N "checking \"the default compiler flags\"... $ECHO_C" >&6; } | |
| 3948 | |
| 3949 ecosflags_enable_debug="no" | |
| 3950 # Check whether --enable-debug was given. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3951 if test "${enable_debug+set}" = set; then |
| 2528 | 3952 enableval=$enable_debug; case "${enableval}" in |
| 3953 yes) ecosflags_enable_debug="yes" ;; | |
| 3954 *) ecosflags_enable_debug="no" ;; | |
| 3955 esac | |
| 3956 fi | |
| 3957 | |
| 3958 | |
| 3959 ecosflags_enable_ansi="no" | |
| 3960 if test "${MSVC}" = "yes" ; then | |
| 3961 # Check whether --enable-ansi was given. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3962 if test "${enable_ansi+set}" = set; then |
| 2528 | 3963 enableval=$enable_ansi; case "${enableval}" in |
| 3964 yes) ecosflags_enable_ansi="yes" ;; | |
| 3965 *) ecosflags_enable_ansi="no" ;; | |
| 3966 esac | |
| 3967 fi | |
| 3968 | |
| 3969 fi | |
| 3970 | |
| 3971 if test "${GCC}" = "yes" ; then | |
| 3972 ecos_CFLAGS="${ecos_CFLAGS} -pipe -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs" | |
| 3973 ecos_CXXFLAGS="${ecos_CXXFLAGS} -pipe -Wall -Wpointer-arith -Wcast-qual -Woverloaded-virtual" | |
| 3974 elif test "${MSVC}" = "yes" ; then | |
| 3975 ecos_CFLAGS="${ecos_CFLAGS} -nologo -W3" | |
| 3976 ecos_CXXFLAGS="${ecos_CXXFLAGS} -nologo -W3 -GR -GX" | |
| 3977 else | |
| 3978 { { echo "$as_me:$LINENO: error: \"default flags for ${CC} are not known\"" >&5 | |
| 3979 echo "$as_me: error: \"default flags for ${CC} are not known\"" >&2;} | |
| 3980 { (exit 1); exit 1; }; } | |
| 3981 fi | |
| 3982 | |
| 3983 if test "${ecosflags_enable_debug}" = "yes" ; then | |
| 3984 if test "${GCC}" = "yes" ; then | |
| 3985 ecos_CFLAGS="${ecos_CFLAGS} -g -O0" | |
| 3986 ecos_CXXFLAGS="${ecos_CXXFLAGS} -g -O0" | |
| 3987 elif test "${MSVC}" = "yes" ; then | |
| 3988 ecos_CFLAGS="${ecos_CFLAGS} -MDd -Zi" | |
| 3989 ecos_CXXFLAGS="${ecos_CXXFLAGS} -MDd -Zi" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3990 fi |
| 2528 | 3991 else |
| 3992 if test "${GCC}" = "yes" ; then | |
| 3993 ecos_CFLAGS="${ecos_CFLAGS} -O2" | |
| 3994 ecos_CXXFLAGS="${ecos_CXXFLAGS} -O2" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3995 elif test "${MSVC}" = "yes" ; then |
| 2528 | 3996 ecos_CFLAGS="${ecos_CFLAGS} -MD -O2" |
| 3997 ecos_CXXFLAGS="${ecos_CXXFLAGS} -MD -O2" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
3998 fi |
| 2528 | 3999 fi |
| 4000 | |
| 4001 CFLAGS="${ac_save_CFLAGS}" | |
| 4002 CXXFLAGS="${ac_save_CXXFLAGS}" | |
| 4003 | |
| 4004 { echo "$as_me:$LINENO: result: done" >&5 | |
| 4005 echo "${ECHO_T}done" >&6; } | |
| 4006 | |
| 4007 | |
| 4008 | |
| 4009 | |
| 4010 | |
| 4011 | |
| 2530 | 4012 { echo "$as_me:$LINENO: checking for Tcl/Tk installation" >&5 |
| 4013 echo $ECHO_N "checking for Tcl/Tk installation... $ECHO_C" >&6; } | |
| 4014 { echo "$as_me:$LINENO: result: " >&5 | |
| 4015 echo "${ECHO_T}" >&6; } | |
| 4016 | |
| 2528 | 4017 |
| 4018 # Check whether --with-tcl was given. | |
| 4019 if test "${with_tcl+set}" = set; then | |
| 4020 withval=$with_tcl; | |
| 4021 fi | |
| 4022 | |
| 4023 | |
| 2538 | 4024 # Check whether --with-tcl was given. |
| 4025 if test "${with_tcl+set}" = set; then | |
| 4026 withval=$with_tcl; | |
| 4027 fi | |
| 4028 | |
| 4029 | |
| 2528 | 4030 # Check whether --with-tcl-version was given. |
| 4031 if test "${with_tcl_version+set}" = set; then | |
| 4032 withval=$with_tcl_version; | |
| 4033 fi | |
| 4034 | |
| 4035 | |
| 4036 if test "${MSVC}" = "yes" ; then | |
| 4037 | |
| 4038 # Check whether --with-tcl-header was given. | |
| 4039 if test "${with_tcl_header+set}" = set; then | |
| 4040 withval=$with_tcl_header; | |
| 4041 fi | |
| 4042 | |
| 4043 | |
| 4044 # Check whether --with-tcl-lib was given. | |
| 4045 if test "${with_tcl_lib+set}" = set; then | |
| 4046 withval=$with_tcl_lib; | |
| 4047 fi | |
| 4048 | |
| 4049 ecos_tcl_incdir="" | |
| 4050 ecos_tcl_libdir="" | |
| 4051 if test "${with_tcl_version+set}" != set ; then | |
| 4052 { { echo "$as_me:$LINENO: error: You must specify a Tcl version using --with-tcl-version=<vsn>" >&5 | |
| 4053 echo "$as_me: error: You must specify a Tcl version using --with-tcl-version=<vsn>" >&2;} | |
| 4054 { (exit 1); exit 1; }; } | |
| 4055 fi | |
| 4056 if test "${with_tcl_header+set}" = set ; then | |
| 4057 ecos_tcl_incdir=${with_tcl_header} | |
| 4058 elif test "${with_tcl+set}" = set ; then | |
| 4059 ecos_tcl_incdir="${with_tcl}/include" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4060 else |
| 2528 | 4061 { { echo "$as_me:$LINENO: error: You must specify a Tcl installation with either --with-tcl=<path> or --with-tcl-header=<path>" >&5 |
| 4062 echo "$as_me: error: You must specify a Tcl installation with either --with-tcl=<path> or --with-tcl-header=<path>" >&2;} | |
| 4063 { (exit 1); exit 1; }; } | |
| 4064 fi | |
| 4065 if test "${with_tcl_lib+set}" = set; then | |
| 4066 ecos_tcl_libdir=${with_tcl_lib} | |
| 4067 elif test "${with_tcl+set}" = set; then | |
| 4068 ecos_tcl_libdir="${with_tcl}/lib" | |
| 4069 else | |
| 4070 { { echo "$as_me:$LINENO: error: You must specify a Tcl installation with either --with-tcl=<path> or --with-tcl-lib=<path>" >&5 | |
| 4071 echo "$as_me: error: You must specify a Tcl installation with either --with-tcl=<path> or --with-tcl-lib=<path>" >&2;} | |
| 4072 { (exit 1); exit 1; }; } | |
| 4073 fi | |
| 4074 | |
| 4075 if test \! -r "${ecos_tcl_incdir}/tcl.h" ; then | |
| 4076 { { echo "$as_me:$LINENO: error: unable to locate Tcl header file tcl.h" >&5 | |
| 4077 echo "$as_me: error: unable to locate Tcl header file tcl.h" >&2;} | |
| 4078 { (exit 1); exit 1; }; } | |
| 4079 fi | |
| 4080 | |
| 4081 | |
| 4082 | |
| 4083 if test "${MSVC}" = "yes" ; then | |
| 4084 ecos_tcl_incdir=`cygpath -w ${ecos_tcl_incdir} | tr \\\\\\\\ /` | |
| 4085 fi | |
| 4086 | |
| 4087 | |
| 4088 | |
| 4089 if test "${MSVC}" = "yes" ; then | |
| 4090 ecos_tcl_libdir=`cygpath -w ${ecos_tcl_libdir} | tr \\\\\\\\ /` | |
| 4091 fi | |
| 4092 | |
| 4093 ecos_INCLUDES="${ecos_INCLUDES} \"-I${ecos_tcl_incdir}\"" | |
| 4094 ecos_LIBS="${ecos_LIBS} tcl${with_tcl_version}.lib" | |
| 4095 ecos_LDADD="${ecos_LDADD} \"-libpath=${ecos_tcl_libdir}\"" | |
| 4096 | |
| 4097 ecos_tk_libs="" | |
| 4098 | |
| 4099 else | |
| 4100 possibles="" | |
| 4101 if test "${with_tcl+set}" = set ; then | |
| 4102 possibles="${with_tcl}/lib" | |
| 4103 if test "${with_tcl_version+set}" = set ; then | |
| 4104 possibles="${possibles} ${with_tcl}/lib/tcl${with_tcl_version}" | |
| 4105 fi | |
| 4106 fi | |
| 4107 possibles="${possibles} ${prefix}/lib" | |
| 4108 if test "${with_tcl_version+set}" = set ; then | |
| 4109 possibles="${possibles} ${prefix}/lib/tcl${with_tcl_version}" | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4110 fi |
| 2528 | 4111 possibles="${possibles} /usr/lib" |
| 4112 if test "${with_tcl_version+set}" = set ; then | |
| 4113 possibles="${possibles} /usr/lib/tcl${with_tcl_version}" | |
| 4114 fi | |
| 2530 | 4115 { echo "$as_me:$LINENO: looking for tclConfig.sh in ${possibles}" >&5 |
| 4116 echo "$as_me: looking for tclConfig.sh in ${possibles}" >&6;} | |
| 2528 | 4117 |
| 4118 tclconfig="" | |
| 4119 for i in ${possibles}; do | |
| 4120 if test -r "$i/"tclConfig.sh""; then | |
| 4121 tclconfig=$i | |
| 4122 break | |
| 4123 fi | |
| 4124 done | |
| 4125 | |
| 4126 if test \! -r "${tclconfig}/tclConfig.sh" ; then | |
| 4127 { { echo "$as_me:$LINENO: error: unable to locate Tcl configuration file tclConfig.sh" >&5 | |
| 4128 echo "$as_me: error: unable to locate Tcl configuration file tclConfig.sh" >&2;} | |
| 4129 { (exit 1); exit 1; }; } | |
| 4130 else | |
| 2530 | 4131 { echo "$as_me:$LINENO: found ${tclconfig}/tclConfig.sh" >&5 |
| 4132 echo "$as_me: found ${tclconfig}/tclConfig.sh" >&6;} | |
| 2528 | 4133 . ${tclconfig}/tclConfig.sh |
| 4134 | |
| 4135 if test -n "${TCL_INCLUDE_SPEC}" ; then | |
| 4136 ecos_tcl_incdir="${TCL_INCLUDE_SPEC}" | |
| 2530 | 4137 { echo "$as_me:$LINENO: trying TCL_INCLUDE_SPEC - looking for tcl.h in ${ecos_tcl_incdir}" >&5 |
| 4138 echo "$as_me: trying TCL_INCLUDE_SPEC - looking for tcl.h in ${ecos_tcl_incdir}" >&6;} | |
| 2528 | 4139 elif test -n "${TCL_INC_DIR}" ; then |
| 4140 ecos_tcl_incdir="${TCL_INC_DIR}" | |
| 2530 | 4141 { echo "$as_me:$LINENO: trying TCL_INC_DIR - looking for tcl.h in ${ecos_tcl_incdir}" >&5 |
| 4142 echo "$as_me: trying TCL_INC_DIR - looking for tcl.h in ${ecos_tcl_incdir}" >&6;} | |
| 2528 | 4143 else |
| 4144 ecos_tcl_incdir="-I${TCL_PREFIX}/include" | |
| 2530 | 4145 { echo "$as_me:$LINENO: WARNING: no TCL_INCLUDE_SPEC or TCL_INC_DIR in tclConfig.sh" >&5 |
| 4146 echo "$as_me: WARNING: no TCL_INCLUDE_SPEC or TCL_INC_DIR in tclConfig.sh" >&2;} | |
| 4147 { echo "$as_me:$LINENO: fallback - looking for tcl.h in ${ecos_tcl_incdir}" >&5 | |
| 4148 echo "$as_me: fallback - looking for tcl.h in ${ecos_tcl_incdir}" >&6;} | |
| 2528 | 4149 fi |
| 4150 ecos_tcl_tmpdir=`echo ${ecos_tcl_incdir} | sed -e "s:-I::g"` | |
| 4151 if test \! -r "${ecos_tcl_tmpdir}/tcl.h" ; then | |
| 4152 { { echo "$as_me:$LINENO: error: unable to locate Tcl header file tcl.h" >&5 | |
| 4153 echo "$as_me: error: unable to locate Tcl header file tcl.h" >&2;} | |
| 4154 { (exit 1); exit 1; }; } | |
| 4155 else | |
| 2530 | 4156 { echo "$as_me:$LINENO: using ${ecos_tcl_incdir}" >&5 |
| 4157 echo "$as_me: using ${ecos_tcl_incdir}" >&6;} | |
| 4158 if test "${ecos_tcl_incdir}" != "-I/usr/include" ; then | |
| 2528 | 4159 ecos_INCLUDES="${ecos_INCLUDES} ${ecos_tcl_incdir}" |
| 4160 fi | |
| 4161 fi | |
| 4162 | |
| 4163 ecos_tcl_libs="" | |
| 4164 if test -n "${TCL_LIB_SPEC}" ; then | |
| 4165 ecos_tcl_libs="${ecos_LIBS} ${TCL_LIB_SPEC}" | |
| 2530 | 4166 { echo "$as_me:$LINENO: using TCL_LIB_SPEC ${TCL_LIB_SPEC}" >&5 |
| 4167 echo "$as_me: using TCL_LIB_SPEC ${TCL_LIB_SPEC}" >&6;} | |
| 2528 | 4168 else |
| 2530 | 4169 { echo "$as_me:$LINENO: WARNING: no TCL_LIB_SPEC in tclConfig.sh" >&5 |
| 4170 echo "$as_me: WARNING: no TCL_LIB_SPEC in tclConfig.sh" >&2;} | |
| 2528 | 4171 if test "${with_tcl_version+set}" = set ; then |
| 2530 | 4172 { echo "$as_me:$LINENO: fallback - looking for libtcl${with_tcl_version}.a in ${possibles}" >&5 |
| 4173 echo "$as_me: fallback - looking for libtcl${with_tcl_version}.a in ${possibles}" >&6;} | |
| 2528 | 4174 |
| 4175 libtcl="" | |
| 4176 for i in ${possibles}; do | |
| 4177 if test -r "$i/"libtcl${with_tcl_version}.a""; then | |
| 4178 libtcl=$i | |
| 4179 break | |
| 4180 fi | |
| 4181 done | |
| 4182 | |
| 4183 if test -r "${libtcl}/libtcl${with_tcl_version}.a" ; then | |
| 4184 ecos_tcl_libs="-L${libtcl} -ltcl${with_tcl_version}" | |
| 2530 | 4185 { echo "$as_me:$LINENO: using ${ecos_tcl_libs}" >&5 |
| 4186 echo "$as_me: using ${ecos_tcl_libs}" >&6;} | |
| 2528 | 4187 fi |
| 4188 fi | |
| 4189 if test -z "${ecos_tcl_libs}" ; then | |
| 2530 | 4190 { echo "$as_me:$LINENO: fallback - looking for libtcl.a in ${possibles}" >&5 |
| 4191 echo "$as_me: fallback - looking for libtcl.a in ${possibles}" >&6;} | |
| 2528 | 4192 |
| 4193 libtcl="" | |
| 4194 for i in ${possibles}; do | |
| 4195 if test -r "$i/"libtcl.a""; then | |
| 4196 libtcl=$i | |
| 4197 break | |
| 4198 fi | |
| 4199 done | |
| 4200 | |
| 4201 if test -r "${libtcl}/libtcl.a" ; then | |
| 4202 ecos_tcl_libs="-L${libtcl} -ltcl" | |
| 2530 | 4203 { echo "$as_me:$LINENO: using ${ecos_tcl_libs}" >&5 |
| 4204 echo "$as_me: using ${ecos_tcl_libs}" >&6;} | |
| 2528 | 4205 fi |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
393
diff
changeset
|
4206 fi |
| 2528 | 4207 fi |
| 4208 | |
| 4209 if test -z "${ecos_tcl_libs}" ; then | |
| 2530 | 4210 { { echo "$as_me:$LINENO: error: ${tclconfig}/tclConfig.sh does not define TCL_LIB_SPEC" >&5 |
| 2528 | 4211 echo "$as_me: error: ${tclconfig}/tclConfig.sh does not define TCL_LIB_SPEC" >&2;} |
| 4212 { (exit and unable to find libtcl.a); exit and unable to find libtcl.a; }; } | |
| 4213 fi | |
| 4214 | |
| 4215 if test -n "${TCL_LIBS}" ; then | |
| 4216 ecos_tcl_libs="${ecos_tcl_libs} ${TCL_LIBS}" | |
| 2530 | 4217 { echo "$as_me:$LINENO: using additional libraries for Tcl ${TCL_LIBS}" >&5 |
| 4218 echo "$as_me: using additional libraries for Tcl ${TCL_LIBS}" >&6;} | |
| 2528 | 4219 fi |
| 4220 if test -n "${TCL_LD_FLAGS}" ; then | |
| 4221 ecos_tcl_libs="${ecos_tcl_libs} ${TCL_LD_FLAGS}" | |
| 2530 | 4222 { echo "$as_me:$LINENO: using additional linker flags for Tcl ${TCL_LD_FLAGS}" >&5 |
| 4223 echo "$as_me: using additional linker flags for Tcl ${TCL_LD_FLAGS}" >&6;} | |
| 2528 | 4224 fi |
| 4225 ecos_LIBS="${ecos_LIBS} ${ecos_tcl_libs}" | |
| 4226 fi | |
| 4227 | |
| 4228 | |
| 2538 | 4229 possibles="" |
| 4230 if test "${with_tk+set}" = set ; then | |
| 4231 possibles="${possibles} ${with_tk}/lib" | |
| 4232 if test "${with_tcl_version+set}" = set ; then | |
| 4233 possibles="${possibles} ${with_tk}/lib/tcl${with_tcl_version}" | |
| 4234 possibles="${possibles} ${with_tk}/lib/tk${with_tcl_version}" | |
| 4235 fi | |
| 4236 fi | |
| 4237 if test "${with_tcl+set}" = set ; then | |
| 4238 possibles="${possibles} ${with_tcl}/lib" | |
| 4239 if test "${with_tcl_version+set}" = set ; then | |
| 4240 possibles="${possibles} ${with_tcl}/lib/tcl${with_tcl_version}" | |
| 4241 possibles="${possibles} ${with_tcl}/lib/tk${with_tcl_version}" | |
| 4242 fi | |
| 4243 fi | |
| 4244 possibles="${possibles} ${prefix}/lib" | |
| 4245 if test "${with_tcl_version+set}" = set ; then | |
| 4246 possibles="${possibles} ${prefix}/lib/tcl${with_tcl_version}" | |
| 4247 possibles="${possibles} ${prefix}/lib/tk${with_tcl_version}" | |
| 4248 fi | |
| 4249 possibles="${possibles} /usr/lib" | |
| 4250 if test "${with_tcl_version+set}" = set ; then | |
| 4251 possibles="${possibles} /usr/lib/tcl${with_tcl_version}" | |
| 4252 possibles="${possibles} /usr/lib/tk${with_tcl_version}" | |
| 4253 fi | |
| 4254 | |
| 2530 | 4255 { echo "$as_me:$LINENO: looking for tkConfig.sh in ${possibles}" >&5 |
| 4256 echo "$as_me: looking for tkConfig.sh in ${possibles}" >&6;} | |
| 2528 | 4257 |
| 4258 tkconfig="" | |
| 4259 for i in ${possibles}; do | |
| 4260 if test -r "$i/"tkConfig.sh""; then | |
| 4261 tkconfig=$i | |
| 4262 break | |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
393
diff
changeset
|
4263 fi |
| 2528 | 4264 done |
| 4265 | |
| 4266 if test \! -r "${tkconfig}/tkConfig.sh" ; then | |
| 4267 { { echo "$as_me:$LINENO: error: unable to locate Tk config file tkConfig.sh" >&5 | |
| 4268 echo "$as_me: error: unable to locate Tk config file tkConfig.sh" >&2;} | |
| 4269 { (exit 1); exit 1; }; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4270 else |
| 2530 | 4271 { echo "$as_me:$LINENO: found ${tkconfig}/tkConfig.sh" >&5 |
| 4272 echo "$as_me: found ${tkconfig}/tkConfig.sh" >&6;} | |
| 2528 | 4273 . ${tkconfig}/tkConfig.sh |
| 4274 | |
| 4275 if test -n "${TK_INCLUDE_SPEC}" ; then | |
| 2530 | 4276 ecos_tk_includes="${TK_INCLUDE_SPEC}" |
| 4277 { echo "$as_me:$LINENO: trying TK_INCLUDE_SPEC - looking for tk.h in ${ecos_tk_includes}" >&5 | |
| 4278 echo "$as_me: trying TK_INCLUDE_SPEC - looking for tk.h in ${ecos_tk_includes}" >&6;} | |
| 2528 | 4279 elif test -n "${TK_INC_DIR}" ; then |
| 4280 ecos_tk_includes="${TK_INC_DIR}" | |
| 2530 | 4281 { echo "$as_me:$LINENO: trying TK_INC_DIR - looking for tk.h in ${ecos_tk_includes}" >&5 |
| 4282 echo "$as_me: trying TK_INC_DIR - looking for tk.h in ${ecos_tk_includes}" >&6;} | |
| 2528 | 4283 else |
| 4284 ecos_tk_includes="-I${TCL_PREFIX}/include" | |
| 2530 | 4285 { echo "$as_me:$LINENO: WARNING: no TK_INCLUDE_SPEC or TK_INC_DIR in tkConfig.sh" >&5 |
| 4286 echo "$as_me: WARNING: no TK_INCLUDE_SPEC or TK_INC_DIR in tkConfig.sh" >&2;} | |
| 4287 { echo "$as_me:$LINENO: fallback - looking for tk.h in ${ecos_tk_includes}" >&5 | |
| 4288 echo "$as_me: fallback - looking for tk.h in ${ecos_tk_includes}" >&6;} | |
| 2528 | 4289 fi |
| 4290 ecos_tk_tmpdir=`echo ${ecos_tk_includes} | sed -e "s:-I::g"` | |
| 4291 if test \! -r "${ecos_tk_tmpdir}/tk.h" ; then | |
| 4292 { { echo "$as_me:$LINENO: error: unable to locate Tk header file tk.h" >&5 | |
| 4293 echo "$as_me: error: unable to locate Tk header file tk.h" >&2;} | |
| 4294 { (exit 1); exit 1; }; } | |
| 4295 else | |
| 2530 | 4296 { echo "$as_me:$LINENO: using ${ecos_tk_includes}" >&5 |
| 4297 echo "$as_me: using ${ecos_tk_includes}" >&6;} | |
| 4298 if test "${ecos_tk_includes}" = "-I/usr/include" ; then | |
| 2528 | 4299 ecos_tk_includes="" |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
393
diff
changeset
|
4300 fi |
| 2528 | 4301 fi |
| 4302 if test -n "${TK_XINCLUDES}" ; then | |
| 2530 | 4303 { echo "$as_me:$LINENO: adding TK_XINCLUDES ${TK_XINCLUDES}" >&5 |
| 4304 echo "$as_me: adding TK_XINCLUDES ${TK_XINCLUDES}" >&6;} | |
| 2528 | 4305 ecos_tk_includes="${ecos_tk_includes} ${TK_XINCLUDES}" |
| 4306 fi | |
| 4307 | |
| 4308 ecos_tk_libs="" | |
| 4309 if test -n "${TK_LIB_SPEC}" ; then | |
| 4310 ecos_tk_libs="${TK_LIB_SPEC}" | |
| 2530 | 4311 { echo "$as_me:$LINENO: trying TK_LIB_SPEC ${TK_LIB_SPEC}" >&5 |
| 4312 echo "$as_me: trying TK_LIB_SPEC ${TK_LIB_SPEC}" >&6;} | |
| 2528 | 4313 else |
| 2530 | 4314 { echo "$as_me:$LINENO: WARNING: no TK_LIB_SPEC in tkConfig.sh" >&5 |
| 4315 echo "$as_me: WARNING: no TK_LIB_SPEC in tkConfig.sh" >&2;} | |
| 2528 | 4316 if test "${with_tcl_version+set}" = set ; then |
| 2530 | 4317 { echo "$as_me:$LINENO: fallback - looking for libtk${with_tcl_version}.a in ${possibles}" >&5 |
| 4318 echo "$as_me: fallback - looking for libtk${with_tcl_version}.a in ${possibles}" >&6;} | |
| 2528 | 4319 |
| 4320 libtk="" | |
| 4321 for i in ${possibles}; do | |
| 4322 if test -r "$i/"libtk${with_tcl_version}.a""; then | |
| 4323 libtk=$i | |
| 4324 break | |
| 4325 fi | |
| 4326 done | |
| 4327 | |
| 4328 if test -r "${libtk}/libtk${with_tcl_version}.a" ; then | |
| 2530 | 4329 ecos_tk_libs="-L${libtk} -ltk${with_tcl_version}" |
| 2528 | 4330 fi |
| 4331 fi | |
| 4332 if test -z "${ecos_tk_libs}" ; then | |
| 2530 | 4333 { echo "$as_me:$LINENO: fallback - looking for libtk.a in ${possibles}" >&5 |
| 4334 echo "$as_me: fallback - looking for libtk.a in ${possibles}" >&6;} | |
| 2528 | 4335 |
| 4336 libtk="" | |
| 4337 for i in ${possibles}; do | |
| 4338 if test -r "$i/"libtk.a""; then | |
| 4339 libtk=$i | |
| 4340 break | |
| 4341 fi | |
| 4342 done | |
| 4343 | |
| 4344 if test -r "${libtk}/libtk.a" ; then | |
| 4345 ecos_tk_libs="-L${libtk} -ltk" | |
| 4346 fi | |
| 4347 fi | |
| 4348 fi | |
| 4349 if test -z "${ecos_tk_libs}" ; then | |
| 4350 { { echo "$as_me:$LINENO: error: ${tkconfig}/tkConfig.sh does not define TK_LIB_SPEC" >&5 | |
| 4351 echo "$as_me: error: ${tkconfig}/tkConfig.sh does not define TK_LIB_SPEC" >&2;} | |
| 4352 { (exit and unable to find libtk.a); exit and unable to find libtk.a; }; } | |
| 2530 | 4353 else |
| 4354 { echo "$as_me:$LINENO: using ${ecos_tk_libs}" >&5 | |
| 4355 echo "$as_me: using ${ecos_tk_libs}" >&6;} | |
| 2528 | 4356 fi |
| 4357 | |
| 4358 if test -n "${TK_LIBS}" ; then | |
| 4359 if test -n "${TCL_LIBS}" ; then | |
| 4360 ecos_tk_tmp="${TK_LIBS}" | |
| 4361 for i in ${TCL_LIBS} ; do | |
| 4362 ecos_tk_tmp=`echo ${ecos_tk_tmp} | sed -e "s:${i}::g"` | |
| 4363 done | |
| 4364 ecos_tk_libs="${ecos_tk_libs} ${ecos_tk_tmp}" | |
| 2530 | 4365 { echo "$as_me:$LINENO: using additional libraries for Tk ${ecos_tk_tmp}" >&5 |
| 4366 echo "$as_me: using additional libraries for Tk ${ecos_tk_tmp}" >&6;} | |
| 2528 | 4367 else |
| 4368 ecos_tk_libs="${ecos_tk_libs} ${TK_LIBS}" | |
| 2530 | 4369 { echo "$as_me:$LINENO: using additional libraries for Tk ${TK_LIBS}" >&5 |
| 4370 echo "$as_me: using additional libraries for Tk ${TK_LIBS}" >&6;} | |
|
595
c2d1fd823f09
Update autoconf macro for Tcl, and regenerate affected files
bartv
parents:
393
diff
changeset
|
4371 fi |
| 2528 | 4372 fi |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4373 fi |
| 2528 | 4374 fi |
| 4375 | |
| 2530 | 4376 { echo "$as_me:$LINENO: checking for Tcl/Tk installation" >&5 |
| 4377 echo $ECHO_N "checking for Tcl/Tk installation... $ECHO_C" >&6; } | |
| 4378 { echo "$as_me:$LINENO: result: done" >&5 | |
| 4379 echo "${ECHO_T}done" >&6; } | |
| 2528 | 4380 |
| 4381 | |
| 4382 | |
| 4383 | |
| 4384 case "${host}" in | |
| 4385 i[34567]86-*-linux-gnu* ) SUPPORTED="yes";; | |
| 4386 * ) SUPPORTED="no" | |
| 4387 esac | |
| 4388 | |
| 4389 if test "${TK_MAJOR_VERSION}" = "8" ; then | |
| 4390 if test ${TK_MINOR_VERSION} -lt 3 ; then | |
| 4391 { echo "$as_me:$LINENO: WARNING: The synthetic target support requires at least version 8.3 of Tcl/Tk" >&5 | |
| 4392 echo "$as_me: WARNING: The synthetic target support requires at least version 8.3 of Tcl/Tk" >&2;} | |
| 4393 { echo "$as_me:$LINENO: WARNING: Synthetic target host-side support will not be built" >&5 | |
| 4394 echo "$as_me: WARNING: Synthetic target host-side support will not be built" >&2;} | |
| 4395 SUPPORTED="no" | |
| 4396 fi | |
| 4397 fi | |
| 4398 | |
| 4399 | |
| 4400 package_dir=`cd ${srcdir} && /bin/pwd` | |
| 4401 PACKAGE_VERSION=`dirname ${package_dir}` | |
| 4402 PACKAGE_VERSION=`basename ${PACKAGE_VERSION}` | |
| 4403 | |
| 4404 package_dir=`dirname ${package_dir}` | |
| 4405 package_dir=`dirname ${package_dir}` | |
| 4406 | |
| 4407 possibles="${package_dir}/.. ${package_dir}/../.. ${package_dir}/../../.. ${package_dir}/../../../.." | |
| 4408 possibles="${possibles} ${package_dir}/../../../../.. ${package_dir}/../../../../../.." | |
| 4409 | |
| 4410 repository_root="" | |
| 4411 for i in ${possibles}; do | |
| 4412 if test -d "$i/"acsupport""; then | |
| 4413 repository_root=$i | |
| 4414 break | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4415 fi |
| 2528 | 4416 done |
| 4417 | |
| 4418 if test "${repository_root}" = "" ; then | |
| 4419 { { echo "$as_me:$LINENO: error: Failed to identify this package's position within the eCos repository" >&5 | |
| 4420 echo "$as_me: error: Failed to identify this package's position within the eCos repository" >&2;} | |
| 4421 { (exit 1); exit 1; }; } | |
| 4422 fi | |
| 4423 ECOS_REPOSITORY=`cd "${repository_root}/packages/pkgconf/.." && /bin/pwd` | |
| 4424 | |
| 4425 PACKAGE_DIR=`echo ${package_dir} | sed -e "s:${ECOS_REPOSITORY}/::"` | |
| 4426 | |
| 4427 PACKAGE_INSTALL="${PACKAGE_DIR}/${PACKAGE_VERSION}" | |
| 4428 | |
| 4429 | |
| 4430 | |
| 4431 | |
| 4432 | |
| 4433 | |
| 4434 | |
| 4435 if test "${SUPPORTED}" = "yes"; then | |
|
345
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4436 SUPPORTED_TRUE= |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4437 SUPPORTED_FALSE='#' |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4438 else |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4439 SUPPORTED_TRUE='#' |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4440 SUPPORTED_FALSE= |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4441 fi |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4442 |
|
3f4258400ba5
Fix host-side configury problems which can occur if you are not using
bartv
parents:
332
diff
changeset
|
4443 |
| 2528 | 4444 |
| 4445 ac_config_files="$ac_config_files Makefile:Makefile.in" | |
| 4446 | |
| 4447 cat >confcache <<\_ACEOF | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4448 # This file is a shell script that caches the results of configure |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4449 # tests run on this system so they can be shared between configure |
| 2528 | 4450 # scripts and configure runs, see configure's option --config-cache. |
| 4451 # It is not useful on other systems. If it contains results you don't | |
| 4452 # want to keep, you may remove or edit it. | |
| 4453 # | |
| 4454 # config.status only pays attention to the cache file if you give it | |
| 4455 # the --recheck option to rerun configure. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4456 # |
| 2528 | 4457 # `ac_cv_env_foo' variables (set or unset) will be overridden when |
| 4458 # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
| 4459 # following values. | |
| 4460 | |
| 4461 _ACEOF | |
| 4462 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4463 # The following way of writing the cache mishandles newlines in values, |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4464 # but we know of no workaround that is simple, portable, and efficient. |
| 2528 | 4465 # So, we kill variables containing newlines. |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4466 # Ultrix sh set writes to stderr and can't be redirected directly, |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4467 # and sets the high bit in the cache file unless we assign to the vars. |
| 2528 | 4468 ( |
| 4469 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do | |
| 4470 eval ac_val=\$$ac_var | |
| 4471 case $ac_val in #( | |
| 4472 *${as_nl}*) | |
| 4473 case $ac_var in #( | |
| 4474 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 | |
| 4475 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; | |
| 4476 esac | |
| 4477 case $ac_var in #( | |
| 4478 _ | IFS | as_nl) ;; #( | |
| 4479 *) $as_unset $ac_var ;; | |
| 4480 esac ;; | |
| 4481 esac | |
| 4482 done | |
| 4483 | |
| 4484 (set) 2>&1 | | |
| 4485 case $as_nl`(ac_space=' '; set) 2>&1` in #( | |
| 4486 *${as_nl}ac_space=\ *) | |
| 4487 # `set' does not quote correctly, so add quotes (double-quote | |
| 4488 # substitution turns \\\\ into \\, and sed turns \\ into \). | |
| 4489 sed -n \ | |
| 4490 "s/'/'\\\\''/g; | |
| 4491 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
| 4492 ;; #( | |
| 4493 *) | |
| 4494 # `set' quotes correctly as required by POSIX, so do not add quotes. | |
| 4495 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" | |
| 4496 ;; | |
| 4497 esac | | |
| 4498 sort | |
| 4499 ) | | |
| 4500 sed ' | |
| 4501 /^ac_cv_env_/b end | |
| 4502 t clear | |
| 4503 :clear | |
| 4504 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
| 4505 t end | |
| 4506 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
| 4507 :end' >>confcache | |
| 4508 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else | |
| 4509 if test -w "$cache_file"; then | |
| 4510 test "x$cache_file" != "x/dev/null" && | |
| 4511 { echo "$as_me:$LINENO: updating cache $cache_file" >&5 | |
| 4512 echo "$as_me: updating cache $cache_file" >&6;} | |
| 4513 cat confcache >$cache_file | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4514 else |
| 2528 | 4515 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 |
| 4516 echo "$as_me: not updating unwritable cache $cache_file" >&6;} | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4517 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4518 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4519 rm -f confcache |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4520 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4521 test "x$prefix" = xNONE && prefix=$ac_default_prefix |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4522 # Let make expand exec_prefix. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4523 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4524 |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4525 # Transform confdefs.h into DEFS. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4526 # Protect against shell expansion while executing Makefile rules. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4527 # Protect against Makefile macro expansion. |
| 2528 | 4528 # |
| 4529 # If the first sed substitution is executed (which looks for macros that | |
| 4530 # take arguments), then branch to the quote section. Otherwise, | |
| 4531 # look for a macro that doesn't take arguments. | |
| 4532 ac_script=' | |
| 4533 t clear | |
| 4534 :clear | |
| 4535 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g | |
| 4536 t quote | |
| 4537 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g | |
| 4538 t quote | |
| 4539 b any | |
| 4540 :quote | |
| 4541 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g | |
| 4542 s/\[/\\&/g | |
| 4543 s/\]/\\&/g | |
| 4544 s/\$/$$/g | |
| 4545 H | |
| 4546 :any | |
| 4547 ${ | |
| 4548 g | |
| 4549 s/^\n// | |
| 4550 s/\n/ /g | |
| 4551 p | |
| 4552 } | |
| 4553 ' | |
| 4554 DEFS=`sed -n "$ac_script" confdefs.h` | |
| 4555 | |
| 4556 | |
| 4557 ac_libobjs= | |
| 4558 ac_ltlibobjs= | |
| 4559 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
| 4560 # 1. Remove the extension, and $U if already installed. | |
| 4561 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | |
| 4562 ac_i=`echo "$ac_i" | sed "$ac_script"` | |
| 4563 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | |
| 4564 # will be set to the directory where LIBOBJS objects are built. | |
| 4565 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" | |
| 4566 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' | |
| 4567 done | |
| 4568 LIBOBJS=$ac_libobjs | |
| 4569 | |
| 4570 LTLIBOBJS=$ac_ltlibobjs | |
| 4571 | |
| 4572 | |
| 4573 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then | |
| 4574 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. | |
| 4575 Usually this means the macro was only invoked conditionally." >&5 | |
| 4576 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. | |
| 4577 Usually this means the macro was only invoked conditionally." >&2;} | |
| 4578 { (exit 1); exit 1; }; } | |
| 4579 fi | |
| 4580 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then | |
| 4581 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. | |
| 4582 Usually this means the macro was only invoked conditionally." >&5 | |
| 4583 echo "$as_me: error: conditional \"AMDEP\" was never defined. | |
| 4584 Usually this means the macro was only invoked conditionally." >&2;} | |
| 4585 { (exit 1); exit 1; }; } | |
| 4586 fi | |
| 4587 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then | |
| 4588 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. | |
| 4589 Usually this means the macro was only invoked conditionally." >&5 | |
| 4590 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. | |
| 4591 Usually this means the macro was only invoked conditionally." >&2;} | |
| 4592 { (exit 1); exit 1; }; } | |
| 4593 fi | |
| 4594 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then | |
| 4595 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. | |
| 4596 Usually this means the macro was only invoked conditionally." >&5 | |
| 4597 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. | |
| 4598 Usually this means the macro was only invoked conditionally." >&2;} | |
| 4599 { (exit 1); exit 1; }; } | |
| 4600 fi | |
| 4601 if test -z "${MSVC_TRUE}" && test -z "${MSVC_FALSE}"; then | |
| 4602 { { echo "$as_me:$LINENO: error: conditional \"MSVC\" was never defined. | |
| 4603 Usually this means the macro was only invoked conditionally." >&5 | |
| 4604 echo "$as_me: error: conditional \"MSVC\" was never defined. | |
| 4605 Usually this means the macro was only invoked conditionally." >&2;} | |
| 4606 { (exit 1); exit 1; }; } | |
| 4607 fi | |
| 4608 if test -z "${SUPPORTED_TRUE}" && test -z "${SUPPORTED_FALSE}"; then | |
| 4609 { { echo "$as_me:$LINENO: error: conditional \"SUPPORTED\" was never defined. | |
| 4610 Usually this means the macro was only invoked conditionally." >&5 | |
| 4611 echo "$as_me: error: conditional \"SUPPORTED\" was never defined. | |
| 4612 Usually this means the macro was only invoked conditionally." >&2;} | |
| 4613 { (exit 1); exit 1; }; } | |
| 4614 fi | |
| 4615 | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4616 : ${CONFIG_STATUS=./config.status} |
| 2528 | 4617 ac_clean_files_save=$ac_clean_files |
| 4618 ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
| 4619 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | |
| 4620 echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
| 4621 cat >$CONFIG_STATUS <<_ACEOF | |
| 4622 #! $SHELL | |
| 4623 # Generated by $as_me. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4624 # Run this file to recreate the current configuration. |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4625 # Compiler output produced by configure, useful for debugging |
| 2528 | 4626 # configure, is in config.log if it exists. |
| 4627 | |
| 4628 debug=false | |
| 4629 ac_cs_recheck=false | |
| 4630 ac_cs_silent=false | |
| 4631 SHELL=\${CONFIG_SHELL-$SHELL} | |
| 4632 _ACEOF | |
| 4633 | |
| 4634 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 4635 ## --------------------- ## | |
| 4636 ## M4sh Initialization. ## | |
| 4637 ## --------------------- ## | |
| 4638 | |
| 4639 # Be more Bourne compatible | |
| 4640 DUALCASE=1; export DUALCASE # for MKS sh | |
| 4641 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
| 4642 emulate sh | |
| 4643 NULLCMD=: | |
| 4644 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
| 4645 # is contrary to our usage. Disable this feature. | |
| 4646 alias -g '${1+"$@"}'='"$@"' | |
| 4647 setopt NO_GLOB_SUBST | |
| 4648 else | |
| 4649 case `(set -o) 2>/dev/null` in | |
| 4650 *posix*) set -o posix ;; | |
| 4651 esac | |
| 4652 | |
| 4653 fi | |
| 4654 | |
| 4655 | |
| 4656 | |
| 4657 | |
| 4658 # PATH needs CR | |
| 4659 # Avoid depending upon Character Ranges. | |
| 4660 as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
| 4661 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
| 4662 as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
| 4663 as_cr_digits='0123456789' | |
| 4664 as_cr_alnum=$as_cr_Letters$as_cr_digits | |
| 4665 | |
| 4666 # The user is always right. | |
| 4667 if test "${PATH_SEPARATOR+set}" != set; then | |
| 4668 echo "#! /bin/sh" >conf$$.sh | |
| 4669 echo "exit 0" >>conf$$.sh | |
| 4670 chmod +x conf$$.sh | |
| 4671 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
| 4672 PATH_SEPARATOR=';' | |
| 4673 else | |
| 4674 PATH_SEPARATOR=: | |
| 4675 fi | |
| 4676 rm -f conf$$.sh | |
| 4677 fi | |
| 4678 | |
| 4679 # Support unset when possible. | |
| 4680 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | |
| 4681 as_unset=unset | |
| 4682 else | |
| 4683 as_unset=false | |
| 4684 fi | |
| 4685 | |
| 4686 | |
| 4687 # IFS | |
| 4688 # We need space, tab and new line, in precisely that order. Quoting is | |
| 4689 # there to prevent editors from complaining about space-tab. | |
| 4690 # (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
| 4691 # splitting by setting IFS to empty value.) | |
| 4692 as_nl=' | |
| 4693 ' | |
| 4694 IFS=" "" $as_nl" | |
| 4695 | |
| 4696 # Find who we are. Look in the path if we contain no directory separator. | |
| 4697 case $0 in | |
| 4698 *[\\/]* ) as_myself=$0 ;; | |
| 4699 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
| 4700 for as_dir in $PATH | |
| 4701 do | |
| 4702 IFS=$as_save_IFS | |
| 4703 test -z "$as_dir" && as_dir=. | |
| 4704 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
| 4705 done | |
| 4706 IFS=$as_save_IFS | |
| 4707 | |
| 4708 ;; | |
| 4709 esac | |
| 4710 # We did not find ourselves, most probably we were run as `sh COMMAND' | |
| 4711 # in which case we are not to be found in the path. | |
| 4712 if test "x$as_myself" = x; then | |
| 4713 as_myself=$0 | |
| 4714 fi | |
| 4715 if test ! -f "$as_myself"; then | |
| 4716 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
| 4717 { (exit 1); exit 1; } | |
| 4718 fi | |
| 4719 | |
| 4720 # Work around bugs in pre-3.0 UWIN ksh. | |
| 4721 for as_var in ENV MAIL MAILPATH | |
| 4722 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
| 4723 done | |
| 4724 PS1='$ ' | |
| 4725 PS2='> ' | |
| 4726 PS4='+ ' | |
| 4727 | |
| 4728 # NLS nuisances. | |
| 4729 for as_var in \ | |
| 4730 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
| 4731 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
| 4732 LC_TELEPHONE LC_TIME | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4733 do |
| 2528 | 4734 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 4735 eval $as_var=C; export $as_var | |
| 4736 else | |
| 4737 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var | |
| 4738 fi | |
| 4739 done | |
| 4740 | |
| 4741 # Required to use basename. | |
| 4742 if expr a : '\(a\)' >/dev/null 2>&1 && | |
| 4743 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
| 4744 as_expr=expr | |
| 4745 else | |
| 4746 as_expr=false | |
| 4747 fi | |
| 4748 | |
| 4749 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
| 4750 as_basename=basename | |
| 4751 else | |
| 4752 as_basename=false | |
| 4753 fi | |
| 4754 | |
| 4755 | |
| 4756 # Name of the executable. | |
| 4757 as_me=`$as_basename -- "$0" || | |
| 4758 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
| 4759 X"$0" : 'X\(//\)$' \| \ | |
| 4760 X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
| 4761 echo X/"$0" | | |
| 4762 sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
| 4763 s//\1/ | |
| 4764 q | |
| 4765 } | |
| 4766 /^X\/\(\/\/\)$/{ | |
| 4767 s//\1/ | |
| 4768 q | |
| 4769 } | |
| 4770 /^X\/\(\/\).*/{ | |
| 4771 s//\1/ | |
| 4772 q | |
| 4773 } | |
| 4774 s/.*/./; q'` | |
| 4775 | |
| 4776 # CDPATH. | |
| 4777 $as_unset CDPATH | |
| 4778 | |
| 4779 | |
| 4780 | |
| 4781 as_lineno_1=$LINENO | |
| 4782 as_lineno_2=$LINENO | |
| 4783 test "x$as_lineno_1" != "x$as_lineno_2" && | |
| 4784 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { | |
| 4785 | |
| 4786 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
| 4787 # uniformly replaced by the line number. The first 'sed' inserts a | |
| 4788 # line-number line after each line using $LINENO; the second 'sed' | |
| 4789 # does the real work. The second script uses 'N' to pair each | |
| 4790 # line-number line with the line containing $LINENO, and appends | |
| 4791 # trailing '-' during substitution so that $LINENO is not a special | |
| 4792 # case at line end. | |
| 4793 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | |
| 4794 # scripts with optimization help from Paolo Bonzini. Blame Lee | |
| 4795 # E. McMahon (1931-1989) for sed's syntax. :-) | |
| 4796 sed -n ' | |
| 4797 p | |
| 4798 /[$]LINENO/= | |
| 4799 ' <$as_myself | | |
| 4800 sed ' | |
| 4801 s/[$]LINENO.*/&-/ | |
| 4802 t lineno | |
| 4803 b | |
| 4804 :lineno | |
| 4805 N | |
| 4806 :loop | |
| 4807 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ | |
| 4808 t loop | |
| 4809 s/-\n.*// | |
| 4810 ' >$as_me.lineno && | |
| 4811 chmod +x "$as_me.lineno" || | |
| 4812 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | |
| 4813 { (exit 1); exit 1; }; } | |
| 4814 | |
| 4815 # Don't try to exec as it changes $[0], causing all sort of problems | |
| 4816 # (the dirname of $[0] is not the place where we might find the | |
| 4817 # original and so on. Autoconf is especially sensitive to this). | |
| 4818 . "./$as_me.lineno" | |
| 4819 # Exit status is that of the last command. | |
| 4820 exit | |
| 4821 } | |
| 4822 | |
| 4823 | |
| 4824 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then | |
| 4825 as_dirname=dirname | |
| 4826 else | |
| 4827 as_dirname=false | |
| 4828 fi | |
| 4829 | |
| 4830 ECHO_C= ECHO_N= ECHO_T= | |
| 4831 case `echo -n x` in | |
| 4832 -n*) | |
| 4833 case `echo 'x\c'` in | |
| 4834 *c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
| 4835 *) ECHO_C='\c';; | |
| 4836 esac;; | |
| 4837 *) | |
| 4838 ECHO_N='-n';; | |
| 4839 esac | |
| 4840 | |
| 4841 if expr a : '\(a\)' >/dev/null 2>&1 && | |
| 4842 test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
| 4843 as_expr=expr | |
| 4844 else | |
| 4845 as_expr=false | |
| 4846 fi | |
| 4847 | |
| 4848 rm -f conf$$ conf$$.exe conf$$.file | |
| 4849 if test -d conf$$.dir; then | |
| 4850 rm -f conf$$.dir/conf$$.file | |
| 4851 else | |
| 4852 rm -f conf$$.dir | |
| 4853 mkdir conf$$.dir | |
| 4854 fi | |
| 4855 echo >conf$$.file | |
| 4856 if ln -s conf$$.file conf$$ 2>/dev/null; then | |
| 4857 as_ln_s='ln -s' | |
| 4858 # ... but there are two gotchas: | |
| 4859 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
| 4860 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
| 4861 # In both cases, we have to default to `cp -p'. | |
| 4862 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
| 4863 as_ln_s='cp -p' | |
| 4864 elif ln conf$$.file conf$$ 2>/dev/null; then | |
| 4865 as_ln_s=ln | |
| 4866 else | |
| 4867 as_ln_s='cp -p' | |
| 4868 fi | |
| 4869 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | |
| 4870 rmdir conf$$.dir 2>/dev/null | |
| 4871 | |
| 4872 if mkdir -p . 2>/dev/null; then | |
| 4873 as_mkdir_p=: | |
| 4874 else | |
| 4875 test -d ./-p && rmdir ./-p | |
| 4876 as_mkdir_p=false | |
| 4877 fi | |
| 4878 | |
| 4879 if test -x / >/dev/null 2>&1; then | |
| 4880 as_test_x='test -x' | |
| 4881 else | |
| 4882 if ls -dL / >/dev/null 2>&1; then | |
| 4883 as_ls_L_option=L | |
| 4884 else | |
| 4885 as_ls_L_option= | |
| 4886 fi | |
| 4887 as_test_x=' | |
| 4888 eval sh -c '\'' | |
| 4889 if test -d "$1"; then | |
| 4890 test -d "$1/."; | |
| 4891 else | |
| 4892 case $1 in | |
| 4893 -*)set "./$1";; | |
| 4894 esac; | |
| 4895 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in | |
| 4896 ???[sx]*):;;*)false;;esac;fi | |
| 4897 '\'' sh | |
| 4898 ' | |
| 4899 fi | |
| 4900 as_executable_p=$as_test_x | |
| 4901 | |
| 4902 # Sed expression to map a string onto a valid CPP name. | |
| 4903 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
| 4904 | |
| 4905 # Sed expression to map a string onto a valid variable name. | |
| 4906 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
| 4907 | |
| 4908 | |
| 4909 exec 6>&1 | |
| 4910 | |
| 4911 # Save the log message, to keep $[0] and so on meaningful, and to | |
| 4912 # report actual input values of CONFIG_FILES etc. instead of their | |
| 4913 # values after options handling. | |
| 4914 ac_log=" | |
| 4915 This file was extended by $as_me, which was | |
| 4916 generated by GNU Autoconf 2.61. Invocation command line was | |
| 4917 | |
| 4918 CONFIG_FILES = $CONFIG_FILES | |
| 4919 CONFIG_HEADERS = $CONFIG_HEADERS | |
| 4920 CONFIG_LINKS = $CONFIG_LINKS | |
| 4921 CONFIG_COMMANDS = $CONFIG_COMMANDS | |
| 4922 $ $0 $@ | |
| 4923 | |
| 4924 on `(hostname || uname -n) 2>/dev/null | sed 1q` | |
| 4925 " | |
| 4926 | |
| 4927 _ACEOF | |
| 4928 | |
| 4929 cat >>$CONFIG_STATUS <<_ACEOF | |
| 4930 # Files that config.status was made for. | |
| 4931 config_files="$ac_config_files" | |
| 4932 config_commands="$ac_config_commands" | |
| 4933 | |
| 4934 _ACEOF | |
| 4935 | |
| 4936 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 4937 ac_cs_usage="\ | |
| 4938 \`$as_me' instantiates files from templates according to the | |
| 4939 current configuration. | |
| 4940 | |
| 4941 Usage: $0 [OPTIONS] [FILE]... | |
| 4942 | |
| 4943 -h, --help print this help, then exit | |
| 4944 -V, --version print version number and configuration settings, then exit | |
| 4945 -q, --quiet do not print progress messages | |
| 4946 -d, --debug don't remove temporary files | |
| 4947 --recheck update $as_me by reconfiguring in the same conditions | |
| 4948 --file=FILE[:TEMPLATE] | |
| 4949 instantiate the configuration file FILE | |
| 4950 | |
| 4951 Configuration files: | |
| 4952 $config_files | |
| 4953 | |
| 4954 Configuration commands: | |
| 4955 $config_commands | |
| 4956 | |
| 4957 Report bugs to <bug-autoconf@gnu.org>." | |
| 4958 | |
| 4959 _ACEOF | |
| 4960 cat >>$CONFIG_STATUS <<_ACEOF | |
| 4961 ac_cs_version="\\ | |
| 4962 config.status | |
| 4963 configured by $0, generated by GNU Autoconf 2.61, | |
| 4964 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" | |
| 4965 | |
| 4966 Copyright (C) 2006 Free Software Foundation, Inc. | |
| 4967 This config.status script is free software; the Free Software Foundation | |
| 4968 gives unlimited permission to copy, distribute and modify it." | |
| 4969 | |
| 4970 ac_pwd='$ac_pwd' | |
| 4971 srcdir='$srcdir' | |
| 4972 INSTALL='$INSTALL' | |
| 4973 MKDIR_P='$MKDIR_P' | |
| 4974 _ACEOF | |
| 4975 | |
| 4976 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 4977 # If no file are specified by the user, then we need to provide default | |
| 4978 # value. By we need to know if files were specified by the user. | |
| 4979 ac_need_defaults=: | |
| 4980 while test $# != 0 | |
| 4981 do | |
| 4982 case $1 in | |
| 4983 --*=*) | |
| 4984 ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
| 4985 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
| 4986 ac_shift=: | |
| 4987 ;; | |
| 4988 *) | |
| 4989 ac_option=$1 | |
| 4990 ac_optarg=$2 | |
| 4991 ac_shift=shift | |
| 4992 ;; | |
| 4993 esac | |
| 4994 | |
| 4995 case $ac_option in | |
| 4996 # Handling of the options. | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
4997 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) |
| 2528 | 4998 ac_cs_recheck=: ;; |
| 4999 --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | |
| 5000 echo "$ac_cs_version"; exit ;; | |
| 5001 --debug | --debu | --deb | --de | --d | -d ) | |
| 5002 debug=: ;; | |
| 5003 --file | --fil | --fi | --f ) | |
| 5004 $ac_shift | |
| 5005 CONFIG_FILES="$CONFIG_FILES $ac_optarg" | |
| 5006 ac_need_defaults=false;; | |
| 5007 --he | --h | --help | --hel | -h ) | |
| 5008 echo "$ac_cs_usage"; exit ;; | |
| 5009 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
| 5010 | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
| 5011 ac_cs_silent=: ;; | |
| 5012 | |
| 5013 # This is an error. | |
| 5014 -*) { echo "$as_me: error: unrecognized option: $1 | |
| 5015 Try \`$0 --help' for more information." >&2 | |
| 5016 { (exit 1); exit 1; }; } ;; | |
| 5017 | |
| 5018 *) ac_config_targets="$ac_config_targets $1" | |
| 5019 ac_need_defaults=false ;; | |
| 5020 | |
| 5021 esac | |
| 5022 shift | |
| 5023 done | |
| 5024 | |
| 5025 ac_configure_extra_args= | |
| 5026 | |
| 5027 if $ac_cs_silent; then | |
| 5028 exec 6>/dev/null | |
| 5029 ac_configure_extra_args="$ac_configure_extra_args --silent" | |
| 5030 fi | |
| 5031 | |
| 5032 _ACEOF | |
| 5033 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5034 if \$ac_cs_recheck; then | |
| 5035 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | |
| 5036 CONFIG_SHELL=$SHELL | |
| 5037 export CONFIG_SHELL | |
| 5038 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
| 5039 fi | |
| 5040 | |
| 5041 _ACEOF | |
| 5042 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 5043 exec 5>>config.log | |
| 5044 { | |
| 5045 echo | |
| 5046 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
| 5047 ## Running $as_me. ## | |
| 5048 _ASBOX | |
| 5049 echo "$ac_log" | |
| 5050 } >&5 | |
| 5051 | |
| 5052 _ACEOF | |
| 5053 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5054 # | |
| 5055 # INIT-COMMANDS | |
| 5056 # | |
| 5057 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" | |
| 5058 | |
| 5059 _ACEOF | |
| 5060 | |
| 5061 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 5062 | |
| 5063 # Handling of arguments. | |
| 5064 for ac_config_target in $ac_config_targets | |
| 5065 do | |
| 5066 case $ac_config_target in | |
| 5067 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | |
| 5068 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile:Makefile.in" ;; | |
| 5069 | |
| 5070 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 | |
| 5071 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | |
| 5072 { (exit 1); exit 1; }; };; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5073 esac |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5074 done |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5075 |
| 2528 | 5076 |
| 5077 # If the user did not use the arguments to specify the items to instantiate, | |
| 5078 # then the envvar interface is used. Set only those that are not. | |
| 5079 # We use the long form for the default assignment because of an extremely | |
| 5080 # bizarre bug on SunOS 4.1.3. | |
| 5081 if $ac_need_defaults; then | |
| 5082 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
| 5083 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
| 5084 fi | |
| 5085 | |
| 5086 # Have a temporary directory for convenience. Make it in the build tree | |
| 5087 # simply because there is no reason against having it here, and in addition, | |
| 5088 # creating and moving files from /tmp can sometimes cause problems. | |
| 5089 # Hook for its removal unless debugging. | |
| 5090 # Note that there is a small window in which the directory will not be cleaned: | |
| 5091 # after its creation but before its name has been assigned to `$tmp'. | |
| 5092 $debug || | |
| 5093 { | |
| 5094 tmp= | |
| 5095 trap 'exit_status=$? | |
| 5096 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status | |
| 5097 ' 0 | |
| 5098 trap '{ (exit 1); exit 1; }' 1 2 13 15 | |
| 5099 } | |
| 5100 # Create a (secure) tmp directory for tmp files. | |
| 5101 | |
| 5102 { | |
| 5103 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | |
| 5104 test -n "$tmp" && test -d "$tmp" | |
| 5105 } || | |
| 5106 { | |
| 5107 tmp=./conf$$-$RANDOM | |
| 5108 (umask 077 && mkdir "$tmp") | |
| 5109 } || | |
| 5110 { | |
| 5111 echo "$me: cannot create a temporary directory in ." >&2 | |
| 5112 { (exit 1); exit 1; } | |
| 5113 } | |
| 5114 | |
| 5115 # | |
| 5116 # Set up the sed scripts for CONFIG_FILES section. | |
| 5117 # | |
| 5118 | |
| 5119 # No need to generate the scripts if there are no CONFIG_FILES. | |
| 5120 # This happens for instance when ./config.status config.h | |
| 5121 if test -n "$CONFIG_FILES"; then | |
| 5122 | |
| 5123 _ACEOF | |
| 5124 | |
| 5125 | |
| 5126 | |
| 5127 ac_delim='%!_!# ' | |
| 5128 for ac_last_try in false false false false false :; do | |
| 5129 cat >conf$$subs.sed <<_ACEOF | |
| 5130 SHELL!$SHELL$ac_delim | |
| 5131 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim | |
| 5132 PACKAGE_NAME!$PACKAGE_NAME$ac_delim | |
| 5133 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim | |
| 5134 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim | |
| 5135 PACKAGE_STRING!$PACKAGE_STRING$ac_delim | |
| 5136 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim | |
| 5137 exec_prefix!$exec_prefix$ac_delim | |
| 5138 prefix!$prefix$ac_delim | |
| 5139 program_transform_name!$program_transform_name$ac_delim | |
| 5140 bindir!$bindir$ac_delim | |
| 5141 sbindir!$sbindir$ac_delim | |
| 5142 libexecdir!$libexecdir$ac_delim | |
| 5143 datarootdir!$datarootdir$ac_delim | |
| 5144 datadir!$datadir$ac_delim | |
| 5145 sysconfdir!$sysconfdir$ac_delim | |
| 5146 sharedstatedir!$sharedstatedir$ac_delim | |
| 5147 localstatedir!$localstatedir$ac_delim | |
| 5148 includedir!$includedir$ac_delim | |
| 5149 oldincludedir!$oldincludedir$ac_delim | |
| 5150 docdir!$docdir$ac_delim | |
| 5151 infodir!$infodir$ac_delim | |
| 5152 htmldir!$htmldir$ac_delim | |
| 5153 dvidir!$dvidir$ac_delim | |
| 5154 pdfdir!$pdfdir$ac_delim | |
| 5155 psdir!$psdir$ac_delim | |
| 5156 libdir!$libdir$ac_delim | |
| 5157 localedir!$localedir$ac_delim | |
| 5158 mandir!$mandir$ac_delim | |
| 5159 DEFS!$DEFS$ac_delim | |
| 5160 ECHO_C!$ECHO_C$ac_delim | |
| 5161 ECHO_N!$ECHO_N$ac_delim | |
| 5162 ECHO_T!$ECHO_T$ac_delim | |
| 5163 LIBS!$LIBS$ac_delim | |
| 5164 build_alias!$build_alias$ac_delim | |
| 5165 host_alias!$host_alias$ac_delim | |
| 5166 target_alias!$target_alias$ac_delim | |
| 5167 build!$build$ac_delim | |
| 5168 build_cpu!$build_cpu$ac_delim | |
| 5169 build_vendor!$build_vendor$ac_delim | |
| 5170 build_os!$build_os$ac_delim | |
| 5171 host!$host$ac_delim | |
| 5172 host_cpu!$host_cpu$ac_delim | |
| 5173 host_vendor!$host_vendor$ac_delim | |
| 5174 host_os!$host_os$ac_delim | |
| 5175 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim | |
| 5176 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim | |
| 5177 INSTALL_DATA!$INSTALL_DATA$ac_delim | |
| 5178 am__isrc!$am__isrc$ac_delim | |
| 5179 CYGPATH_W!$CYGPATH_W$ac_delim | |
| 5180 PACKAGE!$PACKAGE$ac_delim | |
| 5181 VERSION!$VERSION$ac_delim | |
| 5182 ACLOCAL!$ACLOCAL$ac_delim | |
| 5183 AUTOCONF!$AUTOCONF$ac_delim | |
| 5184 AUTOMAKE!$AUTOMAKE$ac_delim | |
| 5185 AUTOHEADER!$AUTOHEADER$ac_delim | |
| 5186 MAKEINFO!$MAKEINFO$ac_delim | |
| 5187 install_sh!$install_sh$ac_delim | |
| 5188 STRIP!$STRIP$ac_delim | |
| 5189 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim | |
| 5190 mkdir_p!$mkdir_p$ac_delim | |
| 5191 AWK!$AWK$ac_delim | |
| 5192 SET_MAKE!$SET_MAKE$ac_delim | |
| 5193 am__leading_dot!$am__leading_dot$ac_delim | |
| 5194 AMTAR!$AMTAR$ac_delim | |
| 5195 am__tar!$am__tar$ac_delim | |
| 5196 am__untar!$am__untar$ac_delim | |
| 5197 MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim | |
| 5198 MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim | |
| 5199 MAINT!$MAINT$ac_delim | |
| 5200 CC!$CC$ac_delim | |
| 5201 CFLAGS!$CFLAGS$ac_delim | |
| 5202 LDFLAGS!$LDFLAGS$ac_delim | |
| 5203 CPPFLAGS!$CPPFLAGS$ac_delim | |
| 5204 ac_ct_CC!$ac_ct_CC$ac_delim | |
| 5205 EXEEXT!$EXEEXT$ac_delim | |
| 5206 OBJEXT!$OBJEXT$ac_delim | |
| 5207 DEPDIR!$DEPDIR$ac_delim | |
| 5208 am__include!$am__include$ac_delim | |
| 5209 am__quote!$am__quote$ac_delim | |
| 5210 AMDEP_TRUE!$AMDEP_TRUE$ac_delim | |
| 5211 AMDEP_FALSE!$AMDEP_FALSE$ac_delim | |
| 5212 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim | |
| 5213 CCDEPMODE!$CCDEPMODE$ac_delim | |
| 5214 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim | |
| 5215 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim | |
| 5216 CXX!$CXX$ac_delim | |
| 5217 CXXFLAGS!$CXXFLAGS$ac_delim | |
| 5218 ac_ct_CXX!$ac_ct_CXX$ac_delim | |
| 5219 CXXDEPMODE!$CXXDEPMODE$ac_delim | |
| 5220 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim | |
| 5221 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim | |
| 5222 ecos_CFLAGS!$ecos_CFLAGS$ac_delim | |
| 5223 ecos_CXXFLAGS!$ecos_CXXFLAGS$ac_delim | |
| 5224 ecos_LDADD!$ecos_LDADD$ac_delim | |
| 5225 ecos_INCLUDES!$ecos_INCLUDES$ac_delim | |
| 5226 ecos_LIBS!$ecos_LIBS$ac_delim | |
| 5227 _ACEOF | |
| 5228 | |
| 5229 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then | |
| 5230 break | |
| 5231 elif $ac_last_try; then | |
| 5232 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | |
| 5233 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | |
| 5234 { (exit 1); exit 1; }; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5235 else |
| 2528 | 5236 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5237 fi |
| 2528 | 5238 done |
| 5239 | |
| 5240 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` | |
| 5241 if test -n "$ac_eof"; then | |
| 5242 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` | |
| 5243 ac_eof=`expr $ac_eof + 1` | |
| 5244 fi | |
| 5245 | |
| 5246 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5247 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof | |
| 5248 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
| 5249 _ACEOF | |
| 5250 sed ' | |
| 5251 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g | |
| 5252 s/^/s,@/; s/!/@,|#_!!_#|/ | |
| 5253 :n | |
| 5254 t n | |
| 5255 s/'"$ac_delim"'$/,g/; t | |
| 5256 s/$/\\/; p | |
| 5257 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | |
| 5258 ' >>$CONFIG_STATUS <conf$$subs.sed | |
| 5259 rm -f conf$$subs.sed | |
| 5260 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5261 CEOF$ac_eof | |
| 5262 _ACEOF | |
| 5263 | |
| 5264 | |
| 5265 ac_delim='%!_!# ' | |
| 5266 for ac_last_try in false false false false false :; do | |
| 5267 cat >conf$$subs.sed <<_ACEOF | |
| 5268 MSVC_SRCDIR!$MSVC_SRCDIR$ac_delim | |
| 5269 MSVC_TRUE!$MSVC_TRUE$ac_delim | |
| 5270 MSVC_FALSE!$MSVC_FALSE$ac_delim | |
| 5271 ecos_tk_includes!$ecos_tk_includes$ac_delim | |
| 5272 ecos_tk_libs!$ecos_tk_libs$ac_delim | |
| 5273 ECOS_REPOSITORY!$ECOS_REPOSITORY$ac_delim | |
| 5274 PACKAGE_DIR!$PACKAGE_DIR$ac_delim | |
| 5275 PACKAGE_INSTALL!$PACKAGE_INSTALL$ac_delim | |
| 5276 SUPPORTED_TRUE!$SUPPORTED_TRUE$ac_delim | |
| 5277 SUPPORTED_FALSE!$SUPPORTED_FALSE$ac_delim | |
| 5278 LIBOBJS!$LIBOBJS$ac_delim | |
| 5279 LTLIBOBJS!$LTLIBOBJS$ac_delim | |
| 5280 _ACEOF | |
| 5281 | |
| 5282 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then | |
| 5283 break | |
| 5284 elif $ac_last_try; then | |
| 5285 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 | |
| 5286 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} | |
| 5287 { (exit 1); exit 1; }; } | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5288 else |
| 2528 | 5289 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5290 fi |
|
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5291 done |
| 2528 | 5292 |
| 5293 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` | |
| 5294 if test -n "$ac_eof"; then | |
| 5295 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` | |
| 5296 ac_eof=`expr $ac_eof + 1` | |
| 5297 fi | |
| 5298 | |
| 5299 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5300 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof | |
| 5301 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end | |
| 5302 _ACEOF | |
| 5303 sed ' | |
| 5304 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g | |
| 5305 s/^/s,@/; s/!/@,|#_!!_#|/ | |
| 5306 :n | |
| 5307 t n | |
| 5308 s/'"$ac_delim"'$/,g/; t | |
| 5309 s/$/\\/; p | |
| 5310 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n | |
| 5311 ' >>$CONFIG_STATUS <conf$$subs.sed | |
| 5312 rm -f conf$$subs.sed | |
| 5313 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5314 :end | |
| 5315 s/|#_!!_#|//g | |
| 5316 CEOF$ac_eof | |
| 5317 _ACEOF | |
| 5318 | |
| 5319 | |
| 5320 # VPATH may cause trouble with some makes, so we remove $(srcdir), | |
| 5321 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
| 5322 # trailing colons and then remove the whole line if VPATH becomes empty | |
| 5323 # (actually we leave an empty line to preserve line numbers). | |
| 5324 if test "x$srcdir" = x.; then | |
| 5325 ac_vpsub='/^[ ]*VPATH[ ]*=/{ | |
| 5326 s/:*\$(srcdir):*/:/ | |
| 5327 s/:*\${srcdir}:*/:/ | |
| 5328 s/:*@srcdir@:*/:/ | |
| 5329 s/^\([^=]*=[ ]*\):*/\1/ | |
| 5330 s/:*$// | |
| 5331 s/^[^=]*=[ ]*$// | |
| 5332 }' | |
| 5333 fi | |
| 5334 | |
| 5335 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 5336 fi # test -n "$CONFIG_FILES" | |
| 5337 | |
| 5338 | |
| 5339 for ac_tag in :F $CONFIG_FILES :C $CONFIG_COMMANDS | |
| 5340 do | |
| 5341 case $ac_tag in | |
| 5342 :[FHLC]) ac_mode=$ac_tag; continue;; | |
| 5343 esac | |
| 5344 case $ac_mode$ac_tag in | |
| 5345 :[FHL]*:*);; | |
| 5346 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 | |
| 5347 echo "$as_me: error: Invalid tag $ac_tag." >&2;} | |
| 5348 { (exit 1); exit 1; }; };; | |
| 5349 :[FH]-) ac_tag=-:-;; | |
| 5350 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
| 5351 esac | |
| 5352 ac_save_IFS=$IFS | |
| 5353 IFS=: | |
| 5354 set x $ac_tag | |
| 5355 IFS=$ac_save_IFS | |
| 5356 shift | |
| 5357 ac_file=$1 | |
| 5358 shift | |
| 5359 | |
| 5360 case $ac_mode in | |
| 5361 :L) ac_source=$1;; | |
| 5362 :[FH]) | |
| 5363 ac_file_inputs= | |
| 5364 for ac_f | |
| 5365 do | |
| 5366 case $ac_f in | |
| 5367 -) ac_f="$tmp/stdin";; | |
| 5368 *) # Look for the file first in the build tree, then in the source tree | |
| 5369 # (if the path is not absolute). The absolute path cannot be DOS-style, | |
| 5370 # because $ac_f cannot contain `:'. | |
| 5371 test -f "$ac_f" || | |
| 5372 case $ac_f in | |
| 5373 [\\/$]*) false;; | |
| 5374 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
| 5375 esac || | |
| 5376 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 | |
| 5377 echo "$as_me: error: cannot find input file: $ac_f" >&2;} | |
| 5378 { (exit 1); exit 1; }; };; | |
| 5379 esac | |
| 5380 ac_file_inputs="$ac_file_inputs $ac_f" | |
| 5381 done | |
| 5382 | |
| 5383 # Let's still pretend it is `configure' which instantiates (i.e., don't | |
| 5384 # use $as_me), people would be surprised to read: | |
| 5385 # /* config.h. Generated by config.status. */ | |
| 5386 configure_input="Generated from "`IFS=: | |
| 5387 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." | |
| 5388 if test x"$ac_file" != x-; then | |
| 5389 configure_input="$ac_file. $configure_input" | |
| 5390 { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
| 5391 echo "$as_me: creating $ac_file" >&6;} | |
| 5392 fi | |
| 5393 | |
| 5394 case $ac_tag in | |
| 5395 *:-:* | *:-) cat >"$tmp/stdin";; | |
| 5396 esac | |
| 5397 ;; | |
| 5398 esac | |
| 5399 | |
| 5400 ac_dir=`$as_dirname -- "$ac_file" || | |
| 5401 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
| 5402 X"$ac_file" : 'X\(//\)[^/]' \| \ | |
| 5403 X"$ac_file" : 'X\(//\)$' \| \ | |
| 5404 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || | |
| 5405 echo X"$ac_file" | | |
| 5406 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
| 5407 s//\1/ | |
| 5408 q | |
| 5409 } | |
| 5410 /^X\(\/\/\)[^/].*/{ | |
| 5411 s//\1/ | |
| 5412 q | |
| 5413 } | |
| 5414 /^X\(\/\/\)$/{ | |
| 5415 s//\1/ | |
| 5416 q | |
| 5417 } | |
| 5418 /^X\(\/\).*/{ | |
| 5419 s//\1/ | |
| 5420 q | |
| 5421 } | |
| 5422 s/.*/./; q'` | |
| 5423 { as_dir="$ac_dir" | |
| 5424 case $as_dir in #( | |
| 5425 -*) as_dir=./$as_dir;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5426 esac |
| 2528 | 5427 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
| 5428 as_dirs= | |
| 5429 while :; do | |
| 5430 case $as_dir in #( | |
| 5431 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( | |
| 5432 *) as_qdir=$as_dir;; | |
| 5433 esac | |
| 5434 as_dirs="'$as_qdir' $as_dirs" | |
| 5435 as_dir=`$as_dirname -- "$as_dir" || | |
| 5436 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
| 5437 X"$as_dir" : 'X\(//\)[^/]' \| \ | |
| 5438 X"$as_dir" : 'X\(//\)$' \| \ | |
| 5439 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
| 5440 echo X"$as_dir" | | |
| 5441 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
| 5442 s//\1/ | |
| 5443 q | |
| 5444 } | |
| 5445 /^X\(\/\/\)[^/].*/{ | |
| 5446 s//\1/ | |
| 5447 q | |
| 5448 } | |
| 5449 /^X\(\/\/\)$/{ | |
| 5450 s//\1/ | |
| 5451 q | |
| 5452 } | |
| 5453 /^X\(\/\).*/{ | |
| 5454 s//\1/ | |
| 5455 q | |
| 5456 } | |
| 5457 s/.*/./; q'` | |
| 5458 test -d "$as_dir" && break | |
| 5459 done | |
| 5460 test -z "$as_dirs" || eval "mkdir $as_dirs" | |
| 5461 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 | |
| 5462 echo "$as_me: error: cannot create directory $as_dir" >&2;} | |
| 5463 { (exit 1); exit 1; }; }; } | |
| 5464 ac_builddir=. | |
| 5465 | |
| 5466 case "$ac_dir" in | |
| 5467 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
| 5468 *) | |
| 5469 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
| 5470 # A ".." for each directory in $ac_dir_suffix. | |
| 5471 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` | |
| 5472 case $ac_top_builddir_sub in | |
| 5473 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
| 5474 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
| 5475 esac ;; | |
| 5476 esac | |
| 5477 ac_abs_top_builddir=$ac_pwd | |
| 5478 ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
| 5479 # for backward compatibility: | |
| 5480 ac_top_builddir=$ac_top_build_prefix | |
| 5481 | |
| 5482 case $srcdir in | |
| 5483 .) # We are building in place. | |
| 5484 ac_srcdir=. | |
| 5485 ac_top_srcdir=$ac_top_builddir_sub | |
| 5486 ac_abs_top_srcdir=$ac_pwd ;; | |
| 5487 [\\/]* | ?:[\\/]* ) # Absolute name. | |
| 5488 ac_srcdir=$srcdir$ac_dir_suffix; | |
| 5489 ac_top_srcdir=$srcdir | |
| 5490 ac_abs_top_srcdir=$srcdir ;; | |
| 5491 *) # Relative name. | |
| 5492 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
| 5493 ac_top_srcdir=$ac_top_build_prefix$srcdir | |
| 5494 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
| 5495 esac | |
| 5496 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |
| 5497 | |
| 5498 | |
| 5499 case $ac_mode in | |
| 5500 :F) | |
| 5501 # | |
| 5502 # CONFIG_FILE | |
| 5503 # | |
| 5504 | |
| 5505 case $INSTALL in | |
| 5506 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
| 5507 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; | |
| 5508 esac | |
| 5509 ac_MKDIR_P=$MKDIR_P | |
| 5510 case $MKDIR_P in | |
| 5511 [\\/$]* | ?:[\\/]* ) ;; | |
| 5512 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
| 5513 esac | |
| 5514 _ACEOF | |
| 5515 | |
| 5516 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 5517 # If the template does not know about datarootdir, expand it. | |
| 5518 # FIXME: This hack should be removed a few years after 2.60. | |
| 5519 ac_datarootdir_hack=; ac_datarootdir_seen= | |
| 5520 | |
| 5521 case `sed -n '/datarootdir/ { | |
| 5522 p | |
| 5523 q | |
| 5524 } | |
| 5525 /@datadir@/p | |
| 5526 /@docdir@/p | |
| 5527 /@infodir@/p | |
| 5528 /@localedir@/p | |
| 5529 /@mandir@/p | |
| 5530 ' $ac_file_inputs` in | |
| 5531 *datarootdir*) ac_datarootdir_seen=yes;; | |
| 5532 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
| 5533 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
| 5534 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
| 5535 _ACEOF | |
| 5536 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5537 ac_datarootdir_hack=' | |
| 5538 s&@datadir@&$datadir&g | |
| 5539 s&@docdir@&$docdir&g | |
| 5540 s&@infodir@&$infodir&g | |
| 5541 s&@localedir@&$localedir&g | |
| 5542 s&@mandir@&$mandir&g | |
| 5543 s&\\\${datarootdir}&$datarootdir&g' ;; | |
| 5544 esac | |
| 5545 _ACEOF | |
| 5546 | |
| 5547 # Neutralize VPATH when `$srcdir' = `.'. | |
| 5548 # Shell code in configure.ac might set extrasub. | |
| 5549 # FIXME: do we really want to maintain this feature? | |
| 5550 cat >>$CONFIG_STATUS <<_ACEOF | |
| 5551 sed "$ac_vpsub | |
| 5552 $extrasub | |
| 5553 _ACEOF | |
| 5554 cat >>$CONFIG_STATUS <<\_ACEOF | |
| 5555 :t | |
| 5556 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
| 5557 s&@configure_input@&$configure_input&;t t | |
| 5558 s&@top_builddir@&$ac_top_builddir_sub&;t t | |
| 5559 s&@srcdir@&$ac_srcdir&;t t | |
| 5560 s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
| 5561 s&@top_srcdir@&$ac_top_srcdir&;t t | |
| 5562 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
| 5563 s&@builddir@&$ac_builddir&;t t | |
| 5564 s&@abs_builddir@&$ac_abs_builddir&;t t | |
| 5565 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
| 5566 s&@INSTALL@&$ac_INSTALL&;t t | |
| 5567 s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
| 5568 $ac_datarootdir_hack | |
| 5569 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out | |
| 5570 | |
| 5571 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
| 5572 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | |
| 5573 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | |
| 5574 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
| 5575 which seems to be undefined. Please make sure it is defined." >&5 | |
| 5576 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
| 5577 which seems to be undefined. Please make sure it is defined." >&2;} | |
| 5578 | |
| 5579 rm -f "$tmp/stdin" | |
| 5580 case $ac_file in | |
| 5581 -) cat "$tmp/out"; rm -f "$tmp/out";; | |
| 5582 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; | |
| 5583 esac | |
| 5584 ;; | |
| 5585 | |
| 5586 | |
| 5587 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 | |
| 5588 echo "$as_me: executing $ac_file commands" >&6;} | |
| 5589 ;; | |
| 5590 esac | |
| 5591 | |
| 5592 | |
| 5593 case $ac_file$ac_mode in | |
| 5594 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do | |
| 5595 # Strip MF so we end up with the name of the file. | |
| 5596 mf=`echo "$mf" | sed -e 's/:.*$//'` | |
| 5597 # Check whether this is an Automake generated Makefile or not. | |
| 5598 # We used to match only the files named `Makefile.in', but | |
| 5599 # some people rename them; so instead we look at the file content. | |
| 5600 # Grep'ing the first line is not enough: some people post-process | |
| 5601 # each Makefile.in and add a new line on top of each file to say so. | |
| 5602 # Grep'ing the whole file is not good either: AIX grep has a line | |
| 5603 # limit of 2048, but all sed's we know have understand at least 4000. | |
| 5604 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then | |
| 5605 dirpart=`$as_dirname -- "$mf" || | |
| 5606 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
| 5607 X"$mf" : 'X\(//\)[^/]' \| \ | |
| 5608 X"$mf" : 'X\(//\)$' \| \ | |
| 5609 X"$mf" : 'X\(/\)' \| . 2>/dev/null || | |
| 5610 echo X"$mf" | | |
| 5611 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
| 5612 s//\1/ | |
| 5613 q | |
| 5614 } | |
| 5615 /^X\(\/\/\)[^/].*/{ | |
| 5616 s//\1/ | |
| 5617 q | |
| 5618 } | |
| 5619 /^X\(\/\/\)$/{ | |
| 5620 s//\1/ | |
| 5621 q | |
| 5622 } | |
| 5623 /^X\(\/\).*/{ | |
| 5624 s//\1/ | |
| 5625 q | |
| 5626 } | |
| 5627 s/.*/./; q'` | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5628 else |
| 2528 | 5629 continue |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5630 fi |
| 2528 | 5631 # Extract the definition of DEPDIR, am__include, and am__quote |
| 5632 # from the Makefile without running `make'. | |
| 5633 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` | |
| 5634 test -z "$DEPDIR" && continue | |
| 5635 am__include=`sed -n 's/^am__include = //p' < "$mf"` | |
| 5636 test -z "am__include" && continue | |
| 5637 am__quote=`sed -n 's/^am__quote = //p' < "$mf"` | |
| 5638 # When using ansi2knr, U may be empty or an underscore; expand it | |
| 5639 U=`sed -n 's/^U = //p' < "$mf"` | |
| 5640 # Find all dependency output files, they are included files with | |
| 5641 # $(DEPDIR) in their names. We invoke sed twice because it is the | |
| 5642 # simplest approach to changing $(DEPDIR) to its actual value in the | |
| 5643 # expansion. | |
| 5644 for file in `sed -n " | |
| 5645 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ | |
| 5646 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do | |
| 5647 # Make sure the directory exists. | |
| 5648 test -f "$dirpart/$file" && continue | |
| 5649 fdir=`$as_dirname -- "$file" || | |
| 5650 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
| 5651 X"$file" : 'X\(//\)[^/]' \| \ | |
| 5652 X"$file" : 'X\(//\)$' \| \ | |
| 5653 X"$file" : 'X\(/\)' \| . 2>/dev/null || | |
| 5654 echo X"$file" | | |
| 5655 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
| 5656 s//\1/ | |
| 5657 q | |
| 5658 } | |
| 5659 /^X\(\/\/\)[^/].*/{ | |
| 5660 s//\1/ | |
| 5661 q | |
| 5662 } | |
| 5663 /^X\(\/\/\)$/{ | |
| 5664 s//\1/ | |
| 5665 q | |
| 5666 } | |
| 5667 /^X\(\/\).*/{ | |
| 5668 s//\1/ | |
| 5669 q | |
| 5670 } | |
| 5671 s/.*/./; q'` | |
| 5672 { as_dir=$dirpart/$fdir | |
| 5673 case $as_dir in #( | |
| 5674 -*) as_dir=./$as_dir;; | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5675 esac |
| 2528 | 5676 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { |
| 5677 as_dirs= | |
| 5678 while :; do | |
| 5679 case $as_dir in #( | |
| 5680 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( | |
| 5681 *) as_qdir=$as_dir;; | |
| 5682 esac | |
| 5683 as_dirs="'$as_qdir' $as_dirs" | |
| 5684 as_dir=`$as_dirname -- "$as_dir" || | |
| 5685 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
| 5686 X"$as_dir" : 'X\(//\)[^/]' \| \ | |
| 5687 X"$as_dir" : 'X\(//\)$' \| \ | |
| 5688 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
| 5689 echo X"$as_dir" | | |
| 5690 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
| 5691 s//\1/ | |
| 5692 q | |
| 5693 } | |
| 5694 /^X\(\/\/\)[^/].*/{ | |
| 5695 s//\1/ | |
| 5696 q | |
| 5697 } | |
| 5698 /^X\(\/\/\)$/{ | |
| 5699 s//\1/ | |
| 5700 q | |
| 5701 } | |
| 5702 /^X\(\/\).*/{ | |
| 5703 s//\1/ | |
| 5704 q | |
| 5705 } | |
| 5706 s/.*/./; q'` | |
| 5707 test -d "$as_dir" && break | |
| 5708 done | |
| 5709 test -z "$as_dirs" || eval "mkdir $as_dirs" | |
| 5710 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 | |
| 5711 echo "$as_me: error: cannot create directory $as_dir" >&2;} | |
| 5712 { (exit 1); exit 1; }; }; } | |
| 5713 # echo "creating $dirpart/$file" | |
| 5714 echo '# dummy' > "$dirpart/$file" | |
| 5715 done | |
| 5716 done | |
| 5717 ;; | |
| 5718 | |
| 5719 esac | |
| 5720 done # for ac_tag | |
| 5721 | |
| 5722 | |
| 5723 { (exit 0); exit 0; } | |
| 5724 _ACEOF | |
|
332
7c1c8dc43ba1
Now witness the firepower of this fully armed and operational
bartv
parents:
diff
changeset
|
5725 chmod +x $CONFIG_STATUS |
| 2528 | 5726 ac_clean_files=$ac_clean_files_save |
| 5727 | |
| 5728 | |
| 5729 # configure is writing to config.log, and then calls config.status. | |
| 5730 # config.status does its own redirection, appending to config.log. | |
| 5731 # Unfortunately, on DOS this fails, as config.log is still kept open | |
| 5732 # by configure, so config.status won't be able to write to it; its | |
| 5733 # output is simply discarded. So we exec the FD to /dev/null, | |
| 5734 # effectively closing config.log, so it can be properly (re)opened and | |
| 5735 # appended to by config.status. When coming back to configure, we | |
| 5736 # need to make the FD available again. | |
| 5737 if test "$no_create" != yes; then | |
| 5738 ac_cs_success=: | |
| 5739 ac_config_status_args= | |
| 5740 test "$silent" = yes && | |
| 5741 ac_config_status_args="$ac_config_status_args --quiet" | |
| 5742 exec 5>/dev/null | |
| 5743 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
| 5744 exec 5>>config.log | |
| 5745 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
| 5746 # would make configure fail if this is the last instruction. | |
| 5747 $ac_cs_success || { (exit 1); exit 1; } | |
| 5748 fi | |
| 5749 |
