[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Annotation of OpenXM/src/ox_pari/configure, Revision 1.2

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

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