(linenum→info "unix/slp.c:2238")

coreutils/6.9/configure

    1: #! /bin/sh
    2: # Guess values for system-dependent variables and create Makefiles.
    3: # Generated by GNU Autoconf 2.61a for GNU coreutils 6.9.
    4: #
    5: # Report bugs to <bug-coreutils@gnu.org>.
    6: #
    7: # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8: # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    9: # This configure script is free software; the Free Software Foundation
   10: # gives unlimited permission to copy, distribute and modify it.
   11: ## --------------------- ##
   12: ## M4sh Initialization.  ##
   13: ## --------------------- ##
   14: 
   15: # Be more Bourne compatible
   16: DUALCASE=1; export DUALCASE # for MKS sh
   17: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
   18:   emulate sh
   19:   NULLCMD=:
   20:   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
   21:   # is contrary to our usage.  Disable this feature.
   22:   alias -g '${1+"$@"}'='"$@"'
   23:   setopt NO_GLOB_SUBST
   24: else
   25:   case `(set -o) 2>/dev/null` in
   26:   *posix*) set -o posix ;;
   27: esac
   28: 
   29: fi
   30: 
   31: 
   32: 
   33: 
   34: # PATH needs CR
   35: # Avoid depending upon Character Ranges.
   36: as_cr_letters='abcdefghijklmnopqrstuvwxyz'
   37: as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
   38: as_cr_Letters=$as_cr_letters$as_cr_LETTERS
   39: as_cr_digits='0123456789'
   40: as_cr_alnum=$as_cr_Letters$as_cr_digits
   41: 
   42: 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:   echo "#! /bin/sh" >conf$$.sh
   77:   echo  "exit 0"   >>conf$$.sh
   78:   chmod +x conf$$.sh
   79:   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
   80:     PATH_SEPARATOR=';'
   81:   else
   82:     PATH_SEPARATOR=:
   83:   fi
   84:   rm -f conf$$.sh
   85: fi
   86: 
   87: # Support unset when possible.
   88: if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
   89:   as_unset=unset
   90: else
   91:   as_unset=false
   92: fi
   93: 
   94: 
   95: # IFS
   96: # We need space, tab and new line, in precisely that order.  Quoting is
   97: # there to prevent editors from complaining about space-tab.
   98: # (If _AS_PATH_WALK were called with IFS unset, it would disable word
   99: # splitting by setting IFS to empty value.)
  100: IFS=" ""        $as_nl"
  101: 
  102: # Find who we are.  Look in the path if we contain no directory separator.
  103: case $0 in
  104:   *[\\/]* ) as_myself=$0 ;;
  105:   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  106: for as_dir in $PATH
  107: do
  108:   IFS=$as_save_IFS
  109:   test -z "$as_dir" && as_dir=.
  110:   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  111: done
  112: IFS=$as_save_IFS
  113: 
  114:      ;;
  115: esac
  116: # We did not find ourselves, most probably we were run as `sh COMMAND'
  117: # in which case we are not to be found in the path.
  118: if test "x$as_myself" = x; then
  119:   as_myself=$0
  120: fi
  121: if test ! -f "$as_myself"; then
  122:   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  123:   { (exit 1); exit 1; }
  124: fi
  125: 
  126: # Work around bugs in pre-3.0 UWIN ksh.
  127: for as_var in ENV MAIL MAILPATH
  128: do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  129: done
  130: PS1='$ '
  131: PS2='> '
  132: PS4='+ '
  133: 
  134: # NLS nuisances.
  135: for as_var in \
  136:   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
  137:   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
  138:   LC_TELEPHONE LC_TIME
  139: do
  140:   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
  141:     eval $as_var=C; export $as_var
  142:   else
  143:     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  144:   fi
  145: done
  146: 
  147: # Required to use basename.
  148: if expr a : '\(a\)' >/dev/null 2>&1 &&
  149:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
  150:   as_expr=expr
  151: else
  152:   as_expr=false
  153: fi
  154: 
  155: if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  156:   as_basename=basename
  157: else
  158:   as_basename=false
  159: fi
  160: 
  161: 
  162: # Name of the executable.
  163: as_me=`$as_basename -- "$0" ||
  164: $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
  165:          X"$0" : 'X\(//\)$' \| \
  166:          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
  167: $as_echo X/"$0" |
  168:     sed '/^.*\/\([^/][^/]*\)\/*$/{
  169:             s//\1/
  170:             q
  171:           }
  172:           /^X\/\(\/\/\)$/{
  173:             s//\1/
  174:             q
  175:           }
  176:           /^X\/\(\/\).*/{
  177:             s//\1/
  178:             q
  179:           }
  180:           s/.*/./; q'`
  181: 
  182: # CDPATH.
  183: $as_unset CDPATH
  184: 
  185: 
  186: if test "x$CONFIG_SHELL" = x; then
  187:   if (eval ":") 2>/dev/null; then
  188:   as_have_required=yes
  189: else
  190:   as_have_required=no
  191: fi
  192: 
  193:   if test $as_have_required = yes &&     (eval ":
  194: (as_func_return () {
  195:   (exit \$1)
  196: }
  197: as_func_success () {
  198:   as_func_return 0
  199: }
  200: as_func_failure () {
  201:   as_func_return 1
  202: }
  203: as_func_ret_success () {
  204:   return 0
  205: }
  206: as_func_ret_failure () {
  207:   return 1
  208: }
  209: 
  210: exitcode=0
  211: if as_func_success; then
  212:   :
  213: else
  214:   exitcode=1
  215:   echo as_func_success failed.
  216: fi
  217: 
  218: if as_func_failure; then
  219:   exitcode=1
  220:   echo as_func_failure succeeded.
  221: fi
  222: 
  223: if as_func_ret_success; then
  224:   :
  225: else
  226:   exitcode=1
  227:   echo as_func_ret_success failed.
  228: fi
  229: 
  230: if as_func_ret_failure; then
  231:   exitcode=1
  232:   echo as_func_ret_failure succeeded.
  233: fi
  234: 
  235: if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  236:   :
  237: else
  238:   exitcode=1
  239:   echo positional parameters were not saved.
  240: fi
  241: 
  242: test \$exitcode = 0) || { (exit 1); exit 1; }
  243: 
  244: (
  245:   as_lineno_1=\$LINENO
  246:   as_lineno_2=\$LINENO
  247:   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
  248:   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
  249: ") 2> /dev/null; then
  250:   :
  251: else
  252:   as_candidate_shells=
  253:     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  254: for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
  255: do
  256:   IFS=$as_save_IFS
  257:   test -z "$as_dir" && as_dir=.
  258:   case $as_dir in
  259:          /*)
  260:            for as_base in sh bash ksh sh5; do
  261:              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
  262:            done;;
  263:        esac
  264: done
  265: IFS=$as_save_IFS
  266: 
  267: 
  268:       for as_shell in $as_candidate_shells $SHELL; do
  269:          # Try only shells that exist, to save several forks.
  270:          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
  271:                 { ("$as_shell") 2> /dev/null <<\_ASEOF
  272: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  273:   emulate sh
  274:   NULLCMD=:
  275:   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  276:   # is contrary to our usage.  Disable this feature.
  277:   alias -g '${1+"$@"}'='"$@"'
  278:   setopt NO_GLOB_SUBST
  279: else
  280:   case `(set -o) 2>/dev/null` in
  281:   *posix*) set -o posix ;;
  282: esac
  283: 
  284: fi
  285: 
  286: 
  287: :
  288: _ASEOF
  289: }; then
  290:   CONFIG_SHELL=$as_shell
  291:                as_have_required=yes
  292:                if { "$as_shell" 2> /dev/null <<\_ASEOF
  293: if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  294:   emulate sh
  295:   NULLCMD=:
  296:   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
  297:   # is contrary to our usage.  Disable this feature.
  298:   alias -g '${1+"$@"}'='"$@"'
  299:   setopt NO_GLOB_SUBST
  300: else
  301:   case `(set -o) 2>/dev/null` in
  302:   *posix*) set -o posix ;;
  303: esac
  304: 
  305: fi
  306: 
  307: 
  308: :
  309: (as_func_return () {
  310:   (exit $1)
  311: }
  312: as_func_success () {
  313:   as_func_return 0
  314: }
  315: as_func_failure () {
  316:   as_func_return 1
  317: }
  318: as_func_ret_success () {
  319:   return 0
  320: }
  321: as_func_ret_failure () {
  322:   return 1
  323: }
  324: 
  325: exitcode=0
  326: if as_func_success; then
  327:   :
  328: else
  329:   exitcode=1
  330:   echo as_func_success failed.
  331: fi
  332: 
  333: if as_func_failure; then
  334:   exitcode=1
  335:   echo as_func_failure succeeded.
  336: fi
  337: 
  338: if as_func_ret_success; then
  339:   :
  340: else
  341:   exitcode=1
  342:   echo as_func_ret_success failed.
  343: fi
  344: 
  345: if as_func_ret_failure; then
  346:   exitcode=1
  347:   echo as_func_ret_failure succeeded.
  348: fi
  349: 
  350: if ( set x; as_func_ret_success y && test x = "$1" ); then
  351:   :
  352: else
  353:   exitcode=1
  354:   echo positional parameters were not saved.
  355: fi
  356: 
  357: test $exitcode = 0) || { (exit 1); exit 1; }
  358: 
  359: (
  360:   as_lineno_1=$LINENO
  361:   as_lineno_2=$LINENO
  362:   test "x$as_lineno_1" != "x$as_lineno_2" &&
  363:   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
  364: 
  365: _ASEOF
  366: }; then
  367:   break
  368: fi
  369: 
  370: fi
  371: 
  372:       done
  373: 
  374:       if test "x$CONFIG_SHELL" != x; then
  375:   for as_var in BASH_ENV ENV
  376:         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
  377:         done
  378:         export CONFIG_SHELL
  379:         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
  380: fi
  381: 
  382: 
  383:     if test $as_have_required = no; then
  384:   echo This script requires a shell more modern than all the
  385:       echo shells that I found on your system.  Please install a
  386:       echo modern shell, or manually run the script under such a
  387:       echo shell if you do have one.
  388:       { (exit 1); exit 1; }
  389: fi
  390: 
  391: 
  392: fi
  393: 
  394: fi
  395: 
  396: 
  397: 
  398: (eval "as_func_return () {
  399:   (exit \$1)
  400: }
  401: as_func_success () {
  402:   as_func_return 0
  403: }
  404: as_func_failure () {
  405:   as_func_return 1
  406: }
  407: as_func_ret_success () {
  408:   return 0
  409: }
  410: as_func_ret_failure () {
  411:   return 1
  412: }
  413: 
  414: exitcode=0
  415: if as_func_success; then
  416:   :
  417: else
  418:   exitcode=1
  419:   echo as_func_success failed.
  420: fi
  421: 
  422: if as_func_failure; then
  423:   exitcode=1
  424:   echo as_func_failure succeeded.
  425: fi
  426: 
  427: if as_func_ret_success; then
  428:   :
  429: else
  430:   exitcode=1
  431:   echo as_func_ret_success failed.
  432: fi
  433: 
  434: if as_func_ret_failure; then
  435:   exitcode=1
  436:   echo as_func_ret_failure succeeded.
  437: fi
  438: 
  439: if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
  440:   :
  441: else
  442:   exitcode=1
  443:   echo positional parameters were not saved.
  444: fi
  445: 
  446: test \$exitcode = 0") || {
  447:   echo No shell found that supports shell functions.
  448:   echo Please tell autoconf@gnu.org about your system,
  449:   echo including any error possibly output before this
  450:   echo message
  451: }
  452: 
  453: 
  454: 
  455:   as_lineno_1=$LINENO
  456:   as_lineno_2=$LINENO
  457:   test "x$as_lineno_1" != "x$as_lineno_2" &&
  458:   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
  459: 
  460:   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
  461:   # uniformly replaced by the line number.  The first 'sed' inserts a
  462:   # line-number line after each line using $LINENO; the second 'sed'
  463:   # does the real work.  The second script uses 'N' to pair each
  464:   # line-number line with the line containing $LINENO, and appends
  465:   # trailing '-' during substitution so that $LINENO is not a special
  466:   # case at line end.
  467:   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
  468:   # scripts with optimization help from Paolo Bonzini.  Blame Lee
  469:   # E. McMahon (1931-1989) for sed's syntax.  :-)
  470:   sed -n '
  471:     p
  472:     /[$]LINENO/=
  473:   ' <$as_myself |
  474:     sed '
  475:       s/[$]LINENO.*/&-/
  476:       t lineno
  477:       b
  478:       :lineno
  479:       N
  480:       :loop
  481:       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
  482:       t loop
  483:       s/-\n.*//
  484:     ' >$as_me.lineno &&
  485:   chmod +x "$as_me.lineno" ||
  486:     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
  487:    { (exit 1); exit 1; }; }
  488: 
  489:   # Don't try to exec as it changes $[0], causing all sort of problems
  490:   # (the dirname of $[0] is not the place where we might find the
  491:   # original and so on.  Autoconf is especially sensitive to this).
  492:   . "./$as_me.lineno"
  493:   # Exit status is that of the last command.
  494:   exit
  495: }
  496: 
  497: 
  498: if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  499:   as_dirname=dirname
  500: else
  501:   as_dirname=false
  502: fi
  503: 
  504: ECHO_C= ECHO_N= ECHO_T=
  505: case `echo -n x` in
  506: -n*)
  507:   case `echo 'x\c'` in
  508:   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
  509:   *)   ECHO_C='\c';;
  510:   esac;;
  511: *)
  512:   ECHO_N='-n';;
  513: esac
  514: if expr a : '\(a\)' >/dev/null 2>&1 &&
  515:    test "X`expr 00001 : '.*\(...\)'`" = X001; then
  516:   as_expr=expr
  517: else
  518:   as_expr=false
  519: fi
  520: 
  521: rm -f conf$$ conf$$.exe conf$$.file
  522: if test -d conf$$.dir; then
  523:   rm -f conf$$.dir/conf$$.file
  524: else
  525:   rm -f conf$$.dir
  526:   mkdir conf$$.dir
  527: fi
  528: echo >conf$$.file
  529: if ln -s conf$$.file conf$$ 2>/dev/null; then
  530:   as_ln_s='ln -s'
  531:   # ... but there are two gotchas:
  532:   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  533:   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  534:   # In both cases, we have to default to `cp -p'.
  535:   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  536:     as_ln_s='cp -p'
  537: elif ln conf$$.file conf$$ 2>/dev/null; then
  538:   as_ln_s=ln
  539: else
  540:   as_ln_s='cp -p'
  541: fi
  542: rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  543: rmdir conf$$.dir 2>/dev/null
  544: 
  545: if mkdir -p . 2>/dev/null; then
  546:   as_mkdir_p=:
  547: else
  548:   test -d ./-p && rmdir ./-p
  549:   as_mkdir_p=false
  550: fi
  551: 
  552: if test -x / >/dev/null 2>&1; then
  553:   as_test_x='test -x'
  554: else
  555:   if ls -dL / >/dev/null 2>&1; then
  556:     as_ls_L_option=L
  557:   else
  558:     as_ls_L_option=
  559:   fi
  560:   as_test_x='
  561:     eval sh -c '\''
  562:       if test -d "$1"; then
  563:         test -d "$1/.";
  564:       else
  565:         case $1 in
  566:         -*)set "./$1";;
  567:         esac;
  568:         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
  569:         ???[sx]*):;;*)false;;esac;fi
  570:     '\'' sh
  571:   '
  572: fi
  573: as_executable_p=$as_test_x
  574: 
  575: # Sed expression to map a string onto a valid CPP name.
  576: as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  577: 
  578: # Sed expression to map a string onto a valid variable name.
  579: as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
  580: 
  581: 
  582: 
  583: exec 7<&0 </dev/null 6>&1
  584: 
  585: # Name of the host.
  586: # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
  587: # so uname gets run too.
  588: ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
  589: 
  590: #
  591: # Initializations.
  592: #
  593: ac_default_prefix=/usr/local
  594: ac_clean_files=
  595: ac_config_libobj_dir=.
  596: LIBOBJS=
  597: cross_compiling=no
  598: subdirs=
  599: MFLAGS=
  600: MAKEFLAGS=
  601: SHELL=${CONFIG_SHELL-/bin/sh}
  602: 
  603: # Identity of this package.
  604: PACKAGE_NAME='GNU coreutils'
  605: PACKAGE_TARNAME='coreutils'
  606: PACKAGE_VERSION='6.9'
  607: PACKAGE_STRING='GNU coreutils 6.9'
  608: PACKAGE_BUGREPORT='bug-coreutils@gnu.org'
  609: 
  610: ac_unique_file="src/ls.c"
  611: # Factoring default headers for most tests.
  612: ac_includes_default="\
  613: #include <stdio.h>
  614: #ifdef HAVE_SYS_TYPES_H
  615: # include <sys/types.h>
  616: #endif
  617: #ifdef HAVE_SYS_STAT_H
  618: # include <sys/stat.h>
  619: #endif
  620: #ifdef STDC_HEADERS
  621: # include <stdlib.h>
  622: # include <stddef.h>
  623: #else
  624: # ifdef HAVE_STDLIB_H
  625: #  include <stdlib.h>
  626: # endif
  627: #endif
  628: #ifdef HAVE_STRING_H
  629: # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  630: #  include <memory.h>
  631: # endif
  632: # include <string.h>
  633: #endif
  634: #ifdef HAVE_STRINGS_H
  635: # include <strings.h>
  636: #endif
  637: #ifdef HAVE_INTTYPES_H
  638: # include <inttypes.h>
  639: #endif
  640: #ifdef HAVE_STDINT_H
  641: # include <stdint.h>
  642: #endif
  643: #ifdef HAVE_UNISTD_H
  644: # include <unistd.h>
  645: #endif"
  646: 
  647: ac_header_list=
  648: ac_func_list=
  649: gt_needs=
  650: ac_subst_vars='SHELL
  651: PATH_SEPARATOR
  652: PACKAGE_NAME
  653: PACKAGE_TARNAME
  654: PACKAGE_VERSION
  655: PACKAGE_STRING
  656: PACKAGE_BUGREPORT
  657: exec_prefix
  658: prefix
  659: program_transform_name
  660: bindir
  661: sbindir
  662: libexecdir
  663: datarootdir
  664: datadir
  665: sysconfdir
  666: sharedstatedir
  667: localstatedir
  668: includedir
  669: oldincludedir
  670: docdir
  671: infodir
  672: htmldir
  673: dvidir
  674: pdfdir
  675: psdir
  676: libdir
  677: localedir
  678: mandir
  679: DEFS
  680: ECHO_C
  681: ECHO_N
  682: ECHO_T
  683: LIBS
  684: build_alias
  685: host_alias
  686: target_alias
  687: build
  688: build_cpu
  689: build_vendor
  690: build_os
  691: host
  692: host_cpu
  693: host_vendor
  694: host_os
  695: INSTALL_PROGRAM
  696: INSTALL_SCRIPT
  697: INSTALL_DATA
  698: am__isrc
  699: CYGPATH_W
  700: PACKAGE
  701: VERSION
  702: ACLOCAL
  703: AUTOCONF
  704: AUTOMAKE
  705: AUTOHEADER
  706: MAKEINFO
  707: install_sh
  708: STRIP
  709: INSTALL_STRIP_PROGRAM
  710: mkdir_p
  711: AWK
  712: SET_MAKE
  713: am__leading_dot
  714: AMTAR
  715: am__tar
  716: am__untar
  717: CC
  718: CFLAGS
  719: LDFLAGS
  720: CPPFLAGS
  721: ac_ct_CC
  722: EXEEXT
  723: OBJEXT
  724: DEPDIR
  725: am__include
  726: am__quote
  727: AMDEP_TRUE
  728: AMDEP_FALSE
  729: AMDEPBACKSLASH
  730: CCDEPMODE
  731: am__fastdepCC_TRUE
  732: am__fastdepCC_FALSE
  733: CPP
  734: GREP
  735: EGREP
  736: RANLIB
  737: LN_S
  738: GL_COND_LIBTOOL_TRUE
  739: GL_COND_LIBTOOL_FALSE
  740: LIB_ACL
  741: LIB_ACL_TRIVIAL
  742: ALLOCA
  743: ALLOCA_H
  744: ARPA_INET_H
  745: GNULIB_CHOWN
  746: GNULIB_DUP2
  747: GNULIB_FCHDIR
  748: GNULIB_FTRUNCATE
  749: GNULIB_GETCWD
  750: GNULIB_GETLOGIN_R
  751: GNULIB_READLINK
  752: HAVE_DUP2
  753: HAVE_FTRUNCATE
  754: HAVE_READLINK
  755: HAVE_DECL_GETLOGIN_R
  756: REPLACE_CHOWN
  757: REPLACE_FCHDIR
  758: REPLACE_GETCWD
  759: LIB_CLOCK_GETTIME
  760: LIB_EACCESS
  761: ABSOLUTE_DIRENT_H
  762: DIRENT_H
  763: ABSOLUTE_FCNTL_H
  764: FCNTL_H
  765: FNMATCH_H
  766: ABSOLUTE_SYS_SOCKET_H
  767: HAVE_SYS_SOCKET_H
  768: HAVE_WINSOCK2_H
  769: HAVE_WS2TCPIP_H
  770: SYS_SOCKET_H
  771: STDBOOL_H
  772: HAVE__BOOL
  773: YACC
  774: YFLAGS
  775: LIB_GETHRXTIME
  776: NEED_SETGID
  777: KMEM_GROUP
  778: GETLOADAVG_LIBS
  779: GETOPT_H
  780: ABSOLUTE_SYS_TIME_H
  781: HAVE_SYS_TIME_H
  782: HAVE_STRUCT_TIMEVAL
  783: REPLACE_GETTIMEOFDAY
  784: SYS_TIME_H
  785: LIBICONV
  786: LTLIBICONV
  787: HAVE_LONG_LONG_INT
  788: HAVE_UNSIGNED_LONG_LONG_INT
  789: HAVE_INTTYPES_H
  790: HAVE_SYS_TYPES_H
  791: ABSOLUTE_STDINT_H
  792: HAVE_STDINT_H
  793: HAVE_SYS_INTTYPES_H
  794: HAVE_SYS_BITYPES_H
  795: BITSIZEOF_PTRDIFF_T
  796: BITSIZEOF_SIG_ATOMIC_T
  797: BITSIZEOF_SIZE_T
  798: BITSIZEOF_WCHAR_T
  799: BITSIZEOF_WINT_T
  800: HAVE_SIGNED_SIG_ATOMIC_T
  801: HAVE_SIGNED_WCHAR_T
  802: HAVE_SIGNED_WINT_T
  803: PTRDIFF_T_SUFFIX
  804: SIG_ATOMIC_T_SUFFIX
  805: SIZE_T_SUFFIX
  806: WCHAR_T_SUFFIX
  807: WINT_T_SUFFIX
  808: STDINT_H
  809: PRI_MACROS_BROKEN
  810: GNULIB_IMAXABS
  811: GNULIB_IMAXDIV
  812: GNULIB_STRTOIMAX
  813: GNULIB_STRTOUMAX
  814: HAVE_DECL_IMAXABS
  815: HAVE_DECL_IMAXDIV
  816: HAVE_DECL_STRTOIMAX
  817: HAVE_DECL_STRTOUMAX
  818: ABSOLUTE_INTTYPES_H
  819: PRIPTR_PREFIX
  820: INTTYPES_H
  821: GLIBC21
  822: GNULIB_MEMMEM
  823: GNULIB_MEMPCPY
  824: GNULIB_MEMRCHR
  825: GNULIB_STPCPY
  826: GNULIB_STPNCPY
  827: GNULIB_STRCHRNUL
  828: GNULIB_STRDUP
  829: GNULIB_STRNDUP
  830: GNULIB_STRNLEN
  831: GNULIB_STRPBRK
  832: GNULIB_STRSEP
  833: GNULIB_STRCASESTR
  834: GNULIB_STRTOK_R
  835: GNULIB_MBSLEN
  836: GNULIB_MBSCHR
  837: GNULIB_MBSRCHR
  838: GNULIB_MBSSTR
  839: GNULIB_MBSCASECMP
  840: GNULIB_MBSNCASECMP
  841: GNULIB_MBSPCASECMP
  842: GNULIB_MBSCASESTR
  843: GNULIB_MBSCSPN
  844: GNULIB_MBSPBRK
  845: GNULIB_MBSSPN
  846: GNULIB_MBSSEP
  847: GNULIB_MBSTOK_R
  848: HAVE_DECL_MEMMEM
  849: HAVE_MEMPCPY
  850: HAVE_DECL_MEMRCHR
  851: HAVE_STPCPY
  852: HAVE_STPNCPY
  853: HAVE_STRCASECMP
  854: HAVE_DECL_STRNCASECMP
  855: HAVE_STRCHRNUL
  856: HAVE_DECL_STRDUP
  857: HAVE_STRNDUP
  858: HAVE_DECL_STRNDUP
  859: HAVE_DECL_STRNLEN
  860: HAVE_STRPBRK
  861: HAVE_STRSEP
  862: HAVE_STRCASESTR
  863: HAVE_DECL_STRTOK_R
  864: GNULIB_GETSUBOPT
  865: GNULIB_MKDTEMP
  866: GNULIB_MKSTEMP
  867: HAVE_GETSUBOPT
  868: HAVE_MKDTEMP
  869: REPLACE_MKSTEMP
  870: REPLACE_LOCALTIME_R
  871: REPLACE_NANOSLEEP
  872: REPLACE_STRPTIME
  873: REPLACE_TIMEGM
  874: LIB_NANOSLEEP
  875: ABSOLUTE_NETINET_IN_H
  876: HAVE_NETINET_IN_H