| 1 | #! /bin/sh |
|---|
| 2 | # Guess values for system-dependent variables and create Makefiles. |
|---|
| 3 | # Generated by GNU Autoconf 2.61 for mokash 0.1. |
|---|
| 4 | # |
|---|
| 5 | # Report bugs to <Christopher McCurdy <christopher.mccurdy@gmail.com>>. |
|---|
| 6 | # |
|---|
| 7 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
|---|
| 8 | # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
|---|
| 9 | # This configure script is free software; the Free Software Foundation |
|---|
| 10 | # gives unlimited permission to copy, distribute and modify it. |
|---|
| 11 | ## --------------------- ## |
|---|
| 12 | ## M4sh Initialization. ## |
|---|
| 13 | ## --------------------- ## |
|---|
| 14 | |
|---|
| 15 | # Be more Bourne compatible |
|---|
| 16 | DUALCASE=1; export DUALCASE # for MKS sh |
|---|
| 17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 18 | emulate sh |
|---|
| 19 | NULLCMD=: |
|---|
| 20 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
|---|
| 21 | # is contrary to our usage. Disable this feature. |
|---|
| 22 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 23 | setopt NO_GLOB_SUBST |
|---|
| 24 | else |
|---|
| 25 | case `(set -o) 2>/dev/null` in |
|---|
| 26 | *posix*) set -o posix ;; |
|---|
| 27 | esac |
|---|
| 28 | |
|---|
| 29 | fi |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | # PATH needs CR |
|---|
| 35 | # Avoid depending upon Character Ranges. |
|---|
| 36 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
|---|
| 37 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
|---|
| 38 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
|---|
| 39 | as_cr_digits='0123456789' |
|---|
| 40 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
|---|
| 41 | |
|---|
| 42 | # The user is always right. |
|---|
| 43 | if test "${PATH_SEPARATOR+set}" != set; then |
|---|
| 44 | echo "#! /bin/sh" >conf$$.sh |
|---|
| 45 | echo "exit 0" >>conf$$.sh |
|---|
| 46 | chmod +x conf$$.sh |
|---|
| 47 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
|---|
| 48 | PATH_SEPARATOR=';' |
|---|
| 49 | else |
|---|
| 50 | PATH_SEPARATOR=: |
|---|
| 51 | fi |
|---|
| 52 | rm -f conf$$.sh |
|---|
| 53 | fi |
|---|
| 54 | |
|---|
| 55 | # Support unset when possible. |
|---|
| 56 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
|---|
| 57 | as_unset=unset |
|---|
| 58 | else |
|---|
| 59 | as_unset=false |
|---|
| 60 | fi |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | # IFS |
|---|
| 64 | # We need space, tab and new line, in precisely that order. Quoting is |
|---|
| 65 | # there to prevent editors from complaining about space-tab. |
|---|
| 66 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
|---|
| 67 | # splitting by setting IFS to empty value.) |
|---|
| 68 | as_nl=' |
|---|
| 69 | ' |
|---|
| 70 | IFS=" "" $as_nl" |
|---|
| 71 | |
|---|
| 72 | # Find who we are. Look in the path if we contain no directory separator. |
|---|
| 73 | case $0 in |
|---|
| 74 | *[\\/]* ) as_myself=$0 ;; |
|---|
| 75 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 76 | for as_dir in $PATH |
|---|
| 77 | do |
|---|
| 78 | IFS=$as_save_IFS |
|---|
| 79 | test -z "$as_dir" && as_dir=. |
|---|
| 80 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
|---|
| 81 | done |
|---|
| 82 | IFS=$as_save_IFS |
|---|
| 83 | |
|---|
| 84 | ;; |
|---|
| 85 | esac |
|---|
| 86 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
|---|
| 87 | # in which case we are not to be found in the path. |
|---|
| 88 | if test "x$as_myself" = x; then |
|---|
| 89 | as_myself=$0 |
|---|
| 90 | fi |
|---|
| 91 | if test ! -f "$as_myself"; then |
|---|
| 92 | echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
|---|
| 93 | { (exit 1); exit 1; } |
|---|
| 94 | fi |
|---|
| 95 | |
|---|
| 96 | # Work around bugs in pre-3.0 UWIN ksh. |
|---|
| 97 | for as_var in ENV MAIL MAILPATH |
|---|
| 98 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 99 | done |
|---|
| 100 | PS1='$ ' |
|---|
| 101 | PS2='> ' |
|---|
| 102 | PS4='+ ' |
|---|
| 103 | |
|---|
| 104 | # NLS nuisances. |
|---|
| 105 | for as_var in \ |
|---|
| 106 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ |
|---|
| 107 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
|---|
| 108 | LC_TELEPHONE LC_TIME |
|---|
| 109 | do |
|---|
| 110 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
|---|
| 111 | eval $as_var=C; export $as_var |
|---|
| 112 | else |
|---|
| 113 | ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 114 | fi |
|---|
| 115 | done |
|---|
| 116 | |
|---|
| 117 | # Required to use basename. |
|---|
| 118 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 119 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 120 | as_expr=expr |
|---|
| 121 | else |
|---|
| 122 | as_expr=false |
|---|
| 123 | fi |
|---|
| 124 | |
|---|
| 125 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
|---|
| 126 | as_basename=basename |
|---|
| 127 | else |
|---|
| 128 | as_basename=false |
|---|
| 129 | fi |
|---|
| 130 | |
|---|
| 131 | |
|---|
| 132 | # Name of the executable. |
|---|
| 133 | as_me=`$as_basename -- "$0" || |
|---|
| 134 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
|---|
| 135 | X"$0" : 'X\(//\)$' \| \ |
|---|
| 136 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 137 | echo X/"$0" | |
|---|
| 138 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
|---|
| 139 | s//\1/ |
|---|
| 140 | q |
|---|
| 141 | } |
|---|
| 142 | /^X\/\(\/\/\)$/{ |
|---|
| 143 | s//\1/ |
|---|
| 144 | q |
|---|
| 145 | } |
|---|
| 146 | /^X\/\(\/\).*/{ |
|---|
| 147 | s//\1/ |
|---|
| 148 | q |
|---|
| 149 | } |
|---|
| 150 | s/.*/./; q'` |
|---|
| 151 | |
|---|
| 152 | # CDPATH. |
|---|
| 153 | $as_unset CDPATH |
|---|
| 154 | |
|---|
| 155 | |
|---|
| 156 | if test "x$CONFIG_SHELL" = x; then |
|---|
| 157 | if (eval ":") 2>/dev/null; then |
|---|
| 158 | as_have_required=yes |
|---|
| 159 | else |
|---|
| 160 | as_have_required=no |
|---|
| 161 | fi |
|---|
| 162 | |
|---|
| 163 | if test $as_have_required = yes && (eval ": |
|---|
| 164 | (as_func_return () { |
|---|
| 165 | (exit \$1) |
|---|
| 166 | } |
|---|
| 167 | as_func_success () { |
|---|
| 168 | as_func_return 0 |
|---|
| 169 | } |
|---|
| 170 | as_func_failure () { |
|---|
| 171 | as_func_return 1 |
|---|
| 172 | } |
|---|
| 173 | as_func_ret_success () { |
|---|
| 174 | return 0 |
|---|
| 175 | } |
|---|
| 176 | as_func_ret_failure () { |
|---|
| 177 | return 1 |
|---|
| 178 | } |
|---|
| 179 | |
|---|
| 180 | exitcode=0 |
|---|
| 181 | if as_func_success; then |
|---|
| 182 | : |
|---|
| 183 | else |
|---|
| 184 | exitcode=1 |
|---|
| 185 | echo as_func_success failed. |
|---|
| 186 | fi |
|---|
| 187 | |
|---|
| 188 | if as_func_failure; then |
|---|
| 189 | exitcode=1 |
|---|
| 190 | echo as_func_failure succeeded. |
|---|
| 191 | fi |
|---|
| 192 | |
|---|
| 193 | if as_func_ret_success; then |
|---|
| 194 | : |
|---|
| 195 | else |
|---|
| 196 | exitcode=1 |
|---|
| 197 | echo as_func_ret_success failed. |
|---|
| 198 | fi |
|---|
| 199 | |
|---|
| 200 | if as_func_ret_failure; then |
|---|
| 201 | exitcode=1 |
|---|
| 202 | echo as_func_ret_failure succeeded. |
|---|
| 203 | fi |
|---|
| 204 | |
|---|
| 205 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
|---|
| 206 | : |
|---|
| 207 | else |
|---|
| 208 | exitcode=1 |
|---|
| 209 | echo positional parameters were not saved. |
|---|
| 210 | fi |
|---|
| 211 | |
|---|
| 212 | test \$exitcode = 0) || { (exit 1); exit 1; } |
|---|
| 213 | |
|---|
| 214 | ( |
|---|
| 215 | as_lineno_1=\$LINENO |
|---|
| 216 | as_lineno_2=\$LINENO |
|---|
| 217 | test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && |
|---|
| 218 | test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } |
|---|
| 219 | ") 2> /dev/null; then |
|---|
| 220 | : |
|---|
| 221 | else |
|---|
| 222 | as_candidate_shells= |
|---|
| 223 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|---|
| 224 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
|---|
| 225 | do |
|---|
| 226 | IFS=$as_save_IFS |
|---|
| 227 | test -z "$as_dir" && as_dir=. |
|---|
| 228 | case $as_dir in |
|---|
| 229 | /*) |
|---|
| 230 | for as_base in sh bash ksh sh5; do |
|---|
| 231 | as_candidate_shells="$as_candidate_shells $as_dir/$as_base" |
|---|
| 232 | done;; |
|---|
| 233 | esac |
|---|
| 234 | done |
|---|
| 235 | IFS=$as_save_IFS |
|---|
| 236 | |
|---|
| 237 | |
|---|
| 238 | for as_shell in $as_candidate_shells $SHELL; do |
|---|
| 239 | # Try only shells that exist, to save several forks. |
|---|
| 240 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
|---|
| 241 | { ("$as_shell") 2> /dev/null <<\_ASEOF |
|---|
| 242 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 243 | emulate sh |
|---|
| 244 | NULLCMD=: |
|---|
| 245 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
|---|
| 246 | # is contrary to our usage. Disable this feature. |
|---|
| 247 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 248 | setopt NO_GLOB_SUBST |
|---|
| 249 | else |
|---|
| 250 | case `(set -o) 2>/dev/null` in |
|---|
| 251 | *posix*) set -o posix ;; |
|---|
| 252 | esac |
|---|
| 253 | |
|---|
| 254 | fi |
|---|
| 255 | |
|---|
| 256 | |
|---|
| 257 | : |
|---|
| 258 | _ASEOF |
|---|
| 259 | }; then |
|---|
| 260 | CONFIG_SHELL=$as_shell |
|---|
| 261 | as_have_required=yes |
|---|
| 262 | if { "$as_shell" 2> /dev/null <<\_ASEOF |
|---|
| 263 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then |
|---|
| 264 | emulate sh |
|---|
| 265 | NULLCMD=: |
|---|
| 266 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which |
|---|
| 267 | # is contrary to our usage. Disable this feature. |
|---|
| 268 | alias -g '${1+"$@"}'='"$@"' |
|---|
| 269 | setopt NO_GLOB_SUBST |
|---|
| 270 | else |
|---|
| 271 | case `(set -o) 2>/dev/null` in |
|---|
| 272 | *posix*) set -o posix ;; |
|---|
| 273 | esac |
|---|
| 274 | |
|---|
| 275 | fi |
|---|
| 276 | |
|---|
| 277 | |
|---|
| 278 | : |
|---|
| 279 | (as_func_return () { |
|---|
| 280 | (exit $1) |
|---|
| 281 | } |
|---|
| 282 | as_func_success () { |
|---|
| 283 | as_func_return 0 |
|---|
| 284 | } |
|---|
| 285 | as_func_failure () { |
|---|
| 286 | as_func_return 1 |
|---|
| 287 | } |
|---|
| 288 | as_func_ret_success () { |
|---|
| 289 | return 0 |
|---|
| 290 | } |
|---|
| 291 | as_func_ret_failure () { |
|---|
| 292 | return 1 |
|---|
| 293 | } |
|---|
| 294 | |
|---|
| 295 | exitcode=0 |
|---|
| 296 | if as_func_success; then |
|---|
| 297 | : |
|---|
| 298 | else |
|---|
| 299 | exitcode=1 |
|---|
| 300 | echo as_func_success failed. |
|---|
| 301 | fi |
|---|
| 302 | |
|---|
| 303 | if as_func_failure; then |
|---|
| 304 | exitcode=1 |
|---|
| 305 | echo as_func_failure succeeded. |
|---|
| 306 | fi |
|---|
| 307 | |
|---|
| 308 | if as_func_ret_success; then |
|---|
| 309 | : |
|---|
| 310 | else |
|---|
| 311 | exitcode=1 |
|---|
| 312 | echo as_func_ret_success failed. |
|---|
| 313 | fi |
|---|
| 314 | |
|---|
| 315 | if as_func_ret_failure; then |
|---|
| 316 | exitcode=1 |
|---|
| 317 | echo as_func_ret_failure succeeded. |
|---|
| 318 | fi |
|---|
| 319 | |
|---|
| 320 | if ( set x; as_func_ret_success y && test x = "$1" ); then |
|---|
| 321 | : |
|---|
| 322 | else |
|---|
| 323 | exitcode=1 |
|---|
| 324 | echo positional parameters were not saved. |
|---|
| 325 | fi |
|---|
| 326 | |
|---|
| 327 | test $exitcode = 0) || { (exit 1); exit 1; } |
|---|
| 328 | |
|---|
| 329 | ( |
|---|
| 330 | as_lineno_1=$LINENO |
|---|
| 331 | as_lineno_2=$LINENO |
|---|
| 332 | test "x$as_lineno_1" != "x$as_lineno_2" && |
|---|
| 333 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } |
|---|
| 334 | |
|---|
| 335 | _ASEOF |
|---|
| 336 | }; then |
|---|
| 337 | break |
|---|
| 338 | fi |
|---|
| 339 | |
|---|
| 340 | fi |
|---|
| 341 | |
|---|
| 342 | done |
|---|
| 343 | |
|---|
| 344 | if test "x$CONFIG_SHELL" != x; then |
|---|
| 345 | for as_var in BASH_ENV ENV |
|---|
| 346 | do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var |
|---|
| 347 | done |
|---|
| 348 | export CONFIG_SHELL |
|---|
| 349 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
|---|
| 350 | fi |
|---|
| 351 | |
|---|
| 352 | |
|---|
| 353 | if test $as_have_required = no; then |
|---|
| 354 | echo This script requires a shell more modern than all the |
|---|
| 355 | echo shells that I found on your system. Please install a |
|---|
| 356 | echo modern shell, or manually run the script under such a |
|---|
| 357 | echo shell if you do have one. |
|---|
| 358 | { (exit 1); exit 1; } |
|---|
| 359 | fi |
|---|
| 360 | |
|---|
| 361 | |
|---|
| 362 | fi |
|---|
| 363 | |
|---|
| 364 | fi |
|---|
| 365 | |
|---|
| 366 | |
|---|
| 367 | |
|---|
| 368 | (eval "as_func_return () { |
|---|
| 369 | (exit \$1) |
|---|
| 370 | } |
|---|
| 371 | as_func_success () { |
|---|
| 372 | as_func_return 0 |
|---|
| 373 | } |
|---|
| 374 | as_func_failure () { |
|---|
| 375 | as_func_return 1 |
|---|
| 376 | } |
|---|
| 377 | as_func_ret_success () { |
|---|
| 378 | return 0 |
|---|
| 379 | } |
|---|
| 380 | as_func_ret_failure () { |
|---|
| 381 | return 1 |
|---|
| 382 | } |
|---|
| 383 | |
|---|
| 384 | exitcode=0 |
|---|
| 385 | if as_func_success; then |
|---|
| 386 | : |
|---|
| 387 | else |
|---|
| 388 | exitcode=1 |
|---|
| 389 | echo as_func_success failed. |
|---|
| 390 | fi |
|---|
| 391 | |
|---|
| 392 | if as_func_failure; then |
|---|
| 393 | exitcode=1 |
|---|
| 394 | echo as_func_failure succeeded. |
|---|
| 395 | fi |
|---|
| 396 | |
|---|
| 397 | if as_func_ret_success; then |
|---|
| 398 | : |
|---|
| 399 | else |
|---|
| 400 | exitcode=1 |
|---|
| 401 | echo as_func_ret_success failed. |
|---|
| 402 | fi |
|---|
| 403 | |
|---|
| 404 | if as_func_ret_failure; then |
|---|
| 405 | exitcode=1 |
|---|
| 406 | echo as_func_ret_failure succeeded. |
|---|
| 407 | fi |
|---|
| 408 | |
|---|
| 409 | if ( set x; as_func_ret_success y && test x = \"\$1\" ); then |
|---|
| 410 | : |
|---|
| 411 | else |
|---|
| 412 | exitcode=1 |
|---|
| 413 | echo positional parameters were not saved. |
|---|
| 414 | fi |
|---|
| 415 | |
|---|
| 416 | test \$exitcode = 0") || { |
|---|
| 417 | echo No shell found that supports shell functions. |
|---|
| 418 | echo Please tell autoconf@gnu.org about your system, |
|---|
| 419 | echo including any error possibly output before this |
|---|
| 420 | echo message |
|---|
| 421 | } |
|---|
| 422 | |
|---|
| 423 | |
|---|
| 424 | |
|---|
| 425 | as_lineno_1=$LINENO |
|---|
| 426 | as_lineno_2=$LINENO |
|---|
| 427 | test "x$as_lineno_1" != "x$as_lineno_2" && |
|---|
| 428 | test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { |
|---|
| 429 | |
|---|
| 430 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO |
|---|
| 431 | # uniformly replaced by the line number. The first 'sed' inserts a |
|---|
| 432 | # line-number line after each line using $LINENO; the second 'sed' |
|---|
| 433 | # does the real work. The second script uses 'N' to pair each |
|---|
| 434 | # line-number line with the line containing $LINENO, and appends |
|---|
| 435 | # trailing '-' during substitution so that $LINENO is not a special |
|---|
| 436 | # case at line end. |
|---|
| 437 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the |
|---|
| 438 | # scripts with optimization help from Paolo Bonzini. Blame Lee |
|---|
| 439 | # E. McMahon (1931-1989) for sed's syntax. :-) |
|---|
| 440 | sed -n ' |
|---|
| 441 | p |
|---|
| 442 | /[$]LINENO/= |
|---|
| 443 | ' <$as_myself | |
|---|
| 444 | sed ' |
|---|
| 445 | s/[$]LINENO.*/&-/ |
|---|
| 446 | t lineno |
|---|
| 447 | b |
|---|
| 448 | :lineno |
|---|
| 449 | N |
|---|
| 450 | :loop |
|---|
| 451 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
|---|
| 452 | t loop |
|---|
| 453 | s/-\n.*// |
|---|
| 454 | ' >$as_me.lineno && |
|---|
| 455 | chmod +x "$as_me.lineno" || |
|---|
| 456 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 |
|---|
| 457 | { (exit 1); exit 1; }; } |
|---|
| 458 | |
|---|
| 459 | # Don't try to exec as it changes $[0], causing all sort of problems |
|---|
| 460 | # (the dirname of $[0] is not the place where we might find the |
|---|
| 461 | # original and so on. Autoconf is especially sensitive to this). |
|---|
| 462 | . "./$as_me.lineno" |
|---|
| 463 | # Exit status is that of the last command. |
|---|
| 464 | exit |
|---|
| 465 | } |
|---|
| 466 | |
|---|
| 467 | |
|---|
| 468 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
|---|
| 469 | as_dirname=dirname |
|---|
| 470 | else |
|---|
| 471 | as_dirname=false |
|---|
| 472 | fi |
|---|
| 473 | |
|---|
| 474 | ECHO_C= ECHO_N= ECHO_T= |
|---|
| 475 | case `echo -n x` in |
|---|
| 476 | -n*) |
|---|
| 477 | case `echo 'x\c'` in |
|---|
| 478 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
|---|
| 479 | *) ECHO_C='\c';; |
|---|
| 480 | esac;; |
|---|
| 481 | *) |
|---|
| 482 | ECHO_N='-n';; |
|---|
| 483 | esac |
|---|
| 484 | |
|---|
| 485 | if expr a : '\(a\)' >/dev/null 2>&1 && |
|---|
| 486 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
|---|
| 487 | as_expr=expr |
|---|
| 488 | else |
|---|
| 489 | as_expr=false |
|---|
| 490 | fi |
|---|
| 491 | |
|---|
| 492 | rm -f conf$$ conf$$.exe conf$$.file |
|---|
| 493 | if test -d conf$$.dir; then |
|---|
| 494 | rm -f conf$$.dir/conf$$.file |
|---|
| 495 | else |
|---|
| 496 | rm -f conf$$.dir |
|---|
| 497 | mkdir conf$$.dir |
|---|
| 498 | fi |
|---|
| 499 | echo >conf$$.file |
|---|
| 500 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
|---|
| 501 | as_ln_s='ln -s' |
|---|
| 502 | # ... but there are two gotchas: |
|---|
| 503 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
|---|
| 504 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
|---|
| 505 | # In both cases, we have to default to `cp -p'. |
|---|
| 506 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
|---|
| 507 | as_ln_s='cp -p' |
|---|
| 508 | elif ln conf$$.file conf$$ 2>/dev/null; then |
|---|
| 509 | as_ln_s=ln |
|---|
| 510 | else |
|---|
| 511 | as_ln_s='cp -p' |
|---|
| 512 | fi |
|---|
| 513 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
|---|
| 514 | rmdir conf$$.dir 2>/dev/null |
|---|
| 515 | |
|---|
| 516 | if mkdir -p . 2>/dev/null; then |
|---|
| 517 | as_mkdir_p=: |
|---|
| 518 | else |
|---|
| 519 | test -d ./-p && rmdir ./-p |
|---|
| 520 | as_mkdir_p=false |
|---|
| 521 | fi |
|---|
| 522 | |
|---|
| 523 | if test -x / >/dev/null 2>&1; then |
|---|
| 524 | as_test_x='test -x' |
|---|
| 525 | else |
|---|
| 526 | if ls -dL / >/dev/null 2>&1; then |
|---|
| 527 | as_ls_L_option=L |
|---|
| 528 | else |
|---|
| 529 | as_ls_L_option= |
|---|
| 530 | fi |
|---|
| 531 | as_test_x=' |
|---|
| 532 | eval sh -c '\'' |
|---|
| 533 | if test -d "$1"; then |
|---|
| 534 | test -d "$1/."; |
|---|
| 535 | else |
|---|
| 536 | case $1 in |
|---|
| 537 | -*)set "./$1";; |
|---|
| 538 | esac; |
|---|
| 539 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in |
|---|
| 540 | ???[sx]*):;;*)false;;esac;fi |
|---|
| 541 | '\'' sh |
|---|
| 542 | ' |
|---|
| 543 | fi |
|---|
| 544 | as_executable_p=$as_test_x |
|---|
| 545 | |
|---|
| 546 | # Sed expression to map a string onto a valid CPP name. |
|---|
| 547 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 548 | |
|---|
| 549 | # Sed expression to map a string onto a valid variable name. |
|---|
| 550 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
|---|
| 551 | |
|---|
| 552 | |
|---|
| 553 | |
|---|
| 554 | exec 7<&0 </dev/null 6>&1 |
|---|
| 555 | |
|---|
| 556 | # Name of the host. |
|---|
| 557 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
|---|
| 558 | # so uname gets run too. |
|---|
| 559 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
|---|
| 560 | |
|---|
| 561 | # |
|---|
| 562 | # Initializations. |
|---|
| 563 | # |
|---|
| 564 | ac_default_prefix=/usr/local |
|---|
| 565 | ac_clean_files= |
|---|
| 566 | ac_config_libobj_dir=. |
|---|
| 567 | LIBOBJS= |
|---|
| 568 | cross_compiling=no |
|---|
| 569 | subdirs= |
|---|
| 570 | MFLAGS= |
|---|
| 571 | MAKEFLAGS= |
|---|
| 572 | SHELL=${CONFIG_SHELL-/bin/sh} |
|---|
| 573 | |
|---|
| 574 | # Identity of this package. |
|---|
| 575 | PACKAGE_NAME='mokash' |
|---|
| 576 | PACKAGE_TARNAME='mokash' |
|---|
| 577 | PACKAGE_VERSION='0.1' |
|---|
| 578 | PACKAGE_STRING='mokash 0.1' |
|---|
| 579 | PACKAGE_BUGREPORT='Christopher McCurdy <christopher.mccurdy@gmail.com>' |
|---|
| 580 | |
|---|
| 581 | # Factoring default headers for most tests. |
|---|
| 582 | ac_includes_default="\ |
|---|
| 583 | #include <stdio.h> |
|---|
| 584 | #ifdef HAVE_SYS_TYPES_H |
|---|
| 585 | # include <sys/types.h> |
|---|
| 586 | #endif |
|---|
| 587 | #ifdef HAVE_SYS_STAT_H |
|---|
| 588 | # include <sys/stat.h> |
|---|
| 589 | #endif |
|---|
| 590 | #ifdef STDC_HEADERS |
|---|
| 591 | # include <stdlib.h> |
|---|
| 592 | # include <stddef.h> |
|---|
| 593 | #else |
|---|
| 594 | # ifdef HAVE_STDLIB_H |
|---|
| 595 | # include <stdlib.h> |
|---|
| 596 | # endif |
|---|
| 597 | #endif |
|---|
| 598 | #ifdef HAVE_STRING_H |
|---|
| 599 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 600 | # include <memory.h> |
|---|
| 601 | # endif |
|---|
| 602 | # include <string.h> |
|---|
| 603 | #endif |
|---|
| 604 | #ifdef HAVE_STRINGS_H |
|---|
| 605 | # include <strings.h> |
|---|
| 606 | #endif |
|---|
| 607 | #ifdef HAVE_INTTYPES_H |
|---|
| 608 | # include <inttypes.h> |
|---|
| 609 | #endif |
|---|
| 610 | #ifdef HAVE_STDINT_H |
|---|
| 611 | # include <stdint.h> |
|---|
| 612 | #endif |
|---|
| 613 | #ifdef HAVE_UNISTD_H |
|---|
| 614 | # include <unistd.h> |
|---|
| 615 | #endif" |
|---|
| 616 | |
|---|
| 617 | ac_subst_vars='SHELL |
|---|
| 618 | PATH_SEPARATOR |
|---|
| 619 | PACKAGE_NAME |
|---|
| 620 | PACKAGE_TARNAME |
|---|
| 621 | PACKAGE_VERSION |
|---|
| 622 | PACKAGE_STRING |
|---|
| 623 | PACKAGE_BUGREPORT |
|---|
| 624 | exec_prefix |
|---|
| 625 | prefix |
|---|
| 626 | program_transform_name |
|---|
| 627 | bindir |
|---|
| 628 | sbindir |
|---|
| 629 | libexecdir |
|---|
| 630 | datarootdir |
|---|
| 631 | datadir |
|---|
| 632 | sysconfdir |
|---|
| 633 | sharedstatedir |
|---|
| 634 | localstatedir |
|---|
| 635 | includedir |
|---|
| 636 | oldincludedir |
|---|
| 637 | docdir |
|---|
| 638 | infodir |
|---|
| 639 | htmldir |
|---|
| 640 | dvidir |
|---|
| 641 | pdfdir |
|---|
| 642 | psdir |
|---|
| 643 | libdir |
|---|
| 644 | localedir |
|---|
| 645 | mandir |
|---|
| 646 | DEFS |
|---|
| 647 | ECHO_C |
|---|
| 648 | ECHO_N |
|---|
| 649 | ECHO_T |
|---|
| 650 | LIBS |
|---|
| 651 | build_alias |
|---|
| 652 | host_alias |
|---|
| 653 | target_alias |
|---|
| 654 | INSTALL_PROGRAM |
|---|
| 655 | INSTALL_SCRIPT |
|---|
| 656 | INSTALL_DATA |
|---|
| 657 | am__isrc |
|---|
| 658 | CYGPATH_W |
|---|
| 659 | PACKAGE |
|---|
| 660 | VERSION |
|---|
| 661 | ACLOCAL |
|---|
| 662 | AUTOCONF |
|---|
| 663 | AUTOMAKE |
|---|
| 664 | AUTOHEADER |
|---|
| 665 | MAKEINFO |
|---|
| 666 | install_sh |
|---|
| 667 | STRIP |
|---|
| 668 | INSTALL_STRIP_PROGRAM |
|---|
| 669 | mkdir_p |
|---|
| 670 | AWK |
|---|
| 671 | SET_MAKE |
|---|
| 672 | am__leading_dot |
|---|
| 673 | AMTAR |
|---|
| 674 | am__tar |
|---|
| 675 | am__untar |
|---|
| 676 | CC |
|---|
| 677 | CFLAGS |
|---|
| 678 | LDFLAGS |
|---|
| 679 | CPPFLAGS |
|---|
| 680 | ac_ct_CC |
|---|
| 681 | EXEEXT |
|---|
| 682 | OBJEXT |
|---|
| 683 | DEPDIR |
|---|
| 684 | am__include |
|---|
| 685 | am__quote |
|---|
| 686 | AMDEP_TRUE |
|---|
| 687 | AMDEP_FALSE |
|---|
| 688 | AMDEPBACKSLASH |
|---|
| 689 | CCDEPMODE |
|---|
| 690 | am__fastdepCC_TRUE |
|---|
| 691 | am__fastdepCC_FALSE |
|---|
| 692 | CPP |
|---|
| 693 | GREP |
|---|
| 694 | EGREP |
|---|
| 695 | PKG_CONFIG |
|---|
| 696 | GTK_CFLAGS |
|---|
| 697 | GTK_LIBS |
|---|
| 698 | LIBOBJS |
|---|
| 699 | LTLIBOBJS' |
|---|
| 700 | ac_subst_files='' |
|---|
| 701 | ac_precious_vars='build_alias |
|---|
| 702 | host_alias |
|---|
| 703 | target_alias |
|---|
| 704 | CC |
|---|
| 705 | CFLAGS |
|---|
| 706 | LDFLAGS |
|---|
| 707 | LIBS |
|---|
| 708 | CPPFLAGS |
|---|
| 709 | CPP' |
|---|
| 710 | |
|---|
| 711 | |
|---|
| 712 | # Initialize some variables set by options. |
|---|
| 713 | ac_init_help= |
|---|
| 714 | ac_init_version=false |
|---|
| 715 | # The variables have the same names as the options, with |
|---|
| 716 | # dashes changed to underlines. |
|---|
| 717 | cache_file=/dev/null |
|---|
| 718 | exec_prefix=NONE |
|---|
| 719 | no_create= |
|---|
| 720 | no_recursion= |
|---|
| 721 | prefix=NONE |
|---|
| 722 | program_prefix=NONE |
|---|
| 723 | program_suffix=NONE |
|---|
| 724 | program_transform_name=s,x,x, |
|---|
| 725 | silent= |
|---|
| 726 | site= |
|---|
| 727 | srcdir= |
|---|
| 728 | verbose= |
|---|
| 729 | x_includes=NONE |
|---|
| 730 | x_libraries=NONE |
|---|
| 731 | |
|---|
| 732 | # Installation directory options. |
|---|
| 733 | # These are left unexpanded so users can "make install exec_prefix=/foo" |
|---|
| 734 | # and all the variables that are supposed to be based on exec_prefix |
|---|
| 735 | # by default will actually change. |
|---|
| 736 | # Use braces instead of parens because sh, perl, etc. also accept them. |
|---|
| 737 | # (The list follows the same order as the GNU Coding Standards.) |
|---|
| 738 | bindir='${exec_prefix}/bin' |
|---|
| 739 | sbindir='${exec_prefix}/sbin' |
|---|
| 740 | libexecdir='${exec_prefix}/libexec' |
|---|
| 741 | datarootdir='${prefix}/share' |
|---|
| 742 | datadir='${datarootdir}' |
|---|
| 743 | sysconfdir='${prefix}/etc' |
|---|
| 744 | sharedstatedir='${prefix}/com' |
|---|
| 745 | localstatedir='${prefix}/var' |
|---|
| 746 | includedir='${prefix}/include' |
|---|
| 747 | oldincludedir='/usr/include' |
|---|
| 748 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|---|
| 749 | infodir='${datarootdir}/info' |
|---|
| 750 | htmldir='${docdir}' |
|---|
| 751 | dvidir='${docdir}' |
|---|
| 752 | pdfdir='${docdir}' |
|---|
| 753 | psdir='${docdir}' |
|---|
| 754 | libdir='${exec_prefix}/lib' |
|---|
| 755 | localedir='${datarootdir}/locale' |
|---|
| 756 | mandir='${datarootdir}/man' |
|---|
| 757 | |
|---|
| 758 | ac_prev= |
|---|
| 759 | ac_dashdash= |
|---|
| 760 | for ac_option |
|---|
| 761 | do |
|---|
| 762 | # If the previous option needs an argument, assign it. |
|---|
| 763 | if test -n "$ac_prev"; then |
|---|
| 764 | eval $ac_prev=\$ac_option |
|---|
| 765 | ac_prev= |
|---|
| 766 | continue |
|---|
| 767 | fi |
|---|
| 768 | |
|---|
| 769 | case $ac_option in |
|---|
| 770 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
|---|
| 771 | *) ac_optarg=yes ;; |
|---|
| 772 | esac |
|---|
| 773 | |
|---|
| 774 | # Accept the important Cygnus configure options, so we can diagnose typos. |
|---|
| 775 | |
|---|
| 776 | case $ac_dashdash$ac_option in |
|---|
| 777 | --) |
|---|
| 778 | ac_dashdash=yes ;; |
|---|
| 779 | |
|---|
| 780 | -bindir | --bindir | --bindi | --bind | --bin | --bi) |
|---|
| 781 | ac_prev=bindir ;; |
|---|
| 782 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) |
|---|
| 783 | bindir=$ac_optarg ;; |
|---|
| 784 | |
|---|
| 785 | -build | --build | --buil | --bui | --bu) |
|---|
| 786 | ac_prev=build_alias ;; |
|---|
| 787 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) |
|---|
| 788 | build_alias=$ac_optarg ;; |
|---|
| 789 | |
|---|
| 790 | -cache-file | --cache-file | --cache-fil | --cache-fi \ |
|---|
| 791 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) |
|---|
| 792 | ac_prev=cache_file ;; |
|---|
| 793 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ |
|---|
| 794 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) |
|---|
| 795 | cache_file=$ac_optarg ;; |
|---|
| 796 | |
|---|
| 797 | --config-cache | -C) |
|---|
| 798 | cache_file=config.cache ;; |
|---|
| 799 | |
|---|
| 800 | -datadir | --datadir | --datadi | --datad) |
|---|
| 801 | ac_prev=datadir ;; |
|---|
| 802 | -datadir=* | --datadir=* | --datadi=* | --datad=*) |
|---|
| 803 | datadir=$ac_optarg ;; |
|---|
| 804 | |
|---|
| 805 | -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ |
|---|
| 806 | | --dataroo | --dataro | --datar) |
|---|
| 807 | ac_prev=datarootdir ;; |
|---|
| 808 | -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ |
|---|
| 809 | | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) |
|---|
| 810 | datarootdir=$ac_optarg ;; |
|---|
| 811 | |
|---|
| 812 | -disable-* | --disable-*) |
|---|
| 813 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
|---|
| 814 | # Reject names that are not valid shell variable names. |
|---|
| 815 | expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
|---|
| 816 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
|---|
| 817 | { (exit 1); exit 1; }; } |
|---|
| 818 | ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
|---|
| 819 | eval enable_$ac_feature=no ;; |
|---|
| 820 | |
|---|
| 821 | -docdir | --docdir | --docdi | --doc | --do) |
|---|
| 822 | ac_prev=docdir ;; |
|---|
| 823 | -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) |
|---|
| 824 | docdir=$ac_optarg ;; |
|---|
| 825 | |
|---|
| 826 | -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) |
|---|
| 827 | ac_prev=dvidir ;; |
|---|
| 828 | -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) |
|---|
| 829 | dvidir=$ac_optarg ;; |
|---|
| 830 | |
|---|
| 831 | -enable-* | --enable-*) |
|---|
| 832 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
|---|
| 833 | # Reject names that are not valid shell variable names. |
|---|
| 834 | expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && |
|---|
| 835 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 |
|---|
| 836 | { (exit 1); exit 1; }; } |
|---|
| 837 | ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` |
|---|
| 838 | eval enable_$ac_feature=\$ac_optarg ;; |
|---|
| 839 | |
|---|
| 840 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ |
|---|
| 841 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ |
|---|
| 842 | | --exec | --exe | --ex) |
|---|
| 843 | ac_prev=exec_prefix ;; |
|---|
| 844 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ |
|---|
| 845 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ |
|---|
| 846 | | --exec=* | --exe=* | --ex=*) |
|---|
| 847 | exec_prefix=$ac_optarg ;; |
|---|
| 848 | |
|---|
| 849 | -gas | --gas | --ga | --g) |
|---|
| 850 | # Obsolete; use --with-gas. |
|---|
| 851 | with_gas=yes ;; |
|---|
| 852 | |
|---|
| 853 | -help | --help | --hel | --he | -h) |
|---|
| 854 | ac_init_help=long ;; |
|---|
| 855 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) |
|---|
| 856 | ac_init_help=recursive ;; |
|---|
| 857 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) |
|---|
| 858 | ac_init_help=short ;; |
|---|
| 859 | |
|---|
| 860 | -host | --host | --hos | --ho) |
|---|
| 861 | ac_prev=host_alias ;; |
|---|
| 862 | -host=* | --host=* | --hos=* | --ho=*) |
|---|
| 863 | host_alias=$ac_optarg ;; |
|---|
| 864 | |
|---|
| 865 | -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) |
|---|
| 866 | ac_prev=htmldir ;; |
|---|
| 867 | -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ |
|---|
| 868 | | --ht=*) |
|---|
| 869 | htmldir=$ac_optarg ;; |
|---|
| 870 | |
|---|
| 871 | -includedir | --includedir | --includedi | --included | --include \ |
|---|
| 872 | | --includ | --inclu | --incl | --inc) |
|---|
| 873 | ac_prev=includedir ;; |
|---|
| 874 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ |
|---|
| 875 | | --includ=* | --inclu=* | --incl=* | --inc=*) |
|---|
| 876 | includedir=$ac_optarg ;; |
|---|
| 877 | |
|---|
| 878 | -infodir | --infodir | --infodi | --infod | --info | --inf) |
|---|
| 879 | ac_prev=infodir ;; |
|---|
| 880 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) |
|---|
| 881 | infodir=$ac_optarg ;; |
|---|
| 882 | |
|---|
| 883 | -libdir | --libdir | --libdi | --libd) |
|---|
| 884 | ac_prev=libdir ;; |
|---|
| 885 | -libdir=* | --libdir=* | --libdi=* | --libd=*) |
|---|
| 886 | libdir=$ac_optarg ;; |
|---|
| 887 | |
|---|
| 888 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ |
|---|
| 889 | | --libexe | --libex | --libe) |
|---|
| 890 | ac_prev=libexecdir ;; |
|---|
| 891 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ |
|---|
| 892 | | --libexe=* | --libex=* | --libe=*) |
|---|
| 893 | libexecdir=$ac_optarg ;; |
|---|
| 894 | |
|---|
| 895 | -localedir | --localedir | --localedi | --localed | --locale) |
|---|
| 896 | ac_prev=localedir ;; |
|---|
| 897 | -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) |
|---|
| 898 | localedir=$ac_optarg ;; |
|---|
| 899 | |
|---|
| 900 | -localstatedir | --localstatedir | --localstatedi | --localstated \ |
|---|
| 901 | | --localstate | --localstat | --localsta | --localst | --locals) |
|---|
| 902 | ac_prev=localstatedir ;; |
|---|
| 903 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ |
|---|
| 904 | | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) |
|---|
| 905 | localstatedir=$ac_optarg ;; |
|---|
| 906 | |
|---|
| 907 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) |
|---|
| 908 | ac_prev=mandir ;; |
|---|
| 909 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) |
|---|
| 910 | mandir=$ac_optarg ;; |
|---|
| 911 | |
|---|
| 912 | -nfp | --nfp | --nf) |
|---|
| 913 | # Obsolete; use --without-fp. |
|---|
| 914 | with_fp=no ;; |
|---|
| 915 | |
|---|
| 916 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ |
|---|
| 917 | | --no-cr | --no-c | -n) |
|---|
| 918 | no_create=yes ;; |
|---|
| 919 | |
|---|
| 920 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ |
|---|
| 921 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) |
|---|
| 922 | no_recursion=yes ;; |
|---|
| 923 | |
|---|
| 924 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ |
|---|
| 925 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ |
|---|
| 926 | | --oldin | --oldi | --old | --ol | --o) |
|---|
| 927 | ac_prev=oldincludedir ;; |
|---|
| 928 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ |
|---|
| 929 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ |
|---|
| 930 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) |
|---|
| 931 | oldincludedir=$ac_optarg ;; |
|---|
| 932 | |
|---|
| 933 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) |
|---|
| 934 | ac_prev=prefix ;; |
|---|
| 935 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) |
|---|
| 936 | prefix=$ac_optarg ;; |
|---|
| 937 | |
|---|
| 938 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ |
|---|
| 939 | | --program-pre | --program-pr | --program-p) |
|---|
| 940 | ac_prev=program_prefix ;; |
|---|
| 941 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ |
|---|
| 942 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) |
|---|
| 943 | program_prefix=$ac_optarg ;; |
|---|
| 944 | |
|---|
| 945 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ |
|---|
| 946 | | --program-suf | --program-su | --program-s) |
|---|
| 947 | ac_prev=program_suffix ;; |
|---|
| 948 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ |
|---|
| 949 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) |
|---|
| 950 | program_suffix=$ac_optarg ;; |
|---|
| 951 | |
|---|
| 952 | -program-transform-name | --program-transform-name \ |
|---|
| 953 | | --program-transform-nam | --program-transform-na \ |
|---|
| 954 | | --program-transform-n | --program-transform- \ |
|---|
| 955 | | --program-transform | --program-transfor \ |
|---|
| 956 | | --program-transfo | --program-transf \ |
|---|
| 957 | | --program-trans | --program-tran \ |
|---|
| 958 | | --progr-tra | --program-tr | --program-t) |
|---|
| 959 | ac_prev=program_transform_name ;; |
|---|
| 960 | -program-transform-name=* | --program-transform-name=* \ |
|---|
| 961 | | --program-transform-nam=* | --program-transform-na=* \ |
|---|
| 962 | | --program-transform-n=* | --program-transform-=* \ |
|---|
| 963 | | --program-transform=* | --program-transfor=* \ |
|---|
| 964 | | --program-transfo=* | --program-transf=* \ |
|---|
| 965 | | --program-trans=* | --program-tran=* \ |
|---|
| 966 | | --progr-tra=* | --program-tr=* | --program-t=*) |
|---|
| 967 | program_transform_name=$ac_optarg ;; |
|---|
| 968 | |
|---|
| 969 | -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) |
|---|
| 970 | ac_prev=pdfdir ;; |
|---|
| 971 | -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) |
|---|
| 972 | pdfdir=$ac_optarg ;; |
|---|
| 973 | |
|---|
| 974 | -psdir | --psdir | --psdi | --psd | --ps) |
|---|
| 975 | ac_prev=psdir ;; |
|---|
| 976 | -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) |
|---|
| 977 | psdir=$ac_optarg ;; |
|---|
| 978 | |
|---|
| 979 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
|---|
| 980 | | -silent | --silent | --silen | --sile | --sil) |
|---|
| 981 | silent=yes ;; |
|---|
| 982 | |
|---|
| 983 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
|---|
| 984 | ac_prev=sbindir ;; |
|---|
| 985 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|---|
| 986 | | --sbi=* | --sb=*) |
|---|
| 987 | sbindir=$ac_optarg ;; |
|---|
| 988 | |
|---|
| 989 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ |
|---|
| 990 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ |
|---|
| 991 | | --sharedst | --shareds | --shared | --share | --shar \ |
|---|
| 992 | | --sha | --sh) |
|---|
| 993 | ac_prev=sharedstatedir ;; |
|---|
| 994 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ |
|---|
| 995 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ |
|---|
| 996 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ |
|---|
| 997 | | --sha=* | --sh=*) |
|---|
| 998 | sharedstatedir=$ac_optarg ;; |
|---|
| 999 | |
|---|
| 1000 | -site | --site | --sit) |
|---|
| 1001 | ac_prev=site ;; |
|---|
| 1002 | -site=* | --site=* | --sit=*) |
|---|
| 1003 | site=$ac_optarg ;; |
|---|
| 1004 | |
|---|
| 1005 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) |
|---|
| 1006 | ac_prev=srcdir ;; |
|---|
| 1007 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) |
|---|
| 1008 | srcdir=$ac_optarg ;; |
|---|
| 1009 | |
|---|
| 1010 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ |
|---|
| 1011 | | --syscon | --sysco | --sysc | --sys | --sy) |
|---|
| 1012 | ac_prev=sysconfdir ;; |
|---|
| 1013 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ |
|---|
| 1014 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) |
|---|
| 1015 | sysconfdir=$ac_optarg ;; |
|---|
| 1016 | |
|---|
| 1017 | -target | --target | --targe | --targ | --tar | --ta | --t) |
|---|
| 1018 | ac_prev=target_alias ;; |
|---|
| 1019 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) |
|---|
| 1020 | target_alias=$ac_optarg ;; |
|---|
| 1021 | |
|---|
| 1022 | -v | -verbose | --verbose | --verbos | --verbo | --verb) |
|---|
| 1023 | verbose=yes ;; |
|---|
| 1024 | |
|---|
| 1025 | -version | --version | --versio | --versi | --vers | -V) |
|---|
| 1026 | ac_init_version=: ;; |
|---|
| 1027 | |
|---|
| 1028 | -with-* | --with-*) |
|---|
| 1029 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
|---|
| 1030 | # Reject names that are not valid shell variable names. |
|---|
| 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=\$ac_optarg ;; |
|---|
| 1036 | |
|---|
| 1037 | -without-* | --without-*) |
|---|
| 1038 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
|---|
| 1039 | # Reject names that are not valid shell variable names. |
|---|
| 1040 | expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && |
|---|
| 1041 | { echo "$as_me: error: invalid package name: $ac_package" >&2 |
|---|
| 1042 | { (exit 1); exit 1; }; } |
|---|
| 1043 | ac_package=`echo $ac_package | sed 's/[-.]/_/g'` |
|---|
| 1044 | eval with_$ac_package=no ;; |
|---|
| 1045 | |
|---|
| 1046 | --x) |
|---|
| 1047 | # Obsolete; use --with-x. |
|---|
| 1048 | with_x=yes ;; |
|---|
| 1049 | |
|---|
| 1050 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ |
|---|
| 1051 | | --x-incl | --x-inc | --x-in | --x-i) |
|---|
| 1052 | ac_prev=x_includes ;; |
|---|
| 1053 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ |
|---|
| 1054 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) |
|---|
| 1055 | x_includes=$ac_optarg ;; |
|---|
| 1056 | |
|---|
| 1057 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ |
|---|
| 1058 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) |
|---|
| 1059 | ac_prev=x_libraries ;; |
|---|
| 1060 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ |
|---|
| 1061 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
|---|
| 1062 | x_libraries=$ac_optarg ;; |
|---|
| 1063 | |
|---|
| 1064 | -*) { echo "$as_me: error: unrecognized option: $ac_option |
|---|
| 1065 | Try \`$0 --help' for more information." >&2 |
|---|
| 1066 | { (exit 1); exit 1; }; } |
|---|
| 1067 | ;; |
|---|
| 1068 | |
|---|
| 1069 | *=*) |
|---|
| 1070 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` |
|---|
| 1071 | # Reject names that are not valid shell variable names. |
|---|
| 1072 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && |
|---|
| 1073 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 |
|---|
| 1074 | { (exit 1); exit 1; }; } |
|---|
| 1075 | eval $ac_envvar=\$ac_optarg |
|---|
| 1076 | export $ac_envvar ;; |
|---|
| 1077 | |
|---|
| 1078 | *) |
|---|
| 1079 | # FIXME: should be removed in autoconf 3.0. |
|---|
| 1080 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
|---|
| 1081 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
|---|
| 1082 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
|---|
| 1083 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
|---|
| 1084 | ;; |
|---|
| 1085 | |
|---|
| 1086 | esac |
|---|
| 1087 | done |
|---|
| 1088 | |
|---|
| 1089 | if test -n "$ac_prev"; then |
|---|
| 1090 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
|---|
| 1091 | { echo "$as_me: error: missing argument to $ac_option" >&2 |
|---|
| 1092 | { (exit 1); exit 1; }; } |
|---|
| 1093 | fi |
|---|
| 1094 | |
|---|
| 1095 | # Be sure to have absolute directory names. |
|---|
| 1096 | for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
|---|
| 1097 | datadir sysconfdir sharedstatedir localstatedir includedir \ |
|---|
| 1098 | oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
|---|
| 1099 | libdir localedir mandir |
|---|
| 1100 | do |
|---|
| 1101 | eval ac_val=\$$ac_var |
|---|
| 1102 | case $ac_val in |
|---|
| 1103 | [\\/$]* | ?:[\\/]* ) continue;; |
|---|
| 1104 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
|---|
| 1105 | esac |
|---|
| 1106 | { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 |
|---|
| 1107 | { (exit 1); exit 1; }; } |
|---|
| 1108 | done |
|---|
| 1109 | |
|---|
| 1110 | # There might be people who depend on the old broken behavior: `$host' |
|---|
| 1111 | # used to hold the argument of --host etc. |
|---|
| 1112 | # FIXME: To remove some day. |
|---|
| 1113 | build=$build_alias |
|---|
| 1114 | host=$host_alias |
|---|
| 1115 | target=$target_alias |
|---|
| 1116 | |
|---|
| 1117 | # FIXME: To remove some day. |
|---|
| 1118 | if test "x$host_alias" != x; then |
|---|
| 1119 | if test "x$build_alias" = x; then |
|---|
| 1120 | cross_compiling=maybe |
|---|
| 1121 | echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
|---|
| 1122 | If a cross compiler is detected then cross compile mode will be used." >&2 |
|---|
| 1123 | elif test "x$build_alias" != "x$host_alias"; then |
|---|
| 1124 | cross_compiling=yes |
|---|
| 1125 | fi |
|---|
| 1126 | fi |
|---|
| 1127 | |
|---|
| 1128 | ac_tool_prefix= |
|---|
| 1129 | test -n "$host_alias" && ac_tool_prefix=$host_alias- |
|---|
| 1130 | |
|---|
| 1131 | test "$silent" = yes && exec 6>/dev/null |
|---|
| 1132 | |
|---|
| 1133 | |
|---|
| 1134 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
|---|
| 1135 | ac_ls_di=`ls -di .` && |
|---|
| 1136 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
|---|
| 1137 | { echo "$as_me: error: Working directory cannot be determined" >&2 |
|---|
| 1138 | { (exit 1); exit 1; }; } |
|---|
| 1139 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
|---|
| 1140 | { echo "$as_me: error: pwd does not report name of working directory" >&2 |
|---|
| 1141 | { (exit 1); exit 1; }; } |
|---|
| 1142 | |
|---|
| 1143 | |
|---|
| 1144 | # Find the source files, if location was not specified. |
|---|
| 1145 | if test -z "$srcdir"; then |
|---|
| 1146 | ac_srcdir_defaulted=yes |
|---|
| 1147 | # Try the directory containing this script, then the parent directory. |
|---|
| 1148 | ac_confdir=`$as_dirname -- "$0" || |
|---|
| 1149 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|---|
| 1150 | X"$0" : 'X\(//\)[^/]' \| \ |
|---|
| 1151 | X"$0" : 'X\(//\)$' \| \ |
|---|
| 1152 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
|---|
| 1153 | echo X"$0" | |
|---|
| 1154 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|---|
| 1155 | s//\1/ |
|---|
| 1156 | q |
|---|
| 1157 | } |
|---|
| 1158 | /^X\(\/\/\)[^/].*/{ |
|---|
| 1159 | s//\1/ |
|---|
| 1160 | q |
|---|
| 1161 | } |
|---|
| 1162 | /^X\(\/\/\)$/{ |
|---|
| 1163 | s//\1/ |
|---|
| 1164 | q |
|---|
| 1165 | } |
|---|
| 1166 | /^X\(\/\).*/{ |
|---|
| 1167 | s//\1/ |
|---|
| 1168 | q |
|---|
| 1169 | } |
|---|
| 1170 | s/.*/./; q'` |
|---|
| 1171 | srcdir=$ac_confdir |
|---|
| 1172 | if test ! -r "$srcdir/$ac_unique_file"; then |
|---|
| 1173 | srcdir=.. |
|---|
| 1174 | fi |
|---|
| 1175 | else |
|---|
| 1176 | ac_srcdir_defaulted=no |
|---|
| 1177 | fi |
|---|
| 1178 | if test ! -r "$srcdir/$ac_unique_file"; then |
|---|
| 1179 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
|---|
| 1180 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 |
|---|
| 1181 | { (exit 1); exit 1; }; } |
|---|
| 1182 | fi |
|---|
| 1183 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
|---|
| 1184 | ac_abs_confdir=`( |
|---|
| 1185 | cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 |
|---|
| 1186 | { (exit 1); exit 1; }; } |
|---|
| 1187 | pwd)` |
|---|
| 1188 | # When building in place, set srcdir=. |
|---|
| 1189 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
|---|
| 1190 | srcdir=. |
|---|
| 1191 | fi |
|---|
| 1192 | # Remove unnecessary trailing slashes from srcdir. |
|---|
| 1193 | # Double slashes in file names in object file debugging info |
|---|
| 1194 | # mess up M-x gdb in Emacs. |
|---|
| 1195 | case $srcdir in |
|---|
| 1196 | */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; |
|---|
| 1197 | esac |
|---|
| 1198 | for ac_var in $ac_precious_vars; do |
|---|
| 1199 | eval ac_env_${ac_var}_set=\${${ac_var}+set} |
|---|
| 1200 | eval ac_env_${ac_var}_value=\$${ac_var} |
|---|
| 1201 | eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} |
|---|
| 1202 | eval ac_cv_env_${ac_var}_value=\$${ac_var} |
|---|
| 1203 | done |
|---|
| 1204 | |
|---|
| 1205 | # |
|---|
| 1206 | # Report the --help message. |
|---|
| 1207 | # |
|---|
| 1208 | if test "$ac_init_help" = "long"; then |
|---|
| 1209 | # Omit some internal or obsolete options to make the list less imposing. |
|---|
| 1210 | # This message is too long to be a string in the A/UX 3.1 sh. |
|---|
| 1211 | cat <<_ACEOF |
|---|
| 1212 | \`configure' configures mokash 0.1 to adapt to many kinds of systems. |
|---|
| 1213 | |
|---|
| 1214 | Usage: $0 [OPTION]... [VAR=VALUE]... |
|---|
| 1215 | |
|---|
| 1216 | To assign environment variables (e.g., CC, CFLAGS...), specify them as |
|---|
| 1217 | VAR=VALUE. See below for descriptions of some of the useful variables. |
|---|
| 1218 | |
|---|
| 1219 | Defaults for the options are specified in brackets. |
|---|
| 1220 | |
|---|
| 1221 | Configuration: |
|---|
| 1222 | -h, --help display this help and exit |
|---|
| 1223 | --help=short display options specific to this package |
|---|
| 1224 | --help=recursive display the short help of all the included packages |
|---|
| 1225 | -V, --version display version information and exit |
|---|
| 1226 | -q, --quiet, --silent do not print \`checking...' messages |
|---|
| 1227 | --cache-file=FILE cache test results in FILE [disabled] |
|---|
| 1228 | -C, --config-cache alias for \`--cache-file=config.cache' |
|---|
| 1229 | -n, --no-create do not create output files |
|---|
| 1230 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] |
|---|
| 1231 | |
|---|
| 1232 | Installation directories: |
|---|
| 1233 | --prefix=PREFIX install architecture-independent files in PREFIX |
|---|
| 1234 | [$ac_default_prefix] |
|---|
| 1235 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
|---|
| 1236 | [PREFIX] |
|---|
| 1237 | |
|---|
| 1238 | By default, \`make install' will install all the files in |
|---|
| 1239 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
|---|
| 1240 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', |
|---|
| 1241 | for instance \`--prefix=\$HOME'. |
|---|
| 1242 | |
|---|
| 1243 | For better control, use the options below. |
|---|
| 1244 | |
|---|
| 1245 | Fine tuning of the installation directories: |
|---|
| 1246 | --bindir=DIR user executables [EPREFIX/bin] |
|---|
| 1247 | --sbindir=DIR system admin executables [EPREFIX/sbin] |
|---|
| 1248 | --libexecdir=DIR program executables [EPREFIX/libexec] |
|---|
| 1249 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
|---|
| 1250 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
|---|
| 1251 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] |
|---|
| 1252 | --libdir=DIR object code libraries [EPREFIX/lib] |
|---|
| 1253 | --includedir=DIR C header files [PREFIX/include] |
|---|
| 1254 | --oldincludedir=DIR C header files for non-gcc [/usr/include] |
|---|
| 1255 | --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] |
|---|
| 1256 | --datadir=DIR read-only architecture-independent data [DATAROOTDIR] |
|---|
| 1257 | --infodir=DIR info documentation [DATAROOTDIR/info] |
|---|
| 1258 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
|---|
| 1259 | --mandir=DIR man documentation [DATAROOTDIR/man] |
|---|
| 1260 | --docdir=DIR documentation root [DATAROOTDIR/doc/mokash] |
|---|
| 1261 | --htmldir=DIR html documentation [DOCDIR] |
|---|
| 1262 | --dvidir=DIR dvi documentation [DOCDIR] |
|---|
| 1263 | --pdfdir=DIR pdf documentation [DOCDIR] |
|---|
| 1264 | --psdir=DIR ps documentation [DOCDIR] |
|---|
| 1265 | _ACEOF |
|---|
| 1266 | |
|---|
| 1267 | cat <<\_ACEOF |
|---|
| 1268 | |
|---|
| 1269 | Program names: |
|---|
| 1270 | --program-prefix=PREFIX prepend PREFIX to installed program names |
|---|
| 1271 | --program-suffix=SUFFIX append SUFFIX to installed program names |
|---|
| 1272 | --program-transform-name=PROGRAM run sed PROGRAM on installed program names |
|---|
| 1273 | _ACEOF |
|---|
| 1274 | fi |
|---|
| 1275 | |
|---|
| 1276 | if test -n "$ac_init_help"; then |
|---|
| 1277 | case $ac_init_help in |
|---|
| 1278 | short | recursive ) echo "Configuration of mokash 0.1:";; |
|---|
| 1279 | esac |
|---|
| 1280 | cat <<\_ACEOF |
|---|
| 1281 | |
|---|
| 1282 | Optional Features: |
|---|
| 1283 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
|---|
| 1284 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
|---|
| 1285 | --disable-dependency-tracking speeds up one-time build |
|---|
| 1286 | --enable-dependency-tracking do not reject slow dependency extractors |
|---|
| 1287 | --disable-gtktest do not try to compile and run a test GTK+ program |
|---|
| 1288 | |
|---|
| 1289 | Some influential environment variables: |
|---|
| 1290 | CC C compiler command |
|---|
| 1291 | CFLAGS C compiler flags |
|---|
| 1292 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
|---|
| 1293 | nonstandard directory <lib dir> |
|---|
| 1294 | LIBS libraries to pass to the linker, e.g. -l<library> |
|---|
| 1295 | CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
|---|
| 1296 | you have headers in a nonstandard directory <include dir> |
|---|
| 1297 | CPP C preprocessor |
|---|
| 1298 | |
|---|
| 1299 | Use these variables to override the choices made by `configure' or to help |
|---|
| 1300 | it to find libraries and programs with nonstandard names/locations. |
|---|
| 1301 | |
|---|
| 1302 | Report bugs to <Christopher McCurdy <christopher.mccurdy@gmail.com>>. |
|---|
| 1303 | _ACEOF |
|---|
| 1304 | ac_status=$? |
|---|
| 1305 | fi |
|---|
| 1306 | |
|---|
| 1307 | if test "$ac_init_help" = "recursive"; then |
|---|
| 1308 | # If there are subdirs, report their specific --help. |
|---|
| 1309 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue |
|---|
| 1310 | test -d "$ac_dir" || continue |
|---|
| 1311 | ac_builddir=. |
|---|
| 1312 | |
|---|
| 1313 | case "$ac_dir" in |
|---|
| 1314 | .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 1315 | *) |
|---|
| 1316 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` |
|---|
| 1317 | # A ".." for each directory in $ac_dir_suffix. |
|---|
| 1318 | ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` |
|---|
| 1319 | case $ac_top_builddir_sub in |
|---|
| 1320 | "") ac_top_builddir_sub=. ac_top_build_prefix= ;; |
|---|
| 1321 | *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; |
|---|
| 1322 | esac ;; |
|---|
| 1323 | esac |
|---|
| 1324 | ac_abs_top_builddir=$ac_pwd |
|---|
| 1325 | ac_abs_builddir=$ac_pwd$ac_dir_suffix |
|---|
| 1326 | # for backward compatibility: |
|---|
| 1327 | ac_top_builddir=$ac_top_build_prefix |
|---|
| 1328 | |
|---|
| 1329 | case $srcdir in |
|---|
| 1330 | .) # We are building in place. |
|---|
| 1331 | ac_srcdir=. |
|---|
| 1332 | ac_top_srcdir=$ac_top_builddir_sub |
|---|
| 1333 | ac_abs_top_srcdir=$ac_pwd ;; |
|---|
| 1334 | [\\/]* | ?:[\\/]* ) # Absolute name. |
|---|
| 1335 | ac_srcdir=$srcdir$ac_dir_suffix; |
|---|
| 1336 | ac_top_srcdir=$srcdir |
|---|
| 1337 | ac_abs_top_srcdir=$srcdir ;; |
|---|
| 1338 | *) # Relative name. |
|---|
| 1339 | ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix |
|---|
| 1340 | ac_top_srcdir=$ac_top_build_prefix$srcdir |
|---|
| 1341 | ac_abs_top_srcdir=$ac_pwd/$srcdir ;; |
|---|
| 1342 | esac |
|---|
| 1343 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|---|
| 1344 | |
|---|
| 1345 | cd "$ac_dir" || { ac_status=$?; continue; } |
|---|
| 1346 | # Check for guested configure. |
|---|
| 1347 | if test -f "$ac_srcdir/configure.gnu"; then |
|---|
| 1348 | echo && |
|---|
| 1349 | $SHELL "$ac_srcdir/configure.gnu" --help=recursive |
|---|
| 1350 | elif test -f "$ac_srcdir/configure"; then |
|---|
| 1351 | echo && |
|---|
| 1352 | $SHELL "$ac_srcdir/configure" --help=recursive |
|---|
| 1353 | else |
|---|
| 1354 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 |
|---|
| 1355 | fi || ac_status=$? |
|---|
| 1356 | cd "$ac_pwd" || { ac_status=$?; break; } |
|---|
| 1357 | done |
|---|
| 1358 | fi |
|---|
| 1359 | |
|---|
| 1360 | test -n "$ac_init_help" && exit $ac_status |
|---|
| 1361 | if $ac_init_version; then |
|---|
| 1362 | cat <<\_ACEOF |
|---|
| 1363 | mokash configure 0.1 |
|---|
| 1364 | generated by GNU Autoconf 2.61 |
|---|
| 1365 | |
|---|
| 1366 | Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
|---|
| 1367 | 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
|---|
| 1368 | This configure script is free software; the Free Software Foundation |
|---|
| 1369 | gives unlimited permission to copy, distribute and modify it. |
|---|
| 1370 | _ACEOF |
|---|
| 1371 | exit |
|---|
| 1372 | fi |
|---|
| 1373 | cat >config.log <<_ACEOF |
|---|
| 1374 | This file contains any messages produced by compilers while |
|---|
| 1375 | running configure, to aid debugging if configure makes a mistake. |
|---|
| 1376 | |
|---|
| 1377 | It was created by mokash $as_me 0.1, which was |
|---|
| 1378 | generated by GNU Autoconf 2.61. Invocation command line was |
|---|
| 1379 | |
|---|
| 1380 | $ $0 $@ |
|---|
| 1381 | |
|---|
| 1382 | _ACEOF |
|---|
| 1383 | exec 5>>config.log |
|---|
| 1384 | { |
|---|
| 1385 | cat <<_ASUNAME |
|---|
| 1386 | ## --------- ## |
|---|
| 1387 | ## Platform. ## |
|---|
| 1388 | ## --------- ## |
|---|
| 1389 | |
|---|
| 1390 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` |
|---|
| 1391 | uname -m = `(uname -m) 2>/dev/null || echo unknown` |
|---|
| 1392 | uname -r = `(uname -r) 2>/dev/null || echo unknown` |
|---|
| 1393 | uname -s = `(uname -s) 2>/dev/null || echo unknown` |
|---|
| 1394 | uname -v = `(uname -v) 2>/dev/null || echo unknown` |
|---|
| 1395 | |
|---|
| 1396 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` |
|---|
| 1397 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` |
|---|
| 1398 | |
|---|
| 1399 | /bin/arch = `(/bin/arch) 2& |
|---|