Annotation of libaitcrc/configure, revision 1.1

1.1     ! misho       1: #! /bin/sh
        !             2: # Guess values for system-dependent variables and create Makefiles.
        !             3: # Generated by GNU Autoconf 2.62 for libaitcrc 1.1.
        !             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'
        !           599: PACKAGE_VERSION='1.1'
        !           600: PACKAGE_STRING='libaitcrc 1.1'
        !           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
        !          1232: \`configure' configures libaitcrc 1.1 to adapt to many kinds of systems.
        !          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
        !          1298:      short | recursive ) echo "Configuration of libaitcrc 1.1:";;
        !          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
        !          1383: libaitcrc configure 1.1
        !          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: 
        !          1397: It was created by libaitcrc $as_me 1.1, which was
        !          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:                        *)
        !          3350:                                ;;
        !          3351:                esac
        !          3352: fi
        !          3353: 
        !          3354: { $as_echo "$as_me:$LINENO: result: $DEBUG" >&5
        !          3355: $as_echo "$DEBUG" >&6; }
        !          3356: 
        !          3357: ac_config_files="$ac_config_files Makefile inc/Makefile lib/Makefile src/Makefile"
        !          3358: 
        !          3359: cat >confcache <<\_ACEOF
        !          3360: # This file is a shell script that caches the results of configure
        !          3361: # tests run on this system so they can be shared between configure
        !          3362: # scripts and configure runs, see configure's option --config-cache.
        !          3363: # It is not useful on other systems.  If it contains results you don't
        !          3364: # want to keep, you may remove or edit it.
        !          3365: #
        !          3366: # config.status only pays attention to the cache file if you give it
        !          3367: # the --recheck option to rerun configure.
        !          3368: #
        !          3369: # `ac_cv_env_foo' variables (set or unset) will be overridden when
        !          3370: # loading this file, other *unset* `ac_cv_foo' will be assigned the
        !          3371: # following values.
        !          3372: 
        !          3373: _ACEOF
        !          3374: 
        !          3375: # The following way of writing the cache mishandles newlines in values,
        !          3376: # but we know of no workaround that is simple, portable, and efficient.
        !          3377: # So, we kill variables containing newlines.
        !          3378: # Ultrix sh set writes to stderr and can't be redirected directly,
        !          3379: # and sets the high bit in the cache file unless we assign to the vars.
        !          3380: (
        !          3381:   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
        !          3382:     eval ac_val=\$$ac_var
        !          3383:     case $ac_val in #(
        !          3384:     *${as_nl}*)
        !          3385:       case $ac_var in #(
        !          3386:       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
        !          3387: $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
        !          3388:       esac
        !          3389:       case $ac_var in #(
        !          3390:       _ | IFS | as_nl) ;; #(
        !          3391:       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
        !          3392:       *) $as_unset $ac_var ;;
        !          3393:       esac ;;
        !          3394:     esac
        !          3395:   done
        !          3396: 
        !          3397:   (set) 2>&1 |
        !          3398:     case $as_nl`(ac_space=' '; set) 2>&1` in #(
        !          3399:     *${as_nl}ac_space=\ *)
        !          3400:       # `set' does not quote correctly, so add quotes (double-quote
        !          3401:       # substitution turns \\\\ into \\, and sed turns \\ into \).
        !          3402:       sed -n \
        !          3403:        "s/'/'\\\\''/g;
        !          3404:          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
        !          3405:       ;; #(
        !          3406:     *)
        !          3407:       # `set' quotes correctly as required by POSIX, so do not add quotes.
        !          3408:       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
        !          3409:       ;;
        !          3410:     esac |
        !          3411:     sort
        !          3412: ) |
        !          3413:   sed '
        !          3414:      /^ac_cv_env_/b end
        !          3415:      t clear
        !          3416:      :clear
        !          3417:      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
        !          3418:      t end
        !          3419:      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
        !          3420:      :end' >>confcache
        !          3421: if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
        !          3422:   if test -w "$cache_file"; then
        !          3423:     test "x$cache_file" != "x/dev/null" &&
        !          3424:       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
        !          3425: $as_echo "$as_me: updating cache $cache_file" >&6;}
        !          3426:     cat confcache >$cache_file
        !          3427:   else
        !          3428:     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
        !          3429: $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
        !          3430:   fi
        !          3431: fi
        !          3432: rm -f confcache
        !          3433: 
        !          3434: test "x$prefix" = xNONE && prefix=$ac_default_prefix
        !          3435: # Let make expand exec_prefix.
        !          3436: test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
        !          3437: 
        !          3438: DEFS=-DHAVE_CONFIG_H
        !          3439: 
        !          3440: ac_libobjs=
        !          3441: ac_ltlibobjs=
        !          3442: for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
        !          3443:   # 1. Remove the extension, and $U if already installed.
        !          3444:   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
        !          3445:   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
        !          3446:   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
        !          3447:   #    will be set to the directory where LIBOBJS objects are built.
        !          3448:   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
        !          3449:   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
        !          3450: done
        !          3451: LIBOBJS=$ac_libobjs
        !          3452: 
        !          3453: LTLIBOBJS=$ac_ltlibobjs
        !          3454: 
        !          3455: 
        !          3456: 
        !          3457: : ${CONFIG_STATUS=./config.status}
        !          3458: ac_write_fail=0
        !          3459: ac_clean_files_save=$ac_clean_files
        !          3460: ac_clean_files="$ac_clean_files $CONFIG_STATUS"
        !          3461: { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
        !          3462: $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
        !          3463: cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          3464: #! $SHELL
        !          3465: # Generated by $as_me.
        !          3466: # Run this file to recreate the current configuration.
        !          3467: # Compiler output produced by configure, useful for debugging
        !          3468: # configure, is in config.log if it exists.
        !          3469: 
        !          3470: debug=false
        !          3471: ac_cs_recheck=false
        !          3472: ac_cs_silent=false
        !          3473: SHELL=\${CONFIG_SHELL-$SHELL}
        !          3474: _ACEOF
        !          3475: 
        !          3476: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          3477: ## --------------------- ##
        !          3478: ## M4sh Initialization.  ##
        !          3479: ## --------------------- ##
        !          3480: 
        !          3481: # Be more Bourne compatible
        !          3482: DUALCASE=1; export DUALCASE # for MKS sh
        !          3483: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
        !          3484:   emulate sh
        !          3485:   NULLCMD=:
        !          3486:   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
        !          3487:   # is contrary to our usage.  Disable this feature.
        !          3488:   alias -g '${1+"$@"}'='"$@"'
        !          3489:   setopt NO_GLOB_SUBST
        !          3490: else
        !          3491:   case `(set -o) 2>/dev/null` in
        !          3492:   *posix*) set -o posix ;;
        !          3493: esac
        !          3494: 
        !          3495: fi
        !          3496: 
        !          3497: 
        !          3498: 
        !          3499: 
        !          3500: # PATH needs CR
        !          3501: # Avoid depending upon Character Ranges.
        !          3502: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
        !          3503: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
        !          3504: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
        !          3505: as_cr_digits='0123456789'
        !          3506: as_cr_alnum=$as_cr_Letters$as_cr_digits
        !          3507: 
        !          3508: as_nl='
        !          3509: '
        !          3510: export as_nl
        !          3511: # Printing a long string crashes Solaris 7 /usr/bin/printf.
        !          3512: as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
        !          3513: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
        !          3514: as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
        !          3515: if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
        !          3516:   as_echo='printf %s\n'
        !          3517:   as_echo_n='printf %s'
        !          3518: else
        !          3519:   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
        !          3520:     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
        !          3521:     as_echo_n='/usr/ucb/echo -n'
        !          3522:   else
        !          3523:     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
        !          3524:     as_echo_n_body='eval
        !          3525:       arg=$1;
        !          3526:       case $arg in
        !          3527:       *"$as_nl"*)
        !          3528:        expr "X$arg" : "X\\(.*\\)$as_nl";
        !          3529:        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
        !          3530:       esac;
        !          3531:       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
        !          3532:     '
        !          3533:     export as_echo_n_body
        !          3534:     as_echo_n='sh -c $as_echo_n_body as_echo'
        !          3535:   fi
        !          3536:   export as_echo_body
        !          3537:   as_echo='sh -c $as_echo_body as_echo'
        !          3538: fi
        !          3539: 
        !          3540: # The user is always right.
        !          3541: if test "${PATH_SEPARATOR+set}" != set; then
        !          3542:   PATH_SEPARATOR=:
        !          3543:   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
        !          3544:     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
        !          3545:       PATH_SEPARATOR=';'
        !          3546:   }
        !          3547: fi
        !          3548: 
        !          3549: # Support unset when possible.
        !          3550: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
        !          3551:   as_unset=unset
        !          3552: else
        !          3553:   as_unset=false
        !          3554: fi
        !          3555: 
        !          3556: 
        !          3557: # IFS
        !          3558: # We need space, tab and new line, in precisely that order.  Quoting is
        !          3559: # there to prevent editors from complaining about space-tab.
        !          3560: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
        !          3561: # splitting by setting IFS to empty value.)
        !          3562: IFS=" ""       $as_nl"
        !          3563: 
        !          3564: # Find who we are.  Look in the path if we contain no directory separator.
        !          3565: case $0 in
        !          3566:   *[\\/]* ) as_myself=$0 ;;
        !          3567:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
        !          3568: for as_dir in $PATH
        !          3569: do
        !          3570:   IFS=$as_save_IFS
        !          3571:   test -z "$as_dir" && as_dir=.
        !          3572:   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
        !          3573: done
        !          3574: IFS=$as_save_IFS
        !          3575: 
        !          3576:      ;;
        !          3577: esac
        !          3578: # We did not find ourselves, most probably we were run as `sh COMMAND'
        !          3579: # in which case we are not to be found in the path.
        !          3580: if test "x$as_myself" = x; then
        !          3581:   as_myself=$0
        !          3582: fi
        !          3583: if test ! -f "$as_myself"; then
        !          3584:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
        !          3585:   { (exit 1); exit 1; }
        !          3586: fi
        !          3587: 
        !          3588: # Work around bugs in pre-3.0 UWIN ksh.
        !          3589: for as_var in ENV MAIL MAILPATH
        !          3590: do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
        !          3591: done
        !          3592: PS1='$ '
        !          3593: PS2='> '
        !          3594: PS4='+ '
        !          3595: 
        !          3596: # NLS nuisances.
        !          3597: LC_ALL=C
        !          3598: export LC_ALL
        !          3599: LANGUAGE=C
        !          3600: export LANGUAGE
        !          3601: 
        !          3602: # Required to use basename.
        !          3603: if expr a : '\(a\)' >/dev/null 2>&1 &&
        !          3604:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
        !          3605:   as_expr=expr
        !          3606: else
        !          3607:   as_expr=false
        !          3608: fi
        !          3609: 
        !          3610: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
        !          3611:   as_basename=basename
        !          3612: else
        !          3613:   as_basename=false
        !          3614: fi
        !          3615: 
        !          3616: 
        !          3617: # Name of the executable.
        !          3618: as_me=`$as_basename -- "$0" ||
        !          3619: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
        !          3620:         X"$0" : 'X\(//\)$' \| \
        !          3621:         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
        !          3622: $as_echo X/"$0" |
        !          3623:     sed '/^.*\/\([^/][^/]*\)\/*$/{
        !          3624:            s//\1/
        !          3625:            q
        !          3626:          }
        !          3627:          /^X\/\(\/\/\)$/{
        !          3628:            s//\1/
        !          3629:            q
        !          3630:          }
        !          3631:          /^X\/\(\/\).*/{
        !          3632:            s//\1/
        !          3633:            q
        !          3634:          }
        !          3635:          s/.*/./; q'`
        !          3636: 
        !          3637: # CDPATH.
        !          3638: $as_unset CDPATH
        !          3639: 
        !          3640: 
        !          3641: 
        !          3642:   as_lineno_1=$LINENO
        !          3643:   as_lineno_2=$LINENO
        !          3644:   test "x$as_lineno_1" != "x$as_lineno_2" &&
        !          3645:   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
        !          3646: 
        !          3647:   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
        !          3648:   # uniformly replaced by the line number.  The first 'sed' inserts a
        !          3649:   # line-number line after each line using $LINENO; the second 'sed'
        !          3650:   # does the real work.  The second script uses 'N' to pair each
        !          3651:   # line-number line with the line containing $LINENO, and appends
        !          3652:   # trailing '-' during substitution so that $LINENO is not a special
        !          3653:   # case at line end.
        !          3654:   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
        !          3655:   # scripts with optimization help from Paolo Bonzini.  Blame Lee
        !          3656:   # E. McMahon (1931-1989) for sed's syntax.  :-)
        !          3657:   sed -n '
        !          3658:     p
        !          3659:     /[$]LINENO/=
        !          3660:   ' <$as_myself |
        !          3661:     sed '
        !          3662:       s/[$]LINENO.*/&-/
        !          3663:       t lineno
        !          3664:       b
        !          3665:       :lineno
        !          3666:       N
        !          3667:       :loop
        !          3668:       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
        !          3669:       t loop
        !          3670:       s/-\n.*//
        !          3671:     ' >$as_me.lineno &&
        !          3672:   chmod +x "$as_me.lineno" ||
        !          3673:     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
        !          3674:    { (exit 1); exit 1; }; }
        !          3675: 
        !          3676:   # Don't try to exec as it changes $[0], causing all sort of problems
        !          3677:   # (the dirname of $[0] is not the place where we might find the
        !          3678:   # original and so on.  Autoconf is especially sensitive to this).
        !          3679:   . "./$as_me.lineno"
        !          3680:   # Exit status is that of the last command.
        !          3681:   exit
        !          3682: }
        !          3683: 
        !          3684: 
        !          3685: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
        !          3686:   as_dirname=dirname
        !          3687: else
        !          3688:   as_dirname=false
        !          3689: fi
        !          3690: 
        !          3691: ECHO_C= ECHO_N= ECHO_T=
        !          3692: case `echo -n x` in
        !          3693: -n*)
        !          3694:   case `echo 'x\c'` in
        !          3695:   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
        !          3696:   *)   ECHO_C='\c';;
        !          3697:   esac;;
        !          3698: *)
        !          3699:   ECHO_N='-n';;
        !          3700: esac
        !          3701: if expr a : '\(a\)' >/dev/null 2>&1 &&
        !          3702:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
        !          3703:   as_expr=expr
        !          3704: else
        !          3705:   as_expr=false
        !          3706: fi
        !          3707: 
        !          3708: rm -f conf$$ conf$$.exe conf$$.file
        !          3709: if test -d conf$$.dir; then
        !          3710:   rm -f conf$$.dir/conf$$.file
        !          3711: else
        !          3712:   rm -f conf$$.dir
        !          3713:   mkdir conf$$.dir 2>/dev/null
        !          3714: fi
        !          3715: if (echo >conf$$.file) 2>/dev/null; then
        !          3716:   if ln -s conf$$.file conf$$ 2>/dev/null; then
        !          3717:     as_ln_s='ln -s'
        !          3718:     # ... but there are two gotchas:
        !          3719:     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
        !          3720:     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
        !          3721:     # In both cases, we have to default to `cp -p'.
        !          3722:     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
        !          3723:       as_ln_s='cp -p'
        !          3724:   elif ln conf$$.file conf$$ 2>/dev/null; then
        !          3725:     as_ln_s=ln
        !          3726:   else
        !          3727:     as_ln_s='cp -p'
        !          3728:   fi
        !          3729: else
        !          3730:   as_ln_s='cp -p'
        !          3731: fi
        !          3732: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
        !          3733: rmdir conf$$.dir 2>/dev/null
        !          3734: 
        !          3735: if mkdir -p . 2>/dev/null; then
        !          3736:   as_mkdir_p=:
        !          3737: else
        !          3738:   test -d ./-p && rmdir ./-p
        !          3739:   as_mkdir_p=false
        !          3740: fi
        !          3741: 
        !          3742: if test -x / >/dev/null 2>&1; then
        !          3743:   as_test_x='test -x'
        !          3744: else
        !          3745:   if ls -dL / >/dev/null 2>&1; then
        !          3746:     as_ls_L_option=L
        !          3747:   else
        !          3748:     as_ls_L_option=
        !          3749:   fi
        !          3750:   as_test_x='
        !          3751:     eval sh -c '\''
        !          3752:       if test -d "$1"; then
        !          3753:        test -d "$1/.";
        !          3754:       else
        !          3755:        case $1 in
        !          3756:        -*)set "./$1";;
        !          3757:        esac;
        !          3758:        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
        !          3759:        ???[sx]*):;;*)false;;esac;fi
        !          3760:     '\'' sh
        !          3761:   '
        !          3762: fi
        !          3763: as_executable_p=$as_test_x
        !          3764: 
        !          3765: # Sed expression to map a string onto a valid CPP name.
        !          3766: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
        !          3767: 
        !          3768: # Sed expression to map a string onto a valid variable name.
        !          3769: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
        !          3770: 
        !          3771: 
        !          3772: exec 6>&1
        !          3773: 
        !          3774: # Save the log message, to keep $[0] and so on meaningful, and to
        !          3775: # report actual input values of CONFIG_FILES etc. instead of their
        !          3776: # values after options handling.
        !          3777: ac_log="
        !          3778: This file was extended by libaitcrc $as_me 1.1, which was
        !          3779: generated by GNU Autoconf 2.62.  Invocation command line was
        !          3780: 
        !          3781:   CONFIG_FILES    = $CONFIG_FILES
        !          3782:   CONFIG_HEADERS  = $CONFIG_HEADERS
        !          3783:   CONFIG_LINKS    = $CONFIG_LINKS
        !          3784:   CONFIG_COMMANDS = $CONFIG_COMMANDS
        !          3785:   $ $0 $@
        !          3786: 
        !          3787: on `(hostname || uname -n) 2>/dev/null | sed 1q`
        !          3788: "
        !          3789: 
        !          3790: _ACEOF
        !          3791: 
        !          3792: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          3793: # Files that config.status was made for.
        !          3794: config_files="$ac_config_files"
        !          3795: config_headers="$ac_config_headers"
        !          3796: 
        !          3797: _ACEOF
        !          3798: 
        !          3799: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          3800: ac_cs_usage="\
        !          3801: \`$as_me' instantiates files from templates according to the
        !          3802: current configuration.
        !          3803: 
        !          3804: Usage: $0 [OPTIONS] [FILE]...
        !          3805: 
        !          3806:   -h, --help       print this help, then exit
        !          3807:   -V, --version    print version number and configuration settings, then exit
        !          3808:   -q, --quiet      do not print progress messages
        !          3809:   -d, --debug      don't remove temporary files
        !          3810:       --recheck    update $as_me by reconfiguring in the same conditions
        !          3811:   --file=FILE[:TEMPLATE]
        !          3812:                    instantiate the configuration file FILE
        !          3813:   --header=FILE[:TEMPLATE]
        !          3814:                    instantiate the configuration header FILE
        !          3815: 
        !          3816: Configuration files:
        !          3817: $config_files
        !          3818: 
        !          3819: Configuration headers:
        !          3820: $config_headers
        !          3821: 
        !          3822: Report bugs to <bug-autoconf@gnu.org>."
        !          3823: 
        !          3824: _ACEOF
        !          3825: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          3826: ac_cs_version="\\
        !          3827: libaitcrc config.status 1.1
        !          3828: configured by $0, generated by GNU Autoconf 2.62,
        !          3829:   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
        !          3830: 
        !          3831: Copyright (C) 2008 Free Software Foundation, Inc.
        !          3832: This config.status script is free software; the Free Software Foundation
        !          3833: gives unlimited permission to copy, distribute and modify it."
        !          3834: 
        !          3835: ac_pwd='$ac_pwd'
        !          3836: srcdir='$srcdir'
        !          3837: INSTALL='$INSTALL'
        !          3838: test -n "\$AWK" || AWK=awk
        !          3839: _ACEOF
        !          3840: 
        !          3841: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          3842: # The default lists apply if the user does not specify any file.
        !          3843: ac_need_defaults=:
        !          3844: while test $# != 0
        !          3845: do
        !          3846:   case $1 in
        !          3847:   --*=*)
        !          3848:     ac_option=`expr "X$1" : 'X\([^=]*\)='`
        !          3849:     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
        !          3850:     ac_shift=:
        !          3851:     ;;
        !          3852:   *)
        !          3853:     ac_option=$1
        !          3854:     ac_optarg=$2
        !          3855:     ac_shift=shift
        !          3856:     ;;
        !          3857:   esac
        !          3858: 
        !          3859:   case $ac_option in
        !          3860:   # Handling of the options.
        !          3861:   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
        !          3862:     ac_cs_recheck=: ;;
        !          3863:   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
        !          3864:     $as_echo "$ac_cs_version"; exit ;;
        !          3865:   --debug | --debu | --deb | --de | --d | -d )
        !          3866:     debug=: ;;
        !          3867:   --file | --fil | --fi | --f )
        !          3868:     $ac_shift
        !          3869:     case $ac_optarg in
        !          3870:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          3871:     esac
        !          3872:     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
        !          3873:     ac_need_defaults=false;;
        !          3874:   --header | --heade | --head | --hea )
        !          3875:     $ac_shift
        !          3876:     case $ac_optarg in
        !          3877:     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
        !          3878:     esac
        !          3879:     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
        !          3880:     ac_need_defaults=false;;
        !          3881:   --he | --h)
        !          3882:     # Conflict between --help and --header
        !          3883:     { $as_echo "$as_me: error: ambiguous option: $1
        !          3884: Try \`$0 --help' for more information." >&2
        !          3885:    { (exit 1); exit 1; }; };;
        !          3886:   --help | --hel | -h )
        !          3887:     $as_echo "$ac_cs_usage"; exit ;;
        !          3888:   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
        !          3889:   | -silent | --silent | --silen | --sile | --sil | --si | --s)
        !          3890:     ac_cs_silent=: ;;
        !          3891: 
        !          3892:   # This is an error.
        !          3893:   -*) { $as_echo "$as_me: error: unrecognized option: $1
        !          3894: Try \`$0 --help' for more information." >&2
        !          3895:    { (exit 1); exit 1; }; } ;;
        !          3896: 
        !          3897:   *) ac_config_targets="$ac_config_targets $1"
        !          3898:      ac_need_defaults=false ;;
        !          3899: 
        !          3900:   esac
        !          3901:   shift
        !          3902: done
        !          3903: 
        !          3904: ac_configure_extra_args=
        !          3905: 
        !          3906: if $ac_cs_silent; then
        !          3907:   exec 6>/dev/null
        !          3908:   ac_configure_extra_args="$ac_configure_extra_args --silent"
        !          3909: fi
        !          3910: 
        !          3911: _ACEOF
        !          3912: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          3913: if \$ac_cs_recheck; then
        !          3914:   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
        !          3915:   shift
        !          3916:   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
        !          3917:   CONFIG_SHELL='$SHELL'
        !          3918:   export CONFIG_SHELL
        !          3919:   exec "\$@"
        !          3920: fi
        !          3921: 
        !          3922: _ACEOF
        !          3923: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          3924: exec 5>>config.log
        !          3925: {
        !          3926:   echo
        !          3927:   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
        !          3928: ## Running $as_me. ##
        !          3929: _ASBOX
        !          3930:   $as_echo "$ac_log"
        !          3931: } >&5
        !          3932: 
        !          3933: _ACEOF
        !          3934: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          3935: _ACEOF
        !          3936: 
        !          3937: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          3938: 
        !          3939: # Handling of arguments.
        !          3940: for ac_config_target in $ac_config_targets
        !          3941: do
        !          3942:   case $ac_config_target in
        !          3943:     "inc/config.h") CONFIG_HEADERS="$CONFIG_HEADERS inc/config.h" ;;
        !          3944:     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
        !          3945:     "inc/Makefile") CONFIG_FILES="$CONFIG_FILES inc/Makefile" ;;
        !          3946:     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
        !          3947:     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
        !          3948: 
        !          3949:   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
        !          3950: $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
        !          3951:    { (exit 1); exit 1; }; };;
        !          3952:   esac
        !          3953: done
        !          3954: 
        !          3955: 
        !          3956: # If the user did not use the arguments to specify the items to instantiate,
        !          3957: # then the envvar interface is used.  Set only those that are not.
        !          3958: # We use the long form for the default assignment because of an extremely
        !          3959: # bizarre bug on SunOS 4.1.3.
        !          3960: if $ac_need_defaults; then
        !          3961:   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
        !          3962:   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
        !          3963: fi
        !          3964: 
        !          3965: # Have a temporary directory for convenience.  Make it in the build tree
        !          3966: # simply because there is no reason against having it here, and in addition,
        !          3967: # creating and moving files from /tmp can sometimes cause problems.
        !          3968: # Hook for its removal unless debugging.
        !          3969: # Note that there is a small window in which the directory will not be cleaned:
        !          3970: # after its creation but before its name has been assigned to `$tmp'.
        !          3971: $debug ||
        !          3972: {
        !          3973:   tmp=
        !          3974:   trap 'exit_status=$?
        !          3975:   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
        !          3976: ' 0
        !          3977:   trap '{ (exit 1); exit 1; }' 1 2 13 15
        !          3978: }
        !          3979: # Create a (secure) tmp directory for tmp files.
        !          3980: 
        !          3981: {
        !          3982:   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
        !          3983:   test -n "$tmp" && test -d "$tmp"
        !          3984: }  ||
        !          3985: {
        !          3986:   tmp=./conf$$-$RANDOM
        !          3987:   (umask 077 && mkdir "$tmp")
        !          3988: } ||
        !          3989: {
        !          3990:    $as_echo "$as_me: cannot create a temporary directory in ." >&2
        !          3991:    { (exit 1); exit 1; }
        !          3992: }
        !          3993: 
        !          3994: # Set up the scripts for CONFIG_FILES section.
        !          3995: # No need to generate them if there are no CONFIG_FILES.
        !          3996: # This happens for instance with `./config.status config.h'.
        !          3997: if test -n "$CONFIG_FILES"; then
        !          3998: 
        !          3999: 
        !          4000: ac_cr='
'
        !          4001: ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
        !          4002: if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
        !          4003:   ac_cs_awk_cr='\\r'
        !          4004: else
        !          4005:   ac_cs_awk_cr=$ac_cr
        !          4006: fi
        !          4007: 
        !          4008: echo 'BEGIN {' >"$tmp/subs1.awk" &&
        !          4009: _ACEOF
        !          4010: 
        !          4011: 
        !          4012: {
        !          4013:   echo "cat >conf$$subs.awk <<_ACEOF" &&
        !          4014:   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
        !          4015:   echo "_ACEOF"
        !          4016: } >conf$$subs.sh ||
        !          4017:   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
        !          4018: $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
        !          4019:    { (exit 1); exit 1; }; }
        !          4020: ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
        !          4021: ac_delim='%!_!# '
        !          4022: for ac_last_try in false false false false false :; do
        !          4023:   . ./conf$$subs.sh ||
        !          4024:     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
        !          4025: $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
        !          4026:    { (exit 1); exit 1; }; }
        !          4027: 
        !          4028:   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
        !          4029:     break
        !          4030:   elif $ac_last_try; then
        !          4031:     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
        !          4032: $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
        !          4033:    { (exit 1); exit 1; }; }
        !          4034:   else
        !          4035:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
        !          4036:   fi
        !          4037: done
        !          4038: rm -f conf$$subs.sh
        !          4039: 
        !          4040: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          4041: cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
        !          4042: _ACEOF
        !          4043: sed -n '
        !          4044: h
        !          4045: s/^/S["/; s/!.*/"]=/
        !          4046: p
        !          4047: g
        !          4048: s/^[^!]*!//
        !          4049: :repl
        !          4050: t repl
        !          4051: s/'"$ac_delim"'$//
        !          4052: t delim
        !          4053: :nl
        !          4054: h
        !          4055: s/\(.\{148\}\).*/\1/
        !          4056: t more1
        !          4057: s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
        !          4058: p
        !          4059: n
        !          4060: b repl
        !          4061: :more1
        !          4062: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
        !          4063: p
        !          4064: g
        !          4065: s/.\{148\}//
        !          4066: t nl
        !          4067: :delim
        !          4068: h
        !          4069: s/\(.\{148\}\).*/\1/
        !          4070: t more2
        !          4071: s/["\\]/\\&/g; s/^/"/; s/$/"/
        !          4072: p
        !          4073: b
        !          4074: :more2
        !          4075: s/["\\]/\\&/g; s/^/"/; s/$/"\\/
        !          4076: p
        !          4077: g
        !          4078: s/.\{148\}//
        !          4079: t delim
        !          4080: ' <conf$$subs.awk | sed '
        !          4081: /^[^""]/{
        !          4082:   N
        !          4083:   s/\n//
        !          4084: }
        !          4085: ' >>$CONFIG_STATUS || ac_write_fail=1
        !          4086: rm -f conf$$subs.awk
        !          4087: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          4088: _ACAWK
        !          4089: cat >>"\$tmp/subs1.awk" <<_ACAWK &&
        !          4090:   for (key in S) S_is_set[key] = 1
        !          4091:   FS = ""
        !          4092: 
        !          4093: }
        !          4094: {
        !          4095:   line = $ 0
        !          4096:   nfields = split(line, field, "@")
        !          4097:   substed = 0
        !          4098:   len = length(field[1])
        !          4099:   for (i = 2; i < nfields; i++) {
        !          4100:     key = field[i]
        !          4101:     keylen = length(key)
        !          4102:     if (S_is_set[key]) {
        !          4103:       value = S[key]
        !          4104:       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
        !          4105:       len += length(value) + length(field[++i])
        !          4106:       substed = 1
        !          4107:     } else
        !          4108:       len += 1 + keylen
        !          4109:   }
        !          4110: 
        !          4111:   print line
        !          4112: }
        !          4113: 
        !          4114: _ACAWK
        !          4115: _ACEOF
        !          4116: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          4117: if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
        !          4118:   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
        !          4119: else
        !          4120:   cat
        !          4121: fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
        !          4122:   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
        !          4123: $as_echo "$as_me: error: could not setup config files machinery" >&2;}
        !          4124:    { (exit 1); exit 1; }; }
        !          4125: _ACEOF
        !          4126: 
        !          4127: # VPATH may cause trouble with some makes, so we remove $(srcdir),
        !          4128: # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
        !          4129: # trailing colons and then remove the whole line if VPATH becomes empty
        !          4130: # (actually we leave an empty line to preserve line numbers).
        !          4131: if test "x$srcdir" = x.; then
        !          4132:   ac_vpsub='/^[         ]*VPATH[        ]*=/{
        !          4133: s/:*\$(srcdir):*/:/
        !          4134: s/:*\${srcdir}:*/:/
        !          4135: s/:*@srcdir@:*/:/
        !          4136: s/^\([^=]*=[    ]*\):*/\1/
        !          4137: s/:*$//
        !          4138: s/^[^=]*=[      ]*$//
        !          4139: }'
        !          4140: fi
        !          4141: 
        !          4142: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          4143: fi # test -n "$CONFIG_FILES"
        !          4144: 
        !          4145: # Set up the scripts for CONFIG_HEADERS section.
        !          4146: # No need to generate them if there are no CONFIG_HEADERS.
        !          4147: # This happens for instance with `./config.status Makefile'.
        !          4148: if test -n "$CONFIG_HEADERS"; then
        !          4149: cat >"$tmp/defines.awk" <<\_ACAWK ||
        !          4150: BEGIN {
        !          4151: _ACEOF
        !          4152: 
        !          4153: # Transform confdefs.h into an awk script `defines.awk', embedded as
        !          4154: # here-document in config.status, that substitutes the proper values into
        !          4155: # config.h.in to produce config.h.
        !          4156: 
        !          4157: # Create a delimiter string that does not exist in confdefs.h, to ease
        !          4158: # handling of long lines.
        !          4159: ac_delim='%!_!# '
        !          4160: for ac_last_try in false false :; do
        !          4161:   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
        !          4162:   if test -z "$ac_t"; then
        !          4163:     break
        !          4164:   elif $ac_last_try; then
        !          4165:     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
        !          4166: $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
        !          4167:    { (exit 1); exit 1; }; }
        !          4168:   else
        !          4169:     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
        !          4170:   fi
        !          4171: done
        !          4172: 
        !          4173: # For the awk script, D is an array of macro values keyed by name,
        !          4174: # likewise P contains macro parameters if any.  Preserve backslash
        !          4175: # newline sequences.
        !          4176: 
        !          4177: ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
        !          4178: sed -n '
        !          4179: s/.\{148\}/&'"$ac_delim"'/g
        !          4180: t rset
        !          4181: :rset
        !          4182: s/^[    ]*#[    ]*define[       ][      ]*/ /
        !          4183: t def
        !          4184: d
        !          4185: :def
        !          4186: s/\\$//
        !          4187: t bsnl
        !          4188: s/["\\]/\\&/g
        !          4189: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
        !          4190: D["\1"]=" \3"/p
        !          4191: s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
        !          4192: d
        !          4193: :bsnl
        !          4194: s/["\\]/\\&/g
        !          4195: s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
        !          4196: D["\1"]=" \3\\\\\\n"\\/p
        !          4197: t cont
        !          4198: s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
        !          4199: t cont
        !          4200: d
        !          4201: :cont
        !          4202: n
        !          4203: s/.\{148\}/&'"$ac_delim"'/g
        !          4204: t clear
        !          4205: :clear
        !          4206: s/\\$//
        !          4207: t bsnlc
        !          4208: s/["\\]/\\&/g; s/^/"/; s/$/"/p
        !          4209: d
        !          4210: :bsnlc
        !          4211: s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
        !          4212: b cont
        !          4213: ' <confdefs.h | sed '
        !          4214: s/'"$ac_delim"'/"\\\
        !          4215: "/g' >>$CONFIG_STATUS || ac_write_fail=1
        !          4216: 
        !          4217: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          4218:   for (key in D) D_is_set[key] = 1
        !          4219:   FS = ""
        !          4220: }
        !          4221: /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
        !          4222:   line = \$ 0
        !          4223:   split(line, arg, " ")
        !          4224:   if (arg[1] == "#") {
        !          4225:     defundef = arg[2]
        !          4226:     mac1 = arg[3]
        !          4227:   } else {
        !          4228:     defundef = substr(arg[1], 2)
        !          4229:     mac1 = arg[2]
        !          4230:   }
        !          4231:   split(mac1, mac2, "(") #)
        !          4232:   macro = mac2[1]
        !          4233:   if (D_is_set[macro]) {
        !          4234:     # Preserve the white space surrounding the "#".
        !          4235:     prefix = substr(line, 1, index(line, defundef) - 1)
        !          4236:     print prefix "define", macro P[macro] D[macro]
        !          4237:     next
        !          4238:   } else {
        !          4239:     # Replace #undef with comments.  This is necessary, for example,
        !          4240:     # in the case of _POSIX_SOURCE, which is predefined and required
        !          4241:     # on some systems where configure will not decide to define it.
        !          4242:     if (defundef == "undef") {
        !          4243:       print "/*", line, "*/"
        !          4244:       next
        !          4245:     }
        !          4246:   }
        !          4247: }
        !          4248: { print }
        !          4249: _ACAWK
        !          4250: _ACEOF
        !          4251: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          4252:   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
        !          4253: $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
        !          4254:    { (exit 1); exit 1; }; }
        !          4255: fi # test -n "$CONFIG_HEADERS"
        !          4256: 
        !          4257: 
        !          4258: eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
        !          4259: shift
        !          4260: for ac_tag
        !          4261: do
        !          4262:   case $ac_tag in
        !          4263:   :[FHLC]) ac_mode=$ac_tag; continue;;
        !          4264:   esac
        !          4265:   case $ac_mode$ac_tag in
        !          4266:   :[FHL]*:*);;
        !          4267:   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
        !          4268: $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
        !          4269:    { (exit 1); exit 1; }; };;
        !          4270:   :[FH]-) ac_tag=-:-;;
        !          4271:   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
        !          4272:   esac
        !          4273:   ac_save_IFS=$IFS
        !          4274:   IFS=:
        !          4275:   set x $ac_tag
        !          4276:   IFS=$ac_save_IFS
        !          4277:   shift
        !          4278:   ac_file=$1
        !          4279:   shift
        !          4280: 
        !          4281:   case $ac_mode in
        !          4282:   :L) ac_source=$1;;
        !          4283:   :[FH])
        !          4284:     ac_file_inputs=
        !          4285:     for ac_f
        !          4286:     do
        !          4287:       case $ac_f in
        !          4288:       -) ac_f="$tmp/stdin";;
        !          4289:       *) # Look for the file first in the build tree, then in the source tree
        !          4290:         # (if the path is not absolute).  The absolute path cannot be DOS-style,
        !          4291:         # because $ac_f cannot contain `:'.
        !          4292:         test -f "$ac_f" ||
        !          4293:           case $ac_f in
        !          4294:           [\\/$]*) false;;
        !          4295:           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
        !          4296:           esac ||
        !          4297:           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
        !          4298: $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
        !          4299:    { (exit 1); exit 1; }; };;
        !          4300:       esac
        !          4301:       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
        !          4302:       ac_file_inputs="$ac_file_inputs '$ac_f'"
        !          4303:     done
        !          4304: 
        !          4305:     # Let's still pretend it is `configure' which instantiates (i.e., don't
        !          4306:     # use $as_me), people would be surprised to read:
        !          4307:     #    /* config.h.  Generated by config.status.  */
        !          4308:     configure_input='Generated from '`
        !          4309:          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
        !          4310:        `' by configure.'
        !          4311:     if test x"$ac_file" != x-; then
        !          4312:       configure_input="$ac_file.  $configure_input"
        !          4313:       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
        !          4314: $as_echo "$as_me: creating $ac_file" >&6;}
        !          4315:     fi
        !          4316:     # Neutralize special characters interpreted by sed in replacement strings.
        !          4317:     case $configure_input in #(
        !          4318:     *\&* | *\|* | *\\* )
        !          4319:        ac_sed_conf_input=`$as_echo "$configure_input" |
        !          4320:        sed 's/[\\\\&|]/\\\\&/g'`;; #(
        !          4321:     *) ac_sed_conf_input=$configure_input;;
        !          4322:     esac
        !          4323: 
        !          4324:     case $ac_tag in
        !          4325:     *:-:* | *:-) cat >"$tmp/stdin" \
        !          4326:       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
        !          4327: $as_echo "$as_me: error: could not create $ac_file" >&2;}
        !          4328:    { (exit 1); exit 1; }; } ;;
        !          4329:     esac
        !          4330:     ;;
        !          4331:   esac
        !          4332: 
        !          4333:   ac_dir=`$as_dirname -- "$ac_file" ||
        !          4334: $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          4335:         X"$ac_file" : 'X\(//\)[^/]' \| \
        !          4336:         X"$ac_file" : 'X\(//\)$' \| \
        !          4337:         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
        !          4338: $as_echo X"$ac_file" |
        !          4339:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          4340:            s//\1/
        !          4341:            q
        !          4342:          }
        !          4343:          /^X\(\/\/\)[^/].*/{
        !          4344:            s//\1/
        !          4345:            q
        !          4346:          }
        !          4347:          /^X\(\/\/\)$/{
        !          4348:            s//\1/
        !          4349:            q
        !          4350:          }
        !          4351:          /^X\(\/\).*/{
        !          4352:            s//\1/
        !          4353:            q
        !          4354:          }
        !          4355:          s/.*/./; q'`
        !          4356:   { as_dir="$ac_dir"
        !          4357:   case $as_dir in #(
        !          4358:   -*) as_dir=./$as_dir;;
        !          4359:   esac
        !          4360:   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
        !          4361:     as_dirs=
        !          4362:     while :; do
        !          4363:       case $as_dir in #(
        !          4364:       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
        !          4365:       *) as_qdir=$as_dir;;
        !          4366:       esac
        !          4367:       as_dirs="'$as_qdir' $as_dirs"
        !          4368:       as_dir=`$as_dirname -- "$as_dir" ||
        !          4369: $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
        !          4370:         X"$as_dir" : 'X\(//\)[^/]' \| \
        !          4371:         X"$as_dir" : 'X\(//\)$' \| \
        !          4372:         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
        !          4373: $as_echo X"$as_dir" |
        !          4374:     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
        !          4375:            s//\1/
        !          4376:            q
        !          4377:          }
        !          4378:          /^X\(\/\/\)[^/].*/{
        !          4379:            s//\1/
        !          4380:            q
        !          4381:          }
        !          4382:          /^X\(\/\/\)$/{
        !          4383:            s//\1/
        !          4384:            q
        !          4385:          }
        !          4386:          /^X\(\/\).*/{
        !          4387:            s//\1/
        !          4388:            q
        !          4389:          }
        !          4390:          s/.*/./; q'`
        !          4391:       test -d "$as_dir" && break
        !          4392:     done
        !          4393:     test -z "$as_dirs" || eval "mkdir $as_dirs"
        !          4394:   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
        !          4395: $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
        !          4396:    { (exit 1); exit 1; }; }; }
        !          4397:   ac_builddir=.
        !          4398: 
        !          4399: case "$ac_dir" in
        !          4400: .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
        !          4401: *)
        !          4402:   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
        !          4403:   # A ".." for each directory in $ac_dir_suffix.
        !          4404:   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
        !          4405:   case $ac_top_builddir_sub in
        !          4406:   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
        !          4407:   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
        !          4408:   esac ;;
        !          4409: esac
        !          4410: ac_abs_top_builddir=$ac_pwd
        !          4411: ac_abs_builddir=$ac_pwd$ac_dir_suffix
        !          4412: # for backward compatibility:
        !          4413: ac_top_builddir=$ac_top_build_prefix
        !          4414: 
        !          4415: case $srcdir in
        !          4416:   .)  # We are building in place.
        !          4417:     ac_srcdir=.
        !          4418:     ac_top_srcdir=$ac_top_builddir_sub
        !          4419:     ac_abs_top_srcdir=$ac_pwd ;;
        !          4420:   [\\/]* | ?:[\\/]* )  # Absolute name.
        !          4421:     ac_srcdir=$srcdir$ac_dir_suffix;
        !          4422:     ac_top_srcdir=$srcdir
        !          4423:     ac_abs_top_srcdir=$srcdir ;;
        !          4424:   *) # Relative name.
        !          4425:     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
        !          4426:     ac_top_srcdir=$ac_top_build_prefix$srcdir
        !          4427:     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
        !          4428: esac
        !          4429: ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
        !          4430: 
        !          4431: 
        !          4432:   case $ac_mode in
        !          4433:   :F)
        !          4434:   #
        !          4435:   # CONFIG_FILE
        !          4436:   #
        !          4437: 
        !          4438:   case $INSTALL in
        !          4439:   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
        !          4440:   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
        !          4441:   esac
        !          4442: _ACEOF
        !          4443: 
        !          4444: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          4445: # If the template does not know about datarootdir, expand it.
        !          4446: # FIXME: This hack should be removed a few years after 2.60.
        !          4447: ac_datarootdir_hack=; ac_datarootdir_seen=
        !          4448: 
        !          4449: ac_sed_dataroot='
        !          4450: /datarootdir/ {
        !          4451:   p
        !          4452:   q
        !          4453: }
        !          4454: /@datadir@/p
        !          4455: /@docdir@/p
        !          4456: /@infodir@/p
        !          4457: /@localedir@/p
        !          4458: /@mandir@/p
        !          4459: '
        !          4460: case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
        !          4461: *datarootdir*) ac_datarootdir_seen=yes;;
        !          4462: *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
        !          4463:   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
        !          4464: $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
        !          4465: _ACEOF
        !          4466: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          4467:   ac_datarootdir_hack='
        !          4468:   s&@datadir@&$datadir&g
        !          4469:   s&@docdir@&$docdir&g
        !          4470:   s&@infodir@&$infodir&g
        !          4471:   s&@localedir@&$localedir&g
        !          4472:   s&@mandir@&$mandir&g
        !          4473:     s&\\\${datarootdir}&$datarootdir&g' ;;
        !          4474: esac
        !          4475: _ACEOF
        !          4476: 
        !          4477: # Neutralize VPATH when `$srcdir' = `.'.
        !          4478: # Shell code in configure.ac might set extrasub.
        !          4479: # FIXME: do we really want to maintain this feature?
        !          4480: cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
        !          4481: ac_sed_extra="$ac_vpsub
        !          4482: $extrasub
        !          4483: _ACEOF
        !          4484: cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
        !          4485: :t
        !          4486: /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
        !          4487: s|@configure_input@|$ac_sed_conf_input|;t t
        !          4488: s&@top_builddir@&$ac_top_builddir_sub&;t t
        !          4489: s&@top_build_prefix@&$ac_top_build_prefix&;t t
        !          4490: s&@srcdir@&$ac_srcdir&;t t
        !          4491: s&@abs_srcdir@&$ac_abs_srcdir&;t t
        !          4492: s&@top_srcdir@&$ac_top_srcdir&;t t
        !          4493: s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
        !          4494: s&@builddir@&$ac_builddir&;t t
        !          4495: s&@abs_builddir@&$ac_abs_builddir&;t t
        !          4496: s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
        !          4497: s&@INSTALL@&$ac_INSTALL&;t t
        !          4498: $ac_datarootdir_hack
        !          4499: "
        !          4500: eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
        !          4501:   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
        !          4502: $as_echo "$as_me: error: could not create $ac_file" >&2;}
        !          4503:    { (exit 1); exit 1; }; }
        !          4504: 
        !          4505: test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
        !          4506:   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
        !          4507:   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
        !          4508:   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
        !          4509: which seems to be undefined.  Please make sure it is defined." >&5
        !          4510: $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
        !          4511: which seems to be undefined.  Please make sure it is defined." >&2;}
        !          4512: 
        !          4513:   rm -f "$tmp/stdin"
        !          4514:   case $ac_file in
        !          4515:   -) cat "$tmp/out" && rm -f "$tmp/out";;
        !          4516:   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
        !          4517:   esac \
        !          4518:   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
        !          4519: $as_echo "$as_me: error: could not create $ac_file" >&2;}
        !          4520:    { (exit 1); exit 1; }; }
        !          4521:  ;;
        !          4522:   :H)
        !          4523:   #
        !          4524:   # CONFIG_HEADER
        !          4525:   #
        !          4526:   if test x"$ac_file" != x-; then
        !          4527:     {
        !          4528:       $as_echo "/* $configure_input  */" \
        !          4529:       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
        !          4530:     } >"$tmp/config.h" \
        !          4531:       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
        !          4532: $as_echo "$as_me: error: could not create $ac_file" >&2;}
        !          4533:    { (exit 1); exit 1; }; }
        !          4534:     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
        !          4535:       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
        !          4536: $as_echo "$as_me: $ac_file is unchanged" >&6;}
        !          4537:     else
        !          4538:       rm -f "$ac_file"
        !          4539:       mv "$tmp/config.h" "$ac_file" \
        !          4540:        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
        !          4541: $as_echo "$as_me: error: could not create $ac_file" >&2;}
        !          4542:    { (exit 1); exit 1; }; }
        !          4543:     fi
        !          4544:   else
        !          4545:     $as_echo "/* $configure_input  */" \
        !          4546:       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
        !          4547:       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
        !          4548: $as_echo "$as_me: error: could not create -" >&2;}
        !          4549:    { (exit 1); exit 1; }; }
        !          4550:   fi
        !          4551:  ;;
        !          4552: 
        !          4553: 
        !          4554:   esac
        !          4555: 
        !          4556: done # for ac_tag
        !          4557: 
        !          4558: 
        !          4559: { (exit 0); exit 0; }
        !          4560: _ACEOF
        !          4561: chmod +x $CONFIG_STATUS
        !          4562: ac_clean_files=$ac_clean_files_save
        !          4563: 
        !          4564: test $ac_write_fail = 0 ||
        !          4565:   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
        !          4566: $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
        !          4567:    { (exit 1); exit 1; }; }
        !          4568: 
        !          4569: 
        !          4570: # configure is writing to config.log, and then calls config.status.
        !          4571: # config.status does its own redirection, appending to config.log.
        !          4572: # Unfortunately, on DOS this fails, as config.log is still kept open
        !          4573: # by configure, so config.status won't be able to write to it; its
        !          4574: # output is simply discarded.  So we exec the FD to /dev/null,
        !          4575: # effectively closing config.log, so it can be properly (re)opened and
        !          4576: # appended to by config.status.  When coming back to configure, we
        !          4577: # need to make the FD available again.
        !          4578: if test "$no_create" != yes; then
        !          4579:   ac_cs_success=:
        !          4580:   ac_config_status_args=
        !          4581:   test "$silent" = yes &&
        !          4582:     ac_config_status_args="$ac_config_status_args --quiet"
        !          4583:   exec 5>/dev/null
        !          4584:   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
        !          4585:   exec 5>>config.log
        !          4586:   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
        !          4587:   # would make configure fail if this is the last instruction.
        !          4588:   $ac_cs_success || { (exit 1); exit 1; }
        !          4589: fi
        !          4590: if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
        !          4591:   { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
        !          4592: $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
        !          4593: fi
        !          4594: 

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