Annotation of libaitcrc/configure, revision 1.3

1.1       misho       1: #! /bin/sh
                      2: # Guess values for system-dependent variables and create Makefiles.
1.3     ! misho       3: # Generated by GNU Autoconf 2.62 for libaitcrc 2.0.
1.1       misho       4: #
                      5: # Report bugs to <misho@openbsd-bg.org>.
                      6: #
                      7: # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
                      8: # 2002, 2003, 2004, 2005, 2006, 2007, 2008 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:   # Pre-4.2 versions of Zsh do 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: as_nl='
                     43: '
                     44: export as_nl
                     45: # Printing a long string crashes Solaris 7 /usr/bin/printf.
                     46: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
                     47: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
                     48: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
                     49: if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
                     50:   as_echo='printf %s\n'
                     51:   as_echo_n='printf %s'
                     52: else
                     53:   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
                     54:     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
                     55:     as_echo_n='/usr/ucb/echo -n'
                     56:   else
                     57:     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
                     58:     as_echo_n_body='eval
                     59:       arg=$1;
                     60:       case $arg in
                     61:       *"$as_nl"*)
                     62:        expr "X$arg" : "X\\(.*\\)$as_nl";
                     63:        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
                     64:       esac;
                     65:       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
                     66:     '
                     67:     export as_echo_n_body
                     68:     as_echo_n='sh -c $as_echo_n_body as_echo'
                     69:   fi
                     70:   export as_echo_body
                     71:   as_echo='sh -c $as_echo_body as_echo'
                     72: fi
                     73: 
                     74: # The user is always right.
                     75: if test "${PATH_SEPARATOR+set}" != set; then
                     76:   PATH_SEPARATOR=:
                     77:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
                     78:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
                     79:       PATH_SEPARATOR=';'
                     80:   }
                     81: fi
                     82: 
                     83: # Support unset when possible.
                     84: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
                     85:   as_unset=unset
                     86: else
                     87:   as_unset=false
                     88: fi
                     89: 
                     90: 
                     91: # IFS
                     92: # We need space, tab and new line, in precisely that order.  Quoting is
                     93: # there to prevent editors from complaining about space-tab.
                     94: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
                     95: # splitting by setting IFS to empty value.)
                     96: IFS=" ""       $as_nl"
                     97: 
                     98: # Find who we are.  Look in the path if we contain no directory separator.
                     99: case $0 in
                    100:   *[\\/]* ) as_myself=$0 ;;
                    101:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                    102: for as_dir in $PATH
                    103: do
                    104:   IFS=$as_save_IFS
                    105:   test -z "$as_dir" && as_dir=.
                    106:   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
                    107: done
                    108: IFS=$as_save_IFS
                    109: 
                    110:      ;;
                    111: esac
                    112: # We did not find ourselves, most probably we were run as `sh COMMAND'
                    113: # in which case we are not to be found in the path.
                    114: if test "x$as_myself" = x; then
                    115:   as_myself=$0
                    116: fi
                    117: if test ! -f "$as_myself"; then
                    118:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
                    119:   { (exit 1); exit 1; }
                    120: fi
                    121: 
                    122: # Work around bugs in pre-3.0 UWIN ksh.
                    123: for as_var in ENV MAIL MAILPATH
                    124: do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
                    125: done
                    126: PS1='$ '
                    127: PS2='> '
                    128: PS4='+ '
                    129: 
                    130: # NLS nuisances.
                    131: LC_ALL=C
                    132: export LC_ALL
                    133: LANGUAGE=C
                    134: export LANGUAGE
                    135: 
                    136: # Required to use basename.
                    137: if expr a : '\(a\)' >/dev/null 2>&1 &&
                    138:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                    139:   as_expr=expr
                    140: else
                    141:   as_expr=false
                    142: fi
                    143: 
                    144: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
                    145:   as_basename=basename
                    146: else
                    147:   as_basename=false
                    148: fi
                    149: 
                    150: 
                    151: # Name of the executable.
                    152: as_me=`$as_basename -- "$0" ||
                    153: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
                    154:         X"$0" : 'X\(//\)$' \| \
                    155:         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
                    156: $as_echo X/"$0" |
                    157:     sed '/^.*\/\([^/][^/]*\)\/*$/{
                    158:            s//\1/
                    159:            q
                    160:          }
                    161:          /^X\/\(\/\/\)$/{
                    162:            s//\1/
                    163:            q
                    164:          }
                    165:          /^X\/\(\/\).*/{
                    166:            s//\1/
                    167:            q
                    168:          }
                    169:          s/.*/./; q'`
                    170: 
                    171: # CDPATH.
                    172: $as_unset CDPATH
                    173: 
                    174: 
                    175: if test "x$CONFIG_SHELL" = x; then
                    176:   if (eval ":") 2>/dev/null; then
                    177:   as_have_required=yes
                    178: else
                    179:   as_have_required=no
                    180: fi
                    181: 
                    182:   if test $as_have_required = yes &&    (eval ":
                    183: (as_func_return () {
                    184:   (exit \$1)
                    185: }
                    186: as_func_success () {
                    187:   as_func_return 0
                    188: }
                    189: as_func_failure () {
                    190:   as_func_return 1
                    191: }
                    192: as_func_ret_success () {
                    193:   return 0
                    194: }
                    195: as_func_ret_failure () {
                    196:   return 1
                    197: }
                    198: 
                    199: exitcode=0
                    200: if as_func_success; then
                    201:   :
                    202: else
                    203:   exitcode=1
                    204:   echo as_func_success failed.
                    205: fi
                    206: 
                    207: if as_func_failure; then
                    208:   exitcode=1
                    209:   echo as_func_failure succeeded.
                    210: fi
                    211: 
                    212: if as_func_ret_success; then
                    213:   :
                    214: else
                    215:   exitcode=1
                    216:   echo as_func_ret_success failed.
                    217: fi
                    218: 
                    219: if as_func_ret_failure; then
                    220:   exitcode=1
                    221:   echo as_func_ret_failure succeeded.
                    222: fi
                    223: 
                    224: if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
                    225:   :
                    226: else
                    227:   exitcode=1
                    228:   echo positional parameters were not saved.
                    229: fi
                    230: 
                    231: test \$exitcode = 0) || { (exit 1); exit 1; }
                    232: 
                    233: (
                    234:   as_lineno_1=\$LINENO
                    235:   as_lineno_2=\$LINENO
                    236:   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
                    237:   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
                    238: ") 2> /dev/null; then
                    239:   :
                    240: else
                    241:   as_candidate_shells=
                    242:     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                    243: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
                    244: do
                    245:   IFS=$as_save_IFS
                    246:   test -z "$as_dir" && as_dir=.
                    247:   case $as_dir in
                    248:         /*)
                    249:           for as_base in sh bash ksh sh5; do
                    250:             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
                    251:           done;;
                    252:        esac
                    253: done
                    254: IFS=$as_save_IFS
                    255: 
                    256: 
                    257:       for as_shell in $as_candidate_shells $SHELL; do
                    258:         # Try only shells that exist, to save several forks.
                    259:         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
                    260:                { ("$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:   # Pre-4.2 versions of Zsh do 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: _ASEOF
                    278: }; then
                    279:   CONFIG_SHELL=$as_shell
                    280:               as_have_required=yes
                    281:               if { "$as_shell" 2> /dev/null <<\_ASEOF
                    282: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
                    283:   emulate sh
                    284:   NULLCMD=:
                    285:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
                    286:   # is contrary to our usage.  Disable this feature.
                    287:   alias -g '${1+"$@"}'='"$@"'
                    288:   setopt NO_GLOB_SUBST
                    289: else
                    290:   case `(set -o) 2>/dev/null` in
                    291:   *posix*) set -o posix ;;
                    292: esac
                    293: 
                    294: fi
                    295: 
                    296: 
                    297: :
                    298: (as_func_return () {
                    299:   (exit $1)
                    300: }
                    301: as_func_success () {
                    302:   as_func_return 0
                    303: }
                    304: as_func_failure () {
                    305:   as_func_return 1
                    306: }
                    307: as_func_ret_success () {
                    308:   return 0
                    309: }
                    310: as_func_ret_failure () {
                    311:   return 1
                    312: }
                    313: 
                    314: exitcode=0
                    315: if as_func_success; then
                    316:   :
                    317: else
                    318:   exitcode=1
                    319:   echo as_func_success failed.
                    320: fi
                    321: 
                    322: if as_func_failure; then
                    323:   exitcode=1
                    324:   echo as_func_failure succeeded.
                    325: fi
                    326: 
                    327: if as_func_ret_success; then
                    328:   :
                    329: else
                    330:   exitcode=1
                    331:   echo as_func_ret_success failed.
                    332: fi
                    333: 
                    334: if as_func_ret_failure; then
                    335:   exitcode=1
                    336:   echo as_func_ret_failure succeeded.
                    337: fi
                    338: 
                    339: if ( set x; as_func_ret_success y && test x = "$1" ); then
                    340:   :
                    341: else
                    342:   exitcode=1
                    343:   echo positional parameters were not saved.
                    344: fi
                    345: 
                    346: test $exitcode = 0) || { (exit 1); exit 1; }
                    347: 
                    348: (
                    349:   as_lineno_1=$LINENO
                    350:   as_lineno_2=$LINENO
                    351:   test "x$as_lineno_1" != "x$as_lineno_2" &&
                    352:   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
                    353: 
                    354: _ASEOF
                    355: }; then
                    356:   break
                    357: fi
                    358: 
                    359: fi
                    360: 
                    361:       done
                    362: 
                    363:       if test "x$CONFIG_SHELL" != x; then
                    364:   for as_var in BASH_ENV ENV
                    365:        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
                    366:        done
                    367:        export CONFIG_SHELL
                    368:        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
                    369: fi
                    370: 
                    371: 
                    372:     if test $as_have_required = no; then
                    373:   echo This script requires a shell more modern than all the
                    374:       echo shells that I found on your system.  Please install a
                    375:       echo modern shell, or manually run the script under such a
                    376:       echo shell if you do have one.
                    377:       { (exit 1); exit 1; }
                    378: fi
                    379: 
                    380: 
                    381: fi
                    382: 
                    383: fi
                    384: 
                    385: 
                    386: 
                    387: (eval "as_func_return () {
                    388:   (exit \$1)
                    389: }
                    390: as_func_success () {
                    391:   as_func_return 0
                    392: }
                    393: as_func_failure () {
                    394:   as_func_return 1
                    395: }
                    396: as_func_ret_success () {
                    397:   return 0
                    398: }
                    399: as_func_ret_failure () {
                    400:   return 1
                    401: }
                    402: 
                    403: exitcode=0
                    404: if as_func_success; then
                    405:   :
                    406: else
                    407:   exitcode=1
                    408:   echo as_func_success failed.
                    409: fi
                    410: 
                    411: if as_func_failure; then
                    412:   exitcode=1
                    413:   echo as_func_failure succeeded.
                    414: fi
                    415: 
                    416: if as_func_ret_success; then
                    417:   :
                    418: else
                    419:   exitcode=1
                    420:   echo as_func_ret_success failed.
                    421: fi
                    422: 
                    423: if as_func_ret_failure; then
                    424:   exitcode=1
                    425:   echo as_func_ret_failure succeeded.
                    426: fi
                    427: 
                    428: if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
                    429:   :
                    430: else
                    431:   exitcode=1
                    432:   echo positional parameters were not saved.
                    433: fi
                    434: 
                    435: test \$exitcode = 0") || {
                    436:   echo No shell found that supports shell functions.
                    437:   echo Please tell bug-autoconf@gnu.org about your system,
                    438:   echo including any error possibly output before this message.
                    439:   echo This can help us improve future autoconf versions.
                    440:   echo Configuration will now proceed without shell functions.
                    441: }
                    442: 
                    443: 
                    444: 
                    445:   as_lineno_1=$LINENO
                    446:   as_lineno_2=$LINENO
                    447:   test "x$as_lineno_1" != "x$as_lineno_2" &&
                    448:   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
                    449: 
                    450:   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
                    451:   # uniformly replaced by the line number.  The first 'sed' inserts a
                    452:   # line-number line after each line using $LINENO; the second 'sed'
                    453:   # does the real work.  The second script uses 'N' to pair each
                    454:   # line-number line with the line containing $LINENO, and appends
                    455:   # trailing '-' during substitution so that $LINENO is not a special
                    456:   # case at line end.
                    457:   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
                    458:   # scripts with optimization help from Paolo Bonzini.  Blame Lee
                    459:   # E. McMahon (1931-1989) for sed's syntax.  :-)
                    460:   sed -n '
                    461:     p
                    462:     /[$]LINENO/=
                    463:   ' <$as_myself |
                    464:     sed '
                    465:       s/[$]LINENO.*/&-/
                    466:       t lineno
                    467:       b
                    468:       :lineno
                    469:       N
                    470:       :loop
                    471:       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
                    472:       t loop
                    473:       s/-\n.*//
                    474:     ' >$as_me.lineno &&
                    475:   chmod +x "$as_me.lineno" ||
                    476:     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
                    477:    { (exit 1); exit 1; }; }
                    478: 
                    479:   # Don't try to exec as it changes $[0], causing all sort of problems
                    480:   # (the dirname of $[0] is not the place where we might find the
                    481:   # original and so on.  Autoconf is especially sensitive to this).
                    482:   . "./$as_me.lineno"
                    483:   # Exit status is that of the last command.
                    484:   exit
                    485: }
                    486: 
                    487: 
                    488: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
                    489:   as_dirname=dirname
                    490: else
                    491:   as_dirname=false
                    492: fi
                    493: 
                    494: ECHO_C= ECHO_N= ECHO_T=
                    495: case `echo -n x` in
                    496: -n*)
                    497:   case `echo 'x\c'` in
                    498:   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
                    499:   *)   ECHO_C='\c';;
                    500:   esac;;
                    501: *)
                    502:   ECHO_N='-n';;
                    503: esac
                    504: if expr a : '\(a\)' >/dev/null 2>&1 &&
                    505:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                    506:   as_expr=expr
                    507: else
                    508:   as_expr=false
                    509: fi
                    510: 
                    511: rm -f conf$$ conf$$.exe conf$$.file
                    512: if test -d conf$$.dir; then
                    513:   rm -f conf$$.dir/conf$$.file
                    514: else
                    515:   rm -f conf$$.dir
                    516:   mkdir conf$$.dir 2>/dev/null
                    517: fi
                    518: if (echo >conf$$.file) 2>/dev/null; then
                    519:   if ln -s conf$$.file conf$$ 2>/dev/null; then
                    520:     as_ln_s='ln -s'
                    521:     # ... but there are two gotchas:
                    522:     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
                    523:     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
                    524:     # In both cases, we have to default to `cp -p'.
                    525:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
                    526:       as_ln_s='cp -p'
                    527:   elif ln conf$$.file conf$$ 2>/dev/null; then
                    528:     as_ln_s=ln
                    529:   else
                    530:     as_ln_s='cp -p'
                    531:   fi
                    532: else
                    533:   as_ln_s='cp -p'
                    534: fi
                    535: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
                    536: rmdir conf$$.dir 2>/dev/null
                    537: 
                    538: if mkdir -p . 2>/dev/null; then
                    539:   as_mkdir_p=:
                    540: else
                    541:   test -d ./-p && rmdir ./-p
                    542:   as_mkdir_p=false
                    543: fi
                    544: 
                    545: if test -x / >/dev/null 2>&1; then
                    546:   as_test_x='test -x'
                    547: else
                    548:   if ls -dL / >/dev/null 2>&1; then
                    549:     as_ls_L_option=L
                    550:   else
                    551:     as_ls_L_option=
                    552:   fi
                    553:   as_test_x='
                    554:     eval sh -c '\''
                    555:       if test -d "$1"; then
                    556:        test -d "$1/.";
                    557:       else
                    558:        case $1 in
                    559:        -*)set "./$1";;
                    560:        esac;
                    561:        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
                    562:        ???[sx]*):;;*)false;;esac;fi
                    563:     '\'' sh
                    564:   '
                    565: fi
                    566: as_executable_p=$as_test_x
                    567: 
                    568: # Sed expression to map a string onto a valid CPP name.
                    569: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
                    570: 
                    571: # Sed expression to map a string onto a valid variable name.
                    572: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
                    573: 
                    574: 
                    575: 
                    576: exec 7<&0 </dev/null 6>&1
                    577: 
                    578: # Name of the host.
                    579: # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
                    580: # so uname gets run too.
                    581: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
                    582: 
                    583: #
                    584: # Initializations.
                    585: #
                    586: ac_default_prefix=/usr/local
                    587: ac_clean_files=
                    588: ac_config_libobj_dir=.
                    589: LIBOBJS=
                    590: cross_compiling=no
                    591: subdirs=
                    592: MFLAGS=
                    593: MAKEFLAGS=
                    594: SHELL=${CONFIG_SHELL-/bin/sh}
                    595: 
                    596: # Identity of this package.
                    597: PACKAGE_NAME='libaitcrc'
                    598: PACKAGE_TARNAME='libaitcrc'
1.3     ! misho     599: PACKAGE_VERSION='2.0'
        !           600: PACKAGE_STRING='libaitcrc 2.0'
1.1       misho     601: PACKAGE_BUGREPORT='misho@openbsd-bg.org'
                    602: 
                    603: ac_unique_file="src/aitcrc.c"
                    604: ac_subst_vars='SHELL
                    605: PATH_SEPARATOR
                    606: PACKAGE_NAME
                    607: PACKAGE_TARNAME
                    608: PACKAGE_VERSION
                    609: PACKAGE_STRING
                    610: PACKAGE_BUGREPORT
                    611: exec_prefix
                    612: prefix
                    613: program_transform_name
                    614: bindir
                    615: sbindir
                    616: libexecdir
                    617: datarootdir
                    618: datadir
                    619: sysconfdir
                    620: sharedstatedir
                    621: localstatedir
                    622: includedir
                    623: oldincludedir
                    624: docdir
                    625: infodir
                    626: htmldir
                    627: dvidir
                    628: pdfdir
                    629: psdir
                    630: libdir
                    631: localedir
                    632: mandir
                    633: DEFS
                    634: ECHO_C
                    635: ECHO_N
                    636: ECHO_T
                    637: LIBS
                    638: build_alias
                    639: host_alias
                    640: target_alias
                    641: CC
                    642: CFLAGS
                    643: LDFLAGS
                    644: CPPFLAGS
                    645: ac_ct_CC
                    646: EXEEXT
                    647: OBJEXT
                    648: INSTALL_PROGRAM
                    649: INSTALL_SCRIPT
                    650: INSTALL_DATA
                    651: RANLIB
                    652: build
                    653: build_cpu
                    654: build_vendor
                    655: build_os
                    656: host
                    657: host_cpu
                    658: host_vendor
                    659: host_os
                    660: target
                    661: target_cpu
                    662: target_vendor
                    663: target_os
                    664: MKDEP
                    665: LIBOBJS
                    666: LTLIBOBJS'
                    667: ac_subst_files=''
                    668: ac_user_opts='
                    669: enable_option_checking
                    670: enable_debug
                    671: '
                    672:       ac_precious_vars='build_alias
                    673: host_alias
                    674: target_alias
                    675: CC
                    676: CFLAGS
                    677: LDFLAGS
                    678: LIBS
                    679: CPPFLAGS'
                    680: 
                    681: 
                    682: # Initialize some variables set by options.
                    683: ac_init_help=
                    684: ac_init_version=false
                    685: ac_unrecognized_opts=
                    686: ac_unrecognized_sep=
                    687: # The variables have the same names as the options, with
                    688: # dashes changed to underlines.
                    689: cache_file=/dev/null
                    690: exec_prefix=NONE
                    691: no_create=
                    692: no_recursion=
                    693: prefix=NONE
                    694: program_prefix=NONE
                    695: program_suffix=NONE
                    696: program_transform_name=s,x,x,
                    697: silent=
                    698: site=
                    699: srcdir=
                    700: verbose=
                    701: x_includes=NONE
                    702: x_libraries=NONE
                    703: 
                    704: # Installation directory options.
                    705: # These are left unexpanded so users can "make install exec_prefix=/foo"
                    706: # and all the variables that are supposed to be based on exec_prefix
                    707: # by default will actually change.
                    708: # Use braces instead of parens because sh, perl, etc. also accept them.
                    709: # (The list follows the same order as the GNU Coding Standards.)
                    710: bindir='${exec_prefix}/bin'
                    711: sbindir='${exec_prefix}/sbin'
                    712: libexecdir='${exec_prefix}/libexec'
                    713: datarootdir='${prefix}/share'
                    714: datadir='${datarootdir}'
                    715: sysconfdir='${prefix}/etc'
                    716: sharedstatedir='${prefix}/com'
                    717: localstatedir='${prefix}/var'
                    718: includedir='${prefix}/include'
                    719: oldincludedir='/usr/include'
                    720: docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
                    721: infodir='${datarootdir}/info'
                    722: htmldir='${docdir}'
                    723: dvidir='${docdir}'
                    724: pdfdir='${docdir}'
                    725: psdir='${docdir}'
                    726: libdir='${exec_prefix}/lib'
                    727: localedir='${datarootdir}/locale'
                    728: mandir='${datarootdir}/man'
                    729: 
                    730: ac_prev=
                    731: ac_dashdash=
                    732: for ac_option
                    733: do
                    734:   # If the previous option needs an argument, assign it.
                    735:   if test -n "$ac_prev"; then
                    736:     eval $ac_prev=\$ac_option
                    737:     ac_prev=
                    738:     continue
                    739:   fi
                    740: 
                    741:   case $ac_option in
                    742:   *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
                    743:   *)   ac_optarg=yes ;;
                    744:   esac
                    745: 
                    746:   # Accept the important Cygnus configure options, so we can diagnose typos.
                    747: 
                    748:   case $ac_dashdash$ac_option in
                    749:   --)
                    750:     ac_dashdash=yes ;;
                    751: 
                    752:   -bindir | --bindir | --bindi | --bind | --bin | --bi)
                    753:     ac_prev=bindir ;;
                    754:   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
                    755:     bindir=$ac_optarg ;;
                    756: 
                    757:   -build | --build | --buil | --bui | --bu)
                    758:     ac_prev=build_alias ;;
                    759:   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
                    760:     build_alias=$ac_optarg ;;
                    761: 
                    762:   -cache-file | --cache-file | --cache-fil | --cache-fi \
                    763:   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
                    764:     ac_prev=cache_file ;;
                    765:   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
                    766:   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
                    767:     cache_file=$ac_optarg ;;
                    768: 
                    769:   --config-cache | -C)
                    770:     cache_file=config.cache ;;
                    771: 
                    772:   -datadir | --datadir | --datadi | --datad)
                    773:     ac_prev=datadir ;;
                    774:   -datadir=* | --datadir=* | --datadi=* | --datad=*)
                    775:     datadir=$ac_optarg ;;
                    776: 
                    777:   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
                    778:   | --dataroo | --dataro | --datar)
                    779:     ac_prev=datarootdir ;;
                    780:   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
                    781:   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
                    782:     datarootdir=$ac_optarg ;;
                    783: 
                    784:   -disable-* | --disable-*)
                    785:     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
                    786:     # Reject names that are not valid shell variable names.
                    787:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
                    788:       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
                    789:    { (exit 1); exit 1; }; }
                    790:     ac_useropt_orig=$ac_useropt
                    791:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                    792:     case $ac_user_opts in
                    793:       *"
                    794: "enable_$ac_useropt"
                    795: "*) ;;
                    796:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
                    797:         ac_unrecognized_sep=', ';;
                    798:     esac
                    799:     eval enable_$ac_useropt=no ;;
                    800: 
                    801:   -docdir | --docdir | --docdi | --doc | --do)
                    802:     ac_prev=docdir ;;
                    803:   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
                    804:     docdir=$ac_optarg ;;
                    805: 
                    806:   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
                    807:     ac_prev=dvidir ;;
                    808:   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
                    809:     dvidir=$ac_optarg ;;
                    810: 
                    811:   -enable-* | --enable-*)
                    812:     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
                    813:     # Reject names that are not valid shell variable names.
                    814:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
                    815:       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
                    816:    { (exit 1); exit 1; }; }
                    817:     ac_useropt_orig=$ac_useropt
                    818:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                    819:     case $ac_user_opts in
                    820:       *"
                    821: "enable_$ac_useropt"
                    822: "*) ;;
                    823:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
                    824:         ac_unrecognized_sep=', ';;
                    825:     esac
                    826:     eval enable_$ac_useropt=\$ac_optarg ;;
                    827: 
                    828:   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
                    829:   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
                    830:   | --exec | --exe | --ex)
                    831:     ac_prev=exec_prefix ;;
                    832:   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
                    833:   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
                    834:   | --exec=* | --exe=* | --ex=*)
                    835:     exec_prefix=$ac_optarg ;;
                    836: 
                    837:   -gas | --gas | --ga | --g)
                    838:     # Obsolete; use --with-gas.
                    839:     with_gas=yes ;;
                    840: 
                    841:   -help | --help | --hel | --he | -h)
                    842:     ac_init_help=long ;;
                    843:   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
                    844:     ac_init_help=recursive ;;
                    845:   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
                    846:     ac_init_help=short ;;
                    847: 
                    848:   -host | --host | --hos | --ho)
                    849:     ac_prev=host_alias ;;
                    850:   -host=* | --host=* | --hos=* | --ho=*)
                    851:     host_alias=$ac_optarg ;;
                    852: 
                    853:   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
                    854:     ac_prev=htmldir ;;
                    855:   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
                    856:   | --ht=*)
                    857:     htmldir=$ac_optarg ;;
                    858: 
                    859:   -includedir | --includedir | --includedi | --included | --include \
                    860:   | --includ | --inclu | --incl | --inc)
                    861:     ac_prev=includedir ;;
                    862:   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
                    863:   | --includ=* | --inclu=* | --incl=* | --inc=*)
                    864:     includedir=$ac_optarg ;;
                    865: 
                    866:   -infodir | --infodir | --infodi | --infod | --info | --inf)
                    867:     ac_prev=infodir ;;
                    868:   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
                    869:     infodir=$ac_optarg ;;
                    870: 
                    871:   -libdir | --libdir | --libdi | --libd)
                    872:     ac_prev=libdir ;;
                    873:   -libdir=* | --libdir=* | --libdi=* | --libd=*)
                    874:     libdir=$ac_optarg ;;
                    875: 
                    876:   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
                    877:   | --libexe | --libex | --libe)
                    878:     ac_prev=libexecdir ;;
                    879:   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
                    880:   | --libexe=* | --libex=* | --libe=*)
                    881:     libexecdir=$ac_optarg ;;
                    882: 
                    883:   -localedir | --localedir | --localedi | --localed | --locale)
                    884:     ac_prev=localedir ;;
                    885:   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
                    886:     localedir=$ac_optarg ;;
                    887: 
                    888:   -localstatedir | --localstatedir | --localstatedi | --localstated \
                    889:   | --localstate | --localstat | --localsta | --localst | --locals)
                    890:     ac_prev=localstatedir ;;
                    891:   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
                    892:   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
                    893:     localstatedir=$ac_optarg ;;
                    894: 
                    895:   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
                    896:     ac_prev=mandir ;;
                    897:   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
                    898:     mandir=$ac_optarg ;;
                    899: 
                    900:   -nfp | --nfp | --nf)
                    901:     # Obsolete; use --without-fp.
                    902:     with_fp=no ;;
                    903: 
                    904:   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
                    905:   | --no-cr | --no-c | -n)
                    906:     no_create=yes ;;
                    907: 
                    908:   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
                    909:   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
                    910:     no_recursion=yes ;;
                    911: 
                    912:   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
                    913:   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
                    914:   | --oldin | --oldi | --old | --ol | --o)
                    915:     ac_prev=oldincludedir ;;
                    916:   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
                    917:   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
                    918:   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
                    919:     oldincludedir=$ac_optarg ;;
                    920: 
                    921:   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
                    922:     ac_prev=prefix ;;
                    923:   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
                    924:     prefix=$ac_optarg ;;
                    925: 
                    926:   -program-prefix | --program-prefix | --program-prefi | --program-pref \
                    927:   | --program-pre | --program-pr | --program-p)
                    928:     ac_prev=program_prefix ;;
                    929:   -program-prefix=* | --program-prefix=* | --program-prefi=* \
                    930:   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
                    931:     program_prefix=$ac_optarg ;;
                    932: 
                    933:   -program-suffix | --program-suffix | --program-suffi | --program-suff \
                    934:   | --program-suf | --program-su | --program-s)
                    935:     ac_prev=program_suffix ;;
                    936:   -program-suffix=* | --program-suffix=* | --program-suffi=* \
                    937:   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
                    938:     program_suffix=$ac_optarg ;;
                    939: 
                    940:   -program-transform-name | --program-transform-name \
                    941:   | --program-transform-nam | --program-transform-na \
                    942:   | --program-transform-n | --program-transform- \
                    943:   | --program-transform | --program-transfor \
                    944:   | --program-transfo | --program-transf \
                    945:   | --program-trans | --program-tran \
                    946:   | --progr-tra | --program-tr | --program-t)
                    947:     ac_prev=program_transform_name ;;
                    948:   -program-transform-name=* | --program-transform-name=* \
                    949:   | --program-transform-nam=* | --program-transform-na=* \
                    950:   | --program-transform-n=* | --program-transform-=* \
                    951:   | --program-transform=* | --program-transfor=* \
                    952:   | --program-transfo=* | --program-transf=* \
                    953:   | --program-trans=* | --program-tran=* \
                    954:   | --progr-tra=* | --program-tr=* | --program-t=*)
                    955:     program_transform_name=$ac_optarg ;;
                    956: 
                    957:   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
                    958:     ac_prev=pdfdir ;;
                    959:   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
                    960:     pdfdir=$ac_optarg ;;
                    961: 
                    962:   -psdir | --psdir | --psdi | --psd | --ps)
                    963:     ac_prev=psdir ;;
                    964:   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
                    965:     psdir=$ac_optarg ;;
                    966: 
                    967:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                    968:   | -silent | --silent | --silen | --sile | --sil)
                    969:     silent=yes ;;
                    970: 
                    971:   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
                    972:     ac_prev=sbindir ;;
                    973:   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
                    974:   | --sbi=* | --sb=*)
                    975:     sbindir=$ac_optarg ;;
                    976: 
                    977:   -sharedstatedir | --sharedstatedir | --sharedstatedi \
                    978:   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
                    979:   | --sharedst | --shareds | --shared | --share | --shar \
                    980:   | --sha | --sh)
                    981:     ac_prev=sharedstatedir ;;
                    982:   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
                    983:   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
                    984:   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
                    985:   | --sha=* | --sh=*)
                    986:     sharedstatedir=$ac_optarg ;;
                    987: 
                    988:   -site | --site | --sit)
                    989:     ac_prev=site ;;
                    990:   -site=* | --site=* | --sit=*)
                    991:     site=$ac_optarg ;;
                    992: 
                    993:   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
                    994:     ac_prev=srcdir ;;
                    995:   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
                    996:     srcdir=$ac_optarg ;;
                    997: 
                    998:   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
                    999:   | --syscon | --sysco | --sysc | --sys | --sy)
                   1000:     ac_prev=sysconfdir ;;
                   1001:   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
                   1002:   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
                   1003:     sysconfdir=$ac_optarg ;;
                   1004: 
                   1005:   -target | --target | --targe | --targ | --tar | --ta | --t)
                   1006:     ac_prev=target_alias ;;
                   1007:   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
                   1008:     target_alias=$ac_optarg ;;
                   1009: 
                   1010:   -v | -verbose | --verbose | --verbos | --verbo | --verb)
                   1011:     verbose=yes ;;
                   1012: 
                   1013:   -version | --version | --versio | --versi | --vers | -V)
                   1014:     ac_init_version=: ;;
                   1015: 
                   1016:   -with-* | --with-*)
                   1017:     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
                   1018:     # Reject names that are not valid shell variable names.
                   1019:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
                   1020:       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
                   1021:    { (exit 1); exit 1; }; }
                   1022:     ac_useropt_orig=$ac_useropt
                   1023:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                   1024:     case $ac_user_opts in
                   1025:       *"
                   1026: "with_$ac_useropt"
                   1027: "*) ;;
                   1028:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
                   1029:         ac_unrecognized_sep=', ';;
                   1030:     esac
                   1031:     eval with_$ac_useropt=\$ac_optarg ;;
                   1032: 
                   1033:   -without-* | --without-*)
                   1034:     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
                   1035:     # Reject names that are not valid shell variable names.
                   1036:     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
                   1037:       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
                   1038:    { (exit 1); exit 1; }; }
                   1039:     ac_useropt_orig=$ac_useropt
                   1040:     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
                   1041:     case $ac_user_opts in
                   1042:       *"
                   1043: "with_$ac_useropt"
                   1044: "*) ;;
                   1045:       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
                   1046:         ac_unrecognized_sep=', ';;
                   1047:     esac
                   1048:     eval with_$ac_useropt=no ;;
                   1049: 
                   1050:   --x)
                   1051:     # Obsolete; use --with-x.
                   1052:     with_x=yes ;;
                   1053: 
                   1054:   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
                   1055:   | --x-incl | --x-inc | --x-in | --x-i)
                   1056:     ac_prev=x_includes ;;
                   1057:   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
                   1058:   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
                   1059:     x_includes=$ac_optarg ;;
                   1060: 
                   1061:   -x-libraries | --x-libraries | --x-librarie | --x-librari \
                   1062:   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
                   1063:     ac_prev=x_libraries ;;
                   1064:   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
                   1065:   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
                   1066:     x_libraries=$ac_optarg ;;
                   1067: 
                   1068:   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
                   1069: Try \`$0 --help' for more information." >&2
                   1070:    { (exit 1); exit 1; }; }
                   1071:     ;;
                   1072: 
                   1073:   *=*)
                   1074:     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
                   1075:     # Reject names that are not valid shell variable names.
                   1076:     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
                   1077:       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
                   1078:    { (exit 1); exit 1; }; }
                   1079:     eval $ac_envvar=\$ac_optarg
                   1080:     export $ac_envvar ;;
                   1081: 
                   1082:   *)
                   1083:     # FIXME: should be removed in autoconf 3.0.
                   1084:     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
                   1085:     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
                   1086:       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
                   1087:     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
                   1088:     ;;
                   1089: 
                   1090:   esac
                   1091: done
                   1092: 
                   1093: if test -n "$ac_prev"; then
                   1094:   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
                   1095:   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
                   1096:    { (exit 1); exit 1; }; }
                   1097: fi
                   1098: 
                   1099: if test -n "$ac_unrecognized_opts"; then
                   1100:   case $enable_option_checking in
                   1101:     no) ;;
                   1102:     fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
                   1103:    { (exit 1); exit 1; }; } ;;
                   1104:     *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
                   1105:   esac
                   1106: fi
                   1107: 
                   1108: # Check all directory arguments for consistency.
                   1109: for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                   1110:                datadir sysconfdir sharedstatedir localstatedir includedir \
                   1111:                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
                   1112:                libdir localedir mandir
                   1113: do
                   1114:   eval ac_val=\$$ac_var
                   1115:   # Remove trailing slashes.
                   1116:   case $ac_val in
                   1117:     */ )
                   1118:       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
                   1119:       eval $ac_var=\$ac_val;;
                   1120:   esac
                   1121:   # Be sure to have absolute directory names.
                   1122:   case $ac_val in
                   1123:     [\\/$]* | ?:[\\/]* )  continue;;
                   1124:     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
                   1125:   esac
                   1126:   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
                   1127:    { (exit 1); exit 1; }; }
                   1128: done
                   1129: 
                   1130: # There might be people who depend on the old broken behavior: `$host'
                   1131: # used to hold the argument of --host etc.
                   1132: # FIXME: To remove some day.
                   1133: build=$build_alias
                   1134: host=$host_alias
                   1135: target=$target_alias
                   1136: 
                   1137: # FIXME: To remove some day.
                   1138: if test "x$host_alias" != x; then
                   1139:   if test "x$build_alias" = x; then
                   1140:     cross_compiling=maybe
                   1141:     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
                   1142:     If a cross compiler is detected then cross compile mode will be used." >&2
                   1143:   elif test "x$build_alias" != "x$host_alias"; then
                   1144:     cross_compiling=yes
                   1145:   fi
                   1146: fi
                   1147: 
                   1148: ac_tool_prefix=
                   1149: test -n "$host_alias" && ac_tool_prefix=$host_alias-
                   1150: 
                   1151: test "$silent" = yes && exec 6>/dev/null
                   1152: 
                   1153: 
                   1154: ac_pwd=`pwd` && test -n "$ac_pwd" &&
                   1155: ac_ls_di=`ls -di .` &&
                   1156: ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
                   1157:   { $as_echo "$as_me: error: Working directory cannot be determined" >&2
                   1158:    { (exit 1); exit 1; }; }
                   1159: test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
                   1160:   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
                   1161:    { (exit 1); exit 1; }; }
                   1162: 
                   1163: 
                   1164: # Find the source files, if location was not specified.
                   1165: if test -z "$srcdir"; then
                   1166:   ac_srcdir_defaulted=yes
                   1167:   # Try the directory containing this script, then the parent directory.
                   1168:   ac_confdir=`$as_dirname -- "$as_myself" ||
                   1169: $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   1170:         X"$as_myself" : 'X\(//\)[^/]' \| \
                   1171:         X"$as_myself" : 'X\(//\)$' \| \
                   1172:         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
                   1173: $as_echo X"$as_myself" |
                   1174:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   1175:            s//\1/
                   1176:            q
                   1177:          }
                   1178:          /^X\(\/\/\)[^/].*/{
                   1179:            s//\1/
                   1180:            q
                   1181:          }
                   1182:          /^X\(\/\/\)$/{
                   1183:            s//\1/
                   1184:            q
                   1185:          }
                   1186:          /^X\(\/\).*/{
                   1187:            s//\1/
                   1188:            q
                   1189:          }
                   1190:          s/.*/./; q'`
                   1191:   srcdir=$ac_confdir
                   1192:   if test ! -r "$srcdir/$ac_unique_file"; then
                   1193:     srcdir=..
                   1194:   fi
                   1195: else
                   1196:   ac_srcdir_defaulted=no
                   1197: fi
                   1198: if test ! -r "$srcdir/$ac_unique_file"; then
                   1199:   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
                   1200:   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
                   1201:    { (exit 1); exit 1; }; }
                   1202: fi
                   1203: ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
                   1204: ac_abs_confdir=`(
                   1205:        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
                   1206:    { (exit 1); exit 1; }; }
                   1207:        pwd)`
                   1208: # When building in place, set srcdir=.
                   1209: if test "$ac_abs_confdir" = "$ac_pwd"; then
                   1210:   srcdir=.
                   1211: fi
                   1212: # Remove unnecessary trailing slashes from srcdir.
                   1213: # Double slashes in file names in object file debugging info
                   1214: # mess up M-x gdb in Emacs.
                   1215: case $srcdir in
                   1216: */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
                   1217: esac
                   1218: for ac_var in $ac_precious_vars; do
                   1219:   eval ac_env_${ac_var}_set=\${${ac_var}+set}
                   1220:   eval ac_env_${ac_var}_value=\$${ac_var}
                   1221:   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
                   1222:   eval ac_cv_env_${ac_var}_value=\$${ac_var}
                   1223: done
                   1224: 
                   1225: #
                   1226: # Report the --help message.
                   1227: #
                   1228: if test "$ac_init_help" = "long"; then
                   1229:   # Omit some internal or obsolete options to make the list less imposing.
                   1230:   # This message is too long to be a string in the A/UX 3.1 sh.
                   1231:   cat <<_ACEOF
1.3     ! misho    1232: \`configure' configures libaitcrc 2.0 to adapt to many kinds of systems.
1.1       misho    1233: 
                   1234: Usage: $0 [OPTION]... [VAR=VALUE]...
                   1235: 
                   1236: To assign environment variables (e.g., CC, CFLAGS...), specify them as
                   1237: VAR=VALUE.  See below for descriptions of some of the useful variables.
                   1238: 
                   1239: Defaults for the options are specified in brackets.
                   1240: 
                   1241: Configuration:
                   1242:   -h, --help              display this help and exit
                   1243:       --help=short        display options specific to this package
                   1244:       --help=recursive    display the short help of all the included packages
                   1245:   -V, --version           display version information and exit
                   1246:   -q, --quiet, --silent   do not print \`checking...' messages
                   1247:       --cache-file=FILE   cache test results in FILE [disabled]
                   1248:   -C, --config-cache      alias for \`--cache-file=config.cache'
                   1249:   -n, --no-create         do not create output files
                   1250:       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
                   1251: 
                   1252: Installation directories:
                   1253:   --prefix=PREFIX         install architecture-independent files in PREFIX
                   1254:                           [$ac_default_prefix]
                   1255:   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                   1256:                           [PREFIX]
                   1257: 
                   1258: By default, \`make install' will install all the files in
                   1259: \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
                   1260: an installation prefix other than \`$ac_default_prefix' using \`--prefix',
                   1261: for instance \`--prefix=\$HOME'.
                   1262: 
                   1263: For better control, use the options below.
                   1264: 
                   1265: Fine tuning of the installation directories:
                   1266:   --bindir=DIR            user executables [EPREFIX/bin]
                   1267:   --sbindir=DIR           system admin executables [EPREFIX/sbin]
                   1268:   --libexecdir=DIR        program executables [EPREFIX/libexec]
                   1269:   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
                   1270:   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
                   1271:   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
                   1272:   --libdir=DIR            object code libraries [EPREFIX/lib]
                   1273:   --includedir=DIR        C header files [PREFIX/include]
                   1274:   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
                   1275:   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
                   1276:   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
                   1277:   --infodir=DIR           info documentation [DATAROOTDIR/info]
                   1278:   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
                   1279:   --mandir=DIR            man documentation [DATAROOTDIR/man]
                   1280:   --docdir=DIR            documentation root [DATAROOTDIR/doc/libaitcrc]
                   1281:   --htmldir=DIR           html documentation [DOCDIR]
                   1282:   --dvidir=DIR            dvi documentation [DOCDIR]
                   1283:   --pdfdir=DIR            pdf documentation [DOCDIR]
                   1284:   --psdir=DIR             ps documentation [DOCDIR]
                   1285: _ACEOF
                   1286: 
                   1287:   cat <<\_ACEOF
                   1288: 
                   1289: System types:
                   1290:   --build=BUILD     configure for building on BUILD [guessed]
                   1291:   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
                   1292:   --target=TARGET   configure for building compilers for TARGET [HOST]
                   1293: _ACEOF
                   1294: fi
                   1295: 
                   1296: if test -n "$ac_init_help"; then
                   1297:   case $ac_init_help in
1.3     ! misho    1298:      short | recursive ) echo "Configuration of libaitcrc 2.0:";;
1.1       misho    1299:    esac
                   1300:   cat <<\_ACEOF
                   1301: 
                   1302: Optional Features:
                   1303:   --disable-option-checking  ignore unrecognized --enable/--with options
                   1304:   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
                   1305:   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
                   1306:   --enable-debug          Build library with debug information and additional messages
                   1307: 
                   1308: Some influential environment variables:
                   1309:   CC          C compiler command
                   1310:   CFLAGS      C compiler flags
                   1311:   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                   1312:               nonstandard directory <lib dir>
                   1313:   LIBS        libraries to pass to the linker, e.g. -l<library>
                   1314:   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
                   1315:               you have headers in a nonstandard directory <include dir>
                   1316: 
                   1317: Use these variables to override the choices made by `configure' or to help
                   1318: it to find libraries and programs with nonstandard names/locations.
                   1319: 
                   1320: Report bugs to <misho@openbsd-bg.org>.
                   1321: _ACEOF
                   1322: ac_status=$?
                   1323: fi
                   1324: 
                   1325: if test "$ac_init_help" = "recursive"; then
                   1326:   # If there are subdirs, report their specific --help.
                   1327:   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
                   1328:     test -d "$ac_dir" ||
                   1329:       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
                   1330:       continue
                   1331:     ac_builddir=.
                   1332: 
                   1333: case "$ac_dir" in
                   1334: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   1335: *)
                   1336:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
                   1337:   # A ".." for each directory in $ac_dir_suffix.
                   1338:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
                   1339:   case $ac_top_builddir_sub in
                   1340:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   1341:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   1342:   esac ;;
                   1343: esac
                   1344: ac_abs_top_builddir=$ac_pwd
                   1345: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   1346: # for backward compatibility:
                   1347: ac_top_builddir=$ac_top_build_prefix
                   1348: 
                   1349: case $srcdir in
                   1350:   .)  # We are building in place.
                   1351:     ac_srcdir=.
                   1352:     ac_top_srcdir=$ac_top_builddir_sub
                   1353:     ac_abs_top_srcdir=$ac_pwd ;;
                   1354:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   1355:     ac_srcdir=$srcdir$ac_dir_suffix;
                   1356:     ac_top_srcdir=$srcdir
                   1357:     ac_abs_top_srcdir=$srcdir ;;
                   1358:   *) # Relative name.
                   1359:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   1360:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   1361:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   1362: esac
                   1363: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   1364: 
                   1365:     cd "$ac_dir" || { ac_status=$?; continue; }
                   1366:     # Check for guested configure.
                   1367:     if test -f "$ac_srcdir/configure.gnu"; then
                   1368:       echo &&
                   1369:       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
                   1370:     elif test -f "$ac_srcdir/configure"; then
                   1371:       echo &&
                   1372:       $SHELL "$ac_srcdir/configure" --help=recursive
                   1373:     else
                   1374:       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
                   1375:     fi || ac_status=$?
                   1376:     cd "$ac_pwd" || { ac_status=$?; break; }
                   1377:   done
                   1378: fi
                   1379: 
                   1380: test -n "$ac_init_help" && exit $ac_status
                   1381: if $ac_init_version; then
                   1382:   cat <<\_ACEOF
1.3     ! misho    1383: libaitcrc configure 2.0
1.1       misho    1384: generated by GNU Autoconf 2.62
                   1385: 
                   1386: Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
                   1387: 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
                   1388: This configure script is free software; the Free Software Foundation
                   1389: gives unlimited permission to copy, distribute and modify it.
                   1390: _ACEOF
                   1391:   exit
                   1392: fi
                   1393: cat >config.log <<_ACEOF
                   1394: This file contains any messages produced by compilers while
                   1395: running configure, to aid debugging if configure makes a mistake.
                   1396: 
1.3     ! misho    1397: It was created by libaitcrc $as_me 2.0, which was
1.1       misho    1398: generated by GNU Autoconf 2.62.  Invocation command line was
                   1399: 
                   1400:   $ $0 $@
                   1401: 
                   1402: _ACEOF
                   1403: exec 5>>config.log
                   1404: {
                   1405: cat <<_ASUNAME
                   1406: ## --------- ##
                   1407: ## Platform. ##
                   1408: ## --------- ##
                   1409: 
                   1410: hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
                   1411: uname -m = `(uname -m) 2>/dev/null || echo unknown`
                   1412: uname -r = `(uname -r) 2>/dev/null || echo unknown`
                   1413: uname -s = `(uname -s) 2>/dev/null || echo unknown`
                   1414: uname -v = `(uname -v) 2>/dev/null || echo unknown`
                   1415: 
                   1416: /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
                   1417: /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
                   1418: 
                   1419: /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
                   1420: /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
                   1421: /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
                   1422: /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
                   1423: /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
                   1424: /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
                   1425: /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
                   1426: 
                   1427: _ASUNAME
                   1428: 
                   1429: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   1430: for as_dir in $PATH
                   1431: do
                   1432:   IFS=$as_save_IFS
                   1433:   test -z "$as_dir" && as_dir=.
                   1434:   $as_echo "PATH: $as_dir"
                   1435: done
                   1436: IFS=$as_save_IFS
                   1437: 
                   1438: } >&5
                   1439: 
                   1440: cat >&5 <<_ACEOF
                   1441: 
                   1442: 
                   1443: ## ----------- ##
                   1444: ## Core tests. ##
                   1445: ## ----------- ##
                   1446: 
                   1447: _ACEOF
                   1448: 
                   1449: 
                   1450: # Keep a trace of the command line.
                   1451: # Strip out --no-create and --no-recursion so they do not pile up.
                   1452: # Strip out --silent because we don't want to record it for future runs.
                   1453: # Also quote any args containing shell meta-characters.
                   1454: # Make two passes to allow for proper duplicate-argument suppression.
                   1455: ac_configure_args=
                   1456: ac_configure_args0=
                   1457: ac_configure_args1=
                   1458: ac_must_keep_next=false
                   1459: for ac_pass in 1 2
                   1460: do
                   1461:   for ac_arg
                   1462:   do
                   1463:     case $ac_arg in
                   1464:     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
                   1465:     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                   1466:     | -silent | --silent | --silen | --sile | --sil)
                   1467:       continue ;;
                   1468:     *\'*)
                   1469:       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
                   1470:     esac
                   1471:     case $ac_pass in
                   1472:     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
                   1473:     2)
                   1474:       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
                   1475:       if test $ac_must_keep_next = true; then
                   1476:        ac_must_keep_next=false # Got value, back to normal.
                   1477:       else
                   1478:        case $ac_arg in
                   1479:          *=* | --config-cache | -C | -disable-* | --disable-* \
                   1480:          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
                   1481:          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
                   1482:          | -with-* | --with-* | -without-* | --without-* | --x)
                   1483:            case "$ac_configure_args0 " in
                   1484:              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
                   1485:            esac
                   1486:            ;;
                   1487:          -* ) ac_must_keep_next=true ;;
                   1488:        esac
                   1489:       fi
                   1490:       ac_configure_args="$ac_configure_args '$ac_arg'"
                   1491:       ;;
                   1492:     esac
                   1493:   done
                   1494: done
                   1495: $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
                   1496: $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
                   1497: 
                   1498: # When interrupted or exit'd, cleanup temporary files, and complete
                   1499: # config.log.  We remove comments because anyway the quotes in there
                   1500: # would cause problems or look ugly.
                   1501: # WARNING: Use '\'' to represent an apostrophe within the trap.
                   1502: # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
                   1503: trap 'exit_status=$?
                   1504:   # Save into config.log some information that might help in debugging.
                   1505:   {
                   1506:     echo
                   1507: 
                   1508:     cat <<\_ASBOX
                   1509: ## ---------------- ##
                   1510: ## Cache variables. ##
                   1511: ## ---------------- ##
                   1512: _ASBOX
                   1513:     echo
                   1514:     # The following way of writing the cache mishandles newlines in values,
                   1515: (
                   1516:   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
                   1517:     eval ac_val=\$$ac_var
                   1518:     case $ac_val in #(
                   1519:     *${as_nl}*)
                   1520:       case $ac_var in #(
                   1521:       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
                   1522: $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
                   1523:       esac
                   1524:       case $ac_var in #(
                   1525:       _ | IFS | as_nl) ;; #(
                   1526:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
                   1527:       *) $as_unset $ac_var ;;
                   1528:       esac ;;
                   1529:     esac
                   1530:   done
                   1531:   (set) 2>&1 |
                   1532:     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
                   1533:     *${as_nl}ac_space=\ *)
                   1534:       sed -n \
                   1535:        "s/'\''/'\''\\\\'\'''\''/g;
                   1536:          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
                   1537:       ;; #(
                   1538:     *)
                   1539:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
                   1540:       ;;
                   1541:     esac |
                   1542:     sort
                   1543: )
                   1544:     echo
                   1545: 
                   1546:     cat <<\_ASBOX
                   1547: ## ----------------- ##
                   1548: ## Output variables. ##
                   1549: ## ----------------- ##
                   1550: _ASBOX
                   1551:     echo
                   1552:     for ac_var in $ac_subst_vars
                   1553:     do
                   1554:       eval ac_val=\$$ac_var
                   1555:       case $ac_val in
                   1556:       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
                   1557:       esac
                   1558:       $as_echo "$ac_var='\''$ac_val'\''"
                   1559:     done | sort
                   1560:     echo
                   1561: 
                   1562:     if test -n "$ac_subst_files"; then
                   1563:       cat <<\_ASBOX
                   1564: ## ------------------- ##
                   1565: ## File substitutions. ##
                   1566: ## ------------------- ##
                   1567: _ASBOX
                   1568:       echo
                   1569:       for ac_var in $ac_subst_files
                   1570:       do
                   1571:        eval ac_val=\$$ac_var
                   1572:        case $ac_val in
                   1573:        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
                   1574:        esac
                   1575:        $as_echo "$ac_var='\''$ac_val'\''"
                   1576:       done | sort
                   1577:       echo
                   1578:     fi
                   1579: 
                   1580:     if test -s confdefs.h; then
                   1581:       cat <<\_ASBOX
                   1582: ## ----------- ##
                   1583: ## confdefs.h. ##
                   1584: ## ----------- ##
                   1585: _ASBOX
                   1586:       echo
                   1587:       cat confdefs.h
                   1588:       echo
                   1589:     fi
                   1590:     test "$ac_signal" != 0 &&
                   1591:       $as_echo "$as_me: caught signal $ac_signal"
                   1592:     $as_echo "$as_me: exit $exit_status"
                   1593:   } >&5
                   1594:   rm -f core *.core core.conftest.* &&
                   1595:     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
                   1596:     exit $exit_status
                   1597: ' 0
                   1598: for ac_signal in 1 2 13 15; do
                   1599:   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
                   1600: done
                   1601: ac_signal=0
                   1602: 
                   1603: # confdefs.h avoids OS command line length limits that DEFS can exceed.
                   1604: rm -f -r conftest* confdefs.h
                   1605: 
                   1606: # Predefined preprocessor variables.
                   1607: 
                   1608: cat >>confdefs.h <<_ACEOF
                   1609: #define PACKAGE_NAME "$PACKAGE_NAME"
                   1610: _ACEOF
                   1611: 
                   1612: 
                   1613: cat >>confdefs.h <<_ACEOF
                   1614: #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
                   1615: _ACEOF
                   1616: 
                   1617: 
                   1618: cat >>confdefs.h <<_ACEOF
                   1619: #define PACKAGE_VERSION "$PACKAGE_VERSION"
                   1620: _ACEOF
                   1621: 
                   1622: 
                   1623: cat >>confdefs.h <<_ACEOF
                   1624: #define PACKAGE_STRING "$PACKAGE_STRING"
                   1625: _ACEOF
                   1626: 
                   1627: 
                   1628: cat >>confdefs.h <<_ACEOF
                   1629: #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
                   1630: _ACEOF
                   1631: 
                   1632: 
                   1633: # Let the site file select an alternate cache file if it wants to.
                   1634: # Prefer an explicitly selected file to automatically selected ones.
                   1635: ac_site_file1=NONE
                   1636: ac_site_file2=NONE
                   1637: if test -n "$CONFIG_SITE"; then
                   1638:   ac_site_file1=$CONFIG_SITE
                   1639: elif test "x$prefix" != xNONE; then
                   1640:   ac_site_file1=$prefix/share/config.site
                   1641:   ac_site_file2=$prefix/etc/config.site
                   1642: else
                   1643:   ac_site_file1=$ac_default_prefix/share/config.site
                   1644:   ac_site_file2=$ac_default_prefix/etc/config.site
                   1645: fi
                   1646: for ac_site_file in "$ac_site_file1" "$ac_site_file2"
                   1647: do
                   1648:   test "x$ac_site_file" = xNONE && continue
                   1649:   if test -r "$ac_site_file"; then
                   1650:     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
                   1651: $as_echo "$as_me: loading site script $ac_site_file" >&6;}
                   1652:     sed 's/^/| /' "$ac_site_file" >&5
                   1653:     . "$ac_site_file"
                   1654:   fi
                   1655: done
                   1656: 
                   1657: if test -r "$cache_file"; then
                   1658:   # Some versions of bash will fail to source /dev/null (special
                   1659:   # files actually), so we avoid doing that.
                   1660:   if test -f "$cache_file"; then
                   1661:     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
                   1662: $as_echo "$as_me: loading cache $cache_file" >&6;}
                   1663:     case $cache_file in
                   1664:       [\\/]* | ?:[\\/]* ) . "$cache_file";;
                   1665:       *)                      . "./$cache_file";;
                   1666:     esac
                   1667:   fi
                   1668: else
                   1669:   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
                   1670: $as_echo "$as_me: creating cache $cache_file" >&6;}
                   1671:   >$cache_file
                   1672: fi
                   1673: 
                   1674: # Check that the precious variables saved in the cache have kept the same
                   1675: # value.
                   1676: ac_cache_corrupted=false
                   1677: for ac_var in $ac_precious_vars; do
                   1678:   eval ac_old_set=\$ac_cv_env_${ac_var}_set
                   1679:   eval ac_new_set=\$ac_env_${ac_var}_set
                   1680:   eval ac_old_val=\$ac_cv_env_${ac_var}_value
                   1681:   eval ac_new_val=\$ac_env_${ac_var}_value
                   1682:   case $ac_old_set,$ac_new_set in
                   1683:     set,)
                   1684:       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
                   1685: $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
                   1686:       ac_cache_corrupted=: ;;
                   1687:     ,set)
                   1688:       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
                   1689: $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
                   1690:       ac_cache_corrupted=: ;;
                   1691:     ,);;
                   1692:     *)
                   1693:       if test "x$ac_old_val" != "x$ac_new_val"; then
                   1694:        # differences in whitespace do not lead to failure.
                   1695:        ac_old_val_w=`echo x $ac_old_val`
                   1696:        ac_new_val_w=`echo x $ac_new_val`
                   1697:        if test "$ac_old_val_w" != "$ac_new_val_w"; then
                   1698:          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
                   1699: $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
                   1700:          ac_cache_corrupted=:
                   1701:        else
                   1702:          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
                   1703: $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
                   1704:          eval $ac_var=\$ac_old_val
                   1705:        fi
                   1706:        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
                   1707: $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
                   1708:        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
                   1709: $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
                   1710:       fi;;
                   1711:   esac
                   1712:   # Pass precious variables to config.status.
                   1713:   if test "$ac_new_set" = set; then
                   1714:     case $ac_new_val in
                   1715:     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
                   1716:     *) ac_arg=$ac_var=$ac_new_val ;;
                   1717:     esac
                   1718:     case " $ac_configure_args " in
                   1719:       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
                   1720:       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
                   1721:     esac
                   1722:   fi
                   1723: done
                   1724: if $ac_cache_corrupted; then
                   1725:   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
                   1726: $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
                   1727:   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
                   1728: $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
                   1729:    { (exit 1); exit 1; }; }
                   1730: fi
                   1731: 
                   1732: 
                   1733: 
                   1734: 
                   1735: 
                   1736: 
                   1737: 
                   1738: 
                   1739: 
                   1740: 
                   1741: 
                   1742: 
                   1743: 
                   1744: 
                   1745: 
                   1746: 
                   1747: 
                   1748: 
                   1749: 
                   1750: 
                   1751: 
                   1752: 
                   1753: 
                   1754: 
                   1755: 
                   1756: ac_ext=c
                   1757: ac_cpp='$CPP $CPPFLAGS'
                   1758: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   1759: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   1760: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   1761: 
                   1762: 
                   1763: 
                   1764: ac_config_headers="$ac_config_headers inc/config.h"
                   1765: 
                   1766: 
                   1767: # Checks for programs.
                   1768: ac_ext=c
                   1769: ac_cpp='$CPP $CPPFLAGS'
                   1770: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   1771: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   1772: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   1773: if test -n "$ac_tool_prefix"; then
                   1774:   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
                   1775: set dummy ${ac_tool_prefix}gcc; ac_word=$2
                   1776: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   1777: $as_echo_n "checking for $ac_word... " >&6; }
                   1778: if test "${ac_cv_prog_CC+set}" = set; then
                   1779:   $as_echo_n "(cached) " >&6
                   1780: else
                   1781:   if test -n "$CC"; then
                   1782:   ac_cv_prog_CC="$CC" # Let the user override the test.
                   1783: else
                   1784: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   1785: for as_dir in $PATH
                   1786: do
                   1787:   IFS=$as_save_IFS
                   1788:   test -z "$as_dir" && as_dir=.
                   1789:   for ac_exec_ext in '' $ac_executable_extensions; do
                   1790:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   1791:     ac_cv_prog_CC="${ac_tool_prefix}gcc"
                   1792:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   1793:     break 2
                   1794:   fi
                   1795: done
                   1796: done
                   1797: IFS=$as_save_IFS
                   1798: 
                   1799: fi
                   1800: fi
                   1801: CC=$ac_cv_prog_CC
                   1802: if test -n "$CC"; then
                   1803:   { $as_echo "$as_me:$LINENO: result: $CC" >&5
                   1804: $as_echo "$CC" >&6; }
                   1805: else
                   1806:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   1807: $as_echo "no" >&6; }
                   1808: fi
                   1809: 
                   1810: 
                   1811: fi
                   1812: if test -z "$ac_cv_prog_CC"; then
                   1813:   ac_ct_CC=$CC
                   1814:   # Extract the first word of "gcc", so it can be a program name with args.
                   1815: set dummy gcc; ac_word=$2
                   1816: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   1817: $as_echo_n "checking for $ac_word... " >&6; }
                   1818: if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
                   1819:   $as_echo_n "(cached) " >&6
                   1820: else
                   1821:   if test -n "$ac_ct_CC"; then
                   1822:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
                   1823: else
                   1824: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   1825: for as_dir in $PATH
                   1826: do
                   1827:   IFS=$as_save_IFS
                   1828:   test -z "$as_dir" && as_dir=.
                   1829:   for ac_exec_ext in '' $ac_executable_extensions; do
                   1830:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   1831:     ac_cv_prog_ac_ct_CC="gcc"
                   1832:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   1833:     break 2
                   1834:   fi
                   1835: done
                   1836: done
                   1837: IFS=$as_save_IFS
                   1838: 
                   1839: fi
                   1840: fi
                   1841: ac_ct_CC=$ac_cv_prog_ac_ct_CC
                   1842: if test -n "$ac_ct_CC"; then
                   1843:   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
                   1844: $as_echo "$ac_ct_CC" >&6; }
                   1845: else
                   1846:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   1847: $as_echo "no" >&6; }
                   1848: fi
                   1849: 
                   1850:   if test "x$ac_ct_CC" = x; then
                   1851:     CC=""
                   1852:   else
                   1853:     case $cross_compiling:$ac_tool_warned in
                   1854: yes:)
                   1855: { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
                   1856: whose name does not start with the host triplet.  If you think this
                   1857: configuration is useful to you, please write to autoconf@gnu.org." >&5
                   1858: $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
                   1859: whose name does not start with the host triplet.  If you think this
                   1860: configuration is useful to you, please write to autoconf@gnu.org." >&2;}
                   1861: ac_tool_warned=yes ;;
                   1862: esac
                   1863:     CC=$ac_ct_CC
                   1864:   fi
                   1865: else
                   1866:   CC="$ac_cv_prog_CC"
                   1867: fi
                   1868: 
                   1869: if test -z "$CC"; then
                   1870:           if test -n "$ac_tool_prefix"; then
                   1871:     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
                   1872: set dummy ${ac_tool_prefix}cc; ac_word=$2
                   1873: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   1874: $as_echo_n "checking for $ac_word... " >&6; }
                   1875: if test "${ac_cv_prog_CC+set}" = set; then
                   1876:   $as_echo_n "(cached) " >&6
                   1877: else
                   1878:   if test -n "$CC"; then
                   1879:   ac_cv_prog_CC="$CC" # Let the user override the test.
                   1880: else
                   1881: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   1882: for as_dir in $PATH
                   1883: do
                   1884:   IFS=$as_save_IFS
                   1885:   test -z "$as_dir" && as_dir=.
                   1886:   for ac_exec_ext in '' $ac_executable_extensions; do
                   1887:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   1888:     ac_cv_prog_CC="${ac_tool_prefix}cc"
                   1889:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   1890:     break 2
                   1891:   fi
                   1892: done
                   1893: done
                   1894: IFS=$as_save_IFS
                   1895: 
                   1896: fi
                   1897: fi
                   1898: CC=$ac_cv_prog_CC
                   1899: if test -n "$CC"; then
                   1900:   { $as_echo "$as_me:$LINENO: result: $CC" >&5
                   1901: $as_echo "$CC" >&6; }
                   1902: else
                   1903:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   1904: $as_echo "no" >&6; }
                   1905: fi
                   1906: 
                   1907: 
                   1908:   fi
                   1909: fi
                   1910: if test -z "$CC"; then
                   1911:   # Extract the first word of "cc", so it can be a program name with args.
                   1912: set dummy cc; ac_word=$2
                   1913: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   1914: $as_echo_n "checking for $ac_word... " >&6; }
                   1915: if test "${ac_cv_prog_CC+set}" = set; then
                   1916:   $as_echo_n "(cached) " >&6
                   1917: else
                   1918:   if test -n "$CC"; then
                   1919:   ac_cv_prog_CC="$CC" # Let the user override the test.
                   1920: else
                   1921:   ac_prog_rejected=no
                   1922: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   1923: for as_dir in $PATH
                   1924: do
                   1925:   IFS=$as_save_IFS
                   1926:   test -z "$as_dir" && as_dir=.
                   1927:   for ac_exec_ext in '' $ac_executable_extensions; do
                   1928:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   1929:     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
                   1930:        ac_prog_rejected=yes
                   1931:        continue
                   1932:      fi
                   1933:     ac_cv_prog_CC="cc"
                   1934:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   1935:     break 2
                   1936:   fi
                   1937: done
                   1938: done
                   1939: IFS=$as_save_IFS
                   1940: 
                   1941: if test $ac_prog_rejected = yes; then
                   1942:   # We found a bogon in the path, so make sure we never use it.
                   1943:   set dummy $ac_cv_prog_CC
                   1944:   shift
                   1945:   if test $# != 0; then
                   1946:     # We chose a different compiler from the bogus one.
                   1947:     # However, it has the same basename, so the bogon will be chosen
                   1948:     # first if we set CC to just the basename; use the full file name.
                   1949:     shift
                   1950:     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
                   1951:   fi
                   1952: fi
                   1953: fi
                   1954: fi
                   1955: CC=$ac_cv_prog_CC
                   1956: if test -n "$CC"; then
                   1957:   { $as_echo "$as_me:$LINENO: result: $CC" >&5
                   1958: $as_echo "$CC" >&6; }
                   1959: else
                   1960:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   1961: $as_echo "no" >&6; }
                   1962: fi
                   1963: 
                   1964: 
                   1965: fi
                   1966: if test -z "$CC"; then
                   1967:   if test -n "$ac_tool_prefix"; then
                   1968:   for ac_prog in cl.exe
                   1969:   do
                   1970:     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
                   1971: set dummy $ac_tool_prefix$ac_prog; ac_word=$2
                   1972: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   1973: $as_echo_n "checking for $ac_word... " >&6; }
                   1974: if test "${ac_cv_prog_CC+set}" = set; then
                   1975:   $as_echo_n "(cached) " >&6
                   1976: else
                   1977:   if test -n "$CC"; then
                   1978:   ac_cv_prog_CC="$CC" # Let the user override the test.
                   1979: else
                   1980: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   1981: for as_dir in $PATH
                   1982: do
                   1983:   IFS=$as_save_IFS
                   1984:   test -z "$as_dir" && as_dir=.
                   1985:   for ac_exec_ext in '' $ac_executable_extensions; do
                   1986:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   1987:     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
                   1988:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   1989:     break 2
                   1990:   fi
                   1991: done
                   1992: done
                   1993: IFS=$as_save_IFS
                   1994: 
                   1995: fi
                   1996: fi
                   1997: CC=$ac_cv_prog_CC
                   1998: if test -n "$CC"; then
                   1999:   { $as_echo "$as_me:$LINENO: result: $CC" >&5
                   2000: $as_echo "$CC" >&6; }
                   2001: else
                   2002:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   2003: $as_echo "no" >&6; }
                   2004: fi
                   2005: 
                   2006: 
                   2007:     test -n "$CC" && break
                   2008:   done
                   2009: fi
                   2010: if test -z "$CC"; then
                   2011:   ac_ct_CC=$CC
                   2012:   for ac_prog in cl.exe
                   2013: do
                   2014:   # Extract the first word of "$ac_prog", so it can be a program name with args.
                   2015: set dummy $ac_prog; ac_word=$2
                   2016: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   2017: $as_echo_n "checking for $ac_word... " >&6; }
                   2018: if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
                   2019:   $as_echo_n "(cached) " >&6
                   2020: else
                   2021:   if test -n "$ac_ct_CC"; then
                   2022:   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
                   2023: else
                   2024: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2025: for as_dir in $PATH
                   2026: do
                   2027:   IFS=$as_save_IFS
                   2028:   test -z "$as_dir" && as_dir=.
                   2029:   for ac_exec_ext in '' $ac_executable_extensions; do
                   2030:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   2031:     ac_cv_prog_ac_ct_CC="$ac_prog"
                   2032:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   2033:     break 2
                   2034:   fi
                   2035: done
                   2036: done
                   2037: IFS=$as_save_IFS
                   2038: 
                   2039: fi
                   2040: fi
                   2041: ac_ct_CC=$ac_cv_prog_ac_ct_CC
                   2042: if test -n "$ac_ct_CC"; then
                   2043:   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
                   2044: $as_echo "$ac_ct_CC" >&6; }
                   2045: else
                   2046:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   2047: $as_echo "no" >&6; }
                   2048: fi
                   2049: 
                   2050: 
                   2051:   test -n "$ac_ct_CC" && break
                   2052: done
                   2053: 
                   2054:   if test "x$ac_ct_CC" = x; then
                   2055:     CC=""
                   2056:   else
                   2057:     case $cross_compiling:$ac_tool_warned in
                   2058: yes:)
                   2059: { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
                   2060: whose name does not start with the host triplet.  If you think this
                   2061: configuration is useful to you, please write to autoconf@gnu.org." >&5
                   2062: $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
                   2063: whose name does not start with the host triplet.  If you think this
                   2064: configuration is useful to you, please write to autoconf@gnu.org." >&2;}
                   2065: ac_tool_warned=yes ;;
                   2066: esac
                   2067:     CC=$ac_ct_CC
                   2068:   fi
                   2069: fi
                   2070: 
                   2071: fi
                   2072: 
                   2073: 
                   2074: test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
                   2075: See \`config.log' for more details." >&5
                   2076: $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
                   2077: See \`config.log' for more details." >&2;}
                   2078:    { (exit 1); exit 1; }; }
                   2079: 
                   2080: # Provide some information about the compiler.
                   2081: $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
                   2082: set X $ac_compile
                   2083: ac_compiler=$2
                   2084: { (ac_try="$ac_compiler --version >&5"
                   2085: case "(($ac_try" in
                   2086:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2087:   *) ac_try_echo=$ac_try;;
                   2088: esac
                   2089: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2090: $as_echo "$ac_try_echo") >&5
                   2091:   (eval "$ac_compiler --version >&5") 2>&5
                   2092:   ac_status=$?
                   2093:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2094:   (exit $ac_status); }
                   2095: { (ac_try="$ac_compiler -v >&5"
                   2096: case "(($ac_try" in
                   2097:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2098:   *) ac_try_echo=$ac_try;;
                   2099: esac
                   2100: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2101: $as_echo "$ac_try_echo") >&5
                   2102:   (eval "$ac_compiler -v >&5") 2>&5
                   2103:   ac_status=$?
                   2104:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2105:   (exit $ac_status); }
                   2106: { (ac_try="$ac_compiler -V >&5"
                   2107: case "(($ac_try" in
                   2108:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2109:   *) ac_try_echo=$ac_try;;
                   2110: esac
                   2111: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2112: $as_echo "$ac_try_echo") >&5
                   2113:   (eval "$ac_compiler -V >&5") 2>&5
                   2114:   ac_status=$?
                   2115:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2116:   (exit $ac_status); }
                   2117: 
                   2118: cat >conftest.$ac_ext <<_ACEOF
                   2119: /* confdefs.h.  */
                   2120: _ACEOF
                   2121: cat confdefs.h >>conftest.$ac_ext
                   2122: cat >>conftest.$ac_ext <<_ACEOF
                   2123: /* end confdefs.h.  */
                   2124: 
                   2125: int
                   2126: main ()
                   2127: {
                   2128: 
                   2129:   ;
                   2130:   return 0;
                   2131: }
                   2132: _ACEOF
                   2133: ac_clean_files_save=$ac_clean_files
                   2134: ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
                   2135: # Try to create an executable without -o first, disregard a.out.
                   2136: # It will help us diagnose broken compilers, and finding out an intuition
                   2137: # of exeext.
                   2138: { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
                   2139: $as_echo_n "checking for C compiler default output file name... " >&6; }
                   2140: ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
                   2141: 
                   2142: # The possible output files:
                   2143: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
                   2144: 
                   2145: ac_rmfiles=
                   2146: for ac_file in $ac_files
                   2147: do
                   2148:   case $ac_file in
                   2149:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
                   2150:     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
                   2151:   esac
                   2152: done
                   2153: rm -f $ac_rmfiles
                   2154: 
                   2155: if { (ac_try="$ac_link_default"
                   2156: case "(($ac_try" in
                   2157:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2158:   *) ac_try_echo=$ac_try;;
                   2159: esac
                   2160: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2161: $as_echo "$ac_try_echo") >&5
                   2162:   (eval "$ac_link_default") 2>&5
                   2163:   ac_status=$?
                   2164:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2165:   (exit $ac_status); }; then
                   2166:   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
                   2167: # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
                   2168: # in a Makefile.  We should not override ac_cv_exeext if it was cached,
                   2169: # so that the user can short-circuit this test for compilers unknown to
                   2170: # Autoconf.
                   2171: for ac_file in $ac_files ''
                   2172: do
                   2173:   test -f "$ac_file" || continue
                   2174:   case $ac_file in
                   2175:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
                   2176:        ;;
                   2177:     [ab].out )
                   2178:        # We found the default executable, but exeext='' is most
                   2179:        # certainly right.
                   2180:        break;;
                   2181:     *.* )
                   2182:         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
                   2183:        then :; else
                   2184:           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
                   2185:        fi
                   2186:        # We set ac_cv_exeext here because the later test for it is not
                   2187:        # safe: cross compilers may not add the suffix if given an `-o'
                   2188:        # argument, so we may need to know it at that point already.
                   2189:        # Even if this section looks crufty: it has the advantage of
                   2190:        # actually working.
                   2191:        break;;
                   2192:     * )
                   2193:        break;;
                   2194:   esac
                   2195: done
                   2196: test "$ac_cv_exeext" = no && ac_cv_exeext=
                   2197: 
                   2198: else
                   2199:   ac_file=''
                   2200: fi
                   2201: 
                   2202: { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
                   2203: $as_echo "$ac_file" >&6; }
                   2204: if test -z "$ac_file"; then
                   2205:   $as_echo "$as_me: failed program was:" >&5
                   2206: sed 's/^/| /' conftest.$ac_ext >&5
                   2207: 
                   2208: { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
                   2209: See \`config.log' for more details." >&5
                   2210: $as_echo "$as_me: error: C compiler cannot create executables
                   2211: See \`config.log' for more details." >&2;}
                   2212:    { (exit 77); exit 77; }; }
                   2213: fi
                   2214: 
                   2215: ac_exeext=$ac_cv_exeext
                   2216: 
                   2217: # Check that the compiler produces executables we can run.  If not, either
                   2218: # the compiler is broken, or we cross compile.
                   2219: { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
                   2220: $as_echo_n "checking whether the C compiler works... " >&6; }
                   2221: # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
                   2222: # If not cross compiling, check that we can run a simple program.
                   2223: if test "$cross_compiling" != yes; then
                   2224:   if { ac_try='./$ac_file'
                   2225:   { (case "(($ac_try" in
                   2226:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2227:   *) ac_try_echo=$ac_try;;
                   2228: esac
                   2229: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2230: $as_echo "$ac_try_echo") >&5
                   2231:   (eval "$ac_try") 2>&5
                   2232:   ac_status=$?
                   2233:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2234:   (exit $ac_status); }; }; then
                   2235:     cross_compiling=no
                   2236:   else
                   2237:     if test "$cross_compiling" = maybe; then
                   2238:        cross_compiling=yes
                   2239:     else
                   2240:        { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
                   2241: If you meant to cross compile, use \`--host'.
                   2242: See \`config.log' for more details." >&5
                   2243: $as_echo "$as_me: error: cannot run C compiled programs.
                   2244: If you meant to cross compile, use \`--host'.
                   2245: See \`config.log' for more details." >&2;}
                   2246:    { (exit 1); exit 1; }; }
                   2247:     fi
                   2248:   fi
                   2249: fi
                   2250: { $as_echo "$as_me:$LINENO: result: yes" >&5
                   2251: $as_echo "yes" >&6; }
                   2252: 
                   2253: rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
                   2254: ac_clean_files=$ac_clean_files_save
                   2255: # Check that the compiler produces executables we can run.  If not, either
                   2256: # the compiler is broken, or we cross compile.
                   2257: { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
                   2258: $as_echo_n "checking whether we are cross compiling... " >&6; }
                   2259: { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
                   2260: $as_echo "$cross_compiling" >&6; }
                   2261: 
                   2262: { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
                   2263: $as_echo_n "checking for suffix of executables... " >&6; }
                   2264: if { (ac_try="$ac_link"
                   2265: case "(($ac_try" in
                   2266:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2267:   *) ac_try_echo=$ac_try;;
                   2268: esac
                   2269: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2270: $as_echo "$ac_try_echo") >&5
                   2271:   (eval "$ac_link") 2>&5
                   2272:   ac_status=$?
                   2273:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2274:   (exit $ac_status); }; then
                   2275:   # If both `conftest.exe' and `conftest' are `present' (well, observable)
                   2276: # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
                   2277: # work properly (i.e., refer to `conftest.exe'), while it won't with
                   2278: # `rm'.
                   2279: for ac_file in conftest.exe conftest conftest.*; do
                   2280:   test -f "$ac_file" || continue
                   2281:   case $ac_file in
                   2282:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
                   2283:     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
                   2284:          break;;
                   2285:     * ) break;;
                   2286:   esac
                   2287: done
                   2288: else
                   2289:   { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
                   2290: See \`config.log' for more details." >&5
                   2291: $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
                   2292: See \`config.log' for more details." >&2;}
                   2293:    { (exit 1); exit 1; }; }
                   2294: fi
                   2295: 
                   2296: rm -f conftest$ac_cv_exeext
                   2297: { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
                   2298: $as_echo "$ac_cv_exeext" >&6; }
                   2299: 
                   2300: rm -f conftest.$ac_ext
                   2301: EXEEXT=$ac_cv_exeext
                   2302: ac_exeext=$EXEEXT
                   2303: { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
                   2304: $as_echo_n "checking for suffix of object files... " >&6; }
                   2305: if test "${ac_cv_objext+set}" = set; then
                   2306:   $as_echo_n "(cached) " >&6
                   2307: else
                   2308:   cat >conftest.$ac_ext <<_ACEOF
                   2309: /* confdefs.h.  */
                   2310: _ACEOF
                   2311: cat confdefs.h >>conftest.$ac_ext
                   2312: cat >>conftest.$ac_ext <<_ACEOF
                   2313: /* end confdefs.h.  */
                   2314: 
                   2315: int
                   2316: main ()
                   2317: {
                   2318: 
                   2319:   ;
                   2320:   return 0;
                   2321: }
                   2322: _ACEOF
                   2323: rm -f conftest.o conftest.obj
                   2324: if { (ac_try="$ac_compile"
                   2325: case "(($ac_try" in
                   2326:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2327:   *) ac_try_echo=$ac_try;;
                   2328: esac
                   2329: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2330: $as_echo "$ac_try_echo") >&5
                   2331:   (eval "$ac_compile") 2>&5
                   2332:   ac_status=$?
                   2333:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2334:   (exit $ac_status); }; then
                   2335:   for ac_file in conftest.o conftest.obj conftest.*; do
                   2336:   test -f "$ac_file" || continue;
                   2337:   case $ac_file in
                   2338:     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
                   2339:     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
                   2340:        break;;
                   2341:   esac
                   2342: done
                   2343: else
                   2344:   $as_echo "$as_me: failed program was:" >&5
                   2345: sed 's/^/| /' conftest.$ac_ext >&5
                   2346: 
                   2347: { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
                   2348: See \`config.log' for more details." >&5
                   2349: $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
                   2350: See \`config.log' for more details." >&2;}
                   2351:    { (exit 1); exit 1; }; }
                   2352: fi
                   2353: 
                   2354: rm -f conftest.$ac_cv_objext conftest.$ac_ext
                   2355: fi
                   2356: { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
                   2357: $as_echo "$ac_cv_objext" >&6; }
                   2358: OBJEXT=$ac_cv_objext
                   2359: ac_objext=$OBJEXT
                   2360: { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
                   2361: $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
                   2362: if test "${ac_cv_c_compiler_gnu+set}" = set; then
                   2363:   $as_echo_n "(cached) " >&6
                   2364: else
                   2365:   cat >conftest.$ac_ext <<_ACEOF
                   2366: /* confdefs.h.  */
                   2367: _ACEOF
                   2368: cat confdefs.h >>conftest.$ac_ext
                   2369: cat >>conftest.$ac_ext <<_ACEOF
                   2370: /* end confdefs.h.  */
                   2371: 
                   2372: int
                   2373: main ()
                   2374: {
                   2375: #ifndef __GNUC__
                   2376:        choke me
                   2377: #endif
                   2378: 
                   2379:   ;
                   2380:   return 0;
                   2381: }
                   2382: _ACEOF
                   2383: rm -f conftest.$ac_objext
                   2384: if { (ac_try="$ac_compile"
                   2385: case "(($ac_try" in
                   2386:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2387:   *) ac_try_echo=$ac_try;;
                   2388: esac
                   2389: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2390: $as_echo "$ac_try_echo") >&5
                   2391:   (eval "$ac_compile") 2>conftest.er1
                   2392:   ac_status=$?
                   2393:   grep -v '^ *+' conftest.er1 >conftest.err
                   2394:   rm -f conftest.er1
                   2395:   cat conftest.err >&5
                   2396:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2397:   (exit $ac_status); } && {
                   2398:         test -z "$ac_c_werror_flag" ||
                   2399:         test ! -s conftest.err
                   2400:        } && test -s conftest.$ac_objext; then
                   2401:   ac_compiler_gnu=yes
                   2402: else
                   2403:   $as_echo "$as_me: failed program was:" >&5
                   2404: sed 's/^/| /' conftest.$ac_ext >&5
                   2405: 
                   2406:        ac_compiler_gnu=no
                   2407: fi
                   2408: 
                   2409: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2410: ac_cv_c_compiler_gnu=$ac_compiler_gnu
                   2411: 
                   2412: fi
                   2413: { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
                   2414: $as_echo "$ac_cv_c_compiler_gnu" >&6; }
                   2415: if test $ac_compiler_gnu = yes; then
                   2416:   GCC=yes
                   2417: else
                   2418:   GCC=
                   2419: fi
                   2420: ac_test_CFLAGS=${CFLAGS+set}
                   2421: ac_save_CFLAGS=$CFLAGS
                   2422: { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
                   2423: $as_echo_n "checking whether $CC accepts -g... " >&6; }
                   2424: if test "${ac_cv_prog_cc_g+set}" = set; then
                   2425:   $as_echo_n "(cached) " >&6
                   2426: else
                   2427:   ac_save_c_werror_flag=$ac_c_werror_flag
                   2428:    ac_c_werror_flag=yes
                   2429:    ac_cv_prog_cc_g=no
                   2430:    CFLAGS="-g"
                   2431:    cat >conftest.$ac_ext <<_ACEOF
                   2432: /* confdefs.h.  */
                   2433: _ACEOF
                   2434: cat confdefs.h >>conftest.$ac_ext
                   2435: cat >>conftest.$ac_ext <<_ACEOF
                   2436: /* end confdefs.h.  */
                   2437: 
                   2438: int
                   2439: main ()
                   2440: {
                   2441: 
                   2442:   ;
                   2443:   return 0;
                   2444: }
                   2445: _ACEOF
                   2446: rm -f conftest.$ac_objext
                   2447: if { (ac_try="$ac_compile"
                   2448: case "(($ac_try" in
                   2449:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2450:   *) ac_try_echo=$ac_try;;
                   2451: esac
                   2452: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2453: $as_echo "$ac_try_echo") >&5
                   2454:   (eval "$ac_compile") 2>conftest.er1
                   2455:   ac_status=$?
                   2456:   grep -v '^ *+' conftest.er1 >conftest.err
                   2457:   rm -f conftest.er1
                   2458:   cat conftest.err >&5
                   2459:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2460:   (exit $ac_status); } && {
                   2461:         test -z "$ac_c_werror_flag" ||
                   2462:         test ! -s conftest.err
                   2463:        } && test -s conftest.$ac_objext; then
                   2464:   ac_cv_prog_cc_g=yes
                   2465: else
                   2466:   $as_echo "$as_me: failed program was:" >&5
                   2467: sed 's/^/| /' conftest.$ac_ext >&5
                   2468: 
                   2469:        CFLAGS=""
                   2470:       cat >conftest.$ac_ext <<_ACEOF
                   2471: /* confdefs.h.  */
                   2472: _ACEOF
                   2473: cat confdefs.h >>conftest.$ac_ext
                   2474: cat >>conftest.$ac_ext <<_ACEOF
                   2475: /* end confdefs.h.  */
                   2476: 
                   2477: int
                   2478: main ()
                   2479: {
                   2480: 
                   2481:   ;
                   2482:   return 0;
                   2483: }
                   2484: _ACEOF
                   2485: rm -f conftest.$ac_objext
                   2486: if { (ac_try="$ac_compile"
                   2487: case "(($ac_try" in
                   2488:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2489:   *) ac_try_echo=$ac_try;;
                   2490: esac
                   2491: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2492: $as_echo "$ac_try_echo") >&5
                   2493:   (eval "$ac_compile") 2>conftest.er1
                   2494:   ac_status=$?
                   2495:   grep -v '^ *+' conftest.er1 >conftest.err
                   2496:   rm -f conftest.er1
                   2497:   cat conftest.err >&5
                   2498:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2499:   (exit $ac_status); } && {
                   2500:         test -z "$ac_c_werror_flag" ||
                   2501:         test ! -s conftest.err
                   2502:        } && test -s conftest.$ac_objext; then
                   2503:   :
                   2504: else
                   2505:   $as_echo "$as_me: failed program was:" >&5
                   2506: sed 's/^/| /' conftest.$ac_ext >&5
                   2507: 
                   2508:        ac_c_werror_flag=$ac_save_c_werror_flag
                   2509:         CFLAGS="-g"
                   2510:         cat >conftest.$ac_ext <<_ACEOF
                   2511: /* confdefs.h.  */
                   2512: _ACEOF
                   2513: cat confdefs.h >>conftest.$ac_ext
                   2514: cat >>conftest.$ac_ext <<_ACEOF
                   2515: /* end confdefs.h.  */
                   2516: 
                   2517: int
                   2518: main ()
                   2519: {
                   2520: 
                   2521:   ;
                   2522:   return 0;
                   2523: }
                   2524: _ACEOF
                   2525: rm -f conftest.$ac_objext
                   2526: if { (ac_try="$ac_compile"
                   2527: case "(($ac_try" in
                   2528:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2529:   *) ac_try_echo=$ac_try;;
                   2530: esac
                   2531: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2532: $as_echo "$ac_try_echo") >&5
                   2533:   (eval "$ac_compile") 2>conftest.er1
                   2534:   ac_status=$?
                   2535:   grep -v '^ *+' conftest.er1 >conftest.err
                   2536:   rm -f conftest.er1
                   2537:   cat conftest.err >&5
                   2538:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2539:   (exit $ac_status); } && {
                   2540:         test -z "$ac_c_werror_flag" ||
                   2541:         test ! -s conftest.err
                   2542:        } && test -s conftest.$ac_objext; then
                   2543:   ac_cv_prog_cc_g=yes
                   2544: else
                   2545:   $as_echo "$as_me: failed program was:" >&5
                   2546: sed 's/^/| /' conftest.$ac_ext >&5
                   2547: 
                   2548: 
                   2549: fi
                   2550: 
                   2551: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2552: fi
                   2553: 
                   2554: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2555: fi
                   2556: 
                   2557: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   2558:    ac_c_werror_flag=$ac_save_c_werror_flag
                   2559: fi
                   2560: { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
                   2561: $as_echo "$ac_cv_prog_cc_g" >&6; }
                   2562: if test "$ac_test_CFLAGS" = set; then
                   2563:   CFLAGS=$ac_save_CFLAGS
                   2564: elif test $ac_cv_prog_cc_g = yes; then
                   2565:   if test "$GCC" = yes; then
                   2566:     CFLAGS="-g -O2"
                   2567:   else
                   2568:     CFLAGS="-g"
                   2569:   fi
                   2570: else
                   2571:   if test "$GCC" = yes; then
                   2572:     CFLAGS="-O2"
                   2573:   else
                   2574:     CFLAGS=
                   2575:   fi
                   2576: fi
                   2577: { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
                   2578: $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
                   2579: if test "${ac_cv_prog_cc_c89+set}" = set; then
                   2580:   $as_echo_n "(cached) " >&6
                   2581: else
                   2582:   ac_cv_prog_cc_c89=no
                   2583: ac_save_CC=$CC
                   2584: cat >conftest.$ac_ext <<_ACEOF
                   2585: /* confdefs.h.  */
                   2586: _ACEOF
                   2587: cat confdefs.h >>conftest.$ac_ext
                   2588: cat >>conftest.$ac_ext <<_ACEOF
                   2589: /* end confdefs.h.  */
                   2590: #include <stdarg.h>
                   2591: #include <stdio.h>
                   2592: #include <sys/types.h>
                   2593: #include <sys/stat.h>
                   2594: /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
                   2595: struct buf { int x; };
                   2596: FILE * (*rcsopen) (struct buf *, struct stat *, int);
                   2597: static char *e (p, i)
                   2598:      char **p;
                   2599:      int i;
                   2600: {
                   2601:   return p[i];
                   2602: }
                   2603: static char *f (char * (*g) (char **, int), char **p, ...)
                   2604: {
                   2605:   char *s;
                   2606:   va_list v;
                   2607:   va_start (v,p);
                   2608:   s = g (p, va_arg (v,int));
                   2609:   va_end (v);
                   2610:   return s;
                   2611: }
                   2612: 
                   2613: /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
                   2614:    function prototypes and stuff, but not '\xHH' hex character constants.
                   2615:    These don't provoke an error unfortunately, instead are silently treated
                   2616:    as 'x'.  The following induces an error, until -std is added to get
                   2617:    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
                   2618:    array size at least.  It's necessary to write '\x00'==0 to get something
                   2619:    that's true only with -std.  */
                   2620: int osf4_cc_array ['\x00' == 0 ? 1 : -1];
                   2621: 
                   2622: /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
                   2623:    inside strings and character constants.  */
                   2624: #define FOO(x) 'x'
                   2625: int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
                   2626: 
                   2627: int test (int i, double x);
                   2628: struct s1 {int (*f) (int a);};
                   2629: struct s2 {int (*f) (double a);};
                   2630: int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
                   2631: int argc;
                   2632: char **argv;
                   2633: int
                   2634: main ()
                   2635: {
                   2636: return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
                   2637:   ;
                   2638:   return 0;
                   2639: }
                   2640: _ACEOF
                   2641: for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
                   2642:        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
                   2643: do
                   2644:   CC="$ac_save_CC $ac_arg"
                   2645:   rm -f conftest.$ac_objext
                   2646: if { (ac_try="$ac_compile"
                   2647: case "(($ac_try" in
                   2648:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   2649:   *) ac_try_echo=$ac_try;;
                   2650: esac
                   2651: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   2652: $as_echo "$ac_try_echo") >&5
                   2653:   (eval "$ac_compile") 2>conftest.er1
                   2654:   ac_status=$?
                   2655:   grep -v '^ *+' conftest.er1 >conftest.err
                   2656:   rm -f conftest.er1
                   2657:   cat conftest.err >&5
                   2658:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   2659:   (exit $ac_status); } && {
                   2660:         test -z "$ac_c_werror_flag" ||
                   2661:         test ! -s conftest.err
                   2662:        } && test -s conftest.$ac_objext; then
                   2663:   ac_cv_prog_cc_c89=$ac_arg
                   2664: else
                   2665:   $as_echo "$as_me: failed program was:" >&5
                   2666: sed 's/^/| /' conftest.$ac_ext >&5
                   2667: 
                   2668: 
                   2669: fi
                   2670: 
                   2671: rm -f core conftest.err conftest.$ac_objext
                   2672:   test "x$ac_cv_prog_cc_c89" != "xno" && break
                   2673: done
                   2674: rm -f conftest.$ac_ext
                   2675: CC=$ac_save_CC
                   2676: 
                   2677: fi
                   2678: # AC_CACHE_VAL
                   2679: case "x$ac_cv_prog_cc_c89" in
                   2680:   x)
                   2681:     { $as_echo "$as_me:$LINENO: result: none needed" >&5
                   2682: $as_echo "none needed" >&6; } ;;
                   2683:   xno)
                   2684:     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
                   2685: $as_echo "unsupported" >&6; } ;;
                   2686:   *)
                   2687:     CC="$CC $ac_cv_prog_cc_c89"
                   2688:     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
                   2689: $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
                   2690: esac
                   2691: 
                   2692: 
                   2693: ac_ext=c
                   2694: ac_cpp='$CPP $CPPFLAGS'
                   2695: ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
                   2696: ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
                   2697: ac_compiler_gnu=$ac_cv_c_compiler_gnu
                   2698: 
                   2699: ac_aux_dir=
                   2700: for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
                   2701:   if test -f "$ac_dir/install-sh"; then
                   2702:     ac_aux_dir=$ac_dir
                   2703:     ac_install_sh="$ac_aux_dir/install-sh -c"
                   2704:     break
                   2705:   elif test -f "$ac_dir/install.sh"; then
                   2706:     ac_aux_dir=$ac_dir
                   2707:     ac_install_sh="$ac_aux_dir/install.sh -c"
                   2708:     break
                   2709:   elif test -f "$ac_dir/shtool"; then
                   2710:     ac_aux_dir=$ac_dir
                   2711:     ac_install_sh="$ac_aux_dir/shtool install -c"
                   2712:     break
                   2713:   fi
                   2714: done
                   2715: if test -z "$ac_aux_dir"; then
                   2716:   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
                   2717: $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
                   2718:    { (exit 1); exit 1; }; }
                   2719: fi
                   2720: 
                   2721: # These three variables are undocumented and unsupported,
                   2722: # and are intended to be withdrawn in a future Autoconf release.
                   2723: # They can cause serious problems if a builder's source tree is in a directory
                   2724: # whose full name contains unusual characters.
                   2725: ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
                   2726: ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
                   2727: ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
                   2728: 
                   2729: 
                   2730: # Find a good install program.  We prefer a C program (faster),
                   2731: # so one script is as good as another.  But avoid the broken or
                   2732: # incompatible versions:
                   2733: # SysV /etc/install, /usr/sbin/install
                   2734: # SunOS /usr/etc/install
                   2735: # IRIX /sbin/install
                   2736: # AIX /bin/install
                   2737: # AmigaOS /C/install, which installs bootblocks on floppy discs
                   2738: # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
                   2739: # AFS /usr/afsws/bin/install, which mishandles nonexistent args
                   2740: # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
                   2741: # OS/2's system install, which has a completely different semantic
                   2742: # ./install, which can be erroneously created by make from ./install.sh.
                   2743: # Reject install programs that cannot install multiple files.
                   2744: { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
                   2745: $as_echo_n "checking for a BSD-compatible install... " >&6; }
                   2746: if test -z "$INSTALL"; then
                   2747: if test "${ac_cv_path_install+set}" = set; then
                   2748:   $as_echo_n "(cached) " >&6
                   2749: else
                   2750:   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2751: for as_dir in $PATH
                   2752: do
                   2753:   IFS=$as_save_IFS
                   2754:   test -z "$as_dir" && as_dir=.
                   2755:   # Account for people who put trailing slashes in PATH elements.
                   2756: case $as_dir/ in
                   2757:   ./ | .// | /cC/* | \
                   2758:   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
                   2759:   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
                   2760:   /usr/ucb/* ) ;;
                   2761:   *)
                   2762:     # OSF1 and SCO ODT 3.0 have their own names for install.
                   2763:     # Don't use installbsd from OSF since it installs stuff as root
                   2764:     # by default.
                   2765:     for ac_prog in ginstall scoinst install; do
                   2766:       for ac_exec_ext in '' $ac_executable_extensions; do
                   2767:        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
                   2768:          if test $ac_prog = install &&
                   2769:            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
                   2770:            # AIX install.  It has an incompatible calling convention.
                   2771:            :
                   2772:          elif test $ac_prog = install &&
                   2773:            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
                   2774:            # program-specific install script used by HP pwplus--don't use.
                   2775:            :
                   2776:          else
                   2777:            rm -rf conftest.one conftest.two conftest.dir
                   2778:            echo one > conftest.one
                   2779:            echo two > conftest.two
                   2780:            mkdir conftest.dir
                   2781:            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
                   2782:              test -s conftest.one && test -s conftest.two &&
                   2783:              test -s conftest.dir/conftest.one &&
                   2784:              test -s conftest.dir/conftest.two
                   2785:            then
                   2786:              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
                   2787:              break 3
                   2788:            fi
                   2789:          fi
                   2790:        fi
                   2791:       done
                   2792:     done
                   2793:     ;;
                   2794: esac
                   2795: 
                   2796: done
                   2797: IFS=$as_save_IFS
                   2798: 
                   2799: rm -rf conftest.one conftest.two conftest.dir
                   2800: 
                   2801: fi
                   2802:   if test "${ac_cv_path_install+set}" = set; then
                   2803:     INSTALL=$ac_cv_path_install
                   2804:   else
                   2805:     # As a last resort, use the slow shell script.  Don't cache a
                   2806:     # value for INSTALL within a source directory, because that will
                   2807:     # break other packages using the cache if that directory is
                   2808:     # removed, or if the value is a relative name.
                   2809:     INSTALL=$ac_install_sh
                   2810:   fi
                   2811: fi
                   2812: { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
                   2813: $as_echo "$INSTALL" >&6; }
                   2814: 
                   2815: # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
                   2816: # It thinks the first close brace ends the variable substitution.
                   2817: test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
                   2818: 
                   2819: test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
                   2820: 
                   2821: test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
                   2822: 
                   2823: if test -n "$ac_tool_prefix"; then
                   2824:   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
                   2825: set dummy ${ac_tool_prefix}ranlib; ac_word=$2
                   2826: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   2827: $as_echo_n "checking for $ac_word... " >&6; }
                   2828: if test "${ac_cv_prog_RANLIB+set}" = set; then
                   2829:   $as_echo_n "(cached) " >&6
                   2830: else
                   2831:   if test -n "$RANLIB"; then
                   2832:   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
                   2833: else
                   2834: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2835: for as_dir in $PATH
                   2836: do
                   2837:   IFS=$as_save_IFS
                   2838:   test -z "$as_dir" && as_dir=.
                   2839:   for ac_exec_ext in '' $ac_executable_extensions; do
                   2840:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   2841:     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
                   2842:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   2843:     break 2
                   2844:   fi
                   2845: done
                   2846: done
                   2847: IFS=$as_save_IFS
                   2848: 
                   2849: fi
                   2850: fi
                   2851: RANLIB=$ac_cv_prog_RANLIB
                   2852: if test -n "$RANLIB"; then
                   2853:   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
                   2854: $as_echo "$RANLIB" >&6; }
                   2855: else
                   2856:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   2857: $as_echo "no" >&6; }
                   2858: fi
                   2859: 
                   2860: 
                   2861: fi
                   2862: if test -z "$ac_cv_prog_RANLIB"; then
                   2863:   ac_ct_RANLIB=$RANLIB
                   2864:   # Extract the first word of "ranlib", so it can be a program name with args.
                   2865: set dummy ranlib; ac_word=$2
                   2866: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   2867: $as_echo_n "checking for $ac_word... " >&6; }
                   2868: if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
                   2869:   $as_echo_n "(cached) " >&6
                   2870: else
                   2871:   if test -n "$ac_ct_RANLIB"; then
                   2872:   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
                   2873: else
                   2874: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   2875: for as_dir in $PATH
                   2876: do
                   2877:   IFS=$as_save_IFS
                   2878:   test -z "$as_dir" && as_dir=.
                   2879:   for ac_exec_ext in '' $ac_executable_extensions; do
                   2880:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   2881:     ac_cv_prog_ac_ct_RANLIB="ranlib"
                   2882:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   2883:     break 2
                   2884:   fi
                   2885: done
                   2886: done
                   2887: IFS=$as_save_IFS
                   2888: 
                   2889: fi
                   2890: fi
                   2891: ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
                   2892: if test -n "$ac_ct_RANLIB"; then
                   2893:   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
                   2894: $as_echo "$ac_ct_RANLIB" >&6; }
                   2895: else
                   2896:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   2897: $as_echo "no" >&6; }
                   2898: fi
                   2899: 
                   2900:   if test "x$ac_ct_RANLIB" = x; then
                   2901:     RANLIB=":"
                   2902:   else
                   2903:     case $cross_compiling:$ac_tool_warned in
                   2904: yes:)
                   2905: { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
                   2906: whose name does not start with the host triplet.  If you think this
                   2907: configuration is useful to you, please write to autoconf@gnu.org." >&5
                   2908: $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
                   2909: whose name does not start with the host triplet.  If you think this
                   2910: configuration is useful to you, please write to autoconf@gnu.org." >&2;}
                   2911: ac_tool_warned=yes ;;
                   2912: esac
                   2913:     RANLIB=$ac_ct_RANLIB
                   2914:   fi
                   2915: else
                   2916:   RANLIB="$ac_cv_prog_RANLIB"
                   2917: fi
                   2918: 
                   2919: 
                   2920: # Make sure we can run config.sub.
                   2921: $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
                   2922:   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
                   2923: $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
                   2924:    { (exit 1); exit 1; }; }
                   2925: 
                   2926: { $as_echo "$as_me:$LINENO: checking build system type" >&5
                   2927: $as_echo_n "checking build system type... " >&6; }
                   2928: if test "${ac_cv_build+set}" = set; then
                   2929:   $as_echo_n "(cached) " >&6
                   2930: else
                   2931:   ac_build_alias=$build_alias
                   2932: test "x$ac_build_alias" = x &&
                   2933:   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
                   2934: test "x$ac_build_alias" = x &&
                   2935:   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
                   2936: $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
                   2937:    { (exit 1); exit 1; }; }
                   2938: ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
                   2939:   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
                   2940: $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
                   2941:    { (exit 1); exit 1; }; }
                   2942: 
                   2943: fi
                   2944: { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
                   2945: $as_echo "$ac_cv_build" >&6; }
                   2946: case $ac_cv_build in
                   2947: *-*-*) ;;
                   2948: *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
                   2949: $as_echo "$as_me: error: invalid value of canonical build" >&2;}
                   2950:    { (exit 1); exit 1; }; };;
                   2951: esac
                   2952: build=$ac_cv_build
                   2953: ac_save_IFS=$IFS; IFS='-'
                   2954: set x $ac_cv_build
                   2955: shift
                   2956: build_cpu=$1
                   2957: build_vendor=$2
                   2958: shift; shift
                   2959: # Remember, the first character of IFS is used to create $*,
                   2960: # except with old shells:
                   2961: build_os=$*
                   2962: IFS=$ac_save_IFS
                   2963: case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
                   2964: 
                   2965: 
                   2966: { $as_echo "$as_me:$LINENO: checking host system type" >&5
                   2967: $as_echo_n "checking host system type... " >&6; }
                   2968: if test "${ac_cv_host+set}" = set; then
                   2969:   $as_echo_n "(cached) " >&6
                   2970: else
                   2971:   if test "x$host_alias" = x; then
                   2972:   ac_cv_host=$ac_cv_build
                   2973: else
                   2974:   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
                   2975:     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
                   2976: $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
                   2977:    { (exit 1); exit 1; }; }
                   2978: fi
                   2979: 
                   2980: fi
                   2981: { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
                   2982: $as_echo "$ac_cv_host" >&6; }
                   2983: case $ac_cv_host in
                   2984: *-*-*) ;;
                   2985: *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
                   2986: $as_echo "$as_me: error: invalid value of canonical host" >&2;}
                   2987:    { (exit 1); exit 1; }; };;
                   2988: esac
                   2989: host=$ac_cv_host
                   2990: ac_save_IFS=$IFS; IFS='-'
                   2991: set x $ac_cv_host
                   2992: shift
                   2993: host_cpu=$1
                   2994: host_vendor=$2
                   2995: shift; shift
                   2996: # Remember, the first character of IFS is used to create $*,
                   2997: # except with old shells:
                   2998: host_os=$*
                   2999: IFS=$ac_save_IFS
                   3000: case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
                   3001: 
                   3002: 
                   3003: { $as_echo "$as_me:$LINENO: checking target system type" >&5
                   3004: $as_echo_n "checking target system type... " >&6; }
                   3005: if test "${ac_cv_target+set}" = set; then
                   3006:   $as_echo_n "(cached) " >&6
                   3007: else
                   3008:   if test "x$target_alias" = x; then
                   3009:   ac_cv_target=$ac_cv_host
                   3010: else
                   3011:   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
                   3012:     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
                   3013: $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
                   3014:    { (exit 1); exit 1; }; }
                   3015: fi
                   3016: 
                   3017: fi
                   3018: { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
                   3019: $as_echo "$ac_cv_target" >&6; }
                   3020: case $ac_cv_target in
                   3021: *-*-*) ;;
                   3022: *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
                   3023: $as_echo "$as_me: error: invalid value of canonical target" >&2;}
                   3024:    { (exit 1); exit 1; }; };;
                   3025: esac
                   3026: target=$ac_cv_target
                   3027: ac_save_IFS=$IFS; IFS='-'
                   3028: set x $ac_cv_target
                   3029: shift
                   3030: target_cpu=$1
                   3031: target_vendor=$2
                   3032: shift; shift
                   3033: # Remember, the first character of IFS is used to create $*,
                   3034: # except with old shells:
                   3035: target_os=$*
                   3036: IFS=$ac_save_IFS
                   3037: case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
                   3038: 
                   3039: 
                   3040: # The aliases save the names the user supplied, while $host etc.
                   3041: # will get canonicalized.
                   3042: test -n "$target_alias" &&
                   3043:   test "$program_prefix$program_suffix$program_transform_name" = \
                   3044:     NONENONEs,x,x, &&
                   3045:   program_prefix=${target_alias}-
                   3046: 
                   3047: if test -n "$ac_tool_prefix"; then
                   3048:   # Extract the first word of "${ac_tool_prefix}mkdep", so it can be a program name with args.
                   3049: set dummy ${ac_tool_prefix}mkdep; ac_word=$2
                   3050: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   3051: $as_echo_n "checking for $ac_word... " >&6; }
                   3052: if test "${ac_cv_prog_MKDEP+set}" = set; then
                   3053:   $as_echo_n "(cached) " >&6
                   3054: else
                   3055:   if test -n "$MKDEP"; then
                   3056:   ac_cv_prog_MKDEP="$MKDEP" # Let the user override the test.
                   3057: else
                   3058: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3059: for as_dir in $PATH
                   3060: do
                   3061:   IFS=$as_save_IFS
                   3062:   test -z "$as_dir" && as_dir=.
                   3063:   for ac_exec_ext in '' $ac_executable_extensions; do
                   3064:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   3065:     ac_cv_prog_MKDEP="${ac_tool_prefix}mkdep"
                   3066:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   3067:     break 2
                   3068:   fi
                   3069: done
                   3070: done
                   3071: IFS=$as_save_IFS
                   3072: 
                   3073: fi
                   3074: fi
                   3075: MKDEP=$ac_cv_prog_MKDEP
                   3076: if test -n "$MKDEP"; then
                   3077:   { $as_echo "$as_me:$LINENO: result: $MKDEP" >&5
                   3078: $as_echo "$MKDEP" >&6; }
                   3079: else
                   3080:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   3081: $as_echo "no" >&6; }
                   3082: fi
                   3083: 
                   3084: 
                   3085: fi
                   3086: if test -z "$ac_cv_prog_MKDEP"; then
                   3087:   ac_ct_MKDEP=$MKDEP
                   3088:   # Extract the first word of "mkdep", so it can be a program name with args.
                   3089: set dummy mkdep; ac_word=$2
                   3090: { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
                   3091: $as_echo_n "checking for $ac_word... " >&6; }
                   3092: if test "${ac_cv_prog_ac_ct_MKDEP+set}" = set; then
                   3093:   $as_echo_n "(cached) " >&6
                   3094: else
                   3095:   if test -n "$ac_ct_MKDEP"; then
                   3096:   ac_cv_prog_ac_ct_MKDEP="$ac_ct_MKDEP" # Let the user override the test.
                   3097: else
                   3098: as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3099: for as_dir in $PATH
                   3100: do
                   3101:   IFS=$as_save_IFS
                   3102:   test -z "$as_dir" && as_dir=.
                   3103:   for ac_exec_ext in '' $ac_executable_extensions; do
                   3104:   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
                   3105:     ac_cv_prog_ac_ct_MKDEP="mkdep"
                   3106:     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
                   3107:     break 2
                   3108:   fi
                   3109: done
                   3110: done
                   3111: IFS=$as_save_IFS
                   3112: 
                   3113: fi
                   3114: fi
                   3115: ac_ct_MKDEP=$ac_cv_prog_ac_ct_MKDEP
                   3116: if test -n "$ac_ct_MKDEP"; then
                   3117:   { $as_echo "$as_me:$LINENO: result: $ac_ct_MKDEP" >&5
                   3118: $as_echo "$ac_ct_MKDEP" >&6; }
                   3119: else
                   3120:   { $as_echo "$as_me:$LINENO: result: no" >&5
                   3121: $as_echo "no" >&6; }
                   3122: fi
                   3123: 
                   3124:   if test "x$ac_ct_MKDEP" = x; then
                   3125:     MKDEP="no"
                   3126:   else
                   3127:     case $cross_compiling:$ac_tool_warned in
                   3128: yes:)
                   3129: { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
                   3130: whose name does not start with the host triplet.  If you think this
                   3131: configuration is useful to you, please write to autoconf@gnu.org." >&5
                   3132: $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
                   3133: whose name does not start with the host triplet.  If you think this
                   3134: configuration is useful to you, please write to autoconf@gnu.org." >&2;}
                   3135: ac_tool_warned=yes ;;
                   3136: esac
                   3137:     MKDEP=$ac_ct_MKDEP
                   3138:   fi
                   3139: else
                   3140:   MKDEP="$ac_cv_prog_MKDEP"
                   3141: fi
                   3142: 
                   3143: 
                   3144: 
                   3145: CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}"
                   3146: LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
                   3147: 
                   3148: # Checks for libraries.
                   3149: 
                   3150: # Checks for header files.
                   3151: 
                   3152: # Checks for typedefs, structures, and compiler characteristics.
                   3153: 
                   3154: { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
                   3155: $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
                   3156: if test "${ac_cv_c_const+set}" = set; then
                   3157:   $as_echo_n "(cached) " >&6
                   3158: else
                   3159:   cat >conftest.$ac_ext <<_ACEOF
                   3160: /* confdefs.h.  */
                   3161: _ACEOF
                   3162: cat confdefs.h >>conftest.$ac_ext
                   3163: cat >>conftest.$ac_ext <<_ACEOF
                   3164: /* end confdefs.h.  */
                   3165: 
                   3166: int
                   3167: main ()
                   3168: {
                   3169: /* FIXME: Include the comments suggested by Paul. */
                   3170: #ifndef __cplusplus
                   3171:   /* Ultrix mips cc rejects this.  */
                   3172:   typedef int charset[2];
                   3173:   const charset cs;
                   3174:   /* SunOS 4.1.1 cc rejects this.  */
                   3175:   char const *const *pcpcc;
                   3176:   char **ppc;
                   3177:   /* NEC SVR4.0.2 mips cc rejects this.  */
                   3178:   struct point {int x, y;};
                   3179:   static struct point const zero = {0,0};
                   3180:   /* AIX XL C 1.02.0.0 rejects this.
                   3181:      It does not let you subtract one const X* pointer from another in
                   3182:      an arm of an if-expression whose if-part is not a constant
                   3183:      expression */
                   3184:   const char *g = "string";
                   3185:   pcpcc = &g + (g ? g-g : 0);
                   3186:   /* HPUX 7.0 cc rejects these. */
                   3187:   ++pcpcc;
                   3188:   ppc = (char**) pcpcc;
                   3189:   pcpcc = (char const *const *) ppc;
                   3190:   { /* SCO 3.2v4 cc rejects this.  */
                   3191:     char *t;
                   3192:     char const *s = 0 ? (char *) 0 : (char const *) 0;
                   3193: 
                   3194:     *t++ = 0;
                   3195:     if (s) return 0;
                   3196:   }
                   3197:   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
                   3198:     int x[] = {25, 17};
                   3199:     const int *foo = &x[0];
                   3200:     ++foo;
                   3201:   }
                   3202:   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
                   3203:     typedef const int *iptr;
                   3204:     iptr p = 0;
                   3205:     ++p;
                   3206:   }
                   3207:   { /* AIX XL C 1.02.0.0 rejects this saying
                   3208:        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
                   3209:     struct s { int j; const int *ap[3]; };
                   3210:     struct s *b; b->j = 5;
                   3211:   }
                   3212:   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
                   3213:     const int foo = 10;
                   3214:     if (!foo) return 0;
                   3215:   }
                   3216:   return !cs[0] && !zero.x;
                   3217: #endif
                   3218: 
                   3219:   ;
                   3220:   return 0;
                   3221: }
                   3222: _ACEOF
                   3223: rm -f conftest.$ac_objext
                   3224: if { (ac_try="$ac_compile"
                   3225: case "(($ac_try" in
                   3226:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3227:   *) ac_try_echo=$ac_try;;
                   3228: esac
                   3229: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   3230: $as_echo "$ac_try_echo") >&5
                   3231:   (eval "$ac_compile") 2>conftest.er1
                   3232:   ac_status=$?
                   3233:   grep -v '^ *+' conftest.er1 >conftest.err
                   3234:   rm -f conftest.er1
                   3235:   cat conftest.err >&5
                   3236:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   3237:   (exit $ac_status); } && {
                   3238:         test -z "$ac_c_werror_flag" ||
                   3239:         test ! -s conftest.err
                   3240:        } && test -s conftest.$ac_objext; then
                   3241:   ac_cv_c_const=yes
                   3242: else
                   3243:   $as_echo "$as_me: failed program was:" >&5
                   3244: sed 's/^/| /' conftest.$ac_ext >&5
                   3245: 
                   3246:        ac_cv_c_const=no
                   3247: fi
                   3248: 
                   3249: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   3250: fi
                   3251: { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
                   3252: $as_echo "$ac_cv_c_const" >&6; }
                   3253: if test $ac_cv_c_const = no; then
                   3254: 
                   3255: cat >>confdefs.h <<\_ACEOF
                   3256: #define const /**/
                   3257: _ACEOF
                   3258: 
                   3259: fi
                   3260: 
                   3261: { $as_echo "$as_me:$LINENO: checking for inline" >&5
                   3262: $as_echo_n "checking for inline... " >&6; }
                   3263: if test "${ac_cv_c_inline+set}" = set; then
                   3264:   $as_echo_n "(cached) " >&6
                   3265: else
                   3266:   ac_cv_c_inline=no
                   3267: for ac_kw in inline __inline__ __inline; do
                   3268:   cat >conftest.$ac_ext <<_ACEOF
                   3269: /* confdefs.h.  */
                   3270: _ACEOF
                   3271: cat confdefs.h >>conftest.$ac_ext
                   3272: cat >>conftest.$ac_ext <<_ACEOF
                   3273: /* end confdefs.h.  */
                   3274: #ifndef __cplusplus
                   3275: typedef int foo_t;
                   3276: static $ac_kw foo_t static_foo () {return 0; }
                   3277: $ac_kw foo_t foo () {return 0; }
                   3278: #endif
                   3279: 
                   3280: _ACEOF
                   3281: rm -f conftest.$ac_objext
                   3282: if { (ac_try="$ac_compile"
                   3283: case "(($ac_try" in
                   3284:   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
                   3285:   *) ac_try_echo=$ac_try;;
                   3286: esac
                   3287: eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
                   3288: $as_echo "$ac_try_echo") >&5
                   3289:   (eval "$ac_compile") 2>conftest.er1
                   3290:   ac_status=$?
                   3291:   grep -v '^ *+' conftest.er1 >conftest.err
                   3292:   rm -f conftest.er1
                   3293:   cat conftest.err >&5
                   3294:   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
                   3295:   (exit $ac_status); } && {
                   3296:         test -z "$ac_c_werror_flag" ||
                   3297:         test ! -s conftest.err
                   3298:        } && test -s conftest.$ac_objext; then
                   3299:   ac_cv_c_inline=$ac_kw
                   3300: else
                   3301:   $as_echo "$as_me: failed program was:" >&5
                   3302: sed 's/^/| /' conftest.$ac_ext >&5
                   3303: 
                   3304: 
                   3305: fi
                   3306: 
                   3307: rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                   3308:   test "$ac_cv_c_inline" != no && break
                   3309: done
                   3310: 
                   3311: fi
                   3312: { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
                   3313: $as_echo "$ac_cv_c_inline" >&6; }
                   3314: 
                   3315: 
                   3316: case $ac_cv_c_inline in
                   3317:   inline | yes) ;;
                   3318:   *)
                   3319:     case $ac_cv_c_inline in
                   3320:       no) ac_val=;;
                   3321:       *) ac_val=$ac_cv_c_inline;;
                   3322:     esac
                   3323:     cat >>confdefs.h <<_ACEOF
                   3324: #ifndef __cplusplus
                   3325: #define inline $ac_val
                   3326: #endif
                   3327: _ACEOF
                   3328:     ;;
                   3329: esac
                   3330: 
                   3331: 
                   3332: # Checks for library functions.
                   3333: 
                   3334: DEBUG=no
                   3335: { $as_echo "$as_me:$LINENO: checking Debug Build" >&5
                   3336: $as_echo_n "checking Debug Build... " >&6; }
                   3337: # Check whether --enable-debug was given.
                   3338: if test "${enable_debug+set}" = set; then
                   3339:   enableval=$enable_debug;  DEBUG=$enableval
                   3340:                case "$enableval" in
                   3341:                        yes)
                   3342: 
                   3343: cat >>confdefs.h <<\_ACEOF
                   3344: #define __DEBUG /**/
                   3345: _ACEOF
                   3346: 
                   3347:                                CFLAGS="-g ${CFLAGS}"
                   3348:                                ;;
                   3349:                        *)
1.3     ! misho    3350: 
        !          3351: cat >>confdefs.h <<\_ACEOF
        !          3352: #define NDEBUG /**/
        !          3353: _ACEOF
        !          3354: 
1.1       misho    3355:                                ;;
                   3356:                esac
1.3     ! misho    3357: else
        !          3358: 
        !          3359: cat >>confdefs.h <<\_ACEOF
        !          3360: #define NDEBUG /**/
        !          3361: _ACEOF
        !          3362: 
1.1       misho    3363: fi
                   3364: 
                   3365: { $as_echo "$as_me:$LINENO: result: $DEBUG" >&5
                   3366: $as_echo "$DEBUG" >&6; }
                   3367: 
                   3368: ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile"
                   3369: 
                   3370: cat >confcache <<\_ACEOF
                   3371: # This file is a shell script that caches the results of configure
                   3372: # tests run on this system so they can be shared between configure
                   3373: # scripts and configure runs, see configure's option --config-cache.
                   3374: # It is not useful on other systems.  If it contains results you don't
                   3375: # want to keep, you may remove or edit it.
                   3376: #
                   3377: # config.status only pays attention to the cache file if you give it
                   3378: # the --recheck option to rerun configure.
                   3379: #
                   3380: # `ac_cv_env_foo' variables (set or unset) will be overridden when
                   3381: # loading this file, other *unset* `ac_cv_foo' will be assigned the
                   3382: # following values.
                   3383: 
                   3384: _ACEOF
                   3385: 
                   3386: # The following way of writing the cache mishandles newlines in values,
                   3387: # but we know of no workaround that is simple, portable, and efficient.
                   3388: # So, we kill variables containing newlines.
                   3389: # Ultrix sh set writes to stderr and can't be redirected directly,
                   3390: # and sets the high bit in the cache file unless we assign to the vars.
                   3391: (
                   3392:   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
                   3393:     eval ac_val=\$$ac_var
                   3394:     case $ac_val in #(
                   3395:     *${as_nl}*)
                   3396:       case $ac_var in #(
                   3397:       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
                   3398: $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
                   3399:       esac
                   3400:       case $ac_var in #(
                   3401:       _ | IFS | as_nl) ;; #(
                   3402:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
                   3403:       *) $as_unset $ac_var ;;
                   3404:       esac ;;
                   3405:     esac
                   3406:   done
                   3407: 
                   3408:   (set) 2>&1 |
                   3409:     case $as_nl`(ac_space=' '; set) 2>&1` in #(
                   3410:     *${as_nl}ac_space=\ *)
                   3411:       # `set' does not quote correctly, so add quotes (double-quote
                   3412:       # substitution turns \\\\ into \\, and sed turns \\ into \).
                   3413:       sed -n \
                   3414:        "s/'/'\\\\''/g;
                   3415:          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
                   3416:       ;; #(
                   3417:     *)
                   3418:       # `set' quotes correctly as required by POSIX, so do not add quotes.
                   3419:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
                   3420:       ;;
                   3421:     esac |
                   3422:     sort
                   3423: ) |
                   3424:   sed '
                   3425:      /^ac_cv_env_/b end
                   3426:      t clear
                   3427:      :clear
                   3428:      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
                   3429:      t end
                   3430:      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
                   3431:      :end' >>confcache
                   3432: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
                   3433:   if test -w "$cache_file"; then
                   3434:     test "x$cache_file" != "x/dev/null" &&
                   3435:       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
                   3436: $as_echo "$as_me: updating cache $cache_file" >&6;}
                   3437:     cat confcache >$cache_file
                   3438:   else
                   3439:     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
                   3440: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
                   3441:   fi
                   3442: fi
                   3443: rm -f confcache
                   3444: 
                   3445: test "x$prefix" = xNONE && prefix=$ac_default_prefix
                   3446: # Let make expand exec_prefix.
                   3447: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
                   3448: 
                   3449: DEFS=-DHAVE_CONFIG_H
                   3450: 
                   3451: ac_libobjs=
                   3452: ac_ltlibobjs=
                   3453: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
                   3454:   # 1. Remove the extension, and $U if already installed.
                   3455:   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
                   3456:   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
                   3457:   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
                   3458:   #    will be set to the directory where LIBOBJS objects are built.
                   3459:   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
                   3460:   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
                   3461: done
                   3462: LIBOBJS=$ac_libobjs
                   3463: 
                   3464: LTLIBOBJS=$ac_ltlibobjs
                   3465: 
                   3466: 
                   3467: 
                   3468: : ${CONFIG_STATUS=./config.status}
                   3469: ac_write_fail=0
                   3470: ac_clean_files_save=$ac_clean_files
                   3471: ac_clean_files="$ac_clean_files $CONFIG_STATUS"
                   3472: { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
                   3473: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
                   3474: cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   3475: #! $SHELL
                   3476: # Generated by $as_me.
                   3477: # Run this file to recreate the current configuration.
                   3478: # Compiler output produced by configure, useful for debugging
                   3479: # configure, is in config.log if it exists.
                   3480: 
                   3481: debug=false
                   3482: ac_cs_recheck=false
                   3483: ac_cs_silent=false
                   3484: SHELL=\${CONFIG_SHELL-$SHELL}
                   3485: _ACEOF
                   3486: 
                   3487: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   3488: ## --------------------- ##
                   3489: ## M4sh Initialization.  ##
                   3490: ## --------------------- ##
                   3491: 
                   3492: # Be more Bourne compatible
                   3493: DUALCASE=1; export DUALCASE # for MKS sh
                   3494: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
                   3495:   emulate sh
                   3496:   NULLCMD=:
                   3497:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
                   3498:   # is contrary to our usage.  Disable this feature.
                   3499:   alias -g '${1+"$@"}'='"$@"'
                   3500:   setopt NO_GLOB_SUBST
                   3501: else
                   3502:   case `(set -o) 2>/dev/null` in
                   3503:   *posix*) set -o posix ;;
                   3504: esac
                   3505: 
                   3506: fi
                   3507: 
                   3508: 
                   3509: 
                   3510: 
                   3511: # PATH needs CR
                   3512: # Avoid depending upon Character Ranges.
                   3513: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
                   3514: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
                   3515: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
                   3516: as_cr_digits='0123456789'
                   3517: as_cr_alnum=$as_cr_Letters$as_cr_digits
                   3518: 
                   3519: as_nl='
                   3520: '
                   3521: export as_nl
                   3522: # Printing a long string crashes Solaris 7 /usr/bin/printf.
                   3523: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
                   3524: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
                   3525: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
                   3526: if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
                   3527:   as_echo='printf %s\n'
                   3528:   as_echo_n='printf %s'
                   3529: else
                   3530:   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
                   3531:     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
                   3532:     as_echo_n='/usr/ucb/echo -n'
                   3533:   else
                   3534:     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
                   3535:     as_echo_n_body='eval
                   3536:       arg=$1;
                   3537:       case $arg in
                   3538:       *"$as_nl"*)
                   3539:        expr "X$arg" : "X\\(.*\\)$as_nl";
                   3540:        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
                   3541:       esac;
                   3542:       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
                   3543:     '
                   3544:     export as_echo_n_body
                   3545:     as_echo_n='sh -c $as_echo_n_body as_echo'
                   3546:   fi
                   3547:   export as_echo_body
                   3548:   as_echo='sh -c $as_echo_body as_echo'
                   3549: fi
                   3550: 
                   3551: # The user is always right.
                   3552: if test "${PATH_SEPARATOR+set}" != set; then
                   3553:   PATH_SEPARATOR=:
                   3554:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
                   3555:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
                   3556:       PATH_SEPARATOR=';'
                   3557:   }
                   3558: fi
                   3559: 
                   3560: # Support unset when possible.
                   3561: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
                   3562:   as_unset=unset
                   3563: else
                   3564:   as_unset=false
                   3565: fi
                   3566: 
                   3567: 
                   3568: # IFS
                   3569: # We need space, tab and new line, in precisely that order.  Quoting is
                   3570: # there to prevent editors from complaining about space-tab.
                   3571: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
                   3572: # splitting by setting IFS to empty value.)
                   3573: IFS=" ""       $as_nl"
                   3574: 
                   3575: # Find who we are.  Look in the path if we contain no directory separator.
                   3576: case $0 in
                   3577:   *[\\/]* ) as_myself=$0 ;;
                   3578:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
                   3579: for as_dir in $PATH
                   3580: do
                   3581:   IFS=$as_save_IFS
                   3582:   test -z "$as_dir" && as_dir=.
                   3583:   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
                   3584: done
                   3585: IFS=$as_save_IFS
                   3586: 
                   3587:      ;;
                   3588: esac
                   3589: # We did not find ourselves, most probably we were run as `sh COMMAND'
                   3590: # in which case we are not to be found in the path.
                   3591: if test "x$as_myself" = x; then
                   3592:   as_myself=$0
                   3593: fi
                   3594: if test ! -f "$as_myself"; then
                   3595:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
                   3596:   { (exit 1); exit 1; }
                   3597: fi
                   3598: 
                   3599: # Work around bugs in pre-3.0 UWIN ksh.
                   3600: for as_var in ENV MAIL MAILPATH
                   3601: do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
                   3602: done
                   3603: PS1='$ '
                   3604: PS2='> '
                   3605: PS4='+ '
                   3606: 
                   3607: # NLS nuisances.
                   3608: LC_ALL=C
                   3609: export LC_ALL
                   3610: LANGUAGE=C
                   3611: export LANGUAGE
                   3612: 
                   3613: # Required to use basename.
                   3614: if expr a : '\(a\)' >/dev/null 2>&1 &&
                   3615:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                   3616:   as_expr=expr
                   3617: else
                   3618:   as_expr=false
                   3619: fi
                   3620: 
                   3621: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
                   3622:   as_basename=basename
                   3623: else
                   3624:   as_basename=false
                   3625: fi
                   3626: 
                   3627: 
                   3628: # Name of the executable.
                   3629: as_me=`$as_basename -- "$0" ||
                   3630: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
                   3631:         X"$0" : 'X\(//\)$' \| \
                   3632:         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
                   3633: $as_echo X/"$0" |
                   3634:     sed '/^.*\/\([^/][^/]*\)\/*$/{
                   3635:            s//\1/
                   3636:            q
                   3637:          }
                   3638:          /^X\/\(\/\/\)$/{
                   3639:            s//\1/
                   3640:            q
                   3641:          }
                   3642:          /^X\/\(\/\).*/{
                   3643:            s//\1/
                   3644:            q
                   3645:          }
                   3646:          s/.*/./; q'`
                   3647: 
                   3648: # CDPATH.
                   3649: $as_unset CDPATH
                   3650: 
                   3651: 
                   3652: 
                   3653:   as_lineno_1=$LINENO
                   3654:   as_lineno_2=$LINENO
                   3655:   test "x$as_lineno_1" != "x$as_lineno_2" &&
                   3656:   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
                   3657: 
                   3658:   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
                   3659:   # uniformly replaced by the line number.  The first 'sed' inserts a
                   3660:   # line-number line after each line using $LINENO; the second 'sed'
                   3661:   # does the real work.  The second script uses 'N' to pair each
                   3662:   # line-number line with the line containing $LINENO, and appends
                   3663:   # trailing '-' during substitution so that $LINENO is not a special
                   3664:   # case at line end.
                   3665:   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
                   3666:   # scripts with optimization help from Paolo Bonzini.  Blame Lee
                   3667:   # E. McMahon (1931-1989) for sed's syntax.  :-)
                   3668:   sed -n '
                   3669:     p
                   3670:     /[$]LINENO/=
                   3671:   ' <$as_myself |
                   3672:     sed '
                   3673:       s/[$]LINENO.*/&-/
                   3674:       t lineno
                   3675:       b
                   3676:       :lineno
                   3677:       N
                   3678:       :loop
                   3679:       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
                   3680:       t loop
                   3681:       s/-\n.*//
                   3682:     ' >$as_me.lineno &&
                   3683:   chmod +x "$as_me.lineno" ||
                   3684:     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
                   3685:    { (exit 1); exit 1; }; }
                   3686: 
                   3687:   # Don't try to exec as it changes $[0], causing all sort of problems
                   3688:   # (the dirname of $[0] is not the place where we might find the
                   3689:   # original and so on.  Autoconf is especially sensitive to this).
                   3690:   . "./$as_me.lineno"
                   3691:   # Exit status is that of the last command.
                   3692:   exit
                   3693: }
                   3694: 
                   3695: 
                   3696: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
                   3697:   as_dirname=dirname
                   3698: else
                   3699:   as_dirname=false
                   3700: fi
                   3701: 
                   3702: ECHO_C= ECHO_N= ECHO_T=
                   3703: case `echo -n x` in
                   3704: -n*)
                   3705:   case `echo 'x\c'` in
                   3706:   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
                   3707:   *)   ECHO_C='\c';;
                   3708:   esac;;
                   3709: *)
                   3710:   ECHO_N='-n';;
                   3711: esac
                   3712: if expr a : '\(a\)' >/dev/null 2>&1 &&
                   3713:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
                   3714:   as_expr=expr
                   3715: else
                   3716:   as_expr=false
                   3717: fi
                   3718: 
                   3719: rm -f conf$$ conf$$.exe conf$$.file
                   3720: if test -d conf$$.dir; then
                   3721:   rm -f conf$$.dir/conf$$.file
                   3722: else
                   3723:   rm -f conf$$.dir
                   3724:   mkdir conf$$.dir 2>/dev/null
                   3725: fi
                   3726: if (echo >conf$$.file) 2>/dev/null; then
                   3727:   if ln -s conf$$.file conf$$ 2>/dev/null; then
                   3728:     as_ln_s='ln -s'
                   3729:     # ... but there are two gotchas:
                   3730:     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
                   3731:     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
                   3732:     # In both cases, we have to default to `cp -p'.
                   3733:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
                   3734:       as_ln_s='cp -p'
                   3735:   elif ln conf$$.file conf$$ 2>/dev/null; then
                   3736:     as_ln_s=ln
                   3737:   else
                   3738:     as_ln_s='cp -p'
                   3739:   fi
                   3740: else
                   3741:   as_ln_s='cp -p'
                   3742: fi
                   3743: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
                   3744: rmdir conf$$.dir 2>/dev/null
                   3745: 
                   3746: if mkdir -p . 2>/dev/null; then
                   3747:   as_mkdir_p=:
                   3748: else
                   3749:   test -d ./-p && rmdir ./-p
                   3750:   as_mkdir_p=false
                   3751: fi
                   3752: 
                   3753: if test -x / >/dev/null 2>&1; then
                   3754:   as_test_x='test -x'
                   3755: else
                   3756:   if ls -dL / >/dev/null 2>&1; then
                   3757:     as_ls_L_option=L
                   3758:   else
                   3759:     as_ls_L_option=
                   3760:   fi
                   3761:   as_test_x='
                   3762:     eval sh -c '\''
                   3763:       if test -d "$1"; then
                   3764:        test -d "$1/.";
                   3765:       else
                   3766:        case $1 in
                   3767:        -*)set "./$1";;
                   3768:        esac;
                   3769:        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
                   3770:        ???[sx]*):;;*)false;;esac;fi
                   3771:     '\'' sh
                   3772:   '
                   3773: fi
                   3774: as_executable_p=$as_test_x
                   3775: 
                   3776: # Sed expression to map a string onto a valid CPP name.
                   3777: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
                   3778: 
                   3779: # Sed expression to map a string onto a valid variable name.
                   3780: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
                   3781: 
                   3782: 
                   3783: exec 6>&1
                   3784: 
                   3785: # Save the log message, to keep $[0] and so on meaningful, and to
                   3786: # report actual input values of CONFIG_FILES etc. instead of their
                   3787: # values after options handling.
                   3788: ac_log="
1.3     ! misho    3789: This file was extended by libaitcrc $as_me 2.0, which was
1.1       misho    3790: generated by GNU Autoconf 2.62.  Invocation command line was
                   3791: 
                   3792:   CONFIG_FILES    = $CONFIG_FILES
                   3793:   CONFIG_HEADERS  = $CONFIG_HEADERS
                   3794:   CONFIG_LINKS    = $CONFIG_LINKS
                   3795:   CONFIG_COMMANDS = $CONFIG_COMMANDS
                   3796:   $ $0 $@
                   3797: 
                   3798: on `(hostname || uname -n) 2>/dev/null | sed 1q`
                   3799: "
                   3800: 
                   3801: _ACEOF
                   3802: 
                   3803: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   3804: # Files that config.status was made for.
                   3805: config_files="$ac_config_files"
                   3806: config_headers="$ac_config_headers"
                   3807: 
                   3808: _ACEOF
                   3809: 
                   3810: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   3811: ac_cs_usage="\
                   3812: \`$as_me' instantiates files from templates according to the
                   3813: current configuration.
                   3814: 
                   3815: Usage: $0 [OPTIONS] [FILE]...
                   3816: 
                   3817:   -h, --help       print this help, then exit
                   3818:   -V, --version    print version number and configuration settings, then exit
                   3819:   -q, --quiet      do not print progress messages
                   3820:   -d, --debug      don't remove temporary files
                   3821:       --recheck    update $as_me by reconfiguring in the same conditions
                   3822:   --file=FILE[:TEMPLATE]
                   3823:                    instantiate the configuration file FILE
                   3824:   --header=FILE[:TEMPLATE]
                   3825:                    instantiate the configuration header FILE
                   3826: 
                   3827: Configuration files:
                   3828: $config_files
                   3829: 
                   3830: Configuration headers:
                   3831: $config_headers
                   3832: 
                   3833: Report bugs to <bug-autoconf@gnu.org>."
                   3834: 
                   3835: _ACEOF
                   3836: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   3837: ac_cs_version="\\
1.3     ! misho    3838: libaitcrc config.status 2.0
1.1       misho    3839: configured by $0, generated by GNU Autoconf 2.62,
                   3840:   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
                   3841: 
                   3842: Copyright (C) 2008 Free Software Foundation, Inc.
                   3843: This config.status script is free software; the Free Software Foundation
                   3844: gives unlimited permission to copy, distribute and modify it."
                   3845: 
                   3846: ac_pwd='$ac_pwd'
                   3847: srcdir='$srcdir'
                   3848: INSTALL='$INSTALL'
                   3849: test -n "\$AWK" || AWK=awk
                   3850: _ACEOF
                   3851: 
                   3852: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   3853: # The default lists apply if the user does not specify any file.
                   3854: ac_need_defaults=:
                   3855: while test $# != 0
                   3856: do
                   3857:   case $1 in
                   3858:   --*=*)
                   3859:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
                   3860:     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
                   3861:     ac_shift=:
                   3862:     ;;
                   3863:   *)
                   3864:     ac_option=$1
                   3865:     ac_optarg=$2
                   3866:     ac_shift=shift
                   3867:     ;;
                   3868:   esac
                   3869: 
                   3870:   case $ac_option in
                   3871:   # Handling of the options.
                   3872:   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
                   3873:     ac_cs_recheck=: ;;
                   3874:   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
                   3875:     $as_echo "$ac_cs_version"; exit ;;
                   3876:   --debug | --debu | --deb | --de | --d | -d )
                   3877:     debug=: ;;
                   3878:   --file | --fil | --fi | --f )
                   3879:     $ac_shift
                   3880:     case $ac_optarg in
                   3881:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
                   3882:     esac
                   3883:     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
                   3884:     ac_need_defaults=false;;
                   3885:   --header | --heade | --head | --hea )
                   3886:     $ac_shift
                   3887:     case $ac_optarg in
                   3888:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
                   3889:     esac
                   3890:     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
                   3891:     ac_need_defaults=false;;
                   3892:   --he | --h)
                   3893:     # Conflict between --help and --header
                   3894:     { $as_echo "$as_me: error: ambiguous option: $1
                   3895: Try \`$0 --help' for more information." >&2
                   3896:    { (exit 1); exit 1; }; };;
                   3897:   --help | --hel | -h )
                   3898:     $as_echo "$ac_cs_usage"; exit ;;
                   3899:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
                   3900:   | -silent | --silent | --silen | --sile | --sil | --si | --s)
                   3901:     ac_cs_silent=: ;;
                   3902: 
                   3903:   # This is an error.
                   3904:   -*) { $as_echo "$as_me: error: unrecognized option: $1
                   3905: Try \`$0 --help' for more information." >&2
                   3906:    { (exit 1); exit 1; }; } ;;
                   3907: 
                   3908:   *) ac_config_targets="$ac_config_targets $1"
                   3909:      ac_need_defaults=false ;;
                   3910: 
                   3911:   esac
                   3912:   shift
                   3913: done
                   3914: 
                   3915: ac_configure_extra_args=
                   3916: 
                   3917: if $ac_cs_silent; then
                   3918:   exec 6>/dev/null
                   3919:   ac_configure_extra_args="$ac_configure_extra_args --silent"
                   3920: fi
                   3921: 
                   3922: _ACEOF
                   3923: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   3924: if \$ac_cs_recheck; then
                   3925:   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
                   3926:   shift
                   3927:   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
                   3928:   CONFIG_SHELL='$SHELL'
                   3929:   export CONFIG_SHELL
                   3930:   exec "\$@"
                   3931: fi
                   3932: 
                   3933: _ACEOF
                   3934: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   3935: exec 5>>config.log
                   3936: {
                   3937:   echo
                   3938:   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
                   3939: ## Running $as_me. ##
                   3940: _ASBOX
                   3941:   $as_echo "$ac_log"
                   3942: } >&5
                   3943: 
                   3944: _ACEOF
                   3945: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   3946: _ACEOF
                   3947: 
                   3948: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   3949: 
                   3950: # Handling of arguments.
                   3951: for ac_config_target in $ac_config_targets
                   3952: do
                   3953:   case $ac_config_target in
                   3954:     "inc/config.h") CONFIG_HEADERS="$CONFIG_HEADERS inc/config.h" ;;
                   3955:     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
                   3956:     "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
                   3957:     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
                   3958:     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
                   3959: 
                   3960:   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
                   3961: $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
                   3962:    { (exit 1); exit 1; }; };;
                   3963:   esac
                   3964: done
                   3965: 
                   3966: 
                   3967: # If the user did not use the arguments to specify the items to instantiate,
                   3968: # then the envvar interface is used.  Set only those that are not.
                   3969: # We use the long form for the default assignment because of an extremely
                   3970: # bizarre bug on SunOS 4.1.3.
                   3971: if $ac_need_defaults; then
                   3972:   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
                   3973:   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
                   3974: fi
                   3975: 
                   3976: # Have a temporary directory for convenience.  Make it in the build tree
                   3977: # simply because there is no reason against having it here, and in addition,
                   3978: # creating and moving files from /tmp can sometimes cause problems.
                   3979: # Hook for its removal unless debugging.
                   3980: # Note that there is a small window in which the directory will not be cleaned:
                   3981: # after its creation but before its name has been assigned to `$tmp'.
                   3982: $debug ||
                   3983: {
                   3984:   tmp=
                   3985:   trap 'exit_status=$?
                   3986:   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
                   3987: ' 0
                   3988:   trap '{ (exit 1); exit 1; }' 1 2 13 15
                   3989: }
                   3990: # Create a (secure) tmp directory for tmp files.
                   3991: 
                   3992: {
                   3993:   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
                   3994:   test -n "$tmp" && test -d "$tmp"
                   3995: }  ||
                   3996: {
                   3997:   tmp=./conf$$-$RANDOM
                   3998:   (umask 077 && mkdir "$tmp")
                   3999: } ||
                   4000: {
                   4001:    $as_echo "$as_me: cannot create a temporary directory in ." >&2
                   4002:    { (exit 1); exit 1; }
                   4003: }
                   4004: 
                   4005: # Set up the scripts for CONFIG_FILES section.
                   4006: # No need to generate them if there are no CONFIG_FILES.
                   4007: # This happens for instance with `./config.status config.h'.
                   4008: if test -n "$CONFIG_FILES"; then
                   4009: 
                   4010: 
                   4011: ac_cr='
'
                   4012: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
                   4013: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
                   4014:   ac_cs_awk_cr='\\r'
                   4015: else
                   4016:   ac_cs_awk_cr=$ac_cr
                   4017: fi
                   4018: 
                   4019: echo 'BEGIN {' >"$tmp/subs1.awk" &&
                   4020: _ACEOF
                   4021: 
                   4022: 
                   4023: {
                   4024:   echo "cat >conf$$subs.awk <<_ACEOF" &&
                   4025:   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
                   4026:   echo "_ACEOF"
                   4027: } >conf$$subs.sh ||
                   4028:   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
                   4029: $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
                   4030:    { (exit 1); exit 1; }; }
                   4031: ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
                   4032: ac_delim='%!_!# '
                   4033: for ac_last_try in false false false false false :; do
                   4034:   . ./conf$$subs.sh ||
                   4035:     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
                   4036: $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
                   4037:    { (exit 1); exit 1; }; }
                   4038: 
                   4039:   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
                   4040:     break
                   4041:   elif $ac_last_try; then
                   4042:     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
                   4043: $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
                   4044:    { (exit 1); exit 1; }; }
                   4045:   else
                   4046:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
                   4047:   fi
                   4048: done
                   4049: rm -f conf$$subs.sh
                   4050: 
                   4051: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   4052: cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
                   4053: _ACEOF
                   4054: sed -n '
                   4055: h
                   4056: s/^/S["/; s/!.*/"]=/
                   4057: p
                   4058: g
                   4059: s/^[^!]*!//
                   4060: :repl
                   4061: t repl
                   4062: s/'"$ac_delim"'$//
                   4063: t delim
                   4064: :nl
                   4065: h
                   4066: s/\(.\{148\}\).*/\1/
                   4067: t more1
                   4068: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
                   4069: p
                   4070: n
                   4071: b repl
                   4072: :more1
                   4073: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
                   4074: p
                   4075: g
                   4076: s/.\{148\}//
                   4077: t nl
                   4078: :delim
                   4079: h
                   4080: s/\(.\{148\}\).*/\1/
                   4081: t more2
                   4082: s/["\\]/\\&/g; s/^/"/; s/$/"/
                   4083: p
                   4084: b
                   4085: :more2
                   4086: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
                   4087: p
                   4088: g
                   4089: s/.\{148\}//
                   4090: t delim
                   4091: ' <conf$$subs.awk | sed '
                   4092: /^[^""]/{
                   4093:   N
                   4094:   s/\n//
                   4095: }
                   4096: ' >>$CONFIG_STATUS || ac_write_fail=1
                   4097: rm -f conf$$subs.awk
                   4098: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   4099: _ACAWK
                   4100: cat >>"\$tmp/subs1.awk" <<_ACAWK &&
                   4101:   for (key in S) S_is_set[key] = 1
                   4102:   FS = ""
                   4103: 
                   4104: }
                   4105: {
                   4106:   line = $ 0
                   4107:   nfields = split(line, field, "@")
                   4108:   substed = 0
                   4109:   len = length(field[1])
                   4110:   for (i = 2; i < nfields; i++) {
                   4111:     key = field[i]
                   4112:     keylen = length(key)
                   4113:     if (S_is_set[key]) {
                   4114:       value = S[key]
                   4115:       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
                   4116:       len += length(value) + length(field[++i])
                   4117:       substed = 1
                   4118:     } else
                   4119:       len += 1 + keylen
                   4120:   }
                   4121: 
                   4122:   print line
                   4123: }
                   4124: 
                   4125: _ACAWK
                   4126: _ACEOF
                   4127: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   4128: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
                   4129:   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
                   4130: else
                   4131:   cat
                   4132: fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
                   4133:   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
                   4134: $as_echo "$as_me: error: could not setup config files machinery" >&2;}
                   4135:    { (exit 1); exit 1; }; }
                   4136: _ACEOF
                   4137: 
                   4138: # VPATH may cause trouble with some makes, so we remove $(srcdir),
                   4139: # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
                   4140: # trailing colons and then remove the whole line if VPATH becomes empty
                   4141: # (actually we leave an empty line to preserve line numbers).
                   4142: if test "x$srcdir" = x.; then
                   4143:   ac_vpsub='/^[         ]*VPATH[        ]*=/{
                   4144: s/:*\$(srcdir):*/:/
                   4145: s/:*\${srcdir}:*/:/
                   4146: s/:*@srcdir@:*/:/
                   4147: s/^\([^=]*=[    ]*\):*/\1/
                   4148: s/:*$//
                   4149: s/^[^=]*=[      ]*$//
                   4150: }'
                   4151: fi
                   4152: 
                   4153: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   4154: fi # test -n "$CONFIG_FILES"
                   4155: 
                   4156: # Set up the scripts for CONFIG_HEADERS section.
                   4157: # No need to generate them if there are no CONFIG_HEADERS.
                   4158: # This happens for instance with `./config.status Makefile'.
                   4159: if test -n "$CONFIG_HEADERS"; then
                   4160: cat >"$tmp/defines.awk" <<\_ACAWK ||
                   4161: BEGIN {
                   4162: _ACEOF
                   4163: 
                   4164: # Transform confdefs.h into an awk script `defines.awk', embedded as
                   4165: # here-document in config.status, that substitutes the proper values into
                   4166: # config.h.in to produce config.h.
                   4167: 
                   4168: # Create a delimiter string that does not exist in confdefs.h, to ease
                   4169: # handling of long lines.
                   4170: ac_delim='%!_!# '
                   4171: for ac_last_try in false false :; do
                   4172:   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
                   4173:   if test -z "$ac_t"; then
                   4174:     break
                   4175:   elif $ac_last_try; then
                   4176:     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
                   4177: $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
                   4178:    { (exit 1); exit 1; }; }
                   4179:   else
                   4180:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
                   4181:   fi
                   4182: done
                   4183: 
                   4184: # For the awk script, D is an array of macro values keyed by name,
                   4185: # likewise P contains macro parameters if any.  Preserve backslash
                   4186: # newline sequences.
                   4187: 
                   4188: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
                   4189: sed -n '
                   4190: s/.\{148\}/&'"$ac_delim"'/g
                   4191: t rset
                   4192: :rset
                   4193: s/^[    ]*#[    ]*define[       ][      ]*/ /
                   4194: t def
                   4195: d
                   4196: :def
                   4197: s/\\$//
                   4198: t bsnl
                   4199: s/["\\]/\\&/g
                   4200: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
                   4201: D["\1"]=" \3"/p
                   4202: s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
                   4203: d
                   4204: :bsnl
                   4205: s/["\\]/\\&/g
                   4206: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
                   4207: D["\1"]=" \3\\\\\\n"\\/p
                   4208: t cont
                   4209: s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
                   4210: t cont
                   4211: d
                   4212: :cont
                   4213: n
                   4214: s/.\{148\}/&'"$ac_delim"'/g
                   4215: t clear
                   4216: :clear
                   4217: s/\\$//
                   4218: t bsnlc
                   4219: s/["\\]/\\&/g; s/^/"/; s/$/"/p
                   4220: d
                   4221: :bsnlc
                   4222: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
                   4223: b cont
                   4224: ' <confdefs.h | sed '
                   4225: s/'"$ac_delim"'/"\\\
                   4226: "/g' >>$CONFIG_STATUS || ac_write_fail=1
                   4227: 
                   4228: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   4229:   for (key in D) D_is_set[key] = 1
                   4230:   FS = ""
                   4231: }
                   4232: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
                   4233:   line = \$ 0
                   4234:   split(line, arg, " ")
                   4235:   if (arg[1] == "#") {
                   4236:     defundef = arg[2]
                   4237:     mac1 = arg[3]
                   4238:   } else {
                   4239:     defundef = substr(arg[1], 2)
                   4240:     mac1 = arg[2]
                   4241:   }
                   4242:   split(mac1, mac2, "(") #)
                   4243:   macro = mac2[1]
                   4244:   if (D_is_set[macro]) {
                   4245:     # Preserve the white space surrounding the "#".
                   4246:     prefix = substr(line, 1, index(line, defundef) - 1)
                   4247:     print prefix "define", macro P[macro] D[macro]
                   4248:     next
                   4249:   } else {
                   4250:     # Replace #undef with comments.  This is necessary, for example,
                   4251:     # in the case of _POSIX_SOURCE, which is predefined and required
                   4252:     # on some systems where configure will not decide to define it.
                   4253:     if (defundef == "undef") {
                   4254:       print "/*", line, "*/"
                   4255:       next
                   4256:     }
                   4257:   }
                   4258: }
                   4259: { print }
                   4260: _ACAWK
                   4261: _ACEOF
                   4262: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   4263:   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
                   4264: $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
                   4265:    { (exit 1); exit 1; }; }
                   4266: fi # test -n "$CONFIG_HEADERS"
                   4267: 
                   4268: 
                   4269: eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
                   4270: shift
                   4271: for ac_tag
                   4272: do
                   4273:   case $ac_tag in
                   4274:   :[FHLC]) ac_mode=$ac_tag; continue;;
                   4275:   esac
                   4276:   case $ac_mode$ac_tag in
                   4277:   :[FHL]*:*);;
                   4278:   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
                   4279: $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
                   4280:    { (exit 1); exit 1; }; };;
                   4281:   :[FH]-) ac_tag=-:-;;
                   4282:   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
                   4283:   esac
                   4284:   ac_save_IFS=$IFS
                   4285:   IFS=:
                   4286:   set x $ac_tag
                   4287:   IFS=$ac_save_IFS
                   4288:   shift
                   4289:   ac_file=$1
                   4290:   shift
                   4291: 
                   4292:   case $ac_mode in
                   4293:   :L) ac_source=$1;;
                   4294:   :[FH])
                   4295:     ac_file_inputs=
                   4296:     for ac_f
                   4297:     do
                   4298:       case $ac_f in
                   4299:       -) ac_f="$tmp/stdin";;
                   4300:       *) # Look for the file first in the build tree, then in the source tree
                   4301:         # (if the path is not absolute).  The absolute path cannot be DOS-style,
                   4302:         # because $ac_f cannot contain `:'.
                   4303:         test -f "$ac_f" ||
                   4304:           case $ac_f in
                   4305:           [\\/$]*) false;;
                   4306:           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
                   4307:           esac ||
                   4308:           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
                   4309: $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
                   4310:    { (exit 1); exit 1; }; };;
                   4311:       esac
                   4312:       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
                   4313:       ac_file_inputs="$ac_file_inputs '$ac_f'"
                   4314:     done
                   4315: 
                   4316:     # Let's still pretend it is `configure' which instantiates (i.e., don't
                   4317:     # use $as_me), people would be surprised to read:
                   4318:     #    /* config.h.  Generated by config.status.  */
                   4319:     configure_input='Generated from '`
                   4320:          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
                   4321:        `' by configure.'
                   4322:     if test x"$ac_file" != x-; then
                   4323:       configure_input="$ac_file.  $configure_input"
                   4324:       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
                   4325: $as_echo "$as_me: creating $ac_file" >&6;}
                   4326:     fi
                   4327:     # Neutralize special characters interpreted by sed in replacement strings.
                   4328:     case $configure_input in #(
                   4329:     *\&* | *\|* | *\\* )
                   4330:        ac_sed_conf_input=`$as_echo "$configure_input" |
                   4331:        sed 's/[\\\\&|]/\\\\&/g'`;; #(
                   4332:     *) ac_sed_conf_input=$configure_input;;
                   4333:     esac
                   4334: 
                   4335:     case $ac_tag in
                   4336:     *:-:* | *:-) cat >"$tmp/stdin" \
                   4337:       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
                   4338: $as_echo "$as_me: error: could not create $ac_file" >&2;}
                   4339:    { (exit 1); exit 1; }; } ;;
                   4340:     esac
                   4341:     ;;
                   4342:   esac
                   4343: 
                   4344:   ac_dir=`$as_dirname -- "$ac_file" ||
                   4345: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   4346:         X"$ac_file" : 'X\(//\)[^/]' \| \
                   4347:         X"$ac_file" : 'X\(//\)$' \| \
                   4348:         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
                   4349: $as_echo X"$ac_file" |
                   4350:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   4351:            s//\1/
                   4352:            q
                   4353:          }
                   4354:          /^X\(\/\/\)[^/].*/{
                   4355:            s//\1/
                   4356:            q
                   4357:          }
                   4358:          /^X\(\/\/\)$/{
                   4359:            s//\1/
                   4360:            q
                   4361:          }
                   4362:          /^X\(\/\).*/{
                   4363:            s//\1/
                   4364:            q
                   4365:          }
                   4366:          s/.*/./; q'`
                   4367:   { as_dir="$ac_dir"
                   4368:   case $as_dir in #(
                   4369:   -*) as_dir=./$as_dir;;
                   4370:   esac
                   4371:   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
                   4372:     as_dirs=
                   4373:     while :; do
                   4374:       case $as_dir in #(
                   4375:       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
                   4376:       *) as_qdir=$as_dir;;
                   4377:       esac
                   4378:       as_dirs="'$as_qdir' $as_dirs"
                   4379:       as_dir=`$as_dirname -- "$as_dir" ||
                   4380: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
                   4381:         X"$as_dir" : 'X\(//\)[^/]' \| \
                   4382:         X"$as_dir" : 'X\(//\)$' \| \
                   4383:         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
                   4384: $as_echo X"$as_dir" |
                   4385:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
                   4386:            s//\1/
                   4387:            q
                   4388:          }
                   4389:          /^X\(\/\/\)[^/].*/{
                   4390:            s//\1/
                   4391:            q
                   4392:          }
                   4393:          /^X\(\/\/\)$/{
                   4394:            s//\1/
                   4395:            q
                   4396:          }
                   4397:          /^X\(\/\).*/{
                   4398:            s//\1/
                   4399:            q
                   4400:          }
                   4401:          s/.*/./; q'`
                   4402:       test -d "$as_dir" && break
                   4403:     done
                   4404:     test -z "$as_dirs" || eval "mkdir $as_dirs"
                   4405:   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
                   4406: $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
                   4407:    { (exit 1); exit 1; }; }; }
                   4408:   ac_builddir=.
                   4409: 
                   4410: case "$ac_dir" in
                   4411: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   4412: *)
                   4413:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
                   4414:   # A ".." for each directory in $ac_dir_suffix.
                   4415:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
                   4416:   case $ac_top_builddir_sub in
                   4417:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
                   4418:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
                   4419:   esac ;;
                   4420: esac
                   4421: ac_abs_top_builddir=$ac_pwd
                   4422: ac_abs_builddir=$ac_pwd$ac_dir_suffix
                   4423: # for backward compatibility:
                   4424: ac_top_builddir=$ac_top_build_prefix
                   4425: 
                   4426: case $srcdir in
                   4427:   .)  # We are building in place.
                   4428:     ac_srcdir=.
                   4429:     ac_top_srcdir=$ac_top_builddir_sub
                   4430:     ac_abs_top_srcdir=$ac_pwd ;;
                   4431:   [\\/]* | ?:[\\/]* )  # Absolute name.
                   4432:     ac_srcdir=$srcdir$ac_dir_suffix;
                   4433:     ac_top_srcdir=$srcdir
                   4434:     ac_abs_top_srcdir=$srcdir ;;
                   4435:   *) # Relative name.
                   4436:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
                   4437:     ac_top_srcdir=$ac_top_build_prefix$srcdir
                   4438:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
                   4439: esac
                   4440: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
                   4441: 
                   4442: 
                   4443:   case $ac_mode in
                   4444:   :F)
                   4445:   #
                   4446:   # CONFIG_FILE
                   4447:   #
                   4448: 
                   4449:   case $INSTALL in
                   4450:   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
                   4451:   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
                   4452:   esac
                   4453: _ACEOF
                   4454: 
                   4455: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   4456: # If the template does not know about datarootdir, expand it.
                   4457: # FIXME: This hack should be removed a few years after 2.60.
                   4458: ac_datarootdir_hack=; ac_datarootdir_seen=
                   4459: 
                   4460: ac_sed_dataroot='
                   4461: /datarootdir/ {
                   4462:   p
                   4463:   q
                   4464: }
                   4465: /@datadir@/p
                   4466: /@docdir@/p
                   4467: /@infodir@/p
                   4468: /@localedir@/p
                   4469: /@mandir@/p
                   4470: '
                   4471: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
                   4472: *datarootdir*) ac_datarootdir_seen=yes;;
                   4473: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
                   4474:   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
                   4475: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
                   4476: _ACEOF
                   4477: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   4478:   ac_datarootdir_hack='
                   4479:   s&@datadir@&$datadir&g
                   4480:   s&@docdir@&$docdir&g
                   4481:   s&@infodir@&$infodir&g
                   4482:   s&@localedir@&$localedir&g
                   4483:   s&@mandir@&$mandir&g
                   4484:     s&\\\${datarootdir}&$datarootdir&g' ;;
                   4485: esac
                   4486: _ACEOF
                   4487: 
                   4488: # Neutralize VPATH when `$srcdir' = `.'.
                   4489: # Shell code in configure.ac might set extrasub.
                   4490: # FIXME: do we really want to maintain this feature?
                   4491: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
                   4492: ac_sed_extra="$ac_vpsub
                   4493: $extrasub
                   4494: _ACEOF
                   4495: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
                   4496: :t
                   4497: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
                   4498: s|@configure_input@|$ac_sed_conf_input|;t t
                   4499: s&@top_builddir@&$ac_top_builddir_sub&;t t
                   4500: s&@top_build_prefix@&$ac_top_build_prefix&;t t
                   4501: s&@srcdir@&$ac_srcdir&;t t
                   4502: s&@abs_srcdir@&$ac_abs_srcdir&;t t
                   4503: s&@top_srcdir@&$ac_top_srcdir&;t t
                   4504: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
                   4505: s&@builddir@&$ac_builddir&;t t
                   4506: s&@abs_builddir@&$ac_abs_builddir&;t t
                   4507: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
                   4508: s&@INSTALL@&$ac_INSTALL&;t t
                   4509: $ac_datarootdir_hack
                   4510: "
                   4511: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
                   4512:   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
                   4513: $as_echo "$as_me: error: could not create $ac_file" >&2;}
                   4514:    { (exit 1); exit 1; }; }
                   4515: 
                   4516: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
                   4517:   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
                   4518:   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
                   4519:   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
                   4520: which seems to be undefined.  Please make sure it is defined." >&5
                   4521: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
                   4522: which seems to be undefined.  Please make sure it is defined." >&2;}
                   4523: 
                   4524:   rm -f "$tmp/stdin"
                   4525:   case $ac_file in
                   4526:   -) cat "$tmp/out" && rm -f "$tmp/out";;
                   4527:   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
                   4528:   esac \
                   4529:   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
                   4530: $as_echo "$as_me: error: could not create $ac_file" >&2;}
                   4531:    { (exit 1); exit 1; }; }
                   4532:  ;;
                   4533:   :H)
                   4534:   #
                   4535:   # CONFIG_HEADER
                   4536:   #
                   4537:   if test x"$ac_file" != x-; then
                   4538:     {
                   4539:       $as_echo "/* $configure_input  */" \
                   4540:       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
                   4541:     } >"$tmp/config.h" \
                   4542:       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
                   4543: $as_echo "$as_me: error: could not create $ac_file" >&2;}
                   4544:    { (exit 1); exit 1; }; }
                   4545:     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
                   4546:       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
                   4547: $as_echo "$as_me: $ac_file is unchanged" >&6;}
                   4548:     else
                   4549:       rm -f "$ac_file"
                   4550:       mv "$tmp/config.h" "$ac_file" \
                   4551:        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
                   4552: $as_echo "$as_me: error: could not create $ac_file" >&2;}
                   4553:    { (exit 1); exit 1; }; }
                   4554:     fi
                   4555:   else
                   4556:     $as_echo "/* $configure_input  */" \
                   4557:       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
                   4558:       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
                   4559: $as_echo "$as_me: error: could not create -" >&2;}
                   4560:    { (exit 1); exit 1; }; }
                   4561:   fi
                   4562:  ;;
                   4563: 
                   4564: 
                   4565:   esac
                   4566: 
                   4567: done # for ac_tag
                   4568: 
                   4569: 
                   4570: { (exit 0); exit 0; }
                   4571: _ACEOF
                   4572: chmod +x $CONFIG_STATUS
                   4573: ac_clean_files=$ac_clean_files_save
                   4574: 
                   4575: test $ac_write_fail = 0 ||
                   4576:   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
                   4577: $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
                   4578:    { (exit 1); exit 1; }; }
                   4579: 
                   4580: 
                   4581: # configure is writing to config.log, and then calls config.status.
                   4582: # config.status does its own redirection, appending to config.log.
                   4583: # Unfortunately, on DOS this fails, as config.log is still kept open
                   4584: # by configure, so config.status won't be able to write to it; its
                   4585: # output is simply discarded.  So we exec the FD to /dev/null,
                   4586: # effectively closing config.log, so it can be properly (re)opened and
                   4587: # appended to by config.status.  When coming back to configure, we
                   4588: # need to make the FD available again.
                   4589: if test "$no_create" != yes; then
                   4590:   ac_cs_success=:
                   4591:   ac_config_status_args=
                   4592:   test "$silent" = yes &&
                   4593:     ac_config_status_args="$ac_config_status_args --quiet"
                   4594:   exec 5>/dev/null
                   4595:   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
                   4596:   exec 5>>config.log
                   4597:   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
                   4598:   # would make configure fail if this is the last instruction.
                   4599:   $ac_cs_success || { (exit 1); exit 1; }
                   4600: fi
                   4601: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
                   4602:   { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
                   4603: $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
                   4604: fi
                   4605: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>